* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Roboto, Arial, sans-serif;
	background: #ffffff;
	color: #111111;
	line-height: 1.45;
	-webkit-font-smoothing: antialiased;
}

p {
	margin-bottom: 0.125rem;
}

/* Шапка */
header {
	max-width: 1400px;
	margin: 0 auto;
	background: #730172;
	color: #fff;
	padding: 0.5rem;
}

header .row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header .row .cell {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 25px;
}
header .row.top .cell {
	padding: 20px 20px;
}
header .row .name-ru,
header .row .name-en {
	font-size: 1.5rem;
	margin: 10px 0;
}
header .row .name-ru {
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
header .top-partner  {
	font-size: 1.1rem;
}
header .top-partner .top-partner-type  {
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	min-width: 240px;
}
header .top-partner.pvo .top-partner-type  {
	
}
header .top-partner.riavrn  {
	min-height: 155px;
}
header .top-partner.riavrn .top-partner-name  {
	text-transform: uppercase;
	font-size: 0.75rem;
}
header .top-partner.pvo .top-partner-name  {
	margin-left: 0.75rem;
}
header .top-partner.pvo .top-partner-logo  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header .date {
	width: 80px;
	height: 80px;
	text-align: center;
	color: #730172;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0.25rem;
}
header .date .date-num {
	font-size: 3rem;
	line-height: 2rem;
}
header .date .date-month {
	font-size: 1.25rem;
	line-height: 1rem;
}
header .place {
	font-size: 1.5rem;
	text-align: center;
}


        .forum-2026-content {
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 1.25rem 4rem 1.25rem;
        }

        .title-main {
            font-size: 2.2rem;
            line-height: 1.2;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: #000;
        }

        .title-sub {
            font-size: 1rem;
            color: #730172;
            margin-bottom: 1rem;
            font-weight: 500;
            border-left: 3px solid #730172;
            padding-left: 1rem;
        }

        .event-meta {
            font-size: 0.9rem;
            color: #2c2c2c;
            background: #f8f8f8;
            display: inline-block;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            margin: 0.5rem 0 1.5rem 0;
        }

        .section-badge {
            font-size: 1.3rem;
            font-weight: 600;
            background: #f3f0fe;
            display: inline-block;
            padding: 0.2rem 1.2rem;
            border-radius: 40px;
            margin: 2rem 0 1rem 0;
            color: #1a1a1a;
        }

        .section-desc {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            color: #2c2c2c;
            line-height: 1.4;
            border-left: 2px solid #ddd;
            padding-left: 1rem;
        }

        /* Карточка спикера с фото */
        .speaker-card {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #f0f0f0;
        }

        /* Фото / заглушка */
        .speaker-avatar {
			display: flex;
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            background: #f3f0fe;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1.6rem;
            color: #730172;
        }

        .speaker-info {
            flex: 1;
        }

        .speaker-name {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 0.2rem;
            color: #000;
        }

        .speaker-title {
            font-size: 0.85rem;
            font-weight: 500;
            color: #730172;
            margin-bottom: 0.5rem;
            line-height: 1.35;
        }

        .speech-theme {
            font-size: 0.95rem;
            font-weight: 600;
            margin: 0.5rem 0 0.25rem 0;
            color: #111;
        }

        .speech-desc {
            font-size: 0.9rem;
            color: #333;
            line-height: 1.45;
            margin-top: 0.25rem;
        }

        /* Сетка для десктопа */
        @media (min-width: 768px) {
            .forum-2026-content {
                padding: 2.5rem 2rem 5rem 2rem;
            }
            .title-main {
                font-size: 3rem;
            }
            .speakers-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 1.5rem;
            }
            .speaker-card {
                margin-bottom: 0.5rem;
            }
        }

        @media (max-width: 767px) {
            .speaker-card {
                flex-direction: column;
                align-items: flex-start;
            }
            .speaker-avatar {
                width: 64px;
                height: 64px;
                font-size: 1.3rem;
            }
        }

        hr {
            margin: 2rem 0;
            border: 0;
            height: 1px;
            background: #eaeaea;
        }

        .footer-note {
            font-size: 0.75rem;
            color: #777;
            text-align: center;
            margin-top: 3rem;
            border-top: 1px solid #eee;
            padding-top: 1.5rem;
        }

        .accent-fio {
            color: #730172;
            font-weight: 500;
        }
		
/* Альтернативный вариант вёрстки фото */
/*
    .speaker-card {
        background: #fafafa;
        border-radius: 24px;
        padding: 1.2rem;
        transition: transform 0.2s, box-shadow 0.2s;
        border: 1px solid #f0f0f0;
    }
    
    .speaker-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }
    
    .speaker-avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto 1rem auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f3f0fe;
        font-size: 2rem;
        font-weight: 600;
        color: #730172;
    }
    
    .speaker-name {
        text-align: center;
    }
    
    .speaker-title {
        text-align: center;
    }
    
    @media (min-width: 768px) {
        .speakers-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (min-width: 1024px) {
        .speakers-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
*/	

