        :root { --green: #2d8a4e; --green-light: #4aaf6b; --green-pale: #e8f5ee; --pink: #e86b98; --pink-light: #f089b0; --pink-pale: #fce4ed; --dark: #1a3a2a; --text: #2c3e50; --text-light: #6c7a89; --bg: #ffffff; --bg-light: #f9fafb; --bg-gray: #ecf0f1; --border: #e0e6ed; --shadow: 0 4px 20px rgba(0,0,0,0.08); --shadow-lg: 0 10px 40px rgba(0,0,0,0.12); --radius: 16px; --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--bg); line-height: 1.7; overflow-x: hidden; }
        .top-bar { background: var(--dark); color: rgba(255,255,255,0.7); font-size: 0.82rem; padding: 8px 0; position: relative; z-index: 1001; }
        .top-bar .container { display: flex; justify-content: space-between; align-items: center; }
        .top-bar a { color: rgba(255,255,255,0.7); text-decoration: none; transition: var(--transition); }
        .top-bar a:hover { color: var(--pink-light); }
        .top-bar-left { display: flex; gap: 24px; align-items: center; }
        .top-bar-left i { margin-right: 6px; color: var(--green-light); }
        .top-bar-right { display: flex; gap: 12px; align-items: center; }
        .top-bar-right .social-link { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.1); transition: var(--transition); }
        .top-bar-right .social-link:hover { background: var(--pink); color: white; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .header { background: var(--bg); position: sticky; top: 0; z-index: 1000; transition: var(--transition); border-bottom: 1px solid transparent; }
        .header.scrolled { box-shadow: var(--shadow); border-bottom-color: var(--border); }
        .header .container { display: flex; justify-content: space-between; align-items: center; padding-top: 0; padding-bottom: 0; min-height: 75px; }
        .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--green); }
        .logo-icon { width: 48px; height: 48px; background: url("/manager/templates/start-deti/images/logo4_50x50.png"); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; }
        .logo-text { display: flex; flex-direction: column; }
        .logo-text .name { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.5px; line-height: 1.2; font-family: 'Comfortaa', cursive; color: var(--green); }
        .logo-text .tagline { font-size: 0.68rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 1.5px; }
        .nav { display: flex; align-items: center; gap: 0; }
        .nav a { text-decoration: none; color: var(--text); font-size: 0.92rem; font-weight: 500; padding: 26px 18px; position: relative; transition: var(--transition); display: block; }
        .nav a::after { content: ''; position: absolute; bottom: 0; left: 18px; right: 18px; height: 3px; background: linear-gradient(90deg, var(--green), var(--pink)); transform: scaleX(0); transition: var(--transition); border-radius: 3px 3px 0 0; }
        .nav a:hover, .nav a.active { color: var(--green); }
        .nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
        .header-cta { background: linear-gradient(135deg, var(--pink), var(--pink-light)); color: white !important; padding: 10px 24px !important; border-radius: 50px; font-weight: 600 !important; margin-left: 12px; }
        .header-cta::after { display: none !important; }
        .header-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,107,152,0.4); }
        .burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; z-index: 1002; }
        .burger span { width: 26px; height: 2.5px; background: var(--green); border-radius: 2px; transition: var(--transition); }
        .burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .burger.active span:nth-child(2) { opacity: 0; }
        .burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
        .mobile-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 999; opacity: 0; transition: opacity 0.3s; }
        .mobile-overlay.active { opacity: 1; }
        .hero { position: relative; min-height: 85vh; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
        .hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; opacity: 0.2}
        .hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(26,58,42,0.88) 0%, rgba(45,138,78,0.7) 50%, rgba(232,107,152,0.5) 100%); }
        .hero-content { position: relative; z-index: 2; max-width: 700px; padding: 60px 0; }
        .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); color: white; padding: 8px 20px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; backdrop-filter: blur(10px); }
        .hero h1 { font-family: 'Comfortaa', cursive; font-size: 3.2rem; font-weight: 700; color: white; line-height: 1.2; margin-bottom: 20px; }
        .hero h1 span { color: var(--pink-light); }
        .hero p { font-size: 1.15rem; color: rgba(255,255,255,0.85); margin-bottom: 36px; line-height: 1.8; }
        .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
        .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 50px; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: var(--transition); cursor: pointer; border: none; font-family: inherit; }
        .btn-pink { background: linear-gradient(135deg, var(--pink), var(--pink-light)); color: white; }
        .btn-pink:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(232,107,152,0.4); }
        .btn-green { background: linear-gradient(135deg, var(--green), var(--green-light)); color: white; }
        .btn-green:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(45,138,78,0.4); }
        .btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.4); }
        .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }
        .hero-stats { display: flex; gap: 48px; margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.2); }
        .hero-stat .number { font-size: 2.2rem; font-weight: 800; color: var(--pink-light); font-family: 'Comfortaa', cursive; }
        .hero-stat .label { font-size: 0.82rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
        .section { padding: 100px 0; }
        .section-gray { background: var(--bg-light); }
        .section-green { background: var(--green-pale); }
        .section-header { text-align: center; margin-bottom: 64px; }
        .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--pink); margin-bottom: 16px; }
        .section-label::before, .section-label::after { content: ''; width: 30px; height: 1px; background: var(--pink); }
        .section-title { font-family: 'Comfortaa', cursive; font-size: 2.4rem; font-weight: 700; color: var(--green); line-height: 1.25; margin-bottom: 16px; }
        .section-subtitle { font-size: 1.05rem; color: var(--text-light); max-width: 600px; margin: 0 auto; }
        .advantages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
        .advantage-card { background: var(--bg); border-radius: var(--radius); padding: 36px 28px; text-align: center; transition: var(--transition); border: 1px solid var(--border); position: relative; overflow: hidden; }
        .advantage-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--pink)); transform: scaleX(0); transition: var(--transition); }
        .advantage-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
        .advantage-card:hover::before { transform: scaleX(1); }
        .advantage-icon { width: 68px; height: 68px; background: linear-gradient(135deg, var(--green-pale), var(--pink-pale)); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.6rem; transition: var(--transition); }
        .advantage-card:nth-child(odd) .advantage-icon { color: var(--green); }
        .advantage-card:nth-child(even) .advantage-icon { color: var(--pink); }
        .advantage-card:hover .advantage-icon { transform: scale(1.1) rotate(5deg); }
        .advantage-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; color: var(--green); }
        .advantage-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.6; }
        .about-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
        .about-image { position: relative; border-radius: var(--radius); overflow: hidden; }
        .about-image img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius); }
        .about-image-badge { position: absolute; bottom: 24px; left: 24px; background: linear-gradient(135deg, var(--pink), var(--pink-light)); color: white; padding: 16px 24px; border-radius: 14px; font-weight: 700; box-shadow: var(--shadow-lg); }
        .about-image-badge .big { font-size: 2rem; display: block; line-height: 1; font-family: 'Comfortaa', cursive; }
        .about-image-badge .small { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; }
        .about-text .section-label { justify-content: flex-start; }
        .about-text .section-label::before { display: none; }
        .about-text .section-title { text-align: left; font-size: 2.1rem; }
        .about-text p { color: var(--text-light); margin-bottom: 20px; font-size: 0.95rem; }
        .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
        .about-feature { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 500; }
        .about-feature i { color: var(--green); font-size: 1rem; }
        .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .service-card { background: var(--bg); border-radius: var(--radius); overflow: hidden; transition: var(--transition); border: 1px solid var(--border); }
        .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
        .service-image { height: 200px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
		.service-image.disgrafia { background: linear-gradient(135deg, var(--green), var(--green-light));}
		.service-image.disleksiya { background: linear-gradient(135deg, var(--pink), var(--pink-light))}
		.service-image.diskalkulia {background: linear-gradient(135deg, var(--green-light), var(--pink-light));}
		.service-image.vpf {background: linear-gradient(135deg, var(--pink-light), var(--green));}
		.service-image.motorika {background: linear-gradient(135deg, var(--green), var(--pink));}
		.service-image.zpr {background: linear-gradient(135deg, var(--pink), var(--green-light));}
		.service-image.logoped {background: linear-gradient(135deg, var(--green-light), var(--pink));}
		.service-image.school {background: linear-gradient(135deg, var(--pink-light), var(--green));}
        .service-image i { font-size: 3rem; color: rgba(255,255,255,0.5); }
        .service-number { position: absolute; top: 16px; right: 20px; font-size: 3rem; font-weight: 900; color: rgba(255,255,255,0.15); font-family: 'Comfortaa', cursive; }
        .service-body { padding: 28px; }
        .service-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--green); margin-bottom: 12px; }
        .service-body p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 20px; line-height: 1.7; }
        .service-link { display: inline-flex; align-items: center; gap: 6px; color: var(--pink); font-weight: 600; font-size: 0.88rem; text-decoration: none; transition: var(--transition); }
        .service-link:hover { gap: 10px; }
        .cta-section { background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 50%, var(--pink-light) 100%); padding: 80px 0; position: relative; overflow: hidden; }
        .cta-section::before { content: ''; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: rgba(255,255,255,0.08); border-radius: 50%; }
        .cta-content { display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; z-index: 1; }
        .cta-text h2 { font-family: 'Comfortaa', cursive; font-size: 2rem; color: white; margin-bottom: 12px; }
        .cta-text p { color: rgba(255,255,255,0.85); font-size: 1.05rem; }
        .cta-buttons { display: flex; gap: 16px; flex-shrink: 0; }
        .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
        .news-card { background: var(--bg); border-radius: var(--radius); overflow: hidden; transition: var(--transition); border: 1px solid var(--border); }
        .news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
        .news-image { height: 200px; background-size: cover; background-position: center; position: relative; }
        .news-date { position: absolute; bottom: 16px; left: 16px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: white; padding: 6px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; }
        .news-body { padding: 24px; }
        .news-category { display: inline-block; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--pink); margin-bottom: 10px; }
        .news-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--green); margin-bottom: 10px; line-height: 1.4; }
        .news-body h3 a { text-decoration: none; color: inherit; transition: var(--transition); }
        .news-body h3 a:hover { color: var(--pink); }
        .news-body p { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; }
        .footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
        .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
        .footer-about .logo { color: white; margin-bottom: 16px; }
        .footer-about .logo-icon { background: url("/manager/templates/start-deti/images/logo4_50x50.png"); color: var(--green-light); }
        .footer-about .logo-text .name { color: white; }
        .footer-about p { font-size: 0.88rem; line-height: 1.7; margin-bottom: 20px; }
        .footer-socials { display: flex; gap: 10px; }
        .footer-socials a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); text-decoration: none; transition: var(--transition); }
        .footer-socials a:hover { background: var(--pink); color: white; }
        .footer h4 { color: white; font-size: 1rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; font-family: 'Comfortaa', cursive; }
        .footer h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: linear-gradient(90deg, var(--green), var(--pink)); }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: var(--transition); display: flex; align-items: center; gap: 6px; }
        .footer-links a:hover { color: var(--pink-light); padding-left: 4px; }
        .footer-contact-item { display: flex; gap: 12px; margin-bottom: 16px; font-size: 0.88rem; }
		.footer-contact-item span a{color: rgba(255,255,255,0.7); text-decoration: none;}
		.footer-contact-item span a:hover {text-decoration: underline;}
        .footer-contact-item i { color: var(--green-light); margin-top: 4px; flex-shrink: 0; }
        .footer-bottom { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; color: rgba(255,255,255,0.4); }
        .footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; transition: var(--transition); }
        .footer-bottom a:hover { color: var(--pink-light); }
        .scroll-top { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: linear-gradient(135deg, var(--green), var(--green-light)); color: white; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; z-index: 999; opacity: 0; visibility: hidden; transition: var(--transition); box-shadow: var(--shadow-lg); }
        .scroll-top.visible { opacity: 1; visibility: visible; }
        .scroll-top:hover { background: linear-gradient(135deg, var(--pink), var(--pink-light)); transform: translateY(-3px); }
        .modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity 0.3s ease; }
        .modal-overlay.active { display: flex; opacity: 1; }
        .modal { background: var(--bg); border-radius: var(--radius); max-width: 520px; width: 100%; padding: 48px 40px; position: relative; box-shadow: var(--shadow-lg); transform: translateY(20px); transition: transform 0.3s ease; }
        .modal-overlay.active .modal { transform: translateY(0); }
        .modal-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: none; background: var(--bg-light); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--text-light); transition: var(--transition); }
        .modal-close:hover { background: var(--pink-pale); color: var(--pink); }
        .modal h3 { font-family: 'Comfortaa', cursive; font-size: 1.6rem; color: var(--green); margin-bottom: 8px; }
        .modal > p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 28px; }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
        .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 12px; font-size: 0.92rem; font-family: inherit; transition: var(--transition); background: var(--bg-light); }
        .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,138,78,0.1); background: var(--bg); }
        .form-group textarea { resize: vertical; min-height: 120px; }
        .form-submit { display: flex; align-items: center; gap: 16px; }
        .form-submit .btn { padding: 14px 36px; }
        .form-note { font-size: 0.78rem; color: var(--text-light); }
        .fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
        .fade-in.visible { opacity: 1; transform: translateY(0); }
        @media (max-width: 1024px) { .advantages-grid { grid-template-columns: repeat(2, 1fr); } .services-grid { grid-template-columns: repeat(2, 1fr); } .news-grid { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 768px) { .top-bar { display: none; } .burger { display: flex; } .nav { position: fixed; top: 0; right: -320px; width: 300px; height: 100vh; background: var(--bg); flex-direction: column; padding: 80px 30px 30px; gap: 0; box-shadow: var(--shadow-lg); transition: right 0.3s ease; z-index: 1001; align-items: flex-start; } .nav.active { right: 0; } .nav a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--border); } .nav a::after { display: none; } .header-cta { margin-left: 0; margin-top: 16px; text-align: center; width: 100%; justify-content: center; } .mobile-overlay { display: block; } .hero h1 { font-size: 2rem; } .hero-stats { flex-direction: row; gap: 20px; } .section { padding: 60px 0; } .section-title { font-size: 1.8rem; } .about-preview { grid-template-columns: 1fr; gap: 30px; } .about-features { grid-template-columns: 1fr; } .advantages-grid, .services-grid, .news-grid { grid-template-columns: 1fr; } .cta-content { flex-direction: column; text-align: center; } .footer-grid { grid-template-columns: 1fr; gap: 36px; } .footer-bottom { flex-direction: column; gap: 8px; text-align: center; } .modal { padding: 36px 24px; } }
        @media (max-width: 480px) { .hero h1 { font-size: 1.6rem; } .hero-buttons { flex-direction: column; } .hero-buttons .btn { width: 100%; justify-content: center; } }
