/* ============================================
   БРЕЙКПОИНТ: Зум 50% на 1920px (от 3840px)
   ============================================ */
@media screen and (min-width: 3840px) {
    /* Хедер */
    .header-container {
        height: 240px;
        margin-top: 100px;
        padding: 46px 200px;
        gap: 180px;
    }

    .header-link {
        font-size: 56px;
    }

    .header-logo a > svg {
        height: 180px;
        width: 206px;
    }

    #order-button {
        font-size: 54px;
        height: 130px;
        padding: 42px 70px;
    }

    #language-button {
        font-size: 54px;
        height: 130px;
        padding: 42px 48px;
    }

    /* Баннер */
    .banner-content > svg {
        width: 500px;
        height: 440px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: clamp(72px, 6vw, 110px);
    }

    .banner-country-name {
        font-size: clamp(190px, 13vw, 270px);
    }

    .banner-subtitle,
    .banner-subtitle-country {
        font-size: 54px !important;
    }

    #banner-button-catalog {
        padding: 50px 70px;
        height: 130px;
        font-size: 54px;
    }

    #banner-button-arrow {
        width: 130px;
        height: 130px;
    }

    #banner-button-arrow svg {
        width: 56px !important;
        height: 26px !important;
    }

    .banner-nav {
        width: 180px;
        height: 180px;
    }

    .banner-nav svg {
        width: 64px !important;
        height: 64px !important;
    }

    .banner-indicator {
        width: 46px;
        height: 46px;
    }

    /* О компании */
    .about-content-text h1 {
        font-size: 100px;
    }

    .about-content-text p {
        font-size: 54px;
        line-height: 1.7;
    }

    .about-number h2 {
        font-size: clamp(160px, 12vw, 220px);
    }

    .about-number p {
        font-size: 64px;
    }

    .about-name, .about-value {
        font-size: 32px !important;
    }

    /* Каталог */
    .catalog-title-h1,
    .order-title-h1, .about-content-text h1 {
        font-size: 72px !important;
    }

    .catalog-item-title {
        font-size: 44px !important;
        bottom: 50px !important;
        left: 50px !important;
    }

    .catalog-categories-button {
        padding: 40px 54px !important;
        height: 95px !important;
        font-size: 32px !important;
    }

    .mobile-category .catalog-categories-button {
        padding: 40px 54px !important;
        height: 95px !important;
        font-size: 32px !important;
    }

    .catalog-categories-button svg {
        width: 24px !important;
        height: 14px !important;
    }

    #catalog-filter-mobile-trigger svg {
        width: 24px !important;
        height: 14px !important;
    }

    .catalog-countries-dropdown {
        gap: 18px;
    }

    .catalog-countries-dropdown .catalog-categories-button {
        padding: 40px 54px !important;
        height: 95px !important;
        font-size: 32px !important;
    }

    /* Хлебные крошки */
    .breadcrumps {
        font-size: 26px !important;
        gap: 20px;
    }

    .breadcrumps a,
    .breadcrumps span {
        font-size: 26px !important;
    }

    /* Поиск каталога */
    .catalog-search-input {
        font-size: 34px !important;
        padding: 42px 100px;
        border-bottom-width: 4px;
    }

    .catalog-search-input::placeholder {
        font-size: 34px !important;
    }

    .catalog-search-input-icon svg {
        width: 56px !important;
        height: 56px !important;
    }

    .catalog-search-input-icon {
        left: 24px;
        bottom: 24px;
    }

    .catalog-search-input-filter svg {
        width: 56px !important;
        height: 56px !important;
    }

    .catalog-search-input-filter {
        right: 24px;
        bottom: -28px;
    }

    /* Наши услуги */
    .our-service-title-text {
        font-size: 100px;
    }

    .our-service-item-title {
        font-size: 64px;
    }

    .our-service-item-text {
        font-size: 54px;
    }

    .our-service-item {
        padding: 60px;
    }

    /* Остались вопросы */
    .question-title-text {
        font-size: clamp(160px, 12vw, 220px);
    }

    .question-title p {
        font-size: 42px !important;
    }

    .question-form form input,
    .question-form form textarea {
        padding: 60px 46px;
        font-size: 34px !important;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: 34px !important;
    }

    .question-form form textarea {
        height: 440px;
    }

    .question-form form button {
        font-size: 44px;
        padding: 44px 60px;
    }

    .question-form form p {
        font-size: 30px !important;
    }

    /* Карточки товаров */
    .product-item-title {
        font-size: 56px;
    }

    .product-item-about {
        font-size: 38px;
    }

    .product-order-button {
        font-size: 44px;
        height: 114px;
        padding: 44px 60px;
    }

    /* Страница заказа */
    .order-title-h2 {
        font-size: 52px;
    }

    .order-product-info h2 {
        font-size: 46px !important;
    }

    .detail-name,
    .detail-value {
        font-size: 46px;
    }

    .order-product-amount p {
        font-size: 46px;
        margin-right: 36px;
    }

    .order-product-amount button {
        width: 70px;
        height: 70px;
    }

    .order-product-amount button svg {
        width: 28px !important;
        height: 28px !important;
    }

    .amount-value {
        font-size: 46px;
        width: 70px;
    }

    .remove-item {
        font-size: 42px;
    }

    .order-product-image {
        width: 280px;
        height: 280px;
    }

    .order-product {
        gap: 130px;
        padding: 52px 0;
    }

    .order-product-about {
        gap: 100px;
    }

    .order-contact-form {
        padding: 64px;
    }

    .order-contact-form h2 {
        font-size: 56px;
        margin-bottom: 36px;
    }

    .order-contact-form form input,
    .order-contact-form form textarea {
        padding: 58px 46px;
        font-size: 44px;
    }

    .order-contact-form form input::placeholder,
    .order-contact-form form textarea::placeholder {
        font-size: 44px;
    }

    .order-contact-form form textarea {
        height: 420px;
    }

    .order-contact-form form button {
        font-size: 44px;
        padding: 42px 58px;
    }

    .order-contact-form form p {
        font-size: 28px !important;
    }

    /* Тексты внутри order-product-second-info */
    .order-product-second-info .detail-name,
    .order-product-second-info .detail-value,
    .order-product-second-info .order-product-amount p,
    .order-product-second-info .amount-value,
    .order-product-second-info .remove-item {
        font-size: 26px !important;
    }

    .order-button button {
        font-size: 44px;
        padding: 44px;
    }

    .order-button p {
        font-size: 22px !important;
    }

    /* Пустая корзина */
    .empty-cart-message p {
        font-size: 44px;
    }

    .empty-cart-message p a {
        font-size: 44px;
    }

    #cart-total-container {
        font-size: 50px;
    }

    /* Модальное окно */
    .modal-content {
        padding: 90px;
        border-radius: 70px;
    }

    .modal-content img {
        height: 500px;
    }

    .modal-content h2 {
        font-size: 50px;
    }

    .modal-content p {
        font-size: 38px;
    }

    .modal-btn {
        font-size: 38px;
        padding: 34px 70px;
    }

    .modal-close {
        font-size: 54px;
        top: 42px;
        right: 42px;
    }

    /* Пагинация */
    .pagination {
        gap: 18px;
    }

    .pagination-link,
    .pagination-arrow,
    .pagination-ellipsis {
        width: 86px;
        height: 86px;
        font-size: 38px;
        border-radius: 50%;
    }

    /* Футер */
    .footer-info-links ul li a {
        font-size: 52px;
    }

    .footer-info-contacts h3,
    .footer-info-write-us h3 {
        font-size: 52px;
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: 44px;
    }

    .footer-info-write-us a {
        font-size: 44px;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Зум 67% на 1920px (от 2866px)
   ============================================ */
@media screen and (min-width: 2866px) {
    /* Хедер */
    .header-container {
        height: 200px;
        margin-top: 80px;
        padding: 38px 160px;
        gap: 140px;
    }

    .header-link {
        font-size: 44px;
    }

    .header-logo a > svg {
        height: 140px;
        width: 160px;
    }

    #order-button {
        font-size: 42px;
        height: 100px;
        padding: 34px 56px;
    }

    #language-button {
        font-size: 42px;
        height: 100px;
        padding: 34px 38px;
    }

    /* Баннер */
    .banner-content > svg {
        width: 380px;
        height: 330px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: clamp(58px, 5vw, 84px);
    }

    .banner-country-name {
        font-size: clamp(150px, 11vw, 210px);
    }

    .banner-subtitle,
    .banner-subtitle-country {
        font-size: 40px;
    }

    #banner-button-catalog {
        padding: 38px 54px;
        height: 96px;
        font-size: 40px;
    }

    #banner-button-arrow {
        width: 96px;
        height: 96px;
    }

    #banner-button-arrow svg {
        width: 42px !important;
        height: 20px !important;
    }

    .banner-nav {
        width: 140px;
        height: 140px;
    }

    .banner-nav svg {
        width: 48px !important;
        height: 48px !important;
    }

    .banner-indicator {
        width: 36px;
        height: 36px;
    }

    /* О компании */
    .about-content-text h1 {
        font-size: 80px;
    }

    .about-content-text p {
        font-size: 32px !important;
        line-height: 1.7;
    }

    .about-number h2 {
        font-size: clamp(130px, 10vw, 180px);
    }

    .about-number p {
        font-size: 50px;
    }

    /* Каталог */
    .catalog-title-h1,
    .order-title-h1 {
        font-size: 72px;
    }

    .catalog-item-title {
        font-size: 48px;
        bottom: 40px;
        left: 40px;
    }

    

    /* Хлебные крошки */
    .breadcrumps {
        font-size: 36px;
        gap: 16px;
    }

    .breadcrumps a,
    .breadcrumps span {
        font-size: 36px;
    }

    /* Поиск каталога */
    .catalog-search-input {
        font-size: 34px;
        padding: 28px 70px;
        border-bottom-width: 3px;
    }

    .catalog-search-input::placeholder {
        font-size: 34px;
    }

    .catalog-search-input-icon svg {
        width: 36px !important;
        height: 36px !important;
    }

    .catalog-search-input-icon {
        left: 16px;
        bottom: 16px;
    }

    .catalog-search-input-filter svg {
        width: 36px !important;
        height: 36px !important;
    }

    .catalog-search-input-filter {
        right: 16px;
        bottom: -20px;
    }

    /* Наши услуги */
    .our-service-title-text {
        font-size: 72px !important;
    }

    .our-service-item-title {
        font-size: 50px !important;
    }

    .our-service-item-text {
        font-size: 40px !important;
    }

    .our-service-item {
        padding: 48px;
    }

    /* Остались вопросы */
    .question-title-text {
        font-size: clamp(120px, 9vw, 170px);
    }

    .question-title p {
        font-size: 44px;
    }

    .question-form form input,
    .question-form form textarea {
        padding: 48px 36px;
        font-size: 34px;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: 34px;
    }

    .question-form form textarea {
        height: 340px;
    }

    .question-form form button {
        font-size: 34px;
        padding: 34px 48px;
    }

    .question-form form p {
        font-size: 28px;
    }

    /* Карточки товаров */
    .product-item-title {
        font-size: 44px;
    }

    .product-item-about {
        font-size: 30px;
    }

    .product-order-button {
        font-size: 34px;
        height: 88px;
        padding: 34px 48px;
    }

    /* Страница заказа */
    .order-title-h2 {
        font-size: 40px;
    }

    .order-product-info h2 {
        font-size: 44px;
    }

    .detail-name,
    .detail-value {
        font-size: 36px;
    }

    .order-product-amount p {
        font-size: 36px;
        margin-right: 28px;
    }

    .order-product-amount button {
        width: 54px;
        height: 54px;
    }

    .order-product-amount button svg {
        width: 22px !important;
        height: 22px !important;
    }

    .amount-value {
        font-size: 36px;
        width: 54px;
    }

    .remove-item {
        font-size: 32px;
    }

    .order-product-image {
        width: 220px;
        height: 220px;
    }

    .order-product {
        gap: 100px;
        padding: 40px 0;
    }

    .order-product-about {
        gap: 80px;
    }

    .order-contact-form {
        padding: 50px;
    }

    .order-contact-form h2 {
        font-size: 44px;
        margin-bottom: 28px;
    }

    .order-contact-form form input,
    .order-contact-form form textarea {
        padding: 46px 36px;
        font-size: 34px;
    }

    .order-contact-form form input::placeholder,
    .order-contact-form form textarea::placeholder {
        font-size: 34px;
    }

    .order-contact-form form textarea {
        height: 320px;
    }

    .order-contact-form form button {
        font-size: 34px;
        padding: 32px 46px;
    }

    .order-contact-form form p {
        font-size: 30px;
    }

    .order-button button {
        font-size: 34px;
        padding: 34px;
    }

    .order-button p {
        font-size: 32px;
    }

    /* Пустая корзина */
    .empty-cart-message p {
        font-size: 34px;
    }

    .empty-cart-message p a {
        font-size: 34px;
    }

    #cart-total-container {
        font-size: 38px;
    }

    /* Модальное окно */
    .modal-content {
        padding: 70px;
        border-radius: 56px;
    }

    .modal-content img {
        height: 380px;
    }

    .modal-content h2 {
        font-size: 38px;
    }

    .modal-content p {
        font-size: 30px;
    }

    .modal-btn {
        font-size: 30px;
        padding: 26px 56px;
    }

    .modal-close {
        font-size: 42px;
        top: 32px;
        right: 32px;
    }

    /* Пагинация */
    .pagination {
        gap: 14px;
    }

    .pagination-link,
    .pagination-arrow,
    .pagination-ellipsis {
        width: 66px;
        height: 66px;
        font-size: 30px;
        border-radius: 50%;
    }

    /* Футер */
    .footer-info-links ul li a {
        font-size: 40px;
    }

    .footer-info-contacts h3,
    .footer-info-write-us h3 {
        font-size: 40px;
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: 34px;
    }

    .footer-info-write-us a {
        font-size: 34px;
    }

    .about-name, .about-value{
        font-size: 24px !important;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Зум 75% на 1920px (от 2560px)
   ============================================ */
@media screen and (min-width: 2560px) {
    /* Хедер */
    .header-container {
        height: 160px;
        margin-top: 60px;
        padding: 30px 120px;
        gap: 110px;
    }

    .header-link {
        font-size: 34px;
    }

    .header-logo a > svg {
        height: 100px;
        width: 115px;
    }

    #order-button {
        font-size: 32px;
        height: 82px;
        padding: 28px 44px;
    }

    #language-button {
        font-size: 32px;
        height: 82px;
        padding: 28px 30px;
    }

    /* Баннер */
    .banner-content > svg {
        width: 320px;
        height: 280px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: clamp(50px, 4.5vw, 72px);
    }

    .banner-country-name {
        font-size: clamp(130px, 10vw, 180px);
    }

    .banner-subtitle,
    .banner-subtitle-country {
        font-size: 34px !important;
    }

    #banner-button-catalog {
        padding: 34px 48px;
        height: 86px;
        font-size: 34px;
    }

    #banner-button-arrow {
        width: 86px;
        height: 86px;
    }

    #banner-button-arrow svg {
        width: 36px !important;
        height: 16px !important;
    }

    .banner-nav {
        width: 120px;
        height: 120px;
    }

    .banner-nav svg {
        width: 40px !important;
        height: 40px !important;
    }

    .banner-indicator {
        width: 30px;
        height: 30px;
    }

    /* О компании */
    .about-content-text h1 {
        font-size: 60px;
    }

    .about-content-text p {
        font-size: 28px;
        line-height: 1.6;
    }

    .about-number h2 {
        font-size: clamp(100px, 8vw, 140px);
    }

    .about-number p {
        font-size: 36px;
    }

    /* Каталог */
    .catalog-title-h1,
    .order-title-h1 {
        font-size: 60px;
    }

    .catalog-item-title {
        font-size: 40px;
        bottom: 35px;
        left: 35px;
    }

    /* Хлебные крошки */
    .breadcrumps {
        font-size: 24px;
        gap: 12px;
    }

    .breadcrumps a,
    .breadcrumps span {
        font-size: 24px;
    }

    /* Поиск каталога */
    .catalog-search-input {
        font-size: 28px;
        padding: 24px 60px;
        border-bottom-width: 2px;
    }

    .catalog-search-input::placeholder {
        font-size: 28px;
    }

    .catalog-search-input-icon svg {
        width: 30px !important;
        height: 30px !important;
    }

    .catalog-search-input-icon {
        left: 14px !important;
        bottom: 24px !important;
    }

    .catalog-search-input-filter svg {
        width: 32px !important;
        height: 32px !important;
    }

    .catalog-search-input-filter {
        right: 14px !important;
        bottom: -18px !important;
    }

    /* Наши услуги */
    .our-service-title-text {
        font-size: 64px;
    }

    .our-service-item-title {
        font-size: 42px;
    }

    .our-service-item-text {
        font-size: 34px;
    }

    .our-service-item {
        padding: 42px;
    }

    /* Остались вопросы */
    .question-title-text {
        font-size: clamp(100px, 8vw, 140px);
    }

    .question-title p {
        font-size: 36px;
    }

    .question-form form input,
    .question-form form textarea {
        padding: 42px 32px;
        font-size: 28px;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: 28px;
    }

    .question-form form textarea {
        height: 300px;
    }

    .question-form form button {
        font-size: 28px;
        padding: 30px 42px;
    }

    .question-form form p {
        font-size: 24px;
    }

    /* Карточки товаров */
    .product-item-title {
        font-size: 36px;
    }

    .product-item-about {
        font-size: 24px;
    }

    .product-order-button {
        font-size: 28px;
        height: 78px;
        padding: 30px 42px;
    }

    /* Страница заказа */
    .order-title-h2 {
        font-size: 28px;
    }

    .order-product-info h2 {
        font-size: 32px;
    }

    .detail-name,
    .detail-value {
        font-size: 24px;
    }

    .order-product-amount p {
        font-size: 24px;
    }

    .order-product-amount button {
        width: 40px;
        height: 40px;
    }

    .amount-value {
        font-size: 24px;
        width: 40px;
    }

    .remove-item {
        font-size: 22px;
    }

    .order-product-image {
        width: 160px;
        height: 160px;
    }

    .order-product {
        gap: 80px;
        padding: 30px 0;
    }

    .order-contact-form h2 {
        font-size: 32px;
    }

    .order-contact-form form input,
    .order-contact-form form textarea {
        padding: 36px 28px;
        font-size: 24px;
    }

    .order-contact-form form input::placeholder,
    .order-contact-form form textarea::placeholder {
        font-size: 24px;
    }

    .order-contact-form form textarea {
        height: 260px;
    }

    .order-contact-form form button {
        font-size: 24px;
        padding: 24px 36px;
    }

    .order-contact-form form p {
        font-size: 22px;
    }

    .order-button button {
        font-size: 24px;
        padding: 26px;
    }

    .order-button p {
        font-size: 22px;
    }

    /* Модальное окно */
    .modal-content {
        padding: 60px;
        border-radius: 50px;
    }

    .modal-content img {
        height: 320px;
    }

    .modal-content h2 {
        font-size: 32px;
    }

    .modal-content p {
        font-size: 24px;
    }

    .modal-btn {
        font-size: 24px;
        padding: 22px 50px;
    }

    .modal-close {
        font-size: 36px;
        top: 28px;
        right: 28px;
    }

    /* Пустая корзина */
    .empty-cart-message p {
        font-size: 28px;
    }

    .empty-cart-message p a {
        font-size: 28px;
    }

    #cart-total-container {
        font-size: 32px;
    }

    /* Пагинация */
    .pagination {
        gap: 12px;
    }

    .pagination-link,
    .pagination-arrow,
    .pagination-ellipsis {
        width: 56px;
        height: 56px;
        font-size: 24px;
        border-radius: 50%;
    }

    /* Футер */
    .footer-info-links ul li a {
        font-size: 34px;
    }

    .footer-info-contacts h3,
    .footer-info-write-us h3 {
        font-size: 34px;
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: 28px;
    }

    .footer-info-write-us a {
        font-size: 28px;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Зум 80% на 1920px (от 2400px)
   ============================================ */
@media screen and (min-width: 2400px) {
    /* Хедер */
    .header-container {
        height: 130px;
        margin-top: 50px;
        padding: 25px 100px;
        gap: 90px;
    }

    .header-link {
        font-size: 28px;
    }

    #order-button {
        font-size: 26px;
        height: 68px;
        padding: 22px 36px;
    }

    #language-button {
        font-size: 26px;
        height: 68px;
        padding: 22px 24px;
    }

    .header-logo a > svg {
        height: 85px;
        width: 97px;
    }

    /* Баннер */
    .banner-content > svg {
        width: 280px;
        height: 245px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: clamp(36px, 3.5vw, 56px);
    }

    .banner-country-name {
        font-size: clamp(100px, 8vw, 140px);
    }

    .banner-subtitle,
    .banner-subtitle-country {
        font-size: 28px;
    }

    #banner-button-catalog {
        padding: 28px 38px;
        height: 72px;
        font-size: 28px;
    }

    #banner-button-arrow {
        width: 72px;
        height: 72px;
    }

    #banner-button-arrow svg {
        width: 30px !important;
        height: 14px !important;
    }

    .banner-nav {
        width: 100px;
        height: 100px;
    }

    .banner-nav svg {
        width: 34px !important;
        height: 34px !important;
    }

    .banner-indicator {
        width: 26px;
        height: 26px;
    }

    /* О компании */
    .about-content-text h1 {
        font-size: 48px;
    }

    .about-content-text p {
        font-size: 24px;
        line-height: 1.6;
    }

    .about-number h2 {
        font-size: clamp(76px, 6vw, 100px);
    }

    .about-number p {
        font-size: 30px;
    }

    /* Каталог */
    .catalog-title-h1,
    .order-title-h1 {
        font-size: 48px;
    }

    .catalog-item-title {
        font-size: var(--font-size-xxxl);
        bottom: 25px;
        left: 25px;
    }

    .catalog-categories-button {
        padding: 34px 42px;
        height: 68px;
        font-size: var(--font-size-xxl);
    }

    /* Хлебные крошки */
    .breadcrumps {
        font-size: 20px;
        gap: 10px;
    }

    .breadcrumps a,
    .breadcrumps span {
        font-size: 20px;
    }

    /* Поиск каталога */
    .catalog-search-input {
        font-size: 24px;
        padding: 22px 55px;
        border-bottom-width: 2px;
    }

    .catalog-search-input::placeholder {
        font-size: 24px;
    }

    .catalog-search-input-icon svg {
        width: 26px;
        height: 26px;
    }

    .catalog-search-input-icon {
        left: 12px;
        bottom: 12px;
    }

    .catalog-search-input-filter svg {
        width: 26px;
        height: 26px;
    }

    .catalog-search-input-filter {
        right: 12px;
        bottom: -16px;
    }

    /* Наши услуги */
    .our-service-title-text {
        font-size: 52px;
    }

    .our-service-item-title {
        font-size: 34px;
    }

    .our-service-item-text {
        font-size: 26px;
    }

    .our-service-item {
        padding: 32px;
    }

    /* Остались вопросы */
    .question-title-text {
        font-size: clamp(76px, 6vw, 100px);
    }

    .question-title p {
        font-size: 28px;
    }

    .question-form form input,
    .question-form form textarea {
        padding: 34px 24px;
        font-size: 22px;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: 22px;
    }

    .question-form form textarea {
        height: 250px;
    }

    .question-form form button {
        font-size: 22px;
        padding: 24px 32px;
    }

    .question-form form p {
        font-size: 20px;
    }

    /* Карточки товаров */
    .product-item-title {
        font-size: 28px;
    }

    .product-item-about {
        font-size: 20px;
    }

    .product-order-button {
        font-size: 22px;
        height: 64px;
        padding: 24px 32px;
    }

    /* Страница заказа */
    .order-title-h2 {
        font-size: 24px;
    }

    .order-product-info h2 {
        font-size: 28px;
    }

    .detail-name,
    .detail-value {
        font-size: 20px;
    }

    .order-product-amount p {
        font-size: 20px;
    }

    .order-product-amount button {
        width: 36px;
        height: 36px;
    }

    .amount-value {
        font-size: 20px;
        width: 36px;
    }

    .remove-item {
        font-size: 18px;
    }

    .order-product-image {
        width: 140px;
        height: 140px;
    }

    .order-product {
        gap: 70px;
        padding: 26px 0;
    }

    .order-contact-form h2 {
        font-size: 28px;
    }

    .order-contact-form form input,
    .order-contact-form form textarea {
        padding: 32px 24px;
        font-size: 20px;
    }

    .order-contact-form form input::placeholder,
    .order-contact-form form textarea::placeholder {
        font-size: 20px;
    }

    .order-contact-form form textarea {
        height: 240px;
    }

    .order-contact-form form button {
        font-size: 20px;
        padding: 22px 32px;
    }

    .order-contact-form form p {
        font-size: 18px;
    }

    .order-button button {
        font-size: 20px;
        padding: 24px;
    }

    .order-button p {
        font-size: 18px;
    }

    /* Модальное окно */
    .modal-content {
        padding: 50px;
    }

    .modal-content img {
        height: 290px;
    }

    .modal-content h2 {
        font-size: 28px;
    }

    .modal-content p {
        font-size: 20px;
    }

    .modal-btn {
        font-size: 20px;
        padding: 20px 44px;
    }

    .modal-close {
        font-size: 32px;
    }

    /* Пустая корзина */
    .empty-cart-message p {
        font-size: 24px;
    }

    .empty-cart-message p a {
        font-size: 24px;
    }

    #cart-total-container {
        font-size: 28px;
    }

    /* Футер */
    .footer-info-links ul li a {
        font-size: 28px;
    }

    .footer-info-contacts h3,
    .footer-info-write-us h3 {
        font-size: 28px;
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: 24px;
    }

    .footer-info-write-us a {
        font-size: 24px;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Зум 125% на 1920px (до 1536px)
   ============================================ */
@media screen and (max-width: 1536px) {
    .header-container {
        height: clamp(70px, 7vw, 95px);
        margin-top: clamp(25px, 3vw, 40px);
        padding: 20px clamp(30px, 5vw, 70px);
    }

    .header-link {
        font-size: var(--font-size-base);
    }

    #order-button {
        font-size: var(--font-size-base);
        height: clamp(36px, 3.5vw, 46px);
        padding: 10px 18px;
    }

    #language-button {
        font-size: var(--font-size-base);
        height: clamp(36px, 3.5vw, 46px);
        padding: 10px 12px;
    }

    .header-logo a > svg {
        height: 60px;
        width: 68px;
    }

    .banner-content > svg {
        width: 180px;
        height: auto;
    }

    .banner-content img {
        width: 80px;
        height: 80px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: clamp(20px, 2.8vw, 36px);
    }

    .banner-country-name {
        font-size: clamp(45px, 7vw, 100px);
    }

    .banner-subtitle,
    .banner-subtitle-country {
        font-size: var(--font-size-base);
        margin-bottom: clamp(10px, 1.5vw, 20px);
    }

    .banner-subtitle-country {
        margin-top: clamp(5px, 1vw, 15px);
    }

    .banner-heading-country.for-turkey {
        margin: 15px 0;
    }

    .banner-nav {
        width: clamp(40px, 4vw, 60px);
        height: clamp(40px, 4vw, 60px);
    }

    .banner-nav-prev {
        left: 20px;
    }

    .banner-nav-next {
        right: 20px;
    }

    .banner-nav svg {
        width: 20px !important;
        height: 20px !important;
    }

    .banner-indicator {
        width: 15px;
        height: 15px;
    }

    .banner-button-container {
        bottom: clamp(30px, 5vw, 70px);
    }

    /* Баннер страницы каталога страны — поднять контент */
    .banner-content.catalog-country-banner {
        justify-content: flex-start;
        padding-top: clamp(140px, 14vw, 200px);
    }

    .banner-content.catalog-country-banner .banner-country-name {
        font-size: clamp(40px, 6vw, 80px);
        margin-bottom: clamp(5px, 1vw, 15px);
    }

    .banner-content.catalog-country-banner .banner-subtitle {
        font-size: var(--font-size-l);
        margin-bottom: clamp(5px, 1vw, 15px);
    }
}

