

/* Start:/local/templates/ek_2023/components/bitrix/catalog.section.list/catalog.main.list/style.css?169355522230933*/
section.catalog-sections-menu {
    padding: 0;
}
.catalog-sections-menu__wrapper {
    overflow: hidden;
}
.catalog-sections-menu__inner {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -20px;
    padding-bottom: 20px;
    mask-image: linear-gradient(
        90deg,
        transparent 0, rgba(0, 0, 0, .25) 9px,
        #000 18px,
        #000 calc(100% - 18px),
        rgba(0, 0, 0, .25) calc(100% - 9px), transparent
    );
}
.catalog-sections-menu__inner ul {
    display: flex;
    margin-bottom: 0;
}
.catalog-sections-menu__inner li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-sections-menu__inner a {
    margin: 8px;
    white-space: nowrap;
    display: flex;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: var(--color-grey);
    background-color: var(--color-white);
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}
.catalog-sections-menu__inner a:hover {
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.15);
    color: var(--color-primary);
}
.catalog-sections-menu__inner a:focus {
    outline: none;
    text-decoration: none;
}

.catalog-subsections {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.catalog-subsection-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}
.catalog-subsection-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}
.catalog-subsection-box:hover::before {
    transform: scale(1.03);
}
.catalog-subsection-box__img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 77%;
}
.catalog-subsection-box__img-inner {
    position: absolute;
    top: 15px;
    left: 20px;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-subsection-box__img-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-subsection-box__title {
    padding: 0 15px 30px;
    font-size: 12px;
    color: var(--color-black);
    text-align: center;
}


.catalog-main-list-tile .catalog-subsections {
    grid-template-columns: 1fr;
}

.catalog-subsection-box-tile {
    padding: 20px 20px 30px;
}
.catalog-subsection-tile__img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 40%;
}
.catalog-subsection-tile__img-inner {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-subsection-tile__img-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-subsection-tile__warranty-box {
    position: absolute;
    top: 25%;
    right: 5px;
    padding-top: 50px;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.catalog-subsection-tile__warranty-box + .catalog-subsection-tile__img-inner {
    right: 25vw;
}
.catalog-subsection-tile__warranty-box::before {
    content: attr(data-years);
    width: 35px;
    height: 45px;
    background: url('/images/svg/icon-warranty-back.svg') no-repeat center center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 2px;
}
.catalog-subsection-tile__text-wrapper {
    width: 100%;
}
.catalog-subsection-tile__text-title {
    margin: 0 25px 20px;
    font-size: 20px;
    color: var(--color-primary);
    text-align: center;
}
.catalog-subsection-tile__text-props-box {
    margin-left: 15vw;
}
.catalog-subsection-tile__text-prop {
  font-size: 13px;
  color: var(--color-grey);
}
.catalog-subsection-tile__text-prop + .catalog-subsection-tile__text-prop {
    margin-top: 10px;
}

.section-header__title-box h1 {
    text-transform: uppercase;
}
.section-header__title-box h1 span {
  font-size: 20px;
  line-height: 27px;
    text-transform: initial;
    display: inline-block;
}
section.title-h1 h1 span {
    font-size: 20px;
}
.gallery-item {
    height: 70vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-thumbs {
    margin: 20px 15px 0;
    height: 90px;
}

.gallery-thumbs.simple {
    display: flex;
    justify-content: flex-start;
}
.gallery-thumbs.simple .gallery-thumb {
    flex: 0 0 155px;
    margin-left: 40px;
} 
.gallery-thumbs.owl-carousel {
    width: calc(100% - 30px);
}
.section-header__slider-box .owl-carousel .owl-stage-outer,
.section-header__slider-box .owl-carousel .owl-stage {
    height: 90px;
}
.section-header__slider-box .owl-carousel .owl-item img {
    width: auto;
}
.section-header__btn-box .btn {
    max-width: 250px;
    margin: 0 auto;
}
.gallery-thumb {
    position: relative;
}
.gallery-thumb::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    right: -8px;
    bottom: -10px;
    padding: 0 20px;
    border: 1px solid #D8D8D8;
}
.gallery-thumb_img {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-thumb_img img {
    width: 100%!important;
    height: 100%;
    object-fit: contain;
}

.section-header__slider-box .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: calc(100% + 70px);
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-left: -35px;
}
.section-header__slider-box .owl-carousel .owl-nav button.owl-next,
.section-header__slider-box .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    position: absolute;
    top: 60px;
    opacity: 0.5!important;
    transition: 0.2s ease;
}
.section-header__slider-box .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.section-header__slider-box .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.section-header__slider-box .owl-carousel .owl-nav button.owl-next::after {
    margin-left: 3px;
}
.section-header__slider-box .owl-carousel .owl-nav button.owl-next:hover,
.section-header__slider-box .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 1!important;
}

