

/* Start:/local/templates/ekoseti_2026/assets/css/pages/about.css?17835062555634*/
.about-banner {
    position: relative;
}

.about-banner-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-banner-img picture,
.about-banner-img img {
    width: 100%;
    height: auto;
}

.about-banner-title {
    position: absolute;
    left: 55px;
    bottom: 75px;
    color: #FFF;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    font-size: 150px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.about-banner-desc {
    position: absolute;
    right: 55px;
    bottom: 75px;
    text-align: right;
    max-width: 375px;
    color: #FFF;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
}

.about-advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px 23px;
    margin-top: 55px;
}

.about-advantage {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: calc( (100% - (23px * 3))/4 );
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-advantage-text {
    position: relative;
    padding-top: 32px;
    padding-left: 40px;
}

.about-advantage-text::after {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 21px;
    height: 34px;
    border-radius: 0 10px 10px 0;
    background: #DEDEDE;
}

.about-advantage.text-bold {
    font-weight: 600;
}

.about-advantage-text:nth-child(1) {
    padding-right: 48px;
}

.about-advantage-text:nth-child(2) {
    padding-right: 65px;
}

.about-advantage-text:nth-child(4) {
    padding-right: 0px;
}

.about-advantage-text:nth-child(6) {
    padding-right: 47px;
}

.about-advantage-text:nth-child(7) {
    padding-right: 0;
}

.about-advantage-text:nth-child(8) {
    padding-right: 33px;
}

.about-advantage.about-advantage-text-w-bg {
    background: #F4F5F7;
}

.about-video {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.about-video-yt {
    margin-top: 55px;
}

.about-video-vk {
    margin-top: 64px;
}

.about-video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}

.about-video-vk iframe {
    aspect-ratio: 126/71;
}

@media screen and (max-width: 1599px) {
    .about-banner-title {
        font-size: 110px;
        left: 45px;
        bottom: 37px;
    }

    .about-banner-desc {
        max-width: 300px;
        font-size: 40px;
        right: 45px;
        bottom: 58px;
    }

    .about-video-yt {
        margin-top: 45px;
    }

    .about-video-vk {
        margin-top: 36px;
    }

    .about-advantages {
        margin-top: 44px;
        gap: 24px 22px;
    }

    .about-advantage {
        width: calc( (100% - (22px * 2))/3 );
    }
}

@media screen and (max-width: 1159px) {
    .about-banner-title {
        font-size: 75px;
        left: 25px;
        bottom: 22px;
    }

    .about-banner-desc {
        max-width: 250px;
        font-size: 28px;
        right: 25px;
        bottom: 26px;
    }

    .about-video-yt {
        margin-top: 30px;
    }

    .about-video-vk {
        margin-top: 33px;
    }

    .about-advantages {
        margin-top: 30px;
        gap: 20px 15px;
    }

    .about-advantage {
        font-size: 13px;
        width: calc( (100% - (15px * 2))/3 );
    }

    .about-advantage-text {
        padding-top: 20px;
        padding-left: 26px;
    }

    .about-advantage-text::after {
        width: 16px;
        height: 26px;
        top: 23px;
        border-radius: 0 8px 8px 0;
    }

    .about-advantage-text:nth-child(1) {
        padding-right: 14px;
    }

    .about-advantage-text:nth-child(2) {
        padding-right: 7px;
    }

    .about-advantage-text:nth-child(2) br {
        display: none;
    }

    .about-advantage-text:nth-child(4) {
        padding-right: 0;
    }

    .about-advantage-text:nth-child(6) {
        padding-right: 30px;
    }

    .about-advantage-text:nth-child(7) {
        padding-right: 6px;
    }

    .about-advantage-text:nth-child(8) {
        padding-right: 15px;
    }
}

@media screen and (max-width:759px ) {
    .about-banner-title {
        font-size: 40px;
        left: 17px;
        bottom: 45px;
    }

    .about-banner-desc {
        max-width: unset;
        font-size: 22px;
        right: unset;
        left: 17px;
        bottom: 22px;
    }

    .about-video-yt {
        margin-top: 19px;
    }

    .about-video-vk {
        margin-top: 29px;
    }

    .about-advantages {
        margin-top: 30px;
        gap: 20px 0;
    }

    .about-advantage {
        font-size: 14px;
        width: 100%;
    }

    .about-advantage-text {
        padding-top: 20px;
        padding-left: 27px;
    }

    .about-advantage-text::after {
        top: 23px;
        width: 17px;
        height: 28px;
    }

    .about-advantage-text:nth-child(1) {
        padding-right: 22px;
        padding-bottom: 15px;
    }

    .about-advantage-text:nth-child(2) {
        padding-right: 0;
        padding-bottom: 0;
    }

    .about-advantage-text:nth-child(4) {
        padding-right: 0;
        padding-bottom: 0;
    }

    .about-advantage-text:nth-child(6) {
        padding-right: 15px;
        padding-bottom: 21px;
    }

    .about-advantage-text:nth-child(7) {
        padding-right: 0;
        padding-bottom: 0;
    }

    .about-advantage-text:nth-child(8) {
        padding-right: 23px;
        padding-bottom: 19px;
    }
}
/* End */
/* /local/templates/ekoseti_2026/assets/css/pages/about.css?17835062555634 */
