/* ========== MAIN BANNER STYLES ========== */
:root {
    --main-btn-blue: #013CFF;
    --main-btn-turq: #00D7D0;
    --main-text-dark: #051A2D;
    --bg-light: #ffffff;
}

/* ========== ДЕСКТОПНЫЙ БАННЕР ========== */
.main-banner {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url('../img/index/banner-main.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--bg-light);
    width: 100%;
    position: relative;
}

.main-banner .banner-container {
    padding: 48px 60px 60px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    min-height: 600px;
}

/* Левый верхний логотип */
.banner-top-left {
    position: absolute;
    top: 48px;
    left: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.banner-logo img {
    width: auto;
    display: block;
}

.banner-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.banner-logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.banner-logo-text:nth-of-type(1) {
    font-size: 55px;
    color: #013CFF;
    font-weight: 700;
}

.banner-logo-text:nth-of-type(2) {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.banner-logo-text:nth-of-type(3) {
    font-size: 30px;
    margin-top: 5px;
    color: #fff;
}

/* Центральный контент */
.banner-center {
    flex: 1;
    max-width: 620px;
    margin: 0 auto;
    margin-left: 0;
    padding-top: 180px;
}

.banner-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: var(--bg-light);
    margin-bottom: 32px;
    max-width: 580px;
    opacity: 0.9;
    text-transform: uppercase;
}

.banner-description-end {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: var(--bg-light);
    margin-bottom: 20px;
    max-width: 580px;
    opacity: 0.9;
    text-transform: uppercase;
}

.banner-icons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 44px;
}

.banner-icons img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.banner-icons img:first-child {
    height: 102px;
}

.banner-icons img:last-child {
    height: 56px;
}


.banner-buttons {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.btn-participant-main {
    background-color: var(--main-btn-turq);
    border: none;
    padding: 14px 36px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0A194A;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 215, 208, 0.3);
}

.btn-participant-main:hover {
    background-color: #00bfb9;
    transform: translateY(-2px);
}

.btn-ticket-main {
    background-color: var(--main-btn-blue);
    border: none;
    padding: 14px 44px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bg-light);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(1, 60, 255, 0.2);
}

.btn-ticket-main:hover {
    background-color: #0029c2;
    transform: translateY(-2px);
}

/* Правая часть - карточка с датами */
.banner-right {
    width: 650px;
    flex-shrink: 0;
    padding-top: 180px;
    padding-right: 420px;
}

.date-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #013CFF;
    border-radius: 32px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 20px 35px -12px rgba(1, 60, 255, 0.12);
}

.date-numbers {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 58px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -1px;
}

