.alandings {
    font-family: 'Montserrat' !important;
    margin: 0 auto;
    padding: 0;
}

.alandings-title {
    font-size: 48px;
}

@media screen and (max-width: 1199px) {
    .alandings-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .alandings-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .alandings-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 567px) {
    .alandings-title {
        font-size: 22px;
    }
}

.aproduct {
    margin: 0;
    padding: 50px 50px 100px;
    position: relative;
    background-image: url(/image/catalog/landings/trd_owl_85x42/aproduct.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 1000px;
}

.aproduct__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.aproduct__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.aproduct__content-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.aproduct__content {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.aproduct__description {
    margin: 0;
    padding: 0;
    align-self: flex-end;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    max-width: 633px;
    z-index: 3;
}

@media screen and (max-width: 1599px) {
    .aproduct {
        padding: 50px 40px 100px;
    }
}

@media screen and (max-width: 1344px) {
    .aproduct {
        min-height: 896px;
    }
    .aproduct__content-text h3 {
        font-size: 50px;
    }
    .aproduct__description {
        max-width: 535px;
    }
}

@media screen and (max-width: 1199px) {
    .aproduct {
        padding: 40px 30px;
        min-height: 736px;
    }
    .aproduct__content-text h3 {
        font-size: 44px;
    }
    .aproduct__description {
        max-width: 495px;
    }
}


@media screen and (max-width: 991px) {
    .aproduct {
        padding: 30px;
        min-height: 648px;
    }
    .aproduct__content-text h3 {
        font-size: 32px;
    }
    .aproduct__description {
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        min-height: 105vw;
    }
    .aproduct::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 230px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 64.95%);
        z-index: 2;
    }
}


@media screen and (max-width: 567px) {
    .aproduct {
        padding: 20px;
        min-height: calc(550px - 4vw);
        background-size: 150% auto;
        background-position: top center;
    }
    .aproduct::after {
        height: calc(320px + (-165) * (100vw - 320px) / 244);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 18.75%);
    }
    .aproduct__content-text h3 {
        font-size: 16px;
    }
    .aproduct__description {
        font-size: 14px !important;
    }
}

.aunivesal {
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.aunivesal h2 {
    margin: 0 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aunivesal h2 span {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
}

.aunivesal h2 span:nth-child(1) {
    padding: 0;
    color: #020A0A;
}

.aunivesal h2 span:nth-child(2) {
    padding: 0 0 0 50px;
    color: #266141;
}







.aslider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aslider-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    padding: 0;
}

.aslide {
    margin: 0;
    padding: 40px;
    width: 348px;
    height: 400px;
    border-radius: 40px;
    flex-shrink: 0;
    display: flex;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aslide:nth-child(1) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_1.webp);
}
.aslide:nth-child(2) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_2.webp);
}
.aslide:nth-child(3) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_3.webp);
}
.aslide:nth-child(4) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_4.webp);
}
.aslide:nth-child(5) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_5.webp);
}
.aslide:nth-child(6) {
    background-image: url(/image/catalog/landings/trd_owl_85x42/aslider_6.webp);
}

.aslide p {
    margin: auto auto 0 0;
    padding: 0;
    transition: all 0.5s ease;
    max-width: 439px;
    font-size: 21px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.70);
}

.aslide.aactive p {
    font-size: 24px;
    color: #fff;
}

.aslide.aactive {
    width: 592px;
}

.aslider-nav {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}

.aslider-nav button {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    border-width: 0;
    border-radius: 100px;
    transition: all 0.5s ease;
    outline: none;
}

.aslider-nav button circle {
    transition: all 0.3s ease;
}
.aslider-nav button path {
    transition: all 0.3s ease;
}

/* Эффект наведения */

.aslider-nav button:hover circle {
    stroke: #1e4d33;
    fill: #f0f8f4;
}

.aslider-nav button:hover path {
    fill: #1e4d33;
}

/* Эффект нажатия */

.aslider-nav button:active circle {
    stroke: #1a4029;
    fill: #e0f0e8;
}

