

/* Start:/local/templates/domix/components/bitrix/news.list/home-slider/style.css?17827441497978*/
@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;
}
@media (width <= 367px) {
  .home-slider .home-slider__item-image {
    object-fit: fill;
  }
}
.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?17827441486236*/
.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?17827441493053*/
@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/news.detail/simple-banner/style.css?17827441483256*/
@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?17827441482235*/
@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?17827441481717*/
@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/catalog.section.list/section_santech_main/style.css?17827441483837*/
@font-face {
    font-family: Onest;
    src: url("/local/templates/domix/components/bitrix/catalog.section.list/section_santech_main/../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;
    }
}

.banner-categories-slider .banner-categories-slider__wrapper {
    display: grid;
    border-radius: 20px;
    grid-template-columns: 254px 1fr;
    overflow: hidden;
    height: 264px;
    padding: 32px;
    gap: 32px;
    position: relative;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__wrapper .swiper {
        overflow: visible;
    }

    .banner-categories-slider .banner-categories-slider__wrapper {
        display: flex;
        flex-direction: column;
        border-radius: 0;
        padding: 40px 0 40px 15px;
        height: auto;
        margin-inline: calc(var(--padding-container) * -1);
    }

}

.banner-categories-slider .banner-categories-slider__container.slider {
    min-width: 0;
    z-index: 2;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__container.slider {
        width: calc(100% + var(--padding-container));
    }
}

.banner-categories-slider .banner-categories-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    -o-object-position: left;
    object-position: left;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__image {
        display: none;
    }
}

.banner-categories-slider .banner-categories-slider__image.mobile {
    display: none;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__image.mobile {
        display: block;
    }
}

.banner-categories-slider .banner-categories-slider__title {
    color: white;
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.01em;
    z-index: 2;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.02em;
    }
}

.banner-categories-slider .banner-categories-slider__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 20px;
    padding: 16px 0 0 0;
    background-color: white;
    overflow: hidden;
    justify-content: space-between;
    transition: 0.25s ease-in-out;
}

@media (width <= 991px) {
    .banner-categories-slider .banner-categories-slider__item {
        width: 160px;
        height: 160px;
    }
}

.banner-categories-slider .banner-categories-slider__item:hover {
    background-color: #f7e7e6;
}

.banner-categories-slider .banner-categories-slider__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
  padding-left: 16px;
  padding-right: 16px;
}

.banner-categories-slider .banner-categories-slider__item-image {
    width: 100%;
    height: auto;
    margin-top: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
}

