.category-info {
    overflow: visible!important;
}
.alandings {
    font-family: 'Montserrat' !important;
    margin: 0 auto;
    padding: 0;
}

.aproduct {
    margin: 0;
    padding: 70px 50px;
    position: relative;
    background-image: url(/image/catalog/landings/trd_f35/aproduct.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 32px 32px 0 0;
    min-height: 870px;
}

.aproduct::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(0deg, #22372C 30%, transparent 100%);
    z-index: 2;
}

.aproduct__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 670px;
    z-index: 3;
}

.aproduct__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    max-width: 525px;
}

.aproduct__title h2 span {
    color: #2A8A56;
}

.aproduct__title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.aproduct__content {
    margin: 0;
    padding: 20px;
    position: relative;
    display: flex;
    max-width: 536px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) 0%, rgba(243, 227, 205, 0.14) 100%);
    z-index: 3;
}

.aproduct__content::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 17px;
    z-index: 1;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.aproduct__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aproduct {
        padding: 20px 50px;
        min-height: 810px;
    }
    .aproduct__content {
        max-width: 450px;
    }
}

@media screen and (max-width: 1344px) {
    .aproduct {
        padding: 83px 50px;
        min-height: 815px;
    }
    .aproduct::after {
        height: 675px;
    }

    .aproduct__content {
        max-width: 339px;
    }
}

