        .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);
            }
        }
        
         