/* ========== ПОЛНЫЙ РЕДИЗАЙН В ПАСТЕЛЬНЫХ ТОНАХ ========== */
/* Палитра: #c6566e, #f092a4, #29806d, #9ce7d3, #e8fecd, #c9f39d, #5cc37e, #20584f, #666666 */
/* Монохромные градиенты: зелёные (#20584f → #5cc37e), розовые (#c6566e → #f092a4) */
/* Все круглые элементы заменены на прямоугольные со скруглёнными углами (border-radius: 24px) */
/* Иконка VK в подвале на белом фоне, синяя; шрифт Vollkorn; увеличенные размеры */

@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;600;700;800&display=swap');



/* По умолчанию скрываем мобильные элементы */
.burger-menu,
.mobile-nav {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vollkorn', serif;
    line-height: 1.6;
    color: #20584f;
    background: #f7f7f7;
    font-size: 16px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

h1, h2, h3, h4, h5, h6, .page-title, .section-title, .nav-link, .stat-label, .ray-content h3, .menu-title, .schedule-title, .infrastructure-name, .transport-method, .vacancy-title, .benefit-title, .apply-title, .hero-title, .director-name, .camp-name h2 {
    font-family: 'Vollkorn', serif;
    font-weight: 700;
}

/* ========== ШАПКА ========== */
.header {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(32, 88, 79, 0.05);
    position: sticky !important;
    top: 0 !important;
    z-index: 1000;
}

.top-row {
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid rgba(158, 231, 211, 0.3);
}

.top-row-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-left {
    flex: 1;
}

.contact-link {
    color: #29806d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}
.contact-link:hover {
    color: #c6566e;
    text-decoration: none;
}

.logo-center {
    flex: 0 0 auto;
}
.logo-link {
    display: inline-block;
    transition: transform 0.2s;
}
.logo-link:hover {
    transform: scale(1.02);
}
.logo-image {
    height: 64px;
    width: auto;
    display: block;
}

.contact-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.fa-vk {
    font-size: 28px;
    color: #4A76A8;
    transition: color 0.2s, transform 0.2s;
}
.fa-vk:hover {
    color: #2a4f6e;
    transform: scale(1.1);
}

.vk-link {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.question-link {
    background: #f092a4;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
}
.question-link:hover {
    background: #c6566e;
    text-decoration: none;
}

.buy-link {
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    padding: 8px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 8px 16px rgba(41, 128, 109, 0.15);
    transition: all 0.3s;
}
.buy-link:hover {
    color: #ffffff;
    background: #c6566e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(198, 86, 110, 0.3);
    text-decoration: none;
}

.nav-row {
    background: #ffffff;
    padding: 8px 0;
}
.nav-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 32px;
    padding: 0 32px;
}
.nav-link {
    color: #20584f;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
}
.nav-link:hover {
    color: #c6566e;
    border-bottom-color: #c6566e;
}
.nav-link.active {
    color: #c6566e;
    border-bottom-color: #c6566e;
    font-weight: 600;
}

/* ========== ОСНОВНОЙ КОНТЕНТ ========== */
.main-content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-content h1 {
    color: #29806d;
    margin-bottom: -10px;
    font-size: 44px;
}

.welcome-title {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #20584f;
    margin: 0 0 20px;
    padding: 40px 0;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #20584f;
    margin: 0px 0 0px;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #20584f;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.02em;
}
.section-title i {
    font-size: 44px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========== СЛАЙДЕР НОВОСТЕЙ ========== */
.news-slider-section {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    padding: 0 40px; /* небольшие отступы по бокам */
}
.slider-container {
    position: relative;
    width: 100%;
    aspect-ratio: 3/1;
    overflow: hidden;
    border-radius: 30px;
}
.slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #29806d;
    border: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(32, 88, 79, 0.15);
}
.slider-nav:hover {
    background: #c6566e;
    color: white;
    transform: translateY(-50%) scale(1.1);
}
.slider-nav.prev { left: -20px; } /* стрелка снаружи контейнера, но внутри секции с padding */
.slider-nav.next { right: -20px; }
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
}
.dot.active {
    background: #c6566e;
    transform: scale(1.2);
    box-shadow: 0 0 10px #c6566e;
}
.dot:hover {
    background: rgba(255,255,255,0.8);
    transform: scale(1.1);
}

/* ========== БЛОК СТАТИСТИКИ ========== */
.stats-section {
    padding: 10px 0;
    background: #f7f7f7;
}
.stats-title {
    text-align: center;
    color: #20584f;
    font-size: 46px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.stats-title i {
    font-size: 46px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}
.stat-card {
    text-align: center;
    transition: transform 0.3s;
}
.stat-card:hover {
    transform: translateY(-8px);
}
.stat-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 30px -10px rgba(41, 128, 109, 0.15);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #9ce7d3, #5cc37e) border-box;
    position: relative;
}
.stat-circle::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(156, 231, 211, 0.3), rgba(92, 195, 126, 0.3));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}
.stat-card:hover .stat-circle::before {
    opacity: 1;
}
.stat-number {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-unit {
    font-size: 20px;
    font-weight: 600;
    color: #c6566e;
    background: rgba(198, 86, 110, 0.1);
    padding: 2px 8px;
    border-radius: 30px;
    margin-top: 2px;
}
.stat-label {
    font-size: 18px;
    color: #20584f;
    line-height: 1.5;
    max-width: 150px;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
}
.stat-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #9ce7d3, #5cc37e);
}

/* ========== БЛОК ПРЕИМУЩЕСТВ ========== */
.sun-diagram-section {
    padding: 30px 0;
    background: #f7f7f7;
}
.sun-title {
    text-align: center;
    color: #20584f;
    font-size: 46px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.sun-title i {
    font-size: 52px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sun-diagram-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding: 20px;
}
.sun-center {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    width: 100%;
    max-width: 200px;
    height: 200px;
    z-index: 10;
    justify-self: center;
}
.sun-center-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 25px 40px -10px rgba(41, 128, 109, 0.3);
    animation: pulse 3s infinite;
    border: 4px solid white;
}
.sun-center-content i {
    font-size: 64px;
    margin-bottom: 10px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
}
.sun-center-content span {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.ray-card {
    width: 100%;
    height: 220px;
    aspect-ratio: 1/1;
    z-index: 5;
}
.ray-card-5, .ray-card-8 {
    aspect-ratio: auto;
}
.ray-card-5 .ray-content, .ray-card-8 .ray-content {
    aspect-ratio: auto;
    max-width: 100%;
    height: 220px;
    padding: 30px 20px;
}
.ray-content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(156, 231, 211, 0.2);
    transition: all 0.3s;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #9ce7d3, #5cc37e) border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ray-content:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 40px rgba(92, 195, 126, 0.2);
    z-index: 20;
}
.ray-content:hover p {
    display: block;
}
.ray-icon {
    width: 60px;
    height: 60px;
    background: rgba(156, 231, 211, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}
.ray-icon i {
    font-size: 28px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ray-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #20584f;
    margin-bottom: 5px;
    line-height: 1.2;
}
.ray-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.3;
    margin: 0;
    display: none;
}

.ray-card-1 { grid-column: 1 / 2; grid-row: 1 / 2; }
.ray-card-2 { grid-column: 4 / 5; grid-row: 1 / 2; }
.ray-card-3 { grid-column: 4 / 5; grid-row: 2 / 3; }
.ray-card-4 { grid-column: 4 / 5; grid-row: 3 / 4; }
.ray-card-5 { grid-column: 2 / 4; grid-row: 3 / 4; }
.ray-card-6 { grid-column: 1 / 2; grid-row: 3 / 4; }
.ray-card-7 { grid-column: 1 / 2; grid-row: 2 / 3; }
.ray-card-8 { grid-column: 2 / 4; grid-row: 1 / 2; }

@keyframes pulse {
    0% { box-shadow: 0 25px 40px -10px rgba(41, 128, 109, 0.3); }
    50% { box-shadow: 0 35px 50px -5px rgba(92, 195, 126, 0.3); }
    100% { box-shadow: 0 25px 40px -10px rgba(41, 128, 109, 0.3); }
}