@media screen and (max-width: 1199px) {
    .aproduct {
        padding: 57px 40px;
        min-height: 750px;
        justify-content: flex-end;
        flex-direction: column;
        gap: 32px;
    }
    .aproduct::after {
        height: 400px;
        background: linear-gradient(0deg, #22372C 60%, transparent 100%);
    }
    .aproduct__title {
        margin: 0 auto 0 0;
        gap: 32px;
        max-width: 670px;
    }
    .aproduct__title h2 {
        font-size: 40px;
        max-width: 446px;
    }
    .aproduct__content {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .aproduct {
        padding: 64px 30px;
        min-height: 700px;
        justify-content: flex-end;
        flex-direction: column;
        gap: 24px;
    }
    .aproduct::after {
        height: 500px;
        background: linear-gradient(0deg, #22372C 70%, transparent 100%);
    }
    .aproduct__title {
        margin: 0 auto 0 0;
        gap: 24px;
        max-width: unset;
    }
    .aproduct__title h2 {
        font-size: 36px;
        max-width: 555px;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        padding: 32px 20px;
        min-height: 700px;
        justify-content: flex-end;
        flex-direction: column;
        gap: 24px;
        border-radius: 24px 24px 0 0;
    }
    .aproduct::after {
        height: 500px;
        background: linear-gradient(0deg, #22372C 85%, transparent 100%);
    }
    .aproduct__title h2 {
        font-size: 28px;
        max-width: 500px;
    }
}

@media screen and (max-width: 567px) {
    .aproduct {
        padding: 55vw 20px 20px;
        min-height: unset;
        gap: 16px;
        border-radius: 12px 12px 0 0;
    }
    .aproduct::after {
        height: calc(100% - 37vw);
        background: linear-gradient(0deg, #22372C 95%, transparent 100%);
    }
    .aproduct__title h2 {
        font-size: 22px;
        max-width: unset;
    }
    .aproduct__title p {
        font-size: 14px;
    }
    .aproduct__content p {
        font-size: 14px;
    }
}

.aslider {
    margin: 0;
    padding: 0 50px 118px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 0 0 32px 32px;
    background-color: #22372C;
    min-height: 750px;
    position: relative;
    overflow: hidden;
}

.aslider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, transparent 50%, #22372C 100%);
    z-index: 3;
}

.aslider__video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.aslider__video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}







.aslider-swiper {
    margin: 0;
    position: relative;
    width: 585px;
    height: 350px;
    position: relative;    
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) -6.5%, rgba(243, 227, 205, 0.14) 100%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    z-index: 3;
    border-radius: 16px;
}

.aslider-swiper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 16px;
    z-index: 2;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.aslider .swiper-wrapper {
    z-index: 3;
}
  
.aslider-swiper .swiper-slide {
    margin: 0;
    position: relative;
    display: flex;
    z-index: 3;
}

.slide-content {
    margin: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
.slide-title {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    max-width: 365px;
}

.slide-title span {
    color: #2A8A56;
}
  
.slide-text {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}
  
.aslider-navigation {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    z-index: 3;
}
  
.slide-counter {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    display: flex;
    gap: 8px;
}
  
.navigation-buttons {
    margin: 0;
    position: relative;
    display: flex;
    gap: 20px;
}
  
.aslider-button-prev,
.aslider-button-next {
    margin: 0;
    padding: 0;
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 100px;
    background: #2A8A56;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
}

.aslider-button-prev::after,
.aslider-button-next::after {
    content: none;
}

.aslider-button-prev svg,
.aslider-button-next svg {
    width: 16px;
    height: 32px;
}
  
.aslider-button-prev:hover,
.aslider-button-next:hover {
    background: #0E6938;
}

.aslider-button-prev:active,
.aslider-button-next:active {
    background: #005728;
}
  
.aslider-button-prev.swiper-button-disabled,
.aslider-button-next.swiper-button-disabled {
    background: #D9D9D9;
    cursor: not-allowed;
    opacity: 1;
}

.aslider-pagination {
    display: none;
}

@media screen and (max-width: 1599px) {
    .aslider {
        padding: 0 50px 87px;
        min-height: 653px;
    }
}

@media screen and (max-width: 1344px) {
    .aslider {
        padding: 0 50px 50px;
        min-height: 585px;
    }
}

@media screen and (max-width: 1199px) {
    .aslider {
        padding: 0 40px 40px;
        min-height: 485px;
    }
    .aslider-swiper {
        width: 376px;
        height: 378px;
    }
    .slide-content {
        padding: 20px 10px 20px 20px;
      }
      .aslider-navigation {
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .aslider {
        padding: 365px 30px 30px;
        min-height: unset;
    }
    .aslider__video-container video {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top left;
    }
    .aslider-swiper {
        width: 100%;
        height: 277px;
    }
    .slide-title {
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .aslider {
        padding: 38vw 20px 20px;
        min-height: unset;
    }
    .aslider::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 28vw);
        background: linear-gradient(180deg, transparent 0%, #22372C 50%);
        z-index: 3;
    }
    .aslider-swiper {
        width: 100%;
        height: auto;
    }
    .slide-content {
        margin: 0;
        padding: 20px 20px 100px;
    }
    .aslider-navigation {
        flex-direction: row-reverse;
    }
    .slide-counter {
        font-size: 28px !important;
        gap: 5px;
    }
    .navigation-buttons {
        display: none;
    }
    .aslider-pagination {
        display: flex;
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: 0;
        right: unset;
        justify-content: flex-start;
        gap: 8px;
    }
    .aslider-pagination-bullet {
        width: 40px;
        height: 7px;
        border-radius: 10px;
        background: transparent;
        cursor: pointer;
        border: 1px solid #fff;
        transition: all 0.3s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .aslider-pagination-bullet-active {
        background: #2A8A56;
        border: 1px solid #2A8A56;
    }
}

@media screen and (max-width: 567px) {
    .aslider {
        padding: 38vw 20px 20px;
        border-radius: 0 0 12px 12px;
    }
    .aslider::before {
        height: calc(100% - 28vw);
        background: linear-gradient(180deg, transparent 0%, #22372C 10%);
    }
    .slide-content {
        margin: 0;
        padding: 20px 20px 80px;
    }
    .slide-title {
        font-size: 16px !important;
    }
    .slide-text {
        font-size: 14px !important;
    }
    .slide-counter {
        font-size: 16px !important;
        gap: 5px;
    }
    .aslider-pagination-bullet {
        width: 30px;
        height: 6px;
    }
}


.adisplay {
    margin: 100px 0;
    padding: 0 50px 0 0;
    display: flex;
    gap: 50px;
    border-radius: 32px;
    border: 3px solid #22372C;
    overflow: hidden;
}

.adisplay__wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 827px;
    height: 600px;
    display: flex;
    flex-shrink: 0;
    background-image: url(/image/catalog/landings/trd_f35/adisplay_wrapper.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 16px;
}

.adisplay__wrapper-fish-container {
    position: absolute;
    width: 675px;
    height: 308px;
    left: 31px;
    bottom: 123px;
    overflow: hidden;
}

.adisplay__wrapper-fish-scroll {
    display: flex;
    width: max-content;
    height: 100%;
    animation: aswim 10s linear infinite;
}

.adisplay__wrapper-fish-image {
    height: 100%;
    width: 675px;
    object-fit: contain;
}

@keyframes aswim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-675px);
    }
}

.adisplay__text {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.adisplay__text h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.adisplay__text h3 span {
    color: #2A8A56;
}

.adisplay__text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .adisplay {
        padding: 50px;
    }
    .adisplay__wrapper {
        width: 633px;
        height: 428px;
    }
    .adisplay__wrapper-fish-container {
        width: 500px;
        height: 165px;
        left: 31px;
        bottom: 123px;
    }
    .adisplay__wrapper-fish-image {
        width: 500px;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-500px);
        }
    }
}

@media screen and (max-width: 1344px) {
    .adisplay__wrapper {
        width: 505px;
        height: 341px;
    }
    .adisplay__wrapper-fish-container {
        width: 414px;
        height: 143px;
        left: 23px;
        bottom: 93px;
    }
    .adisplay__wrapper-fish-image {
        width: 414px;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-414px);
        }
    }
}