/* ============================================
   БРЕЙКПОИНТ: Малые лэптопы (до 1280px)
   ============================================ */
@media screen and (max-width: 1280px) {
    .header-container {
        padding: 15px 40px;
        gap: 30px;
    }

    .about-content {
        gap: 25px;
    }

    .about-content-text h1 {
        font-size: var(--font-size-xxl);
    }

    .about-content-text p {
        font-size: var(--font-size-base);
    }

    .about-number h2 {
        font-size: clamp(28px, 4.5vw, 60px);
    }

    .about-number p {
        font-size: var(--font-size-l);
    }

    .footer-info-block {
        width: 60%;
        gap: 40px;
    }

    .our-service-items {
        width: 70%;
    }

    .our-service-item {
        width: 47%;
    }

    .catalog-content {
        padding: 20px 30px;
    }

    .catalog-title-h1 {
        font-size: var(--font-size-xxl);
    }

    .catalog-item-title {
        font-size: var(--font-size-l    );
        bottom: 15px;
        left: 15px;
    }

    .catalog-categories-button {
        padding: 12px 18px;
        height: 40px;
        font-size: var(--font-size-base);
    }

    .our-service-title-text {
        font-size: var(--font-size-xxl);
    }

    .our-service-item-title {
        font-size: var(--font-size-l);
    }

    .our-service-item-text {
        font-size: var(--font-size-base);
    }

    #banner-button-catalog {
        padding: 10px 16px;
        height: 40px;
        font-size: var(--font-size-base);
    }

    #banner-button-arrow {
        width: 40px;
        height: 40px;
    }

    .banner-button-container {
        gap: 6px;
    }

    .question-title-text {
        font-size: clamp(28px, 4.5vw, 60px);
    }

    .question-title p {
        font-size: var(--font-size-l);
    }

    .question-form form input,
    .question-form form textarea {
        padding: 20px 16px;
        font-size: var(--font-size-base);
    }

    .question-form form textarea {
        height: 160px;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: var(--font-size-base);
    }

    .question-form form button {
        font-size: var(--font-size-base);
        padding: 16px 20px;
    }

    .question-form form p {
        font-size: var(--font-size-sm);
    }

    .product-item-info {
        padding: 8px 15px;
    }

    .product-item-title {
        font-size: var(--font-size-l);
        margin-bottom: 6px;
    }

    .product-item-about {
        font-size: var(--font-size-sm);
    }

    .product-order-button {
        font-size: var(--font-size-base);
        height: 44px;
        padding: 14px 20px;
        margin: 15px 0 8px 0;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Зум 175% на 1920px (до 1100px)
   ============================================ */
@media screen and (max-width: 1100px) {
    /* О компании */
    .about-content-text h1 {
        font-size: var(--font-size-xl);
    }

    .about-content-text p {
        font-size: var(--font-size-sm);
    }

    .about-number h2 {
        font-size: clamp(24px, 4vw, 50px);
    }

    .about-number p {
        font-size: var(--font-size-base);
    }

    /* Каталог */
    .catalog-title-h1 {
        font-size: var(--font-size-xl);
    }

    .catalog-item-title {
        font-size: var(--font-size-base);
        bottom: 10px;
        left: 12px;
    }

    .catalog-categories-button {
        padding: 10px 14px;
        height: 36px;
        font-size: var(--font-size-sm);
    }


    /* Наши услуги */
    
    .our-service-block {
        padding: 50px 0 30px 30px;
    }
    
    .our-service-title-text {
        font-size: var(--font-size-xl);
    }

    .our-service-item-title {
        font-size: var(--font-size-sm);
    }

    .our-service-item-text {
        font-size: 11px;
    }

    /* Баннер — поднять кнопку выше индикаторов */
    .banner-button-container {
        bottom: clamp(60px, 8vw, 100px);
    }

    #banner-button-catalog {
        padding: 8px 14px;
        height: 36px;
        font-size: var(--font-size-sm);
    }

    #banner-button-arrow {
        width: 36px;
        height: 36px;
    }

    /* Остались вопросы */
    .question-title-text {
        font-size: clamp(24px, 4vw, 50px);
    }

    .question-title p {
        font-size: var(--font-size-base);
    }

    .question-form form input,
    .question-form form textarea {
        padding: 16px 14px;
        font-size: var(--font-size-sm);
    }

    .question-form form textarea {
        height: 140px;
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: var(--font-size-sm);
    }

    .question-form form button {
        font-size: var(--font-size-sm);
        padding: 14px 18px;
    }

    .question-form form p {
        font-size: 10px;
    }

    /* Карточки товаров */
    .product-item-info {
        padding: 6px 12px;
    }

    .product-item-title {
        font-size: var(--font-size-sm);
        margin-bottom: 4px;
    }

    .product-item-about {
        font-size: 10px;
    }

    .product-order-button {
        font-size: var(--font-size-sm);
        height: 38px;
        padding: 12px 16px;
        margin: 12px 0 6px 0;
    }

    /* Футер — уменьшить текста */
    .footer-info-links ul li a {
        font-size: var(--font-size-base);
    }

    .footer-info-contacts h3,
    .footer-info-write-us h3 {
        font-size: var(--font-size-base);
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: var(--font-size-sm);
    }

    .footer-info-write-us a {
        font-size: var(--font-size-sm);
    }
}

