/* 
 * МЕДИАЗАПРОСЫ (Адаптив)
 */

/* 1920px */
@media (min-width: 1920px) {
    .hero__image {
        width: 70%;
    }
}

/* 1400px */
@media (max-width: 1400px) {
    .container {
        max-width: 1200px;
    }
    
    .hero__title {
        font-size: 48px;
    }
    
    .hero__subtitle {
        font-size: 28px;
    }

    .hero__main, .hero__stats {
        padding-left: max(20px, calc((100vw - 1200px) / 2));
    }

    .usage__title {
        font-size: 48px;
    }
    .usage__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .mold__title {
        font-size: 48px;
    }

    .comparison__title {
        font-size: 48px;
    }

    .delivery__title {
        font-size: 48px;
    }

    .delivery {
        padding: 50px 0;
    }

    /* 10_ABOUT */
    .about__title {
        font-size: 42px;
    }
    .about-stat__value {
        font-size: 42px;
        flex: 0 0 160px;
    }
    .about-stat__value span {
        font-size: 28px;
    }

    .delivery-card__img {
        height: 200px;
    }

    .steps__title {
        font-size: 42px;
    }
    .step-item__title {
        flex: 0 0 200px;
    }

    /* 12_REVIEWS */
    .reviews__title {
        font-size: 48px;
    }
    .reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /*.reviews__spacer {
        display: none;
    }*/

    /* 15_CTA */
    .cta__title {
        font-size: 42px;
    }
    .cta__description {
        font-size: 15px;
    }
    .cta__contacts-grid {
        gap: 40px;
    }
    .cta__contact-phone {
        font-size: 24px;
    }
    .cta__right {
        min-height: 480px;
    }
    .cta__image {
        max-height: 480px;
    }

    /* 16_FOOTER */
    .footer__col {
        padding: 40px 30px;
    }
    .footer__logo img {
        max-width: 160px;
    }
    .footer__desc {
        font-size: 14px;
    }
    .footer__link {
        font-size: 14px;
    }
    .footer__phone {
        font-size: 18px;
    }
    .footer__email {
        font-size: 16px;
    }

    /* 14_FAQ */

    .faq {
        padding: 60px 0;
    }

    .faq__title {
        font-size: 48px;
    }
    
    /*.faq__right {
        flex: 0 0 46%;
    }*/

    .faq-item__title {
        font-size: 20px;
    }

    /* 13_CLIENTS */
    .clients__title {
        font-size: 48px;
    }
}

