

/* Start:/local/templates/domix/components/bitrix/news.list/home-slider/style.css?17809301207882*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/home-slider/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.home-slider .home-slider {
  width: 100%;
  position: relative;
}
.home-slider .home-slider__wrapper {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 330px;
  grid-template-areas: "left right" "bottom bottom";
  gap: 60px 10px;
}
@media (width <= 991px) {
  .home-slider .home-slider__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "bottom" "right";
    row-gap: 40px;
  }
}

@media (width <= 582px) {
  .home-slider .home-slider__wrapper {
    row-gap: 35px;
  }
}
.home-slider .home-slider__container {
  --swiper-navigation-sides-offset: 10px;
  padding-bottom: 20px;
  min-width: 0;
  width: 100%;
  height: 519px;
  grid-area: left;
  overflow: visible;
}
@media (width <= 991px) {
  .home-slider .home-slider__container {
    --swiper-navigation-sides-offset: -10px;
  }
}
@media (width <= 768px) {
  .home-slider .home-slider__container {
    height: 270px;
  }
}
@media (max-width: 360px) {
  .home-slider .home-slider__container {
    height: 300px;
  }
}
.home-slider .home-slider__container .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-slider .home-slider__container .swiper-wrapper {
  display: flex;
  box-sizing: border-box;
}
.home-slider .home-slider__item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 80px;
  justify-content: end;
  box-sizing: border-box;
}
@media (width <= 991px) {
  .home-slider .home-slider__item {
    padding: 30px 40px;
    gap: 16px;
  }
}
@media (width <= 582px) {
  .home-slider .home-slider__item {
    padding: 24px;
  }
}
.home-slider .home-slider__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home-slider .home-slider__item-text {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 12px;
  z-index: 2;
}
@media (width <= 991px) {
  .home-slider .home-slider__item-text {
    gap: 8px;
  }
}
.home-slider .home-slider__item-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 991px) {
  .home-slider .home-slider__item-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
  }
}
.home-slider .home-slider__item-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
}
@media (width <= 991px) {
  .home-slider .home-slider__item-title {
    font-size: 42px;
  }
}
@media (width <= 582px) {
  .home-slider .home-slider__item-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.01em;
  }
}
.home-slider .home-slider__item-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  background-color: white;
  padding: 5px 10px;
  border-radius: 10px;
  color: black;
}
@media (width <= 582px) {
  .home-slider .home-slider__item-tag {
    height: 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.home-slider .home-slider__item-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  z-index: 2;
}
.home-slider .home-slider__item-tag img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-slider .home-slider__banner {
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #e9422f;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px 24px;
  gap: 17px;
  grid-area: right;
  position: relative;
  margin-bottom: 20px;
}
@media (width <= 991px) {
  .home-slider .home-slider__banner {
    margin-bottom: 0;
    height: 400px;
  }
}
@media (width <= 582px) {
  .home-slider .home-slider__banner {
    padding: 20px;
    gap: 11px;
  }
}
.home-slider .home-slider__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.home-slider .home-slider__banner-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media (width <= 582px) {
  .home-slider .home-slider__banner-title {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.home-slider .home-slider__banner-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  z-index: 2;
}
@media (width <= 582px) {
  .home-slider .home-slider__banner-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    letter-spacing: 0;
    max-width: 256px;
  }
}
.home-slider .home-slider__banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  color: #e9422f;
  gap: 12px;
  background-color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media (width <= 991px) {
  .home-slider .home-slider__banner-btn {
    max-width: 295px;
  }
}
@media (width <= 582px) {
  .home-slider .home-slider__banner-btn {
    margin-top: 13px;
  }
}
.home-slider .home-slider__banner-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/domix/assets/img/map-point-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-slider .home-slider__banner-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/domix/assets/img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-slider .home-slider__banner-btn:hover {
  background-color: #f7e7e6;
}
.home-slider .home-slider__categories {
  grid-area: bottom;
  height: 160px;
  min-width: 0;
}
@media (width <= 991px) {
  .home-slider .home-slider__categories {
    height: 105px;
    margin-bottom: 10px;
  }
}

.home-slider .categories-slider {
  min-width: 0;
}
@media (width <= 991px) {
  .home-slider .categories-slider__container .swiper-navigation {
    display: none;
  }
}
.home-slider .categories-slider__item {
  display: flex;
  border-radius: 20px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
@media (width <= 991px) {
  .home-slider .categories-slider__item {
    width: 108px;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.home-slider .categories-slider__item-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 40px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
  z-index: 1;
}
.home-slider .categories-slider__item-title {
  z-index: 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
@media (width <= 582px) {
  .home-slider .categories-slider__item-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.01em;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
  }
  .home-slider .categories-slider__item-img {
    height: calc(100% - 30px);
  }
}
.home-slider .swiper-wrapper{
  height: 100%;
}

/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.section.list/section_banner_main/style.min.css?17763461776236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.section/product-slider/style.css?17763461773053*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/catalog.section/product-slider/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}


@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.product-slider {
  margin-block: 60px;
}
@media (width <= 582px) {
  .product-slider .swiper-navigation {
    display: none;
  }
}
.product-slider {
  height: -moz-max-content;
  height: max-content;
}
.product-slider__container {
  height: -moz-fit-content;
  height: fit-content;
}
.product-slider__tabs {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  background-color: white;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 32px;
  overflow: scroll;
  max-width: 100%;
}
.product-slider__tab {
  display: flex;
  padding: 10px 14px;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
@media (width <= 582px) {
  .product-slider__tab {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.product-slider__tab.active {
  color: white;
  background-color: #e9422f;
}
.product-slider__tab:not(.active):hover {
  background-color: #f7e7e6;
}
.product-slider .section-header__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.product-slider .section-header__title.home {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (width <= 582px) {
  .product-slider .section-header {
    margin-bottom: 17px;
  }

  .product-slider .section-header__title.home {
    font-size: 24px;
    max-width: 260px;
  }
}
.swiper-wrapper {
  display: inline-flex;
}
.swiper-button-disabled {
  display: none !important;
}
@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
  .product-slider .slider.no-margin {
    padding-left: 0;
  }
  .product-slider .card__image-container{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .product-slider .card-image-slider {
    border-radius: 16px;
  }
  .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width <= 541px){
  .product-slider__container .swiper-slide.card {
    width: 56.11% !important;
  }
}

.home.product-slider .section-header__title {
  font-size: 32px;
  padding-top: 6px;
  margin-bottom: 17px;
}

.home.hit.product-slider .section-header__title {
  padding-top: 0;
}

.home.product-slider {
  margin-block: 100px;
}

@media (width <= 541px){
  .home.product-slider .section-header__title {
    font-size: 24px;
    padding-top: 0px;
    margin-bottom: 17px;
  }

  .home.product-slider {
    margin-block: 60px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.item/product_item_final/style.css?17794443254559*/
