html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,
img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  color:#a1a1a1;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #000;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background-color: #da1a00;
  width: 3px;
}

ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy";
  background: #f5f7f8;
}

.wrapper {
  overflow: hidden;
}

body.overlay {
  overflow: hidden;
}

.container {
  max-width: 1281px;
  width: 100%;
  margin: 0 auto;
}

.search_overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(32, 51, 93, 0.19);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}

.header_overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(32, 51, 93, 0.19);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
}

.filter_overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.6);
}

.header_menus {
  list-style: none;
}

.hero {
  padding: 50px 0;
}
.hero .swiper {
  border-radius: 44px;
}
.hero .swiper-pagination {
  text-align: left;
  padding-left: 83px;
  padding-bottom: 45px;
}
.hero .swiper-pagination-bullet {
  width: 61px;
  height: 5px;
  border-radius: 100px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero .swiper-pagination-bullet-active {
  width: 100px;
  background-color: #E8E9EE;
  box-shadow: unset;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}
.hero .swiper_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hero .swiper_prev {
  cursor: pointer;
  width: 30px;
  height: 30px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .swiper_prev img {
  filter: none;
}
.hero .swiper_prev:hover {
  filter: blur(0);
}
.hero .swiper_next {
  cursor: pointer;
  width: 30px;
  height: 30px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.21);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .swiper_next img {
  filter: none;
}
.hero .swiper_next:hover {
  filter: blur(0);
}
.hero .swiper-slide {
  width: 100%;
  height: 485px;
}
.hero .swiper_content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 44px;
  /* Gradient fon */
}
.hero .swiper_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(275deg, rgba(0, 0, 0, 0) 5.95%, rgba(0, 0, 0, 0.6) 61.94%);
  z-index: 1;
  pointer-events: none;
  box-shadow: 0px 10px 10px 0px rgba(31, 170, 227, 0.03);
}
.hero .swiper_content img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .swiper_content_box {
  position: relative;
  z-index: 100;
  padding: 55px 83px;
}
.hero .swiper_content_box h2 {
  max-width: 600px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
  text-transform: uppercase;
  margin-bottom: 25px;
}
.hero .swiper_content_box p {
  max-width: 573px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  margin-bottom: 46px;
}
.hero .swiper_content_box button {
  background-color: #FFFFFF;
  outline: none;
  border: none;
  border-radius: 100px;
  padding: 17px 43px;
  color: #20335D;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero .swiper_content_box button:hover {
  color: #FFFFFF;
  background-color: #20335D;
}
.hero .marquee_container {
  background-color: #FFFFFF;
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.hero .marquee_block {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 17px 30px;
  animation: slide 30s linear infinite;
  transition: 0.3s all ease;
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%); /* Butun slayder kengligida harakat qiladi */
  }
}
.hero .marquee_item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero .marquee_item span {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
}

.products_adv {
  padding-top: 25px;
}
.products_adv .products_adv_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.products_adv .products_adv_top h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.products_adv .products_adv_top a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: opacity 0.3s ease;
}
.products_adv .products_adv_top a:hover {
  opacity: 0.7;
}
.products_adv .product_cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 18px;
}
.products_adv .product_card {
  max-width: 414px;
  width: 100%;
  padding: 30px;
  border-radius: 44.941px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 13.618px 13.618px 0px rgba(31, 170, 227, 0.03);
}
.products_adv .product_card .card_facilities {
  display: flex;
  gap: 10px;
  align-items: center;
}
.products_adv .product_card .card_facility {
  padding: 16px;
  border-radius: 100px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 0px rgba(16, 111, 150, 0.02);
  color: #20335D;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
}
.products_adv .product_card .card_facility.degree {
  gap: 11px;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
}
.products_adv .product_card .card_facility.name {
  gap: 9px;
  font-size: 16px;
  text-transform: uppercase;
}
.products_adv .product_card .card_img {
  margin: 38px 0;
}
.products_adv .product_card .card_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.products_adv .product_card .card_title h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.products_adv .product_card .card_rate {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20.428px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26.556px */
}
.products_adv .product_card .card_desc {
  margin-bottom: 15px;
}
.products_adv .product_card .card_desc p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.products_adv .product_card .card_btn {
  width: 100%;
  border-radius: 100px;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.products_adv .product_card .card_btn:hover {
  background-color: #7C8AA8;
}
.products_adv .swiper_part {
  position: relative;
  margin-bottom: 106px;
}
.products_adv .swiper {
  width: 100%;
  border-radius: 44.941px;
}
.products_adv .swiper_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.products_adv .product_swiper_prev {
  position: relative;
  left: -40px;
  cursor: pointer;
}
.products_adv .product_swiper_next {
  position: relative;
  right: -40px;
  cursor: pointer;
}
.products_adv .swiper-pagination-progressbar {
  display: none;
  overflow: hidden;
  height: 10px;
  top: calc(100% + 20px);
  border-radius: 100px;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%), #FFFFFF;
}
.products_adv .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left center;
  background: transparent;
  z-index: 0;
}
.products_adv .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  border-radius: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  z-index: 1;
}