/* 1200px */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .nav__list {
        gap: 20px;
    }
    
    .header__contacts {
        gap: 15px;
    }

    .header__phone {
        font-size: 16px;
    }
    
    /*.hero__main {
        padding: 50px 30px 50px max(20px, calc((100vw - 960px) / 2));
    }*/

    .hero__main-img,
    .hero__title,
    .hero__subtitle,
    .hero__text,
    .hero__buttons {
        padding-left: max(20px, calc((100vw - 1200px) / 2));
    }
    
    .hero__stats {
        padding: 40px;
        flex-wrap: wrap;
    }
    
    .hero__title {
        font-size: 42px;
    }
    
    .hero__subtitle {
        font-size: 24px;
    }

    .hero__text {
        font-size: 18px;
        padding-right: 0;
    }
    
    .stat-item__value {
        font-size: 24px;
    }

    .stat-item__text {
        font-size: 13px;
    }

    .usage {
        padding: 80px 0;
    }
    .usage__title {
        font-size: 42px;
    }
    .usage__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mold__inner {
        gap: 30px;
    }
    
    .mold__images {
        flex: 0 0 calc(50% - 15px);
    }
    
    .mold__info {
        flex: 0 0 calc(50% - 15px);
    }

    .mold__title {
        font-size: 42px;
    }

    .comparison__title {
        font-size: 42px;
    }

    .delivery__title {
        font-size: 42px;
    }

    /* 10_ABOUT */
    .about__inner {
        flex-direction: column;
        gap: 40px;
    }
    .about__left {
        flex: auto;
    }
    .about__stats {
        flex: auto;
        width: 100%;
    }
    .about__title {
        font-size: 36px;
    }
    .about-stat__value {
        font-size: 36px;
        flex: 0 0 140px;
    }
    .about-stat__value span {
        font-size: 24px;
    }

    .delivery-stat__value {
        font-size: 26px;
    }

    .delivery-stat__label {
        font-size: 14px;
    }

    .delivery-stat__desc {
        font-size: 12px;
    }

    .mold__desc {
        font-size: 16px;
    }

    .mold__price-accent {
        font-size: 36px;
    }

    .mold__img-box--small {
        height: 400px;
    }

    .mold__img-box img {
        width: 100%;
    }

    .mold__img-box--small img {
        height: 250px;
    }

    /* 09_BENEFITS */
    .benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .benefit-card:nth-child(1),
    .benefit-card:nth-child(2),
    .benefit-card:nth-child(3),
    .benefit-card:nth-child(4),
    .benefit-card:nth-child(5) {
        grid-column: span 1;
    }

    .benefit-card:nth-child(1) {
        grid-column: span 1;
    }

    .benefit-card:nth-child(2) {
        display: none;
    }

    .benefit-card:nth-child(3) {
        grid-column: span 1;
    }

    .benefit-card:nth-child(4) {
        display: none;
    }

    .benefit-card:nth-child(5) {
        grid-column: span 2;
        border: 1px dashed var(--color-grey-44);
    }

    .benefit-card:nth-child(6) {
        grid-column: span 1;
    }

    .benefit-card:nth-child(7) {
        display: none;
    }

    .benefit-card:nth-child(8) {
        grid-column: span 1;
    }

    .step-item__content {
        align-items: center;
        gap: 20px;
    }

    .steps__inner {
        gap: 40px;
    }
    
    .steps__title {
        font-size: 36px;
    }

    .step-item__title {
        flex: 0 0 180px;
        font-size: 18px;
    }

    /* 12_REVIEWS */
    .reviews {
        padding: 80px 0;
    }
    .reviews__title {
        font-size: 42px;
    }

    /* 14_FAQ */
    .faq__wrap {
        flex-direction: column;
    }

    .faq__left, .faq__right {
        flex: auto;
        width: 100%;
    }

    .faq__title {
        font-size: 38px;
    }

    .faq__image-wrap {
        height: 400px;
    }

    /*.faq__right {
        padding: 60px max(20px, calc((100vw - 960px) / 2));
    }*/

    /* 13_CLIENTS */
    .clients__title {
        font-size: 42px;
    }
    .clients__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-card:nth-child(2),
    .client-card:nth-child(4),
    .client-card:nth-child(5),
    .client-card:nth-child(6) {
        display: none;
    }

    .client-card:nth-child(3) {
         border-top: 1px dashed var(--color-grey-1);
         border-bottom: 1px dashed var(--color-grey-1);
         border-right: 1px dashed var(--color-grey-1);
         border-left: none;
    }

    .client-card:nth-child(7) {
         border-top: none;
         border-bottom: none;
         border-right: 1px dashed var(--color-grey-1);
         border-left: 1px dashed var(--color-grey-1);
    }

    .client-card:nth-child(8) {
        border-bottom: 1px dashed var(--color-grey-1);
    }

    .client-card:nth-child(9) {
        border: 1px dashed var(--color-grey-1);
    }

    .cta__right {
        flex: 0 0 50%;
        min-height: 520px;
        padding-top: 40px;
        padding-right: max(40px, calc((100vw - 1400px) / 2));
    }

    .cta__top {
        padding-top: 60px;
        padding-bottom: 40px;
        padding-left: max(40px, calc((100vw - 1400px) / 2));
    }

    .cta__bottom {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: max(40px, calc((100vw - 1400px) / 2));
    }

    .cta__image {
        display: block;
        max-height: 520px;
        width: 100%;
        object-fit: contain;
        object-position: bottom center;
    }

    /* 15_CTA */
    .cta__title {
        font-size: 36px;
    }
    .cta__description {
        font-size: 14px;
    }
    /*.cta__contacts-grid {
        gap: 30px;
    }*/
    .cta__contact-phone {
        font-size: 22px;
    }

    /* 16_FOOTER */
    .footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer__col {
        padding: 20px;
        border: none;
    }

    .footer__col:nth-child(4)::after {
        display: none;
    }

    .footer__col--info {
        grid-column: span 1;
        border-right: none;
/*        border-bottom: 1px dashed var(--color-grey-44);*/
    }
    .footer__big-logo {
        margin-bottom: 20px;
    }
    .footer__bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .footer__legal {
        text-align: left;
        max-width: 100%;
    }
        
}