@media screen and (max-width: 1199px) {
    .adisplay {
        margin: 80px 0;
        padding: 40px;
        gap: 40px;
    }
    .adisplay__wrapper {
        width: 370px;
        height: 250px;
        border-radius: 8px;
    }
    .adisplay__wrapper-fish-container {
        width: 295px;
        height: 100px;
        left: 18px;
        bottom: 71px;
    }
    .adisplay__wrapper-fish-image {
        width: 295px;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-295px);
        }
    }
    .adisplay__text h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .adisplay {
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .adisplay__wrapper {
        margin: 0 auto;
        width: 100%;
        height: 432px;
    }
    .adisplay__wrapper-fish-container {
        width: 510px;
        height: 195px;
        left: 30px;
        bottom: 100px;
    }
    .adisplay__wrapper-fish-image {
        width: 510px;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-510px);
        }
    }
    .adisplay__text h3 {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .adisplay {
        padding: 0;
        flex-direction: column;
        gap: 20px;
        border-radius: 24px;
    }
    .adisplay__wrapper {
        width: 100%;
        height: 60vw;
    }
    .adisplay__wrapper-fish-container {
        width: 85%;
        height: 51%;
        left: 5%;
        bottom: 20%;
    }
    .adisplay__wrapper-fish-image {
        width: 100%;
        object-fit: contain;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .adisplay__text {
        margin: 0 20px 20px;
    }
    .adisplay__text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 567px) {
    .adisplay {
        margin: 60px 0;
        border-radius: 16px;
    }
    .adisplay__wrapper {
        margin: 20px 20px 0;
        width: calc(100% - 40px);
        height: 50vw;
    }
    .adisplay__wrapper-fish-container {
        width: 85%;
        height: 45%;
        left: 5%;
        bottom: 20%;
    }
    .adisplay__wrapper-fish-image {
        width: 100%;
        object-fit: contain;
    }
    @keyframes aswim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    .adisplay__text h3 {
        font-size: 22px;
    }
    .adisplay__text p {
        font-size: 14px;
    }
}

.asignal {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
    border-radius: 32px;
    background-image: url(/image/catalog/landings/trd_f35/asignal_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.asignal__title {
    margin: 0;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) -13.65%, rgba(243, 227, 205, 0.14) 100%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}

.asignal__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 16px;
    z-index: 2;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.asignal__title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.asignal__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.asignal__desc {
    margin: 0;
    padding: 20px;
    align-self: flex-end;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 650px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) -13.65%, rgba(243, 227, 205, 0.14) 100%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}

.asignal__desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 16px;
    z-index: 2;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.asignal__desc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .asignal {
        padding: 50px 50px 45px;
        background-position: center left -160px;
    }
}