.about_section .about_card {
  width: 100vw;
  padding: 40px 0 35px;
  height: 451px;
  position: relative;
  background-image: url("../img/about_card_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 44px;
}
.about_section .about_card_body {
  display: flex;
  gap: 80px;
}
.about_section .about_card_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 25px;
}
.about_section .about_card_left h3 {
  max-width: 433px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
}
.about_section .about_card_left p {
  color: #BFEAFC;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.about_section .about_card_left p span {
  font-size: 80px;
}
.about_section .about_card_right {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.about_section .about_card_desc {
  width: 727px;
}
.about_section .about_card_desc p {
  color: #F5F7F8;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
}
.about_section .about_card_btn {
  border: none;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 17px 52px;
  color: #20335D;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}
.about_section .about_card_btn:hover {
  outline: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
}
.about_section .statistics {
  margin: 70px 0 150px;
  display: flex;
  justify-content: space-between;
}
.about_section .statistics_item {
  max-width: 254px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_section .statistics_result {
  display: flex;
  justify-content: center;
  align-items: end;
}
.about_section .statistics_result h3 {
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.about_section .statistics_result span {
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.about_section .statistics_desc {
  color: #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.our_products {
  border-radius: 44px;
  background-color: #FFFFFF;
  padding: 64px 0 60px;
}
.our_products .swiper_block {
  display: none;
}
.our_products_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.our_products_top h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.our_products_top a {
  border-radius: 100px;
  background-color: #1FAAE3;
  cursor: pointer;
  padding: 17px 48px;
  color: #F5F7F8;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.our_products_top a:hover {
  background-color: #B0D8E9;
}
.our_products_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our_products .row_2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.our_products .row_3 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 13.33px)); /* har bir ustun kengligi */
  gap: 20px; /* har bir ustun orasidagi bo'shliq */
}
.our_products .row_4 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
}
.our_products .row_5 {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 16px)); /* har bir ustun kengligi */
  gap: 20px; /* har bir ustun orasidagi bo'shliq */
}
.our_products_img {
  position: absolute;
  right: 38px;
  top: 35px;
}
.our_products_img.from_bottom {
  top: unset;
  bottom: 0;
  right: 10px;
}
.our_products_bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}
.our_products_card {
  border-radius: 33px;
  background-color: #F5F7F8;
  height: 189px;
  padding: 25px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor:pointer;
}
.our_products_card h3 {
  color: #1A1A1A;
  text-align: left;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 10;
  transition: color 0.4s ease;
}
.our_products_card a {
  opacity: 0;
  position: absolute;
  z-index: 11;
  right: 24px;
  bottom: 7px;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.our_products_card::after {
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(101deg, rgba(3, 10, 26, 0.43) 5.84%, rgba(3, 10, 26, 0.2) 98.09%);
}
.our_products_card.centered h3 {
  text-align: center;
}
.our_products_card.centered .our_products_img {
  right: 50%;
  transform: translateX(50%);
  top: unset;
  bottom: 18px;
}
.our_products_card.centered .our_products_img.from_bottom {
  top: unset;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.our_products_card:hover h3 {
  color: #FFFFFF;
}
.our_products_card:hover a {
  opacity: 1;
}
.our_products_card:hover .our_products_bg {
  opacity: 1;
}
.our_products_card:hover::after {
  opacity: 1;
}

.glorincor_news {
  padding: 120px 0 129px;
}
.glorincor_news_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.glorincor_news_top h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.glorincor_news_top a {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: opacity 0.3s ease;
}
.glorincor_news_top a:hover {
  opacity: 0.7;
}
.glorincor_news .swiper {
  width: 100%;
  margin: 0 auto;
  height: 550px;
}
.glorincor_news .swiper_content {
  display: flex;
  gap: 20px;
  position: relative;
}
.glorincor_news .swiper_content::after {
  content: "";
  border-radius: 44px;
  width: 100%;
  height: 442px;
  background-color: #FFFFFF;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: -1;
}
.glorincor_news .swiper_content_left {
  padding-top: 125px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
}
.glorincor_news .swiper_content_left h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.glorincor_news .swiper_content_left .swiper_text {
  max-width: 669px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 27px;
}
.glorincor_news .swiper_content_left .swiper_text p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.glorincor_news .swiper_content_left a {
  border-radius: 100px;
  background-color: #1FAAE3;
  padding: 17px 42px;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.glorincor_news .swiper_content_left a:hover {
  background-color: #B0D8E9;
}
.glorincor_news .swiper_content_right {
  width: 481px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
}
.glorincor_news .swiper_img_desc {
  color: #8E8E8E;
  text-align: center;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.glorincor_news .swiper_card {
  position: relative;
}
.glorincor_news .swiper_btns {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  z-index: 20;
  padding: 0 25px;
}
.glorincor_news .swiper_btns div {
  cursor: pointer;
}
.glorincor_news .glorincor_news-pagination {
  position: relative;
  bottom: unset;
  gap: 8px;
  top: -80px;
  z-index: 99;
  text-align: left;
  padding-left: 80px;
}
.glorincor_news .swiper-pagination-bullet {
  width: 61px;
  height: 5px;
  border-radius: 100px;
  background-color: #EBEDF4;
}
.glorincor_news .swiper-pagination-bullet-active {
  width: 124px;
  height: 5px;
  background-color: #C8CDE8;
}

.news {
  padding-bottom: 120px;
}
.news .swiper_block {
  display: none;
}
.news_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.news_top h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.news_top a {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  border-radius: 100px;
  padding: 12px 32px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}
.news_top a:hover {
  background-color: #7C8AA8;
}
.news_cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}
.news_card {
  display: flex;
  flex-direction: column;
  width: 427px;
}
.news_card_img {
  margin-bottom: 21px;
}
.news_card_img img {
  border-radius: 33px;
  width: 100%;
  height: 300px;
}
.news_card_timing {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.news_card_timing span {
  color: #3A3A3A;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news_card_body h4 {
  margin-bottom: 6px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.news_card_body p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news_form {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  border-radius: 33px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 106px 20px 52px;
}
.news_form .price {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.news_form h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%; /* 28.08px */
  margin-bottom: 29px;
}
.news_form ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 31px;
}
.news_form li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news_form li span {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.news_form input {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px 18px;
  outline: none;
  border: none;
  width: 100%;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  margin-bottom: 18px;
}
.news_form input::-moz-placeholder {
  color: #DFDFDF;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
}
.news_form input::placeholder {
  color: #DFDFDF;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
}
.news_form button {
  outline: none;
  border: none;
  border-radius: 100px;
  background-color: #1FAAE3;
  text-align: center;
  width: 100%;
  padding: 17px;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  transition: background-color 0.3s ease;
}
.news_form button:hover {
  background-color: #B0D8E9;
}

.reviews {
  background-color: #FFFFFF;
  border-radius: 44px;
  margin-bottom: 150px;
}
.reviews .container {
  padding: 114px 0 30px;
  position: relative;
}
.reviews .swiper_box {
  position: relative;
  top: -90px;
}
.reviews .swiper_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.reviews .swiper_btns div {
  cursor: pointer;
}
.reviews .swiper {
  height: 600px;
  margin: 0 109px;
}
.reviews h2 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 109px;
  top: 72px;
}
.reviews_content {
  display: flex;
  align-items: flex-start;
  padding-top: 120px;
}
.reviews_content_left {
  position: relative;
  top: 35px;
  z-index: 10;
  border-radius: 33px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  padding: 35px 36px;
}
.reviews_content_left p {
  max-width: 556px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.reviews_date {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.reviews_person {
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.reviews_person_info {
  display: flex;
  gap: 10px;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.reviews_person_info span {
  font-weight: 600;
}
.reviews_person_info:last-child {
  margin-bottom: 20px;
}
.reviews_content_right {
  height: 442px;
  width: 445px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 43px 67px;
  position: relative;
  left: -20px;
  z-index: 0;
}
.reviews_content_right::after {
  content: "";
  position: absolute;
  border-radius: 33px;
  background-color: #F5F7F8;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
}
.reviews_content_right .circle {
  position: absolute;
  bottom: 116px;
  right: 43px;
  z-index: 0;
}
.reviews_content_right .reviews_content_right_block {
  position: relative;
  z-index: 1;
}
.reviews_content_right h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.reviews_content_right p {
  max-width: 367px;
  width: 100%;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews_img {
  position: relative;
  z-index: 10;
}
.reviews_img img {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.reviews .reviews_swiper_pagination {
  position: relative;
  bottom: 77px;
  gap: 8px;
  z-index: 101;
  text-align: left;
  padding-left: 133px;
}
.reviews .swiper-pagination-bullet {
  width: 59px;
  height: 7px;
  border-radius: 100px;
  background-color: #EBEDF4;
}
.reviews .swiper-pagination-bullet-active {
  width: 119px;
  height: 7px;
  background-color: #C8CDE8;
}
.reviews .reviews_send {
  position: absolute;
  bottom: -20px;
  right: 124px;
}
.reviews .reviews_send a {
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 0.3s ease;
  cursor: pointer;
}
.reviews .reviews_send a:hover {
  color: #B0D8E9;
}

.cookie {
  display: none;
  position: fixed;
  z-index: 90000;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.cookie .cookie_card {
  position: relative;
  width: 1281px;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 3px rgba(27, 103, 134, 0.1);
  padding: 30px 78px 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie .cookie_left {
  max-width: 664px;
  width: 100%;
}
.cookie .cookie_left p {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.cookie .cookie_right button {
  outline: none;
  border: none;
  padding: 12px 22px;
  border-radius: 100px;
  background-color: #1FAAE3;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cookie .cookie_right button:hover {
  background-color: #B0D8E9;
}
.cookie .cookie_close {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal_box {
  top: 0;
  position: fixed; /* Absolute emas, fixed bo'lishi kerak */
  width: 100%; /* Butunlay keng bo'lishi uchun */
  height: 100vh;
  overflow-y: auto; /* Scroll ni yoqish */
  z-index: 6000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: flex-start; /* Modal yuqorida chiqishi uchun */
  padding: 100px 0;
}
.modal_box.active {
  display: block;
}

.modal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 44px;
  background-color: #FFFFFF;
  padding: 40px 70px 70px;
  position: relative;
}
.modal .modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.commend_modal {
  display: none;
  max-width: 590px;
  width: 100%;
}
.commend_modal .commend_modal_img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.commend_modal form {
  display: flex;
  flex-direction: column;
}
.commend_modal form h3 {
  color: #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.commend_modal form p {
  color: #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.commend_modal form .form_group {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  margin-bottom: 15px;
}
.commend_modal form label {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  transition: color 0.3s ease;
}
.commend_modal form .product_select_label.active {
  color: #1FAAE3;
}
.commend_modal form .form_send_btn {
  border: none;
  outline: none;
  padding: 12px;
  width: 100%;
  background-color: #20335D;
  border-radius: 100px;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.commend_modal form .form_send_btn:hover {
  background-color: #7C8AA8;
}
.commend_modal form input {
  outline: none;
  border: none;
  border-radius: 100px;
  background: #F5F7F8;
  padding: 17px 20px;
  transition: all 0.3s ease;
}
.commend_modal form input::-moz-placeholder {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.commend_modal form input::placeholder {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.commend_modal form input:focus ~ label {
  color: #1FAAE3;
}
.commend_modal form input:focus {
  background-color: transparent;
  outline: 1px solid #1FAAE3;
}
.commend_modal form textarea {
  outline: none;
  border: none;
  resize: none;
  height: 150px;
  border-radius: 33px;
  background: #F5F7F8;
  padding: 17px 20px;
  transition: all 0.3s ease;
}
.commend_modal form textarea::-moz-placeholder {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.commend_modal form textarea::placeholder {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.commend_modal form textarea:focus ~ label {
  color: #1FAAE3;
}
.commend_modal form textarea:focus {
  background-color: transparent;
  outline: 1px solid #1FAAE3;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  width: 100%;
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 300;
  color: .custom-select-trigger grey;
  background: #F5F7F8;
  border-radius: 100px;
  transition: all 0.3s e;
  cursor: pointer;
}

.custom-select.opened .custom-select-trigger {
  border: 1px solid #1FAAE3;
  background-color: #FFFFFF;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  top: 15px;
  right: 20px;
  background-image: url("../img/select_icon.svg");
  background-size: cover;
  transition: all 0.4s ease-in-out;
}

.custom-select.opened .custom-select-trigger:after {
  transform: rotate(-180deg);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #1FAAE3;
  border-radius: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ECF2F4;
  font-size: 16px;
  font-weight: 500;
  color: #b5b5b5;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 30px 30px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 30px 30px;
}

.custom-option:hover,
.custom-option.selection {
  color: #20335D;
  background: #f9f9f9;
}

.breadcrumbs {
  padding: 45px 0 25px;
}
.breadcrumbs ul {
  display: flex;
  gap: 5px;
  align-items: center;
}
.breadcrumbs li {
  color: #20335D;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.breadcrumbs li.link {
  transition: box-shadow 0.3s ease;
}
.breadcrumbs li.link a {
  color: #20335D;
}
.breadcrumbs li.link:hover {
  box-shadow: inset 0 -1px 0 0 #20335D;
}

.catalog_hero {
  margin-bottom: 55px;
}
.catalog_hero_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.catalog_hero_top h1 {
  max-width: 491px;
  width: 100%;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero .catalog_search {
  max-width: 575px;
  width: 100%;
  height: 55px;
  padding: 17px 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background-color: white;
}
.catalog_hero .catalog_search input {
  max-width: 80%;
  width: 100%;
  height: 21px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero .catalog_search input::-moz-placeholder {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero .catalog_search input::placeholder {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero .show_filter {
  outline: none;
  border: none;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 15px 13px;
  display: none;
  gap: 8px;
  align-items: center;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero .catalog_hero_card {
  display: flex;
  justify-content: space-between;
  padding: 57px 68px;
  width: 100%;
  min-height: 226px;
  border-radius: 44px;
  background: linear-gradient(273deg, rgba(22, 30, 45, 0.2) 1.93%, rgba(2, 6, 16, 0.65) 94.53%), url("../img/catalog_hero_bg.svg") lightgray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog_hero_left {
  display: flex;
  flex-direction: column;
  max-width: 629px;
  width: 100%;
}
.catalog_hero_left h3 {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.catalog_hero_left p {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero_right {
  display: flex;
  flex-direction: column;
  max-width: 415px;
  width: 100%;
}
.catalog_hero_right p {
  color: #E1E1E1;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.catalog_hero_brands {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  margin-bottom: 14px;
  align-items: center;
}
.catalog_hero_brands img {
  border-radius: 10px;
}

.catalog_main {
  margin-bottom: 120px;
}
.catalog_main_block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.catalog_main .catalog_left {
  max-width: 25%;
  width: 100%;
}
.catalog_main .catalog_filter {
  background-color: #FCFCFD;
  border-radius: 44px;
  padding: 30px 25px;
}
.catalog_main .catalog_filter .mobile_filter_back {
  display: none;
}
.catalog_main .catalog_filter .mobile_filter_btns {
  display: none;
}
.catalog_main .catalog_filter_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DBEAF9;
  padding-bottom: 25px;
}
.catalog_main .catalog_filter_top h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_main .catalog_filter_main {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.catalog_main .catalog_filter .reset_filter {
  outline: none;
  border: none;
  background-color: transparent;
  color: #6F7984;
  text-align: right;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease;
  cursor: pointer;
}
.catalog_main .catalog_filter .reset_filter:hover {
  color: #1A1A1A;
}
.catalog_main .catalog_filter .show_all {
  text-align: left;
  color: #6F7984;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 0.3s ease;
}
.catalog_main .catalog_filter .show_all.active {
  color: #20335D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.catalog_main .catalog_filter_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.catalog_main .catalog_filter_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_main .catalog_filter ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.catalog_main .catalog_filter li {
  min-height: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.catalog_main .catalog_filter li .desc {
  color: #6F7984;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.2s ease;
}
.catalog_main .catalog_filter .custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.catalog_main .catalog_filter .custom-checkbox input {
  display: none;
}
.catalog_main .catalog_filter .custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #6F7984;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
  background-color: transparent;
}
.catalog_main .catalog_filter .custom-checkbox input:checked + .checkmark {
  border-color: transparent;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
}
.catalog_main .catalog_filter .custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-image: url("../img/check_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog_main .catalog_right {
  max-width: calc(75% - 20px);
  width: 100%;
}
.catalog_main .catalog_right h2 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 25px;
}
.catalog_main .catalog_cards {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 13.33px));
  gap: 20px;
}
.catalog_main .catalog_card {
  max-width: 301px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 44px;
  background: #FCFCFD;
}
.catalog_main .catalog_card .card_facilities {
  display: flex;
  gap: 3;
  align-items: center;
}
.catalog_main .catalog_card .card_facility {
  border-radius: 68px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 68.092px;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 0px rgba(16, 111, 150, 0.02);
  color: #20335D;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
}
.catalog_main .catalog_card .card_facility.degree {
  gap: 6px;
  padding: 14px 10px;
  font-size: 12px;
  line-height: 130%; /* 23.4px */
}
.catalog_main .catalog_card .card_facility.degree img {
  width: 14px;
}
.catalog_main .catalog_card .card_facility.name {
  gap: 4px;
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.catalog_main .catalog_card .card_facility.name img {
  width: 22.5px;
  height: 22.5px;
}
.catalog_main .catalog_card .card_img {
  margin: 30px 0;
}
.catalog_main .catalog_card .card_img img {
  max-width: 302px;
  width: 100%;
}
.catalog_main .catalog_card .card_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.catalog_main .catalog_card .card_title h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_main .catalog_card .card_rate {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20.428px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26.556px */
}
.catalog_main .catalog_card .card_desc {
  margin-bottom: 20px;
}
.catalog_main .catalog_card .card_desc p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.catalog_main .catalog_card .card_btn {
  width: 100%;
  border-radius: 100px;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.catalog_main .catalog_card .card_btn:hover {
  background-color: #7C8AA8;
}
.catalog_main .catalog_empty {
  background-color: #FFFFFF;
  border-radius: 44px;
  width: 100%;
  /*height: 210px;*/
  display: flex;
  /*align-items: center;*/
  align-items: stretch;
  overflow: hidden;
}
.catalog_main .catalog_empty .left_img {
  height: 100%;
}
.catalog_main .catalog_empty .bottom_img {
  display: none;
}
.catalog_main .catalog_empty .coming {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 20px;
  justify-content: center;
}
.catalog_main .catalog_empty .coming h3 {
  color: #20335D;
  font-family: "Gilroy";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.catalog_main .catalog_empty .coming p {
  max-width: 448px;
  width: 100%;
  color: #20335D;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_main .catalog_empty .expect {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
.catalog_main .catalog_empty .expect_title {
  color: #20335D;
  text-align: left;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_main .catalog_empty .expect ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.catalog_main .catalog_empty .expect li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.catalog_main .catalog_empty .expect span {
  color: #20335D;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.single_card {
  width: 100%;
  border-radius: 44px;
  background-color: #FFFFFF;
  padding: 35px;
  display: flex;
  margin-bottom: 39px;
  gap: 30px;
}
.single_card_left {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.single_card .singleSwiper {
  border-radius: 20px;
  max-width: 411px;
  width: 100%;
  height: 467px;
}
.single_card .singleSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #D9D9D9;
}
.single_card .singleSwiper .swiper_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  bottom: 50%;
  z-index: 2;
  padding: 0 20px;
}
.single_card .singleSwiper .single_swiper_prev {
  width: 39px;
  height: 39px;
  border-radius: 78px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.single_card .singleSwiper .single_swiper_next {
  width: 39px;
  height: 39px;
  border-radius: 78px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.single_card .singleGallerySwiper {
  height: 467px;
}
.single_card .singleGallerySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 149px;
  border-radius: 20px;
  background: #F3F3F3;
  cursor: pointer;
}
.single_card .singleGallerySwiper .swiper-slide-thumb-active {
  background-color: #D9D9D9;
}
.single_card_right {
  display: flex;
  flex-direction: column;
}
.single_card .product_desc {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}
.single_card .product_desc h1 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.single_card .product_desc p {
  color: #292D31;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single_card .product_facilities {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 49px;
}
.single_card .product_facility {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.single_card .product_facility h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.single_card .product_facility p {
  color: #292D31;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single_card .product_btn_box button {
  outline: none;
  border: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  border-radius: 100px;
  padding: 15px 53px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.single_card .product_btn_box button:hover {
  background-color: #7C8AA8;
}

.single_tab {
  margin-bottom: 50px;
}
.single_tab .buy_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.single_tab .buy_text {
  max-width: 693px;
  width: 100%;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.single_tab .tab_navigation {
  background-color: #FFFFFF;
  border-radius: 100px;
  display: inline-flex;
  margin-bottom: 25px;
}
.single_tab .tab_navigation li {
  padding: 14px 40px;
  color: #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.2s ease;
  cursor: pointer;
}
.single_tab .tab_navigation li.active {
  background-color: #1FAAE3;
  border-radius: 100px;
  color: #F5F7F8;
}
.single_tab .tab_content {
  display: none;
}
.single_tab .text .text_p {
  margin-bottom: 25px;
}
.single_tab .text p {
  color: #000;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single_tab .text ul {
  display: flex;
  flex-direction: column;
  list-style: disc;
  position: relative;
  left: 25px;
  padding-right: 25px;
}
.single_tab .text ol {
  display: flex;
  flex-direction: column;
  list-style: decimal;
  position: relative;
  left: 25px;
  padding-right: 25px;
}
.single_tab .text li {
  color: #000;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single_tab .brand_cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.single_tab .brand_cards .row_3 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 13.33px));
  gap: 20px;
}
.single_tab .brand_cards .row_2 {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  gap: 20px;
}
.single_tab .brand_card {
  border-radius: 33px;
  background: #FFFFFF;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.single_tab .brand_card .mobile_brand {
  display: none;
}
.single_tab .brand_card .radius_img {
  border-radius: 20px;
}
.single_tab .brand_card:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
}
.single_tab .brand_card:hover p {
  color: #FFFFFF;
}
.single_tab .brand_card:hover a {
  color: #FFFFFF;
}
.single_tab .brand_card:hover a svg path {
  stroke: #FFFFFF;
}
.single_tab .brand_card_body {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.single_tab .brand_card_body p {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease;
}
.single_tab .brand_card_body a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: color 0.3s ease;
}

.articles {
  margin-bottom: 50px;
}
.articles .articles_title {
  color: #000;
  text-align: left;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 21px;
}
.articles .articles_card {
  border-radius: 44px;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: repeat(5, calc(50% - 15px));
  gap: 30px;
  align-items: center;
  overflow: hidden;
}
.articles .articles_card_left img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
}
.articles .articles_card_right {
  display: flex;
  flex-direction: column;
  padding-right: 41px;
}
.articles .articles_card_timing {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3A3A3A;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.articles .articles_card_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.articles .article_card_desc {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.articles a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #1FAAE3;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: opacity 0.3s ease;
}
.articles a:hover {
  opacity: 0.7;
}

.catalog_recommend {
  margin-bottom: 120px;
}
.catalog_recommend .catalog_recommend_title {
  color: #000;
  text-align: left;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}
.catalog_recommend .product_cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 18px;
}
.catalog_recommend .product_card {
  max-width: 414px;
  width: 100%;
  padding: 30px;
  border-radius: 44.941px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 13.618px 13.618px 0px rgba(31, 170, 227, 0.03);
}
.catalog_recommend .product_card .card_facilities {
  display: flex;
  gap: 10px;
  align-items: center;
}
.catalog_recommend .product_card .card_facility {
  padding: 16px;
  border-radius: 100px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 68.092px;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px 0px rgba(16, 111, 150, 0.02);
  color: #20335D;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
}
.catalog_recommend .product_card .card_facility.degree {
  gap: 11px;
  font-size: 18px;
  line-height: 130%; /* 23.4px */
}
.catalog_recommend .product_card .card_facility.name {
  gap: 9px;
  font-size: 16px;
  text-transform: uppercase;
}
.catalog_recommend .product_card .card_img {
  margin: 38px 0;
}
.catalog_recommend .product_card .card_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.catalog_recommend .product_card .card_title h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.catalog_recommend .product_card .card_rate {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20.428px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26.556px */
}
.catalog_recommend .product_card .card_desc {
  margin-bottom: 15px;
}
.catalog_recommend .product_card .card_desc p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.catalog_recommend .product_card .card_btn {
  width: 100%;
  border-radius: 100px;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.catalog_recommend .product_card .card_btn:hover {
  background-color: #7C8AA8;
}
.catalog_recommend .swiper_part {
  position: relative;
  margin-bottom: 106px;
}
.catalog_recommend .swiper {
  width: 100%;
  border-radius: 44.941px;
}
.catalog_recommend .swiper_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.catalog_recommend .product_swiper_prev {
  position: relative;
  left: -40px;
  cursor: pointer;
}
.catalog_recommend .product_swiper_next {
  position: relative;
  right: -40px;
  cursor: pointer;
}
.catalog_recommend .swiper-pagination-progressbar {
  display: none;
  height: 10px;
  top: calc(100% + 20px);
  border-radius: 100px;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%), #FFFFFF;
}
.catalog_recommend .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 10px;
  border-radius: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
}

.company_hero {
  margin-bottom: 66px;
}
.company_hero_card {
  border-radius: 33px;
  background-attachment: local;
  background: linear-gradient(275deg, rgba(0, 0, 0, 0) 5.95%, rgba(0, 0, 0, 0.6) 61.94%), url("../img/company_bg.png") lightgray center/cover no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 55px 32px 40px;
  overflow: hidden;
  position: relative;
}
.company_hero_card .company_card_mobile_img {
  display: none;
}
.company_hero_card .card_box {
  max-width: 648px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.company_hero_card .card_title {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 65px */
  margin-bottom: 30px;
}
.company_hero_card .text {
  color: #C7E2EF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  margin-bottom: 17px;
}
.company_hero_card .list_title {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 28.6px */
  margin-bottom: 19px;
}
.company_hero_card ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.company_hero_card ul li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.company_hero_card ul img {
  width: 26px;
}
.company_hero_card ul span {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.company_hero_card button {
  border: none;
  outline: none;
  background-color: #1FAAE3;
  border-radius: 100px;
  padding: 12px 22px;
  position: absolute;
  bottom: 60px;
  right: 73px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.company_hero_card button:hover {
  background-color: #B0D8E9;
}
.company_hero .statistics {
  margin: 70px 0 150px;
  display: flex;
  justify-content: space-between;
}
.company_hero .statistics_item {
  max-width: 254px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company_hero .statistics_result {
  display: flex;
  justify-content: center;
  align-items: end;
}
.company_hero .statistics_result h3 {
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.company_hero .statistics_result span {
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.company_hero .statistics_desc {
  color: #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.company_offer {
  margin-bottom: 160px;
}
.company_offer_card {
  border-radius: 44px;
  background: #FFFFFF;
  padding: 50px 55px;
}
.company_offer_title {
  max-width: 289px;
  width: 100%;
  color: #000;
  font-family: "Gilroy";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 65px */
  margin-bottom: 40px;
}
.company_offer .card_items {
  display: flex;
  justify-content: space-between;
}
.company_offer .card_item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}
.company_offer .card_item .card_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.company_offer .card_img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: #F5F7F8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.company_offer .card_img:hover {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(14, 27, 56, 0.08);
}

.blog_main {
  margin-bottom: 50px;
}
.blog_main h2 {
  max-width: 538px;
  width: 100%;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
}
.blog_main .blog_product {
  display: flex;
  gap: 30px;
  align-items: center;
}
.blog_main .blog_product_left {
  width: calc(50% - 15px);
}
.blog_main .blog_product_left img ,#blog_modal_img {
  width: 100%;
  height: 100%;
  border-radius: 44px;
}
.blog_main .blog_product_right {
  width: calc(50% - 15px);
}
.blog_main .blog_product .articles_card_timing {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3A3A3A;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}
.blog_main .blog_product h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.blog_main .blog_product p {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.blog_main .blog_product a {
  color: #1FAAE3;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: opacity 0.7s ease;
}
.blog_main .blog_product a:hover {
  opacity: 0.7;
}

.blog_news {
  margin-bottom: 150px;
}
.blog_news .blog_news_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}
.blog_news .news_block {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 5px));
  gap: 20px;
}
.blog_news .news_item {
  display: flex;
  flex-direction: column;
}
.blog_news .news_item .news_img {
  margin-bottom: 20px;
}
.blog_news .news_item .news_img img {
  width: 100%;
  border-radius: 44px;
}
.blog_news .news_item .articles_card_timing {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3A3A3A;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.blog_news .news_item h3 {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.blog_news .news_item p {
  color: #1A1A1A;
  text-overflow: ellipsis;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog_modal {
  display:none;
  padding: 36px 46px 171px;
  max-width: 880px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.blog_modal .blog_modal_img {
  margin-bottom: 30px;
}
.blog_modal .blog_modal_img img {
  width: 100%;
}
.blog_modal .blog_modal_body {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.blog_modal .blog_modal_body::-webkit-scrollbar {
  position: relative;
  left: 20px;
  margin-left: 20px;
  width: 5px;
  border-radius: 5px;
  background-color: #F5F5F5;
}
.blog_modal .blog_modal_body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #000000;
  border: 2px solid #555555;
}
.blog_modal .blog_progress {
  position: fixed;
  bottom: 131px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 92px);
}
.blog_modal .progress-container {
  border-radius: 10px;
  background: #F5F7F8;
  height: 10px;
  width: 100%;
  overflow: hidden;
}
.blog_modal .progress-bar {
  border-radius: 10px;
  background: #1FAAE3;
  height: 10px;
  width: 0%;
}
.blog_modal .articles_card_timing {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3A3A3A;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}
.blog_modal h3 {
  color: v #1A1A1A;
  text-align: center;
  font-family: "Gilroy";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 26px;
}
.blog_modal .text_p {
  margin-bottom: 30px;
}
.blog_modal .text_p ol {
  list-style-type: decimal !important;
  position: relative;
  left: 30px;
  padding-right: 30px;
}
.blog_modal .text_p p {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
}
.blog_modal .text_p li {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
}
.blog_modal .text_p .list_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 127.778% */
}
.blog_modal .blog_copy .copy_success {
  padding: 33px 44px;
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  background-color: #1FAAE3;
  display: none;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 127.778% */
}
.blog_modal .blog_copy .blog_copy_btn {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.error_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 109px;
}
.error_wrapper .center_img {
  margin-bottom: 56px;
}
.error_wrapper h3 {
  color: #20335D;
  text-align: center;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 41px;
}
.error_wrapper .error_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.error_wrapper .error_btns a {
  border-radius: 100px;
  background: #1FAAE3;
  padding: 12px 22px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
.error_wrapper .error_btns a:hover {
  background-color: #B0D8E9;
}

.contact_section {
  margin-bottom: 127px;
}
.contact_section .contact_title {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact_section .container {
  display: flex;
  gap: 41px;
}
.contact_section .row_3 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 13.33px));
  gap: 20px;
}
.contact_section .row_2 {
  display: grid;
  grid-template-columns: calc(40% - 10px) calc(60% - 10px);
  gap: 20px;
}
.contact_section .contact_main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_section .contact_card {
  border-radius: 33px;
  background: #FFFFFF;
  padding: 23px 30px;
}
.contact_section .contact_card_title {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contact_section .contact_card_info {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: lowercase;
  margin-bottom: 13px;
}
.contact_section .support {
  color: #6F7984;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact_section .social_icons {
  display: flex;
  gap: 14px 35px;
  flex-wrap: wrap;
}
.contact_section .social_icons a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #292D31;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact_section .contact_card_desc {
  color: #292D31;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header .mobile_search_block {
  display: none;
}
header .hamurger_menu {
  display: none;
}
header .close {
  display: none;
}
header .header_top {
  background-color: #F5F7F8;
  padding: 10px 0;
}
header .header_top_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_top_right {
  position: relative;
}
header .logo__mobile_desc {
  display: none;
}
header .search_suggestions {
  overflow: hidden;
  display: none;
  width: 100%;
  max-height: 345px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 25px;
  position: absolute;
  z-index: 1000;
  top: 53px;
}
header .search_title {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}
header .search_results_block .search_cards {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  max-height: 295px;
  overflow-y: auto;
}
header .search_results_block .search_card {
  border-bottom: 1px solid #ECF2F4;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
}
header .search_results_block .search_card:last-child {
  border-bottom: unset;
}
header .search_results_block .search_card_img {
  background-color: #F5F7F8;
  width: 61px;
  height: 61px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .search_results_block .search_card_name {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .search_suggestions_block {
  padding: 20px;
  background-color: #20335D;
  color: #F5F7F8;
  border-radius: 20px;
}
header .search_suggestions_block .search_note {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .search_suggestions_block .search_cards {
  display: flex;
  flex-direction: column;
}
header .search_suggestions_block .search_card {
  border-bottom: 1px solid #29456E;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 0;
}
header .search_suggestions_block .search_card:last-child {
  border-bottom: unset;
}
header .search_suggestions_block .search_card_img {
  background-color: #29456E;
  width: 61px;
  height: 61px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .search_suggestions_block .search_card_name {
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .header_top_left {
  display: flex;
  gap: 54px;
}
header .mobile_search {
  display: none;
}
header .mobile_search button {
  outline: none;
  border: none;
  background-color: transparent;
}
header .header_top_phone a {
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  color: #20335D;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
header .header_top_social {
  display: flex;
  align-items: center;
  gap: 22px;
}
header .header_search {
  position: relative;
  z-index: 2;
  width: 490px;
  height: 44px;
  border-radius: 100px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 6px 20px;
}
header .header_search input {
  width: 85%;
  border: none;
  outline: none;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
header .header_search input::-moz-placeholder {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header .header_search input::placeholder {
  color: #415C66;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header .header_search .search_icon {
  height: 24px;
}
header .header_search .search_clear {
  display: none;
  cursor: pointer;
}
header .header_search .search_clear img {
  height: 24px;
}
header .header_bottom {
  background-color: #FFFFFF;
  padding: 17px 0;
}
header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_left {
  display: flex;
  align-items: center;
  gap: 27px;
}
header .logo_desc {
  max-width: 339px;
  width: 100%;
  color: #6F7984;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .header_right {
  display: flex;
  gap: 30px;
  align-items: center;
}
header .header_menus {
  display: flex;
  gap: 30px;
}
header .header_menus a {
  color: #20335D;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
  transition: all 0.3s ease;
}
header .header_menus a.active {
  color: #1FAAE3;
  font-weight: 700;
}
header .header_menus a:hover {
  color: #1FAAE3;
}
header .buy_from {
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 30px;
  border-radius: 100px;
  background-color: #20335D;
  color: #FFFFFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: background-color 0.3s ease;
}
header .buy_from:hover {
  background-color: #7C8AA8;
}

footer .footer_block {
  background-color: #FFFFFF;
}
footer .footer_logo {
  padding: 25px 0 2px;
  border-bottom: 1px solid #F5F7F8;
}
footer .footer_logo img {
  width: 140px;
  height: auto;
}
footer .footer_main {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  align-items: flex-start;
  padding: 28px 0 63px;
}
footer .taking_tutorial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .taking_tutorial label {
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  margin-bottom: 14px;
}
footer .taking_tutorial input {
  border: none;
  outline: none;
  border-radius: 100px;
  background-color: #F5F7F8;
  padding: 10px 16px;
  width: 344px;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
footer .taking_tutorial input::-moz-placeholder {
  color: #6F6F6F;
}
footer .taking_tutorial input::placeholder {
  color: #6F6F6F;
}
footer .taking_tutorial input:focus {
  background-color: #FFFFFF;
  outline: 1px solid #1FAAE3;
}
footer .taking_tutorial button {
  border: none;
  outline: none;
  border-radius: 100px;
  background-color: #20335D;
  padding: 11px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  width: 344px;
  transition: background-color 0.3s ease;
}
footer .taking_tutorial button:hover {
  background-color: #7C8AA8;
}
footer .footer_right {
  display: flex;
  gap: 90px;
}
footer .footer_title {
  text-wrap: nowrap;
  color: #1A1A1A;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
footer .footer_menus {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer_menus a {
  text-wrap: nowrap;
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
footer .footer_menus a:hover {
  color: #20335D;
  font-weight: 400;
}
footer .footer_address {
  color: #6F6F6F;
  font-family: "Gilroy";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .site_infos {
  background-color: #F5F7F8;
  padding: 12px 0;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom_item {
  color: #292D31;
  font-family: "Gilroy";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1400px) {
  .container {
    max-width: 1280px;
  }
  header .header_left {
    gap: 20px;
  }
  header .header_menus {
    gap: 20px;
  }
  header .header_right {
    gap: 20px;
  }
  .our_products_bg {
    min-width: 100%;
    min-height: 100%;
    width: unset;
    height: unset;
  }
  .about_section .about_card {
    min-height: 480px;
  }
  .about_section .about_card_desc {
    max-width: 727px;
    width: 100%;
  }
  .glorincor_news .swiper_content_left .swiper_text {
    max-width: 450px;
  }
  .glorincor_news .swiper {
    height: 600px;
  }
  .glorincor_news .swiper_content::after {
    height: 500px;
  }
  .glorincor_news .glorincor_news-pagination {
    padding-left: 0;
    left: -80px;
    text-align: right;
    top: -80px;
  }
  .news_card {
    width: 361px;
  }
  .news_card_img img {
    height: 254px;
  }
  .reviews_img img {
    bottom: 33px;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1150px;
  }
  .cookie .cookie_card {
    max-width: 1150px;
  }
  .blog_news .news_block {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 5px));
    gap: 10px;
  }
  .error_wrapper {
    padding-top: 40px;
  }
  .error_wrapper .center_img img {
    transform: scale(0.8);
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .cookie .cookie_card {
    max-width: 900px;
  }
  .search_overlay {
    width: 0;
    height: 0;
    z-index: -1;
  }
  .wrapper {
    padding-top: 88px;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  header .mobile_search_block {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    background-color: #F5F7F8;
    transition: left 0.5s ease;
    z-index: 4000;
  }
  header .mobile_search_block.active {
    left: 0;
  }
  header .mobile_search_top {
    background-color: #FFFFFF;
    padding: 30px 0;
    margin-bottom: 25px;
  }
  header .mobile_search_top .mobile_search_back {
    outline: none;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #292D31;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  header .mobile_search_top .mobile_search_brand {
    color: #000;
    font-family: "Gilroy";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  header .mobile_search_top .container {
    display: flex;
    gap: 76px;
  }
  header .header_search {
    width: 100%;
    height: 55px;
    z-index: 1000;
  }
  header .search_suggestions {
    top: 180px;
    max-width: 960px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header_bottom {
    transition: all 0.3s ease;
  }
  header .header_bottom.active {
    border-radius: 0 0 20px 20px;
  }
  header .logo__mobile_desc {
    display: block;
    color: #6F7984;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header .header_block {
    flex-direction: column;
  }
  header .header_right {
    position: relative;
    bottom: 100%;
    display: none;
    padding-top: 16px;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    align-items: flex-start;
  }
  .header .header_menus {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .header .header_menus li {
    border-bottom: 1px solid #EBEDF4;
    padding: 15px 0;
  }
  .header .header_menus li:last-child {
    border-bottom: unset;
  }
  header .buy_from {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
  }
  header .hamurger_menu {
    display: block;
  }
  header .mobile_search {
    display: block;
  }
  .header .header_top {
    display: none;
  }
  header .header_left {
    width: 100%;
    justify-content: space-between;
  }
  .header .logo_desc {
    display: none;
  }
  .products_adv .product_swiper_prev {
    left: 0;
  }
  .products_adv .product_swiper_next {
    right: 0;
  }
  .catalog_recommend .product_swiper_prev {
    left: 0;
  }
  .catalog_recommend .product_swiper_next {
    right: 0;
  }
  .about_section .about_card {
    min-height: 620px;
  }
  .about_section .statistics {
    gap: 10px;
  }
  .about_section .statistics_result h3 {
    font-size: 50px;
  }
  .our_products .row_5 {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
  }
  .our_products_card.centered .our_products_img {
    bottom: 15px;
  }
  .news_cards {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  .news_card {
    width: auto;
  }
  .news_card_img img {
    height: auto;
  }
  .news_form {
    width: calc(200% + 20px);
    margin-bottom: 40px;
  }
  .reviews_img img {
    bottom: 0;
  }
  .reviews .reviews_swiper_pagination {
    bottom: 56px;
  }
  footer .footer_main {
    gap: 50px;
  }
  footer .footer_right {
    gap: 30px;
  }
  .catalog_main .catalog_empty .left_img {
    display: none;
  }
  .catalog_main .catalog_cards {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  .catalog_main .catalog_empty {
    position: relative;
    padding: 25px 25px 60px;
    height: auto;
  }
  .catalog_main .catalog_empty .left_img {
    display: none;
  }
  .catalog_main .catalog_empty .bottom_img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .catalog_hero_top h1 {
    max-width: 450px;
    font-size: 36px;
  }
  .company_offer .card_items {
    flex-wrap: wrap;
  }
  .articles .articles_card {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .cookie .cookie_card {
    max-width: 720px;
  }
  header .search_suggestions {
    max-width: 720px;
  }
  .hero .swiper_content_box h2 {
    font-size: 34px;
  }
  .products_adv .products_adv_top h3 {
    font-size: 36px;
  }
  .products_adv .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .about_section .about_card_body {
    flex-direction: column;
    gap: 14px;
  }
  .about_section .about_card_left h3 {
    max-width: 100%;
    font-size: 40px;
    margin-bottom: 6px;
    text-align: center;
  }
  .about_section .about_card_left p {
    font-size: 22px;
    text-align: center;
  }
  .about_section .about_card_left p span {
    font-size: 44px;
  }
  .about_section .about_card_desc p {
    font-size: 20px;
    text-align: center;
  }
  .about_section .about_card_btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .about_section .statistics {
    gap: 35px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .company_hero .statistics {
    gap: 35px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .our_products_top h3 {
    font-size: 36px;
  }
  .our_products .row_3 {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
  .our_products .row_5 {
    grid-template-columns: repeat(3, calc(33% - 13.33px));
  }
  .glorincor_news_top {
    margin-bottom: 30px;
  }
  .glorincor_news_top h3 {
    font-size: 36px;
  }
  .glorincor_news .swiper_content_left h3 {
    text-align: center;
  }
  .glorincor_news .swiper_content_left .swiper_text {
    text-align: center;
    max-width: 100%;
  }
  .glorincor_news .swiper_content_left a {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .glorincor_news .swiper_content {
    padding: 40px 0 100px;
    flex-direction: column;
  }
  .glorincor_news .swiper_content_left {
    width: 100%;
    padding: 0 20px;
  }
  .glorincor_news .swiper_content_right {
    width: 100%;
  }
  .glorincor_news .swiper_content::after {
    top: 0;
    right: 0;
    height: 100%;
  }
  .glorincor_news .swiper {
    height: auto;
    border-radius: 44px;
  }
  .glorincor_news .glorincor_news-pagination {
    text-align: center;
    left: 0;
    bottom: -50px;
  }
  .reviews .container {
    padding: 40px 0 60px;
  }
  .reviews h2 {
    text-align: center;
    position: unset;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .reviews .swiper_box {
    top: 0;
  }
  .reviews .swiper {
    height: auto;
  }
  .reviews .reviews_send {
    bottom: -20px;
  }
  .reviews_content {
    flex-direction: column;
    align-items: center;
    border-radius: 33px;
    padding: 35px 36px;
    gap: 33px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
  }
  .reviews_content_left {
    padding: 0;
    top: 0;
    border-radius: 0;
    z-index: unset;
  }
  .reviews_content_right {
    left: 0;
  }
  .reviews_content_left p {
    margin-bottom: 37px;
  }
  .reviews_img img {
    bottom: 20px;
  }
  footer .footer_main {
    flex-direction: column;
  }
  footer .footer_left {
    width: 100%;
  }
  footer .taking_tutorial {
    width: 100%;
    align-items: center;
  }
  footer .footer_logo {
    text-align: center;
  }
  .catalog_hero {
    position: relative;
    padding-bottom: 75px;
  }
  .catalog_hero .catalog_hero_card {
    flex-direction: column;
    gap: 50px;
  }
  .catalog_hero .searching_block {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 10px;
  }
  .catalog_hero .show_filter {
    display: flex;
  }
  .catalog_main .catalog_left {
    top: 100%;
    border-radius: 0;
    left: 0;
    max-width: 100vw;
    position: fixed;
    overflow-y: scroll;
    transition: top 0.5s ease;
    z-index: 5000;
  }
  .catalog_main .catalog_left.active {
    top: 0;
  }
  .catalog_main .catalog_filter {
    position: relative;
    height: 100vh;
    border-radius: 0;
  }
  .catalog_main .catalog_filter li .desc {
    font-size: 14px;
  }
  .catalog_main .catalog_filter .mobile_filter_back {
    display: block;
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 28px;
    right: 28px;
  }
  .catalog_main .catalog_filter .reset_filter {
    border: 1px solid #292D31;
    outline: none;
    height: 100%;
    color: #292D31;
    text-align: center;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 18px;
    border-radius: 100px;
    transition: all 0.3s ease;
  }
  .catalog_main .catalog_filter .reset_filter.desktop_filter_reset {
    display: none;
  }
  .catalog_main .catalog_filter .reset_filter:hover {
    background-color: #20335D;
    color: #FFFFFF;
    border-color: #20335D;
  }
  .catalog_main .catalog_filter .mobile_filter_btns {
    padding-top: 20px;
    display: flex;
    padding-left: 1px;
    gap: 15px;
  }
  .catalog_main .catalog_filter .apply_filter {
    display: block;
    outline: none;
    border: none;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
    padding: 15px 27px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: background-color 0.3s ease;
  }
  .catalog_main .catalog_filter .apply_filter:hover {
    background-color: #7C8AA8;
  }
  .catalog_main .catalog_filter_top {
    justify-content: center;
    border-bottom: unset;
  }
  .catalog_main .catalog_filter_top h3 {
    font-size: 20px;
  }
  .catalog_main .catalog_filter_main {
    max-height: calc(100vh - 80px);
    height: 100%;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 20px;
    scroll-behavior: smooth; /* Scrollni silliq harakatlanish */
  }
  .catalog_main .catalog_filter .show_all {
    width: 100%;
    font-size: 14px;
  }
  .catalog_main .catalog_filter .catalog_filter_title {
    font-size: 16px;
  }
  .catalog_main .catalog_filter_item {
    width: 100%;
  }
  .catalog_main .catalog_right {
    max-width: 100%;
  }
  .company_hero_card {
    padding: 55px 32px 140px;
  }
  .company_offer .card_items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .company_offer_title {
    font-size: 38px;
  }
  .contact_section .container {
    flex-direction: column;
  }
  .blog_main h2 {
    font-size: 36px;
  }
  .blog_main .blog_product {
    flex-direction: column;
  }
  .blog_main .blog_product_left {
    width: 100%;
  }
  .blog_main .blog_product_right {
    width: 100%;
  }
  .blog_news .news_block {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 40px 20px;
  }
  .single_card {
    flex-direction: column;
  }
  .articles .articles_card {
    border-radius: unset;
    overflow: unset;
    display: flex;
    flex-direction: column;
  }
  .articles .articles_card_left {
    width: 100%;
  }
  .articles .articles_card_right {
    width: 100%;
    padding: 30px;
  }
  .catalog_recommend .swiper-slide {
    width: auto;
  }
  .single_tab .brand_cards .row_3 {
    grid-template-columns: auto;
  }
  .single_tab .brand_cards .row_2 {
    grid-template-columns: auto;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .cookie .cookie_card {
    max-width: 540px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 22px;
  }
  .cookie .cookie_left p {
    font-size: 14px;
  }
  .cookie .cookie_close {
    top: 10px;
    right: 10px;
    transform: unset;
  }
  header .search_suggestions {
    max-width: 540px;
  }
  .hero {
    padding: 45px 0;
  }
  .hero .swiper {
    border-radius: 33px;
  }
  .hero .swiper_btns {
    display: none;
  }
  .hero .swiper-pagination {
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
  }
  .hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C8CDE8;
  }
  .hero .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EBEDF4;
  }
  .hero .swiper-slide {
    width: 100%;
    height: 335px;
  }
  .hero .swiper_content {
    border-radius: 33px;
  }
  .hero .swiper_content img {
    border-radius: 33px;
  }
  .hero .swiper_content_box {
    position: relative;
    z-index: 100;
    padding: 36px 16px 55px;
  }
  .hero .swiper_content_box h2 {
    max-width: 100%;
    width: 100%;
    color: #FFFFFF;
    font-family: "Gilroy";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 65px */
    text-transform: uppercase;
    margin-bottom: 19px;
  }
  .hero .swiper_content_box p {
    max-width: 100%;
    width: 100%;
    color: #FFFFFF;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    margin-bottom: 30px;
  }
  .hero .swiper_content_box button {
    width: 100%;
    background-color: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 100px;
    padding: 18px 43px;
    color: #20335D;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .hero .swiper_content_box button:hover {
    color: #FFFFFF;
    background-color: #20335D;
  }
  .products_adv {
    padding-top: 0;
  }
  .products_adv .products_adv_top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .products_adv .products_adv_top h3 {
    color: #1A1A1A;
    font-family: "Gilroy";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .products_adv .products_adv_top a {
    position: relative;
    top: 580px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1FAAE3;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: opacity 0.3s ease;
  }
  .products_adv .products_adv_top a:hover {
    opacity: 0.7;
  }
  .products_adv .product_card {
    padding: 30px 20px;
    border-radius: 33px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 13.618px 13.618px 0px rgba(31, 170, 227, 0.03);
  }
  .products_adv .product_card .card_facilities {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px;
    align-items: center;
  }
  .products_adv .product_card .card_facility {
    height: 100%;
    border-radius: 100px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 0px rgba(16, 111, 150, 0.02);
    color: #20335D;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 600;
  }
  .products_adv .product_card .card_facility.degree {
    padding: 11px 12px;
    gap: 9px;
    font-size: 14px;
    line-height: 130%; /* 23.4px */
  }
  .products_adv .product_card .card_facility.degree img {
    width: 17px;
  }
  .products_adv .product_card .card_facility.name {
    padding: 8.5px 11px;
    gap: 4px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .products_adv .product_card .card_facility.name img {
    width: 27px;
  }
  .products_adv .product_card .card_img {
    margin: 30px 0;
  }
  .products_adv .product_card .card_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .products_adv .product_card .card_title h3 {
    color: #1A1A1A;
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .products_adv .product_card .card_rate {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #1A1A1A;
    font-family: "Gilroy";
    font-size: 20.428px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26.556px */
  }
  .products_adv .product_card .card_desc {
    margin-bottom: 20px;
  }
  .products_adv .product_card .card_desc p {
    color: #6F6F6F;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .products_adv .product_card .card_btn {
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
    color: #FFFFFF;
    text-align: center;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: background-color 0.3s ease;
  }
  .products_adv .product_card .card_btn:hover {
    background-color: #7C8AA8;
  }
  .products_adv .swiper_part {
    position: relative;
    margin-bottom: 125px;
  }
  .products_adv .swiper {
    width: 100%;
    border-radius: 44.941px;
    overflow: unset;
  }
  .products_adv .swiper-slide {
    width: auto;
  }
  .products_adv .swiper_btns {
    display: none;
  }
  .products_adv .swiper-pagination-progressbar {
    display: block;
  }
  .about_section .about_card {
    border-radius: 33px;
    background-image: url("../img/about_card_mobile_bg.svg");
    height: auto;
  }
  .our_products {
    padding: 25px 0 198px;
  }
  .our_products .swiper_block {
    display: block;
    position: relative;
  }
  .our_products .swiper {
    overflow: unset;
  }
  .our_products_block {
    display: none;
  }
  .our_products_top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .our_products_top h3 {
    font-size: 22px;
    text-align: center;
  }
  .our_products_top a {
    width: 100%;
    font-size: 16px;
    position: relative;
    top: 366px;
  }
  .our_products_card {
    width: 232px;
    height: 230px;
  }
  .our_products .swiper-slide {
    width: auto;
  }
  .our_products .swiper-pagination-progressbar {
    display: block;
    overflow: hidden;
    height: 10px;
    top: calc(100% + 20px);
    border-radius: 100px;
    background-color: #F5F7F8;
  }
  .our_products .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: transparent;
    z-index: 0;
  }
  .our_products .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
    z-index: 1;
  }
  .glorincor_news {
    padding: 44px 0 95px;
  }
  .glorincor_news .swiper {
    height: 914px;
  }
  .glorincor_news .swiper_content {
    height: 100%;
    justify-content: space-between;
  }
  .glorincor_news .container {
    width: 100%;
  }
  .glorincor_news_top {
    max-width: 540px;
    width: 100%;
    flex-direction: column;
  }
  .glorincor_news_top h3 {
    font-size: 22px;
  }
  .glorincor_news_top a {
    font-size: 16px;
  }
  .glorincor_news .swiper_content_left h3 {
    font-size: 22px;
  }
  .glorincor_news .swiper_content_left .swiper_text p {
    font-size: 14px;
  }
  .glorincor_news .swiper_content_left .swiper_text a {
    width: 100%;
    font-size: 16px;
    position: relative;
    top: 990px;
  }
  .glorincor_news .swiper_img img {
    max-width: 250px;
    width: 100%;
  }
  .glorincor_news .swiper_btns {
    display: none;
  }
  .glorincor_news .glorincor_news-pagination {
    position: relative;
    bottom: unset;
    gap: 8px;
    top: -80px;
    z-index: 99;
    text-align: center;
    padding-left: 0;
  }
  .glorincor_news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EBEDF4;
  }
  .glorincor_news .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C8CDE8;
  }
  .news {
    padding-bottom: 100px;
  }
  .news_top {
    flex-direction: column;
  }
  .news_top a {
    width: 100%;
    font-size: 16px;
    position: relative;
    top: 700px;
  }
  .news .for_desktop {
    display: none;
  }
  .news .swiper_block {
    display: block;
    margin-bottom: 193px;
  }
  .news .swiper {
    overflow: unset;
  }
  .news .swiper-slide {
    width: 260px;
  }
  .news_form h3 {
    font-size: 22px;
  }
  .reviews {
    margin-bottom: 130px;
  }
  .reviews .container {
    padding-bottom: 100px;
    position: relative;
  }
  .reviews h2 {
    font-size: 22px;
  }
  .reviews .swiper {
    margin: 0;
    overflow: unset;
  }
  .reviews .swiper-slide {
    max-width: 320px;
    width: 100%;
  }
  .reviews .swiper_btns {
    display: none;
  }
  .reviews .swiper-pagination-progressbar {
    width: calc(100% - 32px);
    overflow: hidden;
    height: 10px;
    top: unset;
    left: 16px;
    bottom: -20px;
    border-radius: 100px;
    background-color: #F5F7F8;
  }
  .reviews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: transparent;
    z-index: 0;
  }
  .reviews .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
    z-index: 1;
  }
  .reviews .reviews_send {
    bottom: -70px;
    right: 50%;
    transform: translateX(-50%);
  }
  .reviews_content {
    padding: 25px 16px 16px;
  }
  .reviews_content_left p {
    font-size: 14px;
  }
  .reviews_person {
    font-size: 18px;
  }
  .reviews_person_info {
    font-size: 14px;
  }
  .reviews_content_right {
    padding: 0 20px 25px;
	width: 290px;
  }
  .reviews_content_right::after {
    height: 100%;
  }
  .reviews .circle {
    z-index: 1;
    top: 20px;
    right: 9px;
    bottom: unset;
  }
  .reviews_img img {
    width: 120px;
    bottom: 25px;
  }
  .breadcrumbs {
    padding: 30px 0 15px;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
  .catalog_hero {
    margin-bottom: 15px;
  }
  .catalog_hero .catalog_search {
    max-width: 420px;
  }
  .catalog_hero_top {
    margin-bottom: 15px;
  }
  .catalog_hero_top h1 {
    font-size: 22px;
  }
  .catalog_hero .catalog_hero_card {
    border-radius: 33px;
    padding: 30px 16px;
    gap: 18px;
  }
  .catalog_hero_left h3 {
    font-size: 22px;
  }
  .catalog_hero_left p {
    font-size: 14px;
  }
  .catalog_hero_right p {
    font-size: 14px;
  }
/*  .catalog_main .catalog_right h2 {
    display: none;
  }
  */
  .catalog_main .catalog_empty {
    padding: 25px;
  }
  .catalog_main .catalog_empty .coming h3 {
    font-size: 22px;
  }
  .catalog_main .catalog_empty {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog_main .catalog_empty .coming p {
    font-size: 14px;
  }
  .catalog_main .catalog_empty .expect_title {
    font-size: 14px;
    margin-top: 20px;
  }
  .catalog_main .catalog_empty .expect span {
    font-size: 14px;
  }
  .company_offer .card_items {
    gap: 15px;
  }
  .contact_section .row_3 {
    grid-template-columns: auto;
  }
  .contact_section .row_2 {
    grid-template-columns: auto;
  }
  .single_card_left {
    flex-direction: column;
  }
  .single_card .singleGallerySwiper {
    height: auto;
  }
  .single_card .singleGallerySwiper .swiper-slide {
    height: 149px !important;
  }
  .single_card .singleSwiper {
    max-width: 100%;
  }
  .single_tab .brand_card .img_box {
    width: 52px;
  }
  .single_tab .brand_card .radius_img {
    border-radius: unset;
  }
  .single_tab .brand_card .img_box img {
    max-width: 100%;
  }
  .single_tab .brand_card .desktop_brand {
    display: none;
  }
  .single_tab .brand_card .mobile_brand {
    display: block;
  }
  .single_tab .buy_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .single_tab .buy_text {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 22px;
  }
  .articles .articles_card {
    gap: 20px;
  }
  .articles .articles_card_title {
    margin-bottom: 10px;
  }
  .articles .articles_card_right {
    padding: 0;
  }
  .modal_box {
    padding: 0 0;
  }
  .modal {
    border-radius: 0;
  }
  .company_buttom {
  margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .cookie .cookie_card {
    max-width: 320px;
  }
  header .search_suggestions {
    max-width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
  }
  header .header_logo img {
    width: 160px;
  }
  header .logo__mobile_desc {
    max-width: 343px;
    width: 100%;
  }
  header .buy_from {
    width: 100%;
  }
  .hero .container {
    padding: 0;
  }
  .hero .swiper-slide {
    height: auto;
  }
  .hero .swiper_content_box h2 {
    text-align: center;
  }
  .hero .swiper_content_box p {
    text-align: center;
  }
  .products_adv .products_adv_top {
    align-items: flex-start;
  }
  .products_adv .products_adv_top a {
    left: 50%;
    transform: translateX(-50%);
  }
  .products_adv .product_card .card_facilities {
    display: flex;
  }
  .products_adv .product_card {
    max-width: 323px;
  }
  .products_adv .swiper-slide {
    height: auto;
  }
  .products_adv .products_adv_top a {
    top: 580px;
  }
  .products_adv .product_card .card_img img {
    width: 100%;
  }
  .about_section .about_card {
    padding: 30px 0 40px;
    min-height: auto;
  }
  .about_section .about_card_body {
    gap: 0;
  }
  .about_section .about_card_left {
    padding: 0;
  }
  .about_section .about_card_left h3 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .about_section .about_card_left p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .about_section .about_card_left p span {
    font-size: 30px;
  }
  .about_section .about_card_desc p {
    font-size: 14px;
  }
  .about_section .about_card_btn {
    width: 100%;
  }
  .about_section .statistics {
    margin: 44px 0;
    display: grid;
    grid-template-columns: auto auto;
    flex-wrap: nowrap;
    gap: 30px 7px;
  }
  .about_section .statistics_item {
    gap: 10px;
  }
  .about_section .statistics_result h3 {
    font-size: 26px;
  }
  .about_section .statistics_result span {
    font-size: 14px;
  }
  .about_section .statistics_desc {
    font-size: 14px;
  }
  .our_products {
    position: relative;
    padding: 25px 0 150px;
  }
  .our_products_top a {
    position: absolute;
    top: unset;
    bottom: 40px;
    width: calc(100% - 32px);
  }
  .glorincor_news {
    position: relative;
    padding: 44px 0 65px;
  }
  .glorincor_news_top {
    align-items: flex-start;
  }
  .glorincor_news_top a {
    position: absolute;
    top: unset;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news {
    position: relative;
    padding-bottom: 40px;
  }
  .news .container {
    padding: 0;
  }
  .news .swiper_block {
    padding: 0 16px;
  }
  .news_top {
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .news_top h3 {
    font-size: 26px;
  }
  .news_top a {
    width: calc(100% - 32px);
    font-size: 16px;
    position: absolute;
    top: 660px;
    left: 50%;
    transform: translateX(-50%);
  }
  .news_form {
    padding: 70px 16px 40px;
  }
  .news_form .price {
    width: 105px;
  }
  .reviews .reviews_send {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  footer .footer_main {
    gap: 35px;
  }
  footer .footer_right {
    flex-direction: column;
    gap: 35px;
  }
  footer .footer_logo {
    padding: 25px 0 7px;
    border-bottom: unset;
  }
  footer .footer_logo img {
    width: 150px;
  }
  footer .taking_tutorial label {
    margin-bottom: 19px;
  }
  footer .taking_tutorial input {
    margin-bottom: 10px;
  }
  footer .taking_tutorial input, footer .taking_tutorial button {
    width: 100%;
  }
  .catalog_main .catalog_cards {
    grid-template-columns: auto;
    justify-content: center;
  }
  .catalog_hero .catalog_search {
    max-width: 231px;
  }
  .catalog_hero_brands {
    gap: 5px;
  }
  .catalog_hero_brands img.ozon_brand {
    width: 34px;
  }
  .catalog_hero_brands img.wb_brand {
    width: 34px;
  }
  .catalog_hero_brands img.mega_market_brand {
    width: 34px;
  }
  .catalog_hero_brands img.eapteka_brand {
    width: 70px;
  }
  .catalog_hero_brands img.yandex_market_brand {
    width: 115px;
  }
  .company_hero .statistics {
    margin: 130px 0 60px;
    display: grid;
    grid-template-columns: auto auto;
    flex-wrap: nowrap;
    gap: 30px 7px;
  }
  .company_hero .statistics_item {
    gap: 10px;
  }
  .company_hero .statistics_result h3 {
    font-size: 26px;
  }
  .company_hero .statistics_result span {
    font-size: 14px;
  }
  .company_hero .statistics_desc {
    font-size: 14px;
  }
  .company_hero_card {
    overflow: unset;
    border-radius: 33px;
    padding: 26px 16px 241px;
    width: 100vw;
    position: relative;
    left: -16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #20335D;
    box-shadow: unset;
  }
  .company_hero_card .card_title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .company_hero_card .text {
    font-size: 14px;
  }
  .company_hero_card .list_title {
    font-size: 18px;
  }
  .company_hero_card ul span {
    font-size: 14px;
  }
  .company_hero_card .company_card_mobile_img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .company_hero_card button {
    bottom: -68px;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
  }
  .company_offer .container {
    padding: 0;
  }
  .company_offer_card {
    border-radius: 33px;
    padding: 35px 35px 28px;
  }
  .company_offer_title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
  }
  .company_offer .card_img {
    width: 275px;
    height: 275px;
    border-radius: 137.5px;
  }
  .company_offer .card_img img {
    transform: scale(1.3);
  }
  .company_offer .card_items {
    gap: 30px;
  }
  .contact_section .container {
    gap: 22px;
  }
  .contact_section .contact_title {
    font-size: 22px;
  }
  .contact_section .contact_card_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact_section .contact_card_info {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .contact_section .support {
    font-size: 14px;
  }
  .contact_section .contact_card {
    border-radius: 22px;
    padding: 20px;
  }
  .contact_section .social_icons a {
    font-size: 14px;
  }
  .contact_section .contact_card_desc {
    font-size: 14px;
  }
  .blog_main h2 {
    font-size: 22px;
    max-width: 296px;
    margin-bottom: 20px;
  }
  .blog_main .blog_product {
    gap: 21px;
  }
  .blog_main .blog_product h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blog_main .blog_product p {
    font-size: 14px;
  }
  .blog_main .blog_product a {
    font-size: 16px;
  }
  .blog_news .blog_news_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .blog_news .swiper {
    overflow: unset;
  }
  .blog_news .swiper-slide {
    width: 260px;
  }
  .error_wrapper {
    padding-top: 0px;
  }
  .error_wrapper .center_img {
    margin-bottom: 0px;
  }
  .error_wrapper .center_img img {
    transform: scale(0.5);
  }
  .error_wrapper h3 {
    font-size: 22px;
  }
  .error_wrapper .error_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .error_wrapper .error_btns a {
    padding: 12px 17px;
    font-size: 12px;
  }
  .modal {
    padding: 40px 16px 30px;
  }
  .commend_modal {
    display: none;
    max-width: 100%;
    width: 100%;
  }
  .commend_modal .commend_modal_img {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
  }
  .commend_modal .commend_modal_img img {
    width: 87px;
  }
  .commend_modal form {
    display: flex;
    flex-direction: column;
  }
  .commend_modal form h3 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Gilroy";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }
  .commend_modal form p {
    color: #1A1A1A;
    text-align: center;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
  }
  .commend_modal form .form_group {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
    margin-bottom: 15px;
  }
  .commend_modal form label {
    color: #1A1A1A;
    font-family: "Gilroy";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px */
    transition: color 0.3s ease;
  }
  .commend_modal form .product_select_label.active {
    color: #1FAAE3;
  }
  .commend_modal form .form_send_btn {
    border: none;
    outline: none;
    padding: 12px;
    width: 100%;
    background-color: #20335D;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: "Gilroy";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .commend_modal form .form_send_btn:hover {
    background-color: #7C8AA8;
  }
  .commend_modal form input {
    outline: none;
    border: none;
    border-radius: 100px;
    background: #F5F7F8;
    padding: 17px 20px;
    transition: all 0.3s ease;
  }
  .commend_modal form input::-moz-placeholder {
    color: #6F6F6F;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .commend_modal form input::placeholder {
    color: #6F6F6F;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .commend_modal form input:focus ~ label {
    color: #1FAAE3;
  }
  .commend_modal form input:focus {
    background-color: transparent;
    outline: 1px solid #1FAAE3;
  }
  .commend_modal form textarea {
    outline: none;
    border: none;
    resize: none;
    height: 150px;
    border-radius: 33px;
    background: #F5F7F8;
    padding: 17px 20px;
    transition: all 0.3s ease;
  }
  .commend_modal form textarea::-moz-placeholder {
    color: #6F6F6F;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .commend_modal form textarea::placeholder {
    color: #6F6F6F;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
  }
  .commend_modal form textarea:focus ~ label {
    color: #1FAAE3;
  }
  .commend_modal form textarea:focus {
    background-color: transparent;
    outline: 1px solid #1FAAE3;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  .single_card_section .container {
    padding: 0;
  }
  .single_card {
    padding: 150px 20px 20px;
    position: relative;
  }
  .single_card .singleSwiper {
    height: 342px;
  }
  .single_card .singleGallerySwiper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  .single_card .singleGallerySwiper .swiper-wrapper {
    transform: unset !important;
  }
  .single_card .singleGallerySwiper .swiper-slide {
    width: 100px;
    height: 75px !important;
  }
  .single_card .product_desc {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 20px;
    gap: 10px;
  }
  .single_card .product_desc h1 {
    font-size: 22px;
  }
  .single_card .product_desc p {
    font-size: 14px;
  }
  .single_card .product_facilities {
    gap: 10px;
    margin-bottom: 9px;
  }
  .single_card .product_facility {
    gap: 10px;
  }
  .single_card .product_facility h3 {
    font-size: 16px;
  }
  .single_card .product_facility p {
    font-size: 14px;
  }
  .single_card .product_btn_box button {
    width: 100%;
  }
  .single_tab .tab_navigation {
    width: 100%;
  }
  .single_tab .tab_navigation li {
    width: 33.33%;
    font-size: 16px;
    padding: 15px 0;
  }
  .single_tab .text .text_p {
    margin-bottom: 15px;
  }
  .single_tab .text p {
    font-size: 16px;
  }
  .single_tab .text li {
    font-size: 16px;
  }
  .single_tab .brand_card {
    padding: 20px 10px 20px 20px;
    gap: 12px;
  }
  .single_tab .brand_card_body {
    gap: 5px;
  }
  .single_tab .brand_card_body p {
    font-size: 16px;
  }
  .single_tab .brand_card_body a {
    gap: 5px;
    text-wrap: nowrap;
    font-size: 14px;
  }
  .articles .articles_card_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .articles .article_card_desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .articles a {
    font-size: 16px;
  }
  .catalog_recommend .swiper {
    border-radius: 33px;
  }
  .catalog_recommend .swiper-slide {
    width: 100%;
  }
  .catalog_recommend .product_card {
    border-radius: 33px;
    max-width: 100%;
    padding: 20px;
  }
  .catalog_recommend .swiper_btns {
    display: none;
  }
  .catalog_recommend .product_card .card_facility.degree {
    gap: 9px;
    padding: 12px;
    font-size: 14px;
  }
  .catalog_recommend .product_card .card_facility.degree img {
    width: 18px;
  }
  .catalog_recommend .product_card .card_facility.name {
    gap: 4px;
    padding: 8.5px 16px;
    font-size: 14px;
  }
  .catalog_recommend .product_card .card_title {
    margin-bottom: 10px;
  }
  .catalog_recommend .product_card .card_title h3 {
    font-size: 20px;
  }
  .catalog_recommend .product_card .card_desc p {
    font-size: 14px;
  }
  .blog_modal {
    padding: 31px 16px 140px;
  }
  .blog_modal h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blog_modal .blog_modal_body {
    padding-right: 10px;
  }
  .blog_modal .blog_modal_img {
    margin-bottom: 20px;
  }
  .blog_modal .text_p {
    text-align: center;
  }
  .blog_modal .text_p p {
    font-size: 14px;
  }
  .blog_modal .text_p li {
    font-size: 14px;
  }
  .blog_modal .blog_progress {
    bottom: 105px;
  }
  .blog_modal .blog_copy .copy_success {
    padding: 20px 30px;
    text-wrap: nowrap;
    font-size: 16px;
  }
  .blog_modal .blog_copy .blog_copy_btn {
    font-size: 16px;
    bottom: 55px;
    text-wrap: nowrap;
  }
}/*# sourceMappingURL=main.css.map */