/* ===== ХЛЕБНЫЕ КРОШКИ (Breadcrumbs) ===== */
.B_crumbBox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--pink);
    margin-bottom: 16px;
}
.B_crumbBox li {
	list-style: none;
}
.B_crumbBox a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
    padding: 2px 0;
    color: var(--pink);
}


.B_crumbBox a:hover {
    color: var(--pink);
}

/* Разделители */
.B_crumbBox span:not(.current) {
    color: var(--pink);
    font-size: 0.75rem;
    user-select: none;
    margin: 0 2px;
}

/* Текущий пункт */
.B_crumbBox .current {
    color: var(--pink);
    font-weight: 600;
    font-size: inherit;
    user-select: text;
}

/* Мобильная адаптация */
@media (max-width: 550px) {
    .breadcrumb {
        font-size: 0.8rem;
        gap: 6px;
        margin-bottom: 16px;
    }
}	

		
/*	О компании	*/
	#about-section {
		background: var(--green-pale);
	}
    .about-block {
        max-width: 1000px;
        margin: 0 auto;
    }

    .about-header {
        margin-bottom: 48px;
    }

    .about-header .section-label {
        justify-content: flex-start;
    }

    .about-header .section-label::before {
        display: none;
    }

    .about-header .section-title {
        text-align: left;
        font-size: 2.1rem;
        margin-bottom: 24px;
    }

    .about-text p {
        color: var(--text-light);
        margin-bottom: 16px;
        font-size: 0.98rem;
        line-height: 1.8;
    }

    /* ===== PERSON ===== */
    .about-person {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 40px;
        align-items: start;
        margin-bottom: 64px;
        padding: 36px;
        background: var(--bg-light);
        border-radius: var(--radius);
        border: 1px solid var(--border);
    }

    .about-person-photo {
        flex-shrink: 0;
    }

    .about-person-photo img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
    }

    .about-person-name {
        font-family: 'Comfortaa', cursive;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--green);
        margin-bottom: 8px;
    }

    .about-person-position {
        font-size: 0.95rem;
        color: var(--pink);
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 2px solid var(--pink-pale);
    }

    .about-person-achievements {
        list-style: none;
        display: grid;
        gap: 12px;
    }

    .about-person-achievements li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 0.92rem;
        color: var(--text);
        line-height: 1.5;
    }

    .about-person-achievements li i {
        color: var(--green-light);
        font-size: 1rem;
        margin-top: 3px;
        flex-shrink: 0;
        width: 20px;
        text-align: center;
    }

    /* ===== DIPLOMAS ===== */
    .about-diplomas {
        margin-top: 24px;
    }

    .about-diplomas-title {
        font-family: 'Comfortaa', cursive;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--green);
        text-align: center;
        margin-bottom: 32px;
    }

    .diplomas-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .diploma-item {
        border-radius: var(--radius);
        overflow: hidden;
        background: var(--bg);
        border: 1px solid var(--border);
        transition: var(--transition);
    }

    .diploma-item:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: var(--pink-light);
    }

    .diploma-link {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .diploma-link img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    .diploma-caption {
        display: block;
        padding: 12px 14px;
        font-size: 0.82rem;
        color: var(--text);
        font-weight: 500;
        text-align: center;
        line-height: 1.4;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
        .about-person {
            grid-template-columns: 240px 1fr;
            gap: 28px;
            padding: 24px;
        }

        .about-person-photo img {
            height: 280px;
        }

        .diplomas-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 700px) {
        .about-person {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .about-person-photo {
            max-width: 280px;
            margin: 0 auto;
        }

        .about-person-photo img {
            height: 300px;
        }

        .about-person-position {
            margin-left: 0;
            margin-right: 0;
        }

        .about-person-achievements li {
            justify-content: flex-start;
            text-align: left;
        }

        .diplomas-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .diploma-link img {
            height: 180px;
        }
    }

    @media (max-width: 480px) {
        .about-person {
            padding: 20px;
        }

        .about-header .section-title {
            font-size: 1.6rem;
        }

        .diploma-link img {
            height: 150px;
        }

        .diploma-caption {
            font-size: 0.78rem;
            padding: 10px 10px;
        }
    }
/*	Программы	*/
    .programs-header {
        max-width: 700px;
        margin: 0 auto 56px;
        text-align: center;
    }

    .programs-header .section-label::before,
    .programs-header .section-label::after {
        display: block;
    }

    .programs-intro {
        font-size: 1.05rem;
        color: var(--text-light);
        line-height: 1.7;
    }

    /* ===== GRID ===== */
    .programs-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-bottom: 48px;
    }

    .program-card {
        background: var(--bg);
        border-radius: var(--radius);
        padding: 32px 24px;
        text-align: center;
        transition: var(--transition);
        border: 1px solid var(--border);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .program-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--green), var(--pink));
        transform: scaleX(0);
        transition: var(--transition);
        transform-origin: left;
    }

    .program-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-lg);
        border-color: transparent;
    }

    .program-card:hover::before {
        transform: scaleX(1);
    }

    .program-card-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 1.8rem;
        color: white;
        transition: var(--transition);
        flex-shrink: 0;
    }

    .program-card:hover .program-card-icon {
        transform: scale(1.1) rotate(5deg);
    }

    .program-card-title {
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--green);
        margin-bottom: 12px;
        line-height: 1.35;
        min-height: 2.7em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .program-card-desc {
        font-size: 0.88rem;
        color: var(--text-light);
        line-height: 1.65;
        margin-bottom: 20px;
        flex-grow: 1;
    }

    .program-card-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--pink);
        font-weight: 600;
        font-size: 0.88rem;
        text-decoration: none;
        transition: var(--transition);
        margin-top: auto;
    }

    .program-card-link:hover {
        gap: 10px;
    }

    .program-card-link i {
        font-size: 0.75rem;
        transition: var(--transition);
    }

    /* ===== CTA внизу ===== */
    .programs-cta {
        text-align: center;
        padding: 36px;
        background: var(--bg);
        border-radius: var(--radius);
        border: 2px dashed var(--pink-light);
    }

    .programs-cta p {
        font-size: 1.1rem;
        color: var(--text);
        margin-bottom: 20px;
        font-weight: 500;
    }
    /* Изображения на странице */
    .program-main-image {
        margin-bottom: 48px;
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: var(--shadow);
    }
    .program-main-image img {
        width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: cover;
        display: block;
    }

    .program-section-image {
        margin: 48px 0;
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: var(--shadow);
    }
    .program-section-image img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
        display: block;
    }
    @media (max-width: 1024px) {
        .program-info-grid { grid-template-columns: 1fr; }
        .stages-grid { grid-template-columns: repeat(2, 1fr); }
        .directions-grid { grid-template-columns: repeat(2, 1fr); }
        .results-grid { grid-template-columns: repeat(2, 1fr); }
        .program-form-wrapper { grid-template-columns: 1fr; }
        .program-main-image img,
        .program-section-image img { max-height: 350px; }
    }
    @media (max-width: 700px) {
        .stages-grid, .directions-grid, .results-grid { grid-template-columns: 1fr; }
        .form-row { grid-template-columns: 1fr; }
        .form-submit { flex-direction: column; align-items: stretch; }
        .form-submit .btn { width: 100%; justify-content: center; }
        .form-note { text-align: center; }
        .program-form-card { padding: 24px 20px; }
        .program-main-image img,
        .program-section-image img { max-height: 250px; }
        .direction-card-image { height: 140px; }
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1100px) {
        .programs-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 850px) {
        .programs-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 550px) {
        .programs-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .program-card {
            padding: 24px 20px;
        }

        .program-card-title {
            min-height: auto;
        }

        .programs-cta {
            padding: 24px 16px;
        }

        .programs-cta p {
            font-size: 0.98rem;
        }

        .programs-cta .btn {
            width: 100%;
            justify-content: center;
            padding: 14px 20px;
        }
    }