/* ========== БЛОК ИНФРАСТРУКТУРЫ ========== */
.infrastructure-section {
    padding: 0px 0;
    background: #f7f7f7;
}
.infrastructure-title {
    text-align: center;
    color: #20584f;
    font-size: 46px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.infrastructure-title i {
    font-size: 52px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.infrastructure-slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}
.infrastructure-slider {
    display: flex;
    transition: transform 0.5s ease;
}
.infrastructure-slide {
    flex: 0 0 100%;
    padding: 40px 0;
}
.infrastructure-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 0 40px;
    align-items: center;
    text-align: justify
}
.gallery-main {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(156, 231, 211, 0.3);
    margin-bottom: 16px;
}
.gallery-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.gallery-main-img:hover {
    transform: scale(1.05);
}
.gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.thumbnail {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    opacity: 0.7;
}
.thumbnail:hover {
    opacity: 1;
    transform: translateY(-3px);
}
.thumbnail.active {
    border-color: #29806d;
    opacity: 1;
    box-shadow: 0 5px 15px rgba(41, 128, 109, 0.2);
}
.infrastructure-name {
    font-size: 36px;
    color: #20584f;
    margin-bottom: 20px;
    font-weight: 700;
}
.infrastructure-description {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
}
.infra-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #29806d;
    border: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(32, 88, 79, 0.1);
}
.infra-nav:hover {
    background: #c6566e;
    color: white;
    transform: translateY(-50%) scale(1.1);
}
.infra-nav.infra-prev { left: 20px; }
.infra-nav.infra-next { right: 20px; }
.infra-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}
.infra-dots .dot {
    background: rgba(41, 128, 109, 0.3);
}
.infra-dots .dot.active {
    background: #29806d;
}

/* ========== БЛОК FAQ ========== */
.faq-section {
    padding: 20px 0;
    background: #f7f7f7;
}
.faq-title {
    text-align: center;
    color: #20584f;
    font-size: 46px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.faq-title i {
    font-size: 52px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}
.faq-item {
    background: #ffffff;
    border-radius: 24px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(156, 231, 211, 0.1);
    overflow: hidden;
    border: 1px solid #e8fecd;
    transition: all 0.3s;
}
.faq-item:hover {
    box-shadow: 0 12px 30px rgba(92, 195, 126, 0.1);
    border-color: #5cc37e;
}
.faq-question {
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
}
.faq-question h3 {
    font-size: 19px;
    color: #20584f;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-right: 20px;
}
.faq-toggle {
    width: 30px;
    height: 30px;
    background: rgba(156, 231, 211, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #29806d;
    font-size: 16px;
    transition: all 0.3s;
    flex-shrink: 0;
}
.faq-question:hover .faq-toggle {
    background: #29806d;
    color: white;
    transform: rotate(90deg);
}
.faq-item.active .faq-toggle {
    background: #c6566e;
    color: white;
    transform: rotate(45deg);
}
.faq-answer {
    max-height: 0;
    padding: 0 28px;
    overflow: hidden;
    transition: all 0.3s;
    background: rgba(232, 254, 205, 0.2);
    border-top: 0 solid transparent;
    text-align: justify
}
.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px 28px 28px;
    border-top: 1px solid #e8fecd;
}
.faq-answer p {
    font-size: 17px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}
.faq-more {
    text-align: center;
    margin-top: 50px;
    padding: 48px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 20px 40px rgba(156, 231, 211, 0.1);
    border: 1px solid #e8fecd;
}
.faq-more h3 {
    font-size: 28px;
    color: #20584f;
    margin-bottom: 10px;
    font-weight: 700;
}
.faq-more p {
    font-size: 19px;
    color: #666666;
    margin-bottom: 25px;
}
.faq-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    padding: 16px 48px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 10px 20px rgba(41, 128, 109, 0.15);
}
.faq-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(92, 195, 126, 0.2);
}
.faq-button i {
    font-size: 24px;
}

/* ========== БЛОК ТРАНСПОРТ ========== */
.transport-section {
    padding: 20px 0;
    background: #f7f7f7;
}
.transport-title {
    text-align: center;
    color: #20584f;
    font-size: 46px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.transport-title i {
    font-size: 52px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.transport-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.transport-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
    transition: all 0.3s;
}
.transport-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px -12px rgba(92, 195, 126, 0.2);
    border-color: #5cc37e;
}
.transport-header {
    padding: 28px;
    background: linear-gradient(135deg, rgba(156, 231, 211, 0.1), rgba(92, 195, 126, 0.1));
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e8fecd;
}
.transport-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(41, 128, 109, 0.15);
}
.transport-method {
    font-size: 24px;
    color: #20584f;
    font-weight: 600;
    margin: 0;
}
.transport-content {
    padding: 28px;
    text-align: justify
}
.transport-description p {
    font-size: 17px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}
.transport-description strong {
    color: #29806d;
}
.transport-map {
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    margin-top: 20px;
}
.transport-coords {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #e8fecd, #c9f39d);
    border-radius: 30px;
}
.transport-coords p {
    font-size: 19px;
    color: #20584f;
    margin: 0;
}
.transport-coords i {
    color: #c6566e;
}
.transport-coords strong {
    color: #29806d;
}
.coords-hint {
    font-size: 16px !important;
    color: #666666 !important;
    margin-top: 10px !important;
}

/* ========== ПОДВАЛ ========== */
.footer {
    background: linear-gradient(135deg, #20584f, #29806d);
    color: white;
    padding: 60px 0 0;
    position: relative;
    margin-top: 20px;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9ce7d3, #5cc37e, #9ce7d3);
    background-size: 200% 100%;
    animation: gradientMove 3s infinite;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo-img {
    height: 60px;
    width: auto;
    background: white;
    border-radius: 12px;
    padding: 5px 10px;
}
.footer-description {
    font-size: 16px;
    line-height: 1.6;
    color: #e8fecd;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
}
.social-link {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A76A8;
    font-size: 24px;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-decoration: none;
}
.social-link:hover {
    background: white;
    color: #4A76A8;
    transform: translateY(-3px) scale(1.1);
}
.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: white;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #9ce7d3, #5cc37e);
}
.footer-menu, .footer-contacts {
    list-style: none;
    padding: 0;
}
.footer-menu li {
    margin-bottom: 10px;
}
.footer-menu a {
    color: #e8fecd;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    display: inline-block;
}
.footer-menu a:hover {
    color: #f092a4;
    transform: translateX(5px);
}
.footer-contacts li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    color: #e8fecd;
    font-size: 16px;
}
.footer-contacts i {
    color: #f092a4;
    font-size: 18px;
    margin-top: 2px;
    min-width: 20px;
}
.footer-contacts a {
    color: #e8fecd;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-contacts a:hover {
    color: #f092a4;
}
.footer-buttons {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    background: rgba(255,255,255,0.15);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.2);
}
.footer-btn i {
    font-size: 18px;
}
.footer-btn:hover {
    background: #c6566e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(198, 86, 110, 0.3);
}
.footer-btn-orange:hover {
    background: #f092a4;
}
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #e8fecd;
}
.footer-bottom p {
    margin: 0;
}
.footer-buttons-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-buttons-col .footer-buttons {
    margin-top: 0;
}