.card__info_list {
   display: none;
}

.card__property.sku {
   display: inline-flex;
   align-items: center;
   padding-top: 16px;
   gap: 5px;
   flex-flow: row;
   flex-wrap: wrap;
}

.card {
   display: flex;
   flex-direction: column;
   padding: 5px;
   background-color: white;
   gap: 16px;
   border-radius: 18px;
   height: -moz-fit-content;
   height: auto !important;
   min-width: 0;
   /* min-height: -webkit-fill-available; */
}

.card__info {
   display: flex;
   flex-direction: column;
   gap: 16px;
   padding: 0 10px 10px;
   height: calc(100% - 255px);
}

.card__btn {
   width: 100%;
   justify-content: center;
   gap: 10px;
   align-items: center;
   height: 45px;
   font-weight: 500;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
   margin-top: auto;
}

.card__action.favorite {
   border: none;
   padding: 0;
   background-color: white;
   cursor: pointer;
   color: #999; /* цвет неактивного сердца */
   transition: color 0.2s ease;
}

.card__action.compare {
   border: none;
   padding: 0;
   cursor: pointer;
   background-color: white;
   color: #999;
   transition: color 0.2s ease;
}

.card__action.favorite:hover {
   color: #ff4d4d; /* красный при наведении */
}

.card__action.favorite.active {
   color: #ff4d4d; /* активный – красный */
}

.card__action.favorite svg {
   width: 20px;
   height: 20px;
}

.card__action.favorite .heart-filled {
   display: none;
}

.card__action.favorite.active .heart-filled {
   display: block;
}

