
.tents-category {
    font-family: "Montserrat", sans-serif;
    max-width: 1480px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-tents);
}
.tents-category * {
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}
.tents-category section {
    width: 100%;
}
.advantages__controls,
.advantages__controls *,
.solution__buttons,
.solution__buttons *,
.solution-button-prev,
.solution-button-next {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Дополнительно для кнопок */
.solution-button-prev,
.solution-button-next {
  cursor: pointer;
  pointer-events: auto;
}

/* Если проблема сохраняется, попробуйте это */
.solution-button-prev svg,
.solution-button-next svg {
  pointer-events: none; /* События мыши не проходят через SVG к тексту под ним */
}
:root {
    --gap-tents: 100px;
    --padding-tents: 50px;
    --borderradius-main: 25px;
    --borderradius-min: 20px;
    --text-gap: 20px;
    --title-gap: 50px;
    --block-gap: 40px;
}
.tents-category .title-tents {
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.tents-category .title-tents span {
    color: #266141;
}
.tents-category .subtitle-tents {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    text-transform: uppercase;
}
.tents-category .text-tents {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1344px) {
    .tents-category .title-tents {
        font-size: 26px;
    }
    .tents-category .subtitle-tents {
        font-size: 20px;
    }
    .tents-category .text-tents {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .product-tents__wrap {
        margin: -66px 0 0 0;
        gap: 40px;
        padding: 40px;
    }
    :root {
        --borderradius-main: 16px;
        --padding-tents: 40px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --borderradius-main: 16px;
        --gap-tents: 80px;
    }
    .tents-category {
        padding: 0 15px;
    }
    .tents-category .title-tents {
        font-size: 20px;
    }
    .tents-category .boldtitle-tents {
        font-size: 42px;
    }
    .tents-category .subtitle-tents {
        font-size: 16px;
    }
}
@media screen and (max-width: 567px) {
    .tents-category {
        padding: 0 10px;
    }
    :root {
        --gap-tents: 60px;
    }
    .tents-category .boldtitle-tents {
        font-size: 24px;
    }
    .tents-category .title-tents {
        font-size: 18px;
    }
    .tents-category .text-tents {
        font-size: 14px;
    }
}
/* product============================================================================== */
.product-tents {
    display: flex;
    flex-direction: column;
}
.product-tents img {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    object-fit: cover;
}
.product-tents__wrap {
    display: flex;
    align-items: start;
    gap: 50px;
    border-radius: 25px;
    background: #FFF;
    padding: 50px;
    margin: -182px 0 0 0;
}
.product-tents__wrap .title-tents {
    max-width: 600px;
    width: 100%;
}
.product-tents__info {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 730px;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .product-tents__wrap {
        margin: -88px 0 0 0;
    }
    .product-tents__wrap .title-tents {
        max-width: 530px;
    }
    .product-tents img {
        height: 480px;
    }
}
@media screen and (max-width: 1344px) {
    .product-tents__wrap {
        margin: -158px 0 0 0;
    }
    .product-tents__wrap .title-tents {
        max-width: 420px;
    }
    .product-tents img {
        height: 485px;
    }
}
@media screen and (max-width: 1199px) {
    .product-tents__wrap {
        margin: -66px 0 0 0;
        gap: 40px;
        padding: 40px;
    }
    .product-tents__wrap .title-tents {
        max-width: 350px;
    }
    .product-tents img {
        height: 361px;
    }
    .product-tents__info {
        gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .product-tents__wrap {
        margin: -66px 0 0 0;
        gap: 30px;
        flex-direction: column;
    }
    .product-tents__wrap .title-tents {
        max-width: 100%;
    }
    .product-tents img {
        height: 365px;
    }
    .product-tents__info {
        gap: 16px;
    }
}
@media screen and (max-width: 767px) {
    .product-tents__wrap {
        margin: -106px 0 0 0;
        padding: 20px;
        border-radius: 16px;
    }
    .product-tents img {
        height: 346px;
    }
}
@media screen and (max-width: 567px) {
    .product-tents img {
        height: 100%;
        aspect-ratio: 270 / 180;
    }
    .product-tents__wrap {
        margin: -36px 0 0 0;
        gap: 20px;
    }
}
/* videoview---------------------------------------------------------------------------------------------------- */
.videoview-tents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.videoview-tents iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1380 / 776;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 1199px) {
    .videoview-tents {
        gap: 40px;
        padding: 0;
    }
}
@media screen and (max-width: 567px) {
    .videoview-tents {
        gap: 20px;
    }
}
/* solution============================================================================== */
.solution-tents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.solution-tents .title-tents {
    display: flex;
    flex-direction: column;
}
.solutionSwiper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.solutionSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: var(--borderradius-main);
    border: 1px solid #FFF;
    background: url(/image/catalog/category_photo/touristtents-category/noise.webp);
    background-size: cover;
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    height: auto;
}
.solutionSwiper .swiper-slide img {
    max-width: 80px;
    width: 100%;
}
.solutionSwiper .swiper-slide .solution-tents__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.solution__controls {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 50px;
    width: 100%;
}
.solutionSwiper .solution-pagination {
    position: relative;
    height: 5px;
    border-radius: 5px;
    background-color: #E4E4E4;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #266141;
    border-radius: 5px;
    height: 5px;
}
.solution__buttons {
    display: flex;
    gap: 40px;
    align-items: center;
}
.solution-button-prev,
.solution-button-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #266141;
    transition: all 0.3s ease;
}
.solution-button-prev:hover,
.solution-button-next:hover {
    background-color: #266141;
}
.solution-button-prev:hover svg path,
.solution-button-next:hover svg path {
    fill: #FFF;
}
.solution-button-prev:active,
.solution-button-next:active {
    background-color: #22372C;
    border-color: #22372C;
}
.solution-button-prev:active svg path,
.solution-button-next:active svg path {
    fill: #FFF;
}
.swiper-button-disabled {
    background-color: transparent;
    border-color: #DDDDDD;
    pointer-events: none;
}
.swiper-button-disabled svg path {
    fill: #DDDDDD;
}
@media screen and (max-width: 1199px) {
    .solution-tents {
        gap: 40px;
        padding: 0;
    }
    .solution__controls {
        gap: 40px;
    }
    .solutionSwiper .swiper-slide {
        gap: 30px;
        padding: 30px;
    }
}
@media screen and (max-width: 767px) {
    .solution-tents {
        gap: 30px;
    }
    .solutionSwiper {
        gap: 30px;
    }
    .solution__controls,
    .solution__buttons {
        gap: 30px;
    }
    .solution-button-prev,
    .solution-button-next {
        width: 60px;
        height: 60px;
    }
    .solution-button-prev svg,
    .solution-button-next svg {
        width: 12px;
    }
}
@media screen and (max-width: 567px) {
    .solution-tents {
        gap: 20px;
    }
    .solutionSwiper {
        gap: 20px;
    }
    .solutionSwiper .swiper-slide {
        gap: 20px;
        padding: 20px;
    }
    .solutionSwiper .swiper-slide img {
        max-width: 60px;
    }
    .advantagesSwiper .solution-pagination,
    .solutionSwiper .solution-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 10px;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .advantagesSwiper .swiper-pagination-bullet,
    .solutionSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #e1e1e1;
        opacity: 1;
        transition: all 0.3s ease;
        margin: 0 !important;
    }
    .advantagesSwiper .swiper-pagination-bullet-active,
    .solutionSwiper .swiper-pagination-bullet-active {
        background-color: #266141;
        width: 10px;
        height: 10px;
    }
    .solution__buttons {
        justify-content: space-between;
        width: 100%;
    }
}
/* advantages----------------------------------------------------------------------------------------------- */
.advantages-tents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.advantages-tents__info {
    max-width: 1004px;
    padding: 0 50px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: end;
}
.advantages-tents__wrap {
    padding: 0 0 0 50px;
}
.advantages-slide {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.advantages-tents__num {
    height: 148px;
}
.advantages-slide__wrap {
    max-width: 1004px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    height: 100%;
}
.advantages-slide__card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding: 30px;
    border-radius: 25px;
    background: #F9F9F9;
}
.advantages-slide__card img {
    max-width: 80px;
    width: 100%;
}
.advantages-card__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.advantages-slide__img {
    max-width: 489px;
    width: 100%;
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
    grid-area: 1 / 2 / 2 / 3; 
}
.advantages-slide__info {
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    border-radius: 25px;
    background: #5B6770;
    height: 338px;
    justify-content: center;
}
.advantages-slide__info h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.advantages-slide__info ul {
    margin: 0;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
}
.advantages-slide__info ul li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
}
.advantages-slide__info ul li span {
    font-weight: 600;
}
.advantages__controls {
    margin: -80px 0 0 0;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1599px) {
    .advantages-tents__info {
        max-width: 894px;
        padding: 0;
    }
    .advantages-tents__wrap {
        padding: 0 0 0 30px;
    }
    .advantages-slide__wrap {
        max-width: 894px;
    }
    .advantages-slide__img {
        max-width: 434px;
        min-height: 408px;
    }
}
@media screen and (max-width: 1344px) {
    .advantages-tents__num {
        height: 114px;
    }
    .advantages-tents__info {
        max-width: 836px;
    }
    .advantages-tents__wrap {
        padding: 0 0 0 15px;
    }
    .advantages-slide__wrap {
        max-width: 836px;
        gap: 20px;
    }
    .advantages-slide__img {
        max-width: 408px;
        min-height: 354px;
    }
    .advantages-slide__info {
        height: 305px;
    }
    .advantages-slide__info h4 {
        font-size: 16px;
    }
    .advantages-slide__info ul li {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
    .advantages-tents__num {
        height: 95px;
    }
    .advantages-tents__info {
        max-width: 684px;
    }
    .advantages-tents__wrap {
        padding: 0;
    }
    .advantages-slide__wrap {
        max-width: 684px;
    }
    .advantages-slide__img {
        max-width: 332px;
        min-height: 402px;
    }
    .advantages-slide__info {
        height: 340px;
    }
}
@media screen and (max-width: 991px) {
    .advantages-tents__info {
        max-width: 100%;
        align-self: start;
    }
    .advantagesSwiper {
        overflow: visible;
    }
    .advantagesSwiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .advantages-slide {
        flex-direction: column;
        gap: 30px;
    }
    .advantages-tents__num {
        height: 80px;
    }
    .advantages-slide__wrap {
        max-width: 100%;
        gap: 10px;
    }
    .advantages-slide__img {
        max-width: 489px;
        min-height: auto;
    }
    .advantages-slide__info {
        height: auto;
        position: relative;
        padding: 30px 30px 75px 30px;
    }
    .advantages__controls {
        display: none;
    }
    .advantages-slide__info ul {
        padding: 0 0 0 20px;
    }
    .advantages-slide__info {
        padding-right: 44px; /* Место для кнопки */
        overflow: hidden;
    } 
    /* Свернутое состояние - показываем только одну строку */
    .advantages-slide__info:not(.--expanded) {
        max-height: 123px; /* Высота одной строки текста */
    }
    /* Раскрытое состояние */
    .advantages-slide__info.--expanded {
        max-height: 800px; /* Достаточная высота для всего контента */
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }  
    /* Стили для заголовка в свернутом состоянии */
    .advantages-slide__info:not(.--expanded) h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    } 
    /* Если нет заголовка - работаем с первым элементом списка */
    .advantages-slide__info:not(.--expanded):not(:has(h4)) ul {
        display: flex;
        /* height: 95px; */
        overflow: hidden;
    }  
    /* Скрываем все li кроме первого, если нет заголовка */
    .advantages-slide__info:not(.--expanded):not(:has(h4)) li:not(:first-child) {
        display: none;
    }  
    /* Обрезаем первый li если он слишком длинный */
    .advantages-slide__info:not(.--expanded):not(:has(h4)) li:first-child {
        white-space: nowrap;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        flex: 1;
        min-width: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .advantages-slide__info:not(.--expanded)::before {
        content: '';
        position: absolute;
        top: 0;
        right: 19px;
        width: 60px;
        height: 100%;
        background: linear-gradient(to left, #5B6770 20%, transparent 100%);
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 1;
    }
    /* Скрываем список если есть заголовок */
    .advantages-slide__info:not(.--expanded) h4 + ul {
        display: none;
    }
    .advantages-slide__info:not(.--expanded) ul li {
        line-height: normal;
    }
    .advantages-slide__info.--expanded ul li {
        line-height: 220%;
    }
    /* Кнопка развернуть/свернуть */
    .advantages-slide__info::after {
        content: '';
        position: absolute;
        right: 44px;
        top: 0;
        bottom: 0;
        width: 20px;
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .advantages-slide__info.--expanded::after {
        opacity: 0;
    }
    /* Стили для кнопки (будет добавлена через JS) */
    .advantages-slide__toggle {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: 130px;
        height: 28px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.2s ease;
        z-index: 10;
        padding: 5px 0;
        border: none;
        background-color: transparent;
        color: #F3E3CD;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        border-bottom: 1px solid #F3E3CD;
    }
    .advantages-slide__toggle-icon {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
        color: #4b5563;
    } 
    .advantages-slide__info.--expanded .advantages-slide__toggle-icon {
        transform: rotate(180deg);
    }
}
@media screen and (max-width: 767px) {
    .advantages-slide__wrap {
        display: flex;
        flex-direction: column;
    }
    .advantages-slide__card {
        gap: 20px;
        padding: 20px;
        border-radius: 16px;
    }
    .advantages-slide__img {
        max-width: 100%;
        border-radius: 16px;
        aspect-ratio: 518 / 368;
    }
    .advantages-slide__info {
        padding: 20px 20px 64px 20px;
        border-radius: 16px;
    }
    .advantages-slide__toggle {
        bottom: 20px;
        left: 20px;
    }
}
@media screen and (max-width: 567px) {
    .advantages-slide {
        gap: 20px;
    }
    .advantages-tents__num {
        height: 60px;
    }
    .advantages-slide__card img {
        max-width: 60px;
    }
    .advantages-slide__info h4,
    .advantages-slide__info ul li {
        font-size: 14px;
    }
}
/* install--------------------------------------------------------------------------------------------------- */
.install-tents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.install-tents__head {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.install-tents__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.install-tents__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.install-tents__inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.install-tents__inner ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: url(/image/catalog/category_photo/touristtents-category/noise.webp);
    background-size: cover;
    padding: 30px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
}
.install-tents__inner ul li img {
    max-width: 80px;
    width: 100%;
}
.install-tents__inner ul li p {
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.install-tents__inner ul li p span {
    font-weight: 600;
}
.install-tents .install-tents__img {
    max-width: 905px;
    width: 100%;
    margin: 0 0 0 -500px;
}
@media screen and (max-width: 1599px) {
    .install-tents__head {
        max-width: 600px;
    }
    .install-tents__inner {
        max-width: 600px;
    }
    .install-tents .install-tents__img {
        max-width: 792px;
    }
}
@media screen and (max-width: 1344px) {
    .install-tents__head {
        max-width: 550px;
    }
    .install-tents__wrap {
        align-items: end;
    }
    .install-tents__inner {
        max-width: 550px;
    }
    .install-tents .install-tents__img {
        max-width: 736px;
    }
}
@media screen and (max-width: 1199px) {
    .install-tents {
        gap: 40px;
        padding: 0;
    }
    .install-tents__inner {
        gap: 40px;
    }
    .install-tents__inner ul {
        gap: 20px;
    }
    .install-tents__inner ul li p {
        font-size: 16px;
    }
    .install-tents .install-tents__img {
        max-width: 621px;
    }    
}
@media screen and (max-width: 991px) {
    .install-tents {
        gap: 30px;
    }
    .install-tents__head {
        max-width: 100%;
    }
    .install-tents__wrap {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .install-tents .install-tents__img {
        max-width: 580px;
        margin: 0 0 -130px 0;
    }
    .install-tents__inner {
        gap: 30px;
        max-width: 100%;
    }
    .install-tents__inner ul {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .install-tents__inner ul li {
        padding: 20px;
        border-radius: 16px;
    }
}
@media screen and (max-width: 567px) {
    .install-tents {
        gap: 16px;
    }
    .install-tents__wrap {
        gap: 16px;
    }
    .install-tents__inner {
        gap: 20px;
    }
    .install-tents__inner ul li img {
        max-width: 60px;
    }
    .install-tents__inner ul li p {
        font-size: 14px;
    }
    .install-tents .install-tents__img {
        margin: 0 0 -15vw 0;
    }
}
/* factors------------------------------------------------------------------------------------------------------- */
.factors-tents {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.factors-tents__head {
    display: flex;
    align-items: start;
    gap: 50px;
}
.factors-tents__head .title-tents {
    max-width: 600px;
    width: 100%;
}
.factors-tents__head .text-tents {
    width: 100%;
}
.factors-tents ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.factors-tents ul li {
    display: flex;
    align-items: start;
    gap: 100px;
}
.factors-tents ul li img {
    max-width: 80px;
    width: 100%;
}
.factors-tents__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 25px 0 0 0;
}
@media screen and (max-width: 1599px) {
    .factors-tents__head .title-tents {
        max-width: 500px;
    }
}
@media screen and (max-width: 1344px) {
    .factors-tents__head .title-tents {
        max-width: 420px;
    }
    .factors-tents ul li {
        gap: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .factors-tents {
        gap: 40px;
        padding: 0;
    }
    .factors-tents__head {
        gap: 40px;
    }
    .factors-tents__head .title-tents {
        max-width: 390px;
    }
    .factors-tents ul {
        gap: 40px;
    }
    .factors-tents ul li {
        gap: 50px;
    }
}
@media screen and (max-width: 991px) {
    .factors-tents {
        gap: 30px;
    }
    .factors-tents__head {
        gap: 30px;
        flex-direction: column;
    }
    .factors-tents__head .title-tents {
        max-width: 100%;
    }
    .factors-tents ul {
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .factors-tents ul li {
        gap: 30px;
    }
    .factors-tents__info {
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .factors-tents {
        gap: 40px;
    }
    .factors-tents__head {
        gap: 20px;
    }
    .factors-tents ul {
        gap: 40px;
    }
    .factors-tents ul li {
        gap: 20px;
        flex-direction: column;
    }
    .factors-tents ul li img {
        max-width: 60px;
    }
    .factors-tents__info {
        padding: 0;
    }
}

/* help------------------------------------------------------------------------------------------------------- */
.help-tents {
    background-image: url(/image/catalog/category_photo/touristtents-category/help-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 90px 50px 132px 50px;
    border-radius: 30px;
}
.help-tents__wrap {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.help-tents__wrap .title-tents {
    text-wrap: balance;
}
.help-tents__wrap .title-tents,
.help-tents__wrap .text-tents {
    color: #fff;
}
.help-tents__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 30px 0 50px;
}
.help-tents__info b {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.help-tents__info b a {
    color: #fff;
    text-decoration-line: none;
    text-wrap: nowrap;
}
.help-tents__wrap button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    border: 1px solid #FFF;
    background: #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    max-width: 647px;
}
.help-tents__wrap button span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.help-tents__wrap button svg {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}
.help-tents__wrap button svg rect,
.help-tents__wrap button svg path {
    transition: all 0.3s ease;
}
.help-tents__wrap button:hover {
    background: #FFF;
    border: 1px solid #266141;
}
.help-tents__wrap button:hover span {
    color: #266141;
}
.help-tents__wrap button:hover svg rect {
    fill: #266141;
}
.help-tents__wrap button:hover svg path {
    fill: #FFF;
}

@media screen and (max-width: 1599px) {
    .help-tents {
        padding: 78px 50px;
    }
    .help-tents__wrap {
        max-width: 600px;
    }
}
@media screen and (max-width: 1344px) {
    .help-tents {
        padding: 92px 50px;
    }
    .help-tents__wrap {
        max-width: 550px;
    }
    .help-tents__info b {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .help-tents {
        padding: 63px 40px;
    }
    .help-tents__wrap {
        max-width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .help-tents {
        background-image: url(/image/catalog/category_photo/touristtents-category/help-bg-m.webp);
        background-size: cover;
        background-position: center bottom;
        padding: 40px 40px 315px 40px;
    }
    .help-tents__wrap {
        max-width: 100%;
    }
    .help-tents__info {
        margin: 30px 0 40px;
    }
    .help-tents__wrap button span {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .help-tents {
        background-size: 125%;
        padding: 30px 30px 60vw 30px;
        border-radius: 16px;
    }
    .help-tents__info {
        margin: 30px 0;
    }
}
@media screen and (max-width: 567px) {
    .help-tents {
        background-size: cover;
        padding: 20px 20px 53vw 20px;
    }
    .help-tents__info {
        margin: 20px 0 30px;
        gap: 10px;
    }
    .help-tents__wrap button span {
        font-size: 14px;
    }
    .help-tents__wrap button span {
        display: none; /* Скрываем исходный текст */
    }
    .help-tents__wrap button::before {
        content: "Обратный звонок"; /* Добавляем новый текст */
        display: inline-block;
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }
    .help-tents__wrap button:hover::before {
        color: #266141;
    }
    .help-tents__info b {
        font-size: 16px;
    }
    .help-tents__wrap button {
        gap: 20px;
        padding: 3px 3px 3px 16px;
    }
    .help-tents__wrap button svg {
        width: 40px;
        height: 40px;
    }
}
/* guarantee----------------------------------------------------------------------------------------- */
.guarantee-tents {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 50px 0 0;
}
.guarantee-tents img {
    max-width: 650px;
    width: 100%;
    box-shadow: 0 15px 70px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}
.guarantee-tents__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 1599px) {
    .guarantee-tents img {
        max-width: 550px;
    }
}
@media screen and (max-width: 1344px) {
    .guarantee-tents img {
        max-width: 470px;
    }
}
@media screen and (max-width: 1199px) {
    .guarantee-tents {
        gap: 40px;
        padding: 0;
    }
    .guarantee-tents img {
        max-width: 430px;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-tents img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .guarantee-tents__info {
        gap: 20px;
    }
}
/* answers-------------------------------------------------------------------------------------- */
.answers-am {
    display: flex;
    flex-direction: column;
    gap: var(--title-gap);
}
.answers-am .title-category {
    color: #000;
}
.answers-am__accordion {
    display: flex;
    flex-direction: column;
}
.answers-am__item {
    border-bottom: 1px solid #D9D9D9;
}
.answers-am__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: start;
}
.answers-am__title {
    color: #020A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.answers-am__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.answers-am__body span {
    display: block;
    padding: 0 0 20px 0;
    color: #020A0A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.answers-am__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.answers-am__icon::before,
.answers-am__icon::after {
    content: '';
    position: absolute;
    background-color: #266141;
    transition: transform 0.3s ease;
}
.answers-am__icon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
}
.answers-am__icon::after {
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    transform: translateX(-50%);
}
.answers-am__header[aria-expanded="true"] .answers-am__icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .answers-am .title-optic br {
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .answers-am__header {
        gap: 20px;
        padding: 15px 0;
    }
    .answers-am__title {
        font-size: 16px;
    }
    .answers-am__body span {
        padding: 0 0 15px 0;
        font-size: 14px;
    }
}