/*	Контакты	*/
	#contacts-section {
		background: var(--green-pale);
	}
    .contacts-header {
        max-width: 700px;
        margin: 0 auto 48px;
        text-align: center;
    }

    .contacts-header .section-title {
        margin-bottom: 12px;
    }

    .contacts-intro {
        font-size: 1.05rem;
        color: var(--text-light);
        line-height: 1.7;
    }

    /* ===== CONTACT CARDS ===== */
    .contacts-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-bottom: 56px;
    }

    .contact-card {
        background: var(--bg);
        border-radius: var(--radius);
        padding: 32px 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid var(--border);
        transition: var(--transition);
        text-decoration: none;
        color: inherit;
    }

    .contact-card:nth-child(1):hover { border-color: var(--green-light); }
    .contact-card:nth-child(2):hover { border-color: var(--pink-light); }
    .contact-card:nth-child(3):hover { border-color: var(--green); }

    .contact-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }

    .contact-card-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 18px;
        transition: var(--transition);
    }

    .contact-card:nth-child(1) .contact-card-icon {
        background: linear-gradient(135deg, var(--green-pale), rgba(45,138,78,0.15));
        color: var(--green);
    }

    .contact-card:nth-child(2) .contact-card-icon {
        background: linear-gradient(135deg, var(--pink-pale), rgba(232,107,152,0.15));
        color: var(--pink);
    }

    .contact-card:nth-child(3) .contact-card-icon {
        background: linear-gradient(135deg, var(--green-pale), rgba(45,138,78,0.15));
        color: var(--green);
    }

    .contact-card:hover .contact-card-icon {
        transform: scale(1.1);
    }

    .contact-card-content h3 {
        font-size: 1rem;
        font-weight: 700;
        color: var(--text);
        margin-bottom: 8px;
    }

    .contact-card-value {
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--green);
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .contact-card-hint {
        font-size: 0.8rem;
        color: var(--text-light);
    }

    .contact-card:nth-child(2) .contact-card-value {
        color: var(--pink);
    }

    /* ===== BOTTOM: FORM + MAP ===== */
    .contacts-bottom {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        align-items: start;
    }

    .contacts-form-wrapper {
        background: var(--bg);
        border-radius: var(--radius);
        padding: 36px;
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
    }

    .contacts-form-title {
        font-family: 'Comfortaa', cursive;
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--green);
        margin-bottom: 8px;
    }

    .contacts-form-subtitle {
        color: var(--text-light);
        font-size: 0.9rem;
        margin-bottom: 28px;
    }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { margin-bottom: 20px; }
    .form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
    .form-group input, .form-group textarea, .form-group select {
        width: 100%; padding: 12px 16px; border: 1px solid var(--border);
        border-radius: 12px; font-size: 0.92rem; font-family: inherit;
        transition: var(--transition); background: var(--bg-light);
    }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
        outline: none; border-color: var(--green);
        box-shadow: 0 0 0 3px rgba(45,138,78,0.1); background: var(--bg);
    }
    .form-group textarea { resize: vertical; min-height: 100px; }
    .form-submit { display: flex; align-items: center; gap: 16px; }
    .form-submit .btn { padding: 14px 36px; }
    .form-note { font-size: 0.78rem; color: var(--text-light); }
    .form-error { color: #e74c3c; font-size: 0.78rem; display: block; margin-top: 4px; }

    .contacts-map {
        height: 520px;
        border-radius: var(--radius);
        overflow: hidden;
        border: 1px solid var(--border);
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
        .contacts-bottom {
            grid-template-columns: 1fr;
        }

        .contacts-map {
            height: 350px;
        }
    }

    @media (max-width: 700px) {
        .contacts-cards {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .contact-card {
            flex-direction: row;
            text-align: left;
            padding: 20px 24px;
            gap: 20px;
        }

        .contact-card-icon {
            margin-bottom: 0;
            width: 56px;
            height: 56px;
            font-size: 1.3rem;
            flex-shrink: 0;
        }

        .contacts-form-wrapper {
            padding: 24px 20px;
        }

        .form-row {
            grid-template-columns: 1fr;
        }

        .form-submit {
            flex-direction: column;
            align-items: stretch;
        }

        .form-submit .btn {
            width: 100%;
            justify-content: center;
        }

        .form-note {
            text-align: center;
        }
    }
/*	Программы. Карточка	*/

	#dysgraphia-section {background: var(--green-pale);}
    .program-detail { padding-top: 40px; }

    .program-hero { max-width: 800px; margin-bottom: 48px; }
    .program-hero-text { font-size: 1.1rem; color: var(--text-light); line-height: 1.7; }

    .program-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 64px; }
    .program-info-card {
        background: var(--bg); border-radius: var(--radius); padding: 32px;
        border: 1px solid var(--border); transition: var(--transition);
    }
    .program-info-card:hover { box-shadow: var(--shadow); border-color: var(--green-light); }
    .info-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--green-pale), var(--pink-pale)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--green); margin-bottom: 20px; }
    .program-info-card h2 { font-size: 1.3rem; font-weight: 700; color: var(--green); margin-bottom: 16px; }
    .program-info-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.7; margin-bottom: 0; }
    .check-list { list-style: none; padding: 0; margin: 16px 0 0; }
    .check-list li { display: flex; gap: 10px; padding: 6px 0; font-size: 0.92rem; color: var(--text); }
    .check-list li i { color: var(--pink); margin-top: 4px; flex-shrink: 0; }

    .program-stages { margin-bottom: 64px; }
    .stages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .stage-card {
        background: var(--bg); border-radius: var(--radius); padding: 28px 24px;
        border: 1px solid var(--border); position: relative; transition: var(--transition);
    }
    .stage-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .stage-num {
        font-size: 2.2rem; font-weight: 800; color: rgba(45,138,78,0.1);
        font-family: 'Comfortaa', cursive; line-height: 1; margin-bottom: 12px;
    }
    .stage-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--green); margin-bottom: 8px; }
    .stage-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.6; }

    .program-results { margin-bottom: 56px; }
    .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .result-card {
        background: var(--bg); border-radius: var(--radius); padding: 28px;
        text-align: center; border: 1px solid var(--border); transition: var(--transition);
    }
    .result-card:hover { border-color: var(--pink-light); box-shadow: var(--shadow); }
    .result-card i { font-size: 2rem; color: var(--green); margin-bottom: 16px; }
    .result-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
    .result-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.5; }

    .program-form-wrapper { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; align-items: start; margin-bottom: 40px; }
    .program-form-card { background: var(--bg); border-radius: var(--radius); padding: 36px; border: 1px solid var(--border); box-shadow: var(--shadow); }
    .form-title { font-family: 'Comfortaa', cursive; font-size: 1.5rem; font-weight: 700; color: var(--green); margin-bottom: 8px; }
    .form-subtitle { color: var(--text-light); font-size: 0.9rem; margin-bottom: 28px; }
    .program-contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
    .sidebar-card { background: var(--bg); border-radius: var(--radius); padding: 28px; border: 1px solid var(--border); }
    .sidebar-card h4 { font-size: 1.1rem; color: var(--green); margin-bottom: 12px; }
    .sidebar-card p { font-size: 0.92rem; color: var(--text-light); margin-bottom: 8px; }
    .contact-link { display: flex; align-items: center; gap: 8px; color: var(--pink); text-decoration: none; font-size: 0.9rem; padding: 6px 0; transition: var(--transition); }
    .contact-link:hover { color: var(--green); }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { margin-bottom: 20px; }
    .form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
    .form-group input, .form-group textarea, .form-group select {
        width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 12px;
        font-size: 0.92rem; font-family: inherit; transition: var(--transition); background: var(--bg-light);
    }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
        outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,138,78,0.1); background: var(--bg);
    }
    .form-group textarea { resize: vertical; min-height: 100px; }
    .form-submit { display: flex; align-items: center; gap: 16px; }
    .form-submit .btn { padding: 14px 36px; }
    .form-note { font-size: 0.78rem; color: var(--text-light); }
    .form-error { color: #e74c3c; font-size: 0.78rem; display: block; margin-top: 4px; }
    .program-directions { margin-bottom: 64px; }
    .directions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .direction-card {
        background: var(--bg); border-radius: var(--radius); padding: 28px;
        text-align: center; border: 1px solid var(--border); transition: var(--transition);
    }
    .direction-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--pink-light); }
    .direction-icon {
        width: 60px; height: 60px; margin: 0 auto 16px;
        background: linear-gradient(135deg, var(--green-pale), var(--pink-pale));
        border-radius: 16px; display: flex; align-items: center; justify-content: center;
        font-size: 1.5rem; color: var(--green); transition: var(--transition);
    }

    @media (max-width: 1024px) {
        .program-info-grid { grid-template-columns: 1fr; }
        .stages-grid { grid-template-columns: repeat(2, 1fr); }
        .results-grid { grid-template-columns: repeat(2, 1fr); }
        .program-form-wrapper { grid-template-columns: 1fr; }
    }
    @media (max-width: 700px) {
        .stages-grid, .results-grid { grid-template-columns: 1fr; }
        .form-row { grid-template-columns: 1fr; }
        .form-submit { flex-direction: column; align-items: stretch; }
        .form-submit .btn { width: 100%; justify-content: center; }
        .form-note { text-align: center; }
        .program-form-card { padding: 24px 20px; }
    }
