.category-info:has(.alandings) {
    overflow: unset;
}
.ahardware {
    margin: 0;
    padding: 50px;
    display: flex;
    background-image: url(/image/catalog/landings/car-coolers/ahardware.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    border-radius: 24px;
    min-height: 830px;
}

.ahardware__image {
    display: none;
}

.ahardware__text {
    margin: auto 0 auto auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    background: rgba(11, 11, 11, 0.50);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 744px;
}

.ahardware__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ahardware__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .ahardware {
        min-height: 716px;
    }

    .ahardware__text {
        max-width: 605px;
    }
}

@media screen and (max-width: 1344px) {
    .ahardware {
        padding: 30px;
        min-height: 642px;
    }

    .ahardware__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .ahardware {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-image: unset;
        border-radius: unset;
    }
    .ahardware__image {
        display: block;
        margin: 0;
        width: 100%;
        height: 528px;
        background-image: url(/image/catalog/landings/car-coolers/ahardware.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 24px;
    }
    .ahardware__text {
        margin: -508px 20px 0 auto;
        padding: 30px;
        gap: 16px;
        max-width: 473px;
        border-radius: 16px;
        background-image: url(/image/catalog/landings/car-coolers/ahardware_item_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
}

@media screen and (max-width: 991px) {
    .ahardware {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-image: unset;
        border-radius: unset;
    }

    .ahardware__image {
        display: block;
        margin: 0;
        width: 100%;
        height: 402px;
        background-image: url(/image/catalog/landings/car-coolers/ahardware.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
        border-radius: 20px;
    }

    .ahardware__text {
        margin: -70px 30px 0;
        padding: 30px;
        gap: 16px;
        max-width: unset;
        border-radius: 16px;
        background-image: url(/image/catalog/landings/car-coolers/ahardware_item_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ahardware__text h2 {
        font-size: 40px;
    }

    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ahardware__image {
        height: 70vw;
    }

    .ahardware__text {
        margin: -100px 20px 0;
    }

    .ahardware__text h2 {
        font-size: 40px;
    }

    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .ahardware__image {
        border-radius: 16px;
    }

    .ahardware__text {
        margin: -40px 15px 0;
        border-radius: 16px;
    }

    .ahardware__text h2 {
        font-size: 22px;
    }

    .ahardware__text p {
        font-size: 14px;
    }
}

.aprophs {
    margin: 130px 0 0;
    padding: 55px 50px;
    min-height: 677px;
    position: relative;
    background-image: url(/image/catalog/landings/car-coolers/aprophs.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px 24px 0 0;
}

.aprophs__text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 636px;
}

.aprophs__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.aprophs__text-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aprophs__text-wrapper h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aprophs__text-wrapper p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs__weight,
.aprophs__capacity {
    position: absolute;
    width: 100%;
    max-width: 203px;
    object-fit: contain;
    background: rgba(44, 44, 44, 0.30);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.aprophs__weight {
    top: 258px;
    right: 486px;
}

.aprophs__capacity {
    top: 453px;
    right: 140px;
}

@media screen and (max-width: 1599px) {
    .aprophs {
        padding: 50px;
        min-height: 583px;
    }
    .aprophs__text {
        max-width: 550px;
    }
    .aprophs__weight,
    .aprophs__capacity {
        max-width: 189px;
    }
    .aprophs__weight {
        top: 173px;
        right: 397px;
    }
    .aprophs__capacity {
        top: 368px;
        right: 97px;
    }
}

@media screen and (max-width: 1344px) {
    .aprophs {
        padding: 50px;
        min-height: 660px;
    }
    .aprophs__text {
        max-width: 491px;
    }
    .aprophs__weight {
        top: 173px;
        right: 355px;
    }
    .aprophs__capacity {
        top: 368px;
        right: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .aprophs {
        margin: 100px 0 0;
        padding: 40px;
        min-height: 606px;
    }
    .aprophs__text {
        max-width: 403px;
    }
    .aprophs__text h2 {
        font-size: 40px;
    }
    .aprophs__text-wrapper h3 {
        font-size: 28px;
    }
    .aprophs__weight {
        top: 217px;
        right: 255px;
    }
    .aprophs__capacity {
        top: 374px;
        right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .aprophs {
        padding: 610px 30px 0;
        min-height: unset;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 180% auto;
        background-color: #010101;
    }
    .aprophs__text {
        margin: 0;
        gap: 30px;
        max-width: unset;
    }
    .aprophs__weight {
        top: 207px;
        right: 470px;
    }
    .aprophs__capacity {
        top: 390px;
        right: 128px;
    }
}

@media screen and (max-width: 767px) {
    .aprophs {
        margin: 80px 0 0;
        padding: 110vw 20px 0;
        background-size: 255% auto;
        background-position: top right -100px;
    }
    .aprophs__text {
        margin: 0;
        gap: 20px;
    }
    .aprophs__text-wrapper h3 {
        font-size: 24px;
    }
    .aprophs__weight,
    .aprophs__capacity {
        max-width: 174px;
    }
    .aprophs__weight {
        top: 200px;
        right: unset;
        left: 47px;
    }
    .aprophs__capacity {
        top: 364px;
        right: 90px;
    }
}

@media screen and (max-width: 567px) {
    .aprophs {
        margin: 60px 0 0;
        padding: 110vw 20px 0;
        background-size: 255% auto;
        background-position: top right -60px;
    }
    .aprophs__text h2 {
        font-size: 22px;
    }
    .aprophs__text-wrapper h3 {
        font-size: 18px;
    }
    .aprophs__text-wrapper p {
        font-size: 14px;
    }
    .aprophs__weight,
    .aprophs__capacity {
        max-width: 112px;
        border-radius: 12px;
    }
    .aprophs__weight {
        top: 105px;
        left: 20px;
    }
    .aprophs__capacity {
        top: 200px;
        right: 20px;
    }
}

.achamber {
    margin: 0;
    padding: 130px 50px;
    background-color: #010101;
    width: 100%;
}

.achamber__container {
    margin: 0;
    padding: 50px;
    position: relative;
    min-height: 532px;
    display: flex;
    background-image: url(/image/catalog/landings/car-coolers/achamber.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.atecnho__container {
    margin: 0;
    padding: 50px;
    min-height: 532px;
    display: flex;
    background-image: url(/image/catalog/landings/car-coolers/atechno.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.achamber__container span {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}

.achamber__image {
    display: none;
}

.achamber__text {
    margin: auto auto 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 502px;
}

.achamber__text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.achamber__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1344px) {
    .achamber {
        padding: 100px 50px;
    }
    .achamber__container {
        padding: 40px;
        background-position: center right -150px;
    }
}

@media screen and (max-width: 1199px) {
    .achamber {
        padding: 100px 40px;
    }
    .achamber__container {
        background-position: top right -50px;
    }
    .achamber__container span {
        top: 40px;
        left: 40px;
    }
    .achamber__text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .achamber {
        padding: 100px 30px 35px;
    }
    .achamber__container {
        background-position: top right -150px;
    }
}

@media screen and (max-width: 767px) {
    .achamber {
        padding: 80px 20px;
    }
    .achamber__container {
        padding: 60vw 20px 20px;
        min-height: unset;
        background-position: top center;
        background-image: url(/image/catalog/landings/car-coolers/achamber-mini.webp);
    }
    .atecnho__container {
        background-image: url(/image/catalog/landings/car-coolers/atecnho-mini.webp);
    }
    .achamber__container span {
        top: 20px;
        left: 20px;
    }
    .achamber__text {
        margin: 0;
        max-width: unset;
    }
    .achamber__text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .achamber {
        padding: 60px 20px;
    }
    .achamber__container {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background-image: unset;
    }
    .achamber__container span {
        font-size: 24px;
    }
    .achamber__image {
        margin: 0;
        padding: 0;
        display: block;
        border-radius: 16px;
        object-fit: contain;
        width: 100%;
    }
    .achamber__text h3 {
        font-size: 18px;
    }
    .achamber__text p {
        font-size: 14px;
    }
}

.adisplay {
    margin: 0;
    padding: 50px 140px;
    display: flex;
    position: relative;
    border-radius: 0 0 24px 24px;
    background-color: #010101;
    min-height: 634px;
    background-image: url(/image/catalog/landings/car-coolers/adisplay.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center left;
}

.adisplay__text {
    margin: auto 0 auto auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 580px;
}

.adisplay__text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.adisplay__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.adisplay__info {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100%;
    max-width: 495px;
    object-fit: contain;
    background: rgba(44, 44, 44, 0.30);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 1599px) {
    .adisplay {
        padding: 50px 100px;
    }
    .adisplay__text {
        max-width: 500px;
    }
}

@media screen and (max-width: 1344px) {
    .adisplay {
        padding: 50px 80px;
        min-height: 490px;
    }
    .adisplay__text {
        max-width: 460px;
    }
}

@media screen and (max-width: 1199px) {
    .adisplay {
        padding: 50px 40px;
    }
    .adisplay__text {
        max-width: 392px;
    }
    .adisplay__text h3 {
        font-size: 28px;
    }
    .adisplay__info {
        max-width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .adisplay {
        padding: 351px 50px 30px;
        min-height: unset;
        background-size: auto 351px;
        background-position: top left 120px;
    }
    .adisplay__text {
        max-width: unset;
    }
    .adisplay__info {
        bottom: unset;
        top: 150px;
        left: 90px;
    }
}

@media screen and (max-width: 767px) {
    .adisplay {
        padding: 300px 20px 20px;
        min-height: unset;
        background-size: auto 300px;
        background-position: top left 120px;
    }
    .adisplay__text h3 {
        font-size: 24px;
    }
    .adisplay__info {
        top: 130px;
        left: 110px;
        max-width: 295px;
    }
}

@media screen and (max-width: 567px) {
    .adisplay {
        padding: 80vw 20px 20px;
        min-height: unset;
        background-size: auto 60vw;
        background-position: top left 50px;
    }
    .adisplay__text h3 {
        font-size: 18px;
    }
    .adisplay__text p {
        font-size: 14px;
    }
    .adisplay__info {
        top: 45vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 60vw;
        border-radius: 16px;
    }
}

.acorpus {
    margin: 130px 0;
    padding: 0;
    position: relative;
    display: flex;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.acorpus__bg {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.acorpus__text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 24px;
    background: rgba(44, 44, 44, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 820px;
}

.acorpus__text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.acorpus__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .acorpus {
        margin: 100px 0;
    }
    .acorpus__text {
        max-width: 735px;
    }
}

@media screen and (max-width: 1199px) {
    .acorpus__text {
        max-width: 620px;
        bottom: 40px;
        left: 40px;
    }
    .acorpus__text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .acorpus {
        flex-direction: column;
    }
    .acorpus__text {
        position: relative;
        bottom: unset;
        left: unset;
        max-width: unset;
        margin: -120px 40px 0;
    }
    .acorpus__bg {
        border-radius: 0 0 24px 24px;
    }
}

@media screen and (max-width: 767px) {
    .acorpus__text {
        margin: -120px 0 0;
        padding: 20px;
    }
    .acorpus__text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .acorpus__bg {
        border-radius: 0 0 16px 16px;
    }
    .acorpus__text {
        margin: -50px 0 0;
        padding: 20px;
        border-radius: 16px;
    }
    .acorpus__text h3 {
        font-size: 18px;
    }
    .acorpus__text p {
        font-size: 14px;
    }
}

.aconnect {
    margin: 0;
    padding: 50px;
    display: flex;
    border-radius: 24px;
    background-image: url(/image/catalog/landings/car-coolers/aconnect.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    min-height: 493px;
}

.aconnect__bg {
    display: none;
}

.aconnect__text {
    margin: auto 0 auto auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 24px;
    background: rgba(44, 44, 44, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 820px;
}

.aconnect__text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aconnect__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aconnect__text {
        max-width: 641px;
    }
}

@media screen and (max-width: 1199px) {
    .aconnect {
        padding: 40px;
    }
    .aconnect__text {
        max-width: 488px;
    }
    .aconnect__text h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .aconnect {
        padding: 0;
        display: flex;
        flex-direction: column;
        min-height: unset;
        background-image: unset;
    }
    .aconnect__bg {
        display: block;
        object-fit: contain;
        width: 100%;
        border-radius: 24px;
    }
    .aconnect__text {
        max-width: unset;
        margin: -120px 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .aconnect__text {
        max-width: unset;
        margin: -100px 0 0;
    }
    .aconnect__text h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .aconnect__text {
        max-width: unset;
        margin: -60px 0 0;
    }
    .aconnect__bg {
        border-radius: 16px;
    }
    .aconnect__text h3 {
        font-size: 18px;
    }
    .aconnect__text p {
        font-size: 14px;
    }
}

.acompare {
    margin: 130px 0 0;
    padding: 50px 50px 100px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.25);
}

.acompare__head {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

.acompare__head h2 {
    margin: 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.acompare__desc {
    margin: 0;
    max-width: 676px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.acompare__table-wrap {
    margin-top: 50px;
}

/* Скролл-контейнер */
.acompare__table-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* скрываем нативный скроллбар, но сам скролл остается */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.acompare__table-scroll::-webkit-scrollbar {
    height: 0;
}

/* Chrome/Safari */

.acompare__table-clip {
    display: inline-block;
    min-width: 100%;
    background: #f2f6f3;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
}

.acompare__table {
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
}

.acompare__table th,
.acompare__table td {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.acompare__table thead th {
    border-top: none;
    font-weight: 600;
}

.acompare__table th:not(:last-child),
.acompare__table td:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.acompare__table tbody th {
    font-weight: 500;
    min-width: 220px;
    white-space: normal;
}

.acompare__table tbody td {
    white-space: nowrap;
}

/* ===== Кастомный скроллбар снизу ===== */
.acompare__bar {
    margin-top: 40px;
    padding: 0 6px;
    /* лёгкие внутренние отступы как на макете */
}

.acompare__bar-track {
    height: 15px;
    border-radius: 999px;
    background: #EAF0EC;
    position: relative;
    overflow: hidden;
}

.acompare__bar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 999px;
    background: #D3E6D9;
    /* под “зелёный” из примера */
    width: 40px;
    /* будет перезаписано JS */
    transform: translateX(0);
    cursor: grab;
}

.acompare__bar-thumb:active {
    cursor: grabbing;
}
  
@media screen and (max-width: 1599px) {
    .acompare__desc {
        max-width: 475px;
    }
}

@media screen and (max-width: 1344px) {
    .acompare {
        margin: 100px 0 0;
    }
    .acompare__desc {
        max-width: 346px;
    }
}

@media screen and (max-width: 1199px) {
    .acompare {
        padding: 40px 40px 90px;
    }
    .acompare__head {
        gap: 40px;
    }
    .acompare__head h2 {
        font-size: 40px;
    }
    .acompare__desc {
        max-width: 367px;
    }


}

@media screen and (max-width: 991px) {
    .acompare {
        padding: 30px;
    }
    .acompare__head {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .acompare__desc {
        max-width: unset;
    }
    .acompare__bar {
        margin-top: 30px;
        padding: 0 6px;
    }
    .acompare__table-wrap {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .acompare {
        margin: 80px 0 0;
        padding: 20px 20px 65px;
    }
    .acompare__head {
        gap: 20px;
    }
    .acompare__bar {
        margin-top: 20px;
    }
    .acompare__table-wrap {
        margin-top: 20px;
    }
}

@media screen and (max-width: 567px) {
    .acompare {
        margin: 60px 0 0;
        padding: 20px 20px 50px;
        border-radius: 16px;
    }
    .acompare__head h2 {
        font-size: 22px;
    }
    .acompare__desc {
        font-size: 14px;
    }
    .acompare__table-wrap {
        margin-top: 20px;
    }
}





















.arecommend {
    margin: -50px 0 0;
    width: 100%;
    padding: 50px 50px 0;
    background-color: #010101;
    border-radius: 24px 24px 0 0;
}

.arecommend__container {
    margin: 0 auto;
    padding: 0;
}

.arecommend__inner {
    padding: 0;
    overflow: hidden;
}

.arecommend__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.arecommend__title {
    margin: 0;
}

.arecommend__head-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.arecommend__head-text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.arecommend__head-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 745px;
}


.arecommend__nav {
    display: flex;
    gap: 40px;
    flex: auto 0 0;
}

.arecommend__nav-btn {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    border: unset;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .08s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.arecommend__nav-icon {
    width: 70px;
    height: 70px;
}

.arecommend__nav-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.arecommend__nav-btn:hover .arecommend__nav-icon circle {
    stroke: rgba(255, 255, 255, 0.8);
    transition: stroke .2s ease;
}

.arecommend__nav-btn:hover .arecommend__nav-icon path {
    fill: rgba(255, 255, 255, 0.8);
    stroke: rgba(255, 255, 255, 0.8);
    transition: fill .2s ease, stroke .2s ease;
}

.arecommend__nav-btn:active {
    transform: scale(0.92);
    background: rgba(255, 255, 255, 0.2);
}

.arecommend__nav-btn:active .arecommend__nav-icon circle {
    stroke: rgba(255, 255, 255, 0.6);
}

.arecommend__nav-btn:active .arecommend__nav-icon path {
    fill: rgba(255, 255, 255, 0.6);
    stroke: rgba(255, 255, 255, 0.6);
}

/* Swiper container (scoped) */
.arecommend__slider {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.arecommend__slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.arecommend__slide-img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.arecommend__overlay {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 744px;
    padding: 30px;
    border-radius: 24px;
    background: rgba(120, 120, 120, .25);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.arecommend__slide-title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}

.arecommend__slide-text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .arecommend {
        padding: 40px 40px 0;
    }
    .arecommend__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .arecommend__head-text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .arecommend {
        margin: 100px 0 0;
        padding: 30px 30px 0;
    }
    .arecommend__head {
        margin-bottom: 30px;
    }
    .arecommend__overlay {
        left: 0;
        right: 0;
        bottom: 30px;
        width: calc(100% - 60px);
        padding: 30px;
        gap: 16px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .arecommend {
        margin: -40px 0 0;
        padding: 20px 20px 0;
    }
    .arecommend__overlay {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        padding: 20px;
        gap: 16px;
    }
}

@media screen and (max-width: 567px) {
    .arecommend {
        margin: -30px 0 0;
        padding: 16px 20px 0;
    }
    .arecommend__head-text h2 {
        font-size: 22px;
    }
    .arecommend__head-text p {
        font-size: 14px;
    }
    .arecommend__nav {
        gap: 40px;
        flex: auto 0 0;
        justify-content: space-between;
        width: 100%;
    }
    .arecommend__slide-img {
        height: 80vw;
        border-radius: 16px;
    }
    .arecommend__overlay {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        margin-top: -50px;
        width: 100%;
        padding: 20px;
    }
    .arecommend__slide-title {
        font-size: 18px;
    }
    .arecommend__slide-text {
        font-size: 14px;
    }
}






  










.awarranty {
    padding: 130px 50px 50px;
    background-color: #010101;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.awarranty__inner {
    margin: 0;
}

.awarranty__box {
    position: relative;
    overflow: hidden;
}

/* фоновый эллипс */
.awarranty__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.awarranty__ellipse {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    opacity: 1;
}

.awarranty__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
        "visual content"
        "benefits cta";
    column-gap: 50px;
    row-gap: 50px;
    padding: 0;
}

.awarranty__visual {
    grid-area: visual;
}

.awarranty__content {
    grid-area: content;
}

.awarranty__benefits {
    grid-area: benefits;
}

.awarranty__cta {
    grid-area: cta;
}

/* left image */
.awarranty__visual {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 2;
}

.awarranty__visual-img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* text */
.awarranty__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.awarranty__content h2 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.awarranty__content p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

/* benefits */
.awarranty__benefits {
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.awarranty__benefit {
    padding: 32px 0;
    text-align: right;
}

.awarranty__benefit+.awarranty__benefit {
    border-top: 1px solid #fff;
}

.awarranty__benefit-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 6px;
}

.awarranty__benefit-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/* CTA */
.awarranty__cta-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.awarranty__cta-card {
    border-radius: 24px;
    overflow: hidden;
    background: #111;
    height: 100%;
}

.awarranty__cta-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* overlay button by default */
.awarranty__cta-button {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 24px;
    width: calc(100% - 100px);
    height: 76px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;

    padding: 5px 5px 5px 30px;
    border-radius: 999px;
    background: #266141;
    text-decoration: none;
}

.awarranty__cta-label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}

.awarranty__cta-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

@media (hover:hover) {
    .awarranty__cta-button:hover {
        filter: brightness(1.25);
    }
}


@media screen and (max-width: 1599px) {
    .awarranty__ellipse {
        width: 85%;
    }
    .awarranty__layout {
        column-gap: 40px;
    }
    .awarranty__cta-button {
        left: 30px;
        right: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1344px) {
    .awarranty__ellipse {
        width: 90%;
    }
    .awarranty__layout {
        column-gap: 40px;
    }
    .awarranty__cta-button {
        left: 30px;
        right: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1199px) {
    .awarranty {
        padding: 100px 40px 40px;
    }

    .awarranty__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "visual"
            "benefits"
            "cta";
        row-gap: 40px;
    }

    .awarranty__visual {
        margin: 0 0 -150px;
    }

    .awarranty__visual-img {
        position: relative;
    }

    .awarranty__content h2 {
        font-size: 40px;
        max-width: none;
    }

    .awarranty__content p {
        max-width: none;
    }

    .awarranty__visual {
        min-height: auto;
        justify-content: center;
    }

    .awarranty__benefit-title {
        font-size: 28px;
    }


    .awarranty__visual-img {
        transform: none;
        max-width: 520px;
        margin: 0 auto;
    }

    .awarranty__cta-card {
        aspect-ratio: 16 / 7;
    }

    .awarranty__cta-button {
        left: 20px;
        right: 20px;
        width: auto;
    }

    .awarranty__ellipse {
        top: 320px;
        width: 100%;
        opacity: 0.8;
    }
}

@media screen and (max-width: 991px) {
    .awarranty {
        padding: 30px 30px 40px;
    }

    .awarranty__layout {
        column-gap: 30px;
    }

    .awarranty__content h2 {
        font-size: 40px;
    }

    .awarranty__ellipse {
        top: 400px;
    }
}

@media screen and (max-width: 767px) {
    .awarranty {
        padding: 20px;
    }

    .awarranty__bg {
        display: none;
    }

    .awarranty__benefit-title {
        font-size: 24px;
    }

    .awarranty__cta-card {
        aspect-ratio: 16 / 11;
    }
}

@media screen and (max-width: 567px) {
    .awarranty {
        border-radius: 0 0 16px 16px;
    }
    .awarranty__layout {
        column-gap: 20px;
    }
    .awarranty__content h2 {
        font-size: 22px;
    }
    .awarranty__content {
        gap: 20px;
    }
    .awarranty__content p {
        font-size: 14px;
    }
    .awarranty__visual {
        margin: 0 0 -100px;
    }
    .awarranty__benefit-title {
        font-size: 18px;
    }
    .awarranty__benefit-text {
        font-size: 14px;
    }
    .awarranty__cta-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .awarranty__cta-card {
        aspect-ratio: 1 / 1;
        width: 100%;
        height: auto;
    }
    .awarranty__cta-button {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        height: 58px;
        width: 100%;
    }
    .awarranty__cta-image {
        width: 100%;
        height: 100%;
    }
    .awarranty__cta-icon {
        width: 48px;
        height: 48px;
    }
    .awarranty__cta-icon svg {
        width: 48px;
        height: 48px;
    }
    .awarranty__cta-label {
        font-size: 14px;
    }
}




















.ausage {
    margin: 130px 0;
    padding: 0;
}

.ausage__container {
    width: 100%;
    margin: 0 auto;
}

.ausage__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px;
}

.ausage__titlebox {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 845px;
}

.ausage__titlebox h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ausage__titlebox p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ausage__nav {
    display: flex;
    gap: 40px;
}

.ausage__navbtn {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    border: 1.5px solid #266141;
    background: #fff;
    color: #266141;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease, opacity .15s ease;
}

.ausage__navbtn svg {
    width: 40px;
    height: 40px;
}

.ausage__navbtn:hover {
    transform: translateY(-1px);
    background: rgba(31, 111, 67, .06);
}

.ausage__navbtn:active {
    transform: translateY(0);
}

.ausage__navbtn.swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.ausage__slider {
    position: relative;
}

.ausage-swiper {
    overflow: hidden;
}

.ausage-swiper .swiper-wrapper {
    align-items: stretch;
}

.ausage-swiper .swiper-slide {
    height: auto;
    display: flex;          /* чтобы карточка растягивалась по высоте */
}

.ausage-card {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #31383A;
    background: url(/image/catalog/landings/car-coolers/ausage-cardbg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ausage-card__media {
    height: 303px;
    flex-shrink: 0;
}

.ausage-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ausage-card__body {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 auto;
}

.ausage-card__body h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.ausage-card__body p {
    margin: 0 0 auto;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


/* прогресс-линией как на скрине */
.ausage__progress {
    margin-top: 50px;
    height: 4px;
    background: #C0C0C0;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

/* Swiper progressbar рисует внутри span */
.ausage__progress .swiper-pagination-progressbar-fill {
    background: #266141;
    border-radius: 999px;
}

/* --- BREAKPOINTS --- */

@media screen and (max-width: 1599px) {
    .ausage__titlebox {
        max-width: 965px;
    }
    .ausage-card__body {
        padding: 50px 40px;
    }
}

@media screen and (max-width: 1344px) {
    .ausage {
        margin: 100px 0;
        padding: 0;
    }
    .ausage__titlebox {
        max-width: 850px;
    }
    .ausage-card__body {
        padding: 50px 40px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .ausage__titlebox {
        max-width: 570px;
    }
    .ausage__titlebox h2 {
        font-size: 40px;
    }
    .ausage-card__media {
        height: 322px;
    }
    .ausage-card__body {
        padding: 25px 30px 25px;
    }
    .ausage-card__body h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .ausage__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 30px;
    }
    .ausage__titlebox {
        max-width: unset;
    }
    .ausage-card__body {
        padding: 30px;
    }
    .ausage__progress {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ausage {
        margin: 80px 0;
    }
    .ausage-card__body {
        padding: 20px 20px 20px;
        gap: 20px;
    }
    .ausage-card__body h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .ausage {
        margin: 60px 0;
    }
    .ausage__head {
        gap: 20px;
        margin-bottom: 20px;
    }
    .ausage__titlebox {
        gap: 20px;
    }
    .ausage__titlebox h2 {
        font-size: 22px;
    }
    .ausage__titlebox p {
        font-size: 14px;
    }
    .ausage__nav {
        justify-content: space-between;
        width: 100%;
    }
    .ausage-card__media {
        height: 75vw;
    }
    .ausage-card__body {
        padding: 20px ;
    }
    .ausage-card__body h3 {
        font-size: 18px;
    }
    .ausage-card__body p {
        font-size: 14px;
    }
}




.aquestions {
    margin: 130px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    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 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 30px;
    align-items: center;
    color: #020A0A;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.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;
    max-height: 0;
    overflow: hidden;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .aquestions h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 28px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions {
        gap: 50px;
    }
    .aquestions h2 {
        font-size: 36px;
    }
    .aqaaccordion-header {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .aquestions {
        margin: 60px 0;
        gap: 20px;
    }
    .aquestions h2 {
        font-size: 22px;
    }
    .aqaaccordion-header {
        font-size: 18px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }
}


/* Минимальные стили с использованием ключа atecnho */
.atecnho-swiper {
    position: relative;
    margin: 0;
    width: 100%;
}

.atecnho-swiper .swiper {
    width: 100%;
}

.atecnho-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #f0f0f0;
    border-radius: 8px;
}

/* Контейнер для навигации */
.atecnho-swiper-nav {
    position: absolute;
    bottom: 180px;
    right: 100px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 0;
    z-index: 10;
}

/* Кнопки навигации */
.atecnho-swiper-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.atecnho-swiper-btn svg {
    width: 70px;
    height: 70px;
}

/* Пагинация с цифрами */
.atecnho-swiper-pagination {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: auto 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}

.atecnho-swiper-pagination-current,
.atecnho-swiper-pagination-total {
    min-width: 25px;
    text-align: center;
}

@media screen and (max-width: 1344px) {
    .atecnho-swiper-nav {
        bottom: 150px;
        right: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .atecnho-swiper-nav {
        bottom: 140px;
        right: 80px;
    }
}

/* Адаптивность */
@media screen and (max-width: 991px) {
    .atecnho-swiper-nav {
        position: static;
        transform: none;
        justify-content: space-between;
        align-items: center;
        gap: unset;
        margin: 0;
        padding: 0 30px 85px;
        background-color: #010101;
    }

    .atecnho-swiper-pagination {
        display: flex;
        order: 2;
    }

    .atecnho-swiper-btn-prev {
        order: 1;
    }

    .atecnho-swiper-btn-next {
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .atecnho-swiper-pagination {
        display: none;
    }
    .atecnho-swiper {
        background-color: #010101;
    }
    .atecnho-swiper-nav {
        padding: 0 20px 80px;
    }
}

@media screen and (max-width: 567px) {
    .atecnho-swiper-nav {
        padding: 0 20px 60px;
    }
}