.category-info {
    overflow: visible!important;
}
.alandings {
    font-family: 'Montserrat' !important;
    margin: 0 auto;
    padding: 0;
}

.aproduct {
    margin: 0;
    padding: 200px 50px 0;
    position: relative;
    background-image: url(/image/catalog/landings/tents/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;
}

@media screen and (max-width: 1599px) {
    .aproduct {
        min-height: 468px;
    }
    .aproduct h2 {
        font-size: 68px;
    }
}

@media screen and (max-width: 1344px) {
    .aproduct {
        padding: 180px 30px 0;
    }
    .aproduct h2 {
        font-size: 62px;
    }
}

@media screen and (max-width: 1199px) {
    .aproduct {
        padding: 150px 30px 0;
        min-height: 346px;
    }
    .aproduct h2 {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .aproduct {
        padding: 130px 30px 0;
    }
    .aproduct h2 {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        padding: 120px 30px 0;
    }
    .aproduct h2 {
        font-size: 47px;
    }
}

@media screen and (max-width: 567px) {
    .aproduct {
        padding: 100px 20px 170px;
        min-height: unset;
    }
    .aproduct h2 {
        font-size: 38px;
    }
}

.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 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase;
    z-index: 3;
}

.adescribe__text {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 3;
}

.adescribe__text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 22px;
    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/tents/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!important;
    z-index: 2;
}

.atypes {
    margin: 180px 0 80px;
    padding: 0;
    color: #020A0A !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    text-transform: uppercase;
}

.atypes span {
    color: #266141 !important;
}

@media screen and (max-width: 1599px) {
    .adescribe {
        margin: -100px 0 0;
        grid-template-columns: 1fr 669px;
        column-gap: 100px;
    }
    .adescribe__image {
        max-width: 741px!important;
    }
    .atypes {
        font-size: 60px !important;
    }
}

@media screen and (max-width: 1344px) {
    .adescribe {
        margin: -165px 0 0;
        padding: 60px 30px 0;
        grid-template-columns: 1fr 615px;
        column-gap: 60px;
        row-gap: 40px;
    }
    .adescribe__text {
        gap: 40px;
    }
    .adescribe__prophs {
        gap: 40px;
    }
    .adescribe__image {
        max-width: 665px!important;
        bottom: 140px;
    }
    .atypes {
        margin: 122px 0 60px;
        font-size: 50px !important;
    }
}

@media screen and (max-width: 1199px) {
    .adescribe {
        margin: -80px 0 0;
        grid-template-columns: 1fr 537px;
        column-gap: 60px;
        row-gap: 30px;
    }
    .adescribe__title {
        font-size: 22px !important;
    }
    .adescribe__text {
        gap: 30px;
    }
    .adescribe__text p {
        font-size: 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!important;
        bottom: 84px;
    }
    .atypes {
        margin: 120px 0 60px;
        font-size: 44px !important;
    }
}

@media screen and (max-width: 991px) {
    .adescribe {
        margin: -140px 0 0;
        grid-template-columns: 1fr;
        column-gap: unset;
        row-gap: 30px;
    }
    .adescribe__text {
        grid-area: 2 / 1 / 3 / 2;
    }
    .adescribe__image {
        grid-area: 3 / 1 / 4 / 2;
        position: relative;
        bottom: unset;
        left: unset;
        max-width: 426px!important;
        z-index: 2;
    }
    .adescribe__prophs {
        grid-area: 4 / 1 / 5 / 2;
        margin: -180px 0 0 auto;
        gap: 20px;
        max-width: 447px;
    }
    .atypes {
        margin: 100px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .adescribe__text p {
        font-size: 18px;
    }
    .adescribe__image {
        max-width: 100%!important;
    }
    .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: -130px 0 0;
        padding: 40px 0 0;
        row-gap: 20px;
    }
    .adescribe__title {
        margin: 0 20px;
        font-size: 18px !important;
    }
    .adescribe__text {
        margin: 0 20px;
        gap: 20px;
    }
    .adescribe__text p {
        font-size: 16px;
    }
    .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;
    }
    .atypes {
        margin: 80px 0 40px;
        font-size: 24px !important;
    }
}

.aautotents {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 246px 1fr;
    gap: 200px;
}