.card__action.favorite.active .heart-outline {
   display: none;
}

.hidden {
   display: none !important;
}

.swiper-slide .buy-block {
   margin-top: auto;
}

.btn__primary.card__btn.btn-to-cart.js-to-cart,
.btn__primary.card__btn.btn-to-cart.js-to-cart:hover {
   text-decoration: none;
   color: #ffffff;
}

.swiper-slide.card .card__title:hover {
   text-decoration: none;
   color: inherit;
}

@media (min-width: 1200px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 30px) / 4);
      margin-right: 10px;
   }
}
@media (min-width: 991px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 20px) / 3);
      margin-right: 10px;
   }
}
@media (min-width: 576px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 10px) / 2);
      margin-right: 10px;
   }
}
@media (max-width: 575px) {
   .product-slider__container .swiper-slide.card {
      width: calc((100% - 10px) / 1.76);
      margin-right: 10px;
   }
}

.product-slider__container .swiper-slide.card {
   width: calc((100% - 40px) / 5);
   margin-right: 10px;
}

.swiper-slide.card .card__property-value-color {
   height: 22px;
   width: 22px;
   border: 1px solid #6d6d6d50;
   overflow: hidden;
   display: flex;
}

.swiper-slide.card .card__property-value-color.active {
   border: 2px solid #ffffff !important;
   outline: 1px solid #000000 !important;
}

.swiper-slide.card .card__property-value-color.active::after {
   content: none !important;
   position: absolute;
   display: none;
   inset: -2px;
   border: 1px solid #6d6d6d;
   border-radius: 100%;
}

.swiper-slide.card .card__property-value-color > img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 1000px;
}

.swiper-slide.card .card__property-value-color > span {
   width: 100%;
   height: 100%;
}

.card__image-container .swiper-horizontal {
   height: 100%;
}

.card__image-container .swiper-horizontal .swiper-wrapper {
   height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
   margin-bottom: 8px;
}

.swiper-hover-navigation {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   display: inline-flex;
   z-index: 999;
}

.swiper-hover-navigation .hover-area {
   height: 100%;
}

@media (max-width: 991px) {
   .swiper-hover-navigation {
      display: none;
   }
}

.card__btn.product-in-cart {
   color: #e9422f !important;
   background-color: rgba(237, 237, 237, 0.5);
}

.card__btn.product-in-cart:before {
   background-image: url("/local/templates/domix/assets/img/cart-active.svg");
}

.variant__list-values {
   flex-wrap: wrap;
}
.card__image-container .card-image-slider {
   width: 100%;
   height: 100%;
}
.card__image-container .swiper-wrapper {
   width: 100%;
   height: 100%;
}
@media (max-width: 991px) {
   .card__image-container {
      aspect-ratio: 1 / 1;
      width: 100%;
   }
}