/* ============================================
   БРЕЙКПОИНТ: Планшеты landscape (до 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    .header-links ul {
        gap: 10px;
    }

    .header-container {
        padding: 15px 30px;
        gap: 15px;
    }

    .header-logo a>svg {
        height: 50px;
        width: 57px;
    }

    .about-content {
        flex-direction: column;
        height: auto;
    }

    .about-content-text,
    .about-content-image {
        width: 100%;
    }

    .about-content-image img {
        max-height: 400px;
        object-fit: contain;
    }


    .our-service-items {
        width: 85%;
    }

    .our-service-item {
        width: 45%;
    }

    .our-service-title-text {
        margin-bottom: 30px;
    }

    .our-services-content {
        background-size: contain;
        background-position: center;
    }

    .question-content {
        flex-direction: column;
        min-height: auto;
        padding-bottom: 0;
    }

    .question-title,
    .question-form {
        width: 100%;
    }

    .question-form {
        padding: 20px 30px 30px 30px;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-info-block {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .catalog-items {
        grid-template-columns: repeat(4, 1fr);
    }

    .order-content {
        flex-direction: column;
        gap: 20px;
    }

    .order-contact-form,
    .order-items {
        width: 100%;
    }

    .catalog-container.with-banner {
        margin-top: -200px;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Планшеты portrait (до 768px)
   ============================================ */