/* 992px - Переход в планшетный режим / скрытие меню */
@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }

    .header__nav {
        display: none; /* Скрываем основное меню */
    }

    .header__contacts {
        display: none; /* Скрываем контакты в хедере на мобильном */
    }

    .header__burger {
        display: flex; /* Показываем бургер */
        z-index: 101; /* Поверх мобильного меню */
    }

    /* Стили выпадающего мобильного меню */
    .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--color-black);
        padding: 30px 20px;
        flex-direction: column;
        gap: 25px;
        border-top: 1px solid var(--color-dark-grey);
        z-index: 100;
        box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    }
    
    .mobile-menu.active {
        display: flex;
    }

    .mobile-menu__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .mobile-menu__link {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--color-white);
    }

    .mobile-menu__link:hover {
        color: var(--color-orange);
    }

    .mobile-menu__contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }

    .mobile-menu__phone {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-white);
    }

    .mobile-menu__phone:hover {
        color: var(--color-orange);
    }

    /* Анимация бургера */
    .burger.active .burger__icon span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .burger.active .burger__icon span:nth-child(2) {
        opacity: 0;
    }
    .burger.active .burger__icon span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .burger.active .burger__text {
        color: var(--color-orange);
    }
    
    .hero__wrap {
        flex-direction: column;
    }
    
    .hero__left {
        flex: 1;
    }
    
    .hero__main {
        border-bottom: 1px dashed var(--color-grey-44);
        padding: 30px 0;
    }

    .hero__img-mob {
        display: flex;
        width: 100%;
        border-bottom: 1px dashed var(--color-grey-44);
        margin-bottom: 30px;
    }

    .hero__img-mob img {
        display: flex;
        width: 100%;
        height: auto;
    }

    .hero__subtitle span {
        padding-bottom: 30px;
    }

    .hero__main-img,
    .hero__title,
    .hero__subtitle,
    .hero__text,
    .hero__buttons {
        padding: 0 20px;
    }

    .hero__main, .hero__stats {
        padding-left: max(20px, calc((100vw - 540px) / 2));
        padding-right: max(20px, calc((100vw - 540px) / 2));
    }

    .usage__header {
        width: 100%;
    }

    .usage__title {
        font-size: 36px;
    }
    .usage__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero__stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 40px;
    }

    .stat-item {
        border-left: 1px dashed var(--color-grey-44);
        padding: 20px;
        width: 220px;
        height: auto;
        justify-self: center;
    }
    
    .hero__right {
        display: none;
    }

    /* 08_DOCUMENTS */
    .documents__inner {
        flex-direction: column;
        gap: 40px;
    }
    .documents__left {
        flex: auto;
    }

    .stat-item-img {
        display: block;
    }
    
    .hero__buttons {
        flex-direction: column;
    }

    .usage__header {
        flex-direction: column;
        gap: 20px;
    }
    .usage__title, .usage__text {
        flex: auto;
    }
    .usage-card, .usage__spacer {
        height: 280px;
    }

    .btn--outline, .btn--outline-dark {
        position: relative;
        background-color: transparent;
        border: 1px solid var(--color-white);
        color: var(--color-white);
        z-index: 1;
        transition: none;
    }

    .btn--outline::before, .btn--outline-dark::before {
        content: none;
    }

    .btn--outline-dark {
        border-color: var(--color-dark-blue);
        color: var(--color-dark-blue);
    }

    .mold {
        padding: 80px 0;
    }

    .mold__inner {
        flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .comparison__inner {
        flex-direction: column;
        gap: 40px;
    }

    .comparison__left, .comparison__right {
        flex: auto;
        width: 100%;
    }

    .comparison__title {
        font-size: 42px;
    }

    .comparison__title-br {
        display: none;
    }

    .comparison__btn {
        width: 100%;
    }

    .delivery__top {
        flex-direction: column;
        gap: 30px;
        border-bottom: none;
        padding-bottom: 20px;
    }

    .delivery__title {
        flex: auto;
    }

    .delivery__stats {
        flex: auto;
        width: 100%;
        justify-content: space-between;
        gap: 40px;
        padding-top: 30px;
        margin-top: 20px;
    }

    .delivery__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mold__images {
        flex: auto;
    }

    .mold__info {
        flex: auto;
    }

    .mold__img-box {
        height: 400px;
    }

    .mold__price-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .mold__price-note {
        text-align: left;
    }

    .mold__img-box--large {
        height: 500px;
    }

    .mold__img-box--large img{
        height: 80%;
    }

    .info-wrap-1 {
        display: block;
    }

    .info-wrap-2 {
        display: none;
    }

    .platinum-wrap-1 {
        display: flex;
    }

    .mold__images-2 {
        display: none;
    }

    .mold-platinum .mold__images {
        padding-bottom: 30px;
    }

    .delivery-stat-img {
        display: flex;
        width: 80px;
        height: 80px;
    }

    .delivery-stat-img img {
        width: 100%;
    }

    .steps__inner {
        flex-direction: column;
        gap: 40px;
    }
    .steps__left {
        flex: auto;
    }
    .steps__desc {
        max-width: 100%;
    }
    .step-item__title {
        flex: 0 0 200px;
    }

    /* 12_REVIEWS */
    .reviews__title {
        font-size: 36px;
    }
    .review-card {
        min-height: 320px;
    }

    /* 13_CLIENTS */
    .clients__title {
        font-size: 36px;
    }

    .faq__title {
        width: 100%;
        font-size: 36px;
    }

    .faq-inner {
        flex-direction: column;
    }

    /* 15_CTA */
    .cta__inner {
        flex-direction: column;
    }

    .cta__left {
        flex: auto;
        width: 100%;
        padding: 50px 0 0 0;
        border: none;
    }
    .cta__top {
        border: none;
        padding: 40px 100px;
    }

    .cta__bottom {
        border-top: 1px dashed var(--color-grey-1);
        padding: 40px 100px;
    }

    .cta__right {
        display: none;
    }

    .cta-block-img {
        display: flex;
        width: 700px;
        margin: 0 auto;
    }

    .cta__description {
        max-width: 100%;
    }

    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* 768px */
@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }
    
    .logo img {
        max-width: 150px;
    }
    
    .hero__title {
        font-size: 36px;
    }
    
    .hero__subtitle {
        font-size: 20px;
    }
    
    .hero__stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .hero__btn {
        width: 100%;
        text-align: center;
    }

    .hero__main {
        padding: 20px 0;
    }

    /* 03_USAGE - Horizontal Scroll on Mobile */
    .usage__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        border: none; /* Убираем бордеры сетки */
        gap: 15px; /* Отступ между карточками */
        padding: 0 15px; /* Отступы по бокам при скролле */
        margin: 0 -15px 0 5px; /* Выводим за пределы контейнера, чтобы скроллить от края до края экрана */
    }
    
    .usage__grid::-webkit-scrollbar {
        display: none; /* Hide scrollbar in webkit */
    }

    .usage-card {
        flex: 0 0 400px; /* Фиксированная ширина карточки */
        height: auto;
        min-height: 250px;
        scroll-snap-align: start;
        border: 1px dashed var(--color-grey-1); /* Бордер со всех 4 сторон */
    }

    .mold__title {
        font-size: 36px;
    }

    .comparison__title {
        font-size: 36px;
    }

    /* 08_DOCUMENTS */
    .documents__title {
        font-size: 26px;
    }
    .documents__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .documents__bottom-right {
        width: 100%;
    }
    .documents__btn {
        width: 100%;
        text-align: center;
    }

    .compare-table__header,
    .compare-table__row {
        font-size: 14px;
        gap: 15px;
    }

    .delivery__title {
        font-size: 36px;
    }

    /* 10_ABOUT */
    .about {
        padding: 60px 0;
    }
    .about__title {
        font-size: 32px;
    }
    .about__desc {
        font-size: 16px;
    }
    .about-stat__value {
        font-size: 32px;
        flex: 0 0 120px;
    }
    .about-stat__value span {
        font-size: 22px;
    }
    .about-stat__text {
        font-size: 14px;
    }
    .about__photos {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .about__photo {
        height: 250px;
    }

    /* 09_BENEFITS */
    .benefits {
        padding: 60px 0;
    }
    
    .benefits__title {
        font-size: 26px;
    }
    .benefit-card {
        min-height: auto;
        padding: 20px;
    }
    .benefit-card__header {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .benefit-card__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        transform: none;
        width: 30px;
        height: 30px;
    }

    .benefit-card__number {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
        margin: 0;
    }

    .benefit-card__title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
        width: 100%;
    }

    .benefit-card__text {
        display: none;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px dashed var(--color-grey-44);
    }
    .benefit-card.active .benefit-card__text {
        display: block;
    }
    .benefit-card.active .benefit-card__toggle {
        transform: rotate(180deg);
    }
    .benefit-card {
        padding: 20px;
/*        min-height: 180px;*/
    }

    .delivery__stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .delivery-stat {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        border-left: 1px dashed var(--color-grey-1);
        padding-left: 15px;
    }

    .delivery-stat__label {
        width: auto;
        margin-bottom: 0;
    }

    .delivery-stat__value {
        font-size: 32px;
    }

    .delivery-stat-img {
        justify-content: center;
        align-items: center;
    }

    .delivery__grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
        gap: 15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0;
        padding: 0 15px 20px 15px;
    }

    .delivery__grid::-webkit-scrollbar {
        display: none;
    }

    .delivery-card {
        flex: 0 0 280px;
        scroll-snap-align: start;
        padding-bottom: 15px;
    }

    .delivery-card__img {
        margin: 0;
    }

    .delivery-card__weight,
    .delivery-card__type,
    .delivery-card__text {
        padding: 0 15px;
    }

    .delivery-card__weight {
        margin-top: 15px;
    }

    .spec-list-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