.section-video {
    flex-direction: column;
}
.section-video__container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--color-lightgreen);
}

.section-video__wrapper {
    position: relative;
}
.section-video__btn {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url('/images/svg/icon-play_video.svg') no-repeat center center;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 2;
}
.section-video__btn:hover {
    background-image: url('/images/svg/icon-play_video_active.svg');
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}
.section-video__container .section-video__box {
    opacity: 0;
    z-index: 1;
}

.section-benefits__full-box + .section-benefits__full-box {
    margin-top: 50px;
}
.section-benefits__full-box .section-benefits__img-box {
    max-height: 350px;
    padding: 0 15px;
}
.section-benefits__img-box img {
    max-height: 350px;
}
.section-benefits__full-box.section-benefits__fullwidth {
    padding-top: 350px;
    background-size: auto 350px;
}
.section-benefits__full-box.section-benefits__fullwidth.section-benefits__text-left {
    background-position: top right;
}
.section-benefits__full-box.section-benefits__fullwidth.section-benefits__text-right {
    background-position: top left;
}
.section-benefits__full-box.section-benefits__fullwidth .section-benefits__img-box {
    display: none;
}
.section-benefits__full-box .section-benefits__text-box {
    padding: 10px 15px 0;
    text-align: center;
}
.section-benefits__text-icon {
    height: 50px;
}
.section-benefits__text-icon img {
    height: 100%;
}
.section-benefits__text-box li {
    position: relative;
    padding-left: 20px;
}
.section-benefits__text-box li:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--color-lightgreen);
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 5px;
}
.section-halfbenefits__box {
    min-height: unset;
}
.section-halfbenefits__img {
    height: 80px;
}
.section-halfbenefits__img img {
    max-height: 100%;
}
.section-halfbenefits__header,
.section-halfbenefits__text {
    text-align: center;
}
.section-benefits__text-box h3 {
    margin: 10px 0 0;
}

#container-video-mej {
    display: flex;
    align-items: center;
    padding: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mej {
    flex: 1 1 100%;
    opacity: 0;
}
.mejs__video {
    position: relative;
    padding-top: 56%;
    width: 100%!important;
    max-height: 56vw!important;
}
.mej__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mejs__video {
    height: 450px;
}
.mej-run__video {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.1);
    border-radius: 40px;
    background: rgba(0,0,0,0.1);
}
.mej-run__video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(/local/templates/ek_2023/assets/css/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
}

.video-popup-box {
  position: relative;
  background: #fff;
}
.video-popup-box .popup-close {
  z-index: 1;
}
.video-popup-box .mej-run__video {
  display: none;
}

.gallery-item {
    cursor: zoom-in;
}
#modalWindow.gallery-popup {
    background: rgba(0,0,0,0.65);
    opacity: 0;
}
.gallery-popup .popup-close {
    z-index: 10;
}
.gallery-popup .popup-close::before,
.gallery-popup .popup-close::after {
    background: var(--color-white);
}
.gallery-popup-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gallery-arrow-next,
.gallery-arrow-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9;
    border: 1px solid var(--color-white);
    opacity: 0.5;
    transition: 0.3s ease;
    bottom: 50px;
}
.gallery-arrow-next::after,
.gallery-arrow-prev::after {
    width: 20px;
    height: 41px;
    position: absolute;
    content: '';
    background: linear-gradient(45deg,transparent 32%,var(--color-white) 32%,var(--color-white) 37%, transparent 37%), linear-gradient(135deg,transparent 32%,var(--color-white) 32%,var(--color-white) 37%, transparent 37%);
    top: 8px;
    left: 16px;
}
.gallery-arrow-next::after {
    transform: rotate(180deg);
    left: 22px;
}
.gallery-arrow-next {
    right: 20px;
}
.gallery-arrow-prev {
    left: 20px;
}
.gallery-arrow-next:hover,
.gallery-arrow-prev:hover {
    opacity: 0.9;
}
.gallery-img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.gallery-img img {
    object-fit: contain;
    width: auto;
    height: auot;
    max-width: 100%;
    max-height: 100%;
}