@media screen and (max-width: 768px) {
    .header-container {
        padding: 15px 20px;
        gap: 10px;
    }

    .header-links ul {
        display: none;
    }

    .burger-links {
        display: flex;
        color: white;
        margin-top: 8px;
        margin-left: 5px;
    }

    .burger-links.inverse {
        color: var(--color-text-green);
    }

    #order-button span {
        display: none;
    }

    #order-button {
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #order-button>svg {
        width: 18px !important;
        height: 18px !important;
    }

    #language-button {
        padding: 10px 8px;
        width: 60px;
        height: 38px;
        border-radius: 20px;
        font-size: var(--font-size-sm);
    }

    .header-logo a>svg {
        height: 55px;
        width: 63px;
    }

    .banner-nav {
        display: none;
    }

    .banner-button-container {
        bottom: 80px;
    }

    #banner-button-arrow {
        display: none;
    }

    .banner-indicator {
        width: 15px;
        height: 15px;
    }

    .about-numbers-container {
        gap: 15px;
    }

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

    .catalog-content {
        padding: 15px;
        border-radius: 20px;
    }

    .our-service-items {
        width: 100%;
    }

    .our-service-item {
        width: 100%;
    }

    .our-services-content {
        background: none;
        height: auto;
    }

    .our-service-block {
        flex-direction: column;
        padding: 30px 0;
        width: 100%;
    }

    .catalog-container.with-banner {
        margin-top: -280px;
    }

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

    .order-product {
        gap: 30px;
    }
}