/*        font-weight: 700;*/
        color: var(--color-dark-blue);
/*        text-transform: uppercase;*/
        border-bottom: 1px dashed var(--color-grey-1);
        cursor: pointer;
    }

    .spec-list-toggle__arrow {
        transition: transform 0.3s ease;
/*        color: var(--color-orange);*/
    }

    .spec-list-toggle.active .spec-list-toggle__arrow {
        transform: rotate(180deg);
    }

    .spec-list {
        display: none;
        padding-top: 10px;
    }

    .spec-list.active {
        display: flex;
    }

    .spec-list__item:first-child {
        border-top: none;
    }

    .mold__img-box {
        height: 350px;
    }

    .mold__buttons {
        flex-direction: column;
        width: 100%;
    }

    .mold__buttons .btn {
        width: 100%;
    }

    .mold__img-box--small img {
        height: 150px;
    }

    .mold__img-box--large img {
        height: 260px;
    }

    .mold__img-box--small {
        width: 45%;
        height: 250px;
    }

    .mold__img-box--large {
        width: 55%;
    }

    .mold__img-label {
        padding: 20px 0 0 10px;
    }

    .delivery__stats {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
        border: none;
    }

    .delivery-stat {
        flex-direction: column;
        flex: 1 1 calc(50% - 20px);
        border-left: 1px dashed var(--color-grey-1);
        padding: 10px;
    }

    .delivery-stat-img img {
        width: 80px;
    }

    .benefits__grid {
        grid-template-columns: repeat( 1fr);
    }

    .benefit-card:nth-child(1) {
        grid-column: span 2;
        border-left: none;
        border-right: none;
    }

    .benefit-card:nth-child(3) {
        grid-column: span 2;
        border-left: none;
        border-right: none;
    }

    .benefit-card:nth-child(5) {
        grid-column: span 2;
        border-left: none;
        border-right: none;
    }

    .benefit-card:nth-child(6) {
        grid-column: span 2;
        border-left: none;
        border-right: none;
    }

    .benefit-card:nth-child(8) {
        grid-column: span 2;
        border-left: none;
        border-right: none;
    }

    .step-item__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-left: 16px;
    }

    .steps {
        padding: 60px 0;
    }
    .steps__title {
        font-size: 32px;
    }
    .steps__desc {
        font-size: 16px;
    }
    .step-item {
        flex-direction: column;
        gap: 15px;
        padding: 40px 0;
    }
    .step-item__marker {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .step-item__title {
        flex: auto;
        font-size: 18px;
    }
    .step-item__text {
        font-size: 14px;
    }

    /* 15_CTA */
    .cta__left {
        padding: 40px 0;
    }
    .cta__title {
        font-size: 32px;
    }
    .cta__contacts-grid {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
    .cta__btn {
        width: 100%;
    }

    /* 16_FOOTER */
    .footer__grid {
        grid-template-columns: 1fr;
    }
    .footer__col {
        padding: 30px 20px;
        border-right: none;
        border-bottom: 1px dashed var(--color-grey-44);
    }
    .footer__col:last-child {
        border-bottom: none;
    }
    .footer__col--info {
        grid-column: span 1;
    }
    .footer__scroll-top {
        right: 20px;
        bottom: 80px;
        width: 40px;
        height: 40px;
    }
    .footer__scroll-top svg {
        width: 20px;
        height: 20px;
    }

    .footer__col:nth-child(4)::after {
        display: block;
    }

    /* 12_REVIEWS - Horizontal Scroll on Mobile (same as usage__grid) */
    .reviews__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border: none;
        gap: 15px;
        padding: 0 15px;
        margin: 0 -15px 0 5px;
    }

    .reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .review-card {
        flex: 0 0 320px;
        height: auto;
        min-height: 300px;
        scroll-snap-align: start;
        border: 1px dashed var(--color-grey-1);
    }

    .reviews__spacer {
        display: none;
    }

    /* 13_CLIENTS - Horizontal Scroll on Mobile (same as usage__grid) */
    .clients__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border: none;
        gap: 15px;
        padding: 0 15px;
        margin: 0 -15px 0 5px;
    }

    .clients__grid::-webkit-scrollbar {
        display: none;
    }

    .client-card {
        flex: 0 0 320px;
        height: auto;
        min-height: 220px;
        scroll-snap-align: start;
        border: 1px dashed var(--color-grey-1) !important;
    }

    .clients__spacer {
        display: none;
    }

    .cta-block-img {
        width: 100%;
    }

    .cta__top {
        padding: 40px;
    }

    .cta__bottom {
        padding: 40px;
    }

    /* Мобильная версия (резиновая) Cookie Consent начало */
    .cookie-banner {
        bottom: 10px;
        border-radius: 20px;
        padding: 20px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-text {
        font-size: 13px;
    }

    .cookie-btn {
        width: 100%; /* Кнопка на всю ширину на мобилках */
    }
    /* Мобильная версия (резиновая) Cookie Consent конец */

    .popup__inner {
        padding: 24px 20px;
    }

    .popup__title {
        font-size: 24px;
    }

    .popup__title--center {
        font-size: 22px;
    }

    .popup__subtitle {
        font-size: 16px;
    }

    .popup__header {
        margin-bottom: 24px;
    }

    .popup__logo {
        height: 26px;
    }

    .popup {
        width: 95%;
    }

    .popup--policy .popup__inner {
            max-height: 90vh;
        }

    .popup__title--policy {
        font-size: 18px;
    }

    .popup--policy {
        width: 100%;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }

    .popup--policy .popup__inner {
        max-height: 100vh;
    }
}

