

/* Start:/local/templates/main/components/bitrix/search.title/fixed/style.css?174599653213653*/
:root {
    --input-mobile-height: 56px;
}

@media not print {
    /* search title */
    form.search {
        position: relative;
    }
    .search .search-input-div {
        width: 100%;
    }
    .search .search-button-div {
        position: absolute;
        top: 0px;
        right: 0;
    }
    .search .search-input {
        color: #444444;
        color: var(--white_text_black);
        display: block;
        height: 34px;
        line-height: 18px;
        padding: 0 70px 3px 14px;
        width: 100%;
        border-radius: 3px;
    }
    .search .btn-search {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        background: #fff;
        border: 1px solid #f5f5f5;
        color: #dedede; /*padding:7px 10px 7px*/
        line-height: 16px;
        margin: 0px;
    }
    .search .btn-search:hover .svg svg use {
        opacity: 1;
        fill: var(--theme-base-color);
    }
    .search .dropdown-select {
        position: absolute;
        right: 58px;
        top: 4px;
        font-size: 1rem;
        line-height: calc(1em + 7px);
    }
    .search .btn-search-corp + .dropdown-select {
        right: 116px;
    }
    .search .dropdown-select .dropdown-select__title {
        white-space: nowrap;
        color: #333;
        color: var(--fill_dark_light_ccc);
    }
    .dropdown-select .dropdown-select__title .svg {
        transition: transform 0.3s ease;
        transform: scaleY(1);
    }
    .dropdown-select .dropdown-select__title.dropdown-select__title--opened .svg {
        transform: scaleY(-1);
    }
    body .search .dropdown-select .dropdown-select__title svg * {
        opacity: 1;
        fill: #333;
        fill: var(--white_text_black);
    }
    .search .dropdown-select .dropdown-menu-wrapper {
        left: -15px;
        /* z-index: 3001; */
    }
    .search .dropdown-select.searchtype--drop2left .dropdown-menu-wrapper {
        right: 0;
        left: inherit;
    }

    /* inline-search-block  */
    .inline-search-block {
        position: fixed;
        background: #fff !important;
        background: var(--black_bg_black) !important;
        width: 100%;
        top: -200px;
        right: 0;
        z-index: 3001;
        transition: all ease 0.5s;
    }
    .inline-search-block.corp {
        display: flex!important;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
        top: 0;
        bottom: 0;
        z-index: 0!important;
    }
    .search-maxwidth-wrapper {
        max-width: var(--theme-page-width);
        margin: 0 auto;
    }
    .inline-search-block .search-wrapper {
        border: none;
        display: block;
        margin: 0 auto;
        max-width: 1500px;
        max-width: var(--theme-page-width);
        min-height: 1px;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .inline-search-block.corp .search-wrapper {
        padding: 0 var(--theme-page-width-padding);
    }
    .inline-search-block .search-wrapper #title-search {
        position: relative;
        padding: 0px;
    }
    .inline-search-block .search .search-input-div {
        padding-right: 46px;
    }
    .inline-search-block.corp .search .search-input-div {
        padding-right: 0;
    }
    .inline-search-block:not(.corp) .search.search--hastype .search-input-div {
        /* padding-right: 77px; */
        padding-right: 140px;
    }
    .inline-search-block.show {
        top: 0px !important;
        background: #fff;
    }
    .inline-search-block.corp.show {
        opacity: 1;
        z-index: 1055!important;
        visibility: visible;
    }
    .inline-search-block .search .btn-search {
        right: 60px;
        color: #fff;
    }
    .inline-search-block .search .close-block {
        height: 34px;
        width: 34px;
        min-width: 34px;
        display: block;
        position: relative;
    }
    .inline-search-block.corp .search .close-block {
        position: fixed;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
    .inline-search-block .search .close-block .close-icons {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: -8px 0 0 -8px;
    }
    .inline-search-block .search .search-input {
        padding: 0 200px 0 30px;
        font-size: 20px;
        height: 91px;
        background: none;
        border: none;
        outline: none;
        border-radius: 0;
        line-height: calc(1em + 25px);
    }
    .inline-search-block.corp .search-input {
        padding: 0 44px 0 16px;
        height: 48px;
        font-size: 14px;
        transition: background .2s ease-in-out;
        background-color: #fafafa;
        background-color: var(--darkerblack_bg_black);
        border: 1px solid #ececec;
        border-color: var(--stroke_black);
        border-radius: 3px;
    }
    .inline-search-block:not(.corp) .search.search--hastype .search-input {
        /* padding-right: calc(205px + 30px); */
        padding-right: 0;
    }
    .inline-search-block.corp .search .search-input {
        padding-right: calc(100px + 30px);
    }
    .inline-search-block.corp .search.search--hastype .search-input {
        padding-right: calc(195px + 30px);
    }
    .inline-search-block .search .search-button-div {
        top: 50%;
        transform: translateY(-50%);
        right: 17px;
    }
    .inline-search-block.corp .search .search-button-div {
        top: 0;
        right: 0;
    }
    .inline-search-block.corp .search .btn-search-corp {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .inline-search-block .search .close-block {
        cursor: pointer;
    }
    .inline-search-block .search .close-block .close-icons {
        background-color: transparent;
    }
    .inline-search-block .search .close-block .close-icons:hover path {
        fill: var(--fill_dark_light_hover);
    }
    .inline-search-block .search .close-block .close-icons svg {
        /* background-color: var(--darkerblack_bg_black); */
        background-color: var(--black_bg_black);
    }
    .inline-search-block .search .dropdown-select {
        position: absolute;
        right: 206px;
        top: 10px;
    }
    .inline-search-block.corp .search .dropdown-select {
        right: 132px;
        top: 8px;
    }
    .top-block .search .fa-close {
        color: #c2cbd2;
        display: block;
        float: left;
        font-size: 24px;
        margin-top: 4px;
        margin-left: 6px;
        cursor: pointer;
    }
}

/* TOP SEARCH TITLE */
.mega-menu ul.nav .search {
    right: inherit;
    top: inherit;
    width: 100%;
    display: block !important;
    padding: 13px;
    background: none repeat scroll 0 0 #e0e7ec;
    max-height: 400px;
}
.mega-menu ul.nav .search .search-input-div {
    padding-right: 0px;
}
.mega-menu ul.nav .search .search-button-div {
    right: 13px;
    top: 13px;
    width: 74px;
}
.mega-menu ul.nav .search .search-button-div .btn-search {
    right: 0px;
    top: 0px;
}

div.title-search-result {
    margin-left: 0px;
    margin-top: -3px;
    display: none;
    overflow: visible;
    padding: 0;
    border: none;
    position: absolute;
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    z-index: 4;
}
div.title-search-result.fixed_type {
    border-right: none;
    border-left: none;
    border-bottom: none;
    pointer-events: none;
}
.title-search-result.fixed_type > * {
    pointer-events: all;
}

.all_block_nav {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -1px;
    padding-left: 5px;
}

div.title-search-result .bx_searche {
    overflow: auto;
    max-height: 300px;
}
.title-search-result.title-search-input {
    width: 100% !important;
    left: 0px !important;
    margin-left: 0px;
}
.title-search-result.title-search-input:not(.fixed_type) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-color: var(--stroke_black);
}
.bx_search_container {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.bx_search_container .bx_field {
    position: relative;
    margin-top: 15px;
    height: 30px;
    border-top: 1px solid #8ca3ae;
    border-right: 1px solid #a0b4be;
    border-bottom: 1px solid #b6c8d1;
    border-left: 1px solid #a0b4be;
    border-color: var(--stroke_black);
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text {
    position: absolute;
    right: 34px;
    left: 5px;
    height: 30px;
    outline: none;
    border: none;
    background: none;
    line-height: 30px;
}
.bx_search_container .bx_field .bx_input_submit {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 34px;
    border: none;
    background: url("/local/templates/main/components/bitrix/search.title/fixed/images/search_lupe.png") no-repeat left center;
    cursor: pointer;
}
div.title-search-fader {
    display: none;
    background-image: url("/local/templates/main/components/bitrix/search.title/fixed/images/fader.png");
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
p.title-search-preview {
    font-size: 12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}
.bx_searche {
    background: none repeat scroll 0 0 #ffffff;
    background-color: var(--black_bg_black);
    border: medium none; /*box-shadow:0 0px 1px 0 rgba(0, 0, 0, 0.1);*/
    margin: 0 0px;
}
.title-search-input_fixed .bx_searche {
    margin: 0 0px;
}
.title-search-input_fixedtf .bx_searche {
    margin: 0 0px;
}
.fixed_type .bx_searche {
    margin: 0 0px;
}
.bx_searche .bx_img_element {
    background: none;
    float: left;
    padding: 0px;
    position: static;
    text-align: center;
}
.bx_searche .bx_image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx_searche .bx_item_element {
    margin-left: 0px;
    border-top: 1px solid transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 9.5px 0;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363;
}

.title-search-result {
    --block-padding: 12px;
    --border-radius: 2px;
    --search-image-size: 35px;
    --all-results-padding: 12px 0 13px;
}
@media screen and (min-width: 601px) {
    .title-search-result{
        --search-image-size: 40px;
        --all-results-padding: 24px 0 26px;
    }
}
@media screen and (min-width: 768px) {
    .title-search-result.fixed_type {
        --search-image-size: 60px;
        --block-outer-padding: 20px;
    }
}

.bx_searche .bx_item_block {
    align-items: center;
    border-top: 0 solid #ececec;
    border-color: var(--stroke_black);
    color: #2f383d;
    color: var(--white_text_black);
    display: flex;
    justify-content: flex-start;
    min-height: 45px;
    position: relative;
    text-decoration: none;
    padding: 0 var(--block-outer-padding, 0);
}
.bx_searche .bx_item_block > .maxwidth-theme {
    display: flex;
    align-items: center;
    height: 100%;
    /*position:absolute;*/
    width: 100%;
    padding: 0 var(--block-padding);
}
.bx_searche .bx_item_block:not(.all_result):hover {
    background: #fafafa;
    background-color: var(--darkerblack_bg_black);
}
.bx_searche .bx_item_block:not(.all_result):hover .maxwidth-theme {
    background: transparent;
}
.title-search-result .bx_item_element .all_result_title {
    margin: 0px;
    border-radius: 0;
    padding: 24px 0 26px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-color: #E60033;
}

.title-search-result .search_price_wrap {
    display: inline-block;
    padding-right: 25px;
}

.title-search-price {
    --block-padding: 3px;
    margin: 0 calc(var(--block-padding) * -1);
}

.title-search-price .price_name {
    padding: 0 var(--block-padding);
    color: #999;
}
.title-search-price .price:not(.discount) {
    font-weight: 500;
}

.title-search-result .item-parent {
    color: #999;
    font-weight: 400;
    line-height: calc(1em + 4px);
}

.title-search-result .bx_item_block.all_result {
    background: #fafafa;
    background-color: var(--card_bg_black);
    min-height: auto;
    border-top: 1px solid #ececec;
    border-color: var(--stroke_black);
    color: var(--fill_dark_light_white_hover);
}
.title-search-result .bx_item_block.all_result .bx_item_element {
    padding-left: 0;
}
.bx_searche .bx_img_element {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    margin: 9px 0;
    overflow: hidden;
    width: 40px;

    height: var(--search-image-size);
    width: var(--search-image-size);
}
.bx_searche .bx_img_element img {
    max-width: 100%;
    max-height: 100%;
    border-radius: var(--border-radius);
}
.bx_searche .bx_image {
    width: 100%;
    height: 100%;
    margin: 10px 0px 0px 25px;
}
.bx_searche .bx_img_element + .bx_item_element {
    padding-left: 15px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/main/style.css?17421032712470*/
.main-menu__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu__link {
  display: block;
  padding: 3rem 2rem;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.main-menu__link:hover {
  color: #E60033;
}

@media screen and (max-width: 767.9px) {
  .header__menu .main-menu__link {
    font-size: 2rem;
  }
}

.header__burger-skelet {
  display: none;
  min-width: 8rem;
  min-height: 8rem;
}
.header__burger-skelet.active {
  display: block;
}
.header__burger-wrap {
  display: none;
  min-width: 8rem;
  min-height: 8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1270px) {
  .header__burger-wrap {
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    transition: right 0.3s ease;
    background-color: #fff;
  }
  .header__burger-wrap.active {
    position: fixed;
    right: 34rem;
    top: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .header__burger-btn {
    display: block;
    width: 3rem;
    height: 3rem;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header__burger-btn span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #666666;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .header__burger-btn span:nth-child(1) {
    top: 0;
  }
  .header__burger-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__burger-btn span:nth-child(3) {
    bottom: 0;
  }
  .header__burger-btn.active span {
    background-color: #c04b1e;
  }
  .header__burger-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 1.4rem;
  }
  .header__burger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 1.4rem;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 30rem;
    height: 100vh;
    background-color: #fff;
    z-index: 900;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    overflow-y: auto;
  }
  .header__menu.active {
    right: 0;
  }
  .header__menu .main-menu__list {
    flex-direction: column;
    gap: 1rem;
  }
  .header__menu .main-menu__link {
    padding: 1rem 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banner/style.css?17421433711590*/
.content .banner {
  height: 100%;
  max-height: 84rem;
}
@media screen and (max-width: 991.9px) {
  .content .banner {
    max-height: 60rem;
  }
}
@media screen and (max-width: 500px) {
  .content .banner {
    max-height: 40rem;
  }
}
@media screen and (max-width: 430px) {
  .content .banner {
    max-height: 30rem;
  }
}
.content .banner__container {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}
.content .banner__title {
  width: 100%;
  max-width: 100rem;
  font-size: 7rem;
  margin: 5rem 0 0 0;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1880px) {
  .content .banner__title {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 991.9px) {
  .content .banner__title {
    font-size: 4.5rem;
    margin: 2rem 0 0 0;
    padding: 0 4rem;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .content .banner__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 430px) {
  .content .banner__title {
    font-size: 2.5rem;
  }
}
.content .banner__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 84rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .content .banner__item {
    min-height: 60rem;
  }
}
@media screen and (max-width: 500px) {
  .content .banner__item {
    min-height: 40rem;
  }
}
@media screen and (max-width: 430px) {
  .content .banner__item {
    min-height: 30rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?17430947921120*/
@media screen and (min-width: 1600px) {
  .content .main__breadcrumbs {
    margin: 0 auto;
    max-width: 160rem;
  }
}
.content .breadcrumbs {
  margin-bottom: 2.5rem;
}
.content .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.9px) {
  .content .breadcrumbs__list {
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 575.9px) {
  .content .breadcrumbs__list {
    row-gap: 0;
  }
}
.content .breadcrumbs__item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}
.content .breadcrumbs__item:before {
  content: "";
  display: none;
}
.content .breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #333333;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.content .breadcrumbs__link:hover {
  color: #E60033;
}
.content .breadcrumbs__home {
  width: 1.6rem;
  height: 1.6rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/family_brands/style.css?1742144121858*/
.family-brands {
  background-color: #F1F1F2;
  margin-bottom: 5rem;
  padding: 4rem 0 10rem 0;
}
.family-brands__title {
  font-size: 4rem;
  margin: 0 0 4rem 0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 475px) {
  .family-brands__title {
    font-size: 3rem;
  }
}
.family-brands__slider {
  width: 100%;
  overflow: visible;
}
.family-brands__list {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .family-brands__list {
    width: 100%;
    max-width: 160rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .family-brands__list .swiper-slide {
    width: inherit;
    flex-shrink: inherit;
  }
}
.family-brands__image {
  width: 100%;
  max-width: 14rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer/style.css?1741928906361*/
.main-menu__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu__link {
  display: block;
  padding: 3rem 2rem;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.main-menu__link:hover {
  color: #E60033;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/template_styles.css?174599538314628*/
:root {
  --light: initial;
  --dark: ;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.9px) {
  html {
    font-size: 8px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #333333;
  height: 100%;
  font-family: "Inter", sans-serif;
  --white_text_black: var(--light, #333) var(--dark, white);
  --white_text_black2: var(--light, #222) var(--dark, white);
  --white_text_black_reverse: var(--light, #fff) var(--dark, #333);
  --basic_text_black: var(--light, #555) var(--dark, #ccc);
  --light_basic_text_black: var(--light, #666) var(--dark, #ccc);
  --black_bg_black: var(--light, #fff) var(--dark, #1b1b1b);
  --darkerblack_bg_black: var(--light, #f8f8f8) var(--dark, #121212);
  --stroke_black: var(--light, #ececec) var(--dark, #3a3a3a);
  --stroke_black_hover: var(--light, #fff) var(--dark, #3a3a3a);
  --card_bg_black: var(--light, #fff) var(--dark, #232323);
  --card_bg_hover_black: var(--light, #fff) var(--dark, #2b2b2b);
  --arrows_bg_black: var(--light, #fff) var(--dark, #444);
  --line_bg_black: var(--light, #f2f2f2) var(--dark, #2b2b2b);
  --light_bg_black: var(--light, #fafafa) var(--dark, #1b1b1b);
  --light2_bg_black: var(--light, #fafafa) var(--dark, #232323);
  --gray_bg_black: var(--light, #ccc) var(--dark, #3a3a3a);
  --white_bg_ccc: var(--light, #fff) var(--dark, #ccc);
  --fill_dark_light: var(--light, #333) var(--dark, #fff);
  --fill_dark_light_ccc: var(--light, #333) var(--dark, #ccc);
  --fill_dark_light_hover: var(--light, var(--theme-base-color)) var(--dark, #ccc);
  --fill_dark_light_white_hover: var(--light, var(--theme-base-color)) var(--dark, #fff);
  --dark_light-wtheme-hue: var(--light, var(--theme-base-color-hue)) var(--dark, 0);
  --dark_light-wtheme-saturation: var(--light, var(--theme-base-color-saturation)) var(--dark, 0%);
  --dark_light-wtheme-lightness: var(--light, var(--theme-base-color-lightness)) var(--dark, 100%);
  --dark_light-hue: var(--light, 0) var(--dark, 0);
  --dark_light-saturation: var(--light, 0%) var(--dark, 0%);
  --dark_light-lightness: var(--light, 97%) var(--dark, 7%);
  --checkbox_dark_light: var(--light, #afafaf) var(--dark, #3a3a3a);
  --opacity_dark_light_hover: var(--light, var(--theme-base-opacity-color)) var(--dark, #3a3a3a);
  --dff_dark_light: var(--light, #fff) var(--dark, #121212) ;
}

.wrapper {
  padding-top: 8rem;
}

.wrapper-body {
  display: flex;
  flex-direction: column;
  min-height: 87vh;
}

.content h2 {
  margin-bottom: 2rem;
}
.content h3 {
  margin-bottom: 1.5rem;
}
.content h4 {
  margin-bottom: 1rem;
}
.content h5 {
  margin-bottom: 1rem;
}
.content p {
  margin-bottom: 2rem;
  line-height: 3.3rem;
}
@media screen and (max-width: 767.9px) {
  .content p {
    line-height: 3rem;
  }
}
.content blockquote {
  color: #333333;
  margin: 4.3rem 0 4.5rem;
  min-height: 0.4rem;
  line-height: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  vertical-align: middle;
}
.content blockquote:before {
  bottom: 0.3rem;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 0.3rem;
  background-color: #E60033;
}
.content ul {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.content ul > li {
  position: relative;
  padding-left: 2.2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  list-style: none;
}
.content ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #E60033;
  border-radius: 0.3rem;
}
.content ol {
  counter-reset: li;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.content ol > li {
  padding-left: 2.2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  position: relative;
  list-style: none;
}
.content ol > li:before {
  content: counter(li) ". " !important;
  counter-increment: li;
  color: #383838;
  padding: 0;
  margin-left: 0;
  width: 2rem;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.content img {
  max-width: 100%;
}
.content a {
  color: #E60033;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content table {
  border: 0.1rem dashed #E1E1E1;
  border-collapse: collapse;
  margin: 2rem 0;
}
.content table tr {
  border-bottom: 0.1rem solid #E1E1E1;
}
.content table tr:hover {
  background-color: #E1E1E1;
}
.content table tr td {
  padding: 0.5rem 1rem;
}

.content-container {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 1660px) {
  .content-container {
    margin: 0 4rem;
    width: inherit;
  }
}
.content-container .container {
  padding: 0;
}

.container {
  margin: 0 auto;
  padding: 0 4rem;
}

.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .header__logo img {
    width: 100%;
    max-width: 15rem;
  }
}
.header__container {
  width: 100%;
  margin: 0 auto;
  max-width: 168rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1880px) {
  .header__container {
    padding: 0 4rem;
  }
}
.header__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  display: flex;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1880px) {
  .header__top {
    flex-direction: row;
  }
}
.header__search {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 8rem;
  min-height: 8rem;
  background-color: #E60033;
  cursor: pointer;
}
@media screen and (max-width: 1880px) {
  .header__search {
    position: relative;
  }
}
.header-phone__link {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .header-phone__link {
    font-size: 2rem;
  }
}
.header-phone__link svg path {
  transition: fill 0.3s ease;
}
.header-phone__link:hover {
  color: #E60033;
}
.header-phone__link:hover svg path {
  fill: #E60033;
}
.header__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__group-contacts {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .header__group-contacts {
    flex-direction: column;
    justify-content: left;
    align-items: normal;
    margin-top: 2rem;
  }
}

.btn, .search .btn-search.btn {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 1.4rem 2rem;
  color: #E60033;
  gap: 1rem;
  cursor: pointer;
  border: 0.1rem solid #E60033;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .btn, .search .btn-search.btn {
    font-size: 2rem;
  }
}
.btn svg, .search .btn-search.btn svg {
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .search .btn-search.btn:hover {
  background-color: #E60033;
  color: #ffffff;
}
.btn:hover svg, .search .btn-search.btn:hover svg {
  right: -0.3rem;
}
.btn:hover svg path, .search .btn-search.btn:hover svg path {
  fill: #ffffff;
}

.content .section-callback {
  border-bottom: 0.1rem solid #E1E1E1;
  padding-bottom: 4rem;
}
.content .section-callback__desc {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #999999;
}
.content .section-callback__title {
  width: 100%;
  max-width: 123rem;
  font-size: 4.1rem;
  margin: 0 auto 4rem auto;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 475px) {
  .content .section-callback__title {
    font-size: 3rem;
  }
}
.content .section-callback__btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
}
@media screen and (max-width: 460px) {
  .content .section-callback__btns {
    gap: 2rem;
  }
}
@media screen and (max-width: 385px) {
  .content .section-callback__btns {
    flex-direction: column;
  }
}

.content .contact-page {
  padding-top: 15rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url(/local/templates/main/components/bitrix/news.list/section/img/mask_section.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media screen and (max-width: 1880px) {
  .content .contact-page {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .content .contact-page {
    padding-right: 4rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 375px) {
  .content .contact-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.content .contact-page__bg-picture {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .content .contact-page__bg-picture {
    height: 55rem;
  }
}
@media screen and (max-width: 767.9px) {
  .content .contact-page__bg-picture {
    height: 45rem;
  }
}
@media screen and (max-width: 545px) {
  .content .contact-page__bg-picture {
    height: 32rem;
  }
}
@media screen and (max-width: 475px) {
  .content .contact-page__bg-picture {
    height: 25rem;
    background-position: center center;
    background-size: cover;
  }
}
.content .contact-page__container {
  width: 100%;
  max-width: 176rem;
  display: grid;
  grid-template-columns: 67rem 1fr;
  gap: 3rem;
}
@media screen and (max-width: 1880px) {
  .content .contact-page__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .content .contact-page__container {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .content .contact-page__container {
    margin: 0 auto;
    max-width: 168rem;
  }
}
.content .contact-page__info h1 {
  margin-top: 0;
  text-transform: uppercase;
}
.content .contact-page__desc {
  margin-bottom: 4rem;
}
.content .contact-page__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.content .contact-page__item {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 2.5rem;
  align-items: start;
}
.content .contact-page__name {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4rem;
}
.content .contact-page__phone {
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.content .contact-page__phone:hover {
  color: #E60033;
}
.content .contact-page__email {
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.content .contact-page__email:hover {
  color: #E60033;
}
.content .contact-page__site {
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.content .contact-page__site:hover {
  color: #E60033;
}
.content .contact-page__map {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767.9px) {
  .content .contact-page__map iframe {
    height: 35rem;
  }
}
@media screen and (max-width: 475px) {
  .content .contact-page__map iframe {
    height: 30rem;
  }
}

.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/local/templates/main/img/mask_footer.png");
  background-color: #F1F1F2;
  padding-top: 2rem;
  margin-top: auto;
}
@media screen and (max-width: 1199.9px) {
  .footer {
    padding-top: 3rem;
  }
}
.footer--products {
  background-image: url("/local/templates/main/img/mask_footer_big.png");
}
.footer .family-brands {
  background-color: transparent;
  padding: 2rem 0 10rem 0;
}
@media screen and (max-width: 1199.9px) {
  .footer__menu {
    order: 2;
    width: 100%;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: 23rem 1fr 23rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #E1E1E1;
}
@media screen and (max-width: 1199.9px) {
  .footer__top {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 490px) {
  .footer__top {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer__container {
  max-width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 1880px) {
  .footer__container {
    padding: 0 4rem;
  }
}
.footer__bottom {
  padding: 2.5rem 0;
  width: 100%;
  max-width: 96rem;
  display: flex;
  gap: 2rem;
  justify-self: end;
  justify-content: space-between;
  font-size: 1.1rem;
  color: #999999;
}
@media screen and (max-width: 575.9px) {
  .footer__bottom {
    flex-direction: column;
    font-size: 1.6rem;
  }
}
.footer__urls {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 575.9px) {
  .footer__urls {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__contacts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1.8rem;
}
@media screen and (max-width: 1199.9px) {
  .footer__contacts {
    order: 1;
  }
}
.footer__link {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #E60033;
}
.footer__link-top {
  background-color: #E60033;
  border-radius: 5rem;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer .main-menu__list {
  justify-content: center;
}
@media screen and (max-width: 1199.9px) {
  .footer .main-menu__list {
    justify-content: left;
  }
}
@media screen and (max-width: 575.9px) {
  .footer .main-menu__list {
    justify-content: left;
    flex-direction: column;
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 575.9px) {
  .footer .main-menu__link {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
}

.jqmOverlay,
.popup-window-overlay {
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}

.jqmOverlay {
  background: #3a3f44;
  opacity: 0.7 !important;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2999;
}

.jqmOverlay--dark {
  background: #000;
  opacity: 0.88 !important;
}

.jqmOverlay.waiting {
  z-index: 998;
}

.jqmOverlay.mobp {
  z-index: 1048;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?167920702416375*/
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/css/features.css?17421514151443*/
.content .features {
  max-width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .content .features {
    margin: 0 4rem;
  }
}
.content .features__title {
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 400;
  font-size: 3.6rem;
}
.content .features__name {
  color: #E60033;
  font-size: 3rem;
}
@media screen and (max-width: 767.9px) {
  .content .features__name {
    font-size: 2.5rem;
  }
}
.content .features__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1300px) {
  .content .features__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 625px) {
  .content .features__list {
    grid-template-columns: 100%;
  }
}
.content .features__item {
  background-image: url("/local/templates/main/img/mask_feature.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-color: #F5F5F6;
  padding: 4rem 4rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 27rem;
}
@media screen and (max-width: 625px) {
  .content .features__item {
    min-height: 12rem;
    gap: 1rem;
  }
}
.content .features__desc {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .content .features__desc {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=features.css.map */

/* End */


/* Start:/local/templates/main/css/environmental.css?17427885551554*/
.environmental {
  color: #ffffff;
  margin: 4rem 0 12rem 0;
}
.environmental__container {
  background-image: url("/local/templates/main/img/environmental.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  padding: 9rem 0;
}
.environmental__title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4.5rem;
}
.environmental__list {
  margin: 0 auto;
  max-width: 140.2rem;
  display: grid;
  grid-template-columns: 1fr 60rem 1fr;
}
@media screen and (max-width: 1270px) {
  .environmental__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 980px) {
  .environmental__list {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.environmental__item:nth-child(1) {
  border-right: 1px solid #E1E1E1;
}
@media screen and (max-width: 980px) {
  .environmental__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
  }
}
.environmental__item:nth-child(2) {
  border-right: 1px solid #E1E1E1;
}
@media screen and (max-width: 980px) {
  .environmental__item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #E1E1E1;
  }
}
@media screen and (max-width: 980px) {
  .environmental__item {
    padding-bottom: 2rem;
  }
}
.environmental__name {
  font-weight: 700;
  color: #E60033;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.environmental__desc {
  text-align: center;
  font-size: 1.8rem;
}

/*# sourceMappingURL=environmental.css.map */

/* End */


/* Start:/local/templates/main/css/popup.css?17430916371456*/
.blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  background: rgba(12, 11, 14, 0.3);
  -webkit-backdrop-filter: blur(0.3rem);
  backdrop-filter: blur(0.3rem);
  z-index: 998;
}

.show-blur {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 50rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  transition: top 0.5s ease;
  z-index: 1000;
  max-height: 100%;
  overflow-y: auto;
}
.popup__title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #E60033;
  margin-bottom: 2rem;
  text-align: center;
}
.popup__wrapper {
  padding: 5rem 4rem;
}
@media screen and (max-width: 425px) {
  .popup__wrapper {
    padding: 3rem 2rem;
  }
}
.popup__content {
  border-radius: 0.5rem;
  padding: 2rem 1rem;
}
.popup__close-button {
  line-height: 1px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c04b1e;
  color: #ffffff;
  cursor: pointer;
  transition: transform ease-in-out 0.3s;
}
.popup__close-button:hover {
  transform: rotate(-90deg);
}

.show-popup {
  top: 50%;
}

/*# sourceMappingURL=popup.css.map */

/* End */


/* Start:/local/templates/main/css/form.css?17430931187643*/
.content .form-block, .form-block {
  border: 0.1rem dashed #E1E1E1;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .form-block__name, .form-block__name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.content .form-block__desc, .form-block__desc {
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 1rem;
}
.content .form__icon-field, .form__icon-field {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.content .form__buklet-warn, .form__buklet-warn {
  background: #fff;
  border: 0.2rem solid #cb9a36;
  border-radius: 0.5rem;
  color: #5d5f60;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}
.content .form__buklet-url, .form__buklet-url {
  background: #68c736;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
}
.content .form__buklet-url a, .form__buklet-url a {
  text-decoration: underline;
  color: #ffffff;
}
.content .form__buklet-url a:hover, .form__buklet-url a:hover {
  text-decoration: none;
}
.content .form__grid, .form__grid {
  display: grid;
}
.content .form .grid-2, .form .grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .content .form .grid-2, .form .grid-2 {
    grid-template-columns: 100%;
  }
}
.content .form__title, .form__title {
  text-align: center;
  margin: 0 0 1.5rem 0;
  font-size: 3rem;
}
.content .form__subtitle, .form__subtitle {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
}
.content .form__group, .form__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content .form__single, .form__single {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem;
  position: relative;
}
.content .form__single--error, .form__single--error {
  padding-bottom: 1rem;
}
.content .form__fields, .form__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .content .form__fields, .form__fields {
    grid-template-columns: 100%;
  }
}
.content .form__fields--2, .form__fields--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767.9px) {
  .content .form__fields--2, .form__fields--2 {
    grid-template-columns: 100%;
  }
}
.content .form__fields--3, .form__fields--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767.9px) {
  .content .form__fields--3, .form__fields--3 {
    grid-template-columns: 100%;
  }
}
.content .form__label, .form__label {
  position: absolute;
  top: -0.9rem;
  left: 1.1rem;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  width: max-content;
  z-index: 9;
}
.content .form__label span, .form__label span {
  color: #c04b1e;
}
.content .form__field, .form__field {
  border-radius: 1rem;
  border: 0.1rem solid #D2D5DA;
  padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  font-size: 1.8rem;
  width: 100%;
  max-width: 100%;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.05);
  transition: border-color ease-in-out 0.3s;
}
.content .form__field:focus, .content .form__field:focus-visible, .form__field:focus, .form__field:focus-visible {
  border-color: #E60033;
}
.content .form__field--error, .form__field--error {
  border-color: #c04b1e;
}
.content .form__field--disabled, .form__field--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.content .form__field::placeholder, .form__field::placeholder {
  color: #6C727F;
}
.content .form__field::-webkit-input-placeholder, .form__field::-webkit-input-placeholder {
  color: #6C727F;
}
.content .form__field-wrapper, .form__field-wrapper {
  position: relative;
}
.content .form__field-input-wrapper, .form__field-input-wrapper {
  position: relative;
}
.content .form__textarea, .form__textarea {
  max-width: 100%;
  width: 100%;
  resize: vertical;
  min-height: 15rem;
  max-height: 40rem;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.content .form__textarea::placeholder, .form__textarea::placeholder {
  color: #6C727F;
  font-family: "Inter", sans-serif;
}
.content .form__textarea::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #6C727F;
  font-family: "Inter", sans-serif;
}
.content .form__submit.btn, .form__submit.btn {
  border-radius: 0.5rem;
  border: 0.1rem solid #E60033;
  background-color: #E60033;
  color: #ffffff;
  padding: 1rem;
  font-size: 2.5rem;
  cursor: pointer;
  height: max-content;
}
.content .form__submited, .form__submited {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: #68C736;
  color: #ffffff;
  padding: 1rem;
  height: max-content;
}
.content .form__submited span, .form__submited span {
  font-size: 2.5rem;
}
.content .form__submited svg, .form__submited svg {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
.content .form__disabled-time, .form__disabled-time {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  width: 100%;
  color: #c04b1e;
  padding: 0.4rem 1rem;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #E1E1E1;
  border-radius: 0.5rem;
  min-height: 3rem;
  box-sizing: border-box;
}
.content .form__sending, .form__sending {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #E60033;
  color: #ffffff;
  padding: 1rem;
  min-height: 3rem;
}
.content .form__spinner, .form__spinner {
  position: relative;
  display: inline-block;
  width: 6.2rem;
  height: 1rem;
}
.content .form__spinner div, .form__spinner div {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.content .form__spinner div:nth-child(1), .form__spinner div:nth-child(1) {
  left: 0;
  animation: sending1 0.6s infinite;
}
.content .form__spinner div:nth-child(2), .form__spinner div:nth-child(2) {
  left: 0;
  animation: sending2 0.6s infinite;
}
.content .form__spinner div:nth-child(3), .form__spinner div:nth-child(3) {
  left: 2.4rem;
  animation: sending2 0.6s infinite;
}
.content .form__spinner div:nth-child(4), .form__spinner div:nth-child(4) {
  left: 4.8rem;
  animation: sending3 0.6s infinite;
}
.content .form__message-error, .form__message-error {
  font-size: 1.2rem;
  color: #c04b1e;
  margin-top: -1.8rem;
}
.content .form__conf, .form__conf {
  font-size: 1.1rem;
  margin-bottom: 0;
  line-height: normal;
}
.content .form__conf a, .form__conf a {
  color: #E60033;
  position: relative;
  text-decoration: underline;
}
.content .form__conf a:hover, .form__conf a:hover {
  text-decoration: none;
}
.content .form__detail-special-quipment, .form__detail-special-quipment {
  padding: 2rem;
  border: 0.1rem dashed #E60033;
  background-color: #E1E1E1;
  margin-bottom: 2rem;
}

.form__single--error .form__message-error {
  position: absolute;
  bottom: -1.7rem;
  margin-top: 0;
}

.form__conf a:hover::after {
  content: "";
  background-color: #2B2D2F;
}

@keyframes sending1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sending3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sending2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2.4rem, 0);
  }
}

/*# sourceMappingURL=form.css.map */

/* End */
/* /local/templates/main/components/bitrix/search.title/fixed/style.css?174599653213653 */
/* /local/templates/main/components/bitrix/menu/main/style.css?17421032712470 */
/* /local/templates/main/components/bitrix/news.list/banner/style.css?17421433711590 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?17430947921120 */
/* /local/templates/main/components/bitrix/news.list/family_brands/style.css?1742144121858 */
/* /local/templates/main/components/bitrix/menu/footer/style.css?1741928906361 */
/* /local/templates/main/template_styles.css?174599538314628 */
/* /local/templates/main/css/swiper-bundle.min.css?167920702416375 */
/* /local/templates/main/css/features.css?17421514151443 */
/* /local/templates/main/css/environmental.css?17427885551554 */
/* /local/templates/main/css/popup.css?17430916371456 */
/* /local/templates/main/css/form.css?17430931187643 */