.aautotents__svg-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.aautotents__number {
    position: sticky;
    top: 40vh;
    margin: 0;
    object-fit: contain;
    width: 100%;
    height: 150px;
    transition: transform 0.5s ease;
}

.aautotents__content {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aautotents__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.aautotents__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aautotents__content-text h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.aautotents__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
}

.aautotents__content-text p span {
    font-weight: 700;
}

.aautotents__content-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 25px;
}

.aautotents__content-item {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 25px;
    background-color: #f9f9f9;
}

.aautotents__content-item-img {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.aautotents__content-item-hyperlink {
    text-decoration: none;
    color: inherit;
}

.aautotents__content-item-btn {
    margin: 0;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #020A0A;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
}

.aautotents__content-item-btn p {
    margin: auto 15px;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aautotents__content-item-btn-circle {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #266141;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.aautotents__content-item-btn-circle-arrow {
    margin: auto;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/white_arrow.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 8px;
    transition: all 0.5s ease;
}

.aautotents__content-item-btn:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.aautotents__content-item-btn:hover .aautotents__content-item-btn-circle {
    width: 70px;
}

.aautotents__content-item-btn:hover .aautotents__content-item-btn-circle-arrow {
    width: 50px;
}

.aautotents__content-item-btn:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    background-color: #266141;
}

.aautotents__content-item-btn:active p {
    color: #fff;
}

.aautotents__content-puzzles {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 388px);
    gap: 25px;
    list-style: none;
}

.aautotents__content-puzzles-item:nth-child(1) {
    margin: 0;
    padding: 40px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 25px;
}