.item-cell.mod__red {
    flex-direction: column;
    text-align: center;
    padding: 5px 0!important;
    color: red;
}
.catalog-items__table-first-col .item-cell.mod__red {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding-left: 15px!important;
}
.item-cell.mod__red a {
    color: red;
    text-decoration: underline;
}

.archive-model__title-box {
    padding: 30px 0 0;
    font-size: 1.3em;
    color: red;
}
.archive-model__title-box a {
    color: red;
    text-decoration: underline;
    font-weight: 700;
}

.catalog-subsection-box__sticker-container {
    position: absolute;
    top: -5px;
    left: -10px;
    display: grid;
}
.catalog-subsection-box__sticker {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-subsection-box__sticker-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.catalog-subsection-box__sticker-title {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    font-weight: 700;
}
a.catalog-subsection-box-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-header__slider-box {
    position: relative;
}
.section-header__sticker {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-subsection-box__sticker.catalog-subsection-box__sticker-default {
    width: auto;
    height: 33px;
    border-radius: 3px;
    background: var(--color-primary);
    padding: 0 15px;
    box-shadow: -2px 13px 5px rgba(0, 0, 0, 0.01), -1px 7px 4px rgba(0, 0, 0, 0.05), 0px 3px 3px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.catalog-subsection-box__sticker.catalog-subsection-box__sticker-default .catalog-subsection-box__sticker-title {
    text-transform: uppercase;
    font-size: 18px;
}

.section-header__slider-box .catalog-subsection-box__sticker-container {
    left: 0;
    top: 15px;
}
.section-elements-documents__wrapper {
    margin: 30px 0;
}
.docs__tabs-menu {
    display: none;
}
.docs__tabs-menu__item {
    cursor: pointer;
    padding: 15px 30px 16px 15px;
    font-weight: 700;
    color: var(--color-grey);
    border-bottom: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    position: relative;
    transition: 0.25s ease;
}
.docs__tab-box {
    display: grid;
    grid-row-gap: 10px;
}
.docs__tab-title {
    cursor: pointer;
    padding: 7px 15px;
    font-weight: 700;
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    position: relative;
    transition: 0.25s ease;
}
.docs__tab-title::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    position: absolute;
    right: 15px;
    top: 7px;
    transform: rotate(45deg);
}
.docs__tab-outer {
    overflow: hidden;
}
.docs__tab-wrapper .docs__tab-outer {
    height: 0;
}
.docs__tab-inner {
    display: grid;
    grid-row-gap: 15px;
    padding: 10px;
}
.docs__tab-item {
    padding: 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.docs__tab-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border-radius: 3px;
    transition: 0.3s ease;
    z-index: 0;
}
.docs__tab-item:hover::before {
    transform: scale(1.03);
}
.docs__tab-icon-bg {
    padding-top: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.docs__tab-icon {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex: 0 0 35px;
    height: 35px;
}
.docs__tab-name {
    margin-right: auto;
    padding-right: 30px;
    color: #000;
    font-size: 12px;
}
.docs__tab-linkbox {
    display: grid;
    grid-row-gap: 10px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.docs__tab-link {
    color: var(--color-primary);
    margin-right: 20px;
    text-decoration: underline;
}
.docs__tab-show {
    color: var(--color-primary);
    text-decoration: underline;
    cursor: pointer;
}
.docs__tab-show:hover {
    text-decoration: none;
}

.library-explain__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.library-explain__popup-close::before,
.library-explain__popup-close::after {
    content: '';
    height: 1px;
    width: 30px;
    background: var(--color-darkgrey);
    top: 10px;
    left: -4px;
    position: absolute;
    transition: 0.3s ease;
}
.library-explain__popup-close::before {
    transform: rotate(45deg);
}
.library-explain__popup-close::after {
    transform: rotate(-45deg);
}
.library-explain__popup-close:hover::before {
    transform: rotate(225deg);
}
.library-explain__popup-close:hover::after {
    transform: rotate(135deg);
}
.libzoom__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.65);
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.libzoom__close.library-explain__popup-close::before,
.libzoom__close.library-explain__popup-close::after {
    height: 2px;
    background: var(--color-white);
}
.libzoom__iframe {
    margin-top: 5vh;
    height: 90vh;
    width: 90vw;
}

@media all and (min-width: 450px) {
    .catalog-subsection-tile__text-props-box {
        margin-left: 25%;
    }
    .catalog-subsections {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 15px;
    }
}

@media all and (min-width: 576px) {
    .catalog-subsection-box-tile {
        flex-direction: row;
        align-items: flex-start
    }
    .catalog-subsection-tile__img-wrapper {
        flex: 0 0 40%;
        padding-top: 200px;
    }
    .catalog-subsection-tile__img-inner {
        left: 0;
        right: 0;
    }
    .catalog-subsection-tile__warranty-box {
        bottom: 0;
        top: unset;
        right: unset;
        left: 50%;
        text-align: left;
        padding-top: 0.4em;
        font-size: 14px;
    }
    .catalog-subsection-tile__warranty-box::before {
        left: -45px;
        transform: unset;
    }
    .catalog-subsection-tile__warranty-box {
        bottom: 0;
    }
    .catalog-subsection-tile__warranty-box + .catalog-subsection-tile__img-inner {
        right: 0;
        left: 0;
        bottom: 50px;
    }
    .catalog-subsection-tile__text-title {
        text-align: left;
        margin-left: 35px;
        margin-top: 15px;
    }
    .catalog-subsection-tile__text-props-box {
        margin-left: 35px;
    }
}

@media all and (min-width: 768px) {
    .catalog-subsections {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .catalog-subsection-box__img-inner {
        top: 25px;
        left: 30px;
        bottom: 25px;
        right: 30px;
    }
    .catalog-subsection-box__title {
        font-size: 16px;
    }
    .catalog-sections-menu__inner ul {
        flex-wrap: wrap;
    }
    .section-header__tight .section-header__title-box {
        grid-column: 1/3;
    }
    .section-header__tight .section-header__btn-box {
        grid-column: 3/5;
        flex-direction: row;
    }
    .section-header__tight .section-header__btn-box a + a {
        margin-left: 25px;
    }
    .section-header__wrapper .section-header__btn-box {
        padding-left: 40%;
    }
    .gallery-item {
        flex: 0 0 540px;
        height: 383px;
    }
    .section-benefits__full-box.section-benefits__fullwidth {
        padding-top: 410px;
        background-size: auto 410px;
    }
    .section-benefits__full-box .section-benefits__img-box {
        max-height: 517px;
        padding: 0;
    }
    .section-benefits__img-box img {
        max-height: 517px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon {
        flex-direction: row;
        padding-top: 20px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon .section-benefits__text-block {
        text-align: left;
    }
    .section-benefits__text-box.section-benefits__text-box-icon .section-benefits__text-icon {
        min-width: 120px;
        margin-right: 30px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon .section-benefits__text-icon img {
        margin: 0 0 0 auto;
        max-width: 100%;
    }
    .section-benefits__full-box.section-benefits__picture-left,
    .section-benefits__full-box.section-benefits__picture-right,
    .section-benefits__text-left .section-benefits__text-box,
    .section-benefits__text-right .section-benefits__text-box {
        padding-left: calc((100vw - 740px) / 2);
        padding-right: calc((100vw - 740px) / 2);
    }
    #container-video-mej {
        padding: 15px calc((100vw - 740px) / 2);
    }
    .gallery-arrow-next,
    .gallery-arrow-prev {
        bottom: unset;
    }
    .gallery-arrow-next {
        right: 10px;
    }
    .gallery-arrow-prev {
        left: 10px;
    }
    .gallery-img {
        padding: 70px;
    }
    .docs__tab-item {
        width: 100%;
    }
    .libzoom__wrapper {
        padding: 20px 50px;
    }
    .libzoom__iframe {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .gallery-item {
        flex: 0 0 700px;
        height: 500px;
    }
    .section-header__wrapper.section-header__tight .section-header__btn-box {
        flex-direction: column;
        grid-column: 4/5;
        padding-left: 0;
    }
    .section-header__btn-box .btn {
        width: 230px;
    }
    .section-header__tight .section-header__title-box {
        align-self: start;
    }
    .section-benefits__full-box .section-benefits__img-box {
        max-height: 630px;
    }
    .section-benefits__picture-left {
        display: grid;
        grid-template-columns: 51fr 49fr;
    }
    .section-benefits__picture-left .section-benefits__img-box {
        justify-content: flex-end;
    }
    .section-benefits__full-box.section-benefits__picture-left .section-benefits__text-box {
        padding-left: 60px;
        padding-right: calc((100vw - 970px) / 2);
    }
    .section-benefits__picture-right .section-benefits__text-box {
        padding-right: 60px;
        padding-left: calc((100vw - 970px) / 2);
    }
    .section-benefits__picture-right {
        display: grid;
        grid-template-columns: 49fr 51fr;
    }
    .section-benefits__picture-right .section-benefits__text-box {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .section-benefits__picture-right .section-benefits__img-box {
        grid-column: 2/3;
        justify-content: flex-start;
    }
    .section-benefits__full-box.section-benefits__text-left {
        padding-left: calc((100vw - 970px) / 2);
        padding-right: calc(50% + 60px);
    }
    .section-benefits__full-box.section-benefits__text-right {
        padding-left: calc(50% + 60px);
        padding-right: calc((100vw - 970px) / 2);
    }
    .section-benefits__full-box.section-benefits__fullwidth {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-benefits__fullwidth .section-benefits__img-box {
        display: none;
    }
    .section-benefits__text-light .section-benefits__text-icon {
        display: block;
    }
    .section-benefits__full-box .section-benefits__text-box {
        text-align: left;
    }
    .section-benefits__full-box .section-benefits__text-box.section-benefits__text-light {
        color: var(--color-white);
    }
   .section-benefits__fullwidth {
        min-height: 520px;
        max-height: 700px;
    }
    .section-benefits__full-box.section-benefits__fullwidth {
        background-size: auto 100%;
        background-position: center!important;
        display: flex;
        align-items: center;
    }
    .section-benefits__wrapper {
        padding: 20px 0;
    }
    .section-benefits__full-box + .section-benefits__full-box {
        margin-top: 20px;
    }
    .section-benefits__full-box + .section-benefits__full-box.section-benefits__fullwidth {
        margin-top: 40px;
    }
    .section-benefits__full-box.section-benefits__fullwidth + .section-benefits__full-box {
        margin-top: 40px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon {
        flex-direction: column;
    }
    .section-benefits__text-box.section-benefits__text-box-icon .section-benefits__text-icon {
        margin-bottom: 20px;
        height: 100px;
    }
    .section-benefits__text-box.section-benefits__text-box-icon .section-benefits__text-icon img {
        margin: 0 auto 0 0;
    }
    .section-benefits__text-box.section-benefits__text-box-icon h3 {
        margin-bottom: 12px;
        margin-top: 20px;
    }
    .section-benefits__img-box img {
        max-height: 630px;
    }
    .page-catalog h2 {
        font-size: 33px;
    }
    .section-halfbenefits__img {
        height: 100px;
    }
    .section-halfbenefits__box {
        padding: 0 40px;
        margin-bottom: 100px;
    }
    .section-halfbenefits__box:nth-last-child(1),
    .section-halfbenefits__box:nth-last-child(2){
        margin-bottom: 0;
    }
    .section-benefits__full-box.section-benefits__picture-left,
    .section-benefits__full-box.section-benefits__picture-right {
        padding-left: 0;
        padding-right: 0;
    }
    .section-benefits__text-left .section-benefits__text-box,
    .section-benefits__text-right .section-benefits__text-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    #container-video-mej {
        padding: 15px calc((100vw - 940px) / 2);
    }
    .gallery-arrow-next {
        right: 20px;
    }
    .gallery-arrow-prev {
        left: 20px;
    }
    .gallery-img {
        padding: 90px;
    }
    .section-elements-documents__wrapper {
        display: grid;
        grid-template-columns: 250px 1fr;
        grid-column-gap: 30px;
    }
    .docs__tabs-menu {
        display: grid;
        margin-bottom: auto;
    }
    .docs__tabs-menu__item.active {
        border-right-color: transparent;
        color: var(--color-primary);
        padding-right: 15px;
    }
    .docs__tabs-menu__item::after {
        content: '';
        width: 10px;
        height: 10px;
        border-bottom: 2px solid var(--color-primary);
        border-right: 2px solid var(--color-primary);
        position: absolute;
        right: 15px;
        top: 19px;
        opacity: 0.7;
        transform: rotate(-45deg);
    }
    .docs__tabs-menu__item.active::after {
        display: none;
    }
    .docs__tabs-menu__item:last-child {
        border-bottom-color: transparent;
    }
    .docs__tab-wrapper {
        display: none;
    }
    .docs__tab-wrapper.active {
        display: block;
    }
    .docs__tab-title {
        display: none;
    }
    .docs__tab-wrapper .docs__tab-outer {
        height: auto;
    }
    .docs__tab-inner {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
    }
}

@media all and (min-width: 1200px) {
   .section-benefits__fullwidth {
        min-height: 580px;
    }
    .section-benefits__full-box.section-benefits__picture-left .section-benefits__text-box {
        padding-left: 100px;
        padding-right: calc((100vw - 1170px) / 2);
    }
    .section-benefits__picture-right .section-benefits__text-box {
        padding-right: 100px;
        padding-left: calc((100vw - 1170px) / 2);
    }
    .section-benefits__fullwidth.section-benefits__text-left {
        padding-left: calc((100vw - 1170px) / 2);
        padding-right: calc(50% + 100px);
    }
    .section-benefits__fullwidth.section-benefits__text-right {
        padding-right: calc((100vw - 1170px) / 2);
        padding-left: calc(50% + 100px);
    }
    .section-benefits__fullwidth {
        height: 700px;
    }
    .section-benefits__wrapper {
        padding: 40px 0;
    }
    .section-benefits__full-box + .section-benefits__full-box {
        margin-top: 30px;
    }
    .section-benefits__full-box + .section-benefits__full-box.section-benefits__fullwidth {
        margin-top: 60px;
    }
    .section-benefits__full-box.section-benefits__fullwidth + .section-benefits__full-box {
        margin-top: 60px;
    }
    #container-video-mej {
        padding: 15px calc((100vw - 1140px) / 2);
    }
}

section.breadcrumb {
    display: none;
    padding: 20px 0;
    margin: 0;
}
.bx-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.bx-breadcrumb-item::after {
    content: '/';
    margin: 0 5px;
    font-size: 12px;
}
.bx-breadcrumb-item:nth-last-child(1)::after {
    content: '';
}
.bx-breadcrumb-item span {
    color: var(--color-grey);
    font-size: 12px;
    line-height: 1.2em;
}

.bx-breadcrumb-item > span {
    display: block;
}

@media all and (min-width: 768px) {
    section.breadcrumb {
        display: block;
    }
    section.breadcrumb + section.title-h1 {
        padding: 15px 0 40px;
    }
    .bx-breadcrumb-item span {
        font-size: 15px;
    }
    .bx-breadcrumb-item > span {
        margin-top: 2px;
    }
    .bx-breadcrumb-item::after {
        font-size: 15px;
    }
    .section-documents__wrapper {
        grid-column-gap: 120px!important;
    }
}

.docs__tab-item {
    padding: 18px 0;
}
.docs__tab-item::before {
    display: none;
}
.docs__tab-icon {
    flex: 0 0 42px;
    height: 42px;
}
.docs__tab-name {
    font-size: 15px;
    color: #000;
}
.docs__tab-linkbox {
    display: flex;
    margin-left: 15px;
}
.docs__tab-show + .docs__tab-link {
    margin-left: 20px;
}
.docs__tab-url,
.docs__tab-show,
.docs__tab-link {
    width: 30px;
    height: 30px;
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.docs__tab-show {
    background-image: url('/images/svg/icon_look.svg');
}
.docs__tab-link {
    background-image: url('/images/svg/icon_download.svg');
}
.docs__tab-url {
    background-image: url('/images/svg/icon_copy.svg');
}

.modal-win {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-container {
    padding: 25px 30px;
    background: var(--color-white);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
}

.mej {
  opacity: 1!important;
}
/* End */


/* Start:/local/templates/ek_2023/components/bitrix/news.list/catalogs.list/style.css?16915015081944*/
.catalogues__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    padding-bottom: 15px;
}
.catalogues__item {
    display: block;
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.catalogues__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalogues__podbor {
    background-image: url('/images/podbor_bg.jpg');
}
.catalogues__podbor .btn-big {
    padding: 4px 15px 7px;
    height: 33px;
    margin: 10px auto 0;
}

@media all and (min-width: 450px) {
    .catalogues__item {
        padding-top: 80%;
    }
}
@media all and (min-width: 576px) {
    .catalogues__item {
        padding-top: 65%;
    }
}
@media all and (min-width: 768px) {
    .catalogues__box {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        padding-bottom: 40px;
    }
    .catalogues__item {
        padding-top: 100%;
    }
    .catalogues__podbor .catalogues__title {
        font-weight: 400;
        font-size: 1.3em;
    }
}
@media all and (min-width: 992px) {
    .catalogues__podbor .btn-big {
        padding: 11px 25px;
        height: 45px;
    }
}
@media all and (min-width: 1200px) {
    .catalogues__box {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }
    .catalogues__podbor .catalogues__title {
        font-size: 1.7em;
        padding: 0 20px;
    }
    .catalogues__podbor .btn-big {
        margin-top: 20px;
        padding: 11px 35px;
    }
}
@media all and (min-width: 1300px) {
}
@media all and (min-width: 1400px) {
}
@media all and (min-width: 1500px) {
}
@media all and (min-width: 1540px) {
}

/* End */


/* Start:/local/templates/ek_2023/components/bitrix/news.list/object.slider/style.css?16915015086906*/
.index-objects-box {
    position: relative;
}
.object-carousel.owl-carousel .owl-item {
    padding: 20px;
}
.object-item {
    width: 100%;
    height: 100%;
    padding: 30px 30px 55px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.object-img-big-wrapper {
    padding-top: 80%;
    position: relative;
}
.object-img-big-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.object-img-small-wrapper {
    margin: 15px -5px;
}
.object-img-small-line {
    display: flex;
}
.object-img-small-img {
    flex: 1 1 auto;
    height: 15px;
    border-radius: 5px;
     outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.object-img-small-img.active::after {
    background-color: var(--color-primary);
}
.object-img-small-img + .object-img-small-img {
    margin-left: 5px;
}
.object-img-small-img::after {
    content: '';
    height: 5px;
    width: calc(100% - 10px);
    background-color: #d8d8d8;
    border-radius: 5px;
}
.object-carousel.owl-carousel .object-img-small-img img {
    display: none;
}
.object-text-info {
  font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 10px;
}
.object-text-ul-box {
  font-size: 12px;
  line-height: 14px;
    color: var(--color-primary);
}
.object-text-box {
  font-size: 12px;
  line-height: 14px;
}
.object-text-box-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.object-text-box-equip {
    height: 100%;
}
.object-text-box-label {
  font-size: 12px;
  line-height: 14px;
    color: var(--color-grey);
    flex: 0 0 30%;
    min-width: 100px;
}
.object-text-box-ul-wrapper ul {
    margin: 0;
}
.object-filter-link,
.object-text-box-ul-wrapper li {
    text-decoration: underline;
}
.object-text-box-ul-wrapper li + li {
    margin-top: 10px;
}
.object-text-color-box {
    padding: 20px;
    border-radius: 20px;
    background-color: var(--color-lightgreen);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.object-text-color-small {
    font-size: 12px;
    line-height: 15px;
}
.object-text-color-big {
  font-size: 25px;
  font-weight: 300;
  line-height: 1em;
    margin-left: 10px;
}
.object-btn {
    position: absolute;
    bottom: 47px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.object-btn .btn {
    text-align: center;
}

.object-carousel.owl-carousel .owl-dots {
    margin-top: 25px;
}

@media all and (min-width: 350px) {
    .object-text-color-box {
        flex-direction: row;
        align-items: flex-end;
    }
}

@media all and (min-width: 576px) {
    .object-img-small-wrapper {
        overflow: hidden;
    }
    .object-img-small-line {
        justify-content: flex-start;
    }
    .object-img-small-line-large-width {
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .object-img-small-line-large-width::-webkit-scrollbar-track{
        border: 2px solid var(--color-lightgreen);
        background-color: var(--color-lightgreen);
        border-radius: 8px;
    }
    .object-img-small-line-large-width::-webkit-scrollbar {
        height: 8px;
        background-color: var(--color-lightgreen);
        border-radius: 8px;
    }
    .object-img-small-line-large-width::-webkit-scrollbar:horizontal {
        height: 6px;
        background-color: var(--color-primary);
        border-radius: 8px;
    }
    .object-img-small-line-large-width::-webkit-scrollbar:vertical {
        display: none;
    }
    .object-img-small-line-large-width::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid var(--color-primary); 
        background-color: var(--color-primary);
    }
    .object-img-small-img {
        width: unset;
        height: unset;
        flex: 0 0 auto;
    }
    .object-img-small-img + .object-img-small-img {
        margin-left: 20px;
    }
    .object-img-small-img::after {
        display: none;
    }
    .object-carousel.owl-carousel .object-img-small-img img {
        display: block;
    }
    .object-carousel.owl-carousel .owl-dots {
        margin-top: 0;
    }
}

@media all and (min-width: 768px) {
    .realised-objects {
        padding-bottom: 60px;
    }
    .object-item {
        box-shadow: none;
        border-radius: 0;
        padding: 0 50px 20px;
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .object-text {
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        background: var(--color-white);
        flex: 0 0 calc(60% + 20px);
        margin-left: -20px;
        margin-top: 30px;
        padding: 10px;
        z-index: 1;
    }
    .object-img {
        margin-left: -20px;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .object-img-small-wrapper {
        padding-left: 30px;
        margin-right: 1px;
    }
    .object-btn {
        bottom: -20px;
        transform: unset;
        left: unset;
        right: 70px;
    }
    .object-carousel.owl-carousel .owl-nav {
        padding: 0;
    }
    .object-carousel.owl-carousel .owl-nav button.owl-next,
    .object-carousel.owl-carousel .owl-nav button.owl-prev {
        border: 1px solid var(--color-darkgrey);
    }
    .object-carousel.owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-green.svg) no-repeat center center / contain;
}
}

@media all and (min-width: 992px) {
    .realised-objects {
        padding-bottom: 80px;
    }
    .object-text-color-small {
        font-size: 15px;
    }
    .object-text-color-big {
        font-size: 30px;
    }
    .object-text {
        margin-top: 50px;
        padding: 40px;
    }
    .object-text-info {
        margin-bottom: 20px;
    }
    .object-img-big-wrapper {
        padding-top: 70%;
    }
    .object-btn {
        right: unset;
        left: 70px;
        bottom: -50px;
    }
    .object-text-box {
        display: grid;
        grid-template-columns: 45% 50%;
        height: 100px;
        margin-bottom: 20px;
    }
    .object-text-box-equip {
        grid-row: 1/3;
        margin-right: 4%;
    }
    .object-text-box-ul-wrapper {
        max-width: 150px;
        max-height: 70px;
        overflow: hidden;
    }
    .object-text-box-wrapper {
        margin-bottom: 0;
    }
    .object-carousel.owl-carousel .owl-nav {
        padding: 0;
    }
}

@media all and (min-width: 1200px) {
    .object-carousel.owl-carousel .owl-nav {
        padding: 0;
    }
    .object-btn {
        bottom: -20px;
    }
    .realised-objects {
        padding-bottom: 50px;
    }
}


/* End */


/* Start:/local/templates/ek_2023/components/bitrix/catalog.section.list/catalog.similar.list/style.css?16915015081416*/
.similar-sections__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
}
.similar-sections__inner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}
.similar-sections__inner a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}
.similar-sections__img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 77%;
}
.similar-sections__img-inner {
    position: absolute;
    top: 15px;
    left: 20px;
    bottom: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.similar-sections__img-inner img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.similar-sections__title {
    padding: 0 15px 30px;
    font-size: 16px;
    color: var(--color-black);
    text-align: center
}
.similar-btn-row {
    margin: 25px 0 15px;
}
.similar-btn-row .btn {
    padding: 10px 20px;
}

@media all and (min-width: 768px) {
    .similar-sections__inner {
        grid-template-columns: repeat(3, 1fr);
    }
    .similar-sections__img-wrapper {
        padding-top: 65%;
    }
    .similar-btn-row {
        max-width: 300px;
        margin-top: 35px;
}
}


/* End */
/* /local/templates/ek_2023/components/bitrix/catalog.section.list/catalog.main.list/style.css?169355522230933 */
/* /local/templates/ek_2023/components/bitrix/news.list/catalogs.list/style.css?16915015081944 */
/* /local/templates/ek_2023/components/bitrix/news.list/object.slider/style.css?16915015086906 */
/* /local/templates/ek_2023/components/bitrix/catalog.section.list/catalog.similar.list/style.css?16915015081416 */