@media screen and (max-width: 1199px) {
    .asignal {
        padding: 40px;
        background-position: center left -140px;
        background-size: auto 100%;
    }
    .asignal__title h2 {
        font-size: 40px;
    }
    .asignal__desc {
        max-width: 452px;
    }
}

@media screen and (max-width: 991px) {
    .asignal {
        padding: 30px;
        position: relative;
        background-position: top left -40px;
        background-size: 150% auto;
        background-color: #22372C;
        min-height: unset;
        gap: 300px;
    }
    .asignal::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 330px);
        background: linear-gradient(180deg, rgba(34, 55, 44, 0.00) 0%, #22372C 33.85%, #22372C 72.4%, rgba(34, 55, 44, 0.00) 75.5%);
        z-index: 2;
    }
    .asignal__title {
        max-width: 100%;
        z-index: 3;
    }
    .asignal__title h2 {
        font-size: 36px;
    }
    .asignal__desc {
        max-width: 100%;
        z-index: 3;
    }
}

@media screen and (max-width: 767px) {
    .asignal {
        padding: 20px;
        background-position: top left -40px;
        background-size: 170% auto;
        gap: 50vw;
        border-radius: 24px;
    }
    .asignal__title p {
        font-size: 20px;
    }
    .asignal__title h2 {
        font-size: 28px;
    }
    .asignal::after {
        height: calc(100% - 50vw);
    }
}

