        /* Стили для таблицы логистики на страницах маркетплейсов */
        .logistics-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .breadcrumb-list {

            margin-left: 0px;
        }
    /* Стили для блока "Также вы можете нас найти" */

        .logistics-table th {
            background-color: #F97316;
            color: white;
            padding: 12px;
            text-align: center;
            font-weight: 600;
        }

        .logistics-table td {
            padding: 10px 12px;
            border-bottom: 1px solid #e5e7eb;
            text-align: center;
        }

        .logistics-table tbody tr:hover {
            background-color: #f9fafb;
        }

        .logistics-table tbody tr:last-child td {
            border-bottom: none;
        }

        .logistics-table td:first-child {
            text-align: left;
            font-weight: 500;
        }

        /* Стили для блока "Полезные источники" */
        .useful-sources-section {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-top: 20px;
            width: 100%;
            box-sizing: border-box;
        }

    
        .useful-sources-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .useful-source-item {
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 15px;
            transition: all 0.3s ease;
            background-color: #f9fafb;
        }

        .useful-source-item:hover {
            border-color: #F97316;
            box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
            transform: translateY(-2px);
            background-color: white;
        }

        .useful-source-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 8px;
        }

        .useful-source-title {
            color: #1f2937;
            font-size: 16px;
            font-weight: 600;
            margin: 0;
            flex: 1;
            line-height: 1.4;
        }

        .useful-source-link {
            display: inline-flex;
            align-items: center;
            color: #F97316;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.2s ease;
            white-space: nowrap;
            margin-left: 15px;
        }

        .useful-source-link:hover {
            color: #EA580C;
            text-decoration: underline;
        }

        .useful-source-link svg {
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

        .useful-source-description {
            color: #6b7280;
            font-size: 14px;
            line-height: 1.5;
            margin: 0;
        }

        /* Стили для блока "Также вы можете нас найти" */
        .mp4-findus-section {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-top: 20px;
            width: 100%;
            box-sizing: border-box;
        }

        .mp4-findus-title {
            color: #1f2937;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: center;
        }

        .mp4-findus-container {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .mp4-findus-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 15px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            text-decoration: none;
            color: #374151;
            transition: all 0.3s ease;
            background-color: #f9fafb;
        }

        .mp4-findus-item:hover {
            border-color: #F97316;
            background-color: white;
            color: #F97316;
            box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
            transform: translateY(-2px);
        }

        .mp4-findus-icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .mp4-findus-item:hover .mp4-findus-icon {
            transform: scale(1.1);
        }

        .mp4-findus-text {
            font-size: 15px;
            font-weight: 500;
        }

        /* Кнопка "Развернуть/Свернуть" для блока "Почему мы?" */
        .why-us-toggle-btn {
            display: none;
            margin-top: 15px;
            padding: 10px 20px;
            background-color: transparent;
            color: #374151;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            cursor: pointer;
            font-family: 'Rubik', sans-serif;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            width: 100%;
        }

        .why-us-toggle-btn:hover {
            background-color: #f3f4f6;
            border-color: #9ca3af;
        }

        .why-us-toggle-btn:active {
            transform: scale(0.98);
        }

        @media (max-width: 768px) {
            /* Увеличенный отступ для хлебных крошек на мобильных */
            .breadcrumb-list {
                margin-top: 20px;
                margin-bottom: 15px;
            }

            /* Предотвращение горизонтальной прокрутки на мобильных */
            body {
                overflow-x: hidden;
            }

            .main-two-column-section {
                overflow-x: hidden;
                width: 100%;
            }

            .right-column {
                overflow-x: hidden;
                width: 100%;
            }

            /* Исправление для элементов с ценами */
            .pricing-item {
                min-width: 0;
                word-wrap: break-word;
                overflow-wrap: break-word;
                flex-direction: column;
                align-items: flex-start;
            }

            .box-price, .pallet-price {
                white-space: normal;
                word-wrap: break-word;
                font-size: 12px;
            }

            .price-container {
                min-width: 0;
                flex-wrap: wrap;
                width: 100%;
            }

            /* Исправление для таблиц */
            .logistics-table {
                max-width: 100%;
                table-layout: auto;
                word-wrap: break-word;
            }

            .logistics-table td {
                padding: 8px 4px;
                font-size: 12px;
                word-wrap: break-word;
                max-width: 100px;
            }

            .logistics-table td:first-child {
                max-width: 120px;
                word-wrap: break-word;
            }

            /* Мобильные стили для тарифных карточек */
            .tariff-cards-container {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 15px;
                padding: 10px 0;
            }

            .flip-card {
                height: 650px;
                min-height: 600px;
            }

            .section-title {
                font-size: 24px;
            }

            .mp4-findus-section {
                padding: 20px;
                margin-top: 15px;
            }

            .mp4-findus-title {
                font-size: 18px;
                margin-bottom: 15px;
            }

            .mp4-findus-item {
                padding: 10px 12px;
                gap: 10px;
            }

            .mp4-findus-icon {
                width: 22px;
                height: 22px;
            }

            .mp4-findus-text {
                font-size: 14px;
            }
        }

        /* ============================================
           Стили для мобильной версии с табами (≤768px)
           ============================================ */

        /* На десктопе (>768px) скрываем панель табов и показываем все как обычно */
        @media (min-width: 769px) {
            .mobile-tabs-navigation {
                display: none !important;
            }

            .mobile-tab-panel {
                display: block !important;
                opacity: 1 !important;
            }

            /* Убираем перенос блока соцсетей на десктопе - он остается в левой колонке */
            #panel-social.mobile-tab-panel {
                display: block !important;
            }

            /* Скрываем мобильную панель соцсетей на десктопе */
            #panel-social-mobile.mobile-only-panel {
                display: none !important;
            }
        }

        /* Мобильная версия (≤768px) */
        @media (max-width: 768px) {
            /* Навигация с табами */
            .mobile-tabs-navigation {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                background: white;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                border-radius: 12px;
                padding: 8px;
                margin: 20px 0;
                gap: 8px;
                position: relative;
                z-index: 10;
            }

            .mobile-tab-button {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 6px;
                padding: 10px 6px;
                border: none;
                background: transparent;
                color: #6b7280;
                cursor: pointer;
                border-radius: 8px;
                transition: all 0.3s ease;
                font-family: 'Rubik', sans-serif;
                font-size: 11px;
                font-weight: 500;
                position: relative;
                outline: none;
            }

            .mobile-tab-button:focus-visible {
                outline: 2px solid #F97316;
                outline-offset: 2px;
            }

            .mobile-tab-button .tab-icon {
                width: 22px;
                height: 22px;
                transition: transform 0.3s ease;
            }

            .mobile-tab-button .tab-label {
                text-align: center;
                line-height: 1.2;
                max-width: 100%;
            }

            .mobile-tab-button:hover {
                background: rgba(249, 115, 22, 0.05);
                color: #F97316;
            }

            .mobile-tab-button:hover .tab-icon {
                transform: scale(1.1);
            }

            .mobile-tab-button.active {
                background: #F97316;
                color: white;
                font-weight: 600;
            }

            .mobile-tab-button.active .tab-icon {
                transform: scale(1.15);
            }

            /* Панели с контентом */
            .mobile-tab-panel {
                display: none;
                opacity: 0;
            }

            .mobile-tab-panel.active {
                display: block !important;
                opacity: 1;
                animation: fadeIn 0.4s ease-in-out forwards;
            }

            @keyframes fadeIn {
                from {
                    opacity: 0;
                    transform: translateY(10px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            /* Скрываем блок соцсетей в левой колонке на мобильных */
            .left-column #panel-social {
                display: none !important;
            }

            /* Показываем только мобильную версию в правой колонке */
            .right-column #panel-social-mobile.active {
                display: block;
            }

            /* Изменяем заголовок блока соцсетей на мобильных через CSS */
            .mobile-tab-panel .mp4-findus-title::before {
                content: attr(data-mobile-title);
            }

            .mobile-tab-panel .mp4-findus-title {
                font-size: 0;
            }

            .mobile-tab-panel .mp4-findus-title::before {
                font-size: 20px;
            }

            /* Убираем лишние отступы на мобильных */
            .mobile-tab-panel .info-section,
            .mobile-tab-panel .tariff-cards-section,
            .mobile-tab-panel.mp4-findus-section,
            .mobile-tab-panel .pricing-block {
                margin-top: 0;
            }

            /* Адаптируем правую колонку */
            .right-column {
                gap: 0;
            }

            /* Блок "Полезные источники" отображается всегда, вне табов */
            .useful-sources-section {
                display: block !important;
                margin-top: 20px;
            }

            /* Убираем margin-top у первого активного таба-панели */
            .mobile-tab-panel.active:first-of-type {
                margin-top: 0;
            }

            /* Стили для блока "Почему мы?" на мобильных */
            .why-us-text-block {
                max-height: 4.8em; /* Примерно 3 строки текста (1.6 line-height * 3) */
                overflow: hidden;
                position: relative;
                transition: max-height 0.4s ease;
            }

            .why-us-text-block.expanded {
                max-height: 1000px; /* Достаточно большое значение для всего контента */
            }

            .why-us-toggle-btn {
                display: block;
            }
        }