.date-month {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.date-place {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #013CFF;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.date-venue {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #00D7D0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ========== МОБИЛЬНЫЙ БАННЕР ========== */
.mobile-banner {
    display: none;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url('../img/index/banner-main-mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

/* Убираем затемнение, чтобы картинка была четкой */
.mobile-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.mobile-banner-container {
    position: relative;
    z-index: 1;
    padding: 40px 20px 50px;
    display: flex;
    flex-direction: column;
}

/* Заголовки как на десктопе */
.mobile-banner-title {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-title-line1 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #013CFF;
    text-transform: uppercase;
    line-height: 1.2;
}

.mobile-title-line2 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.2;
}

.mobile-title-line3 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Текст описания */
.mobile-banner-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
    text-transform: uppercase;
}

.mobile-banner-partners {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Иконки */
.mobile-banner-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}

.mobile-banner-icons img:first-child {
    height: 70px;
    width: auto;
}

.mobile-banner-icons img:last-child {
    height: 40px;
    width: auto;
}

/* ДАТЫ - чуть выше кнопок */
.mobile-date-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #013CFF;
    border-radius: 32px;
    padding: 20px 16px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto 30px;
}

.mobile-date-numbers {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 4px;
}

.mobile-date-month {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.mobile-date-place {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #013CFF;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.mobile-date-venue {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #00D7D0;
    text-transform: uppercase;
}

/* КНОПКИ - после дат */
.mobile-banner-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.mobile-btn-participant,
.mobile-btn-ticket {
    padding: 14px 20px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    width: 100%;
}

.mobile-btn-participant {
    background-color: #00D7D0;
    color: #0A194A;
}

.mobile-btn-participant:hover {
    background-color: #00bfb9;
}

.mobile-btn-ticket {
    background-color: #013CFF;
    color: #FFFFFF;
}

.mobile-btn-ticket:hover {
    background-color: #0029c2;
}

/* ========== АДАПТИВНОСТЬ ========== */
@media (max-width: 1024px) {
    .main-banner .banner-container {
        padding: 40px 40px 50px 40px;
    }

    .banner-center {
        padding-top: 200px;
    }

    .banner-right {
        padding-top: 200px;
    }
}

@media (max-width: 900px) {
    .main-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media (min-width: 901px) {
    .mobile-banner {
        display: none;
    }

    .main-banner {
        display: block;
    }
}

/* ========== ПЛАНШЕТ (600px - 900px) ========== */
@media (min-width: 600px) and (max-width: 900px) {
    .mobile-banner-container {
        padding: 50px 40px 60px;
    }

    .mobile-title-line1 {
        font-size: 52px;
    }

    .mobile-title-line2 {
        font-size: 46px;
    }

    .mobile-title-line3 {
        font-size: 26px;
    }

    .mobile-banner-description {
        font-size: 16px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-banner-partners {
        font-size: 22px;
    }

    .mobile-date-card {
        max-width: 340px;
    }

    .mobile-date-numbers {
        font-size: 52px;
    }

    .mobile-date-month {
        font-size: 22px;
    }

    .mobile-banner-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .mobile-btn-participant,
    .mobile-btn-ticket {
        width: auto;
        min-width: 220px;
    }
}

/* ========== МАЛЕНЬКИЕ ТЕЛЕФОНЫ (до 480px) ========== */
@media (max-width: 480px) {
    .mobile-banner-container {
        padding: 30px 15px 40px;
    }

    .mobile-title-line1 {
        font-size: 28px;
    }

    .mobile-title-line2 {
        font-size: 24px;
    }

    .mobile-title-line3 {
        font-size: 14px;
    }

    .mobile-banner-description {
        font-size: 11px;
    }

    .mobile-banner-partners {
        font-size: 14px;
    }

    .mobile-banner-icons img:first-child {
        height: 50px;
    }

    .mobile-banner-icons img:last-child {
        height: 30px;
    }

    .mobile-date-numbers {
        font-size: 32px;
    }

    .mobile-date-month {
        font-size: 14px;
    }

    .mobile-btn-participant,
    .mobile-btn-ticket {
        padding: 12px 16px;
        font-size: 12px;
    }
}

/* ========== STATS SECTION ========== */
.stats-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #0B204F;
}

.stats-container {
    width: 100%;
}

/* Заголовок с зелеными линиями */
.stats-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.stats-line {
    width: 80px;
    height: 3px;
    background: #00D7D0;
    border-radius: 0;
}

.stats-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
}

/* Сетка 5 карточек в ряд */
.stats-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Общие стили карточки */
.stat-card {
    flex: 1;
    min-width: 180px;
    height: 200px;
    padding: 30px 10px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #FFFFFF;
}

/* Зеленая карточка */
.stat-card-green {
    background: rgba(0, 215, 208, 0.15);
    border: 1px solid #00D7D0;
}

.stat-card-green .stat-number {
    color: #FFFFFF;
    text-shadow: 0 0 0 #00D7D0;

}

/* Синяя карточка */
.stat-card-blue {
    background: rgba(1, 60, 255, 0.15);
    border: 1px solid #003BFF;
}

.stat-card-blue .stat-number {
    color: #FFFFFF;
    text-shadow: 0 0 0 #003BFF;

}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет (768px - 1024px) */
@media (max-width: 1024px) {
    .stats-section {
        padding: 50px 30px;
    }

    .stats-title {
        font-size: 28px;
    }

    .stats-line {
        width: 50px;
    }

    .stat-card {
        min-width: 160px;
        height: 180px;
        padding: 20px 10px;
    }

    .stat-number {
        font-size: 38px;
    }

    .stat-text {
        font-size: 11px;
    }
}

/* Мобилка (до 768px) */
@media (max-width: 768px) {
    .stats-section {
        padding: 40px 20px;
    }

    .stats-header {
        gap: 10px;
        margin-bottom: 35px;
    }

    .stats-title {
        font-size: 22px;
    }

    .stats-line {
        width: 40px;
        height: 2px;
    }

    .stats-grid {
        gap: 16px;
    }

    .stat-card {
        min-width: calc(50% - 16px);
        height: 160px;
        padding: 20px 15px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-text {
        font-size: 10px;
    }
}

/* Маленькие телефоны (до 480px) */
@media (max-width: 480px) {
    .stats-section {
        padding: 30px 15px;
    }

    .stats-title {
        font-size: 18px;
    }

    .stats-line {
        width: 30px;
    }

    .stats-grid {
        gap: 12px;
    }

    .stat-card {
        min-width: calc(100% - 12px);
        height: 140px;
        padding: 18px 12px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-text {
        font-size: 9px;
    }
}

/* ========== GALLERY SECTION ========== */
.gallery-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: #0B204F;
}

.gallery-container {
    width: 100%;
}

/* Сетка 2-3-2 */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-bottom: 40px;
}

/* 1 строка: 2 фото (первое фото на 2 колонки) */
.gallery-item-1 {
    grid-column: span 2;
}

/* 3 строка: 2 фото */
.gallery-item-6 {
    grid-column: span 1;
}

.gallery-item-7 {
    grid-column: span 2;
}

/* Общие стили для фото - фиксированная высота 338px */
.gallery-item {
    position: relative;
    overflow: hidden;
    height: 338px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 5px;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Кнопка */
.gallery-button-wrapper {
    display: flex;
    justify-content: center;
}

.gallery-btn {
    background-color: #003BFF;
    border: none;
    padding: 14px 74px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gallery-btn:hover {
    background-color: #0029c2;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет (до 1024px) */
@media (max-width: 1024px) {
    .gallery-section {
        padding: 50px 30px;
    }

    .gallery-grid {
        gap: 7px;
    }

    .gallery-item {
        height: 280px;
    }

    .gallery-btn {
        padding: 12px 36px;
        font-size: 13px;
    }
}

/* Мобилка (до 768px) */
@media (max-width: 768px) {
    .gallery-section {
        padding: 40px 20px;
    }

    .gallery-grid {
        gap: 12px;
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-btn {
        padding: 10px 30px;
        font-size: 12px;
    }
}

/* Маленькие телефоны (до 600px) - скрываем блок */
/* @media (max-width: 600px) {
    .gallery-section {
        display: none;
    }
} */

@media (max-width: 600px) {
    .gallery-section {
        display: block;
        padding: 30px 15px;
    }

    .gallery-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-item {
        min-width: 280px;
        height: 200px;
        scroll-snap-align: start;
    }

    .gallery-item-1,
    .gallery-item-6,
    .gallery-item-7 {
        grid-column: auto;
    }
}

/* ========== ELEMENTS SECTION ========== */
.elements-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px;
    background: linear-gradient(97deg, #003BFF 0%, #0E2D7E 55%, #01185B 100%);
}

.elements-container {
    width: 100%;
}

/* Заголовки */
.elements-header {
    text-align: left;
    margin-bottom: 20px;
}

.elements-title-main {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.smaller-text {
    font-size: 34px;
    font-weight: 800;
}

.elements-title-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 64px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

/* Описание - текст СЛЕВА */
.elements-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    max-width: 800px;
    margin: 0 0 60px 0;
}

/* Сетка карточек */
.elements-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

/* Карточка */
.element-card {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    background: #155785;
    border: 2px solid #00D7D0;
    padding: 5px 20px 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.element-card:hover {
    transform: translateY(-5px);
}

.element-card:last-child .card-image {
    height: 150px;
}



.element-card:first-child .card-btn:hover::after {
    transform: translateX(5px);
}

.card-badge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid #00D7D0;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Название по центру - белым цветом */
.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

.card-title span {
    font-weight: 600;
    font-size: 28px;
    color: var(--bg-light);
}

/* Фото и описание в одном ряду */
.card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
    flex: 1;
}

.card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
}

/* Кнопка для всех карточек */
.element-card .card-btn {
    background: #003BFF;
    border: 1px solid #003BFF;
    padding: 10px 20px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.element-card .card-btn:hover {
    background: #0029c2;
    border-color: #0029c2;
}

/* Стрелка SVG */
.element-card .card-btn::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2300D7D0' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.element-card .card-btn:hover::after {
    transform: translateX(5px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .elements-section {
        padding: 60px 30px;
    }

    .elements-title-main,
    .elements-title-sub,
    .elements-title-desc {
        font-size: 44px;
    }

    .elements-description {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .elements-grid {
        gap: 20px;
    }

    .element-card {
        min-width: 260px;
    }

    .card-title {
        font-size: 24px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .elements-section {
        padding: 40px 20px;
    }

    .elements-title-main,
    .elements-title-sub,
    .elements-title-desc {
        font-size: 28px;
    }

    .elements-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .elements-grid {
        flex-direction: column;
        align-items: center;
    }

    .element-card {
        max-width: 100%;
        width: 100%;
    }

    .card-title {
        font-size: 22px;
    }

    .card-image {
        height: 160px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .elements-section {
        padding: 30px 15px;
    }

    .elements-title-main,
    .elements-title-sub,
    .elements-title-desc {
        font-size: 22px;
    }

    .elements-description {
        font-size: 14px;
    }

    .card-badge {
        font-size: 12px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-description {
        font-size: 12px;
    }
}

/* ========== ECOSYSTEM SECTION ========== */
.ecosystem-section {
    max-width: 1440px;
    margin: 20px auto 0 auto;
    padding: 40px 40px;
    background: linear-gradient(97deg, #00D7D0 0%, #0A5B94 55%, #043271 100%);
    overflow-x: clip;
}

.ecosystem-container {
    width: 100%;
}

/* Заголовок - СЛЕВА */
.ecosystem-header {
    text-align: left;
    margin-bottom: 20px;
}

.ecosystem-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

/* Подзаголовок - СЛЕВА */
.ecosystem-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: left;
    max-width: 1000px;
    margin: 0 0 50px 0;
}

/* Обертка для SVG и списка - ПО ЦЕНТРУ */
.exhibitions-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

/* Место для твоего SVG */
.exhibitions-svg {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.exhibitions-svg img {
    width: auto;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

/* Список выставок - фиксированная ширина */
.exhibitions-list {
    width: 500px;
    flex-shrink: 0;
}

/* Элемент списка с обводкой */
.exhibition-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.exhibition-item:last-child {
    margin-bottom: 0;
}

/* Первый пункт - разрешаем вылет фото */
.exhibition-item:first-child {
    position: relative;
    overflow: visible;
}

/* Фото справа - вылетает за границу */
.exhibition-image {
    flex-shrink: 0;
    position: absolute;
    right: -100px;
    top: 28%;
    transform: translateY(-50%);
}

.exhibition-image img {
    width: 250px;
    height: 190px;
    object-fit: contain;
    display: block;
}

.exhibition-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    min-width: 50px;
}

.exhibition-content {
    flex: 1;
}

.exhibition-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.exhibition-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

/* Обводки для каждого элемента */
.exhibition-item:nth-child(1) {
    border: 2px solid #00D7D0;
    background: rgba(0, 215, 208, 0.05);
}

.exhibition-item:nth-child(1) .exhibition-number {
    color: #00D7D0;
}

.exhibition-item:nth-child(2) {
    border: 2px solid #013CFF;
    background: rgba(1, 60, 255, 0.05);
}

.exhibition-item:nth-child(2) .exhibition-number {
    color: #013CFF;
}

.exhibition-item:nth-child(3) {
    border: 2px solid #0B204F;
    background: rgba(11, 32, 79, 0.05);
}

.exhibition-item:nth-child(3) .exhibition-number {
    color: #0B204F;
}

/* Описание - ПО ЦЕНТРУ */
.ecosystem-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
}

/* Финальный текст - ПО ЦЕНТРУ */
.ecosystem-footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-transform: uppercase;
    color: #00D7D0;
    text-align: center;
    letter-spacing: 1px;
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .ecosystem-section {
        padding: 30px 30px;
    }

    .ecosystem-title {
        font-size: 48px;
    }

    .ecosystem-subtitle {
        font-size: 18px;
    }

    .exhibitions-wrapper {
        gap: 30px;
    }

    .exhibitions-list {
        width: 450px;
    }

    .exhibition-name {
        font-size: 20px;
    }

    .exhibition-desc {
        font-size: 14px;
    }

    .exhibition-number {
        font-size: 28px;
        min-width: 45px;
    }

    .exhibition-image img {
        width: 180px;
        height: 140px;
    }

    .exhibition-image {
        right: -40px;
    }

    .ecosystem-description {
        font-size: 16px;
    }

    .ecosystem-footer {
        font-size: 28px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .ecosystem-section {
        padding: 40px 20px;
    }

    .ecosystem-title {
        font-size: 32px;
    }

    .ecosystem-subtitle {
        font-size: 16px;
    }

    .exhibitions-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .exhibitions-svg {
        display: none;
    }

    .exhibitions-list {
        width: 100%;
    }

    .exhibition-item {
        padding: 15px 20px;
        gap: 12px;
    }

    /* Скрываем фото на мобилке */
    .exhibition-image {
        display: none;
    }

    .exhibition-number {
        font-size: 24px;
        min-width: 40px;
    }

    .exhibition-name {
        font-size: 16px;
    }

    .exhibition-desc {
        font-size: 12px;
    }

    .ecosystem-description {
        font-size: 14px;
    }

    .ecosystem-footer {
        font-size: 20px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .ecosystem-section {
        padding: 30px 15px;
    }

    .ecosystem-title {
        font-size: 24px;
    }

    .ecosystem-subtitle {
        font-size: 14px;
    }

    .exhibition-item {
        padding: 12px 15px;
    }

    .exhibition-number {
        font-size: 20px;
        min-width: 35px;
    }

    .exhibition-name {
        font-size: 14px;
    }

    .exhibition-desc {
        font-size: 10px;
    }

    .ecosystem-description {
        font-size: 12px;
    }

    .ecosystem-footer {
        font-size: 16px;
    }
}

/* ========== CHOOSE SECTION ========== */
.choose-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: #071F6E;
    margin-top: 20px;
}

.choose-container {
    width: 100%;
}

/* Заголовок */
.choose-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 60px;
}

/* Карточки */
.choose-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.choose-card {
    flex: 1;
    min-width: 400px;
    max-width: 600px;
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-5px);
}

/* Карточка ПОСЕТИТЕЛЯМ */
.choose-card-visitor {
    background: linear-gradient(135deg, rgba(0, 59, 255, 0.15) 0%, rgba(64, 108, 255, 0.15) 100%);
    position: relative;
    overflow: hidden;
}

.choose-card-visitor::before {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 155%;
    height: 160%;
    background-image: url('../img/index/Review_visitor.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.choose-card-visitor>* {
    position: relative;
    z-index: 1;
}

/* Карточка УЧАСТНИКАМ */
.choose-card-participant {
    background: linear-gradient(135deg, rgba(0, 8, 36, 0.85) 0%, rgba(7, 31, 110, 0.85) 100%);
    position: relative;
    overflow: hidden;
}

.choose-card-participant::before {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 155%;
    height: 160%;
    background-image: url('../img/index/Review_participant.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.choose-card-participant>* {
    position: relative;
    z-index: 1;
}

/* Заголовок карточки */
.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.card-svg {
    flex-shrink: 0;
}

.card-svg img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

/* Список пунктов */
.card-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.card-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
}

.card-list li:last-child {
    margin-bottom: 0;
}

.list-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Кнопки */
.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    min-width: 200px;
    margin: 0 auto;
    padding: 14px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.visitor-btn {
    background-color: #003CFF;
    color: #ffffff;
}

.visitor-btn:hover {
    background-color: #00D7D0;
    color: #0A194A;
    transform: translateY(-2px);
}

.participant-btn {
    background-color: #00D7D0;
    color: #0A194A;
}

.participant-btn:hover {
    background-color: #FFFFFF;
    color: #003BFF;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .choose-section {
        padding: 60px 30px;
    }

    .choose-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .choose-card {
        min-width: 350px;
        padding: 30px 25px;
    }

    .card-title {
        font-size: 26px;
    }

    .card-list li {
        font-size: 14px;
    }

    .card-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .choose-section {
        padding: 40px 20px;
    }

    .choose-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .choose-cards {
        flex-direction: column;
        align-items: center;
    }

    .choose-card {
        min-width: auto;
        width: 100%;
        max-width: 100%;
        padding: 25px 20px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-svg img {
        width: 40px;
        height: 40px;
    }

    .card-list li {
        font-size: 13px;
        gap: 10px;
    }

    .list-icon {
        width: 16px;
        height: 16px;
    }

    .card-btn {
        font-size: 13px;
        padding: 10px 16px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .choose-section {
        padding: 30px 15px;
    }

    .choose-title {
        font-size: 22px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-list li {
        font-size: 12px;
    }
}

/* ========== EXHIBITS SECTION ========== */
.exhibits-section {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 40px;
    background-color: #00173C;
}

.exhibits-container {
    width: 100%;
}

.exhibits-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 50px;
}

/* Сетка 4x2 */
.exhibits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Карточка */
.exhibit-card {
    background: transparent;
    border: 1px solid #11E5B3;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* Иконка справа сверху */
.card-top-right {
    display: flex;
    justify-content: flex-end;
}

.card-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Контент по центру */
.card-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #00D7D0;
    margin: 0;
    transition: color 0.3s ease;
}

/* Стрелка справа снизу */
.card-bottom-right {
    display: flex;
    justify-content: flex-end;
}

.card-arrow {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* HOVER СОСТОЯНИЕ */
.exhibit-card:hover {
    background: #00D7D0;
    border-color: #00D7D0;
}

.exhibit-card:hover .card-text {
    color: #003BFF;
}

.exhibit-card:hover .card-arrow {
    content: url('../img/index/icon/galka_go.svg');
    transform: translateX(5px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .exhibits-section {
        padding: 30px 30px;
    }

    .exhibits-title {
        font-size: 36px;
    }

    .exhibits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .card-text {
        font-size: 14px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .exhibits-section {
        padding: 40px 20px;
    }

    .exhibits-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .exhibits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .exhibit-card {
        padding: 16px;
        min-height: 150px;
    }

    .card-text {
        font-size: 12px;
    }

    .card-icon {
        width: 32px;
        height: 32px;
    }

    .card-arrow {
        width: 24px;
        height: 24px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .exhibits-section {
        padding: 30px 15px;
    }

    .exhibits-title {
        font-size: 22px;
    }

    .exhibits-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-text {
        font-size: 14px;
    }
}

/* ========== DEMO SECTION ========== */
.demo-section {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 40px;
    background-color: #003BFF;
}

.demo-container {
    width: 100%;
}

/* Заголовок */
.demo-header {
    text-align: left;
    margin-bottom: 50px;
}

.demo-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.demo-title-green {
    color: #00D7D0;
}

.demo-title-white {
    color: #FFFFFF;
}

.demo-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #FFFFFF;
    max-width: 800px;
    margin: 0 0 0 0;
    text-align: left;
}

/* Сетка 2x2 */
.demo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Карточка */
.demo-card {
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease;
}

.demo-card:hover {
    transform: translateY(-5px);
    border-color: #00D7D0;
}

/* Изображение - вертикальное */
.demo-image {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    overflow: hidden;
}

.demo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.demo-card:hover .demo-image img {
    transform: scale(1.05);
}

/* Подпись - с фоном 143B7E */
.demo-caption {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    background-color: #143B7E;
    padding: 20px 20px;
    margin-top: -10px;
}

.caption-green {
    text-transform: uppercase;
    color: #00D7D0;
    font-weight: 700;
}

.caption-white {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
}

/* Кнопка */
.demo-button-wrapper {
    display: flex;
    justify-content: center;
}

.demo-btn {
    background-color: #00D7D0;
    border: none;
    padding: 16px 48px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #051A2D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-btn:hover {
    background-color: #FFFFFF;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .demo-section {
        padding: 30px 30px;
    }

    .demo-title {
        font-size: 42px;
    }

    .demo-subtitle {
        font-size: 18px;
    }

    .demo-grid {
        gap: 20px;
    }

    .demo-image {
        height: 280px;
    }

    .demo-caption {
        font-size: 16px;
        padding: 12px 16px;
    }

    .demo-btn {
        padding: 14px 36px;
        font-size: 14px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .demo-section {
        padding: 20px 20px;
    }

    .demo-title {
        font-size: 28px;
    }

    .demo-subtitle {
        font-size: 16px;
    }

    .demo-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .demo-image {
        height: 250px;
    }

    .demo-caption {
        font-size: 14px;
        padding: 12px 16px;
    }

    .demo-btn {
        padding: 12px 24px;
        font-size: 12px;
        width: 100%;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .demo-section {
        padding: 15px 15px;
    }

    .demo-title {
        font-size: 22px;
    }

    .demo-subtitle {
        font-size: 14px;
    }

    .demo-image {
        height: 200px;
    }

    .demo-caption {
        font-size: 12px;
        padding: 10px 12px;
    }
}

/* ========== SESSIONS SECTION ========== */
.sessions-section {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 40px;
    background: linear-gradient(97deg, #00D7D0 0%, #0A5B94 55%, #043271 100%);
}

.sessions-container {
    width: 100%;
}

/* Заголовок */
.sessions-header {
    text-align: left;
    margin-bottom: 50px;
}

.sessions-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.sessions-title span {
    font-weight: 600;
}

.sessions-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: #FFFFFF;
    max-width: 900px;
    text-align: left;
}

/* Сетка 4 карточки */
.sessions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

/* Карточка */
.session-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.session-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Фото */
.session-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.session-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

/* Информация о спикере */
.session-info {
    padding: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.session-name-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.session-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1F2024;
    margin: 0;
}

.session-badge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #00D7D0;
    padding: 4px 8px;
    border-radius: 4px;
}

.session-company {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1F50FE;
    margin: 0 0 4px 0;
}

.session-position {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #1F2024;
    margin: 0 0 4px 0;
}

.session-activity {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #1F2024;
    margin: 0;
}

/* Детали сессии */
.session-details {
    padding: 16px;
    background: linear-gradient(135deg, #003BFF 0%, #0029b3 100%);
}

.details-place,
.details-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.place-label,
.time-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    background: #0B204F;
    padding: 2px 8px;
    border-radius: 4px;
}

.place-value,
.time-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
}

.session-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}

/* Кнопка */
.sessions-button-wrapper {
    display: flex;
    justify-content: center;
}

.sessions-btn {
    background-color: #00D7D0;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #051A2D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sessions-btn:hover {
    background-color: #FFFFFF;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .sessions-section {
        padding: 30px 30px;
    }

    .sessions-title {
        font-size: 42px;
    }

    .sessions-subtitle {
        font-size: 18px;
    }

    .sessions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .session-name {
        font-size: 16px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .sessions-section {
        padding: 20px 20px;
    }

    .sessions-title {
        font-size: 28px;
    }

    .sessions-subtitle {
        font-size: 16px;
    }

    .sessions-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .sessions-section {
        padding: 15px 15px;
    }

    .sessions-title {
        font-size: 22px;
    }

    .sessions-subtitle {
        font-size: 14px;
    }

    .sessions-btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
    }
}

/* ========== PARTNERS SECTION ========== */
.partners-section {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 40px;
    background: linear-gradient(97deg, rgba(11, 26, 50, 0.8) 0%, rgba(14, 45, 126, 0.8) 100%), 
                url('../img/index/partners/background_partners.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.partners-container {
    position: relative;
    z-index: 1;
}

.partners-container {
    width: 100%;
}

/* Заголовок */
.partners-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 50px;
}

/* Сетка партнеров 4x3 */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

/* Карточка партнера */
.partner-card {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.partner-card img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Нижний блок */
.partners-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

/* Блок со статистикой */
.stats-block {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #262626 0%, #404040 100%);
    padding: 12px 24px;
    border-radius: 60px;
}

.stat-item {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.stat-number-partners {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1;
}

.stat-plus {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.stat-arrow {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.stat-arrow img {
    width: 120px;
    height: 24px;
}

/* Кнопка */
.partners-btn {
    background-color: #00D7D0;
    border: none;
    padding: 14px 40px;
    border-radius: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #051A2D;
    cursor: pointer;
    transition: all 0.3s ease;
}

.partners-btn:hover {
    background-color: #02B7B1;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .partners-section {
        padding: 30px 30px;
    }

    .partners-title {
        font-size: 42px;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .partner-card {
        height: 100px;
        padding: 20px;
    }

    .stat-number-partners {
        font-size: 28px;
    }

    .stat-plus {
        font-size: 22px;
    }

    .stat-label {
        font-size: 14px;
    }

    .partners-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .partners-section {
        padding: 20px 20px;
    }

    .partners-title {
        font-size: 28px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .partner-card {
        height: 80px;
        padding: 15px;
    }

    .partners-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .stats-block {
        justify-content: center;
    }

    .partners-btn {
        width: 100%;
        text-align: center;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .partners-section {
        padding: 15px 15px;
    }

    .partners-title {
        font-size: 22px;
    }

    .partners-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .stats-block {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .stat-number-partners {
        font-size: 24px;
    }

    .stat-plus {
        font-size: 18px;
    }

    .stat-label {
        font-size: 12px;
    }
}

/* ========== NEWS SECTION ========== */
.news-section {
    margin-top: 20px;
}

.news-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: #003BFF;
}

/* Заголовок */
.news-header {
    margin-bottom: 50px;
}

.news-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin: 0;
}

/* Сетка новостей */
.news-slider {
    position: relative;
    margin-bottom: 50px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Карточка новости */
.news-card {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Изображение */
.news-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

/* Бейдж */
.news-badge {
    display: inline-block;
    background-color: #1F2024;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 16px;
    margin: 16px 0 0 20px;
    border-radius: 20px;
}

/* Заголовок карточки */
.news-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin: 12px 20px;
}

/* Кнопка читать */
.news-read-btn {
    background-color: #00D7D0;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 20px;
}

.news-read-btn:hover {
    background-color: #00bfb9;
    transform: translateX(5px);
}

/* Дата */
.news-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #013CFF;
    margin: 20px 20px 12px;
}

/* Хештеги */
.news-hashtags {
    margin: 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.news-hashtags span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #013CFF;
}

/* Стрелки навигации */
.slider-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-arrow {
    width: 70px;
    height: 50px;
    background: #0B204F;
    border: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.slider-arrow:hover {
    background: #00D7D0;
    border-color: #00D7D0;
    color: #0B204F;
}

/* Кнопка ВСЕ НОВОСТИ - вне блока */
.news-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.news-all-btn {
    background-color: #013CFF;
    border: none;
    padding: 14px 48px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-all-btn:hover {
    background-color: #0029b3;
    transform: translateY(-2px);
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .news-section {
        padding: 60px 30px;
    }

    .news-title {
        font-size: 42px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .news-card-title {
        font-size: 18px;
    }

    .news-date {
        font-size: 26px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .news-section {
        padding: 40px 20px;
    }

    .news-title {
        font-size: 32px;
    }

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .news-card-title {
        font-size: 18px;
    }

    .news-date {
        font-size: 24px;
    }

    .news-hashtags span {
        font-size: 12px;
    }

    .news-all-btn {
        padding: 12px 30px;
        font-size: 12px;
        width: 100%;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .news-section {
        padding: 30px 15px;
    }

    .news-title {
        font-size: 24px;
    }

    .news-card-title {
        font-size: 16px;
    }

    .news-date {
        font-size: 20px;
    }
}
/* ========== ORGANIZERS SECTION ========== */
.organizers-section {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 40px 40px;
    background-color: #073090;
    
}

.organizers-container {
    width: 100%;
}

/* Заголовок */
.organizers-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 50px;
}

/* Сетка 3x2 */
.organizers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Карточка партнера */
.organizer-card {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: all 0.3s ease;
}

.organizer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.organizer-card img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.organizer-card .large-logo {
    max-height: 160px;
    width: auto;
}

/* ========== АДАПТИВНОСТЬ ========== */

/* Планшет */
@media (max-width: 1024px) {
    .organizers-section {
        padding: 60px 30px;
    }
    
    .organizers-title {
        font-size: 42px;
    }
    
    .organizers-grid {
        gap: 20px;
    }
    
    .organizer-card {
        height: 120px;
        padding: 20px;
    }
    
    .organizer-card img {
        max-height: 60px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .organizers-section {
        padding: 40px 20px;
    }
    
    .organizers-title {
        font-size: 32px;
    }
    
    .organizers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .organizer-card {
        height: 100px;
        padding: 15px;
    }
    
    .organizer-card img {
        max-height: 50px;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .organizers-section {
        padding: 30px 15px;
    }
    
    .organizers-title {
        font-size: 24px;
    }
    
    .organizers-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .organizer-card {
        height: 90px;
    }
}

/* ========== SUBSCRIBE SECTION ========== */
.subscribe-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px;
    margin-top: 20px;
    background-color: #1945DA;
    position: relative;
    overflow: hidden;
}


.subscribe-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

/* Заголовок */
.subscribe-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.subscribe-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Обертка с градиентом для визуального эффекта */
.subscribe-form-wrapper {
    display: flex;
    margin-bottom: 20px;
    max-width: 700px;
    background: linear-gradient(97deg, #07C4EF 61%, rgba(7, 196, 239, 0.3) 100%);
    border-radius: 16px;
    padding: 4px;
    box-shadow: 0 0 15px rgba(7, 196, 239, 0.3);
}

/* Форма - общий фон */
.subscribe-form {
    display: flex;
    margin-bottom: 20px;
    max-width: 900px;
    background: linear-gradient(97deg, rgba(7, 196, 239, 0.4) 61%, rgba(7, 196, 239, 0.1) 100%);
    border-radius: 12px;
    padding: 20px;
}

/* Поле ввода */
.subscribe-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
}

.subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Кнопка */
.subscribe-btn {
    background-color: #00D7D0;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.subscribe-btn:hover {
    background-color: #00bfb9;
    transform: translateX(3px);
}

/* PNG фотка справа */
.subscribe-image {
    position: absolute;
    right: 40px;
    top: 40%;
    transform: translateY(-50%);
    width: 300px;
    z-index: 2;
}

.subscribe-image img {
    width: 100%;
    height: auto;
}

/* Чекбокс */
.subscribe-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 30px 0 40px;
    cursor: pointer;
    max-width: 500px;
}

.subscribe-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #00D7D0;
}

.subscribe-checkbox span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1.4;
}

/* Контакты - два блока */
.subscribe-contacts {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-card {
    background: transparent;
    border: 1px solid #00D7D0;
    border-radius: 16px;
    padding: 24px 30px;
    min-width: 280px;
}

.contact-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-align: center;
}

.contact-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #00D7D0;
}

.contact-email {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

/* ========== АДАПТИВНОСТЬ ========== */
@media (max-width: 1024px) {
    .subscribe-section {
        padding: 30px 30px;
    }
    
    .subscribe-title {
        font-size: 42px;
    }
    
    .subscribe-image {
        width: 280px;
        right: 30px;
    }
    
    .contact-title,
    .contact-label,
    .contact-email {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .subscribe-image {
        display: none;
    }
    
    .subscribe-title {
        font-size: 32px;
    }
    
    .subscribe-form {
        max-width: 100%;
    }
    
    .subscribe-contacts {
        flex-direction: column;
    }
    
    .contact-card {
        width: 100%;
    }
    
    .contact-title,
    .contact-label,
    .contact-email {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .subscribe-section {
        padding: 20px 20px;
    }
    
    .subscribe-title {
        font-size: 24px;
    }
    
    .subscribe-form {
        flex-direction: column;
        gap: 12px;
    }
    
    .subscribe-input {
        border-radius: 8px;
    }
    
    .subscribe-btn {
        border-radius: 8px;
        text-align: center;
    }
}