 html {
  box-sizing: border-box;
}
 
*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'),
        url('../fonts/Gilroy-Light.ttf') format('truetype'),
        url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff') format('woff'); 
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'); 
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'); 
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  /* font-display: swap; */
}

body {
  margin: 0;
}

body * {
  color: #2F2B4E;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

b {
  font-weight: 500;
}

header {
  box-shadow: 0px 4px 18px 0px #B8B8B859;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 25px;
}


.d-flex {
  display: flex;
  justify-content: space-between;
}

.full {
  width: 100%;
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.container {
  max-width: 1340px;
  margin: 0 auto;
}

.universal-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  background: #50ABCD;
  border-radius: 100px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  display: inline-block;
}

.header .d-flex {
  align-items: center;
}

.logo {
  margin-right: 20px;
}

.logo img {
  max-width: 118px;
}

.menu-item {
  margin-right: 40px;
}

.menu-link {
  color: #1B1636;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  display: inline-block;
}

.search {
  margin-right: 65px;
  display: flex;
}

.header-location-block {
  cursor: pointer;
}

.loc_tel {
  display: flex;
}

.header-location-block {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.header-location-block img {
  margin-right: 5px;
}

.header-location-block div {
  font-size: 14px;
}

.location-text {
  width: 80px;
}

.header-location-wrap {
  display: flex;
}

.user-location {
  font-weight: 500;
}

.header__tel {
  display: flex;
}

.header__tel img {
  margin-right: 5px;
}

.header-phone-block--form {
  /* margin-top: 10px; */
  color: #fff !important;
  border: 1px transparent;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
  text-decoration: none !important;
  }
  @-webkit-keyframes glowing {
  0% { background-color: #0091b2; -webkit-box-shadow: 0 0 3px #0091b2; }
  50% { background-color: #21c7ed; -webkit-box-shadow: 0 0 15px #21c7ed; }
  100% { background-color: #0091b2; -webkit-box-shadow: 0 0 3px #0091b2; }
  }
  @keyframes glowing {
  0% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
  50% { background-color: #21c7ed; box-shadow: 0 0 15px #21c7ed; }
  100% { background-color: #0091b2; box-shadow: 0 0 3px #0091b2; }
  } 
  @-webkit-keyframes glowing-polygon {
  0% { fill: #0091b2; -webkit-filter: drop-shadow( 0 0 3px #0091b2); }
  50% { fill: #21c7ed; -webkit-filter: drop-shadow( 0 0 15px #21c7ed); }
  100% { fill: #0091b2; -webkit-filter: drop-shadow( 0 0 3px #0091b2); }
  }
  @keyframes glowingPolygon  {
  0% { fill: #0091b2; filter: drop-shadow( 0 0 3px #0091b2); }
  50% { fill: #21c7ed; filter: drop-shadow( 0 0 15px #21c7ed); }
  100% { fill: #0091b2; filter: drop-shadow( 0 0 3px #0091b2); }
}

.slider {
  position: relative;
}

.slider .item {
  border-radius: 15px;
  background: linear-gradient(280.6deg, #212121 12.51%, #141414 106.47%);
  padding-top: 55px;
  padding-left: 50px;
  /* padding-bottom: 50px; */
}

.slide-left {
  max-width: 60%;
}

.slide-right {
  position: relative;
}

.slide-sub-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

.slide-title {
  color: transparent;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  display: inline-block;
  background-clip: text;
  background-image: linear-gradient(90.43deg, #FFFFFF -37.74%, #78C5E1 109.32%) !important;
}

.slide-text {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  margin-top: 30px;
}

.slide-text span {
  color: #A1E1F9;
}

.slide-price {
  margin-top: 30px;
  color: #A2E2F9;
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
}

.slide-link {
  color: #1D1D1D;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  box-shadow: 0px 0px 14.3px 0px #B5F5FF80;
  background: #A1E1F9;
  border-radius: 100px;
  padding: 12px 24px;
  margin-top: 42px;
}

.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

.slider .owl-dot {
  width: 15px;
  background: #FFFFFF66 !important;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  height: 15px;
}

.slider .owl-dot.active {
  background: #fff !important;
}


.slide-right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/slide-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(50px);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.catalog-item {
  background: #EAF3FE;
  padding: 40px 30px;
  display: block;
  border-radius: 15px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.catalog-item-name {
  font-weight: 400;
  font-size: 30px;
}

.catalog-item-img,
.catalog-item-img img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.catalog-item-img::before {
  content: "";
  display: block;
  position: absolute;
  right: -300px;
  bottom: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(50% 50% at 50% 50%, #50ABCD 0%, rgba(80, 171, 205, 0.489) 16.1%, rgba(80, 171, 205, 0) 100%);
}

.section-title-wrap {
  margin: 60px 0 30px;
}

.section-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
}

.section-sub-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  margin-top: 10px;
}

.bestsellers-wrap {
  display: grid;
  grid-template-columns: 1fr 430px;
  column-gap: 20px;
}

/* .bestsellers-slider {
  max-width: 886px;
} */

.bestseller-slide {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
 
.bestseller-text {
  padding: 0 80px 40px 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(183.18deg, rgba(0, 0, 0, 0) 3.91%, #000000 60.02%);
}

.bestseller-name {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
}

.bestseller-descr {
  color: #E2E2E2;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
}

.bestsellers-cart {
  box-shadow: 1px 1px 15.9px 0px #A5A5A540;
  border-radius: 10px;
  padding: 15px 20px 16px;
  max-width: 430px;
}

.bestsellers-img {
  text-align: center;
  background: linear-gradient(108.19deg, #EAF3FE 0%, #F0F9FB 100.77%);
  margin-bottom: 35px;
}

.bestsellers-img img {
  display: inline-block;
}

.bestsellers-title {
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 15px;
}

.bestsellers-price {
  margin-bottom: 40px;
  color: #4FBCE5;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
}

.bestsellers-btn-link {
  display: inline-block;
  background: #50ABCD;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
}

footer {
  background: #2F2B4E;
}

.footer__top {
  padding: 35px 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.col-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-lg-3 {
  /* -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; */
}

.footer__menu {
  padding: 15px 20px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__menu > div {
  width: 33.333%;
}

.footer__menu > div:last-child {
  width: 15%;
}

.title_footer {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer__menu ul {
  padding: 0;
  margin: 0;
}

.footer__menu ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer__menu a {
  line-height: 28px;
}

.footer__menu ul a {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.footer__menu ul a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__info {
  color: #fff;
  border-left: solid 2px rgba(222, 222, 222, 0.2);
  padding: 15px 0 15px 90px;
  text-align: right;
}

.footer__info-b {
  font-size: 20px;
  font-weight: bold;
}

.footer__info-n {
  font-size: 17px;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-icon {
  white-space: nowrap;
}

.link-icon i {
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
}

.footer__info .link-icon i {
  display: none;
}

.footer__info a {
  color: #fff;
}

.link-icon div {
  display: inline-block;
  color: #2F2B4E;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.footer__info .link-icon div {
  display: inline-block;
  color: #fff;
  font-size: inherit;
}

.link-icon div:after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background: #2F2B4E;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__b {
  padding: 30px 0;
  border-top: solid 2px rgba(222, 222, 222, 0.2);
}

.col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer__b-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.footer__b-wr {
  align-items: center !important;
  justify-content: space-between !important;
}

.footer__copyright {
  margin-bottom: 0px;
  width: 33.333%;
  padding-right: 20px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.footer__b p {
  color: #fff;
  font-size: 15px;
}

.footer__copyright p {
  margin: 0;
  font-size: inherit;
}

.footer__social .footer-social {
  border-left: none;
  padding-left: 0;
}

.footer-social {
  padding-left: 50px;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0px 0px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.footer-social ul li:last-child {
  margin-right: 0;
}

.footer-social_fb {
  background-image: url(../img/soc_2_fb.svg);
}

.footer-social ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-social_fb {
  background-image: url(../img/soc_2_fb.svg);
}

.footer-social_vk {
  background-image: url(../img/soc_2_vk.svg);
}

.footer-social_ig {
  background-image: url(../img/soc_2_ig.svg);
}

.footer-social_yt {
  background-image: url(../img/soc_2_yt.svg);
}

.about-main-text .universal-btn {
  margin: 10px 0;
}

.bestsellers-slider {
  position: relative;
}

.bestsellers-slider .owl-dots {
  position: absolute;
  /* right: 40px; */
  left: 750px;
  bottom: 40px;
  text-align: center;
}

.bestsellers-slider .owl-dot {
  width: 15px;
  background: #FFFFFF66 !important;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  height: 15px;
}

.bestsellers-slider .owl-dot.active {
  background: #fff !important;
}

.bestsellers-cart {
  position: relative;
}

.rating {
  background-color: #A1E1F9;
  position: absolute;
  /* right: -27px;
  top: -27px; */
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating img {
  width: 32px;
  height: 32px;
}

.footer__top .row {
  justify-content: space-between;
}

.nav {
  position: relative;
  background: white;
}

.menu {
  display: flex;
  list-style: none;
  padding: 10px 20px;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-item {
  position: relative;
}

.menu a {
  color: #26233c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 10px 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-width: 160px;
  z-index: 100;
}

.submenu li {
  padding: 5px;
}

.submenu a {
  white-space: nowrap;
}

.menu .has-dropdown li:hover {
  position: relative;
  padding-left: 15px;
}

.menu .has-dropdown li:hover {
  position: relative;
  padding-left: 15px;
}

.menu .has-dropdown li:hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #50ABCD;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.menu .has-dropdown li:hover a {
  color: #50ABCD;
  font-weight: 500;
}

.has-dropdown:hover .submenu {
  display: block;
}

.menu-toggle {
  display: none;
  font-size: 40px;
  color: #50ABCD;
  cursor: pointer;
}

.sub_menu {
  position: relative;
}

.sub_menu::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/sub_menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -5px;
  background-position: center;
}

.breadcrumbs_back {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumbs__list {
  display: flex;
}

.breadcrumbs__item {
  margin-right: 20px;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item *,
.back span {
  font-size: 14px;
}

.breadcrumbs__item span {
  font-weight: 500;
}

.back a {
  display: flex;
}

.back img {
  margin-right: 10px;
}

.wrap_content {
  align-items: flex-start;
}

.left_block {
  box-shadow: 1px 1px 15.9px 0px #A5A5A540;
  border-radius: 15px;
  width: 400px;
  min-width: 400px;
  padding: 30px;
}

.left_block_title {
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 25px;
}

.left_menu_link {
  font-size: 20px;
}

.left_menu_item {
  margin-bottom: 25px;
}

.left_menu .left_menu_item:last-child {
  margin-bottom: 0;
}

.current .left_menu_link {
  color: #50ABCD;
  font-weight: 500;
}

.current {
  position: relative;
  padding-left: 15px;
}

.current::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #50ABCD;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.right_block {
  margin-left: 30px;
}

.sort_search {
  margin-bottom: 30px;
}

.count_tovar {
  display: none;
  color: #858585;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #E0E0E0;
}

.catalog_item {
  background: #F4F9FF;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

.catalog_item_caption a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.catalog_item_text {
  margin-bottom: 40px;
}

.catalog_item_price {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

.catalog_item_btns {
  align-items: center;
  justify-content: flex-start;
}

.catalog_item_btns .header-phone-block--form {
  padding: 10px 15px;
}

.catalog_item_img {
  margin-right: 30px;
}

.mb-200 {
  margin-bottom: 200px;
}

.section-title-blue {
  color: #50ABCD;
  font-size: 40px;
  font-weight: 500;
}

.carousel_descr {
  align-items: flex-start;
}

.carousel_cart,
.descr_cart {
  width: calc(50% - 10px);
}

.swiper-slide img {
  max-width: 100%;
}

.thumbs-slider .swiper-slide {
  opacity: 1 !important;
}

.main-slider {
  padding: 5px;
}

.main-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.thumbs-slider .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}

.swiper-wrapper img {
  max-width: 100%;
}

.swiper-slide-full {
  padding: 55px 120px;
  box-shadow: 1px 4px 19.5px 0px #BCBCBC40;
  border-radius: 15px;
}

.thumbs-slider {
  margin-top: 15px;
}

.thumbs-slider .swiper-wrapper {
  justify-content: center;
}

.thumbs-slider .swiper-slide {
  margin-right: 20px !important;
}

.thumbs-slider .swiper-slide:last-child {
  margin-right: 0px !important;
}

.descr_cart {
  background: #F4F9FF;
  border-radius: 15px;
  padding: 30px;
}

.cart_articul {
  margin-bottom: 20px;
}

.cart_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.cart_text {
  margin-bottom: 20px;
}

.link_teh_spec {
  margin-bottom: 55px;
}

.cart_price {
  margin-bottom: 20px;
}

.link_teh_spec {
  display: inline-block;
}

.link_teh_spec a {
  border: 1px solid #50ABCD;
  padding: 8px 15px;
  display: flex;
  border-radius: 15px;
}

.link_teh_spec span {
  margin-left: 10px;
  font-size: 16px;
}

.cart_price {
  font-size: 40px;
  font-weight: 500;
}

.cart_btns {
  justify-content: flex-start;
  align-items: flex-start;
}

.cart_btn {
  padding: 12px 24px;
  font-size: 20px;
  color: #fff;
  background-color: #50ABCD;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
}

.btn--kaspi {
  margin-left: 15px;
  width: 185px;
}

.ks-widget iframe {
  border-radius: 30px;
}

.tabs {
  display: flex;
  border-bottom: 3px solid #E7E7E7;
  margin-top: 50px;
}

.tab {
  font-size: 22px;
  padding: 15px 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.tab.active {
  position: relative;
  font-weight: 500;
}

.tab.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #50ABCD;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.6;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  padding-left: 20px;
}

.tab-content ul li {
  margin-bottom: 8px;
}

.tab-content strong {
  font-weight: bold;
}

.tab-content ul li {
  position: relative;
}

.tab-content ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: -10px;
  top: 50%;
  margin-top: -3px;
  background: #2F2B4E;
  border-radius: 50%;
}

.related_products {
  margin-top: 80px;
}

.related_products_list {
  justify-content: flex-start;
}

.related_title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
}

.related_product {
  margin-right: 20px;
}

.related_product_img {
  background-color: #F2F9FF;
  text-align: center;
  padding-top: 60px;
}

.related_product_img img {
  display: inline-block;
}

.related_product_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

.related_product_price {
  font-size: 25px;
  font-weight: 500;
  margin-top: 25px;
}

.related_product_bnt {
  margin-top: 20px;
}

.related_product_bnt a {
  display: inline-block;
  background: #50ABCD;
  padding: 12px 105px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 30px;
}

.functions_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 100%;
  margin-bottom: 50px;
}

.function_item {
  margin-bottom: 20px;
}

.function_item:nth-child(3) {
  grid-column: 1;
}

.function_top {
  padding: 30px 30px 40px 30px;
  border-radius: 15px;
  box-shadow: 0.78px 0.78px 12.48px 0px #70B4C940;
  margin-bottom: 15px;
}

.function_title {
 margin-bottom: 20px; 
}

.function_title,
.function_title * {
  font-size: 28px;
  font-weight: 500;
}

.function_title span {
  color: #50ABCD;
}

.function_bottom {
  border: 1px solid #50ABCD;
  padding: 15px 20px 15px 35px;
  border-radius: 15px;
  display: inline-block;
}

.last_func_list {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.last_func_title {
  margin-bottom: 30px;
  font-size: 35px;
}

.last_func_img {
  margin-bottom: 15px;
}

.last_func_img img {
  border-radius: 10px;
}

.last_func_caption {
  font-size: 24px;
}

.section_all {
  display: none;
}

.footer__info a img {
  display: none;
}

.carousel_descr .thumbs-slider .swiper-slide {
  width: 150px !important;
}

.carousel_descr .thumbs-slider .swiper-slide img {
  width: 100%;
}

#bg_popup {
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
#popup {
  margin-top: 150px;
}
#popup .modal__content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}
.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.modal {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 5px;
}
.modal__title {
  color: #2F2B4E;
  font-size: 32px;
  line-height: 24px;
  font-family: 'Gilroy Black';
}
.modal__title span {
  color: #88C3DC;
  font-size: 32px;
  font-weight: bold;
}
.modal__close {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 32px;
  top: 28px;
}
.modal__close svg {
  max-width: 100%;
  height: auto;
  display: block;
}
.modal__content {
  padding: 20px;
}
.modal__footer {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: #2F2B4E;
  padding: 14px;
  padding-bottom: 0;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
  right: auto;
  top: auto;
  cursor: pointer;
}
.modal .btn {
  text-decoration: none;
  color: #fff;
  border-radius: 45px;
  border: 1px solid #88C3DC;
  padding: 16px 30px;
  cursor: pointer;
  transition: .5s;
}
.modal .btn:hover {
  background: #2F2B4E;
  color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 255, 255, 0.8);
}
.modal .btn_blue {
  background: #2F2B4E;
  color: #fff;
  border-color: #2F2B4E;
}
.modal .btn_blue:hover {
  background: #88C3DC;
  border: 1px solid #00FFFF;
}
.modal__content div {
  text-align: center;
}

.toggle-block {
  display: none;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.border-in-page {
  border: 1px solid #E8E8E8; 
  margin: 50px 0 30px 0;
}

.whatsappFixLight {
  position: fixed;
  right: 54px;
  bottom: 143px;
  z-index: 9;
}

.whatsappFixLight svg {
  width: 25px;
  height: 25px;
}

.whatsappFixLight a {
  padding: 12px 15px;
  color: #fff;
  background: #1ed94f;
  border: 1px transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: glowing4 1300ms infinite;
  -moz-animation: glowing4 1300ms infinite;
  -o-animation: glowing4 1300ms infinite;
  animation: glowing4 1300ms infinite;
  text-decoration: none !important;
}

@-webkit-keyframes glowing4 {
  0% { background-color: #1ed94f; -webkit-box-shadow: 0 0 3px #1ed94f; }
  50% { background-color: #1ed94f; -webkit-box-shadow: 0 0 15px #1ed94f; }
  100% { background-color: #1ed94f; -webkit-box-shadow: 0 0 3px #1ed94f; }
}
@keyframes glowing4 {
  0% { background-color: #1ed94f; box-shadow: 0 0 3px #1ed94f; }
  50% { background-color: #1ed94f; box-shadow: 0 0 15px #1ed94f; }
  100% { background-color: #1ed94f; box-shadow: 0 0 3px #1ed94f; }
}

.newnews-item {
    width: 100%;
    position: relative;
    color: #43525a;
    margin-bottom: 70px;
}
.newnews-item:last-of-type {
    margin-bottom: 0;
}
.newnews-item__img {
    width: 760px;
    position: relative;
}
@media (max-width: 1630px) {
    .newnews-item__img {
        width: calc(100% - 400px);
    }
}
.newnews-item__content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 710px);
    padding: 50px;
    background: #fff;
}
.newnews-item__img img {
    width: 100%;
}
.newnews-item__title {
    font-size: 31px;
    margin-bottom: 20px;
    display: block;
}
.newnews-item__text {
    font-size: 20px;
}

.slider .item {
  height: 680px;
}
.full-width img {
  width: 100%;
}
.about-page{
  font-size: 17px;
}
.about-page .text-wrap {
  margin-left: 15px;
}





@media (min-width: 1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 1630px) {
    .newnews-item__content {
        width: 500px;
        padding: 30px;
    }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
  .container {
    max-width: 350px;
  }
  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-location-wrap {
    display: none;
  }
  .menu.show {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .has-dropdown > a::after {
    content: " ▼";
    font-size: 12px;
  }
  .has-dropdown.open .submenu {
    display: block;
    position: relative;
    box-shadow: none;
  }
  .search {
    display: none;
  }
  .phone {
    display: none;
  }
  .header__tel div {
    display: none;
  }
  .header-location-block {
    margin-right: 0;
  }
  .header-location-block img {
    margin-left: 10px;
  }
  .header-location-block img,
  .header__tel img {
    border: 1px solid #50ABCD;
    border-radius: 50%;
  }
  .header-location-block img {
    padding: 5px 7px;
  }
  .header__tel img {
    padding: 5px 9px;
  }
  .loc_tel {
    flex-direction: row-reverse;
  }
  .header__tel img {
    margin-right: 0;
  }
  .logo {
    margin-right: 0;
    /* margin-left: 28px; */
  }
  .slider .item {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 30px 20px 0;
  }
  .slide-left {
    max-width: 100%;
  }
  .slide-sub-title {
    display: none;
  }
  .slide-title {
    font-size: 24px;
    line-height: 24px;
  }
  .slide-text,
  .slide-text span {
    font-size: 14px;
  }
  .item-wrap {
    display: block;
  }
  .slide-price {
    margin-top: 20px;
    font-size: 26px;
  }
  .item-wrap {
    position: relative;
  }
   .item-wrap .slide-link {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 10;
    right: 0;
    text-align: center;
    color: #fff;
    background: #50ABCD;
  }
  .slider .owl-dots {
    bottom: 15px;
  }
  .section-title {
    font-size: 20px;
  }
  .section-title-wrap {
    margin-top: 30px;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; 
  }
  .catalog-item-name {
    font-size: 14px;
  }
  .catalog-item {
    padding: 10px;
    height: 110px;
  }
  .catalog-item-img, 
  .catalog-item-img img {
    position: absolute;
    z-index: 9;
    height: 77px;
  }
  .catalog-item-img::before {
    display: none;
  }
  .catalog-item-img::after {
    content: "";
    display: block;
    position: absolute;
    right: -300px;
    bottom: -300px;
    width: 600px;
    height: 600px;
    background: radial-gradient(50% 50% at 50% 50%, #50ABCD 0%, rgba(80, 171, 205, 0.489) 16.1%, rgba(80, 171, 205, 0) 100%);
  }
  .section_all {
    display: block
  }
  .catalog-item-img::after {
    right: -340px;
    bottom: -390px;
    width: 464px;
    height: 538px;
  }
  .section_all img {
    right: 10px;
    bottom: -10px;
    width: 30px;
  }
  .section-sub-title {
    display: none;
  }
  .about-main-text p {
    font-size: 14px;
    font-weight: 300;
  }
  .about-main-text .universal-btn {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .bottom_menu {
    display: none;
  }
  .footer__copyright {
    padding-right: 0;
    margin-top: 15px;
  }
  .footer__b-wr {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .footer__copyright {
    width: auto;
  }
  .footer__copyright p {
    font-style: 12px;
    font-weight: 300;
  }
  .bottom_contact {
    width: 100%;
  }
  .footer__top {
    padding-bottom: 0;
  }
  .footer__info {
    padding: 0;
  }
  .footer__info {
    border-left: none;
  }
  .footer__info * {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .footer__info a img {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .footer__info-b {
    margin-bottom: 10px;
  }
  .bestsellers-wrap.item .item-left-block {
    display: none;
  }
  .bestsellers .owl-item {
    overflow: hidden;
  }
  .rating {
    width: 24px;
    height: 24px;
  }
  .rating img {
    height: 15px;
  }
  .bestsellers-block {
    position: relative;
    background: #EAF3FE;
    padding: 5px 0 25px; 
  }
  .bestsellers-cart {
    background-color: #fff;
    padding: 10px;
    max-width: 100%;
  }
  .bestsellers-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bestsellers-price {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .bestsellers-btn-link {
    font-size: 12px;
    padding: 8px 15px;
  }
  .bestsellers-wrap {grid-template-columns: 1fr;}
  .bestsellers-img {margin-bottom: 10px;}
  .bestsellers-slider .owl-dots {
    left: 0;
    right: 0;
    bottom: -18px;
  }
  .bestsellers-slider .owl-dot {
    background: #fff !important;
    width: 8px;
    height: 8px;
  }
  .bestsellers-slider .owl-dot.active {
    background: #50ABCD !important;
  }
  .bestsellers-slider .owl-dot:last-child {
    margin-right: 0;
  }

  #menu {
    position: absolute;
  }
  .nav.show {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: calc(100vh - 60px);
  }
   .show .menu {
    display: block;
    padding-top: 30px;
  }
  .menu-item {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .menu a {
    font-size: 18px;
  }
  .sub_menu::after {
    background-image: none;
    margin-top: -10px;
  }
  .submenu {
    padding: 12px 15px 0;
  }
  .submenu a {
    display: block;
    text-align: center;
  } 

  .count_tovar {
    display: block;
  }
  .left_block {
    min-width: auto;
    width: auto;
  }
  .container {position: relative;}
  .breadcrumbs {display: none;}
  .breadcrumbs_back {
    position: absolute;
    right: 0;
    top: 2px;
  }
  .wrap_content {
    display: block;
    position: relative;
  }
  .toggle-block {
    display: flex;
  }
  .icon {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-right: 8px;
    margin-top: -1px;
  }
  .icon.rotate {
    transform: rotate(180deg);
  }
  .left_block {
    display: none;
  }
  .left_block.show {
    display: block;
  }
  .right_block {
    margin-left: 0;
    margin-top: 15px;
  }
  .catalog_item {
    display: block;
    padding: 10px;
    background: transparent;
    box-shadow: 0.78px 0.78px 12.48px 0px #70B4C940;
    border-radius: 15px;
  }
  .catalog_item_img {
    margin-right: 0px;
    margin-bottom: 20px;
    background: linear-gradient(108.19deg, #EAF3FE 0%, #F0F9FB 100.77%);
    border-radius: 15px;
  }
  .catalog_item_img img {
    max-width: 100%;
  }
  .catalog_item_text {
    display: none;
  }
  .btn--kaspi {
    display: none;
  }
  .catalog_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .catalog_item_caption {margin-bottom: 25px;}
  .catalog_item_caption a {
    font-size: 14px;
    font-weight: 400;
  }
  .catalog_item_price {
    font-size: 20px;
    color: #4FBCE5;
  }
  .catalog_item_btns a {
    font-size: 12px;
    font-weight: 500;
  }
  .left_block_title {
    display: none;
  }
  .left_block {
    position: absolute;
    background: #fff;
    top: 38px;
  }
  .bx-breadcrumbs {display: none;}
  .last_func .owl-dots {
    margin-top: 10px;
    text-align: center;
  }
  .last_func .owl-dot {
    width: 15px;
    background: #EAEAEA !important;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    height: 15px;
  }
  .last_func .owl-dot:last-child {margin-right: 0;}
  .last_func .owl-dot.active {
    background: #50ABCD !important;
  }
  .last_func_caption {
    font-size: 14px;
  }
  .last_func_img {
    overflow: hidden;
    border-radius: 10px;
  }
  .last_func_img img {
    height: 170px;
    width: auto !important;
  }
  .section-title-blue {font-size: 20px;}
  .border-in-page {
    margin: 20px 0;
  }
  .mb-200 {
    margin-bottom: 80px;
  }
  .carousel_descr {
    display: block;
  }
  .section-title-wrap .section-title {
    font-size: 18px;
    max-width: 210px;
  }
  .carousel_cart, 
  .descr_cart {
    width: 100%;
  }
  .carousel_descr .carousel_cart .main-slider .swiper-slide-full {
    padding: 40px !important;
  }
  .carousel_descr .thumbs-slider .swiper-wrapper {
    align-items: center;
  }
  .cart_text p:first-child {
    margin-top: 0;
  }
  .tabs {
    overflow-x: auto;
  }
  .tab {
    font-size: 18px;
    white-space: nowrap;
    padding: 15px;
  }
  .related_products {
    display: none;
  }
  .has-dropdown {
    margin-left: -9px;
  }
  .tab-content,
  .tab-content * {
    font-size: 14px;
  }
   
}  


