.alandings {
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 767px) {
    .alandings {
        padding: 0 15px;
    }
}

@media screen and (max-width: 567px) {
    .alandings {
        padding: 0 15px;
    }
}

.aproduct {
    margin: 0;
    padding: 200px 50px 0;
    position: relative;
    background-image: url(/image/catalog/landings/badges/aproduct.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 500px;
}

.aproduct h2 {
    margin: 0 0 auto auto;
    padding: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
}

@media screen and (max-width: 1599px) {
    .aproduct {
        min-height: 468px;
    }
    .aproduct h2 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1344px) {
    .aproduct {
        padding: 180px 30px 0;
    }
    .aproduct h2 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .aproduct {
        padding: 266px 40px 90px;
        min-height: unset;
    }
    .aproduct h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .aproduct {
        padding: 126px 30px 77px;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        padding: 104px 20px 62px;
    }
    .aproduct h2 {
        font-size: 33px;
    }
}

@media screen and (max-width: 567px) {
    .aproduct {
        padding: 36px 20px 45px;
        min-height: unset;
    }
    .aproduct h2 {
        font-size: 20px;
    }
}

.adescribe {
    margin: -120px 0 0;
    padding: 100px 50px 0;
    position: relative;
    border-radius: 25px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 785px;
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    column-gap: 95px;
    row-gap: 50px;
}

.adescribe__title {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    z-index: 3;
}

.adescribe__text {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
    z-index: 3;
}

.adescribe__text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

.adescribe__text p span {
    font-weight: 700;
}

.adescribe__prophs {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 3;
}

.adescribe__prophs-item {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-image: url(/image/catalog/landings/badges/adescribe_item_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    border: 1px solid #FFF;    
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);    
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}

.adescribe__prophs-item img {
    margin: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.adescribe__prophs-item p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.adescribe__prophs-item p span {
    font-weight: 700;
}


.adescribe__image {
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    max-width: 818px;
    z-index: 2;
}


@media screen and (max-width: 1599px) {
    .adescribe {
        margin: -100px 0 0;
        grid-template-columns: 1fr 690px;
        column-gap: 50px;
    }
    .adescribe__image {
        max-width: 741px;
    }
}

@media screen and (max-width: 1344px) {
    .adescribe {
        margin: -165px 0 0;
        padding: 50px 50px 0;
        grid-template-columns: 1fr 620px;
        column-gap: 50px;
        row-gap: 50px;
    }
    .adescribe__title {
        font-size: 26px;
    }
    .adescribe__text {
        gap: 26px;
    }
    .adescribe__text p {
        font-size: 16px;
    }
    .adescribe__prophs {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .adescribe {
        margin: -40px 0 0;
        padding: 40px 40px 0;
        grid-template-columns: 1fr 450px;
        column-gap: 60px;
        row-gap: 30px;
    }
    .adescribe__title {
        font-size: 26px;
    }
    .adescribe__text {
        gap: 20px;
    }
    .adescribe__prophs {
        gap: 20px;
    }
    .adescribe__prophs-item {
        padding: 30px;
        gap: 30px;
        border-radius: 20px;
    }
    .adescribe__prophs-item p {
        font-size: 16px;
    }
    .adescribe__image {
        max-width: 569px;
        bottom: 84px;
    }
}

@media screen and (max-width: 991px) {
    .adescribe {
        margin: -45px 0 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));;
        column-gap: unset;
        row-gap: 16px;
        width: 100%;
    }
    .adescribe__title {
        grid-area: 1 / 1 / 2 / 3;
    }
    .adescribe__text {
        grid-area: 2 / 1 / 3 / 3;
    }
    .adescribe__image {
        position: relative;
        bottom: unset;
        left: unset;
        max-width: 426px;
        z-index: 2;
    }
    .adescribe__prophs {
        margin: -180px 0 0 auto;
        gap: 20px;
        max-width: 447px;
    }
}

@media screen and (max-width: 767px) {
    .adescribe {
        margin: -33px 0 0;
        padding: 20px 20px 0;
    }
    .adescribe__title {
        font-size: 20px;
    }
    .adescribe__text p {
        font-size: 16px;
    }
    .adescribe__image {
        max-width: 100%;
    }
    .adescribe__prophs {
        margin: -150px 0 0 auto;
        gap: 15px;
        max-width: 100%;
    }
    .adescribe__prophs-item {
        border-radius: 15px;
    }
}

@media screen and (max-width: 567px) {
    .adescribe {
        margin: -25px 0 0;
        padding: 20px 0 0;
        row-gap: 16px;
    }
    .adescribe__title {
        margin: 0 20px;
        font-size: 16px;
    }
    .adescribe__text {
        margin: 0 20px;
        gap: 20px;
    }
    .adescribe__text p {
        font-size: 14px;
    }
    .adescribe__prophs {
        margin: -80px 0 0 auto;
    }
    .adescribe__prophs-item {
        padding: 20px;
        gap: 20px;
        border-radius: 15px;
    }
    .adescribe__prophs-item img {
        max-width: 60px;
    }
    .adescribe__prophs-item p {
        font-size: 14px;
    }
}



.aatention {
    grid-area: 2 / 1 / 3 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aatention h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 935px;
}

.aatention h2 span {
    color: #266141;
}

.aatention-slider-container {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.aatention-swiper {
    width: 100%;
    overflow: hidden;
}

.aatention-swiper-slide {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background-image: url(/image/catalog/landings/badges/adescribe_item_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 230px;
}

.aatention-slide-image {
    margin: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px !important;
}

.aatention-slide-text {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}

/* Прогрессбар */
.aatention-slider-progress {
    width: 100%;
    height: 5px;
    background: #E4E4E4;
    margin: 50px 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: 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: 1599px) {
    .aatention-swiper-slide {
        height: 230px;
    }
}

@media screen and (max-width: 1344px) {
    .aatention {
        margin: 0;
        gap: 40px;
    }
    .aatention-swiper-slide {
        padding: 40px;
        margin: 0;
    }
    .aatention-slider-progress {
        margin: 40px 0;
    }
}

@media screen and (max-width: 1199px) {
    .aatention h2 {
        font-size: 34px;
        max-width: 763px;
    }
    .aatention-swiper-slide {
        padding: 30px;
        gap: 30px;
        border-radius: 20px;
        height: 210px;
    }
    .aatention-slide-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aatention {
        margin: 24px 0 0;
        grid-area: 3 / 1 / 4 / 3;
    }
    .aatention-swiper-slide {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .aatention {
        gap: 30px;
        margin: 14px 0 0;
    }
    .aatention h2 {
        font-size: 32px;
        max-width: unset;
    }
    .aatention-swiper-slide {
        border-radius: 15px;
        height: 218px;
    }
    .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 {
        margin: 4px 0;
        gap: 20px;
    }
    .aatention h2 {
        font-size: 20px;
    }
    .aatention-swiper-slide {
        padding: 20px;
        gap: 20px;
        border-radius: 15px;
        height: 141px;
    }
    .aatention-slide-image {
        max-width: 60px !important;
    }
    .aatention-slide-text {
        font-size: 14px;
    }
    .aatention-slider-progress {
        display: none;
    }
    .aatention-slider-pagination {
        margin: 45px auto 0;
        display: flex;
    }
    .aatention-swiper-pagination {
        transform: unset !important;
    }
    .aatention-swiper-pagination .swiper-pagination-bullet-active {
        background: #266141 !important;
    }
    .aatention-slider-navigation {
        margin: -35px 0 0;
        width: 100%;
        align-self: flex-end;
        display: flex;
        gap: unset;
        justify-content: space-between;
    }
}

.amaterials {
    margin: 50px 0;
    padding: 0 0 0 90px;
    display: flex;
    gap: 65px;
}

.amaterials__image {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 583px;
}

.amaterials__text {
    margin: auto 0 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.amaterials__text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.amaterials__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .amaterials {
        padding: 0;
        gap: 55px;
    }
}

@media screen and (max-width: 1344px) {
    .amaterials {
        gap: 50px;
    }
    .amaterials__image {
        max-width: 520px;
    }
    .amaterials__text h2 {
        font-size: 26px;
    }
    .amaterials__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .amaterials {
        margin: 40px 0;
        gap: 28px;
    }
    .amaterials__image {
        max-width: 440px;
    }
    .amaterials__text {
        margin: auto 0 0;
    }
}

@media screen and (max-width: 991px) {
    .amaterials {
        margin: 60px 40px;
        gap: 20px;
        flex-direction: column;
    }
    .amaterials__image {
        max-width: 440px;
        margin: 0 auto;
    }
    .amaterials__text {
        margin: 0 auto;
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .amaterials {
        margin: 60px 0;
    }
    .amaterials__image {
        max-width: 343px;
    }
    .amaterials__text h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 567px) {
    .amaterials__image {
        max-width: 100%;
    }
    .amaterials__text h2 {
        font-size: 18px;
    }
    .amaterials__text p {
        font-size: 14px;
    }
}

.ahardware {
    margin: 0;
    padding: 50px;
    display: flex;
    background-image: url(/image/catalog/landings/badges/ahardware.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
}

.ahardware__image {
    display: none;
}

.ahardware__text {
    margin: 0 0 0 auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    border: 1px solid #BABABA;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 662px;
}

.ahardware__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.ahardware__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .ahardware {
        padding: 23px;
    }
    .ahardware__text {
        max-width: 589px;
    }
}

@media screen and (max-width: 1344px) {
    .ahardware {
        padding: 30px;
    }
    .ahardware__text {
        max-width: 520px;
    }
    .ahardware__text h2 {
        font-size: 26px;
    }
    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .ahardware {
        padding: 30px 20px;
    }
}

@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: 408px;
        background-image: url(/image/catalog/landings/badges/ahardware.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 16px;
    }
    .ahardware__text {
        margin: -160px 40px 0;
        padding: 20px;
        gap: 16px;
        max-width: unset;
        border-radius: 16px;
        background-image: url(/image/catalog/landings/badges/ahardware_item_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .ahardware__image {
        height: 55vw;
    }
    .ahardware__text {
        margin: -100px 30px 0;
    }
    .ahardware__text h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 567px) {
    .ahardware__image {
        height: 50vw;
    }
    .ahardware__text {
        margin: -40px 10px 0;
    }
    .ahardware__text h2 {
        font-size: 18px;
    }
    .ahardware__text p {
        font-size: 14px;
    }
}

.aprophs {
    margin: 26px 0 50px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 26px;
}

.aprophs__text:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.aprophs__text:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
}

.aprophs__text {
    margin: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 20px;
    background-color: #f9f9f9;
}

.aprophs__text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aprophs__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs__image:nth-child(3) {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(/image/catalog/landings/badges/aprophs_1.webp);
}

.aprophs__image:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
    background-image: url(/image/catalog/landings/badges/aprophs_2.webp);
}

.aprophs__image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

@media screen and (max-width: 1344px) {
    .aprophs {
        margin: 20px 0 50px;
        gap: 20px;
    }
    .aprophs__text h2 {
        font-size: 26px;
    }
    .aprophs__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .aprophs {
        margin: 20px 0 40px;
        gap: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aprophs {
        margin: 60px 40px;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        gap: 16px;
    }
    .aprophs__text:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
    .aprophs__text:nth-child(2) {
        grid-area: 3 / 1 / 4 / 2;
    }
    .aprophs__text {
        padding: 20px;
        gap: 16px;
        border-radius: 16px;
    }
    .aprophs__image:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }
    .aprophs__image:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
    }
    .aprophs__image {
        height: 360px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 767px) {
    .aprophs {
        margin: 60px 0;
    }
    .aprophs__text h2 {
        font-size: 20px;
    }
    .aprophs__image {
        height: 55vw;
    }
}

@media screen and (max-width: 567px) {
    .aprophs__text h2 {
        font-size: 18px;
    }
    .aprophs__text p {
        font-size: 14px;
    }
    .aprophs__image {
        height: 65vw;
    }
}

.aweight {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    align-items: end;
}

.aweight__text {
    margin: 0 0 77px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aweight__text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aweight__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aweight img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 1599px) {
    .aweight {
        gap: 26px;
    }
    .aweight__text {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 1344px) {
    .aweight {
        gap: 20px;
    }
    .aweight__text h2 {
        font-size: 26px;
    }
    .aweight__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .aweight {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .aweight {
        margin: 0 40px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }
    .aweight__text {
        margin: 0;
        gap: 16px;
    }
    .aweight img {
        margin: 0 auto;
        max-width: 452px;
    }
}

@media screen and (max-width: 767px) {
    .aweight {
        margin: 0;
    }
    .aweight__text h2 {
        font-size: 20px;
    }
    .aweight img {
        margin: 0 auto;
        max-width: 340px;
    }
}

@media screen and (max-width: 567px) {
    .aweight__text h2 {
        font-size: 18px;
    }
    .aweight__text p {
        font-size: 14px;
    }
    .aweight img {
        margin: 0 auto;
        max-width: 100%;
    }
}














@media screen and (max-width: 1599px) {
    
}

@media screen and (max-width: 1344px) {
    
}

@media screen and (max-width: 1199px) {
    
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 567px) {
    
}





























.abuytent {
    margin: 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 26px;
}

.abuytent h2 {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.abuytent h2 span {
    color: #266141;
}

.abuytent__image {
    grid-area: 1 / 1 / 3 / 2;
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url(/image/catalog/landings/badges/abuytent.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.abuytent__list {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style-type: none;
}

.abuytent__item {
    margin: 0;
    padding: 40px;
    display: flex;
    border-radius: 25px;
    background-color: #f9f9f9;
}

.abuytent__item p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.abuytent__item p span {
    font-weight: 700;
}

@media screen and (max-width: 1344px) {
    .abuytent {
        gap: 20px;
    }
    .abuytent h2 {
        font-size: 26px;
    }
    .abuytent__list {
        gap: 20px;
    }
    .abuytent__item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .abuytent {
        margin: 40px 0;
        gap: 20px;
    }
    .abuytent h2 {
        font-size: 26px;
    }
    .abuytent__list {
        margin: 0;
        gap: 20px;
    }
    .abuytent__item {
        padding: 30px;
    }

}

@media screen and (max-width: 991px) {
    .abuytent {
        margin: 60px 40px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 20px;
    }
    .abuytent h2 {
        grid-area: 1/1/2/2;
    }
    .abuytent__image {
        grid-area: 3/1/4/2;
        width: 100%;
        height: 330px;
        border-radius: 16px;
    }
    .abuytent__list {
        grid-area: 2/1/3/2;
    }
    .abuytent__item {
        padding: 20px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 767px) {
    .abuytent {
        margin: 60px 0;
        gap: 16px;
    }
    .abuytent h2 {
        font-size: 20px;
    }
    .abuytent__image {
        height: 55vw;
    }
}

@media screen and (max-width: 567px) {
    .abuytent {
        margin: 40px 0;
    }
    .abuytent h2 {
        font-size: 18px;
    }
    .abuytent__image {
        height: 65vw;
    }
    .abuytent__list {
        gap: 15px;
    }
    .abuytent__item {
        padding: 20px;
    }
    .abuytent__item p {
        font-size: 14px;
    }
}