.aautotents__content-puzzles-item:nth-child(1) p {
    margin: auto 0 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aautotents__content-puzzles-item:nth-child(1) p span {
    font-weight: 700;
}

.aautotents__content-puzzles-item:nth-child(2) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/aautotents_item_bg_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.aautotents__content-puzzles-item:nth-child(3) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/aautotents_item_bg_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.aautotents__content-puzzles-item:nth-child(4) {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-end;
    border-radius: 25px;
    background: linear-gradient(121deg, #5B6770 0%, #454E55 98.78%);
}

.aautotents__content-puzzles-item:nth-child(4) img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 80px;
}

.aautotents__content-puzzles-item:nth-child(4) p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aautotents__content-puzzles-item:nth-child(4) p span {
    font-weight: 700;
}

.aautotents__scrollbar {
    display: none;
}

@media screen and (max-width: 1599px) {
    .aautotents {
        margin: 0;
        padding: 0;
        position: relative;
        display: grid;
        grid-template-columns: 246px 1fr;
        gap: 112px;
    }
    .aautotents__content-item {
        gap: 42px;
    }
}

@media screen and (max-width: 1344px) {
    .aautotents {
        grid-template-columns: 200px 1fr;
        gap: 85px;
    }
    .aautotents__number {
        height: 120px;
    }
    .aautotents__content {
        padding: 40px 0 0;
        gap: 40px;
    }
    .aautotents__content-text {
        gap: 40px;
    }
    .aautotents__content-list {
        gap: 20px;
    }
    .aautotents__content-item {
        gap: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .aautotents {
        grid-template-columns: 180px 1fr;
        gap: 55px;
    }
    .aautotents__number {
        height: 110px;
    }
    .aautotents__content-text h3 {
        font-size: 34px;
    }
    .aautotents__content-text p {
        font-size: 18px;
    }
    .aautotents__content-item {
        padding: 15px;
        gap: 30px;
        border-radius: 20px;
    }
    .aautotents__content-item-btn p {
        margin: auto 10px;
        font-size: 16px;
    }
    .aautotents__content-puzzles {
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(1) {
        padding: 30px;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(1) p {
        font-size: 16px;
    }
    .aautotents__content-puzzles-item:nth-child(2) {
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(3) {
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(4) {
        padding: 30px;
        gap: 20px;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(4) p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aautotents {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr minmax(min-content, max-content);
        gap: 40px;
    }
    .aautotents__number {
        position: relative;
        top: unset;
        margin: 0;
        object-fit: contain;
        width: 160px;
        height: 96px;
    }
    .aautotents__content {
        padding: 30px 0 0;
        gap: 30px;
    }
    .aautotents__content-list {
        margin: 0 auto;
        grid-template-columns: repeat(3 ,215px);
        gap: 20px;
    }
    .aautotents__content-item {
        gap: 30px;
    }
    .aautotents__content-puzzles {
        grid-template-rows: repeat(2, 376px);
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aautotents__content-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-template-columns: unset;
        overflow-x: auto ;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 100vw;
        margin: 0;
        padding: 0 20px 25px;
        gap: 15px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }
    .aautotents__content-list:active {
        cursor: grabbing;
    }
    .aautotents__content-list::-webkit-scrollbar {
        display: none;
    }
    .aautotents__content-item {
        flex: 0 0 auto;
        width: 38vw;
        user-select: none;
    }
        /* Кастомный скроллбар */
        .aautotents__scrollbar {
            display: block;
            position: relative;
            width: calc(100vw - 40px);
            height: 5px;
            background-color: #E4E4E4;
            border-radius: 4px;
            margin: -40px auto 0;
            left: calc(50% + 20px);
            right: calc(50% + 20px);
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
        }
        
        .aautotents__scrollbar-progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #266141;
            border-radius: 4px;
            width: 0%;
            transition: width 0.2s ease;
        }
    .aautotents__content-puzzles {
        grid-template-rows: minmax(min-content, max-content) 279px minmax(min-content, max-content);
        gap: 15px;
    }
    .aautotents__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .aautotents__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .aautotents__content-puzzles-item:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .aautotents__content-puzzles-item:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 567px) {
    .aautotents {
        gap: 20px;
    }
    .aautotents__number {
        width: 125px;
        height: 75px;
    }
    .aautotents__content {
        padding: 20px 0 0;
        gap: 20px;
    }
    .aautotents__content::before {
        height: 2px;
    }
    .aautotents__content-text {
        gap: 20px;
    }
    .aautotents__content-text h3 {
        font-size: 20px;
    }
    .aautotents__content-text p {
        font-size: 16px;
    }
    .aautotents__content-item {
        width: 68vw;
    }
    .aautotents__content-puzzles {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(min-content, max-content) 250px 250px minmax(min-content, max-content);
        gap: 15px;
    }
    .aautotents__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        padding: 20px;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(1) p {
        margin: 0;
        font-size: 14px;
    }
    .aautotents__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(3) {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(4) {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
        padding: 20px;
        gap: 20px;
        border-radius: 20px;
    }
    .aautotents__content-puzzles-item:nth-child(4) p {
        font-size: 14px;
    }
}

.aturism {
    margin: 150px 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 246px 1fr;
    gap: 200px;
}

.aturism__svg-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.aturism__number {
    position: sticky;
    top: 40vh;
    margin: 0;
    object-fit: contain;
    width: 100%;
    height: 150px;
    transition: transform 0.5s ease;
}

.aturism__content {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aturism__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.aturism__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aturism__content-text h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.aturism__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
}

.aturism__content-text p span {
    font-weight: 700;
}

.aturism__content-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 25px;
}

.aturism__content-item {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 25px;
    background-color: #f9f9f9;
}

.aturism__content-item-img {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.aturism__content-item-hyperlink {
    text-decoration: none;
    color: inherit;
}

.aturism__content-item-btn {
    margin: 0;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #020A0A;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
}

.aturism__content-item-btn p {
    margin: auto 15px;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aturism__content-item-btn-circle {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #266141;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.aturism__content-item-btn-circle-arrow {
    margin: auto;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/white_arrow.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 8px;
    transition: all 0.5s ease;
}

.aturism__content-item-btn:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.aturism__content-item-btn:hover .aturism__content-item-btn-circle {
    width: 70px;
}

.aturism__content-item-btn:hover .aturism__content-item-btn-circle-arrow {
    width: 50px;
}

.aturism__content-item-btn:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    background-color: #266141;
}

.aturism__content-item-btn:active p {
    color: #fff;
}

.aturism__content-puzzles {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 388px);
    gap: 25px;
    list-style: none;
}

.aturism__content-puzzles-item:nth-child(1) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/aturism_item_bg_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.aturism__content-puzzles-item:nth-child(2) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/aturism_item_bg_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.aturism__content-puzzles-item:nth-child(3) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/aturism_item_bg_3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.aturism__content-puzzles-item:nth-child(4) {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-end;
    border-radius: 25px;
    background: linear-gradient(121deg, #5B6770 0%, #454E55 98.78%);
}

.aturism__content-puzzles-item:nth-child(4) img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 80px;
}

.aturism__content-puzzles-item:nth-child(4) p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aturism__content-puzzles-item:nth-child(4) p span {
    font-weight: 700;
}

.aturism__scrollbar {
    display: none;
}

@media screen and (max-width: 1599px) {
    .aturism {
        padding: 0;
        position: relative;
        display: grid;
        grid-template-columns: 246px 1fr;
        gap: 112px;
    }
    .aturism__content-item {
        gap: 42px;
    }
}

@media screen and (max-width: 1344px) {
    .aturism {
        margin: 120px 0;
        grid-template-columns: 200px 1fr;
        gap: 85px;
    }
    .aturism__number {
        height: 120px;
    }
    .aturism__content {
        padding: 40px 0 0;
        gap: 40px;
    }
    .aturism__content-text {
        gap: 40px;
    }
    .aturism__content-list {
        gap: 20px;
    }
    .aturism__content-item {
        gap: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .aturism {
        grid-template-columns: 180px 1fr;
        gap: 55px;
    }
    .aturism__number {
        height: 110px;
    }
    .aturism__content-text h3 {
        font-size: 34px;
    }
    .aturism__content-text p {
        font-size: 18px;
    }
    .aturism__content-item {
        padding: 15px;
        gap: 30px;
        border-radius: 20px;
    }
    .aturism__content-item-btn p {
        margin: auto 10px;
        font-size: 16px;
    }
    .aturism__content-puzzles {
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .aturism__content-puzzles-item:nth-child(1) {
        padding: 30px;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(1) p {
        font-size: 16px;
    }
    .aturism__content-puzzles-item:nth-child(2) {
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(3) {
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(4) {
        padding: 30px;
        gap: 20px;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(4) p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aturism {
        margin: 100px 0;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr minmax(min-content, max-content);
        gap: 40px;
    }
    .aturism__number {
        position: relative;
        top: unset;
        margin: 0;
        object-fit: contain;
        width: 160px;
        height: 96px;
    }
    .aturism__content {
        padding: 30px 0 0;
        gap: 30px;
    }
    .aturism__content-list {
        margin: 0 auto;
        grid-template-columns: repeat(3 ,215px);
        gap: 20px;
    }
    .aturism__content-item {
        gap: 30px;
    }
    .aturism__content-puzzles {
        grid-template-rows: repeat(2, 376px);
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aturism__content-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-template-columns: unset;
        overflow-x: auto ;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 100vw;
        margin: 0;
        padding: 0 20px 25px;
        gap: 15px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }
    .aturism__content-list:active {
        cursor: grabbing;
    }
    .aturism__content-list::-webkit-scrollbar {
        display: none;
    }
    .aturism__content-item {
        flex: 0 0 auto;
        width: 38vw;
        user-select: none;
    }
        /* Кастомный скроллбар */
        .aturism__scrollbar {
            display: block;
            position: relative;
            width: calc(100vw - 40px);
            height: 5px;
            background-color: #E4E4E4;
            border-radius: 4px;
            margin: -40px auto 0;
            left: calc(50% + 20px);
            right: calc(50% + 20px);
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
        }
        
        .aturism__scrollbar-progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #266141;
            border-radius: 4px;
            width: 0%;
            transition: width 0.2s ease;
        }
    .aturism__content-puzzles {
        grid-template-rows: 376px 279px minmax(min-content, max-content);
        gap: 15px;
    }
    .aturism__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .aturism__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .aturism__content-puzzles-item:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .aturism__content-puzzles-item:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 567px) {
    .aturism {
        margin: 80px 0;
        gap: 20px;
    }
    .aturism__number {
        width: 125px;
        height: 75px;
    }
    .aturism__content {
        padding: 20px 0 0;
        gap: 20px;
    }
    .aturism__content::before {
        height: 2px;
    }
    .aturism__content-text {
        gap: 20px;
    }
    .aturism__content-text h3 {
        font-size: 20px;
    }
    .aturism__content-text p {
        font-size: 16px;
    }
    .aturism__content-item {
        width: 68vw;
    }
    .aturism__content-puzzles {
        grid-template-columns: 1fr;
        grid-template-rows: 250px 250px 250px minmax(min-content, max-content);
        gap: 15px;
    }
    .aturism__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        padding: 20px;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(1) p {
        margin: 0;
        font-size: 14px;
    }
    .aturism__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(3) {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(4) {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
        padding: 20px;
        gap: 20px;
        border-radius: 20px;
    }
    .aturism__content-puzzles-item:nth-child(4) p {
        font-size: 14px;
    }
}

.awinter {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 246px 1fr;
    gap: 200px;
}

.awinter__svg-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
}

.awinter__number {
    position: sticky;
    top: 40vh;
    margin: 0;
    object-fit: contain;
    width: 100%;
    height: 150px;
    transition: transform 0.5s ease;
}

.awinter__content {
    margin: 0;
    padding: 50px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.awinter__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
}

.awinter__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.awinter__content-text h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.awinter__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 170%;
}

.awinter__content-text p span {
    font-weight: 700;
}

.awinter__content-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 25px;
}

.awinter__content-item {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 25px;
    background-color: #f9f9f9;
}

.awinter__content-item-img {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.awinter__content-item-hyperlink {
    text-decoration: none;
    color: inherit;
}

.awinter__content-item-btn {
    margin: 0;
    padding: 5px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #020A0A;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
}

.awinter__content-item-btn p {
    margin: auto 15px;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.awinter__content-item-btn-circle {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #266141;
    flex-shrink: 0;
    transition: all 0.5s ease;
}

.awinter__content-item-btn-circle-arrow {
    margin: auto;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/white_arrow.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
    width: 20px;
    height: 8px;
    transition: all 0.5s ease;
}

.awinter__content-item-btn:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.awinter__content-item-btn:hover .awinter__content-item-btn-circle {
    width: 70px;
}

.awinter__content-item-btn:hover .awinter__content-item-btn-circle-arrow {
    width: 50px;
}

.awinter__content-item-btn:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    background-color: #266141;
}

.awinter__content-item-btn:active p {
    color: #fff;
}

.awinter__content-puzzles {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 388px);
    gap: 25px;
    list-style: none;
}

.awinter__content-puzzles-item:nth-child(1) {
    margin: 0;
    padding: 40px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 25px;
}

.awinter__content-puzzles-item:nth-child(1) p {
    margin: auto 0 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.awinter__content-puzzles-item:nth-child(1) p span {
    font-weight: 700;
}

.awinter__content-puzzles-item:nth-child(2) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/awinter_item_bg_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.awinter__content-puzzles-item:nth-child(3) {
    margin: 0;
    padding: 0;
    background-image: url(/image/catalog/landings/tents/awinter_item_bg_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.awinter__content-puzzles-item:nth-child(4) {
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-end;
    border-radius: 25px;
    background: linear-gradient(121deg, #5B6770 0%, #454E55 98.78%);
}

.awinter__content-puzzles-item:nth-child(4) img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 80px;
}

.awinter__content-puzzles-item:nth-child(4) p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.awinter__content-puzzles-item:nth-child(4) p span {
    font-weight: 700;
}

.awinter__scrollbar {
    display: none;
}

@media screen and (max-width: 1599px) {
    .awinter {
        margin: 0;
        padding: 0;
        position: relative;
        display: grid;
        grid-template-columns: 246px 1fr;
        gap: 112px;
    }
    .awinter__content-item {
        gap: 42px;
    }
}

@media screen and (max-width: 1344px) {
    .awinter {
        grid-template-columns: 200px 1fr;
        gap: 85px;
    }
    .awinter__number {
        height: 120px;
    }
    .awinter__content {
        padding: 40px 0 0;
        gap: 40px;
    }
    .awinter__content-text {
        gap: 40px;
    }
    .awinter__content-list {
        gap: 20px;
    }
    .awinter__content-item {
        gap: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .awinter {
        grid-template-columns: 180px 1fr;
        gap: 55px;
    }
    .awinter__number {
        height: 110px;
    }
    .awinter__content-text h3 {
        font-size: 34px;
    }
    .awinter__content-text p {
        font-size: 18px;
    }
    .awinter__content-item {
        padding: 15px;
        gap: 30px;
        border-radius: 20px;
    }
    .awinter__content-item-btn p {
        margin: auto 0 auto 10px;
        font-size: 15px;
    }
    .awinter__content-puzzles {
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }
    .awinter__content-puzzles-item:nth-child(1) {
        padding: 30px;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(1) p {
        font-size: 16px;
    }
    .awinter__content-puzzles-item:nth-child(2) {
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(3) {
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(4) {
        padding: 30px;
        gap: 20px;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(4) p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .awinter {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr minmax(min-content, max-content);
        gap: 40px;
    }
    .awinter__number {
        position: relative;
        top: unset;
        margin: 0;
        object-fit: contain;
        width: 160px;
        height: 96px;
    }
    .awinter__content {
        padding: 30px 0 0;
        gap: 30px;
    }
    .awinter__content-list {
        margin: 0 auto;
        grid-template-columns: repeat(3 ,215px);
        gap: 20px;
    }
    .awinter__content-item {
        gap: 30px;
    }
    .awinter__content-puzzles {
        grid-template-rows: repeat(2, 376px);
        gap: 20px;
    }
    .awinter__content-item-btn p {
        margin: auto 0 auto 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .awinter__content-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        grid-template-columns: unset;
        overflow-x: auto ;
        overflow-y: hidden;
        scroll-behavior: smooth;
        width: 100vw;
        margin: 0;
        padding: 0 20px 25px;
        gap: 15px;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }
    .awinter__content-list:active {
        cursor: grabbing;
    }
    .awinter__content-list::-webkit-scrollbar {
        display: none;
    }
    .awinter__content-item {
        flex: 0 0 auto;
        width: 38vw;
        user-select: none;
    }
        /* Кастомный скроллбар */
        .awinter__scrollbar {
            display: block;
            position: relative;
            width: calc(100vw - 40px);
            height: 5px;
            background-color: #E4E4E4;
            border-radius: 4px;
            margin: -40px auto 0;
            left: calc(50% + 20px);
            right: calc(50% + 20px);
            margin-left: -50vw;
            margin-right: -50vw;
            overflow: hidden;
        }
        
        .awinter__scrollbar-progress {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #266141;
            border-radius: 4px;
            width: 0%;
            transition: width 0.2s ease;
        }
    .awinter__content-puzzles {
        grid-template-rows: minmax(min-content, max-content) 279px minmax(min-content, max-content);
        gap: 15px;
    }
    .awinter__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .awinter__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .awinter__content-puzzles-item:nth-child(3) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .awinter__content-puzzles-item:nth-child(4) {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 567px) {
    .awinter {
        gap: 20px;
    }
    .awinter__number {
        width: 125px;
        height: 75px;
    }
    .awinter__content {
        padding: 20px 0 0;
        gap: 20px;
    }
    .awinter__content::before {
        height: 2px;
    }
    .awinter__content-text {
        gap: 20px;
    }
    .awinter__content-text h3 {
        font-size: 20px;
    }
    .awinter__content-text p {
        font-size: 16px;
    }
    .awinter__content-item {
        width: 68vw;
    }
    .awinter__content-puzzles {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(min-content, max-content) 250px 250px minmax(min-content, max-content);
        gap: 15px;
    }
    .awinter__content-puzzles-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        padding: 20px;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(1) p {
        margin: 0;
        font-size: 14px;
    }
    .awinter__content-puzzles-item:nth-child(2) {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(3) {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(4) {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
        padding: 20px;
        gap: 20px;
        border-radius: 20px;
    }
    .awinter__content-puzzles-item:nth-child(4) p {
        font-size: 14px;
    }
}

.aatention {
    margin: 150px 50px;
    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/tents/adescribe_item_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 260px;
}

.aatention-slide-image {
    margin: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.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: 280px;
    }
}

@media screen and (max-width: 1344px) {
    .aatention {
        margin: 120px 30px;
        gap: 40px;
    }
    .aatention-swiper-slide {
        margin: 0;
        height: 285px;
    }
    .aatention-slider-progress {
        margin: 40px 0;
    }
}

@media screen and (max-width: 1199px) {
    .aatention {
        margin: 120px 0;
    }
    .aatention h2 {
        font-size: 34px;
        max-width: 763px;
    }
    .aatention-swiper-slide {
        padding: 30px;
        gap: 30px;
        border-radius: 20px;
        height: 245px;
    }
    .aatention-slide-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aatention {
        margin: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .aatention {
        gap: 30px;
    }
    .aatention h2 {
        font-size: 32px;
        max-width: unset;
    }
    .aatention-swiper-slide {
        border-radius: 15px;
        height: 266px;
    }
    .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: 80px 0;
        gap: 20px;
    }
    .aatention h2 {
        font-size: 20px;
    }
    .aatention-swiper-slide {
        padding: 20px;
        gap: 20px;
        border-radius: 15px;
        height: 185px;
    }
    .aatention-slide-image {
        max-width: 60px;
    }
    .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: 0 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aimpregnations {
    margin: 150px 50px;
}

.amaterials h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 935px;
}

.amaterials h2 span {
    color: #266141;
}

.amaterials__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.amaterials__accordion-1 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.amaterials__accordion-1-header {
    margin: 0;
    padding: 20px 50px;
    display: flex;
    gap: 100px;
    justify-content: space-between;
    border-radius: 15px;
    background: linear-gradient(302deg, #22372C 1.81%, #455F52 97.74%), #D9D9D9;
    cursor: pointer;
    
    -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;
}

.amaterials__accordion-1-header h3 {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.amaterials__accordion-1-header svg {
    margin: auto 0;
    padding: 0;
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.amaterials__accordion-1-content {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 294px 1fr 1fr;
    border-radius: 15px;
    background-color: #EDF4F0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.amaterials__accordion-1-content-text {
    margin: 0;
    padding: 0 30px;
    display: flex;
    border: 1px solid #E1E1E1;
    border-radius: 15px 0 0 15px;
}

.amaterials__accordion-1-content-text p {
    margin: auto 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials__accordion-1-content-text p span {
    font-weight: 700;
}

.amaterials__accordion-1-content-plus {
    margin: 0;
    padding: 0 10px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    flex-direction: column;
}

.amaterials__accordion-1-content-plus div {
    margin: 0;
    padding: 12px 10px;
    display: flex;
    gap: 20px;
}

.amaterials__accordion-1-content-plus div:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.amaterials__accordion-1-content-plus div svg {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.amaterials__accordion-1-content-plus div p {
    margin: auto 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials__accordion-1-content-minus {
    margin: 0;
    padding: 0 10px;
    border: 1px solid #E1E1E1;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
}

.amaterials__accordion-1-content-minus div {
    margin: 0;
    padding: 12px 10px;
    display: flex;
    gap: 20px;
}

.amaterials__accordion-1-content-minus div:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
}

.amaterials__accordion-1-content-minus div svg {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.amaterials__accordion-1-content-minus div p {
    margin: auto 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials__accordion-1-content--hidden {
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}

.amaterials__accordion-1-arrow--rotated {
    transform: rotate(180deg);
}

.amaterials__accordion-1-black .amaterials__accordion-1-header {
    background: linear-gradient(121deg, #5B6770 0%, #454E55 98.78%);
}

.amaterials__accordion-1-black .amaterials__accordion-1-content {
    background-color: #E7ECEF;
}

@media screen and (max-width: 1344px) {
    .amaterials {
        margin: 0 30px;
    }
    .aimpregnations {
        margin: 120px 30px;
    }
    .amaterials__accordion-1-content {
        grid-template-columns: 255px 1fr 1fr;
    }
}

@media screen and (max-width: 1199px) {
    .amaterials {
        margin: 0;
        gap: 30px;
    }
    .aimpregnations {
        margin: 120px 0;
    }
    .amaterials h2 {
        font-size: 34px;
        max-width: unset;
    }
    .amaterials__accordion-1-header {
        padding: 20px 30px;
    }
    .amaterials__accordion-1-content {
        grid-template-columns: 215px 1fr 1fr;
    }
}

@media screen and (max-width: 991px) {
    .aimpregnations {
        margin: 100px 0;
    }
    .amaterials__accordion-1-header {
        padding: 14px 30px;
    }
    .amaterials__accordion-1-content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
    }
    .amaterials__accordion-1-content-text {
        grid-area: 1 / 1 / 2 / 3;
        margin: 0;
        padding: 12px 20px;
        border: 1px solid #E1E1E1;
        border-radius: 15px 15px 0 0;
    }
    .amaterials__accordion-1-content-plus {
        border: 1px solid #E1E1E1;
        border-radius: 0 0 0 15px;
    }
    .amaterials__accordion-1-content-minus {
        border: 1px solid #E1E1E1;
        border-radius: 0 0 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .amaterials__accordion-1-header {
        padding: 10px 20px;
    }
    .amaterials__accordion-1-header h3 {
        font-size: 18px;
    }
    .amaterials__accordion-1-header svg {
        width: 44px;
        height: 44px;
    }
    .amaterials__accordion-1-content-text {
        padding: 10px;
    }
    .amaterials__accordion-1-content-text p {
        font-size: 14px;
    }
    .amaterials__accordion-1-content-plus {
        padding: 0;
    }
    .amaterials__accordion-1-content-plus div {
        gap: 14px;
    }
    .amaterials__accordion-1-content-plus div p {
        font-size: 14px;
    }
    .amaterials__accordion-1-content-minus {
        padding: 0;
    }
    .amaterials__accordion-1-content-minus div {
        gap: 14px;
    }
    .amaterials__accordion-1-content-minus div p {
        font-size: 14px;
    }
}

@media screen and (max-width: 567px) {
    .amaterials {
        gap: 20px;
    }
    .aimpregnations {
        margin: 80px 0;
    }
    .amaterials h2 {
        font-size: 24px;
    }
    .amaterials__accordion-1-header {
        padding: 10px 20px;
        gap: 20px;
        border-radius: 10px;
    }
    .amaterials__accordion-1-content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #E1E1E1;
    }
    .amaterials__accordion-1-content-text {
        grid-area: unset;
        margin: 0;
        padding: 10px;
        border: unset;
        border-radius: unset;
    }
    .amaterials__accordion-1-content-plus {
        border: unset;
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        border-radius: unset;
    }
    .amaterials__accordion-1-content-minus {
        border: unset;
        border-radius: unset;
    }

}

.abuytent {
    margin: 0 50px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    gap: 50px;
}

.abuytent h2 {
    grid-area: 1 / 1 / 2 / 2;
    margin: 20px 0 0;
    padding: 0;
    color: #020A0A;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.abuytent h2 span {
    color: #266141;
}

.abuytent__image {
    grid-area: 1 / 2 / 3 / 3;
    margin: 0;
    padding: 0;
    height: 645px;
    background-image: url(/image/catalog/landings/tents/abuytent.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.abuytent__list {
    grid-area: 2 / 1 / 3 / 2;
    margin: 0 0 20px;
    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: 1599px) {
    .abuytent h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1344px) {
    .abuytent {
        margin: 0 30px;
        gap: 30px;
    }
    .abuytent h2 {
        font-size: 38px;
    }
    .abuytent__list {
        gap: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .abuytent {
        margin: 0;
        gap: 27px;
    }
    .abuytent h2 {
        margin: 0;
        font-size: 34px;
    }
    .abuytent__image {
        height: 509px;
        border-radius: 20px;
    }
    .abuytent__list {
        margin: 0;
    }
    .abuytent__item {
        padding: 30px;
        border-radius: 20px;
    }
    .abuytent__item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .abuytent {
        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: 2/1/3/2;
        width: 100%;
        height: 330px;
    }
    .abuytent__list {
        grid-area: 3/1/4/2;
    }
}

@media screen and (max-width: 767px) {
    .abuytent {
        gap: 15px;
    }
    .abuytent h2 {
        font-size: 32px;
    }
    .abuytent__image {
        height: 300px;
    }
}

@media screen and (max-width: 567px) {
    .abuytent h2 {
        font-size: 24px;
    }
    .abuytent__image {
        border-radius: 10px;
        height: 160px;
    }
    .abuytent__list {
        gap: 15px;
    }
    .abuytent__item {
        padding: 20px;
        border-radius: 15px;
    }
    .abuytent__item p {
        font-size: 14px;
    }
}

#content .category-info__description {
    display:block!important; max-height:none!important; opacity:1!important; visibility:visible!important;
}

