        .education_hub_42789 {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .tab_navigation_95632 {
            display: flex;
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

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

        .tab_button_71845 {
            padding: 15px 25px;
            background: transparent;
            border: none;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            color: #666;
            white-space: nowrap;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            min-width: fit-content;
        }

        .tab_button_71845:hover {
            background: #e9ecef;
            color: #333;
        }

        .tab_button_71845.active_state_38291 {
            color: #333;
            border-bottom-color: #007bff;
            background: white;
            font-weight: 600;
        }

        .content_grid_56947 {
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .course_card_83264 {
            background: #f0f4f8;
            border-radius: 8px;
            padding: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid #e2e8f0;
        }

        .course_card_83264:hover {
            background: #e2e8f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .course_title_19473 {
            font-size: 16px;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 8px;
            line-height: 1.4;
            text-decoration: none;
        }

        .course_title_19473:hover {
            color: #007bff;
        }

        .hot_badge_29617 {
            background: #ff6b6b;
            color: white;
            font-size: 10px;
            padding: 2px 6px;
            border-radius: 4px;
            margin-left: 8px;
            text-transform: uppercase;
            font-weight: bold;
        }

        .tab_content_panel_75394 {
            display: none;
        }

        .tab_content_panel_75394.active_panel_41728 {
            display: block;
        }

        /* Мобильная адаптация */
        @media (max-width: 768px) {
            body {
                padding: 10px;
            }

            .tab_navigation_95632 {
                padding: 0 10px;
            }

            .tab_button_71845 {
                padding: 12px 16px;
                font-size: 13px;
            }

            .content_grid_56947 {
                padding: 20px 15px;
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .course_card_83264 {
                padding: 15px;
            }

            .course_title_19473 {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .tab_button_71845 {
                padding: 10px 12px;
                font-size: 12px;
            }

            .content_grid_56947 {
                padding: 15px 10px;
            }

            .course_card_83264 {
                padding: 12px;
            }

            .course_title_19473 {
                font-size: 14px;
            }
        }
        
        
        
        
        
        
        
        
        
        .advantages-icon {
    width: 60px;        /* базовый размер для десктопа */
    height: 60px;       /* сохраняем пропорции */
    max-width: 100%;    /* не выходит за пределы контейнера */
    opacity: 0.8;
    display: block;
    margin: 0 auto 10px auto; /* центрируем и отступ снизу */
}

/* Для мобильных устройств */
@media (max-width: 480px) {
    .advantages-icon {
        width: 40px;
        height: 40px;
    }
}
        
        
        
        
        
        
        
        
        
         .education-center-block-8429 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            background-color: #ffffff;
            
        }

        .main-title-header-3756 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 30px;
            letter-spacing: -0.5px;
        }

        .content-wrapper-grid-9841 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 50px;
            align-items: center;
        }

        .text-content-block-5672 {
            font-size: 1rem;
            line-height: 2.7;
            color: #555;
             
        }

        .text-paragraph-style-4918 {
            margin-bottom: 20px;
        }

        .hero-image-container-7293 {
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .hero-image-style-8364 {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .social-icons-row-2847 {
            display: flex;
            gap: 15px;
            margin-bottom: 40px;
            justify-content: flex-start;
        }

        .social-icon-button-6193 {
            width: 45px;
            height: 45px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: white;
        }

        .telegram-icon-3945 {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
        }

        .vk-icon-7582 {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
        }

        .ok-icon-1674 {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
        }

        .additional-icon-8129 {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
        }

        .social-icon-button-6193:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        .cards-container-grid-5738 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .info-card-wrapper-9426 {
            background: #ffffff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border-top: 4px solid;
            position: relative;
            overflow: hidden;
        }

        .info-card-wrapper-9426::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--card-color), var(--card-color-light));
        }

        .card-teal-theme-4571 {
            --card-color: #4a90a4;
            --card-color-light: #5fb3c9;
        }

        .card-orange-theme-8362 {
            --card-color: #ff6b35;
            --card-color-light: #ff8c5a;
        }

        .info-card-wrapper-9426:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .card-title-header-7459 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .card-description-text-3817 {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #666;
            text-align: justify;
        }

        .cta-button-container-5924 {
            text-align: center;
            margin-top: 40px;
        }

        .learn-button-style-8746 {
            background: linear-gradient(135deg, #4a90a4, #5fb3c9);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(74, 144, 164, 0.3);
        }

        .learn-button-style-8746:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(74, 144, 164, 0.4);
            background: linear-gradient(135deg, #5fb3c9, #4a90a4);
        }

        /* Мобильная адаптация */
        @media (max-width: 768px) {
            .education-center-block-8429 {
                padding: 25px 15px;
            }

            .main-title-header-3756 {
                font-size: 2rem;
                margin-bottom: 25px;
                text-align: center;
            }

            .content-wrapper-grid-9841 {
                grid-template-columns: 1fr;
                gap: 25px;
                margin-bottom: 35px;
            }

            .text-content-block-5672 {
                font-size: 0.95rem;
                text-align: left;
            }

            .cards-container-grid-5738 {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 30px;
            }

            .info-card-wrapper-9426 {
                padding: 20px;
            }

            .card-title-header-7459 {
                font-size: 1.2rem;
            }

            .social-icons-row-2847 {
                justify-content: center;
                margin-bottom: 30px;
            }

            .learn-button-style-8746 {
                padding: 12px 30px;
                font-size: 1rem;
                width: 100%;
                max-width: 280px;
            }
        }

        @media (max-width: 480px) {
            .education-center-block-8429 {
                padding: 20px 10px;
            }

            .main-title-header-3756 {
                font-size: 1.8rem;
            }

            .text-content-block-5672 {
                font-size: 0.9rem;
            }

            .cards-container-grid-5738 {
                gap: 15px;
            }

            .info-card-wrapper-9426 {
                padding: 18px;
            }

            .card-title-header-7459 {
                font-size: 1.1rem;
            }

            .card-description-text-3817 {
                font-size: 0.9rem;
            }

            .social-icon-button-6193 {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }
        
        
        
        
        
        
          .faq-section-container-8429 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            background-color: #ffffff;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .faq-main-title-3756 {
            font-size: 2.0rem;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 50px;
            letter-spacing: -0.5px;
        }

        .faq-questions-grid-9841 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .faq-item-wrapper-5672 {
            background-color: #f8f9fa;
            border-radius: 12px;
            padding: 25px;
            border: 1px solid #e9ecef;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .faq-item-wrapper-5672:hover {
            background-color: #f1f3f4;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .faq-item-header-4918 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

        .faq-question-text-7293 {
            font-size: 1.1rem;
            font-weight: 500;
            color: #1a1a1a;
            line-height: 1.4;
            flex-grow: 1;
            margin-right: 20px;
            text-align: left;
        }

        .faq-toggle-button-8364 {
            width: 35px;
            height: 35px;
            background-color: #1a1a1a;
            color: #ffffff;
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 400;
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .faq-toggle-button-8364:hover {
            background-color: #333333;
            transform: scale(1.1);
        }

        .faq-toggle-button-8364.active-state-6193 {
            background-color: #007bff;
            transform: rotate(45deg);
        }

        .faq-answer-content-2847 {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            padding: 0 25px 0 0;
        }

        .faq-answer-content-2847.expanded-state-7582 {
            max-height: 200px;
            padding: 20px 25px 5px 0;
        }

        .faq-answer-text-1674 {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #666666;
            text-align: justify;
        }

        .faq-item-divider-8129 {
            height: 1px;
            background-color: #e9ecef;
            margin: 15px 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .faq-item-wrapper-5672.expanded-item-9426 .faq-item-divider-8129 {
            opacity: 1;
        }

        /* Анимация для плюса/минуса */
        .faq-toggle-icon-4571 {
            position: relative;
            width: 12px;
            height: 12px;
        }

        .faq-toggle-icon-4571::before,
        .faq-toggle-icon-4571::after {
            content: '';
            position: absolute;
            background-color: currentColor;
            transition: transform 0.3s ease;
        }

        .faq-toggle-icon-4571::before {
            width: 12px;
            height: 2px;
            top: 5px;
            left: 0;
        }

        .faq-toggle-icon-4571::after {
            width: 2px;
            height: 12px;
            top: 0;
            left: 5px;
        }

        .faq-toggle-button-8364.active-state-6193 .faq-toggle-icon-4571::after {
            transform: rotate(90deg);
        }

        /* Мобильная адаптация */
        @media (max-width: 968px) {
            .faq-questions-grid-9841 {
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }

        @media (max-width: 768px) {
            .faq-section-container-8429 {
                padding: 40px 15px;
            }

            .faq-main-title-3756 {
                font-size: 2rem;
                margin-bottom: 35px;
            }

            .faq-item-wrapper-5672 {
                padding: 20px;
            }

            .faq-question-text-7293 {
                font-size: 1rem;
                margin-right: 15px;
            }

            .faq-toggle-button-8364 {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }

            .faq-answer-content-2847.expanded-state-7582 {
                padding: 15px 20px 5px 0;
            }
        }

        @media (max-width: 480px) {
            .faq-section-container-8429 {
                padding: 30px 10px;
            }

            .faq-main-title-3756 {
                font-size: 1.8rem;
            }

            .faq-item-wrapper-5672 {
                padding: 18px;
            }

            .faq-question-text-7293 {
                font-size: 0.95rem;
                line-height: 1.3;
            }

            .faq-toggle-button-8364 {
                width: 30px;
                height: 30px;
                font-size: 14px;
            }

            .faq-toggle-icon-4571 {
                width: 10px;
                height: 10px;
            }

            .faq-toggle-icon-4571::before {
                width: 10px;
                height: 2px;
                top: 4px;
            }

            .faq-toggle-icon-4571::after {
                width: 2px;
                height: 10px;
                top: 0;
                left: 4px;
            }
        }

        /* Дополнительные эффекты */
        .faq-item-wrapper-5672.expanded-item-9426 {
            background-color: #ffffff;
            border-color: #007bff;
            box-shadow: 0 4px 20px rgba(0, 123, 255, 0.1);
        }

        .faq-questions-grid-9841 .faq-item-wrapper-5672:nth-child(odd) {
            animation: slideInLeft 0.6s ease-out;
        }

        .faq-questions-grid-9841 .faq-item-wrapper-5672:nth-child(even) {
            animation: slideInRight 0.6s ease-out;
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        
        
        
        
        
        
        
        
        
        
       .course-details {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-out, padding 0.3s ease;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
        }

        .course-details.active {
            max-height: 2000px;
            padding: 30px;
        }

        .details-content {
            color: #555;
            font-size: 1rem;
            line-height: 1.8;
        } 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .courses-catalog {
            padding: 80px 0;
            background: #fff;
        }
        
        .catalog-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .catalog-header h1 {
            color: #1a1a1a;
            margin-bottom: 1rem;
        }
        
        .catalog-description {
            font-size: 1.1rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .courses-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .course-card {
            background: #fff;
            border: 2px solid #e2e8f0;
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }
        
        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 102, 204, 0.15);
            border-color: #0066cc;
        }
        
        .course-header {
            padding: 1.5rem;
            background: linear-gradient(135deg, #f8faff 0%, #e6f3ff 100%);
            border-bottom: 1px solid #e2e8f0;
        }
        
        .course-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }
        
        .course-category {
            display: inline-block;
            background: #0066cc;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .course-body {
            padding: 1.5rem;
        }
        
        .course-description {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }
        
        .course-features {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .feature-tag {
            background: #f0f9ff;
            color: #0066cc;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 500;
            border: 1px solid #bfdbfe;
        }
        
        .course-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        
        .course-price {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        
        .price-current {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0066cc;
        }
        
        .price-label {
            font-size: 0.8rem;
            color: #666;
        }
        
        .order-btn {
            background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }
        
        .order-btn:hover {
            background: linear-gradient(135deg, #0052a3 0%, #003366 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
        }
        
        .stats-section {
            background: #f8faff;
            padding: 60px 0;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }
        
        .stat-item {
            text-align: center;
            padding: 2rem;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #0066cc;
            display: block;
            margin-bottom: 0.5rem;
        }
        
        .stat-label {
            color: #666;
            font-weight: 500;
        }
        
        .search-filter {
            background: #f8faff;
            padding: 2rem;
            border-radius: 12px;
            margin-bottom: 3rem;
            border: 1px solid #e2e8f0;
        }
        
        .filter-row {
            display: flex;
            gap: 1rem;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .filter-input {
            flex: 1;
            min-width: 250px;
            padding: 12px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 16px;
        }
        
        .filter-input:focus {
            outline: none;
            border-color: #0066cc;
        }
        
        .filter-btn {
            background: #0066cc;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .filter-btn:hover {
            background: #0052a3;
        }
        
        @media (max-width: 768px) {
            .courses-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
            
            .stat-item {
                padding: 1.5rem;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            .course-footer {
                flex-direction: column;
                align-items: stretch;
            }
            
            .order-btn {
                text-align: center;
                justify-content: center;
            }
            
            .filter-row {
                flex-direction: column;
                align-items: stretch;
            }
            
            .filter-input {
                min-width: auto;
            }
        }
        
        @media (max-width: 480px) {
            .courses-catalog {
                padding: 60px 0;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .course-header,
            .course-body {
                padding: 1rem;
            }
        }
        
        
        /* ========================================
   БАЗОВЫЕ СТИЛИ И СБРОС
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   ТИПОГРАФИКА
======================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1rem;
    color: #4a5568;
}

.highlight {
    color: #0066cc;
    background: linear-gradient(120deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 102, 204, 0.1) 100%);
    padding: 0 8px;
    border-radius: 4px;
}

/* ========================================
   КНОПКИ
======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.5;
}

.btn-primary {
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0052a3 0%, #003366 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);
}

.btn-warning {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-warning:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #cc4d24 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.btn-outline {
    background: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
}

.btn-outline:hover {
    background: #0066cc;
    color: white;
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
}

.btn-mobile {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
}

/* ========================================
   ХЕДЕР
======================================== */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0066cc;
}

.logo i {
    font-size: 2rem;
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #0066cc;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0066cc;
    font-weight: 600;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ========================================
   ГЛАВНЫЙ ЭКРАН (HERO)
======================================== */
.hero {
    background: linear-gradient(135deg, #f8faff 0%, #e6f3ff 100%);
    padding: 140px 0 80px;
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 4rem;
    align-items: center;
}

.hero-text h1 {
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.hero-features {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0066cc;
    font-weight: 500;
}

.hero-urgent {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b3 100%);
    border-left: 4px solid #ff6b35;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.hero-urgent i {
    color: #ff6b35;
    margin-right: 8px;
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
}

.price-current {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0066cc;
}

.hero-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
    color: #0066cc;
}

.card-header i {
    font-size: 1.5rem;
}

.card-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat {
    text-align: center;
    padding: 1rem;
    background: #f8faff;
    border-radius: 8px;
}

.stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0066cc;
}

.stat-label {
    font-size: 0.8rem;
    color: #666;
}

.card-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    background: #0066cc;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ========================================
   СЕКЦИИ КОНТЕНТА
======================================== */
.about {
    padding: 80px 0;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}

.about-text h3 {
    margin: 2rem 0 1rem;
    color: #0066cc;
}

.about-benefits ul {
    list-style: none;
}

.about-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    padding-left: 0;
}

.about-benefits i {
    color: #22c55e;
    margin-top: 4px;
}

/* ========================================
   ПРОГРАММА КУРСА
======================================== */
.program {
    padding: 80px 0;
    background: #f8faff;
}

.program-modules {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.module {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #0066cc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.module:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.module-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.module-header h3 {
    color: #1a1a1a;
    margin: 0;
}

.module-hours {
    background: #0066cc;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.program-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.summary-item i {
    font-size: 2rem;
    color: #0066cc;
}

.summary-item h4 {
    margin-bottom: 0.5rem;
}

.summary-item p {
    color: #666;
    margin: 0;
}

/* ========================================
   ПРЕИМУЩЕСТВА
======================================== */
.advantages {
    padding: 80px 0;
    background: #fff;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.advantage-card {
    text-align: center;
    padding: 2rem;
    background: #f8faff;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #004499 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.advantage-card h3 {
    margin-bottom: 1rem;
    color: #1a1a1a;
}

/* ========================================
   ДОКУМЕНТЫ И ЛИЦЕНЗИИ
======================================== */
.documents {
    padding: 80px 0;
    background: #f8faff;
}

.documents-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.documents-list {
    list-style: none;
}

.documents-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.documents-list i {
    color: #0066cc;
    font-size: 1.5rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.license-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.license-details {
    margin: 1rem 0;
    color: #666;
}

.guarantee {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 12px;
}

.guarantee i {
    font-size: 2rem;
}

.guarantee h3 {
    color: white;
    margin-bottom: 0.5rem;
}

.guarantee p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* ========================================
   СРОЧНОСТЬ
======================================== */
.urgency {
    padding: 60px 0;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    color: white;
}

.urgency-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.urgency-icon {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}

.urgency-text {
    flex: 1;
}

.urgency-text h2 {
    color: white;
    margin-bottom: 1rem;
}

.urgency-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.urgency-list {
    list-style: none;
    margin-bottom: 0;
}

.urgency-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.urgency-list i {
    color: #22c55e;
}

.urgency-cta {
    flex-shrink: 0;
}

/* ========================================
   FAQ
======================================== */
.faq {
    padding: 80px 0;
    background: #fff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 1rem;
    background: #f8faff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #e6f3ff;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
}

.faq-question i {
    color: #0066cc;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 0 1.5rem 1.5rem;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ========================================
   ФОРМА ЗАЯВКИ
======================================== */
.application-form {
    padding: 80px 0;
    background: #f8faff;
}

.form-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    background: #fff;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-header {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h2 {
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #666;
    margin: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.9rem;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 4px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.contact-item p {
    margin: 0;
    color: #666;
}

/* ========================================
   ФУТЕР
======================================== */
.footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 1rem;
}

.footer-section h4 {
    color: white;
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #0066cc;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.social-links a:hover {
    background: #0066cc;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #999;
}

.footer-bottom p {
    margin-bottom: 0.5rem;
}

/* ========================================
   МОБИЛЬНАЯ КНОПКА ЗАКАЗА
======================================== */
.mobile-order-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1000;
    animation: slideUp 0.3s ease-out;
}

.mobile-order-btn.hidden {
    display: none !important;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ========================================
   МОДАЛЬНОЕ ОКНО
======================================== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    animation: fadeIn 0.3s ease-out;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideIn 0.3s ease-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3 {
    margin: 0;
    color: #1a1a1a;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.modal-close:hover {
    background: #f1f5f9;
}

.modal-body {
    padding: 2rem;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        transform: scale(0.9) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* ========================================
   АДАПТИВНЫЙ ДИЗАЙН
======================================== */

/* Планшеты (768px - 1024px) */
@media (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-card {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .program-summary {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .documents-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .urgency-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
}

/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
    /* Хедер */
    .nav {
        display: none;
    }
    
    .header-phone {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    /* Типографика */
    h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    /* Hero секция */
    .hero {
        padding: 120px 0 60px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .price-info {
        text-align: center;
    }
    
    .card-stats {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    /* Секции */
    .about,
    .program,
    .advantages,
    .documents,
    .faq,
    .application-form {
        padding: 60px 0;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .advantage-card {
        padding: 1.5rem;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    /* Модули программы */
    .module-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    /* Форма */
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-wrapper {
        padding: 1.5rem;
    }
    
    /* Футер */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Мобильная кнопка заказа */
    .mobile-order-btn {
        display: block;
    }
    
    /* Срочность */
    .urgency-icon {
        font-size: 3rem;
    }
    
    .urgency-text h2 {
        font-size: 1.5rem;
    }
    
    /* Модальное окно */
    .modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .modal-header {
        padding: 1rem 1.5rem;
    }
    
    .modal-body {
        padding: 1.5rem;
    }
}

/* Очень маленькие экраны (до 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }
    
    h1 {
        font-size: 1.75rem;
    }
    
    .hero {
        padding: 100px 0 40px;
    }
    
    .hero-urgent {
        padding: 0.75rem;
    }
    
    .module {
        padding: 1rem;
    }
    
    .advantage-card {
        padding: 1rem;
    }
    
    .btn-large {
        padding: 14px 24px;
        font-size: 16px;
    }
    
    .form-wrapper {
        padding: 1rem;
    }
    
    .mobile-order-btn {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}

/* ========================================
   СОСТОЯНИЯ И АНИМАЦИИ
======================================== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Состояние загрузки */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Успешная отправка формы */
.form-success {
    background: #22c55e;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
}

/* Ошибка формы */
.form-error {
    background: #ef4444;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ УТИЛИТЫ
======================================== */
.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.hidden {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* ========================================
   картинка
======================================== */

.hero-image {
    position: relative;
    width: 100%;
    max-width: 400px; /* справа на десктопе */
    margin: 0 auto;   /* по центру на мобильных */
}


.hero-image::before {
    content: "";
    display: block;
    width: 100%;
    height: auto; /* вместо фиксированной высоты */
    padding-top: 76.25%; /* пропорции 16:9 (можно подогнать) */
    background: url("https://cpkedu.ru/assets/img/urist1.png") no-repeat center/contain;
    border-radius: 12px;
    margin-bottom: 20px;
}
 

/* карточка */
.hero-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
    z-index: 1;
}

/* ====== Адаптив ====== */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column; /* карточка под текстом */
        align-items: center;
    }

    .hero-image {
        max-width: 100%; /* растянуть */
    }

    .hero-image::before {
        height: 140px; /* чуть ниже на планшетах */
    }
}

@media (max-width: 480px) {
    .hero-image::before {
        height: 120px; /* уменьшить высоту картинки */
    }

    .hero-card {
        padding: 15px;
        font-size: 14px; /* текст меньше */
    }
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ МОБИЛЬНЫЕ УЛУЧШЕНИЯ
======================================== */

/* Стили для мобильного меню */
@media (max-width: 768px) {
    .nav {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #e2e8f0;
        z-index: 999;
        transition: all 0.3s ease;
        transform: translateY(0);
    }
    
    .nav.mobile-menu-open {
        top: 70px;
        transform: translateY(0);
    }
    
    .nav ul {
        flex-direction: column;
        padding: 1rem 0;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
    
    .nav ul li {
        border-bottom: 1px solid #f1f5f9;
        margin: 0;
    }
    
    .nav ul li:last-child {
        border-bottom: none;
    }
    
    .nav ul li a {
        display: block;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }
    
    .nav ul li a:hover {
        background: #f8faff;
        color: #0066cc;
    }
    
    /* Анимация кнопки мобильного меню */
    .mobile-menu-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

/* Улучшенные touch-area для мобильных устройств */
@media (max-width: 768px) {
    .btn {
        min-height: 48px;
        font-size: 16px;
    }
    
    .faq-question {
        min-height: 60px;
        padding: 1rem 1.5rem;
    }
    
    .contact-item {
        padding: 1rem;
        border-radius: 8px;
        background: #f8faff;
        margin-bottom: 1rem;
    }
}

/* Оптимизация форм для мобильных */
@media (max-width: 768px) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px; /* Предотвращает зум на iOS */
        min-height: 48px;
    }
    
    .form-checkbox {
        align-items: center;
        min-height: 48px;
    }
    
    .form-checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
}

/* Улучшенная прилипающая кнопка */
@media (max-width: 768px) {
    .mobile-order-btn {
        padding: 0 16px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-order-btn .btn {
        box-shadow: 0 4px 16px rgba(0, 102, 204, 0.3);
        border-radius: 12px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
    
    /* Анимация пульсации для привлечения внимания */
    .mobile-order-btn .btn {
        animation: pulse-glow 3s infinite ease-in-out;
    }
    
    @keyframes pulse-glow {
        0%, 100% {
            box-shadow: 0 4px 16px rgba(0, 102, 204, 0.3);
        }
        50% {
            box-shadow: 0 4px 24px rgba(0, 102, 204, 0.5);
        }
    }
}

/* Оптимизация для очень маленьких экранов */
@media (max-width: 360px) {
    .hero-features {
        gap: 0.5rem;
    }
    
    .feature {
        font-size: 0.9rem;
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    
    .card-stats {
        gap: 0.25rem;
    }
    
    .stat {
        padding: 0.5rem;
    }
    
    .urgency-content {
        gap: 1rem;
    }
    
    .urgency-icon {
        font-size: 2.5rem;
    }
}

/* Улучшения для планшетов в портретной ориентации */
@media (max-width: 1024px) and (orientation: portrait) {
    .hero-content {
        gap: 3rem;
    }
    
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .program-summary {
        grid-template-columns: 1fr;
    }
}

/* Оптимизация для ландшафтной ориентации мобильных */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        padding: 100px 0 40px;
    }
    
    .mobile-order-btn {
        bottom: 10px;
    }
    
    .modal-content {
        max-height: 85vh;
    }
}











.breadcrumbs {
    width: 100%;
    max-width: 1170px;
    margin: 20px auto;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs ol li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.breadcrumbs ol li + li {
    margin-left: 10px;
}

.breadcrumbs ol li + li:before {
    content: "›";
    margin-right: 10px;
    color: #aaa;
    font-size: 14px;
}

.breadcrumbs ol li a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs ol li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.breadcrumbs ol li:last-child {
    color: #222;
    font-weight: 600;
    pointer-events: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .breadcrumbs ol li {
        font-size: 13px;
    }
    .breadcrumbs ol li + li:before {
        font-size: 13px;
    }
}







  /* Правая часть с формой */
        .form-content {
            width: 35%;
            padding: 20px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 15px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .form-content p {
            font-size: 1em;
            color: #666;
            margin-bottom: 15px;
        }

        .form-content input {
            padding: 12px;
            width: 100%;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1em;
        }

        .form-content button {
            width: 100%;
            padding: 12px;
            background-color: #f4a021;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.1em;
            cursor: pointer;
            transition: background 0.3s;
        }

        .form-content button:hover {
            background-color: #e69500;
        }

        /* Адаптация */
  @media (max-width: 768px) {
    .content-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text-content, .form-content {
        width: 100%;
        max-width: 100%;
    }

    .search-container {
        flex-direction: column;
        gap: 10px;
    }

    .field input,
    .field select {
        width: 100%;
    }

    .form-content {
        max-width: 400px;
        width: 100%;
    }
}