/*	Блог	*/
    .blog-page { padding-top: 40px; }

    .blog-header { max-width: 800px; margin: 0 auto 40px; }

    .blog-intro { font-size: 1.05rem; color: var(--text-light); line-height: 1.7; }

    .blog-layout { display: grid; grid-template-columns: 1fr 20px; gap: 40px; align-items: start; }
    .blog-main { min-width: 0; }

    /* Filters */
    .blog-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
    .filter-btn {
        padding: 8px 20px; border: 1px solid var(--border); border-radius: 50px;
        background: var(--bg); font-size: 0.85rem; font-weight: 500; color: var(--text);
        cursor: pointer; transition: var(--transition); font-family: inherit;
    }
    .filter-btn:hover { border-color: var(--pink-light); color: var(--pink); }
    .filter-btn.active { background: linear-gradient(135deg, var(--pink), var(--pink-light)); color: white; border-color: transparent; }

    /* Grid */
    .blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; }
    .blog-card {
        background: var(--bg); border-radius: var(--radius); overflow: hidden;
        border: 1px solid var(--border); transition: var(--transition);
    }
    .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
    .blog-card-image { position: relative; height: 200px; overflow: hidden; }
    .blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
    .blog-card:hover .blog-card-image img { transform: scale(1.05); }
    .blog-card-date {
        position: absolute; bottom: 12px; left: 12px;
        background: linear-gradient(135deg, var(--green), var(--green-light));
        color: white; padding: 5px 14px; border-radius: 50px; font-size: 0.78rem; font-weight: 700;
    }
    .blog-card-body { padding: 24px; }
    .blog-card-tag {
        display: inline-block; font-size: 0.72rem; font-weight: 600;
        text-transform: uppercase; letter-spacing: 1px; color: var(--pink); margin-bottom: 10px;
    }
    .blog-card-title { font-size: 1.05rem; font-weight: 700; color: var(--green); margin-bottom: 10px; line-height: 1.4; }
    .blog-card-title a { text-decoration: none; color: inherit; transition: var(--transition); }
    .blog-card-title a:hover { color: var(--pink); }
    .blog-card-text { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .blog-card-footer { display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--text-light); padding-top: 12px; border-top: 1px solid var(--border); }
    .blog-card-footer i { margin-right: 4px; color: var(--green-light); }

    /* Pagination */
    .blog-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; }
    .page-btn {
        padding: 10px 18px; border: 1px solid var(--border); border-radius: 50px;
        background: var(--bg); font-size: 0.85rem; font-weight: 500; color: var(--text);
        cursor: pointer; transition: var(--transition); font-family: inherit;
        display: flex; align-items: center; gap: 6px;
    }
    .page-btn:hover:not(:disabled) { border-color: var(--pink); color: var(--pink); }
    .page-btn:disabled { opacity: 0.4; cursor: default; }
    .page-num {
        width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%;
        background: var(--bg); font-size: 0.88rem; font-weight: 600; color: var(--text);
        cursor: pointer; transition: var(--transition); font-family: inherit;
        display: flex; align-items: center; justify-content: center;
    }
    .page-num:hover { border-color: var(--pink); color: var(--pink); }
    .page-num.active { background: linear-gradient(135deg, var(--pink), var(--pink-light)); color: white; border-color: transparent; }
    .page-dots { color: var(--text-light); padding: 0 4px; }

    /* Sidebar */
    .blog-sidebar { display: flex; flex-direction: column; gap: 24px; }
    .sidebar-widget { background: var(--bg); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
    .sidebar-widget h4 { font-size: 1.05rem; color: var(--green); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--pink); font-family: 'Comfortaa', cursive; }
    .sidebar-search input { width: 100%; padding: 11px 16px; border: 1px solid var(--border); border-radius: 12px; font-size: 0.88rem; font-family: inherit; transition: var(--transition); }
    .sidebar-search input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,138,78,0.1); }
    .sidebar-links { list-style: none; }
    .sidebar-links li { border-bottom: 1px solid var(--border); }
    .sidebar-links li:last-child { border-bottom: none; }
    .sidebar-links a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; color: var(--text); text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
    .sidebar-links a:hover { color: var(--pink); padding-left: 6px; }
    .sidebar-links .count { background: var(--green-pale); padding: 2px 10px; border-radius: 50px; font-size: 0.76rem; color: var(--green); }

    .sidebar-news-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
    .sidebar-news-item:last-child { border-bottom: none; padding-bottom: 0; }
    .sidebar-news-thumb { width: 60px; height: 60px; border-radius: 12px; background: var(--green-pale); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 1.1rem; }
    .sidebar-news-item:nth-child(even) .sidebar-news-thumb { background: var(--pink-pale); color: var(--pink); }
    .sidebar-news-info h5 { font-size: 0.86rem; color: var(--green); margin-bottom: 4px; line-height: 1.35; }
    .sidebar-news-info h5 a { text-decoration: none; color: inherit; transition: var(--transition); }
    .sidebar-news-info h5 a:hover { color: var(--pink); }
    .sidebar-news-info .date { font-size: 0.76rem; color: var(--text-light); }

    .sidebar-subscribe { text-align: center; background: linear-gradient(135deg, var(--green), var(--green-light)); color: white; border: none; }
    .sidebar-subscribe h4 { color: white; border-bottom: none; padding-bottom: 0; }
    .sidebar-subscribe i { font-size: 2rem; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
    .sidebar-subscribe p { font-size: 0.86rem; color: rgba(255,255,255,0.85); margin: 12px 0 16px; }
    .subscribe-form { display: flex; flex-direction: column; gap: 10px; }
    .subscribe-form input { width: 100%; padding: 12px 16px; border: 1px solid rgba(255,255,255,0.3); border-radius: 12px; font-size: 0.88rem; font-family: inherit; background: rgba(255,255,255,0.15); color: white; }
    .subscribe-form input::placeholder { color: rgba(255,255,255,0.6); }
    .subscribe-form input:focus { outline: none; border-color: white; background: rgba(255,255,255,0.25); }
    .subscribe-form .btn { width: 100%; justify-content: center; }

    /* Responsive */
    @media (max-width: 1100px) {
        .blog-layout { grid-template-columns: 1fr; }
        .blog-sidebar { max-width: 600px; }
    }
    @media (max-width: 850px) {
        .blog-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
        .blog-grid { grid-template-columns: 1fr; }
        .blog-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
        .filter-btn { white-space: nowrap; flex-shrink: 0; }
        .blog-pagination { flex-wrap: wrap; }
        .sidebar-subscribe { padding: 24px 20px; }
    }
/*	Статья	*/
    .article-page { padding-top: 32px; }

    /* Breadcrumbs */
    .article-breadcrumbs { margin-bottom: 32px; }

    /* Layout */
    .article-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
    .article-content { min-width: 0; }

    /* Title */
    .article-title {
        font-family: 'Comfortaa', cursive;
        font-size: 2.2rem;
        font-weight: 700;
        color: var(--green);
        line-height: 1.3;
        margin-bottom: 24px;
    }

    /* Meta */
    .article-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
        margin-bottom: 32px;
        padding-bottom: 24px;
        border-bottom: 1px solid var(--border);
    }
    .article-meta-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.85rem;
        color: var(--text-light);
    }
    .article-meta-item i { color: var(--green-light); font-size: 0.9rem; }
    .author-avatar {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
        border: 2px solid var(--green-pale);
    }
    .article-meta-item .meta-label { display: block; font-size: 0.72rem; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
    .article-meta-item .meta-value { display: block; font-size: 0.88rem; color: var(--text); font-weight: 600; }

    /* Featured Image */
    .article-featured-image {
        margin-bottom: 36px;
        border-radius: var(--radius);
        overflow: hidden;
    }
    .article-featured-image img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 500px;
        object-fit: cover;
    }

    /* Article Body */
    .article-body { margin-bottom: 36px; }
    .article-body p { color: var(--text-light); margin-bottom: 18px; font-size: 1rem; line-height: 1.85; }
    .article-body h2 { font-family: 'Comfortaa', cursive; font-size: 1.55rem; font-weight: 700; color: var(--green); margin: 40px 0 18px; }
    .article-body h3 { font-size: 1.25rem; font-weight: 700; color: var(--green); margin: 32px 0 14px; }
    .article-body h4 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin: 24px 0 10px; }
    .article-body ul, .article-body ol { margin: 16px 0; padding-left: 24px; color: var(--text-light); }
    .article-body li { margin-bottom: 10px; font-size: 1rem; line-height: 1.7; }
    .article-body ul li { list-style: none; position: relative; padding-left: 24px; }
    .article-body ul li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: var(--pink); border-radius: 50%; }
    .article-body ol li { padding-left: 4px; }
    .article-body blockquote {
        border-left: 4px solid var(--pink);
        padding: 24px 28px;
        margin: 32px 0;
        background: var(--pink-pale);
        border-radius: 0 var(--radius) var(--radius) 0;
        font-style: italic;
        color: var(--text);
        font-size: 1.05rem;
        line-height: 1.7;
    }
    .article-body strong { color: var(--text); }
    .article-body em { color: var(--text-light); }
    .article-body a { color: var(--pink); text-decoration: underline; transition: var(--transition); }
    .article-body a:hover { color: var(--green); }
    .article-body img { width: 100%; border-radius: var(--radius); margin: 24px 0; }
    .article-body table { width: 100%; border-collapse: collapse; margin: 20px 0; }
    .article-body th, .article-body td { padding: 12px 16px; border: 1px solid var(--border); text-align: left; font-size: 0.95rem; }
    .article-body th { background: var(--green-pale); color: var(--green); font-weight: 700; }

    /* Tags */
    .article-tags {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-top: 40px;
        padding-top: 24px;
        border-top: 1px solid var(--border);
    }
    .tags-label { font-size: 0.85rem; font-weight: 600; color: var(--text); margin-right: 8px; }
    .tags-label i { color: var(--pink); margin-right: 4px; }
    .article-tag {
        padding: 6px 16px;
        background: var(--green-pale);
        border-radius: 50px;
        font-size: 0.82rem;
        color: var(--green);
        text-decoration: none;
        transition: var(--transition);
        font-weight: 500;
    }
    .article-tag:hover { background: var(--pink); color: white; }

    /* Share */
    .article-share { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
    .article-share span { font-size: 0.88rem; font-weight: 600; color: var(--text); }
    .share-btn {
        width: 40px; height: 40px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        background: var(--green-pale); color: var(--green);
        text-decoration: none; transition: var(--transition);
    }
    .share-btn:hover { background: var(--pink); color: white; transform: translateY(-2px); }

    /* Article Navigation */
    .article-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 40px;
        padding-top: 32px;
        border-top: 1px solid var(--border);
    }
    .article-nav-prev, .article-nav-next {
        padding: 20px 24px;
        background: var(--bg-light);
        border-radius: var(--radius);
        border: 1px solid var(--border);
        transition: var(--transition);
    }
    .article-nav-prev:hover, .article-nav-next:hover { border-color: var(--pink-light); box-shadow: var(--shadow); }
    .article-nav-prev { text-align: left; }
    .article-nav-next { text-align: right; }
    .nav-label { display: block; font-size: 0.78rem; color: var(--text-light); margin-bottom: 6px; }
    .nav-label i { font-size: 0.7rem; }
    .nav-title { display: block; font-size: 0.92rem; font-weight: 600; color: var(--green); text-decoration: none; transition: var(--transition); line-height: 1.4; }
    .nav-title:hover { color: var(--pink); }

    /* ===== SIDEBAR ===== */
    .article-sidebar { display: flex; flex-direction: column; gap: 24px; }
    .sidebar-widget { background: var(--bg); border-radius: var(--radius); padding: 24px; border: 1px solid var(--border); }
    .sidebar-widget h4 { font-size: 1.05rem; color: var(--green); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--pink); font-family: 'Comfortaa', cursive; }

    /* Author widget */
    .author-widget { text-align: center; }
    .author-widget-photo {
        width: 80px; height: 80px; border-radius: 50%; background-size: cover;
        background-position: center; margin: 0 auto 14px; border: 3px solid var(--green-pale);
    }
    .author-widget h4 { border-bottom: none; padding-bottom: 0; margin-bottom: 6px; text-align: center; }
    .author-widget-role { font-size: 0.82rem; color: var(--pink); font-weight: 600; margin-bottom: 10px; }
    .author-widget-bio { font-size: 0.86rem; color: var(--text-light); line-height: 1.6; margin-bottom: 16px; }
    .btn-sm { padding: 8px 20px; font-size: 0.82rem; }

    .sidebar-search input { width: 100%; padding: 11px 16px; border: 1px solid var(--border); border-radius: 12px; font-size: 0.88rem; font-family: inherit; transition: var(--transition); }
    .sidebar-search input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(45,138,78,0.1); }
    .sidebar-links { list-style: none; }
    .sidebar-links li { border-bottom: 1px solid var(--border); }
    .sidebar-links li:last-child { border-bottom: none; }
    .sidebar-links a { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; color: var(--text); text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
    .sidebar-links a:hover { color: var(--pink); padding-left: 6px; }
    .sidebar-links .count { background: var(--green-pale); padding: 2px 10px; border-radius: 50px; font-size: 0.76rem; color: var(--green); }

    .sidebar-news-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
    .sidebar-news-item:last-child { border-bottom: none; padding-bottom: 0; }
    .sidebar-news-thumb { width: 60px; height: 60px; border-radius: 12px; background: var(--green-pale); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 1.1rem; background-size: cover; background-position: center; }
    .sidebar-news-item:nth-child(even) .sidebar-news-thumb { background: var(--pink-pale); color: var(--pink); }
    .sidebar-news-item:nth-child(3) .sidebar-news-thumb { background: linear-gradient(135deg, var(--green-pale), var(--pink-pale)); color: var(--green-light); }
    .sidebar-news-info h5 { font-size: 0.86rem; color: var(--green); margin-bottom: 4px; line-height: 1.35; }
    .sidebar-news-info h5 a { text-decoration: none; color: inherit; transition: var(--transition); }
    .sidebar-news-info h5 a:hover { color: var(--pink); }
    .sidebar-news-info .date { font-size: 0.76rem; color: var(--text-light); }

    .sidebar-subscribe { text-align: center; background: linear-gradient(135deg, var(--green), var(--green-light)); color: white; border: none; }
    .sidebar-subscribe h4 { color: white; border-bottom: none; padding-bottom: 0; }
    .sidebar-subscribe i { font-size: 2rem; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
    .sidebar-subscribe p { font-size: 0.86rem; color: rgba(255,255,255,0.85); margin: 12px 0 16px; }
    .subscribe-form { display: flex; flex-direction: column; gap: 10px; }
    .subscribe-form input { width: 100%; padding: 12px 16px; border: 1px solid rgba(255,255,255,0.3); border-radius: 12px; font-size: 0.88rem; font-family: inherit; background: rgba(255,255,255,0.15); color: white; }
    .subscribe-form input::placeholder { color: rgba(255,255,255,0.6); }
    .subscribe-form input:focus { outline: none; border-color: white; background: rgba(255,255,255,0.25); }
    .subscribe-form .btn { width: 100%; justify-content: center; }

    /* Responsive */
    @media (max-width: 1024px) {
        .article-layout { grid-template-columns: 1fr; }
        .article-sidebar { max-width: 600px; }
    }
    @media (max-width: 700px) {
        .article-title { font-size: 1.6rem; }
        .article-meta { gap: 16px; }
        .article-nav { grid-template-columns: 1fr; }
        .article-nav-next { text-align: left; }
        .article-body h2 { font-size: 1.3rem; }
        .article-body h3 { font-size: 1.1rem; }
		.program-text-block { padding: 28px 20px; }
    }
    /* SEO Block */
    .program-text-block {
        background: var(--bg-light);
        border-radius: var(--radius);
        padding: 48px 40px;
        margin-bottom: 56px;
        border: 1px solid var(--border);
    }
    .program-text-block h2 {
        font-family: 'Comfortaa', cursive;
        font-size: 1.6rem;
        color: var(--green);
        margin-bottom: 20px;
    }
    .program-text-block h3 {
        font-size: 1.25rem;
        color: var(--text);
        margin: 32px 0 14px;
    }
    .program-text-block p {
        color: var(--text-light);
        margin-bottom: 16px;
        font-size: 0.98rem;
        line-height: 1.8;
    }
    .program-text-block ul {
		color: var(--text-light);
		padding-left: 20px;
	}
    .program-text-block strong { color: var(--text); }
/*	404	*/
    .error-page {
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg) 100%);
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .error-content {
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

    .error-icon-wrapper {
        position: relative;
        display: inline-block;
        margin-bottom: 24px;
    }

    .error-icon {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, var(--green-pale), var(--pink-pale));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        color: var(--green);
        margin: 0 auto;
        box-shadow: 0 10px 30px rgba(45, 138, 78, 0.15);
        animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-15px); }
    }

    .error-dots {
        position: absolute;
        width: 80px;
        height: 80px;
        background-image: radial-gradient(circle, var(--pink) 2px, transparent 2px);
        background-size: 16px 16px;
        opacity: 0.2;
    }

    .error-dots.top-right { top: -10px; right: -30px; }
    .error-dots.bottom-left { bottom: -10px; left: -30px; }

    .error-title {
        font-family: 'Comfortaa', cursive;
        font-size: 8rem;
        font-weight: 900;
        background: linear-gradient(135deg, var(--green), var(--pink));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        margin-bottom: 16px;
        margin-top: -10px;
    }

    .error-subtitle {
        font-family: 'Comfortaa', cursive;
        font-size: 2rem;
        font-weight: 700;
        color: var(--green);
        margin-bottom: 24px;
    }

    .error-text {
        font-size: 1.1rem;
        color: var(--text-light);
        line-height: 1.7;
        margin-bottom: 40px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .error-buttons {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 48px;
    }

    .btn-outline-green {
        background: transparent;
        color: var(--green);
        border: 2px solid var(--green);
    }

    .btn-outline-green:hover {
        background: var(--green);
        color: white;
        transform: translateY(-2px);
    }

    .error-search {
        max-width: 450px;
        margin: 0 auto;
    }

    .search-label {
        font-size: 0.9rem;
        color: var(--text-light);
        margin-bottom: 12px;
    }

    .error-search-form {
        position: relative;
    }

    .error-search-form input {
        width: 100%;
        padding: 14px 50px 14px 20px;
        border: 2px solid var(--border);
        border-radius: 50px;
        font-size: 0.95rem;
        font-family: inherit;
        transition: var(--transition);
        background: var(--bg);
    }

    .error-search-form input:focus {
        outline: none;
        border-color: var(--pink);
        box-shadow: 0 0 0 4px rgba(232, 107, 152, 0.15);
    }

    .error-search-form button {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: none;
        background: linear-gradient(135deg, var(--green), var(--green-light));
        color: white;
        border-radius: 50%;
        cursor: pointer;
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .error-search-form button:hover {
        background: linear-gradient(135deg, var(--pink), var(--pink-light));
    }

    @media (max-width: 768px) {
        .error-title { font-size: 5rem; }
        .error-subtitle { font-size: 1.5rem; }
        .error-buttons { flex-direction: column; }
        .error-buttons .btn { width: 100%; justify-content: center; }
        .error-icon { width: 90px; height: 90px; font-size: 2.2rem; }
    }