/* ========== СТРАНИЦА ПРОГРАММ ========== */
.programs-page {
    padding-top: 40px;
    background: #f7f7f7;
}
.programs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
}
.program-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    transition: all 0.3s;
    border: 1px solid #e8fecd;
}
.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -10px rgba(92, 195, 126, 0.2);
    border-color: #5cc37e;
}
.program-image {
    height: auto;
    aspect-ratio: 4 / 3;
}
.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.program-card:hover .program-image img {
    transform: scale(1.08);
}
.program-title {
    font-size: 24px;
    color: #20584f;
    margin: 16px 20px 8px;
    font-weight: 700;
}
.program-dates {
    font-size: 18px;
    color: #666666;
    margin: 0 20px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.program-dates::before {
    content: '\f073';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    color: #29806d;
}
.program-price {
    font-size: 28px;
    font-weight: 800;
    color: #c6566e;
    margin: 10px 20px;
}
.program-certificate {
    margin: 10px 20px 20px;
    padding: 8px 16px;
    background: #e8fecd;
    color: #20584f;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}
.program-certificate i {
    color: #5cc37e;
}
.program-buy-btn {
    display: block;
    width: calc(100% - 40px);
    margin: 20px 20px 24px;
    padding: 16px 0;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    box-shadow: 0 8px 16px rgba(41, 128, 109, 0.15);
}
.program-buy-btn:hover {
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0 15px 25px rgba(92, 195, 126, 0.2);
}

/* ========== МОДАЛЬНОЕ ОКНО ========== */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    background: white;
    border-radius: 32px;
    box-shadow: 0 40px 70px rgba(32, 88, 79, 0.2);
    animation: modalFadeIn 0.3s;
}
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 88, 79, 0.3);
    backdrop-filter: blur(5px);
    z-index: 1999;
}
.modal-content {
    padding: 40px;
    position: relative;
    text-align: center;
}
.close-modal {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 2001;
}
.close-modal:hover {
    color: #c6566e;
}
.modal-text {
    font-size: 17px;
    line-height: 1.7;
    color: #20584f;
    margin: 20px 0 30px;
    padding: 0 20px;
    text-align: left;
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #29806d #e8fecd;
}
.modal-text::-webkit-scrollbar {
    width: 8px;
}
.modal-text::-webkit-scrollbar-track {
    background: #e8fecd;
    border-radius: 10px;
}
.modal-text::-webkit-scrollbar-thumb {
    background: #29806d;
    border-radius: 10px;
}
.modal-text::-webkit-scrollbar-thumb:hover {
    background: #c6566e;
}
.modal-btn {
    display: inline-block;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    text-decoration: none;
    padding: 18px 52px;
    border-radius: 60px;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    margin: 10px 0;
    box-shadow: 0 8px 20px rgba(41, 128, 109, 0.15);
}
.modal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(92, 195, 126, 0.2);
}
.modal-title {
    font-size: 30px;
    color: #20584f;
    margin: 10px 0 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8fecd;
    font-weight: 700;
}
@keyframes modalFadeIn {
    from { opacity: 0; transform: translate(-50%, -60%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}
@keyframes overlayFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ========== СТРАНИЦА "СОБИРАЕМСЯ В ЛАГЕРЬ" ========== */
.preparing-page {
    padding-top: 40px;
    padding-bottom: 0px;
    background: #f7f7f7;
}
.page-title-small {
    margin: 0px 0 20px;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #20584f;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.preparing-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify
}
.preparing-section {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
}
.section-title {
    color: #20584f;
    font-size: 28px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #e8fecd;
    padding-bottom: 12px;
}
.section-title i {
    font-size: 30px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.subsection {
    margin-bottom: 25px;
}
.subsection-title {
    color: #c6566e;
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.subsection-title i {
    font-size: 20px;
    color: #c6566e;
}
.preparing-list {
    list-style: none;
    padding: 0;
}
.preparing-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #666666;
    font-size: 17px;
}
.preparing-list li::before {
    content: "●";
    color: #29806d;
    font-size: 18px;
    position: absolute;
    left: 4px;
    top: 0;
}
.tips-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}
.tip-card {
    padding: 24px;
    border-radius: 20px;
}
.allow-card {
    background: #e8fecd;
    border: 1px solid #c9f39d;
}
.forbid-card {
    background: #f092a4;
    border-left: 5px solid #c6566e;
    color: white;
}
.forbid-card .tip-title {
    color: white;
}
.forbid-card .tip-title i {
    color: white;
}
.forbid-card .simple-list li {
    color: white;
}
.forbid-card .simple-list li::before {
    color: white;
}

.tip-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    margin-bottom: 12px;
}
.allow-card .tip-title {
    color: #20584f;
}
.simple-list {
    list-style: none;
    padding-left: 30px;
}
.simple-list li {
    position: relative;
    margin-bottom: 5px;
    color: #666666;
    font-size: 17px;
}
.simple-list li::before {
    content: "•";
    position: absolute;
    left: -15px;
    color: inherit;
}
.important-note {
    background: #e8fecd;
    border-left: 6px solid #c6566e;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.important-note i {
    font-size: 34px;
    color: #c6566e;
}
.important-note p {
    color: #20584f;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
}
.medicine-section {
    border-left: 5px solid #c6566e;
}
.warning-title {
    color: #c6566e;
    border-bottom-color: #c6566e;
}
.warning-title i {
    color: #c6566e;
}
.warning-box {
    background: #f092a4;
    padding: 28px;
    border-radius: 20px;
    color: white;
}
.warning-box p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: white;
    font-size: 17px;
}
.special-note {
    background: white;
    padding: 16px;
    border-radius: 12px;
    font-weight: 500;
    color: #c6566e !important;
    border: 1px solid #c6566e;
    font-size: 17px;
}
.food-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.food-card {
    padding: 28px;
    border-radius: 24px;
}
.forbid-food {
    background: #f092a4;
    border-left: 5px solid #c6566e;
    color: white;
}
.forbid-food .food-title {
    color: white;
}
.forbid-food .food-title i {
    color: white;
}
.forbid-food .food-list li {
    color: white;
}
.forbid-food .food-list li::before {
    color: white;
}
.allow-food {
    background: #e8fecd;
}
.food-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    margin-bottom: 20px;
}
.allow-food .food-title {
    color: #20584f;
}
.food-list {
    list-style: none;
    padding: 0;
}
.food-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 17px;
}
.food-list li::before {
    content: "•";
    font-size: 20px;
    position: absolute;
    left: 5px;
}
.allow-food .food-list li::before {
    color: #29806d;
}
.pdf-downloads {
    margin-top: 30px;
    padding: 24px;
    background: #e8fecd;
    border-radius: 24px;
    border: 1px dashed #29806d;
}
.pdf-title {
    color: #29806d;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pdf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.pdf-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: white;
    border-radius: 16px;
    text-decoration: none;
    color: #20584f;
    transition: all 0.3s;
    border: 1px solid #c9f39d;
}
.pdf-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(41, 128, 109, 0.1);
    border-color: #29806d;
}
.pdf-link i {
    font-size: 26px;
    color: #c6566e;
}
.pdf-link span {
    font-size: 16px;
    flex: 1;
}

/* ========== СТРАНИЦА О ЛАГЕРЕ ========== */
.about-page {
    padding: 30px 0;
    padding-bottom: 0px;
    background: #f7f7f7;
}
.about-section {
    background: #ffffff;
    border-radius: 28px;
    padding: 48px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
}
.history-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.history-text {
    font-size: 19px;
    line-height: 1.8;
    color: #666666;
    text-align: justify
}
.history-paragraph {
    margin-bottom: 20px;
    text-indent: 30px;
}
.history-paragraph:first-child {
    font-weight: 500;
    color: #29806d;
}
.history-image img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 30px -10px rgba(41, 128, 109, 0.15);
    transition: transform 0.3s;
}
.history-image img:hover {
    transform: scale(1.02);
}
.director-section {
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
}
.director-section .section-title {
    color: white;
    border-bottom-color: rgba(255,255,255,0.3);
}
.director-section .section-title i {
    color: white;
}
.director-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-top: 30px;
}
.director-photo {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 30px -8px rgba(0,0,0,0.2);
    border: 3px solid white;
}
.director-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.director-name {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.director-quote {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}
.director-bio p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    opacity: 0.9;
    text-align: justify
}
.docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.doc-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    background: #f8fafc;
    border-radius: 20px;
    text-decoration: none;
    color: #20584f;
    transition: all 0.3s;
    border: 1px solid #e8fecd;
    position: relative;
    overflow: hidden;
}
.doc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(41, 128, 109, 0.1);
    border-color: #29806d;
    background: white;
}
.doc-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #29806d;
    transform: scaleY(0);
    transition: transform 0.3s;
}
.doc-card:hover::before {
    transform: scaleY(1);
}
.doc-icon {
    font-size: 36px;
    color: #c6566e;
    min-width: 50px;
    text-align: center;
}
.doc-info {
    flex: 1;
}
.doc-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #20584f;
}
.doc-type {
    font-size: 14px;
    color: #666666;
}
.doc-download {
    font-size: 20px;
    color: #29806d;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.doc-card:hover .doc-download {
    opacity: 1;
}

