.a-eco-page {
    background: #1A2331;
}

.a-eco-page .a-hero {
    min-height: 627px;
}

.a-eco-page .a-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: min(100% - 32px, 600px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
}

.a-eco-hero__img {
    display: block;
    height: auto;
    margin: 0 auto 0;
    -webkit-animation: a-hero-title-in 0.85s ease-out both;
    animation: a-hero-title-in 0.85s ease-out both;
}

.a-eco-hero__title {
    display: block;
    width: 100%;
    max-width: 600px;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

.a-eco-hero__text {
    max-width: 600px;
    margin: 23px auto 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    opacity: 0.8;
}

.a-eco-section {
    position: relative;
    background: #1A2331;
    padding: 100px 0 100px;
    overflow: hidden;
}

.a-eco-section_first {
    padding-top: 104px;
}

.a-eco-section_last {
    padding-bottom: 120px;
}

.a-eco-section_reversed::before {
    -webkit-transform: translate(-16%, -50%);
    transform: translate(-16%, -50%);
}

.a-eco-section__inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(100% - 32px, 1120px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 499px) minmax(0, 1fr);
    gap: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.a-eco-section_reversed .a-eco-section__inner {
    grid-template-columns: minmax(0, 540px) minmax(0, 499px);
}

.a-eco-section__content, .a-eco-section__media {
    min-width: 0;
}

.a-eco-section__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

.a-eco-section__title span {
    background: linear-gradient(119deg, #F99E00 -5.1%, #FF3473 58.68%, #8717FF 122.46%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.a-eco-section__lead {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-eco-section__text {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

.a-eco-section__text p {
    margin: 0;
}

.a-eco-section__list {
    display: grid;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0 0 0 22px;
}

.a-eco-section__list li {
    padding-left: 8px;
}

.a-eco-section__list li::marker {
    color: #FF3473;
}

.a-eco-section__button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 200px;
    min-height: 60px;
    margin-top: 36px;
    padding: 0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #F99E00;
    border-radius: 6px;
    background: transparent;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
    transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.a-eco-section__button:hover, .a-eco-section__button:focus-visible {
    border-color: #FF3473;
    -webkit-box-shadow: 0 0 28px rgba(255, 52, 115, 0.24);
    box-shadow: 0 0 28px rgba(255, 52, 115, 0.24);
    color: #FFFFFF;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.a-eco-section__button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px;
}

.a-eco-section__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
}

@media (prefers-reduced-motion: reduce) {
    .a-eco-hero__img {
        -webkit-animation: none;
        animation: none;
    }
}

@media (max-width: 767px) {
    .a-eco-page .a-hero {
        min-height: 560px;
    }

    .a-eco-page .a-hero__content {
        padding-top: 118px;
    }

    .a-eco-hero__img {
        width: 126px;
        margin-bottom: 28px;
    }

    .a-eco-hero__title {
        font-size: 42px;
        line-height: 46px;
    }

    .a-eco-hero__text {
        margin-top: 18px;
        font-size: 17px;
        line-height: 26px;
    }

    .a-eco-section {
        padding: 56px 0;
    }

    .a-eco-section_first {
        padding-top: 72px;
    }

    .a-eco-section_last {
        padding-bottom: 80px;
    }

    .a-eco-section::before {
        width: 420px;
        height: 260px;
        -webkit-filter: blur(120px);
        filter: blur(120px);
        opacity: 0.16;
    }

    .a-eco-section__inner, .a-eco-section_reversed .a-eco-section__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .a-eco-section_reversed .a-eco-section__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .a-eco-section_reversed .a-eco-section__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .a-eco-section__title {
        font-size: 32px;
    }

    .a-eco-section__lead {
        margin-top: 18px;
        font-size: 17px;
        line-height: 27px;
    }

    .a-eco-section__text {
        margin-top: 24px;
    }

    .a-eco-section__button {
        width: 100%;
        margin-top: 30px;
        padding: 0 24px;
        font-size: 18px;
        line-height: 24px;
    }

    .a-eco-section__media {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .a-eco-page .a-hero__content {
        padding-top: 50px !important;
    }

    .a-eco-section__inner, .a-eco-section_reversed .a-eco-section__inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .a-eco-section_reversed .a-eco-section__media {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .a-eco-section_reversed .a-eco-section__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .a-eco-section__media {
        max-width: 640px;
        margin: 0 auto;
    }
}