.card__btn-detail.card__btn::before {
display: none;
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.detail/simple-banner/style.css?17763461773256*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.detail/simple-banner/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.simple-banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 32px;
  border-radius: 20px;
  overflow: hidden;
  min-height: 250px;
  background-color: #ece9e3;
  position: relative;
}
@media (width <= 991px) {
  .simple-banner__wrapper {
    padding: 24px;
  }
}
@media (width <= 582px) {
  .simple-banner__wrapper {
    gap: 0;
  }
}
.simple-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  z-index: 1;
  -webkit-mask-image: url(/local/templates/domix/assets/img/simple-banner-mask.svg);
          mask-image: url(/local/templates/domix/assets/img/simple-banner-mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (width <= 991px) {
  .simple-banner__image {
    -webkit-mask-image: url(/local/templates/domix/assets/img/simple-banner-mask-mobile.svg);
            mask-image: url(/local/templates/domix/assets/img/simple-banner-mask-mobile.svg);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media (width <= 582px) {
  .simple-banner__image {
    -o-object-position: right;
       object-position: right;
    -o-object-fit: none;
       object-fit: none;
  }
}
.simple-banner__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 492px;
  z-index: 2;
  margin-bottom: auto;
}
@media (width <= 991px) {
  .simple-banner__main {
    max-width: 194px;
  }
}
@media (width <= 582px) {
  .simple-banner__main {
    justify-self: start;
  }
}
.simple-banner__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
}
@media (width <= 991px) {
  .simple-banner__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.simple-banner__desc {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 991px) {
  .simple-banner__desc {
    max-width: 173px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.simple-banner__small {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  z-index: 2;
}
@media (width <= 991px) {
  .simple-banner__small {
    max-width: 92px;
  }
}
@media (width <= 582px) {
  .simple-banner__small {
    margin-top: auto;
  }
}
@media (width >= 992px) {
  .simple-banner{
    margin-top: 100px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/sales-slider/style.css?17775355592235*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/news.list/sales-slider/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}
.sales-slider__image-wrapper {
   height: 400px;
   object-fit: cover;
}
.sales-slider__image-wrapper img {
   height: 100%;
   object-fit: cover;
}
@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }
}
.sales-slider .sales-slider__item {
   display: flex;
   flex-direction: column;
   border-radius: 20px;
   overflow: hidden;
   position: relative;
   height: -moz-fit-content;
   height: fit-content;
   margin-right: 10px;
   width: calc(25% - 10px);
}
@media (width <= 582px) {
   .sales-slider .sales-slider__item {
      max-width: 320px;
   }
}
.sales-slider .sales-slider__item-title {
   font-weight: 600;
   font-size: 32px;
   line-height: 110%;
   letter-spacing: -0.01em;
   z-index: 2;
   position: relative;
}
@media (width <= 991px) {
   .sales-slider .sales-slider__item-title {
      font-size: 24px;
      line-height: 110%;
   }
}
.sales-slider .sales-slider__image {
   display: block;
   width: 100%;
   height: 100%;
}
.sales-slider .sales-slider__image.mobile {
   display: none;
}
@media (width <= 991px) {
   .sales-slider .sales-slider__image.mobile {
      display: block;
      width: 100%;
      height: auto;
   }
}
@media (width <= 582px) {
   .sales-slider .sales-slider__image.mobile {
      max-width: 320px;
   }
}
@media (width >= 992px) {
   .sales-slider {
      margin-top: 100px;
   }

   .sales-slider .section-header__title {
      margin-bottom: 15px;
      margin-top: 6px;
   }
}
@media (width < 992px) {
   .sales-slider__image-wrapper {
      height: 100%;
      object-fit: cover;
   }
   .sales-slider .sales-slider__item {
      height: 200px !important;
   }
   .sales-slider__container.slider.no-margin {
      height: 200px !important;
   }
}
@media (max-width: 561px) {
   .sales-slider .sales-slider__item {
      width: auto;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/brends-slider/style.css?17791232051717*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/news.list/brends-slider/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }
}
.brends-slider .brends-slider__container {
   height: 80px;
}
@media (width <= 991px) {
   .brends-slider .brends-slider__container {
      height: 60px;
   }
}
.brends-slider .brends-slider__item {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 24px;
   border-radius: 16px;
   background-color: white;
   transition: 0.25s ease-in-out;
   /*margin-right: 10px;*/
   width: calc((100% - 50px) / 6);
}
.brends-slider .brends-slider__item:hover {
   background-color: #f7e7e6;
}
@media (width <= 991px) {
   .brends-slider .brends-slider__item {
      width: 140px;
      height: 60px;
      padding: 20px;
   }
}
.brends-slider .brends-slider__image {
   width: 100%;
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
   -o-object-position: center;
   object-position: center;
}
.brends-slider .brends-slider__image-wrapper {
   display: flex;
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
}
@media (width >= 992px) {
   .brends-slider {
      margin-top: 100px;
      margin-bottom: 105px;
   }
   .brends-slider .section-header {
      margin-bottom: 32px;
   }
   .brends-slider .swiper-wrapper {
      height: 100%;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/icons-grid/style.css?17763461773887*/
@font-face {
    font-family: Onest;
    src: url("/local/templates/domix/components/bitrix/news.list/icons-grid/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --padding-container: 40px;
    --header-height: 150px;
    --header-height-2: 106px;
    --scrollbar-width: 0px;
}

@media (width <= 991px) {
    :root {
        --padding-container: 30px;
        --header-height: 148px;
        --header-height-2: 148px;
    }
}

@media (width <= 582px) {
    :root {
        --padding-container: 16px;
    }
}

.icons-grid__wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
    position: relative;
}

@media (width <= 991px) {
    .icons-grid__wrapper {
        gap: 32px;
        background-color: transparent;
    }
}

.icons-grid__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.icons-grid__image-wrapper {
    width: 100%;
    height: 500px;
}

@media (width <= 991px) {
    .icons-grid__image-wrapper {
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }
}

.icons-grid__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
}

@media (width <= 991px) {
    .icons-grid__content {
        padding: 0;
    }
}

@media (width <= 582px) {
    .icons-grid__content {
        gap: 30px;
    }
}

.icons-grid__text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (width <= 991px) {
    .icons-grid__text {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

.icons-grid__title {
    max-width: 530px;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.01em;
}

@media (width <= 991px) {
    .icons-grid__title {
        max-width: 100%;
        font-weight: 600;
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }
}

.icons-grid__additional {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: end;
}

@media (width <= 991px) {
    .icons-grid__additional {
        align-items: start;
    }
}

.icons-grid__desc {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

@media (width <= 991px) {
    .icons-grid__desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        letter-spacing: -0.02em;
        width: 95%;
    }
}

.icons-grid__link {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.icons-grid__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media (width <= 991px) {
    .icons-grid__list {
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.icons-grid__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.icons-grid__item-icon {
    width: 48px;
    height: 48px;
}

@media (width <= 991px) {
    .icons-grid__item-icon {
        width: 40px;
        height: 40px;
    }
}

.icons-grid__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.icons-grid__item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (width <= 991px) {
    .icons-grid__item-text {
        gap: 6px;
    }
}

.icons-grid__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
}

@media (width <= 991px) {
    .icons-grid__item-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
    }
}

.icons-grid__item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

@media (width >= 992px) {
    .icons-grid {
        margin-top: 100px;
    }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/icons-banner/style.css?17763461772800*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/icons-banner/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }

}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.icons-banner__wrapper {
  width: 100%;
  display: grid;
  padding: 32px 40px 32px 32px;
  border-radius: 20px;
  overflow: hidden;
  grid-template-columns: 480px 400px;
  justify-content: space-between;
  row-gap: 24px;
  background: url("/local/templates/domix/assets/img/icons-banner-bg.png") center/cover no-repeat;
  position: relative;
}
@media (width <= 1400px) {
  .icons-banner__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 24px 200px;
  }
}
.icons-banner__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.icons-banner__grid {
  grid-row: span 2;
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 396px;
  margin-left: auto;
  margin-block: auto;
}
@media (width <= 1400px) {
  .icons-banner__grid {
    margin-inline: auto;
    grid-row: unset;
    row-gap: 20px;
  }
}
.icons-banner__item {
  display: flex;
  gap: 10px;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.icons-banner__item img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.icons-banner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: white;
}
.icons-banner__desc {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.icons-banner__btn.btn__primary {
  width: 140px;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 1400px) {
  .icons-banner__btn.btn__primary {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }
}
.icons-banner__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (width <= 1400px) {
  .icons-banner__image {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (width >= 992px) {
  .icons-banner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media (width <= 991px) {
 
  .icons-banner__title {
    font-size: 26px;
  }
}
/* End */


/* Start:/local/templates/domix/components/custom/hlmap.yandex/.default/style.css?17785699839333*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/custom/hlmap.yandex/.default/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }
}
.map-slider__wrapper {
   display: flex;
   flex-direction: column;
   gap: 40px;
}
.map-slider__tabs {
   display: none;
   width: 100%;
   gap: 24px;
   border-bottom: 1px solid #d9d9d9;
}
@media (width <= 991px) {
   .map-slider__tabs {
      display: flex;
   }
}
.map-slider__tab {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 40px;
   position: relative;
   color: rgba(0, 0, 0, 0.5);
   cursor: pointer;
   font-weight: 500;
   font-size: 16px;
   line-height: 110%;
}
.map-slider__tab.active {
   color: #e9422f;
}
.map-slider__tab.active::after {
   background-color: #e9422f;
}
.map-slider__tab::after {
   position: absolute;
   bottom: 0;
   left: 0;
   content: "";
   width: 100%;
   height: 4px;
   border-radius: 2px 2px 0 0;
   background-color: transparent;
   transition: 0.25s ease-in-out;
}
.map-slider__title {
   font-weight: 600;
   font-size: 32px;
   line-height: 110%;
   letter-spacing: -0.01em;
}
.map-slider__list {
   display: flex;
   flex-direction: column;
   padding-inline: 20px;
   background-color: white;
   border-radius: 20px;
   min-width: 333px;
   width: 333px;
   height: 100%;
   max-height: 572px;
   overflow: scroll;
}
@media (width <= 991px) {
   .map-slider__list {
      width: 100%;
      max-width: 100%;
      height: 440px;
   }
}
.map-slider__list-wrapper {
   display: flex;
   gap: 10px;
   width: 100%;
}
@media (width <= 991px) {
   .map-slider__list-wrapper {
      flex-direction: column;
      gap: 24px;
   }
}
.map-slider__item {
   display: flex;
   flex-direction: column;
   gap: 16px;
   padding: 24px 10px;
   transition: 0.25s ease-in-out;
}
.map-slider__item-title {
   display: flex;
   gap: 8px;
   width: 100%;
   align-items: start;
   justify-content: space-between;
   font-weight: 500;
   font-size: 24px;
   line-height: 110%;
   letter-spacing: -0.02em;
   margin-bottom: 9px;
}
.map-slider__item-title:not(.active) {
   cursor: pointer;
}
.map-slider__item-title::after {
   content: "";
   width: 24px;
   height: 24px;
   min-width: 24px;
   min-height: 24px;
   background-image: url("/local/templates/domix/assets/img/radio.svg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.map-slider__item-title.active::after {
   background-image: url("/local/templates/domix/assets/img/radio-active.svg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.map-slider__item-address {
   font-weight: 400;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: 0;
}
.map-slider__item-info > * {
   display: flex;
   align-items: center;
   gap: 5px;
   width: -moz-fit-content;
   width: fit-content;
   font-weight: 500;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
}
.map-slider__item-info {
   display: flex;
   flex-direction: column;
   gap: 8px;
}
.map-slider__item-phone::before {
   content: "";
   width: 16px;
   height: 16px;
   background-image: url("/local/templates/domix/assets/img/phone.svg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.map-slider__item-email::before {
   content: "";
   width: 16px;
   height: 16px;
   background-image: url("/local/templates/domix/assets/img/email.svg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.map-slider__item-time::before {
   content: "";
   width: 16px;
   height: 16px;
   background-image: url("/local/templates/domix/assets/img/clock.svg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.map-slider__item-btn {
   display: flex;
   width: 100%;
   height: 45px;
   background-color: #f9f9fa;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
   transition: 0.25s ease-in-out;
   cursor: pointer;
   font-weight: 500;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
}
.map-slider__item-btn:hover {
   background-color: #d9d9d9;
}
.map-slider__map {
   display: flex;
   width: 100%;
   height: auto;
   border-radius: 20px;
   padding: 0px;
   margin-left: 10px;
}
.map-slider__map > div {
   border-radius: 20px;
   overflow: hidden;
}
@media (width < 582px) {
   .map-slider__map > div {
      max-height: 440px !important;
   }

   .map-slider__map {
      margin-left: 0;
   }
}
@media (width > 991px) {
   .map-slider__map {
      display: flex !important;
   }
}

@media (width <= 991px) {
   .map-slider__map {
      display: none;
      height: 440px;
   }
}
@media (width <= 991px) {
   .map-slider__title {
      font-size: 26px;
   }
}
.map-slider-balloon {
   position: relative;
   width: 260px;
   max-width: calc(100vw - 40px);
   padding: 16px;
   border-radius: 16px;
   background: #fff;
   box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
   font-family: Onest, Arial, sans-serif;
   color: #000;
}

.map-slider-balloon::before {
   content: "";
   position: absolute;
   left: 50%;
   top: -8px;
   width: 16px;
   height: 16px;
   background: #fff;
   transform: translateX(-50%) rotate(45deg);
}

.map-slider-balloon__close {
   position: absolute;
   top: 8px;
   right: 10px;
   width: 24px;
   height: 24px;
   border: 0;
   background: transparent;
   font-size: 24px;
   line-height: 24px;
   cursor: pointer;
}

.map-slider-balloon__title {
   padding-right: 24px;
   margin-bottom: 8px;
   font-weight: 600;
   font-size: 18px;
   line-height: 110%;
}

.map-slider-balloon__body {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.map-slider-balloon__address,
.map-slider-balloon__metro,
.map-slider-balloon__time,
.map-slider-balloon__phone,
.map-slider-balloon__email {
   font-weight: 400;
   font-size: 14px;
   line-height: 130%;
   color: #000;
   text-decoration: none;
}

.map-slider-balloon__btn {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   margin-top: 6px;
   border-radius: 10px;
   background: #f9f9fa;
   color: #000;
   font-weight: 500;
   font-size: 14px;
   text-decoration: none;
}

.map-slider-balloon__btn:hover {
   background: #d9d9d9;
}

@media (width > 991px) {
   .map-slider-balloon {
      display: none;
   }
}
.map-slider-map-popup {
   position: absolute;
   z-index: 1000;
   width: 90vw;
   max-width: calc(100% - 24px);
   transform: translateX(-50%);
   padding: 16px;
   border-radius: 16px;
   background: #fff;
   box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
   font-family: Onest, Arial, sans-serif;
   color: #000;
   pointer-events: auto;
}

/*.map-slider-map-popup::before {
   content: "";
   position: absolute;
   top: -7px;
   left: 50%;
   width: 14px;
   height: 14px;
   background: #fff;
   transform: translateX(-50%) rotate(45deg);
}*/

.map-slider-map-popup__close {
   position: absolute;
   top: 8px;
   right: 10px;
   z-index: 2;
   width: 24px;
   height: 24px;
   border: 0;
   padding: 0;
   background: transparent;
   font-size: 24px;
   line-height: 24px;
   color: #000;
   cursor: pointer;
}

.map-slider-map-popup__title {
   padding-right: 24px;
   margin-bottom: 8px;
   font-weight: 600;
   font-size: 17px;
   line-height: 110%;
   letter-spacing: -0.02em;
}

.map-slider-map-popup__address {
   margin-bottom: 8px;
   font-weight: 400;
   font-size: 13px;
   line-height: 130%;
}

.map-slider-map-popup__metro,
.map-slider-map-popup__phone,
.map-slider-map-popup__email,
.map-slider-map-popup__time {
   display: flex;
   align-items: center;
   gap: 6px;
   margin-top: 7px;
   font-weight: 500;
   font-size: 13px;
   line-height: 130%;
   color: #000;
   text-decoration: none;
}

.map-slider-map-popup__metro::before,
.map-slider-map-popup__phone::before,
.map-slider-map-popup__email::before,
.map-slider-map-popup__time::before {
   content: "";
   width: 16px;
   height: 16px;
   min-width: 16px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}

.map-slider-map-popup__metro::before {
   background-image: url("/local/templates/domix/assets/img/metro.svg");
}

.map-slider-map-popup__phone::before {
   background-image: url("/local/templates/domix/assets/img/phone.svg");
}

.map-slider-map-popup__email::before {
   background-image: url("/local/templates/domix/assets/img/email.svg");
}

.map-slider-map-popup__time::before {
   background-image: url("/local/templates/domix/assets/img/clock.svg");
}

.map-slider-map-popup__btn {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 42px;
   margin-top: 14px;
   border-radius: 10px;
   background: #f9f9fa;
   color: #000;
   font-weight: 500;
   font-size: 14px;
   text-decoration: none;
}

.map-slider-map-popup__btn:hover {
   background: #d9d9d9;
}

@media (width > 991px) {
   .map-slider-map-popup {
      display: none;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/news-slider/style.css?17772985734078*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/news-slider/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
@media (width <= 991px) {
  .news-slider .section-header__link {
    display: none;
  }
}

.news-slider .news-slider__container {
  height: -moz-fit-content;
  height: fit-content;
}
.news-slider .news-slider__tabs {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  background-color: white;
}
.news-slider .news-slider__tab {
  display: flex;
  padding: 10px 14px;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.news-slider .news-slider__tab.active {
  color: white;
  background-color: #e9422f;
}
.news-slider .news-slider__tab:not(.active):hover {
  background-color: #f7e7e6;
}
.news-slider .news-slider__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  background-color: white;
  height: auto;
  margin-right: 20px;
  width: calc(25% - 20px);
}
.news-slider .news-slider__item-image {
  display: flex;
  width: 100%;
  height: 194px;
  border-radius: 16px;
  overflow: hidden;
}
.news-slider .news-slider__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slider .news-slider__item-main {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  gap: 16px;
  flex-grow: 1;
}
.news-slider .news-slider__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-slider .news-slider__item-info {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.news-slider .news-slider__item-date {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.news-slider .news-slider__item-views {
  display: flex;
  gap: 6px;
  align-items: center;
  opacity: 0.3;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: black;
}
.news-slider .news-slider__item-views::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/domix/assets/img/view.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-slider .news-slider__item-views span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  vertical-align: bottom;
}
.news-slider .news-slider__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.news-slider .news-slider__item-desc {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.news-slider .news-slider__item-btn {
  width: -moz-fit-content;
  width: fit-content;
  color: #e9422f;
  margin-top: auto;
  display: flex;
  gap: 4px;
  transition: 0.25s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.news-slider .news-slider__item-btn:hover {
  color: #da311e;
  gap: 10px;
}
.news-slider .news-slider__all {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.news-slider .news-slider__all::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/domix/assets/img/slider-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width <= 991px) {
  .news-slider .news-slider__all {
    display: flex;
    width: 100%;
    background-color: #e6e8ea;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/designers-architects-video/style.css?17816015742648*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/designers-architects-video/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.designers-arch-video .designers-arch-video-slider__container {
  height: 392px;
  min-width: 0;
}
.designers-arch-video .designers-arch-video-slider__item {
  border-radius: 20px;
  overflow: hidden;
  background: white;
  padding: 16px;
  width: 330px;
  aspect-ratio: 1/1;
}
@media (width >= 991px) {
  .designers-arch-video .designers-arch-video-slider__container{
    height: auto;
  }
  .designers-arch-video .designers-arch-video-slider__item {
    height: 400px;
  }
}
.designers-arch-video .designers-arch-video-slider__item-link {
  position: relative;
  cursor: pointer;
}
.designers-arch-video .designers-arch-video-slider__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='31' cy='31' r='31' fill='%23E9422F'/%3E%3Cpath d='M39 33.8564L28.5 39.9186C26.5 41.0733 24 39.6299 24 37.3205V25.1962C24 22.8868 26.5 21.4434 28.5 22.5981L39 28.6603C41 29.815 41 32.7017 39 33.8564Z' fill='white'/%3E%3C/svg%3E%0A");
  animation: big-video-pulse 1.4s ease-in-out infinite;
}
.designers-arch-video .designers-arch-video-slider__item-img {
  display: block;
  height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 19px;
  overflow: hidden;
}
.designers-arch-video .designers-arch-video-slider__item-name {
  margin-top: 21px;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.designers-arch-video .designers-arch-video-slider__item-job {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

@keyframes big-video-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (width >= 991px) {
  .designers-arch-video{
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .designers-arch-video .section-header{
    margin-top: 32px;
    margin-bottom: 35px;
  }
}

/* End */
/* /local/templates/domix/components/bitrix/news.list/home-slider/style.css?17809301207882 */
/* /local/templates/domix/components/bitrix/catalog.section.list/section_banner_main/style.min.css?17763461776236 */
/* /local/templates/domix/components/bitrix/catalog.section/product-slider/style.css?17763461773053 */
/* /local/templates/domix/components/bitrix/catalog.item/product_item_final/style.css?17794443254559 */
/* /local/templates/domix/components/bitrix/news.detail/simple-banner/style.css?17763461773256 */
/* /local/templates/domix/components/bitrix/news.list/sales-slider/style.css?17775355592235 */
/* /local/templates/domix/components/bitrix/news.list/brends-slider/style.css?17791232051717 */
/* /local/templates/domix/components/bitrix/news.list/icons-grid/style.css?17763461773887 */
/* /local/templates/domix/components/bitrix/news.list/icons-banner/style.css?17763461772800 */
/* /local/templates/domix/components/custom/hlmap.yandex/.default/style.css?17785699839333 */
/* /local/templates/domix/components/bitrix/news.list/news-slider/style.css?17772985734078 */
/* /local/templates/domix/components/bitrix/news.list/designers-architects-video/style.css?17816015742648 */