@media (width >= 992px) {
    .banner-categories-slider .swiper-wrapper{
    }
    .banner-categories-slider .banner-categories-slider__item{
        width: calc((100% - 50px) / 6);
        margin-right: 10px;
    }
}
@media (width >= 992px) {
    .banner-categories-slider {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/icons-grid/style.css?17827441483887*/
@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?17827441482800*/
@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/bitrix/news.list/ideas_slider_new/style.css?17827441489880*/
@font-face {
  font-family: Manrope;
  src: url("/local/templates/domix/components/bitrix/news.list/ideas_slider_new/../fonts/Manrope-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: 19px;
  }
}
body:has(.dizayn-proekt) .ideas-slider {
  padding-top: 22px;
}

.ideas-slider {
  margin-top: 4.7em;
}
.section-header__link {
  height: max-content;
}
.ideas-slider__title-slider {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 100%;
  margin-top: -21px;
}
.ideas-slider__title-slider .mobile {
  display: none;
}
@media (width <= 582px) {
  .ideas-slider__title-slider .mobile {
    display: block;
  }

  body:has(.dizayn-proekt) .ideas-slider {
    padding-top: 10px;
  }
}
@media (width <= 582px) {
  .ideas-slider__title-slider {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.05em;
  }
}
.ideas-slider .swiper-wrapper {
  height: -moz-max-content;
  height: max-content;
  max-height: 500px;
}

@media (width <= 980px) {
  .ideas-slider .swiper-wrapper img {
    height: 345px;
  }
}

@media (width <= 582px) {
  .ideas-slider .swiper-wrapper {
    height: max-content;
    max-height: max-content;
  }
  .ideas-slider .swiper-wrapper img {
    height: 570px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.ideas-slider__points-product {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.ideas-slider__point-item {
  position: absolute;
}
.ideas-slider__point-item.active .ideas-slider__product-in-point {
  display: flex;
}
.ideas-slider__product-in-point {
  display: none;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(10px);
  z-index: 20;
  background-color: #f9f9fa;
  border-radius: 20px;
  max-width: 273px;
  gap: 10px;
  padding: 6px;
}
@media (width <= 582px) {
  .ideas-slider__product-in-point {
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
  }
}
.ideas-slider__product-in-point.right {
  left: 100%;
  right: auto;
  transform: translateX(10px);
}
.ideas-slider__product-in-point.left {
  right: 100%;
  left: auto;
  transform: translateX(-10px);
}
.ideas-slider__product-in-point.top {
  bottom: 100%;
  top: auto;
  transform: translateY(-10px);
}
.ideas-slider__product-in-point.bottom {
  top: 100%;
  bottom: auto;
  transform: translateY(10px);
}
.ideas-slider__old-price {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  opacity: 0.6;
}
.ideas-slider__title-product {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  width: 100%;
  padding-bottom: 8px;
  display: block;
}
.ideas-slider__new-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
}
.ideas-slider__sale-num {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  background-color: #fa6969;
  border-radius: 5px;
  padding: 4px 5px;
  height: -moz-max-content;
  height: max-content;
  color: white;
}
.ideas-slider__product-in-point img {
  max-width: 80px;
  border-radius: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}
.ideas-slider__content-block {
  padding-top: 5px;
}
.ideas-slider__action-product-block {
  display: flex;
  gap: 11px;
  align-items: end;
  justify-content: space-between;
  padding-right: 7px;
}
.ideas-slider__action-product-block .price {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ideas-slider .swiper-slide {
  position: relative;
  margin-right: 10px;
  width: calc(50% - 10px);
}
.ideas-slider__top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-right: 13px;
}
@media (width <= 582px) {
  .ideas-slider__top-block {
    margin-right: 2px;
    margin-bottom: 25px;
    align-items: end;
  }
}
.ideas-slider .show-all {
  font-weight: 600;
  font-size: 20px;
  line-height: 102%;
  letter-spacing: -0.04em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (width <= 582px) {
  .ideas-slider .show-all {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.ideas-slider .show-all:hover {
  color: #ff3938;
}
.ideas-slider .show-all:hover::after {
  background: #ff3938;
  transform: translateX(3px);
}
.ideas-slider .show-all::after {
  content: "";
  width: 6px;
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00084 5.33899C5.3778 4.95093 5.37778 4.33342 5.00078 3.94539L1.40828 0.247708C1.08637 -0.0836257 0.554376 -0.0836044 0.232495 0.247756C-0.0764609 0.56581 -0.0764607 1.0719 0.232495 1.38995L2.71755 3.94819C3.0947 4.33644 3.09446 4.95431 2.71702 5.34228L0.233124 7.89543C-0.0761149 8.21329 -0.0763085 8.7195 0.232688 9.0376C0.554456 9.36884 1.08627 9.36884 1.40803 9.0376L5.00084 5.33899Z' fill='%23FF3938'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00084 5.33899C5.3778 4.95093 5.37778 4.33342 5.00078 3.94539L1.40828 0.247708C1.08637 -0.0836257 0.554376 -0.0836044 0.232495 0.247756C-0.0764609 0.56581 -0.0764607 1.0719 0.232495 1.38995L2.71755 3.94819C3.0947 4.33644 3.09446 4.95431 2.71702 5.34228L0.233124 7.89543C-0.0761149 8.21329 -0.0763085 8.7195 0.232688 9.0376C0.554456 9.36884 1.08627 9.36884 1.40803 9.0376L5.00084 5.33899Z' fill='%23FF3938'/%3E%3C/svg%3E%0A");
  background: #FF3938;
  transition: 0.25s ease-in-out;
}
.ideas-slider .slider-nav-btns button {
  background-color: #FFF;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 57%;
  transform: translateY(-54%);
  z-index: 2;
}
@media (width <= 582px) {
  .ideas-slider .slider-nav-btns button {
    height: 32px;
    width: 32px;
  }
}
.ideas-slider .container {
  position: relative;
}
.ideas-slider .slider-nav-btns button.swiper-button-next-ideas {
  right: 14px;
}
@media (width <= 582px) {
  .ideas-slider .slider-nav-btns button.swiper-button-next-ideas {
    right: 4px;
  }
}
.ideas-slider .slider-nav-btns button.swiper-button-prev-ideas {
  left: 14px;
}
@media (width <= 582px) {
  .ideas-slider .slider-nav-btns button.swiper-button-prev-ideas {
    left: 4px;
  }
}
.ideas-slider__container {
  position: relative;
}

@media (width > 762px) {
  min-height: 500px;
}

@media (width <= 582px) {
  section.ideas-slider {
    margin-top: 60px;
  }
}
.ideas-slider .section-header__link {
  height: max-content;
  padding: 0;
  align-self: center;
}
.popup-product {
  background-color: #F4F4F4;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px 15px 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  gap: 10px;
  display: none;
}
.popup-product__content-block {
  padding: 15px 0;
}
.popup-product.active {
  display: flex;
}
.popup-product__img-block {
  background: white;
  border-radius: 16px;
  max-width: 140px;
  max-height: 140px;
}
.popup-product img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
  height: 100%;
  width: 100%;
}
.popup-product__title-product {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  max-width: 218px;
  margin-bottom: 10px;
}
@media (width <= 582px) {
  .popup-product__title-product {
    max-width: 90%;
  }
}
.popup-product__price-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popup-product__new-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0;
}
.popup-product__old-price {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  opacity: 0.6;
  text-decoration: line-through;
}
.popup-product__sale {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0;
  background: #fa6969;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
}
.popup-product__action-block {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 5px;
}
.popup-product__action-block .basket {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  flex: 1;
  height: 40px;
  padding: 13px 12px;
}
@media (width <= 582px) {
  .popup-product__action-block .basket {
    justify-content: center;
  }
}
.popup-product__action-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.popup-product__action-btn.active {
  color: #fa6969;
}
.popup-product__action-btn.active path {
  stroke: #fa6969;
  fill: #fa6969;
}

.popup-product .close-btn {
  position: absolute;
  right: 16px;
  top: 15px;
}

.background-popup {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
  z-index: 2000;
  display: none;
}
.background-popup.active {
  display: block;
}


.dizayn-proekt .ideas-slider__title-slider {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (width <= 582px) {
  .dizayn-proekt .ideas-slider__title-slider {
    font-weight: 700;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: -0.05em;
  }
}

.ideas-slider.home {
  margin-block: 100px;
  padding-top: 23px;
}

@media (width <= 582px) {
  .ideas-slider.home {
    margin-block: 60px;
    padding-top: 0;
  }
}

/* End */


/* Start:/local/templates/domix/components/custom/hlmap.yandex/.default/style.css?17827441489333*/
@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?17827441484078*/
@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?17827441482648*/
@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?17827441497978 */
/* /local/templates/domix/components/bitrix/catalog.section.list/section_banner_main/style.min.css?17827441486236 */
/* /local/templates/domix/components/bitrix/catalog.section/product-slider/style.css?17827441493053 */
/* /local/templates/domix/components/bitrix/news.detail/simple-banner/style.css?17827441483256 */
/* /local/templates/domix/components/bitrix/news.list/sales-slider/style.css?17827441482235 */
/* /local/templates/domix/components/bitrix/news.list/brends-slider/style.css?17827441481717 */
/* /local/templates/domix/components/bitrix/catalog.section.list/section_santech_main/style.css?17827441483837 */
/* /local/templates/domix/components/bitrix/news.list/icons-grid/style.css?17827441483887 */
/* /local/templates/domix/components/bitrix/news.list/icons-banner/style.css?17827441482800 */
/* /local/templates/domix/components/bitrix/news.list/ideas_slider_new/style.css?17827441489880 */
/* /local/templates/domix/components/custom/hlmap.yandex/.default/style.css?17827441489333 */
/* /local/templates/domix/components/bitrix/news.list/news-slider/style.css?17827441484078 */
/* /local/templates/domix/components/bitrix/news.list/designers-architects-video/style.css?17827441482648 */