/* 576px */
@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .header {
        padding: 15px 0;
    }

    .logo img {
        max-width: 120px;
    }

    .burger__text {
        font-size: 10px;
    }
    
    .burger__icon {
        width: 20px;
        height: 16px;
    }

    .hero {
        padding: 70px 15px;
    }

    .hero__left {
        border-right: none;
    }

    .hero__main {
        padding: 0;
    }

    .hero__text {
        font-size: 16px;
    }

    .hero__main-img,
    .hero__title,
    .hero__subtitle,
    .hero__text,
    .hero__buttons {
        padding: 0;
    }

    .hero__icon {
        width: 32px;
    }
    
    .hero__stats {
        gap: 20px;
        padding: 10px;
    }

    .stat-item {
        width: 100%;
    }

    .stat-item__value {
        font-size: 24px;
    }
        
    
    .hero__stats {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .hero__title {
        font-size: 32px;
    }
    
    .hero__decor {
        display: none;
    }

    .usage {
        padding: 50px 0;
    }
    .usage__title {
        font-size: 32px;
    }
    /* Grid overrides removed as they are handled by 768px flex display */
    .usage__spacer {
        display: none;
    }

    .usage__grid {
        margin: 0 -15px 0 5px;
    }

    .usage-card {
        flex: 0 0 320px; /* Фиксированная ширина карточки */
        height: auto;
        min-height: 230px;
    }

    .usage-card.active .usage-card__back {
        opacity: 1;
    }

    .usage__text {
        font-size: 16px;
    }

    .usage-card__title {
        font-size: 18px;
    }

    .mold {
        padding: 10px 0 30px 0;
    }

    .mold__title {
        font-size: 26px;
    }

    .comparison {
        padding: 50px 0;
    }

    .comparison__title {
        font-size: 26px;
    }

    .comparison__desc {
        font-size: 16px;
    }

    .delivery {
        padding: 50px 0;
    }

    .delivery__title {
        font-size: 26px;
    }

    /* 10_ABOUT */
    .about {
        padding: 50px 0;
    }
    .about__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .about__desc {
        font-size: 14px;
    }
    .about__inner {
        margin-bottom: 30px;
    }
    .about-stat {
        flex-direction: column;
        gap: 5px;
        padding: 12px 0;
    }
    .about-stat__value {
        font-size: 28px;
        flex: auto;
    }
    .about-stat__value span {
        font-size: 20px;
    }
    .about-stat__text {
        padding-top: 0;
    }
    .about__photo {
        height: 200px;
    }

    .delivery-stat__value {
        font-size: 28px;
    }

    .delivery-card {
        flex: 0 0 240px;
    }

    .delivery-card__img {
        height: 220px;
    }

    .compare-table__header,
    .compare-table__row {
        font-size: 12px;
        gap: 8px;
        padding: 15px 0;
    }

    .mold__images {
        gap: 10px;
        justify-content: center;
    }

    .mold__img-label {
        font-size: 10px;
    }

    .mold__img-box {
        height: 300px;
    }
    
    .mold__img-box--small img {
        height: 150px;
    }

    /*.mold__img-box--large img {
        height: 180px;
    }*/

    .mold__img-box--small {
        width: 45%;
        height: 250px;
    }

    .mold__img-box--large {
        width: 55%;
        height: 100%;
    }

    .spec-list__item {
        flex-direction: column;
        gap: 5px;
        border-bottom: 1px dotted var(--color-grey-1);
        padding: 5px 0;
        /* 09_BENEFITS */
        .benefits__grid {
            grid-template-columns: 1fr;
        }
        .benefit-card:nth-child(1),
        .benefit-card:nth-child(2),
        .benefit-card:nth-child(3),
        .benefit-card:nth-child(4),
        .benefit-card:nth-child(5) {
            grid-column: span 1;
        }
        .benefit-card {
            min-height: auto;
            padding: 20px;
        }
    }

    .spec-list__spacer {
        display: none;
    }

    .spec-list__value {
        align-self: flex-start;
        color: var(--color-dark-blue);
    }
    /* 08_DOCUMENTS */
    .document-item {
/*        flex-direction: column;*/
        align-items: flex-start;
        gap: 15px;
    }
    /*.document-item__arrow {
        align-self: flex-end;
    }*/

    .document-item__title {
        font-size: 12px;
    }

    .document-item__preview {
        flex: 0 0 80px;
    }

    .steps {
        padding: 50px 0;
    }
    .steps__title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .step-item__title {
        font-size: 16px;
    }

    /* 12_REVIEWS */
    .reviews {
        padding: 50px 0;
    }
    .reviews__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .reviews__subtitle {
        font-size: 16px;
    }
    .review-card {
        flex: 0 0 280px;
        min-height: 280px;
        padding: 20px;
    }
    .review-card__text {
        font-size: 14px;
    }
    .review-card__name {
        font-size: 14px;
    }
    .review-card__position {
        font-size: 12px;
    }
    .review-card__company {
        font-size: 10px;
    }

    /* 15_CTA */
    .cta__title {
        font-size: 26px;
    }
    .cta__description {
        font-size: 14px;
    }
    .cta__contact-phone {
        font-size: 20px;
    }

    .cta__top {
        padding: 30px 15px;
    }

    .cta__left {
        padding: 0;
    }

    /* 16_FOOTER */
    .footer__col {
        padding: 25px 15px;
    }
    .footer__logo img {
        max-width: 140px;
    }
    .footer__desc {
        font-size: 13px;
    }
    .footer__col-title {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .footer__link {
        font-size: 13px;
    }
    .footer__phone {
        font-size: 16px;
    }
    .footer__email {
        font-size: 14px;
    }
    .footer__schedule,
    .footer__contact-label {
        font-size: 12px;
    }
    .footer__bottom {
        padding: 25px 0;
    }
    .footer__copyright p {
        font-size: 11px;
    }
    .footer__legal a {
        font-size: 11px;
    }
    .footer__scroll-top {
        display: none;
    }

    /* 14_FAQ */
    .faq {
        padding: 30px 0;
    }
    
    .faq__title {
        font-size: 26px;
    }

    .faq__right {
        padding: 40px 15px;
    }

    .faq__image-wrap {
        height: 250px;
    }

    .faq-item {
        padding: 20px 0;
    }

    .faq-item__title {
        font-size: 16px;
    }

    .faq-item__content {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-item__title-wrap {
        gap: 15px;
    }

    /* 13_CLIENTS */
    .clients {
        padding: 50px 0;
    }
    .clients__title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .clients__text {
        font-size: 16px;
    }
    .client-card {
        flex: 0 0 280px;
        min-height: 200px;
        padding: 20px;
    }
    .client-card__name {
        font-size: 18px;
    }
    .client-card__industry {
        font-size: 14px;
    }
}

/* 480px */
@media (max-width: 480px) {
    
}