@media screen and (max-width: 567px) {
    .asignal {
        padding: 20px;
        background-position: top center;
        background-size: 100% auto;
        gap: 60vw;
        border-radius: 12px;
        background-image: url(/image/catalog/landings/trd_f35/asignal_bg_micro.webp);
    }
    .asignal__title p {
        font-size: 14px;
    }
    .asignal__title h2 {
        font-size: 16px;
    }
    .asignal::after {
        height: calc(100% - 100vw);
        background: linear-gradient(0deg, #22372C 95%, transparent 100%);
    }
    .asignal__desc p {
        font-size: 14px;
    }
}

.aopmode {
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    border: 7px solid #22372C;
    overflow: hidden;
}

.aopmode__content {
    margin: 0;
    padding: 18px 50px 50px;
    position: relative;
    background-color: #22372C;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aopmode__content-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.aopmode__content-title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 128px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.aopmode__content-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.aopmode__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 488px;
}

.aopmode__content-cards {
    position: absolute;
    top: 0;
    right: 68px;
    height: 100%;
    object-fit: contain;
}

.aopmode__list {
    margin: 0;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(3, 346px);
    justify-content: space-between;
    list-style: none;
}

.aopmode__item {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.aopmode__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -75px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}

.aopmode__item h3 {
    margin: 0;
    padding: 0;
    color: #266141;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}

.aopmode__item h4 {
    margin: 12px 0 10px;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.aopmode__item p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aopmode__content-cards {
        right: -100px;
    }
    .aopmode__item:not(:last-child)::after {
        right: -25px;
    }
}

@media screen and (max-width: 1344px) {
    .aopmode__content-cards {
        right: -230px;
    }
    .aopmode__list {
        grid-template-columns: repeat(3, 300px);
    }
    .aopmode__item:not(:last-child)::after {
        right: -28px;
    }
}

@media screen and (max-width: 1199px) {
    .aopmode {
        margin: 80px 0;
    }
    .aopmode__content {
        padding: 40px;
    }
    .aopmode__content-title h2 {
        font-size: 96px;
    }
    .aopmode__content-title h3 {
        font-size: 40px;
    }
    .aopmode__content p {
        max-width: 358px;
    }
    .aopmode__content-cards {
        right: -320px;
    }
    .aopmode__list {
        padding: 40px;
        grid-template-columns: repeat(3, 232px);
    }
    .aopmode__item:not(:last-child)::after {
        right: -30px;
    }
}

@media screen and (max-width: 991px) {
    .aopmode__content {
        padding: 380px 40px 40px;
    }
    .aopmode__content-title {
        flex-direction: row;
        gap: 30px;
    }
    .aopmode__content-title h3 {
        margin: auto 0;
        font-size: 36px;
    }
    .aopmode__content p {
        max-width: unset;
    }
    .aopmode__content-cards {
        position: absolute;
        top: 0;
        right: -50px;
        height: unset;
        width: 100%;
        object-fit: contain;
    }
    .aopmode__list {
        padding: 30px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 40px;
    }
    .aopmode__item:not(:last-child)::after {
        right: 0;
        top: unset;
        bottom: -20px;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .aopmode__content {
        padding: 45vw 20px 20px;
    }
    .aopmode__content-title {
        flex-direction: row;
        gap: 20px;
    }
    .aopmode__content-title h2 {
        font-size: 64px;
    }
    .aopmode__content-title h3 {
        font-size: 28px;
    }
    .aopmode__content-cards {
        right: -20px;
    }
}

@media screen and (max-width: 567px) {
    .aopmode {
        margin: 60px 0;
    }
    .aopmode__content {
        padding: 55vw 20px 20px;
        gap: 4px;
    }
    .aopmode__content-title {
        flex-direction: row;
        gap: 4px;
    }
    .aopmode__content-title h2 {
        font-size: 36px;
    }
    .aopmode__content-title h3 {
        font-size: 15px;
    }
    .aopmode__content p {
        font-size: 14px;
    }
    .aopmode__content-cards {
        right: unset;
        left: -20px;
        width: 120%;
    }
    .aopmode__list {
        padding: 20px;
    }

    .aopmode__item h4 {
        font-size: 16px;
    }
    .aopmode__item p {
        font-size: 14px;
    }
}

@media screen and (max-width: 440px) {
    .aopmode__content {
        padding: 50vw 20px 20px;
    }
}

.asizes {
    margin: 0;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 32px;
    background-image: url(/image/catalog/landings/trd_f35/asizes_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.asizes__text {
    margin: 0 auto auto 0;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 608px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) -13.65%, rgba(243, 227, 205, 0.14) 100%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}

.asizes__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 16px;
    z-index: 2;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.asizes__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.asizes__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.asizes__icons {
    margin: 0;
    padding: 0;
    border-radius: 32px;
    border: 7px solid #fff;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 400px;
    overflow: hidden;
}

.asizes__icons-title {
    margin: 0;
    padding: 23px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background-color: #22372C;
}

.asizes__icons-title h3 {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.asizes__icons-title p {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.asizes__icons-list {
    margin: 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    list-style: none;
}

.asizes__icons-item {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.asizes__icons-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.asizes__icons-item:nth-child(1) svg {
    margin: auto 0;
    object-fit: contain;
    width: 130px;
    height: 36px;
}
  
.asizes__icons-item:nth-child(2) svg {
    margin: auto 0;
    object-fit: contain;
    width: 130px;
    height: 65px;
}
  
.asizes__icons-item:nth-child(3) svg {
    margin: auto 0;
    object-fit: contain;
    width: 130px;
    height: 89px;
}

.asizes__icons-item-text {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 167px;
}

.asizes__icons-item-text h4 {
    margin: 0;
    padding: 0;
    color: #22372C;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.asizes__icons-item-text p {
    margin: 0;
    padding: 0;
    color: #22372C;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 1344px) {
    .asizes {
        background-position: center;
    }
    .asizes__text {
        max-width: 381px;
    }
}

@media screen and (max-width: 1199px) {
    .asizes {
        padding: 40px;
        flex-direction: column;
        gap: 10px;
        background-position: center right -335px;
    }
    .asizes__text {
        max-width: 387px;
    }
    .asizes__icons {
        margin: -100px 0 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .asizes {
        padding: 30px;
        position: relative;
        flex-direction: column;
        gap: 330px;
        background-position: top center;
        background-size: 240% auto;
        background-color: #22372C;
    }
    .asizes::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 330px);
        background: linear-gradient(180deg, rgba(34, 55, 44, 0.00) 0%, #22372C 33.85%, #22372C 72.4%, rgba(34, 55, 44, 0.00) 75.5%);
        z-index: 2;
    }
    .asizes__text {
        max-width: 100%;
        z-index: 3;
    }
    .asizes__icons {
        margin: 0 auto;
        z-index: 3;
    }
}

@media screen and (max-width: 767px) {
    .asizes {
        padding: 30px;
        gap: 45vw;
        background-size: 100% auto;
        background-image: url(/image/catalog/landings/trd_f35/asizes_bg_mini.webp);
        background-position: top -1vw center;
        border-radius: 24px;
    }
    .asizes::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(180deg, #22372C 80%, transparent 100%);
        z-index: 2;
    }
    .asizes::after {
        height: calc(100% - 69vw);
        background: linear-gradient(0deg, #22372C 85%, transparent 100%);
    }
    .asizes__icons {
        margin: 0;
        width: 100%;
        z-index: 3;
    }
}

@media screen and (max-width: 567px) {
    .asizes {
        padding: 75vw 20px 20px;
        gap: 30px;
        background-size: 100% auto;
        background-image: url(/image/catalog/landings/trd_f35/asizes_bg_micro.webp);
        background-position: top -1vw center;
        border-radius: 16px;
    }
    .asizes::after {
        height: calc(100% - 50vw);
        background: linear-gradient(0deg, #22372C 85%, transparent 100%);
    }
    .asizes::before {
        display: none;
    }
    .asizes__text h2 {
        font-size: 20px;
    }
    .asizes__text p {
        font-size: 14px;
    }
    .asizes__icons {
        border-radius: 16px;
    }
    .asizes__icons-title {
        padding: 15px 10px 10px;
        gap: 3px;
    }
    .asizes__icons-title h3 {
        font-size: 16px;
    }
    .asizes__icons-title p {
        max-width: 115px;
    }
    .asizes__icons-list {
        margin: 0;
    }
    .asizes__icons-item:nth-child(1) svg {
        width: 70px;
        height: 20px;
    }
    .asizes__icons-item:nth-child(2) svg {
        width: 70px;
        height: 37px;
    }
      
    .asizes__icons-item:nth-child(3) svg {
        width: 70px;
        height: 62px;
    }
    .asizes__icons-item-text {
        margin: auto 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 138px;
    }
    .asizes__icons-item-text p {
        font-size: 16px;
    }
}

.awarranty {
    margin: 100px 0;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 32px;
    background-image: url(/image/catalog/landings/trd_f35/awarranty_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 624px;
    overflow: hidden;
}

.awarranty__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.awarranty__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 128px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.awarranty__title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
}

.awarranty__desc {
    margin: 24px 0;
    padding: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    max-width: 806px;
    z-index: 3;
}

.awarranty a {
    margin: 0;
    padding: 0;
    max-width: fit-content;
    text-decoration: none;
    z-index: 3;
}

.awarranty__btn {
    margin: 0;
    padding: 0 4px 0 30px;
    border-radius: 40px;
    border: 1px solid #fff;
    background-color: #266141;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    width: 381px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.awarranty__btn:hover {
    background-color: #0E6938;
}

.awarranty__btn:active {
    background-color: #005728;
}

.awarranty__btn p {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.awarranty__btn svg {
    margin: auto 0;
    object-fit: contain;
    flex-shrink: 0;
}

@media screen and (max-width: 1599px) {
    .awarranty__title h3 {
        max-width: 445px;
    }
    .awarranty__desc {
        max-width: 445px;
    }
}

@media screen and (max-width: 1344px) {
    .awarranty {
        background-position: center right;
    }
}

@media screen and (max-width: 1199px) {
    .awarranty {
        margin: 80px 0;
        background-position: center right -100px;
    }
    .awarranty__title h2 {
        font-size: 96px;
    }
    .awarranty__title h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .awarranty {
        padding: 30px;
        background-position: center right -200px;
    }
    .awarranty__title h3 {
        font-size: 36px;
        max-width: 337px;
    }
    .awarranty__desc {
        max-width: 337px;
    }
}

@media screen and (max-width: 767px) {
    .awarranty {
        padding: 30px;
        background-size: 200% auto;
        background-position: top right -150px;
    }
    .awarranty::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 55vw);
        background: linear-gradient(180deg, rgba(6, 10, 11, 0.00) 0%, #060A0B 8.01%);
        z-index: 2;
    }
    .awarranty__desc {
        margin: 25vw 0 24px !important;
        max-width: unset;
    }
    .awarranty a {
        max-width: 100%;
    }
    .awarranty__btn {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .awarranty {
        padding: 11px 20px 20px;
        background-size: 200% auto;
        background-position: top right -75px;
        min-height: unset;
    }
    .awarranty__title h2 {
        font-size: 42px;
    }
    .awarranty__title h3 {
        font-size: 16px;
        max-width: 130px;
    }
    .awarranty__desc {
        margin: 45vw 0 20px !important;
        font-size: 14px !important;
    }
    .awarranty__btn {
        padding: 4px 4px 4px 30px;
        gap: 20px;
        height: unset;
    }
    .awarranty__btn p {
        font-size: 14px;
    }
}

@media screen and (max-width: 430px) {
    .awarranty__desc {
        margin: 30vw 0 20px !important;
    }
}

.areliable {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 823px 1fr;
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    justify-content: space-between;
    row-gap: 50px;
}

.areliable__title {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.areliable__title h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.areliable__title p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.zslider-navigation {
    grid-area: 1 / 2 / 2 / 3;
    margin: auto 0 0 auto;
    padding: 0;
    display: flex;
    gap: 100px;
}

.zslide-counter {
    margin: auto 0;
    padding: 0;
    color: #020A0A !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    display: flex;
    gap: 8px;
}

.znavigation-buttons {
    margin: 0;
    position: relative;
    display: flex;
    gap: 20px;
}
  
.zslider-button-prev,
.zslider-button-next {
    margin: 0;
    padding: 0;
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 100px;
    background: #2A8A56;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
}

.zslider-button-prev::after,
.zslider-button-next::after {
    content: none;
}

.zslider-button-prev svg,
.zslider-button-next svg {
    width: 16px;
    height: 32px;
}
  
.zslider-button-prev:hover,
.zslider-button-next:hover {
    background: #0E6938;
}

.zslider-button-prev:active,
.zslider-button-next:active {
    background: #005728;
}
  
.zslider-button-prev.swiper-button-disabled,
.zslider-button-next.swiper-button-disabled {
    background: #D9D9D9;
    cursor: not-allowed;
    opacity: 1;
}

.zslider-swiper {
    grid-area: 2 / 1 / 3 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 420px;
}

.zslider-swiper .swiper-slide {
    margin: 0;
    padding: 30px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 800px !important;
    height: 100%;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-content: flex-start;
    justify-content: flex-end;
    flex-shrink: 0;
}

.zslider-swiper .swiper-slide-1 {
    background-image: url(/image/catalog/landings/trd_f35/areliable_1.webp);
}
.zslider-swiper .swiper-slide-2 {
    background-image: url(/image/catalog/landings/trd_f35/areliable_2.webp);
}
.zslider-swiper .swiper-slide-3 {
    background-image: url(/image/catalog/landings/trd_f35/areliable_3.webp);
}
.zslider-swiper .swiper-slide-4 {
    background-image: url(/image/catalog/landings/trd_f35/areliable_4.webp);
}

.zslider-swiper .swiper-slide p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.zslider-pagination {
    display: none;
}

@media screen and (max-width: 1344px) {
    .areliable {
        grid-template-columns: 674px 1fr;
        row-gap: 44px;
    }
}

@media screen and (max-width: 1199px) {
    .areliable {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        row-gap: 20px;
    }
    .areliable__title {
        grid-area: 1 / 1 / 2 / 2;
        gap: 20px;
    }
    .areliable__title h2 {
        font-size: 40px;
    }
    .zslider-navigation {
        grid-area: 2 / 1 / 3 / 2;
        margin: 0;
        justify-content: space-between;
        gap: unset;
    }
    .zslider-swiper {
        grid-area: 3 / 1 / 4 / 2;
        height: 345px;
    }
    .zslider-swiper .swiper-slide {
        padding: 30px;
        width: 657px !important;
    }
}

@media screen and (max-width: 991px) {
    .areliable__title {
        gap: 16px;
    }
    .areliable__title h2 {
        font-size: 36px;
    }
    .zslider-swiper {
        grid-area: 3 / 1 / 4 / 2;
        height: 368px;
    }
    .zslider-swiper .swiper-slide {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .areliable__title {
        gap: 20px;
    }
    .areliable__title h2 {
        font-size: 28px;
    }
    .zslider-swiper {
        grid-area: 2 / 1 / 3 / 2;
        height: 273px;
    }
    .znavigation-buttons {
        display: none;
    }
    .zslider-navigation {
        grid-area: 3 / 1 / 4 / 2;
        flex-direction: row-reverse;
    }
    .zslider-pagination {
        display: flex;
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: 0;
        right: unset;
        justify-content: flex-start;
        gap: 8px;
    }
    .zslider-pagination-bullet {
        margin: auto 0;
        width: 40px;
        height: 7px;
        border-radius: 10px;
        background: transparent;
        cursor: pointer;
        border: 1px solid #191919;
        transition: all 0.3s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .zslider-pagination-bullet-active {
        background: #2A8A56;
        border: 1px solid #2A8A56;
    }
    .zslide-counter {
        font-size: 28px !important;
        gap: 6px;
    }
}

@media screen and (max-width: 567px) {
    .areliable__title h2 {
        font-size: 22px;
    }
    .areliable__title p {
        font-size: 14px;
    }
    .zslider-swiper {
        height: 50vw;
    }
    .zslider-swiper .swiper-slide {
        padding: 20px;
    }
    .zslider-swiper .swiper-slide p {
        font-size: 14px;
    }
    .zslider-pagination-bullet {
        width: 38px;
    }
    .zslide-counter {
        font-size: 24px !important;
        gap: 4px;
    }
}

.asensor {
    margin: 100px 0;
    padding: 50px;
    display: flex;
    background-image: url(/image/catalog/landings/trd_f35/asensor_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 32px;
    overflow: hidden;
    min-height: 650px;
}

.asensor__content {
    margin: auto 0;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 593px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(243, 227, 205, 0.00) -13.65%, rgba(243, 227, 205, 0.14) 100%);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}

.asensor__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #fff, transparent);
    border-radius: 16px;
    z-index: 2;
    padding: 1px;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.asensor__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.asensor__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.asensor__title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.asensor__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .asensor {
        min-height: 582px;
        background-position: center right -150px;
    }
}

@media screen and (max-width: 1199px) {
    .asensor {
        margin: 80px 0;
        min-height: 478px;
        background-position: center left;
    }
    .asensor__title h2 {
        font-size: 40px;
    }
    .asensor__title h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .asensor {
        padding: 285px 30px 30px;
        min-height: unset;
        background-image: url(/image/catalog/landings/trd_f35/asensor_bg_middle.webp);
        background-position: right top;
    } 
    .asensor__content {
        max-width: unset;
        gap: 16px;
    }
    .asensor__title h2 {
        font-size: 36px;
    }
    .asensor__title h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .asensor {
        padding: 40vw 30px 30px;
        min-height: unset;
        background-position: right top;
        background-size: 100% auto;
        background-color: #22372C;
        border-radius: 24px;
    }
}

@media screen and (max-width: 567px) {
    .asensor {
        padding: 40vw 20px 20px;
        border-radius: 16px;
    }
    .asensor__title h2 {
        font-size: 20px;
    }
    .asensor__title h3 {
        font-size: 14px;
    }
    .asensor__content 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: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aquestions h2 span:nth-child(2) {
    color: #266141;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.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: 24px;
    font-weight: 600;
    line-height: 150%;
}

.aqaaccordion-icon {
    margin: auto 0;
    flex-shrink: 0;
    transition: transform 0.5s ease;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-verticalline {
    transition: opacity 0.5s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0 80px 0 47px;
    max-height: 0;
    overflow: hidden;
}

.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) {
    .aqaaccordion-content {
        padding: 0 0 0 47px;
    }
    .aqaaccordion-header {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1344px) {
    .aquestions {
        gap: 40px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 50px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .aquestions {
        margin: 0 30px;
        gap: 56px;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 43px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 32px;
    }
    .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;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .aquestions {
        margin: 0;
    }
    .aquestions h2 span:nth-child(1) {
        font-size: 30px;
        max-width: 490px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 24px;
    }
    .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;
        max-width: 270px;
    }
    .aquestions h2 span:nth-child(2) {
        font-size: 20px;
    }
    .aqaaccordion-header {
        padding: 10px 0;
    }
}