.category-info:has(.alandings) {
    overflow: unset;
}


.ainfo {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ainform {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    min-height: 500px;
    background-color: #0F1A13;
    background-image: url(/image/catalog/landings/camping-kitchens/ainform.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

.ainform::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #0F1A13;
    z-index: -1;
}

.ainform img {
    display: none;
}

.ainform__text {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 790px;
}

.ainform__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ainform__text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.ainfo__text {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.ainfo__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .ainform {
        background-position: top right -150px;
    }
}

@media screen and (max-width: 1344px) {
    .ainform {
        min-height: 440px;
        background-position: top right -100px;
    }
    .ainform__text {
        max-width: 565px;
    }
    .ainform__text h2 {
        font-size: 50px;
        letter-spacing: 3.3px;
    }
    .ainform__text h3 {
        font-size: 32px;
        letter-spacing: 1.2px;
    }
    .ainfo__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .ainfo {
        gap: 40px;
    }
    .ainform {
        min-height: 370px;
        background-position: top right -50px;
    }
    .ainform__text {
        max-width: 510px;
    }
    .ainform__text h2 {
        font-size: 42px;
        letter-spacing: 2.5px;
    }
    .ainform__text h3 {
        font-size: 24px;
        letter-spacing: 0.95px;
    }
    .ainfo__text {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .ainform {
        padding: 50px 0 0;
        min-height: unset;
        background-image: unset;
        flex-direction: column-reverse;
    }
    .ainform img {
        display: block;
        margin: 0 auto;
        object-fit: contain;
        width: 100%;
    }
    .ainform__text {
        margin: 0 auto;
        max-width: 100%;
    }
    .ainform__text h2 {
        font-size: 42px;
        text-align: center;
    }
    .ainform__text h3 {
        text-align: center;
    }
    .ainfo__text {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ainform__text {
        margin: 0 auto;
        gap: 10px;
    }
    .ainform__text h2 {
        font-size: 38px;
        letter-spacing: 2.5px;
    }
    .ainform__text h3 {
        font-size: 20px;
        letter-spacing: 0.8px;
    }
    .ainfo__text {
        gap: 30px;
    }
}

@media screen and (max-width: 567px) {
    .ainfo {
        gap: 20px;
    }
    .ainform {
        padding: 30px 0 0;
    }
    .ainform__text {
        max-width: 100%;
        gap: 4x;
    }
    .ainform__text h2 {
        font-size: 24px;
        letter-spacing: 1.4px;
    }
    .ainform__text h3 {
        font-size: 16px;
        letter-spacing: 0.6px;
    }
    .ainfo__text {
        gap: 20px;
    }
    .ainfo__text {
        gap: 10px;
    }
    .ainfo__text p {
        font-size: 14px;
    }
}

.avideos {
    margin: 150px 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.avideos__text {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 960px;
}

.avideos__text h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #020A0A;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.avideos__text h2 span {
    color: #266141;
}

.avideos__text p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.avideos__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.avideos__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 1599px) {
    .avideos {
        margin: 150px 0;
    }
}

@media screen and (max-width: 1344px) {
    
    .avideos__text {
        gap: 16px;
        max-width: 855px;
    }
    .avideos__text h2 {
        font-size: 32px;
    }
    .avideos__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .avideos {
        gap: 40px;
    }
}

@media screen and (max-width: 991px) {
    .avideos {
        margin: 100px 0;
    }
    .avideos__text {
        gap: 10px;
        max-width: unset;
    }
    .avideos__text h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .avideos {
        margin: 80px 0;
        gap: 30px;
    }
    .avideos__text h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 567px) {
    .avideos {
        gap: 20px;
    }
    .avideos__text h2 {
        font-size: 22px;
    }
    .avideos__text p {
        font-size: 14px;
    }
}























.aatention {
    margin: 150px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aatention h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 960px;
}

.aatention p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 960px;
}

.aatention h3 span {
    color: #266141;
}

.aatention-slider-container {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.aatention-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px;              /* место для тени */
    margin: -20px;              /* чтобы визуально не ломать сетку */
    width: calc(100% + 40px);   /* компенсируем padding */
}

.aatention-swiper .swiper-wrapper {
    align-items: stretch;
}

.aatention-swiper-slide {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    border-radius: 25px;
    border: 1px solid #FFF;
    background: url(/image/catalog/landings/camping-kitchens/aatention_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(7.5px);

    height: auto;
    min-height: 255px;
}

.aatention-slide-image {
    margin: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px !important;
}

.aatention-swiper-slide h4 {
    margin: 40px 0 16px;
    padding: 0;
    color: #020A0A;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.aatention-swiper-slide h4 span {
    color: #266141;
}

.aatention-swiper-slide p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

/* Прогрессбар */
.aatention-slider-progress {
    width: 100%;
    height: 5px;
    background: #E4E4E4;
    margin: 50px 0 0;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
}

.aatention-progress-bar {
    height: 100%;
    background: #266141;
    width: 24%; /* Начальное заполнение для 1 слайда из 8 */
    transition: width 0.3s ease;
}

/* Дополнительный элемент для визуального отображения начального прогресса */
.aatention-initial-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #266141;
    width: 24%;
    border-radius: 5px;
    transition: opacity 0.5s ease;
}

/* Пагинация (точки) */
.aatention-slider-pagination {
    display: none;
    justify-content: center;
    margin: 45px auto 0;
}

.aatention-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aatention-swiper-pagination-bullet-active {
    background: #266141;
}

/* Кнопки навигации */
.aatention-slider-navigation {
    margin: 50px 0 0;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.aatention-nav-button {
    width: 80px;
    height: 80px;
    border: 1px solid #266141;
    border-radius: 150px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aatention-nav-button:hover {
    background: #266141;
}

.aatention-nav-button:hover svg path {
    fill: white;
}

.aatention-nav-button:active {
    background: #22372C;
}

.aatention-nav-button:active svg path {
    fill: white;
}




.aatention-nav-button:disabled {
    cursor: not-allowed;
    background: white;
    border: 1px solid #ddd;
}

.aatention-nav-button:disabled svg {
    stroke: #ddd;
}

.aatention-nav-button:disabled svg path {
    fill: #ddd;
}


.aatention-nav-button svg {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 32px;
    stroke: #266141;
    transition: all 0.3s ease;
}

.aatention-nav-button svg path {
    transition: all 0.3s ease;
}

@media screen and (max-width: 1344px) {
    .aatention {
        margin: 120px 0;
    }
    .aatention h3 {
        font-size: 32px;
        max-width: unset;
    }
    .aatention p {
        font-size: 16px;
        max-width: unset;
    }
    .aatention-swiper-slide {
        margin: 0;
        padding: 30px;
    }
    .aatention-swiper-slide h4 {
        font-size: 20px;
    }
    .aatention-swiper-slide p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .aatention h3 {
        font-size: 32px;
    }
    .aatention-swiper-slide {
        padding: 30px 25px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 991px) {
    .aatention {
        margin: 100px 0;
        gap: 40px;
    }
    .aatention h3 {
        font-size: 28px;
    }
    .aatention-slider-progress {
        width: 100%;
    }


    .aatention-swiper {
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: visible;
    }
    .aatention-swiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        transform: none !important;
    }
    .aatention-swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 30px;
        border-radius: 20px;
    }
    .aatention-slider-progress,
    .aatention-slider-pagination,
    .aatention-slider-navigation {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .aatention {
        margin: 80px 0;
        gap: 30px;
    }
    .aatention h3 {
        font-size: 26px;
    }
    .aatention-swiper-slide {
        padding: 20px;
        border-radius: 16px;
        min-height: unset;
    }
    .aatention-slide-image {
        max-width: 60px !important;
    }
    .aatention-swiper-slide h4 {
        margin: 20px 0 10px;
        font-size: 18px;
    }
    .aatention-slider-navigation {
        gap: 30px;
    }
    .aatention-nav-button {
        width: 60px;
        height: 60px;
    }
    .aatention-nav-button svg {
        width: 12px;
        height: 24px;
    }
}

@media screen and (max-width: 567px) {
    .aatention {
        gap: 20px;
    }
    .aatention h3 {
        font-size: 22px;
    }
    .aatention p {
        font-size: 14px;
    }
    .aatention-swiper-slide p {
        font-size: 14px;
    }
    .aatention-slider-navigation {
        display: none;
    }
}

.ablack {
    margin: 150px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 150px;
    position: relative;
    background-color: #111611;
}

.ablack::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #111611;
    z-index: -1;
  }

.aaccuracys {
    margin: 0;
    padding: 100px 50px;
    display: flex;
    border-radius: 0 0 30px 30px;
    background-image: url(/image/catalog/landings/camping-kitchens/aaccuracys_bg.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    background-color: #030303;
}

.aaccuracys__content {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 750px;
}

.aaccuracys__content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aaccuracys__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aaccuracys__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aaccuracys__content ul li {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.aaccuracys__image {
    display: none;
}

@media screen and (max-width: 1599px) {
    .aaccuracys {
        background-position: left -120px center;
    }
    .aaccuracys__content {
        max-width: 690px;
    }
}

@media screen and (max-width: 1344px) {
    .ablack {
        margin: 120px 0;
        gap: 120px;
    }
    .aaccuracys {
        padding: 90px 50px;
    }
    .aaccuracys__content {
        gap: 16px;
        max-width: 600px;
    }
    .aaccuracys__content h2 {
        font-size: 32px;
    }
    .aaccuracys__content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .aaccuracys {
        padding: 60px 40px;
        background-position: left -100px center;
    }
    .aaccuracys__content {
        gap: 10px;
        max-width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .ablack {
        margin: 100px 0;
        gap: 100px;
    }
    .aaccuracys {
        padding: 50px 0 0;
        background-image: unset;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .aaccuracys__content {
        margin: 0;
        max-width: unset;
    }
    .aaccuracys__content h2 {
        font-size: 26px;
    }
    .aaccuracys__image {
        display: block;
        object-fit: contain;
        border-radius: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ablack {
        margin: 80px 0;
        gap: 80px;
    }
    .aaccuracys {
        padding: 40px 0 0;
    }
    .aaccuracys__content {
        margin: 0 30px;
    }
}

@media screen and (max-width: 567px) {
    .aaccuracys {
        padding: 30px 0 0;
    }
    .aaccuracys__content {
        margin: 0;
    }
    .aaccuracys__content h2 {
        font-size: 22px;
    }
    .aaccuracys__content p {
        font-size: 14px;
    }
    .aaccuracys__image {
        display: block;
        object-fit: contain;
        border-radius: 16px;
    }
}

.aaversatility {
    margin: 0;
    padding: 0 0 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aaversatility__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    z-index: 3;
}

.aaversatility__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aaversatility__title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aaversatility__content {
    margin: 0;
    padding: 40px;
    background-image: url(/image/catalog/landings/camping-kitchens/aaversatility_text.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    border: 1px solid #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(7.5px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    z-index: 3;
}

.aaversatility__content img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.aaversatility__content h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aaversatility__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.aaversatility__content-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aaversatility__content-text p span {
    font-weight: 600;
}

.aaversatility__image {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 735px !important;
    bottom: 0;
    right: 0;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .aaversatility__title {
        max-width: 750px;
    }
    .aaversatility__content {
        max-width: 735px;
    }
}

@media screen and (max-width: 1344px) {
    .aaversatility {
        padding: 0 0 50px;
    }
    .aaversatility__title {
        max-width: 660px;
    }
    .aaversatility__title h2 {
        font-size: 32px;
    }
    .aaversatility__title p {
        font-size: 16px;
    }
    .aaversatility__content {
        padding: 30px;
        max-width: 660px;
    }
    .aaversatility__content h3 {
        font-size: 20px;
    }
    .aaversatility__content-text {
        gap: 16px;
    }
    .aaversatility__content-text p {
        font-size: 16px;
    }
    .aaversatility__image {
        max-width: 632px !important;
    }
}

@media screen and (max-width: 1199px) {
    .aaversatility {
        padding: 0 0 40px;
        gap: 40px;
    }
    .aaversatility__title {
        max-width: 550px;
    }
    .aaversatility__content {
        max-width: 550px;
    }
    .aaversatility__image {
        max-width: 551px !important;
    }
}

@media screen and (max-width: 991px) {
    .aaversatility {
        padding: 0 0 80px;
        gap: 40px;
    }
    .aaversatility__title {
        max-width: 100%;
    }
    .aaversatility__title h2 {
        font-size: 28px;
    }
    .aaversatility__content {
        padding: 20px;
        gap: 20px;
        max-width: 100%;
    }
    .aaversatility__image {
        max-width: 415px !important;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .aaversatility {
        padding: 0 0 50px;
        gap: 30px;
    }
    .aaversatility__title h2 {
        font-size: 26px;
    }
    .aaversatility__content img {
        max-width: 60px;
    }
    .aaversatility__content h3 {
        font-size: 18px;
    }
    .aaversatility__image {
        max-width: 396px !important;
    }
}

@media screen and (max-width: 567px) {
    .aaversatility {
        padding: 0 0 30px;
        gap: 20px;
    }
    .aaversatility__title h2 {
        font-size: 22px;
    }
    .aaversatility__title p {
        font-size: 14px;
    }
    .aaversatility__content-text p {
        font-size: 14px;
    }
    .aaversatility__image {
        display: none;
    }
}

.artable {
    margin: 150px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.artable h2 {
    margin: 0 auto;
    padding: 0;
    color: #020A0A;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.artable h2 span {
    color: #266141;
}









.care-table {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* базовая таблица */
.care-table__table {
    border-collapse: separate;
    border-spacing: 4px;
    margin: -4px;
    width: calc(100% + 8px);
    table-layout: fixed;
}

.care-table__th,
.care-table__td {
  background: #F0F0F0;
  border-radius: 10px;
  padding: 16px 20px;
  word-break: break-word;
  line-height: 140%;
  color: #1C1C1A;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}



/* шапка */
.care-table__row--head .care-table__th {
  background: #266141; /* золотистый */
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  height: 70px;
  font-size: 20px;
}

/* ширины колонок (можешь подправить под макет) */
.care-table__th--stage { width: 33%; }
.care-table__th--cotton { width: 33%; }
.care-table__th--velvet { width: 34%; }

.care-table__td--cotton { 
    font-weight: 500;
    background: #E3EFE9;
}

@media screen and (max-width: 1344px) {
    .artable {
        margin: 120px 0;
    }
    .artable h2 {
        font-size: 32px;
    }
    .care-table__th,
    .care-table__td {
      font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .artable {
        gap: 40px;
    }
    .artable h2 {
        max-width: 760px;
    }
}

@media screen and (max-width: 991px) {
    .artable {
        margin: 100px 0;
    }
    .artable h2 {
        max-width: 700px;
        font-size: 28px;
    }

}



/* --- Mobile: перестроение таблицы, но это всё ещё <table> --- */
@media (max-width: 767px) {
    .artable {
        margin: 80px 0;
        gap: 30px;
    }
    .artable h2 {
        max-width: unset;
        font-size: 26px;
    }
  .care-table__table {
    border-spacing: 0;
    width: 100%;
    margin: 0;
  }

  .care-table__head {
    display: none; /* убираем thead визуально */
  }

  .care-table__body,
  .care-table__row,
  .care-table__th,
  .care-table__td {
    display: block;
    width: 100%;
  }

  .care-table__row {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 12px;
  }

  /* “заголовок карточки” — это th scope="row" */
  .care-table__body .care-table__th--stage {
    background: #266141;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 14px 14px;
  }

  .care-table__td {
    background: #f3f3f3;
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 8px;
    position: relative;
  }

  /* подписи к значениям на мобилке */
  .care-table__td::before {
    content: attr(data-label);
    display: block;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 567px) {
    .artable {
        gap: 20px;
    }
    .artable h2 {
        max-width: unset;
        font-size: 22px;
    }
}

.achoose {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.achoose h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.achoose h2 span {
    color: #266141;
}

.achoose__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.achoose__item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #F5F7F6;
    border-radius: 24px;
    overflow: hidden;
}

.achoose__item img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    flex-shrink: 0;
}

.achoose__item h4 {
    margin: 0;
    padding: 40px 40px 0;
    color: #020A0A;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.achoose__item p {
    margin: 0;
    padding: 26px 40px 40px;
    color: #4E5555;
    font-size: 18px;
    font-weight: 400;
    line-height: 179%;
    letter-spacing: 2%;
}

/* hover — если нужен живой интерфейс */
.achoose__item {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.achoose__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(2, 10, 10, 0.08);
}

@media screen and (max-width: 1344px) {
    .achoose h2 {
        font-size: 32px;
    }
    .achoose__list {
        gap: 16px;
    }
    .achoose__item h4 {
        padding: 30px 30px 0;
        font-size: 20px;
    }
    .achoose__item p {
        padding: 16px 30px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .achoose {
        gap: 40px;
    }
    .achoose__list {
        gap: 10px;
    }
}




@media screen and (max-width: 991px) {
    .achoose {
        gap: 40px;
    }
    .achoose h2 {
        font-size: 28px;
    }
    .achoose__list {
        gap: 16px;
    }
    .achoose__item {
        border-radius: 16px;
    }
    .achoose__item img {
        width: 100%;
        height: 245px;
        object-fit: cover;
    }
    .achoose__item h4 {
        margin: 0;
        padding: 20px 20px 0;
        font-size: 20px;
    }
    .achoose__item p {
        margin: 0;
        padding: 10px 20px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .achoose {
        gap: 30px;
    }
    .achoose h2 {
        font-size: 26px;
    }
    .achoose__list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .achoose__item:nth-child(3) {
        grid-column: auto;
    }
    .achoose__item {
        border-radius: 16px;
    }
    .achoose__item img {
        height: 270px;
    }
    .achoose__item h4 {
        font-size: 18px;
    }
}


@media screen and (max-width: 567px) {
    .achoose {
        gap: 20px;
    }
    .achoose h2 {
        font-size: 22px;
    }
    .achoose__item p {
        font-size: 14px;
    }
}

.abuys {
    margin: 150px 0;
    padding: 100px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 50px;
    background-color: #080C0B;
    background-image: url(/image/catalog/landings/camping-kitchens/abuys_big.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.abuys::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #080C0B;
    z-index: -1;
}

.abuys__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 750px;
}

.abuys__content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.abuys__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.abuys__content p span {
    font-weight: 700;
}

.awarranty__cta-button {
    width: 750px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    border: 1px solid #fff;
    background: #266141;
    text-decoration: none;
    cursor: pointer;
    z-index: 3;
}

.awarranty__cta-label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}

.awarranty__cta-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: grid;
    place-items: center;
}

@media (hover:hover) {
    .awarranty__cta-button:hover {
        filter: brightness(1.25);
    }
}

.abuys__image {
    display: none;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .abuys__content {
        max-width: 690px;
    }
    .awarranty__cta-button {
        width: 690px;
    }
}

@media screen and (max-width: 1344px) {
    .abuys {
        margin: 120px 0;
        padding: 100px 35px;
        background-image: url(/image/catalog/landings/camping-kitchens/abuys_tablet.webp);
    }
    .abuys__content {
        gap: 16px;
        max-width: 600px;
    }
    .abuys__content h2 {
        font-size: 32px;
    }
    .abuys__content p {
        font-size: 16px;
    }
    .awarranty__cta-button {
        width: 600px;
    }
    .awarranty__cta-label {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .abuys {
        padding: 50px 40px;
        gap: 40px;
    }
    .abuys__content {
        gap: 10px;
        max-width: 500px;
    }
    .awarranty__cta-button {
        width: 500px;
    }
}

@media screen and (max-width: 991px) {
    .abuys {
        margin: 100px 0;
        padding: 50px 0 0;
        gap: 40px;
        background-image: unset;
    }
    .abuys__content {
        max-width: 100%;
    }
    .abuys__content h2 {
        font-size: 28px;
    }
    .awarranty__cta-button {
        width: 100%;
    }
    .abuys__image {
        margin: -80px 0 0;
        display: block;
        width: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {
    .abuys {
        margin: 80px 0;
        padding: 40px 0 0;
        gap: 30px;
    }
    .abuys__content h2 {
        font-size: 26px;
    }
    .awarranty__cta-button {
        height: 54px;
    }
    .awarranty__cta-icon {
        width: 44px;
        height: 44px;
    }
    .awarranty__cta-icon svg {
        width: 44px;
        height: 44px;
    }
    .abuys__image {
        margin: -60px 0 0;
    }
}

@media screen and (max-width: 567px) {
    .abuys {
        padding: 30px 0 0;
        gap: 20px;
    }
    .abuys__content h2 {
        font-size: 22px;
    }
    .abuys__content p {
        font-size: 14px;
    }
    .awarranty__cta-button {
        padding: 5px 5px 5px 15px;
    }
    .awarranty__cta-label {
        font-size: 14px;
    }
    .abuys__image {
        content: url(/image/catalog/landings/camping-kitchens/abuys_micro.webp);
        margin: -45px 0 0;
    }
}

.aecosys {
    margin: 150px 0;
    padding: 50px 50px;
    border-radius: 30px;
    display: flex;
    background-image: url(/image/catalog/landings/camping-kitchens/aecosys.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: 650px;
}

.aecosys__text {
    margin: auto 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 700px;
}

.aecosys__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aecosys__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aecosys__text p a {
    color: #fff;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

@media screen and (max-width: 1344px) {
    .aecosys {
        margin: 120px 0;
        padding: 50px;
        min-height: 580px;
    }
    .aecosys__text {
        gap: 16px;
        max-width: 600px;
    }
    .aecosys__text h2 {
        font-size: 32px;
    }
    .aecosys__text p {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
}

@media screen and (max-width: 1199px) {
    .aecosys {
        padding:  40px;
        min-height: 480px;
    }
    .aecosys__text {
        max-width: 500px;
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .aecosys {
        margin: 100px 0;
        padding: 350px 50px 50px;
        background-position: top right;
        background-size:  auto 75%;
        position: relative;
    }
    .aecosys::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 385px;
        background: linear-gradient(360deg, #0E1B03 41.24%, rgba(14, 27, 3, 0.00) 100%);
        z-index: 2;
    }
    .aecosys__text {
        max-width: 100%;
        z-index: 3;
    }
    .aecosys__text h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .aecosys {
        margin: 80px 0;
        padding: 250px 30px 30px;
        background-size:  auto 75%;
    }
    .aecosys::after {
        height: 325px;
    }
    .aecosys__text h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 567px) {
    .aecosys {
        padding: 190px 20px 20px;
        background-size:  auto 55%;
        border-radius: 16px;
    }
    .aecosys::after {
        height: 80%;
        background: linear-gradient(360deg, #0E1B03 61.24%, rgba(14, 27, 3, 0.00) 100%);
    }
    .aecosys__text h2 {
        font-size: 22px;
    }
    .aecosys__text p {
        font-size: 14px;
    }
}












.aquestions {
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aquestions h2 span {
    color: #266141;
}

.aqaaccordion {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aqaaccordion-item {
    padding: 20px 30px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.aqaaccordion-header {
    background: none;
    border: none;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #020A0A;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    transition: color 0.3s ease;
}

.aqaaccordion-icon line {
    stroke: #020A0A;
    transition: stroke 0.3s ease;
}

.aqaaccordion-icon {
    margin: auto 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-header {
    color: #266141;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-item.active .aqaaccordion-icon line {
    stroke: #266141;
}

.aqaaccordion-verticalline {
    transition: opacity 0.3s ease, stroke 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0 0 0 30px;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}


@media screen and (max-width: 1344px) {
    .aquestions h2 {
        font-size: 28px;
    }
    .aqaaccordion-header {
        font-size: 20px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}


@media screen and (max-width: 1199px) {
    .aquestions {
        padding: 0;
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .aquestions {
        padding: 0;
        gap: 20px;
    }
    .aqaaccordion-item {
        padding: 10px 20px;
    }
    .aquestions h2 {
        font-size: 20px;
    }
    .aqaaccordion-header {
        font-size: 18px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }

}

@media screen and (max-width: 567px) {
    .aquestions h2 {
        font-size: 18px;
    }
    .aqaaccordion-item {
        padding: 0 10px;
    }
}


.aprophs {
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.aprophs h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aprophs p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, minmax(min-content, max-content));
    gap: 16px;
    list-style: none;
}

.aprophs li {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.aprophs li svg {
    margin: auto 0;
    object-fit: contain;
    width: 100%;
    max-width: 26px;
    flex-shrink: 0;
}

.aprophs li p {
    margin: auto 0;
}

@media screen and (max-width: 1599px) {
    .aprophs {
        gap: 40px;
    }
}

@media screen and (max-width: 1344px) {
    .aprophs h3 {
        font-size: 20px;
    }
    .aprophs p {
        font-size: 16px;
    }
    .aprophs {
        gap: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .aprophs {
        margin: 40px 0;
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .aprophs {
        margin: 80px 0;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aprophs {
        margin: 60px 0;
    }
    .aprophs h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 567px) {
    .aprophs {
        margin: 80px 0;
    }
    .aprophs p {
        font-size: 14px;
    }
    .aprophs ul {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(8, minmax(min-content, max-content));
        gap: 20px;
    }
}