.pr-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}

.pr-subtitle {
	text-align: center;
	margin-bottom: 1.5rem;
}
.pr-section p {
	margin-bottom: 1rem;
}

.pr-alert {
	font-size: 1.75em;
	font-weight: 700;
	text-align: center;
}

/* Локальная навигация */
button, .nav-buttons {
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
	margin: 1.5rem 0 1rem;
}

.nav-btn {
	background: white;
	border: 1px solid #cbdfed;
	padding: 0.5rem 1rem;
	border-radius: 60px;
	font-size: 0.8rem;
	font-weight: 500;
	color: #1f6392;
	cursor: pointer;
	transition: all 0.2s;
}

.nav-btn:hover {
	background: #e4edf5;
	border-color: #9bb7cf;
}

/* Галерея-карусель */
.gallery-section {
	margin: 3rem 0 2rem 0;
}

.gallery-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.gallery-title::before {
	content: "📷";
	font-size: 1.5rem;
}

.carousel-container {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.carousel-track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 1rem;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 0.5rem 0 1rem 0;
	scrollbar-width: thin;
}

.carousel-track::-webkit-scrollbar {
	height: 6px;
}

.carousel-track::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 10px;
}

.carousel-track::-webkit-scrollbar-thumb {
	background: #7B2EDA;
	border-radius: 10px;
}

.carousel-item {
	flex: 0 0 auto;
	scroll-snap-align: start;
	cursor: pointer;
	transition: transform 0.2s, opacity 0.2s;
}

.carousel-item:hover {
	transform: scale(1.02);
}

.carousel-item img {
	width: 150px;
	height: 100px;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	transition: box-shadow 0.2s;
	border: 2px solid transparent;
}

.carousel-item img:hover {
	border-color: #7B2EDA;
	box-shadow: 0 4px 12px rgba(123, 46, 218, 0.2);
}

/* Кнопки навигации (для десктопа) */
.carousel-nav {
	display: none;
}

@media (min-width: 768px) {
	.carousel-container {
		position: relative;
	}
	.carousel-nav {
		display: none;/*flex;*/
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		justify-content: space-between;
		pointer-events: none;
		padding: 0 0.5rem;
	}
	.carousel-nav button {
		pointer-events: auto;
		background: white;
		border: 1px solid #e0e0e0;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		cursor: pointer;
		font-size: 1.2rem;
		color: #7B2EDA;
		transition: all 0.2s;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
	.carousel-nav button:hover {
		background: #7B2EDA;
		color: white;
		border-color: #7B2EDA;
	}
}

/* Lightbox (модальное окно для увеличения фото) */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.lightbox.active {
	display: flex;
}

.lightbox img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	border-radius: 8px;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 2rem;
	cursor: pointer;
	transition: opacity 0.2s;
}

.lightbox-close:hover {
	opacity: 0.7;
}
/* ========== БЛОК ПАРТНЁРОВ ========== */
.partners-section {
	margin: 3rem 0 2rem 0;
}

.partners-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5rem;
}

.partner-card {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 20px;
	padding: 1.2rem;
	text-align: center;
	transition: all 0.2s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
}

.partner-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-color: #7B2EDA;
}

.partner-logo {
	width: 160px;
	height: 80px;
	object-fit: contain;
	display: block;
}

.partners-section .partner-name {
	font-weight: 600;
	font-size: 0.9rem;
	color: #111;
	margin: 0;
}

.partner-desc {
	font-size: 0.75rem;
	color: #555;
	margin: 0;
}

/* Заглушка для логотипа */
.partner-logo-placeholder {
	width: 120px;
	height: 80px;
	background: linear-gradient(135deg, #f3f0fe 0%, #e6defa 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: #7B2EDA;
	font-weight: 500;
}

/* Подвал */
footer {
	background: #333;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	padding: 1.25rem 1rem 1rem 1rem;
	margin-top: 2rem;
}
footer .footer-content {
	max-width: 1400px;
	margin: 1rem auto;
	padding: 0 1rem;
}
footer .copyrights {
	margin-bottom: 2em;
}
footer .output-data {
	background: #333;
	color: #bbb;
	font-size: 0.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
footer .output-data div {
	margin: 0 1rem;
}
footer .output-data a {
	color: #fff;
}
footer .output-data ul li {
	list-style: none;
}
.red.alert {
	color: #b00;
	font-size: 1.5em;
}
@media screen and (min-width: 640px) {
	header .row {
		flex-direction: row;
		padding: 0.5rem 1rem;
	}
	header .row.top .cell {
		padding: 20px 50px;
	}
	header .row .name-ru,
	header .row .name-en {
		font-size: 2.5rem;
	}
	.partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	footer {
		font-size: 0.75em;
	}
	footer .output-data {
		flex-direction: row;
	}
}
@media screen and (min-width: 720px) {
	header nav a {
		margin-left: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.partners-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.partners-grid {
		gap: 1rem;
	}
}