.aslider-nav button:active path {
    fill: #1a4029;
}

@media screen and (max-width: 1599px) {
    .aunivesal h2 {
        margin: 0;
    }
    .aunivesal h2 span:nth-child(2) {
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 1199px) {
    .aunivesal {
        margin: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .aunivesal {
        gap: 40px;
    }
    .aunivesal h2 {
        gap: 6px;
    }
    .aslider-track {
        gap: 10px;
    }
    .aslide {
        padding: 30px;
        width: 265px;
        height: 305px;
        border-radius: 20px;
    }
    .aslide.aactive {
        width: 450px;
    }
    .aslide p {
        font-size: 16px;
    }
    .aslide.aactive p {
        font-size: 16px;
    }
    .aslider-nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .aslide {
        width: 226px;
        height: 259px;
    }
    .aslide.aactive {
        width: 383px;
    }
    .aslide p {
        font-size: 14px;
    }
}

@media screen and (max-width: 567px) {
    .aunivesal {
        margin: 60px 0;
        gap: 20px;
    }
    .aunivesal h2 {
        gap: 0;
    }
    .aunivesal h2 span:nth-child(2) {
        padding: 0;
    }
    .aslide {
        padding: 20px;
        width: 133px;
        height: 153px;
        border-radius: 14px;
    }
    .aslide.aactive {
        width: 226px;
    }
    .aslide p {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .aslide.aactive p {
        font-size: 12px;
    }
}

.aprism {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 90px;
    background-image: url(/image/catalog/landings/trd_owl_85x42/aprism_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 1003px;
}

.aprism h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.aprism h2 span {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
}

.aprism h2 span:nth-child(1) {
    padding: 0;
}

.aprism h2 span:nth-child(2) {
    padding: 0 0 0 50px;
}

.aprism__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
    list-style: none;
    z-index: 3;
}

.aprism__item {
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 715px;
}

.aprism__item::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
}

.aprism__item h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.aprism__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aprism {
        gap: 100px;
        min-height: 865px;
    }
}

@media screen and (max-width: 1344px) {
    .aprism {
        min-height: 775px;
    }
}

@media screen and (max-width: 1199px) {
    .aprism {
        padding: 40px;
        gap: 60px;
        min-height: 650px;
    }
    .aprism__list {
        gap: 60px;
    }
    .aprism__item {
        gap: 20px;
        max-width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .aprism {
        padding: 50px 40px;
        gap: 322px;
        background-size: 120% auto;
        background-position: top right;
        min-height: unset;
    }
    .aprism::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 550px;
        background: linear-gradient(180deg, rgba(20, 37, 28, 0.00) 0%, #14251C 42.43%);
        z-index: 2;
    }
    .aprism__list {
        gap: 40px;
    }
    .aprism__item {
        padding: 0 0 0 30px;
        max-width: unset;
    }
    .aprism__item::before {
        top: 15px;
        width: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aprism {
        padding: 30px;
        gap: 45vw;
        background-size: 130% auto;
    }
    .aprism::before {
        height: clamp(200px, 420px + (200 - 420) * (100vw - 568px) / (767 - 568), 420px);
        background: linear-gradient(180deg, rgba(20, 37, 28, 0.00) 0%, #14251C 18.3%);
    }
    .aprism h2 {
        gap: 6px;
    }
    .aprism__item {
        padding: 0 0 0 40px;
    }
    .aprism__item h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 567px) {
    .aprism {
        padding: 20px;
        gap: 85vw;
        background-size: 200% auto;
    }
    .aprism::before {
        height: clamp(230px, 530px + (230 - 530) * (100vw - 320px) / (567 - 320), 530px);
        background: linear-gradient(180deg, rgba(20, 37, 28, 0.00) 0%, #14251C 13.88%);
    }
    .aprism h2 {
        gap: 0;
    }
    .aprism h2 span:nth-child(2) {
        padding: 0 0 0 20px;
    }
    .aprism__item {
        padding: 0;
        gap: 10px;
        max-width: unset;
    }
    .aprism__item::before {
        display: none;
    }
    .aprism__item h3 {
        font-size: 18px;
    }
    .aprism__item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 467px) {
    .aprism {
        gap: 60vw;
    }
}

.acover {
    margin: 100px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.acover h2 {
    margin: 0 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.acover h2 span {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
}

.acover h2 span:nth-child(1) {
    padding: 0;
    color: #020A0A;
}

.acover h2 span:nth-child(2) {
    padding: 0 0 0 50px;
    color: #266141;
}

.acover__image {
    position: absolute;
    top: -100px;
    right: 50px;
    width: 100%;
    max-width: 631px;
    object-fit: contain;
    z-index: 2;
}

.acoating-container {
    margin: 0;
    padding: 0 50px !important;
    background-color: transparent !important;
    z-index: 3;
}

.acoating-swiper {
    padding: 0 0 130px;
}

.acoating__list {
    list-style: none;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.acoating__item {
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 715px;
}

.acoating__item::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #22372C;
    border-radius: 50px;
}

.acoating__item h3 {
    margin: 0 !important;
    padding: 0 !important;
    color: #020A0A;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 150%;
}

.acoating__item p {
    margin: 0 !important;
    padding: 0 !important;
    color: #020A0A;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 150%;
}

/* Навигационные кнопки */

.acoating-button-next,
.acoating-button-prev {
    margin: 0 !important;
    padding: 0 !important;
    color: transparent;
    background: transparent;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    right: unset;
    top: unset;
    bottom: 0 !important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.acoating-button-next::after,
.acoating-button-prev::after {
    display: none !important;
}

.acoating-button-next {
    left: 170px;
}

.acoating-button-prev {
    left: 50px;
}

.acoating-button-next:after,
.acoating-button-prev:after {
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Эффект наведения */
.acoating-button-next:hover circle {
    stroke: #1e4d33;
    fill: #f0f8f4;
}
.acoating-button-next:hover path {
    fill: #1e4d33;
}
.acoating-button-prev:hover circle {
    stroke: #1e4d33;
    fill: #f0f8f4;
}
.acoating-button-prev:hover path {
    fill: #1e4d33;
}

/* Эффект нажатия */
.acoating-button-next:active circle {
    stroke: #1a4029;
    fill: #e0f0e8;
}
.acoating-button-next:active path {
    fill: #1a4029;
}
.acoating-button-prev:active circle {
    stroke: #1a4029;
    fill: #e0f0e8;
}
.acoating-button-prev:active path {
    fill: #1a4029;
}

@media screen and (max-width: 1599px) {
    .acover__image {
        right: 0;
    }
    .acoating__item {
        max-width: 587px;
    }
}

@media screen and (max-width: 1344px) {
    .acover h2 {
        margin: 0;
    }
    .acover__image {
        max-width: 591px;
    }
    .acoating-container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .acover {
        gap: 70px;
    }
    .acover__image {
        max-width: 463px;
    }
    .acoating__item {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .acover {
        margin: 80px 0;
        gap: 150px;
    }
    .acover h2 span:nth-child(2) {
        padding: 0 0 0 30px;
    }
    .acover__image {
        top: -80px;
        max-width: 463px;
    }
    .acoating__item {
        padding: 0 0 0 30px;
    }
    .acoating__item::before {
        top: 16px;
        width: 20px;
    }
}

@media screen and (max-width: 767px) {
    .acover {
        gap: 60px;
    }
    .acover h2 span {
        font-size: 26px;
    }
    .acover__image {
        max-width: 306px;
    }
    .acoating-swiper {
        padding: 0 0 120px;
    }
    .acoating__item {
        max-width: unset;
    }
    .acoating__item h3 {
        font-size: 20px !important;
    }
    .acoating-button-next {
        left: 150px;
    }
    .acoating-button-prev {
        left: 30px;
    }
}

@media screen and (max-width: 567px) {
    .acover {
        margin: 60px 0;
        gap: 240px;
    }
    .acover h2 {
        gap: 0;
    }
    .acover h2 span {
        font-size: 22px;
    }
    .acover h2 span:nth-child(2) {
        padding: 0;
    }
    .acover__image {
        margin: 0 auto;
        top: 50px;
        max-width: 270px;
        left: 0;
    }
    .acoating-swiper {
        padding: 0 0 100px;
    }
    .acoating__item {
        padding: 0;
        gap: 10px;
    }
    .acoating__item::before {
        display: none;
    }
    .acoating__item h3 {
        font-size: 18px !important;
    }
    .acoating__item p {
        font-size: 14px !important;
    }
    .acoating-button-next {
        width: 60px;
        height: 60px;
        left: 90px;
    }
    .acoating-button-prev {
        width: 60px;
        height: 60px;
        left: 0;
    }


}

@media screen and (max-width: 437px) {
    .acover__image {
        top: 100px;
    }
}

.aoptics {
    margin: 0;
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-image: url(/image/catalog/landings/trd_owl_85x42/aoptics_bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.aoptics h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px !important;
    font-weight: 700;
    line-height: 100%;
}

.aoptics__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.aoptics__item {
    margin: 0;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.50);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.aoptics__item img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 100px;
}

.aoptics__item-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aoptics__item-text h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.aoptics__item-text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .aoptics {
        padding: 50px;
        gap: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .aoptics {
        padding: 50px 40px;
    }
    .aoptics h2 {
        font-size: 40px !important;
    }
    .aoptics__list {
        gap: 10px;
    }
    .aoptics__item {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .aoptics {
        padding: 30px;
        gap: 30px;
    }
    .aoptics h2 {
        font-size: 36px !important;
    }
    .aoptics__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aoptics {
        gap: 38px;
    }
    .aoptics h2 {
        font-size: 28px !important;
    }
    .aoptics__list {
        gap: 16px;
        border-radius: 20px;
    }
    .aoptics__item-text h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 567px) {
    .aoptics {
        padding: 20px;
        gap: 20px;
    }
    .aoptics h2 {
        font-size: 22px !important;
    }
    .aoptics__list {
        gap: 10px;
    }
    .aoptics__item {
        padding: 20px;
        gap: 20px;
    }
    .aoptics__item img {
        max-width: 60px;
    }
    .aoptics__item-text h3 {
        font-size: 18px;
    }
    .aoptics__item-text p {
        font-size: 14px;
    }
}

.amounts {
    margin: 0;
    padding: 0 50px;
    display: flex;
    min-height: 665px;
    background-image: url(/image/catalog/landings/trd_owl_85x42/amounts.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.amounts div {
    margin: 192px 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 665px;
}

.amounts div h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.amounts div p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .amounts div {
        margin: 200px 0 0 auto;
        max-width: 563px;
    }
}

@media screen and (max-width: 1344px) {
    .amounts div {
        max-width: 495px;
    }
}

@media screen and (max-width: 1199px) {
    .amounts {
        padding: 0 40px;
        min-height: 547px;
    }
    .amounts div {
        margin: 150px 0 0 auto;
        max-width: 450px;
    }
}

@media screen and (max-width: 991px) {
    .amounts {
        padding: 0 90px;
        background-position: center left -150px;
        min-height: 708px;
    }
    .amounts div {
        margin: 364px 0 0 auto;
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .amounts {
        padding: 0 30px 74px;
        background-image: url(/image/catalog/landings/trd_owl_85x42/amounts_mini.webp);
        background-position: top center;
        min-height: 708px;
    }
    .amounts div {
        margin: auto 0 0;
    }
}

@media screen and (max-width: 567px) {
    .amounts {
        padding: 70vw 20px 71px;
        position: relative;
        min-height: unset;
        background-size: 100% auto;
    }
    .amounts::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: clamp(150px, 400px + (150 - 400) * (100vw - 320px) / (567 - 320), 400px);
        background: linear-gradient(180deg, rgba(35, 47, 28, 0.00) 0%, #232F1C 11.59%);
        z-index: 2;
    }
    .amounts div {
        margin: 0;
        gap: 20px;
        z-index: 3;
    }
    .amounts div h3 {
        font-size: 18px;
    }
    .amounts div p {
        font-size: 14px;
    }
}

.aprophs {
    margin: -70px 50px 100px;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    z-index: 3;
}

.aprophs__item {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
}

.aprophs__item img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.aprophs__item-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aprophs__item-text h3 {
    margin: 0;
    padding: 0;
    color: #5B6770;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
}

.aprophs__item-text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .aprophs {
        margin: -77px 40px 80px;
        gap: 9px;
    }
    .aprophs__item {
        padding: 30px;
    }
    .aprophs__item-text h3 {
        max-width: 148px;
    }
}

@media screen and (max-width: 991px) {
    .aprophs {
        margin: -50px 90px 80px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }
    .aprophs__item {
        flex-direction: row;
        border-radius: 20px;
    }
    .aprophs__item-text {
        margin: auto 0;
    }
    .aprophs__item-text h3 {
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .aprophs {
        margin: -50px 30px 80px;
    }
    .aprophs__item {
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .aprophs {
        margin: -50px 20px 60px;
        gap: 10px;
    }
    .aprophs__item {
        gap: 20px;
    }
    .aprophs__item img {
        max-width: 60px;
    }
    .aprophs__item-text {
        gap: 4px;
    }
    .aprophs__item-text h3 {
        font-size: 14px;
    }
    .aprophs__item-text p {
        font-size: 14px;
    }

}

.aextreme {
    margin: 0;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 160px;
    background-image: url(/image/catalog/landings/trd_owl_85x42/aextreme_bg.webp);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 973px;
}

.aextreme::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #0C1311 30.88%, rgba(12, 19, 17, 0.00) 100%);
    z-index: 2;
}

.aextreme h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.aextreme h2 span {
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
}

.aextreme h2 span:nth-child(1) {
    padding: 0;
}

.aextreme h2 span:nth-child(2) {
    padding: 0 0 0 50px;
}











.saccordion {
    width: 655px;
    margin: 0 0 auto auto;
    padding: 0;
    z-index: 3;
}

.saccordion-item {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    background: transparent;
}

.saccordion-item.sactive {
    padding: 0 0 30px;
}

.saccordion-header {
    margin: 0;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

.saccordion-title {
    margin: auto 0;
    padding: 0;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    max-width: 452px;
}

.saccordion-icon {
    margin: 0;
    object-fit: contain;
    width: 100%;
    max-width: 60px;
    transition: transform 0.5s ease;
}

.saccordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    background: transparent;
}

.saccordion-content p {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.saccordion-item.sactive .saccordion-content {
    padding: 0;
    max-height: fit-content;
}

.saccordion-item.sactive .saccordion-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 1344px) {
    .aextreme {
        gap: 50px;
        background-position: center left -50px;
        min-height: 872px;
    }
    .saccordion {
        width: 495px;
    }
    .saccordion-title {
        max-width: 405px;
    }
}

@media screen and (max-width: 1199px) {
    .aextreme {
        gap: 50px;
        background-image: url(/image/catalog/landings/trd_owl_85x42/aextreme_bg_middle.webp);
        background-position: center top;
        background-size: contain;
        min-height: 872px;
    }
    .aextreme::before {
        height: 350px;
        background: linear-gradient(0deg, #0C1311 50.09%, rgba(12, 19, 17, 0.00) 100%);
    }
    .saccordion {
        width: 450px;
    }
}

@media screen and (max-width: 991px) {
    .aextreme {
        padding: 30px;
        gap: 430px;
        background-image: url(/image/catalog/landings/trd_owl_85x42/aextreme_bg_mini.webp);
        min-height: unset;
    }
    .aextreme::before {
        height: calc(100% - 400px);
        background: linear-gradient(0deg, #0C1311 65.09%, rgba(12, 19, 17, 0.00) 100%);
    }
    .aextreme h2 span:nth-child(2) {
        padding: 0 0 0 30px;
    }
    .saccordion {
        width: 100%;
    }
    .saccordion-title {
        max-width: 550px;
    }
}

@media screen and (max-width: 767px) {
    .aextreme {
        padding: 30px;
        gap: 55vw;
    }
    .aextreme::before {
        height: calc(100% - 300px);
    }
    .saccordion-item.sactive {
        padding: 0 0 20px;
    }
    .saccordion-header {
        padding: 20px 0;
    }
    .saccordion-title {
        font-size: 20px !important;
        max-width: calc(100% - 90px);
    }
}

@media screen and (max-width: 567px) {
    .aextreme {
        padding: 20px;
        gap: 90vw;
        background-size: 130% auto;
    }
    .aextreme h2 {
        gap: 0;
    }
    .aextreme h2 span:nth-child(2) {
        padding: 0;
    }
    .aextreme::before {
        height: calc(100% - 85vw);
        background: linear-gradient(0deg, #0C1311 75.09%, rgba(12, 19, 17, 0.00) 100%);
    }
    .saccordion-title {
        font-size: 18px !important;
        max-width: calc(100% - 50px);
    }
    .saccordion-icon {
        max-width: 40px;
    }
    .saccordion-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 417px) {
    .aextreme {
        gap: 50vw;
    }
    .aextreme::before {
        height: calc(100% - 50vw);
    }
}










.adealer {
    margin: 0;
    padding: 0 50px 100px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    column-gap: 85px;
    row-gap: 72px;
    background-color: #0C1311;
}

.adealer h2 {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0;
    padding: 0;
    font-size: 48px !important;
    color:#fff !important;
    font-weight: 700 !important;
    line-height: 100% !important;
}

.adealer__links {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 295px);
    gap: 20px;
}

.adealer__links-item {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 330px;
}

.adealer__links-item-img {
    margin: auto;
    object-fit: contain;
    padding: 0;
    width: 100%;
    max-width: 220px;
}

.adealer__links-item-btn {
    margin: 0;
    padding: 0;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.adealer__links-item-btn p {
    margin: auto 20px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adealer__content-text-btn-circle {
    margin: auto 5px auto 0;
    padding: 0;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #266141;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.adealer__content-text-btn-circle svg {
    width: 21px;
    height: 8px;
    transition: all 0.5s ease;
}










.adealer__links-item-btn:hover .adealer__content-text-btn-circle { 
    width: 60px;
}

.adealer__links-item-btn:hover .adealer__content-text-btn-circle svg { 
    width: 40px;
    height: 15px;
}

.adealer__links-item-btn:active .adealer__content-text-btn-circle { 
    width: 60px;
}

.adealer__links-item-btn:active .adealer__content-text-btn-circle svg { 
    width: 40px;
    height: 15px;
}

.adealer__links-item-btn:active .adealer__content-text-btn-circle,
.adealer__links-item-btn.active .adealer__content-text-btn-circle {
    background-color: #fff;
}

.adealer__links-item-btn:active .arrow-path,
.adealer__links-item-btn.active .arrow-path {
    fill: #266141;
}

.adealer__links-item-btn:active {
    background-color: #266141;
}








.adealer__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.adealer__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adealer__content-text h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.adealer__content-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}





.adealer__content-btn {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 370px;
    height: 70px;
    border-radius: 40px;
    border: 1px solid #fff;
    background-color: #266141;
    cursor: pointer;
    transition: all 0.5s ease;
}

.adealer__content-btn p {
    margin: auto 30px;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}

.adealer__content-btn-circle {
    margin: auto 5px auto 0;
    padding: 0;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.adealer__content-btn-circle svg {
    width: 30px;
    height: 15px;
    transition: all 0.5s ease;
}











.adealer__content-btn:hover .adealer__content-btn-circle { 
    width: 80px;
}

.adealer__content-btn:hover .adealer__content-btn-circle svg { 
    width: 50px;
    height: 18px;
}

.adealer__content-btn:active .adealer__content-btn-circle { 
    width: 80px;
}

.adealer__content-btn:active .adealer__content-btn-circle svg { 
    width: 50px;
    height: 18px;
}

.adealer__content-btn:active .adealer__content-btn-circle,
.adealer__content-btn.active .adealer__content-btn-circle {
    background-color: #fff;
}

.adealer__content-btn:active .arrow-path,
.adealer__content-btn.active .arrow-path {
    fill: #163A27;
}

.adealer__content-btn:active {
    background-color: #163A27;
}

.adealer__hyperlink {
    text-decoration: none;
    color: inherit;
}
.adealer__hyperlink:hover {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 1599px) {
    .adealer {
        padding: 0 50px 50px;
        column-gap: 50px;
    }
    .adealer__links {
        grid-template-columns: repeat(2, 259px);
    }
    .adealer__links-item-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1344px) {
    .adealer__links {
        grid-template-columns: repeat(2, 227px);
    }
    .adealer__links-item {
        padding: 14px;
    }
    .adealer__links-item-btn p {
        margin: auto 0 auto 18px;
    }
}

@media screen and (max-width: 1199px) {
    .adealer {
        padding: 0 40px 50px;
        column-gap: 30px;
        row-gap: 80px;
    }
    .adealer h2 {
        font-size: 40px !important;
    }
    .adealer__links {
        grid-template-columns: repeat(2, 220px);
        gap: 10px;
    }
    .adealer__links-item-btn p {
        margin: auto 0 auto 10px;
    }
    .adealer__content-text {
        gap: 10px;
    }
    .adealer__content-text h4 {
        font-size: 16px;
    }
    .adealer__content-btn {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .adealer {
        padding: 30px 30px 50px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        column-gap: unset;
        row-gap: 40px;
    }
    .adealer h2 {
        font-size: 36px !important;
        grid-area: unset;
    }
    .adealer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .adealer__content {
        gap: 40px;
    }
    .adealer__content-text {
        gap: 20px;
    }
    .adealer__content-btn {
        width: 370px;
    }
}

@media screen and (max-width: 767px) {
    .adealer {
        padding: 60px 30px 50px;
        row-gap: 30px;
    }
    .adealer h2 {
        font-size: 28px !important;
    }
    .adealer__links {
        gap: 10px;
    }
}

@media screen and (max-width: 567px) {
    .adealer {
        padding: 20px;
        row-gap: 20px;
    }
    .adealer h2 {
        font-size: 22px !important;
    }
    .adealer__links {
        grid-template-columns: repeat(2, 1fr);
        overflow-x: auto;
        overflow-y: visible;
    }
    .adealer__links-item {
        margin: 0 auto;
        padding: 10px;
        border-radius: 32px;
        height: 255px;
    }
    .adealer__links-item-btn p {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .adealer__content-text h4 {
        font-size: 14px;
    }
    .adealer__content-text p {
        font-size: 14px;
    }
    .adealer__content-btn {
        width: 230px;
        height: 50px;
    }
    .adealer__content-btn p {
        margin: auto 20px;
        font-size: 14px;
    }
    .adealer__content-btn-circle {
        width: 40px;
        height: 40px;
    }
    .adealer__content-btn-circle svg {
        width: 20px;
    }
    .adealer__content-btn:hover .adealer__content-btn-circle { 
        width: 60px;
    }    
    .adealer__content-btn:active .adealer__content-btn-circle { 
        width: 60px;
    }
}

@media screen and (max-width: 467px) {
    .adealer__links-item {
        width: 175px;
    }
}

.asells {
    margin: 50px 50px 100px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.asells h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}

.asells h2 span {
    margin: 0;
    font-weight: 700;
    line-height: 100%;
}

.asells h2 span:nth-child(1) {
    padding: 0;
    color: #020A0A;
}

.asells h2 span:nth-child(2) {
    padding: 0 0 0 50px;
    color: #266141;
}

.asells__text {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 893px;
}

.asells__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.asells__text p span {
    font-weight: 700;
}

.asells__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.asells__item {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
}

.asells__item img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 80px;
    object-fit: contain;
}

.asells__item p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .asells__text {
        max-width: 760px;
    }
    .asells__list {
        gap: 20px;
    }
}

@media screen and (max-width: 1344px) {
    .asells__text {
        max-width: 673px;
    }
}

@media screen and (max-width: 1199px) {
    .asells {
        margin: 50px 0 80px;
    }
    .asells__text {
        max-width: 610px;
    }
    .asells__list {
        gap: 10px;
    }
    .asells__item {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .asells {
        margin: 40px 0 80px;
        gap: 40px;
    }
    .asells h2 {
        gap: 6px;
    }
    .asells h2 span:nth-child(2) {
        padding: 0 0 0 30px;
    }
    .asells__text {
        margin: 0 30px;
        gap: 20px;
        max-width: unset;
    }
    .asells__list {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 518px;
        grid-template-rows: repeat(3, 1fr);
    }
    .asells__item {
        flex-direction: row;
    }
    .asells__item p {
        margin: auto 0;
    }
}

@media screen and (max-width: 767px) {
    .asells__list {
        margin: 0 30px;
        grid-template-columns: 1fr;
    }
    .asells__item {
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .asells {
        gap: 20px;
    }
    .asells h2 {
        gap: 0;
    }
    .asells h2 span:nth-child(2) {
        padding: 0 0 0 20px;
    }
    .asells__text {
        margin: 0;
        gap: 20px;
    }
    .asells__text p {
        font-size: 16px;
    }
    .asells__list {
        margin: 0;
        grid-template-columns: 1fr;
    }
    .asells__item {
        padding: 20px;
        gap: 20px;
        border-radius: 14px;
    }
    .asells__item img {
        max-width: 60px;
    }
    .asells__item p {
        font-size: 14px;
    }
}

.aquestions {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.aquestions h2 span:nth-child(1) {
    color: #020A0A;
    font-size: 59px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 4.72px;
}

.aquestions h2 span:nth-child(2) {
    color: #266141;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 4.8px;
}

.aqaaccordion {
    width: 100%;
    margin: 0 auto;
}

.aqaaccordion-item {
    border-bottom: 1px solid #D9D9D9;
}

.aqaaccordion-header {
    background: none;
    border: none;
    width: 100%;
    padding: 20px 80px 20px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 30px;
    align-items: center;
    color: #020A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.aqaaccordion-icon {
    margin: auto 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-verticalline {
    transition: opacity 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0 80px 0 47px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1599px) {
    .aquestions h2 span:nth-child(1) {
        font-size: 54px;
        letter-spacing: 4.32px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 44px;
        letter-spacing: 4.4px;
    }
    .aqaaccordion-content {
        padding: 0 0 0 47px;
    }
    .aqaaccordion-header {
        padding: 20px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 1344px) {
    .aquestions {
        gap: 40px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 50px;
        letter-spacing: 4px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 38px;
        letter-spacing: 3.8px;
    }
}

@media screen and (max-width: 1199px) {
    .aquestions {
        margin: 0 30px;
        gap: 56px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 43px;
        letter-spacing: 3.44px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 32px;
        letter-spacing: 3.2px;
    }
    .aqaaccordion-header {
        padding: 20px 0;
        font-size: 16px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions {
        margin: 0 16px;
        gap: 30px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 40px;
        letter-spacing: 3.2px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 32px;
        letter-spacing: 3.2px;
    }
}

@media screen and (max-width: 767px) {
    .aquestions {
        margin: 0;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 30px;
        letter-spacing: 2.4px;
        max-width: 490px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    .aqaaccordion-header {
        padding: 20px 0;
        font-size: 14px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 567px) {
    .aquestions {
        gap: 20px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 22px;
        letter-spacing: 1.76px;
        max-width: 270px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .aqaaccordion-header {
        padding: 10px 0;
    }
}








@media screen and (max-width: 1599px) {
    
}

@media screen and (max-width: 1344px) {
    
}

@media screen and (max-width: 1199px) {
    
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 567px) {
    
}