/* ============================================
   БРЕЙКПОИНТ: Мобилки (до 480px)
   ============================================ */
@media screen and (max-width: 480px) {
    .header-container {
        padding: 20px;
        height: 65px;
        gap: 0;
        top: 15px;
    }

    .burger-links {
        display: flex;
        color: white;
        margin-top: 8px;
        margin-left: 5px;
    }

    .burger-links.inverse {
        color: var(--color-text-green);
    }

    .header-links ul,
    #order-button span {
        display: none;
    }

    #order-button {
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #order-button>svg {
        width: 16px !important;
        height: 16px !important;
    }

    #language-button {
        padding: 10px 6px;
        width: 50px;
        height: 30px;
        border-radius: 15px;
        font-size: var(--font-size-sm);
        font-family: var(--font-family);
    }

    #language-button>svg {
        width: 10px;
        height: 6px;
    }

    .change-lang {
        left: -20px;
    }

    .header-logo a>svg {
        height: 44px;
        width: 50px;
    }

    .banner-container {
        height: 680px;
    }

    .banner-slide {
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        /* Важно для мобильных */
    }

    .banner-content {
        padding: 0 10px;
    }

    .banner-content img {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

    .banner-heading,
    .banner-heading-country {
        font-size: var(--font-size-xxl);
        line-height: 1.1;
    }

    .banner-heading-country.for-turkey{
        margin: 10px 0;
    }

    .banner-country-name {
        font-size: 65px;
        margin-top: 5px;
    }

    .banner-heading {
        margin: 0 0 12px 0;
    }

    .banner-subtitle, .banner-subtitle-country {
        font-size: var(--font-size-l);
    }

    .banner-content.catalog-country-banner .banner-subtitle {
        font-size: var(--font-size-l);
    }

    .banner-content.catalog-country-banner {
        padding: 0 10px;
        margin-top: 150px;
    }

    .banner-nav {
        display: none;
    }

    .banner-button-container {
        bottom: 80px;
    }

    #banner-button-catalog{
        font-size: var(--font-size-l);
    }

    #banner-button-arrow {
        display: none;
    }

    .banner-indicator {
        width: 13px;
        height: 13px;
    }

    .breadcrumps {
        font-size: var(--font-size-l);
    }

    .about-container {
        margin: 50px 0 0 0;
        padding: 0 5px;
    }

    .about-content {
        flex-direction: column;
        height: auto;
        padding: 5px;
    }

    .about-content-text,
    .about-content-image {
        width: 100%;
    }

    .about-content-text h1 {
        margin: 0 0 20px 0;
        line-height: 1.1;
        font-size: var(--font-size-xxl);
    }

    .about-content-text p{
        font-size: var(--font-size-l);
    }

    .about-number {
        margin-top: 10px;
    }

    .about-number h2 {
        font-size: 32px;
        font-weight: 800;
    }

    .about-number p {
        font-size: var(--font-size-l);
        font-weight: 400;
    }

    .catalog-container {
        margin-top: 80px;
        padding: 0;
    }

    .catalog-title-h1{
        font-size: var(--font-size-xxl);
    }

    .catalog-content {
        padding: 15px 15px 60px 15px;
        border-radius: 15px;
    }

    .catalog-categories {
        position: relative;
        width: 100%;
    }

    .mobile-category{
        align-items: flex-end;
        justify-content: end;
    }

    .catalog-categories-button {
        width: 100%;
        justify-content: space-between !important;
        margin-right: 0 !important;
        font-size: var(--font-size-l);
    }

    #catalog-filter-mobile-trigger svg {
        transition: transform 0.3s ease;
    }

    #catalog-filter-mobile-trigger.open svg {
        transform: rotate(180deg);
    }

    .catalog-countries-dropdown {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        z-index: 1000;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        margin-top: 8px;
        overflow: hidden;
    }

    .catalog-countries-dropdown.show {
        display: flex;
    }

    .catalog-countries-dropdown .catalog-categories-button {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        background: white;
        color: var(--color-text-green);
        padding: 15px 20px;
    }

    .catalog-countries-dropdown .catalog-categories-button:last-child {
        border-bottom: none;
    }

    .catalog-countries-dropdown .catalog-categories-button:hover {
        background: #f9f9f9;
        color: var(--color-text-green);
    }

    .catalog-countries-dropdown .mobile-only {
        display: flex !important;
    }

    .catalog-categories-button {
        gap: 10px;
        padding: 10px 15px;
        height: 38px;
        width: auto;
    }

    .catalog-item-title {
        bottom: 5px;
        left: 10px;
        font-size: var(--font-size-xl);
        overflow-wrap: break-word;
        width: 90%;
    }

    .catalog-categories-button>svg {
        display: none;
    }

    #catalog-filter-mobile-trigger svg {
        display: block !important;
    }

    #catalog-filter-mobile-trigger.active {
        background: white;
        color: var(--color-text-green);
        border: 1px solid var(--color-text-green);
    }

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

    .href-arrow>svg {
        width: 40%;
        height: auto;
    }

    .our-servives-container {
        margin: 100px 0;
    }

    .our-services-content {
        background: none;
        height: auto;
    }

    .our-service-block {
        flex-direction: column;
        padding: 0;
    }

    .our-service-title-text {
        margin-bottom: 20px;
        font-size: var(--font-size-xxl);
    }

    .our-service-item-title{
        font-size: var(--font-size-xl);
    }

    .our-service-item-text{
        font-size: var(--font-size-l);
    }

    .our-service-items {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
    }

    .our-service-item {
        width: 100%;
        height: auto;
        background: #f8f8f8;
    }

    .questions-container {
        padding: 0;
        margin-bottom: 100px;
    }

    .question-content {
        height: auto;
        flex-direction: column;
        padding-bottom: 0;
    }

    .question-title {
        width: 100%;
    }

    .question-title-text {
        font-size: var(--font-size-xxxl);
    }

    .question-title p {
        font-size: var(--font-size-l);
    }

    .question-form {
        width: 100%;
        padding: 20px 40px 40px 40px;
    }

    .question-form form input,
    .question-form form textarea {
        font-size: var(--font-size-l);
    }

    .question-form form input::placeholder,
    .question-form form textarea::placeholder {
        font-size: var(--font-size-l);
    }

    .question-form form button {
        font-size: var(--font-size-l);
    }
    
    .question-form form p {
        font-size: var(--font-size-l);
    }

    .order-item{
        width: 100%;
    }

    .order-product-info{
        width: 100%;
    }

    .product-item-title {
        font-size: var(--font-size-xxxl);
        margin-bottom: 4px;
    }
    
    .about-name, .about-value {
        font-size: var(--font-size-l);
    }

    .product-order-button{
        font-size: var(--font-size-l);
    }

    footer {
        margin-top: 0;
        padding: 30px;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-info-block {
        flex-direction: column;
        width: 60%;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-bottom: 100px;
    }

    .footer-info-links ul{
        justify-content: center;
        align-items: center;
    }

    .footer-info-links ul li a {
        font-size: var(--font-size-xxl);
    }

    .footer-info-contacts{
        justify-content: center;
        align-items: center;
    }

    .footer-info-contacts h3{
        font-size: var(--font-size-xxl);
    }

    .footer-info-contact-country,
    .footer-info-contact-number {
        font-size: var(--font-size-xl);
    }

    .footer-contact-item{
        align-items: center;
        justify-content: center;
    }

    .footer-info-write-us{
        align-items: center;
        justify-content: center;
    }

    .footer-info-write-us h3 {
        font-size: var(--font-size-xxl);
    }

    .footer-info-write-us a {
        font-size: var(--font-size-xl);
    }

    .created-by-logo {
        width: 100%;
        font-size: var(--font-size-l);
    }

    .catalog-container.another {
        margin-top: 150px;
    }

    .catalog-container.another .catalog-title {
        flex-direction: column-reverse;
    }

    .catalog-container.another .catalog-title {
        padding: 0 20px;
        margin-bottom: 10px;
    }

    .catalog-container.another .catalog-info {
        width: 100%;
        margin-top: 20px;
    }

    .catalog-container.another .catalog-categories {
        width: 100%;
    }

    .catalog-container.another .catalog-search-form {
        width: 100%;
    }

    .catalog-container.another .catalog-search-input {
        width: 100%;
    }

    .catalog-items.product-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .order-container.another {
        margin-top: 150px;
    }

    .order-content {
        flex-direction: column;
        gap: 20px;
    }

    .order-contact-form,
    .order-items {
        width: 100%;
    }

    .order-items {
        margin-bottom: 100px;
    }

    .order-contact-form {
        padding: 20px;
    }
    
    .order-contact-form form input::placeholder,
    .order-contact-form form textarea::placeholder {
        font-size: var(--font-size-xl);
    }

    .order-product {
        flex-direction: column;
        padding: 20px 0;
        gap: 30px;
    }

    .order-product-second-info {
        flex-direction: column;
        gap: 20px;
    }

    .amount-value {
        margin-left: 0;
    }

    .remove-item {
        margin-top: 15px;
    }

    .product-item-about {
        font-size: var(--font-size-base);
    }

    .catalog-container.with-banner {
        margin-top: -350px;
    }

    .catalog-container.with-banner .catalog-title {
        padding: 0 20px;
    }
}