/* ========== СТРАНИЦА КОМАНДЫ ========== */
.team-page {
    padding: 40px 0;
    background: #f7f7f7;
}
.team-hero {
    background: linear-gradient(135deg, #20584f, #5cc37e);
    border-radius: 32px;
    padding: 40px 40px;
    margin-bottom: 40px;
    text-align: center;
    color: white;
    box-shadow: 0 20px 30px -8px rgba(41, 128, 109, 0.2);
}
.hero-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-subtitle {
    font-size: 20px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 10px;
}
.benefit-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 24px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(156, 231, 211, 0.1);
    transition: all 0.3s;
    border: 1px solid #e8fecd;
}
.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px -8px rgba(92, 195, 126, 0.15);
    border-color: #5cc37e;
}
.benefit-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 36px;
    box-shadow: 0 10px 20px rgba(41, 128, 109, 0.15);
}
.benefit-title {
    font-size: 22px;
    color: #20584f;
    margin-bottom: 10px;
    font-weight: 600;
}
.benefit-text {
    font-size: 17px;
    color: #666666;
}
.apply-card {
    background: linear-gradient(135deg, #29806d, #5cc37e);
    border-radius: 32px;
    padding: 40px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 20px 30px -8px rgba(41, 128, 109, 0.3);
    margin-bottom: 40px;
    margin-top: 40px;
}
.apply-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.apply-text {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}
.apply-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #20584f;
    padding: 18px 52px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.apply-button:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.vacancies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Два столбца равной ширины */
    gap: 25px;
    margin-top: 20px;
}
.vacancy-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(156, 231, 211, 0.1);
    border: 1px solid #e8fecd;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.vacancy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -8px rgba(92, 195, 126, 0.15);
    border-color: #5cc37e;
}
.vacancy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #29806d, #5cc37e);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.vacancy-card:hover::before {
    transform: scaleX(1);
}
.vacancy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.vacancy-title {
    font-size: 22px;
    color: #20584f;
    font-weight: 600;
}
.vacancy-badge {
    background: #e8fecd;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 14px;
    color: #666666;
}
.vacancy-salary {
    background: #f8fafc;
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.vacancy-salary i {
    color: #29806d;
}
.salary-amount {
    font-size: 24px;
    font-weight: 700;
    color: #29806d;
}
.salary-period {
    font-size: 16px;
    color: #666666;
}
.vacancy-requirements h4 {
    font-size: 17px;
    color: #20584f;
    margin-bottom: 10px;
}
.vacancy-requirements ul {
    list-style: none;
    padding: 0;
}
.vacancy-requirements li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666666;
}
.vacancy-requirements li::before {
    content: "•";
    color: #29806d;
    font-size: 20px;
    position: absolute;
    left: 4px;
    top: -2px;
}
.additional-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
    margin-top: 40px;
}
.additional-card i {
    font-size: 52px;
    color: #29806d;
}
.additional-content {
    flex: 1;
}
.additional-content h3 {
    font-size: 24px;
    color: #20584f;
    margin-bottom: 5px;
}
.additional-content p {
    color: #666666;
    font-size: 17px;
}
.additional-button {
    background: #29806d;
    color: white;
    padding: 16px 40px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: background 0.3s;
}
.additional-button:hover {
    background: #c6566e;
}

/* ========== СТРАНИЦА КОНТАКТЫ ========== */
.contacts-page {
    padding: 40px 0;
    background: #f7f7f7;
}
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 30px;
    align-items: stretch;
}
.contacts-info {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
}
.camp-name h2 {
    color: #20584f;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8fecd;
}
.info-block p {
    font-size: 19px;
    color: #20584f;
    margin-bottom: 20px;
}
.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.info-item i {
    font-size: 22px;
    color: #29806d;
    min-width: 25px;
    margin-top: 3px;
}
.info-item div {
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
}
.info-item a {
    color: #29806d;
    text-decoration: none;
    transition: color 0.3s;
}
.info-item a:hover {
    color: #c6566e;
}
.btn-requisites {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    padding: 18px 40px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 8px 16px rgba(41, 128, 109, 0.15);
}
.btn-requisites:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(92, 195, 126, 0.2);
}
.btn-requisites i {
    font-size: 22px;
}
.contacts-map {
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.3);
}

