.container {
            max-width: 1160px;
            width: 100%;
            background: #ffffff;
            border-radius: 24px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
            padding: 40px 30px;
            transition: all 0.2s ease;
        }
        
        
 /* Основная таблица с цветом #fbdbde */
        .pricing-table-wrapper {
            overflow-x: auto;
            margin: 24px 0 20px;
            border-radius: 18px;
            border: 1px solid #f0e3e6;
        }

        .pricing-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
            font-family: 'Open Sans'!important;
            font-weight: 400;
            background-color: #ffffff;
            min-width: 580px;
        }

        /* Заголовок таблицы — цвет #fbdbde */
        .pricing-table thead th {
            background-color: #fbdbde;
            color: #2a1d20;
            font-weight: 600;
            font-size: 15px;
            font-family: 'Open Sans'!important;
            font-weight: 400;
            padding: 16px 20px;
            text-align: left;
            border-bottom: 1px solid #f0c8cd;
            letter-spacing: 0.2px;
            white-space: nowrap;
        }

        .pricing-table thead th:first-child {
            border-top-left-radius: 0;
        }
        .pricing-table thead th:last-child {
            border-top-right-radius: 0;
        }

        .pricing-table tbody td {
            padding: 14px 20px;
            border-bottom: 1px solid #f1e6e8;
            color: #1e1a1b;
            vertical-align: middle;
            background-color: #ffffff;
        }

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

        .pricing-table tbody tr:hover td {
            background-color: #fdf7f8;
        }

        /* колонки */
        .col-preparat {
            font-weight: 500;
            color: #1e1a1b;
            min-width: 180px;
        }

        .col-volume {
            text-align: left;
            color: #3d2f32;
            white-space: nowrap;
        }

        .col-price {
            font-weight: 600;
            color: #1e1a1b;
            white-space: nowrap;
            letter-spacing: 0.2px;
        }

        .col-price span {
            font-weight: 400;
            font-family: 'Open Sans'!important;
            
            color: #6d555a;
            margin-left: 2px;
        }

        .country-badge {
            display: inline-block;
            font-size: 13px;
            font-family: 'Open Sans'!important;
            
            font-weight: 400;
            color: #5f4e51;
            background: #f4edef;
            padding: 2px 12px 2px 10px;
            border-radius: 30px;
            margin-left: 6px;
            white-space: nowrap;
        }

        .footnote {
            font-size: 14px;
            font-family: 'Open Sans'!important;
            font-weight: 400;
            color: #5f4e51;
            background: #f9f2f4;
            padding: 14px 20px;
            border-radius: 14px;
            margin-top: 20px;
            line-height: 1.6;
            border-left: 4px solid #fbdbde;
        }

        .footnote strong {
            color: #2a1d20;
            font-weight: 600;
            font-family: 'Open Sans'!important;
           
        }

        @media (max-width: 600px) {
            .container {
                padding: 20px 12px;
            }
            .header h1 {
                font-size: 22px;
                font-family: 'Open Sans'!important;
            font-weight: 400;
            }
            .pricing-table {
                font-size: 14px;
                min-width: 460px;
                font-family: 'Open Sans'!important;
            font-weight: 400;
            }
            .pricing-table thead th,
            .pricing-table tbody td {
                padding: 12px 14px;
            }
            .country-badge {
                font-size: 12px;
                font-family: 'Open Sans'!important;
            font-weight: 400;
                padding: 1px 10px 1px 8px;
            }
        }

        /* Дополнительная стилизация для «светлого» шрифта на основном цвете */
        .pricing-table thead th:first-child {
            border-top-left-radius: 12px;
        }
        .pricing-table thead th:last-child {
            border-top-right-radius: 12px;
        }

        /* чтобы цвет заголовка оставался #fbdbde при любых ховерах */
        .pricing-table thead th {
            background-color: #fbdbde !important;
        }

        /* акцент на цене */
        .pricing-table tbody td:last-child {
            font-weight: 600;
            font-family: 'Open Sans'!important;
            
        } 
        
        /* ========== FAQ БЛОК ========== */
        .faq-section {
            margin-top: 50px;
            padding-top: 40px;
            border-top: 2px solid #f1e6e8;
        }

        .faq-section .faq-title {
            text-align: center;
            font-size: 28px;
            font-family: 'Open Sans'!important;
           
            font-weight: 700;
            color: #1e1a1b;
            margin-bottom: 32px;
            letter-spacing: -0.3px;
        }

        .faq-item {
            background: #fcf8f9;
            border-radius: 16px;
            margin-bottom: 14px;
            border: 1px solid #f0e3e6;
            overflow: hidden;
            transition: all 0.2s ease;
        }

        .faq-item:hover {
            border-color: #fbdbde;
            background: #fdfafb;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 24px;
            cursor: pointer;
            user-select: none;
            gap: 20px;
            transition: background 0.15s ease;
        }

        .faq-question:hover {
            background: #fbdbde33; /* полупрозрачный #fbdbde */
        }

        .faq-question .q-text {
            font-weight: 600;
            font-size: 16px;
            font-family: 'Open Sans'!important;
            
            color: #1e1a1b;
            line-height: 1.4;
            flex: 1;
        }

        .faq-question .q-icon {
            font-size: 22px;
            font-family: 'Open Sans'!important;
            font-weight: 400;
            color: #8d747a;
            flex-shrink: 0;
            transition: transform 0.3s ease;
            line-height: 1;
        }

        .faq-item.active .faq-question .q-icon {
            transform: rotate(180deg);
            color: #2a1d20;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 24px;
        }

        .faq-item.active .faq-answer {
            max-height: 600px;
            padding: 0 24px 22px 24px;
        }

        .faq-answer .a-text {
            font-size: 15px;
            font-family: 'Open Sans'!important;
            font-weight: 400;
            line-height: 1.7;
            color: #3d2f32;
            padding-top: 6px;
        }

        .faq-answer .a-text strong {
            color: #1e1a1b;
            font-weight: 600;
            font-family: 'Open Sans'!important;
            
        }