/* ========== СТРАНИЦА "О ЖИЗНИ" ========== */
.life-page {
    padding: 40px 0;
    background: #f7f7f7;
}
.schedule-section {
    background: #ffffff;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 15px 30px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
}
.schedule-header {
    text-align: center;
    margin-bottom: 50px;
}
.schedule-title {
    font-size: 40px;
    color: #20584f;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.schedule-title i {
    font-size: 44px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.schedule-subtitle {
    font-size: 20px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
}
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.timeline-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: 110px;
    top: 40px;
    bottom: -30px;
    width: 2px;
    background: linear-gradient(to bottom, #9ce7d3, #5cc37e);
    opacity: 0.5;
}
.timeline-item:last-child::before {
    display: none;
}
.timeline-time {
    width: 120px;
    padding-right: 20px;
    text-align: right;
    flex-shrink: 0;
}
.time-badge {
    display: inline-block;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(41, 128, 109, 0.15);
}
.double-time .time-badge {
    margin-bottom: 5px;
}
.double-time .time-badge.second {
    background: linear-gradient(135deg, #5cc37e, #29806d);
}
.timeline-content {
    display: flex;
    gap: 20px;
    flex: 1;
    background: #f8fafc;
    padding: 22px;
    border-radius: 28px;
    transition: all 0.3s;
    border: 1px solid #e8fecd;
    text-align: justify
}
.timeline-content:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px -5px rgba(92, 195, 126, 0.1);
    border-color: #5cc37e;
}
.timeline-icon {
    width: 60px;
    height: 60px;
    background: rgba(156, 231, 211, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.timeline-icon i {
    font-size: 28px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timeline-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #20584f;
    margin-bottom: 5px;
}
.timeline-text p {
    font-size: 17px;
    color: #666666;
    margin: 0;
}
.schedule-note {
    margin-top: 50px;
    padding: 24px 32px;
    background: #e8fecd;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #c9f39d;
}
.schedule-note i {
    font-size: 34px;
    color: #c6566e;
}
.schedule-note p {
    font-size: 18px;
    color: #20584f;
    margin: 0;
}
.menu-section {
    margin-top: 60px;
}
.menu-title {
    font-size: 40px;
    color: #20584f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}
.menu-title i {
    font-size: 44px;
    background: linear-gradient(135deg, #20584f, #5cc37e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 20px;
    color: #666666;
}
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}
.menu-card {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 25px -8px rgba(156, 231, 211, 0.2);
    border: 1px solid #e8fecd;
    transition: all 0.3s;
}
.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -10px rgba(92, 195, 126, 0.15);
    border-color: #5cc37e;
}
.menu-card-header {
    padding: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
}
.menu-card-header::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
/* Все приёмы пищи в единой зелёной гамме */
.menu-card-header.breakfast,
.menu-card-header.lunch,
.menu-card-header.snack,
.menu-card-header.dinner,
.menu-card-header.second-dinner {
    background: linear-gradient(135deg, #29806d, #5cc37e);
}
.menu-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.menu-meal {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    flex: 1;
}
.menu-time {
    font-size: 16px;
    background: rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 30px;
}
.menu-card-body {
    padding: 24px;
}
.menu-photo {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.menu-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.menu-card:hover .menu-photo img {
    transform: scale(1.05);
}
.menu-list {
    list-style: none;
    padding: 0;
}
.menu-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}
.menu-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #29806d;
    font-size: 20px;
}
.menu-reference {
    background: linear-gradient(135deg, #e8fecd, #c9f39d);
    border-radius: 32px;
    padding: 40px;
    margin: 50px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: center;
    border: 1px solid #9ce7d3;
}
.reference-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #29806d, #5cc37e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    box-shadow: 0 10px 20px rgba(41, 128, 109, 0.15);
}
.reference-text h4 {
    font-size: 24px;
    color: #20584f;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: justify
}
.reference-text p {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify
}
.reference-text strong {
    color: #29806d;
}
.reference-note {
    font-style: italic;
    color: #c6566e !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f092a4;
}
.reference-photo {
    width: 200px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px -8px rgba(32, 88, 79, 0.2);
}
.reference-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-footer {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 30px 40px;
    background: #e8fecd;
    border-radius: 60px;
}
.menu-footer p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #20584f;
    margin: 0;
}
.menu-footer i {
    color: #5cc37e;
    font-size: 22px;
}
.menu-disclaimer {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #666666;
    font-style: italic;
}

/* ========== АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ ========== */
@media (max-width: 1200px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .programs-grid,
    .menu-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========== АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ (МАЛЫЕ) ========== */
@media (max-width: 900px) {
    /* Шапка */
    .top-row-container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .contact-left,
    .contact-right {
        flex: 0 0 100%;
        text-align: center;
        justify-content: center;
    }
    .contact-right {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .logo-image {
        height: 55px;
    }
    .nav-menu {
        gap: 15px;
        padding: 0 15px;
    }
    .nav-link {
        font-size: 15px;
        white-space: normal;
        text-align: center;
    }

    /* Слайдер */
    .news-slider-section {
        padding: 0 10px;
    }
    .slider-nav {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
    .slider-nav.prev { left: 5px; }
    .slider-nav.next { right: 5px; }

    /* ===== СТАТИСТИКА В ДВА СТОЛБЦА ===== */

    /* Сетка статистики */
    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; /* Два столбца */
        gap: 15px !important;
        padding: 0 10px;
    }

    /* Карточка статистики */
    .stat-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* Круг с цифрой */
    .stat-circle {
        width: 120px !important;
        height: 120px !important;
        margin: 0 auto 0px !important;
        border-radius: 20px !important;
    }

    .stat-number {
        font-size: 36px !important;
        line-height: 1.1 !important;
    }

    .stat-unit {
        font-size: 16px !important;
        padding: 2px 8px !important;
    }

    /* Текст под кругом */
    .stat-label {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        display: block !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        padding-top: 0px !important;
        max-width: 140px !important; /* Ограничиваем ширину для лучшей читаемости */
    }

    /* Убираем декоративную линию */
    .stat-label::after {
        display: none !important;
    }

    /* Инфраструктура */
    .infrastructure-content {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    .gallery-main {
        height: 350px;
    }

    /* Транспорт и контакты */
    .transport-container,
    .contacts-grid,
    .history-content,
    .director-card {
        grid-template-columns: 1fr;
    }

    /* Футер */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Солнышко (преимущества) */
    .sun-diagram-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .sun-center {
        display: none !important;
    }
    .ray-card-1, .ray-card-2, .ray-card-3, .ray-card-4,
    .ray-card-5, .ray-card-6, .ray-card-7, .ray-card-8 {
        grid-column: auto;
        grid-row: auto;
    }
}

img, video, iframe, table, .container, .row, [class*="grid"] {
    max-width: 100%;
    height: auto;
}

/* ========== АДАПТАЦИЯ ДЛЯ ТЕЛЕФОНОВ (до 600px) ========== */
@media (max-width: 600px) {

    /* Основной контейнер */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
    }

    /* --- Заголовки --- */
    .page-title,
    .stats-title,
    .sun-title,
    .infrastructure-title,
    .faq-title,
    .transport-title,
    .schedule-title,
    .menu-title {
        font-size: 24px;
    }
    .section-title {
        font-size: 24px;
    }
    .main-content .welcome-title {
        font-size: 24px;
    }

    /* Уменьшаем значки рядом с заголовками */
    .section-title i,
    .stats-title i,
    .sun-title i,
    .infrastructure-title i,
    .faq-title i,
    .transport-title i,
    .schedule-title i,
    .menu-title i {
        font-size: 24px; /* Подберите нужный размер */
    }

    /* --- Сетки --- */
    .programs-grid,
    .menu-grid,
    .benefits-grid,
    .vacancies-grid,
    .docs-grid,
    .food-grid {
        grid-template-columns: 1fr;
    }

    /* Вариант 2: Если это блок "Солнышко" с классами ray-card */
    .sun-diagram-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .sun-diagram-container .ray-card {
        width: 100% !important;
        max-width: 100% !important;
    }

    @media (max-width: 600px) {
    /* ... ваши существующие стили ... */

    /* ===== ИНФРАСТРУКТУРА - МОБИЛЬНАЯ ВЕРСИЯ ===== */

    /* Контейнер слайдера */
    .infrastructure-slider-container {
        padding: 0 10px;
        position: relative;
    }

    /* Слайдер */
    .infrastructure-slider {
        transition: transform 0.3s ease;
    }

    /* Слайд */
    .infrastructure-slide {
        padding: 15px 0 25px;
    }

    /* Контент слайда - вертикальное расположение */
    .infrastructure-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 5px;
    }

    /* Галерея */
    .infrastructure-gallery {
        width: 100%;
        order: 1; /* Галерея сверху */
    }

    /* Основное изображение в галерее */
    .gallery-main {
        width: 100%;
        aspect-ratio: 4 / 3 !important; /* Соотношение 4:3 */
        height: auto !important; /* Отменяем фиксированную высоту */
        max-height: none !important;
        border-radius: 16px;
        overflow: hidden;
    }

    /* Само изображение */
    .gallery-main-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; /* Обрезает изображение, чтобы заполнить контейнер */
        display: block;
    }

    /* Миниатюры тоже делаем 4:3 для единообразия */
    .thumbnail {
        aspect-ratio: 4 / 3 !important;
        height: auto !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 8px;
    }

    /* Контейнер миниатюр */
    .gallery-thumbnails {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-top: 10px;
    }

    .thumbnail.active {
        border-color: #29806d;
        opacity: 1;
    }

    .thumbnail:active {
        transform: scale(0.95);
    }

    /* Информация об объекте */
    .infrastructure-info {
        order: 2; /* Текст снизу */
        padding: 0 5px;
        text-align: justify;
    }

    .infrastructure-name {
        font-size: 22px;
        margin-bottom: 10px;
        color: #20584f;
        font-weight: 700;
        line-height: 1.3;
    }

    .infrastructure-description {
        font-size: 15px;
        line-height: 1.6;
        color: #666666;
        margin: 0;
    }

    /* Навигационные стрелки */
    .infra-nav {
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 10px rgba(0,0,0,0.15);
        font-size: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 110px; /* Фиксируем на уровне галереи */
        transform: translateY(0);
        z-index: 20;
        border: none;
        cursor: pointer;
    }

    .infra-nav.infra-prev {
        left: 15px;
    }

    .infra-nav.infra-next {
        right: 15px;
    }

    .infra-nav:hover {
        transform: scale(1.05);
    }

    .infra-nav:active {
        transform: scale(0.95);
    }

    /* Точки навигации */
    .infra-dots {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 10px 0 5px;
        padding: 5px 0;
    }

    .infra-dots .dot {
        width: 8px;
        height: 8px;
        background: rgba(41, 128, 109, 0.3);
        border-radius: 50%;
        transition: all 0.2s;
    }

    .infra-dots .dot.active {
        width: 20px;
        border-radius: 10px;
        background: #29806d;
    }

    /* Убираем стандартные стрелки для очень маленьких */
    .infra-nav i {
        font-size: 16px;
    }
}

    /* --- Слайдер --- */
    .slider-container {
        aspect-ratio: 4/3;
    }
    .slider-nav {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    /* --- Карточки статистики --- */
    .stat-card {
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
    }
    .stat-circle {
        width: 100px;
        height: 100px;
        margin: 0;
    }
    .stat-label {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        display: block !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        padding-top: 8px !important;
        max-width: 140px !important; /* Ограничиваем ширину для лучшей читаемости */
    }
    .stat-label::after {
        display: none;
    }

    /* --- Расписание дня --- */
    .timeline-item {
        flex-direction: column;
        gap: 10px;
    }
    .timeline-item::before {
        display: none;
    }
    .timeline-time {
        width: auto;
        text-align: left;
    }
    .timeline-content {
        margin-left: 20px;
    }

    /* --- FAQ --- */
    .faq-question h3 {
        font-size: 16px;
        text-align: justify
    }
    .faq-more {
        padding: 30px 20px;
    }
    .faq-more h3 {
        font-size: 22px;
    }

    /* --- Меню --- */
    .menu-reference {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px;
    }
    .reference-icon {
        margin: 0 auto;
    }
    .reference-photo {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    /* --- Подвал --- */
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-social {
        justify-content: center;
    }
    .footer-contacts li {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    /* --- Карточки программ --- */
    .program-card {
        max-width: 400px;
        margin: 0 auto;
    }

    /* --- Документы --- */
    .doc-card {
        flex-wrap: wrap;
    }

    /* ========== МОБИЛЬНАЯ ШАПКА С БУРГЕРОМ ========== */

    /* Показываем бургер и мобильное меню */
    .burger-menu,
    .mobile-nav.active {
        display: block;
    }

    /* Скрываем почту слева */
    .contact-left {
        display: none;
    }

    /* Контейнер верхней строки: flex, элементы в ряд */
    .top-row-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        padding: 0 15px;
        margin-bottom: -7px;
    }

    /* Бургер */
    .burger-menu {
        flex-shrink: 0;
        margin-right: 8px;
    }
    .burger-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: transparent;
        color: #20584f;
        font-size: 24px;
        cursor: pointer;
        transition: color 0.2s;
    }
    .burger-icon:hover {
        color: #c6566e;
    }

    /* Логотип — сразу после бургера */
    .logo-center {
        flex: 0 0 auto;
        margin-right: auto;
    }
    .logo-image {
        height: 50px;
        width: auto;
    }

    /* Правая часть: VK + кнопка */
    .contact-right {
        flex: 0 1 auto;
        display: flex !important;
        align-items: center;
        gap: 5px;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }

    .fa-vk {
        font-size: 36px;
        color: #4A76A8;
        flex-shrink: 0;
    }

    .buy-link {
        padding: 4px 8px;
        font-size: 16px;
        white-space: nowrap;
        background: linear-gradient(135deg, #29806d, #5cc37e);
        color: white;
        border-radius: 40px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 3px;
        line-height: 1.2;
    }
    .buy-link i {
        font-size: 12px;
        margin-right: 2px;
    }

    /* Мобильное меню */
    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(32, 88, 79, 0.1);
        z-index: 999;
        border-radius: 0 0 24px 24px;
        overflow: hidden;
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .mobile-nav-menu {
        list-style: none;
        padding: 15px 20px;
        margin: 0;
    }

    .mobile-nav-menu li {
        margin-bottom: 12px;
    }
    .mobile-nav-menu li:last-child {
        margin-bottom: 0;
    }

    .mobile-nav-menu a {
        display: block;
        color: #20584f;
        font-size: 18px;
        font-weight: 500;
        padding: 8px 0;
        border-bottom: 1px solid rgba(156, 231, 211, 0.3);
        transition: color 0.2s;
        text-decoration: none;
    }

    .mobile-nav-menu a:hover {
        color: #c6566e;
    }

    .mobile-email a {
        color: #29806d;
        font-weight: 600;
        border-bottom: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .mobile-email i {
        font-size: 18px;
    }

    /* Скрываем обычное меню */
    .nav-row {
        display: none;
    }

    /* Фиксируем шапку (ТОЛЬКО STICKY, БЕЗ СКРЫТИЯ) */
    .header {
        position: sticky;
        top: 0;
        transition: transform 0.3s ease;
        transform: translateY(0);
    }

    /* Класс для скрытия шапки при скролле вниз */
    .header.header-hidden {
        transform: translateY(-100%);
    }

    /* Добавляем отступ для контента, чтобы текст не уходил под шапку */
    .main-content,
    .preparing-page,
    .team-page,
    .about-page,
    .contacts-page,
    .programs-page,
    .life-page {
        transition: margin-top 0.3s ease;
    }

    /* Контейнер изображения */
    .history-image {
        width: 100% !important;
        margin: 0px 0 0px !important;
        order: -1 !important; /* Перемещаем фото наверх, если нужно */
    }

    /* Само изображение */
    .history-image img {
        width: 100% !important;
        height: auto !important;
        max-height: 350px !important; /* Ограничиваем максимальную высоту */
        object-fit: cover !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
    }

    /* Если фото в сетке с текстом */
    .history-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    /* Текст истории */
    .history-text {
        order: 0 !important;
        width: 95% !important;
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: justify !important;
    }

    /* Абзацы в тексте истории */
    .history-paragraph {
        margin-bottom: 15px !important;
        text-indent: 20px !important;
    }

    /* Секция руководителя */
    .director-section {
        padding: 30px 15px !important;
        margin: 20px 0 !important;
        border-radius: 24px !important;
    }

    /* Заголовок секции */
    .director-section .section-title {
        font-size: 26px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        justify-content: center !important;
    }

    /* Карточка руководителя */
    .director-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    /* Фото руководителя */
    .director-photo {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
        border: 3px solid white !important;
    }

    .director-photo img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        transition: transform 0.3s ease !important;
    }

    .director-photo:hover img {
        transform: scale(1.05) !important;
    }

    /* Информация о руководителе */
    .director-info {
        text-align: center !important;
        padding: 0 5px !important;
    }

    /* Имя руководителя */
    .director-name {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }

    /* Цитата */
    .director-quote {
        font-size: 18px !important;
        font-style: italic !important;
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 2px solid rgba(255,255,255,0.2) !important;
        line-height: 1.5 !important;
    }

    /* Биография */
    .director-bio p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        margin-bottom: 12px !important;
        text-align: justify !important;
        hyphens: auto !important;
    }

    /* ===== БЛОК ДОКУМЕНТОВ - МОБИЛЬНАЯ ВЕРСИЯ ===== */

    .about-section {
        padding: 30px 0 !important; /* Убираем боковые отступы у секции */
        width: 100% !important;

    }

    /* Контейнер внутри секции */
    .about-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Заголовок секции */
    .about-section .section-title {
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 24px !important;
        margin-bottom: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        border-bottom: none !important; /* Убираем линию, если она есть */
    }

    /* Иконка в заголовке */
    .about-section .section-title i {
        font-size: 24px !important;
        display: inline-block !important;
    }

    /* Сетка документов */
    .docs-grid {
        display: grid !important;
        grid-template-columns: 1fr !important; /* Одна колонка */
        gap: 12px !important;
        margin: 20px 0 !important;
    }

    /* Карточка документа */
    .doc-card {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
        padding: 16px 18px !important;
        background: #ffffff !important;
        border-radius: 18px !important;
        text-decoration: none !important;
        color: #20584f !important;
        transition: all 0.3s ease !important;
        border: 1px solid #e8fecd !important;
        position: relative !important;
        overflow: hidden !important;
        width: 100% !important; /* Уже есть */
        max-width: 100% !important; /* Добавляем */
        box-sizing: border-box !important; /* Учитываем padding в ширине */
        margin: 0 !important; /* Убираем возможные внешние отступы */
        left: 0 !important;
        right: 0 !important;
    }

    /* Эффект при нажатии */
    .doc-card:active {
        transform: scale(0.98) !important;
        background: #f8fafc !important;
    }

    /* Полоска слева при наведении/нажатии */
    .doc-card::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 4px !important;
        background: #29806d !important;
        transform: scaleY(0) !important;
        transition: transform 0.2s ease !important;
    }

    .doc-card:hover::before,
    .doc-card:active::before {
        transform: scaleY(1) !important;
    }

    /* Иконка документа */
    .doc-icon {
        font-size: 32px !important;
        color: #c6566e !important;
        min-width: 45px !important;
        text-align: center !important;
        flex-shrink: 0 !important;
    }

    /* Информация о документе */
    .doc-info {
        flex: 1 !important;
        min-width: 0 !important; /* Для корректного переноса текста */
    }

    /* Название документа */
    .doc-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin-bottom: 4px !important;
        color: #20584f !important;
        line-height: 1.4 !important;
        word-break: break-word !important;
    }

    /* Тип документа */
    .doc-type {
        font-size: 13px !important;
        color: #666666 !important;
        display: block !important;
    }

    /* Иконка скачивания */
    .doc-download {
        font-size: 18px !important;
        color: #29806d !important;
        opacity: 0.7 !important;
        transition: opacity 0.2s ease !important;
        flex-shrink: 0 !important;
        margin-left: 5px !important;
    }

    .doc-card:hover .doc-download,
    .doc-card:active .doc-download {
        opacity: 1 !important;
    }

    /* ===== СТРАНИЦА "СОБИРАЕМСЯ В ЛАГЕРЬ" - МОБИЛЬНАЯ ВЕРСИЯ ===== */

    /* Основной контейнер страницы */
    .preparing-page {
        padding: 20px 0 !important;
    }

    /* Заголовок страницы */
    .page-title-small {
        font-size: 24px !important;
        margin: 0 0 20px !important;
        text-align: center !important;
        line-height: 1.3 !important;
        padding: 0 15px !important;
    }

    /* Контейнер с контентом */
    .preparing-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    /* Секции на странице */
    .preparing-section {
        padding: 25px 20px !important;
        margin-bottom: 20px !important;
        border-radius: 24px !important;
        background: #ffffff !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    }

    /* Заголовки секций */
    .preparing-section .section-title {
        font-size: 22px !important;
        margin-bottom: 20px !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        border-bottom: 2px solid #e8fecd !important;
        padding-bottom: 12px !important;
    }

    .preparing-section .section-title i {
        font-size: 24px !important;
    }

    /* Заголовок "На регистрацию необходимо принести" */
    .documents-section .section-title {
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
        border-bottom: 2px solid #e8fecd !important;
        padding-bottom: 12px !important;
    }

    /* Заголовок "При отправлении ребенка в лагерь" */
    .clothes-section .section-title {
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
        border-bottom: 2px solid #e8fecd !important;
        padding-bottom: 12px !important;
    }

    /* Подзаголовки */
    .subsection-title {
        font-size: 20px !important;
        margin: 20px 0 15px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .subsection-title i {
        font-size: 18px !important;
    }

    /* Списки */
    .preparing-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .preparing-list li {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
        padding-left: 22px !important;
        position: relative !important;
        text-align: justify !important;
        word-break: break-word !important;
    }

    .preparing-list li::before {
        font-size: 16px !important;
        left: 4px !important;
    }

    /* Сетка с советами (можно/нельзя) */
    .tips-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 20px !important;
    }

    /* Карточки советов */
    .tip-card {
        padding: 20px !important;
        border-radius: 18px !important;
        width: 100% !important;
    }

    .allow-card {
        background: #e8fecd !important;
    }

    .forbid-card {
        background: #f092a4 !important;
    }

    .tip-title {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .tip-title i {
        font-size: 20px !important;
    }

    /* Списки в карточках */
    .simple-list {
        padding-left: 20px !important;
    }

    .simple-list li {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 6px !important;
        color: inherit !important;
        text-align: left !important;
    }

    /* Важное примечание */
    .important-note {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
        border-radius: 18px !important;
        margin: 20px 0 !important;
    }

    .important-note i {
        font-size: 40px !important;
        text-align: center !important;
    }

    .important-note p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        text-align: justify !important;
        margin: 0 !important;
    }

    /* Сетка с едой */
    .food-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }

    .food-card {
        padding: 20px !important;
        border-radius: 18px !important;
        width: 100% !important;
    }

    .food-title {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .food-title i {
        font-size: 22px !important;
    }

    .food-list li {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
        padding-left: 20px !important;
        text-align: left !important;
    }

    /* Блок с PDF */
    .pdf-downloads {
        padding: 20px !important;
        border-radius: 18px !important;
        margin-top: 25px !important;
    }

    .pdf-title {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .pdf-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .pdf-link {
        padding: 15px !important;
        border-radius: 16px !important;
        font-size: 15px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .pdf-link i {
        font-size: 24px !important;
    }

    .pdf-link span {
        flex: 1 !important;
        line-height: 1.4 !important;
    }

    /* Предупреждения */
    .warning-box {
        padding: 20px !important;
        border-radius: 18px !important;
    }

    .warning-box p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
        text-align: justify !important;
    }

    .special-note {
        padding: 12px !important;
        font-size: 15px !important;
        text-align: center !important;
        margin-top: 10px !important;
    }

    /* ===== СТРАНИЦА "О ЖИЗНИ В ЛАГЕРЕ" - МОБИЛЬНАЯ ВЕРСИЯ ===== */

    /* Основной контейнер */
    .life-page {
        padding: 20px 0 !important;
    }

    /* Секция расписания */
    .schedule-section {
        padding: 25px 15px !important;
        border-radius: 24px !important;
        margin-bottom: 25px !important;
    }

    /* Заголовок расписания */
    .schedule-title {
        font-size: 26px !important;
        margin-bottom: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        text-align: center !important;
    }

    .schedule-title i {
        font-size: 28px !important;
    }

    /* Подзаголовок расписания */
    .schedule-subtitle {
        font-size: 16px !important;
        margin-bottom: -20px !important;
        text-align: center !important;
        padding: 0 0px !important;
    }

    /* Таймлайн (расписание дня) */
    .timeline {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* Элемент таймлайна */
    .timeline-item {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 20px !important;
        position: relative !important;
    }

    /* Убираем вертикальную линию */
    .timeline-item::before {
        display: none !important;
    }

    /* Время */
    .timeline-time {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }

    .time-badge {
        font-size: 15px !important;
        padding: 6px 14px !important;
        display: inline-block !important;
    }

    /* Двойное время (для завтрака/обеда и т.д.) */
    .double-time {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .double-time .time-badge {
        margin-bottom: 0 !important;
    }

    /* Контент таймлайна */
    .timeline-content {
        display: flex !important;
        gap: 15px !important;
        padding: 16px 18px !important;
        border-radius: 20px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .timeline-content:hover {
        transform: translateX(5px) !important;
    }

    /* Иконка */
    .timeline-icon {
        width: 50px !important;
        height: 50px !important;
        flex-shrink: 0 !important;
    }

    .timeline-icon i {
        font-size: 24px !important;
    }

    /* Текст */
    .timeline-text {
        flex: 1 !important;
    }

    .timeline-text h3 {
        font-size: 17px !important;
        margin-bottom: 4px !important;
    }

    .timeline-text p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Примечание к расписанию */
    .schedule-note {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 20px !important;
        border-radius: 24px !important;
        margin-top: 30px !important;
        text-align: center !important;
    }

    .schedule-note i {
        font-size: 36px !important;
    }

    .schedule-note p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }

    /* Секция меню */
    .menu-section {
        margin-top: 30px !important;
    }

    /* Заголовок меню */
    .menu-title {
        font-size: 26px !important;
        margin-bottom: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .menu-title i {
        font-size: 28px !important;
    }

    /* Вступление к меню */
    .menu-intro {
        font-size: 16px !important;
        margin: 0 0 25px 0 !important;
        padding: 0 10px !important;
        text-align: center !important;
    }

    /* Сетка меню */
    .menu-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 30px !important;
    }

    /* Карточка меню */
    .menu-card {
        width: 100% !important;
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    /* Заголовок карточки */
    .menu-card-header {
        padding: 18px 20px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .menu-icon {
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
        flex-shrink: 0 !important;
    }

    .menu-meal {
        font-size: 20px !important;
        margin: 0 !important;
        flex: 1 !important;
    }

    .menu-time {
        font-size: 14px !important;
        padding: 4px 10px !important;
        white-space: nowrap !important;
    }

    /* Тело карточки */
    .menu-card-body {
        padding: 20px !important;
    }

    /* Фото блюда */
    .menu-photo {
        height: 160px !important;
        border-radius: 16px !important;
        margin-bottom: 16px !important;
    }

    /* Список блюд */
    .menu-list {
        margin: 0 !important;
        padding: 0 !important;
    }

    .menu-list li {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 8px !important;
        padding-left: 20px !important;
    }

    /* Блок с информацией о питании */
    .menu-reference {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 25px 20px !important;
        border-radius: 24px !important;
        margin: 30px 0 !important;
    }

    .reference-icon {
        width: 70px !important;
        height: 70px !important;
        font-size: 32px !important;
        margin: 0 auto !important;
    }

    .reference-text {
        text-align: center !important;
    }

    .reference-text h4 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .reference-text p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 8px !important;
        text-align: justify !important;
    }

    .reference-note {
        font-size: 14px !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    .reference-photo {
        width: auto !important;
        height: 100% !important;
        max-height: 440px !important;
        border-radius: 16px !important;
        margin: 0 auto !important;
    }

    /* Футер меню */
    .menu-footer {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
        border-radius: 24px !important;
        margin-top: 25px !important;
    }

    .menu-footer p {
        font-size: 15px !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        justify-content: center !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .menu-footer i {
        font-size: 18px !important;
    }

    /* Дисклеймер */
    .menu-disclaimer {
        font-size: 13px !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        color: #999 !important;
    }

    /* ===== СТРАНИЦА "СТАТЬ ЧАСТЬЮ КОМАНДЫ" - МОБИЛЬНАЯ ВЕРСИЯ ===== */

    /* Основной контейнер */
    .team-page {
        padding: 20px 0 !important;
    }

    /* Hero-блок */
    .team-hero {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    .hero-title {
        font-size: 24px !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }

    .hero-subtitle {
        font-size: 16px !important;
        line-height: 1.5 !important;
        opacity: 0.9 !important;
        max-width: 100% !important;
        padding: 0 5px !important;
    }

    /* Секция с преимуществами */
    .team-page .container:first-of-type .section-title {
        margin-bottom: -10px !important;
    }

    /* Сетка преимуществ */
    .benefits-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin: 20px 0 !important;
    }

    /* Карточка преимущества */
    .benefit-card {
        display: flex !important;
        align-items: center !important;
        gap: 20px !important;
        padding: 20px !important;
        border-radius: 20px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .benefit-icon {
        width: 70px !important;
        height: 70px !important;
        font-size: 30px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .benefit-content {
        flex: 1 !important;
    }

    .benefit-title {
        font-size: 18px !important;
        margin-bottom: 5px !important;
        text-align: left !important;
    }

    .benefit-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    /* Заголовок в карточке */
    .benefit-card .benefit-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }

    /* Основной текст в карточке */
    .benefit-card .benefit-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
        color: #666666 !important;
    }

    /* Если нужно изменить размер иконки */
    .benefit-card .benefit-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 28px !important;
    }

    /* Если текст находится внутри p без класса */
    .benefit-card p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* Карточка "Присоединяйся к команде" */
    .apply-card {
        padding: 30px 20px !important;
        border-radius: 24px !important;
        margin: 30px 0 !important;
        text-align: center !important;
    }

    .apply-title {
        font-size: 26px !important;
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }

    .apply-text {
        font-size: 16px !important;
        margin-bottom: 25px !important;
        line-height: 1.5 !important;
    }

    .apply-button {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 16px 30px !important;
        font-size: 18px !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }

    /* Сетка вакансий */
    .vacancies-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin: 20px 0 !important;
    }

    /* Карточка вакансии */
    .vacancy-card {
        padding: 22px !important;
        border-radius: 20px !important;
        width: 100% !important;
    }

    .vacancy-header {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 15px !important;
    }

    .vacancy-title {
        font-size: 20px !important;
        flex: 1 !important;
        min-width: 200px !important;
    }

    .vacancy-badge {
        font-size: 13px !important;
        padding: 4px 10px !important;
        white-space: nowrap !important;
    }

    /* Блок с зарплатой */
    .vacancy-salary {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 12px 15px !important;
        border-radius: 16px !important;
        margin-bottom: 15px !important;
    }

    .vacancy-salary i {
        font-size: 18px !important;
    }

    .salary-amount {
        font-size: 22px !important;
        font-weight: 700 !important;
    }

    .salary-period {
        font-size: 15px !important;
    }

    /* Требования */
    .vacancy-requirements {
        margin-top: 15px !important;
    }

    .vacancy-requirements h4 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .vacancy-requirements ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .vacancy-requirements li {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 6px !important;
        padding-left: 18px !important;
    }

    /* Дополнительная карточка */
    .additional-card {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 25px !important;
        border-radius: 24px !important;
        margin-top: 30px !important;
        text-align: center !important;
    }

    .additional-card i {
        font-size: 48px !important;
        margin: 0 auto !important;
    }

    .additional-content {
        text-align: center !important;
    }

    .additional-content h3 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }

    .additional-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
        text-align: justify !important;
    }

    .additional-button {
        display: inline-block !important;
        padding: 14px 30px !important;
        font-size: 16px !important;
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

}


/* ========== ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ ========== */
@media (max-width: 400px) {
    .page-title {
        font-size: 28px;
    }
    .stat-card {
        flex-direction: column;
        text-align: center;
    }
    .stat-circle {
        width: 100px !important;
        height: 100px !important;
    }

    .stat-number {
        font-size: 30px !important;
    }

    .stat-label {
        font-size: 13px !important;
    }
    .footer-buttons {
        width: 100%;
    }
    .footer-btn {
        width: 100%;
    }
    .gallery-main {
        height: 180px;
    }

    .thumbnail {
        height: 45px;
    }

    .infra-nav {
        top: 90px;
        width: 32px;
        height: 32px;
    }

    .infrastructure-name {
        font-size: 20px;
    }

    .infrastructure-description {
        font-size: 14px;
    }

    .history-image img {
        max-height: 280px !important;
    }

    .history-text {
        font-size: 15px !important;
    }

    director-photo {
        max-width: 240px !important;
    }

    .director-name {
        font-size: 22px !important;
    }

    .director-quote {
        font-size: 16px !important;
    }

    .director-bio p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .doc-card {
        padding: 14px 15px !important;
        gap: 12px !important;
    }

    .doc-icon {
        font-size: 28px !important;
        min-width: 40px !important;
    }

    .doc-title {
        font-size: 15px !important;
    }

    .doc-type {
        font-size: 12px !important;
    }

    .doc-download {
        font-size: 16px !important;
    }

    .preparing-section {
        padding: 20px 15px !important;
    }

    .preparing-section .section-title {
        font-size: 20px !important;
    }

    .subsection-title {
        font-size: 18px !important;
    }

    .preparing-list li,
    .simple-list li,
    .food-list li,
    .warning-box p {
        font-size: 14px !important;
    }

    .tip-title {
        font-size: 17px !important;
    }

    .food-title {
        font-size: 18px !important;
    }

    .pdf-link {
        padding: 12px !important;
        font-size: 14px !important;
    }

    .schedule-title,
    .menu-title {
        font-size: 22px !important;
    }

    .timeline-content {
        padding: 14px 15px !important;
        gap: 12px !important;
    }

    .timeline-text h3 {
        font-size: 16px !important;
    }

    .timeline-text p {
        font-size: 13px !important;
    }

    .menu-meal {
        font-size: 18px !important;
    }

    .menu-time {
        font-size: 12px !important;
        padding: 3px 8px !important;
    }

    .menu-list li {
        font-size: 14px !important;
    }

    .reference-text p {
        font-size: 14px !important;
    }

    .hero-title {
        font-size: 24px !important;
    }

    .hero-subtitle {
        font-size: 15px !important;
    }

    .benefit-card {
        padding: 16px !important;
        gap: 15px !important;
    }

    .benefit-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 26px !important;
    }

    .benefit-title {
        font-size: 17px !important;
    }

    .benefit-text {
        font-size: 13px !important;
    }

    .apply-title {
        font-size: 22px !important;
    }

    .apply-text {
        font-size: 15px !important;
    }

    .apply-button {
        font-size: 16px !important;
        padding: 14px 20px !important;
    }

    .vacancy-title {
        font-size: 18px !important;
    }

    .salary-amount {
        font-size: 20px !important;
    }

    .additional-content h3 {
        font-size: 20px !important;
    }

    .additional-content p {
        font-size: 14px !important;
    }

}
