/* supplement.css — точечные добавки восстановления (Wayback Fixer). accent #e53b51 */

/* Статичный баннер вместо flexslider (картинки слайдера отсутствуют в архиве) */
#teaser .hero-banner {
	background: linear-gradient(135deg, #1e73be 0%, #155a96 55%, #0e4470 100%);
	min-height: 320px;
	display: flex;
	align-items: center;
}

#teaser .hero-banner__inner {
	padding: 48px 0;
	color: #fff;
}

#teaser .hero-banner h1 {
	font-size: 2rem;
	line-height: 1.25;
	margin: 0 0 16px;
	font-weight: 700;
	color: #fff;
}

#teaser .hero-banner__lead {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0 0 24px;
	max-width: 720px;
	opacity: 0.92;
}

#teaser .hero-banner .flex-button a {
	background: #e53b51;
	border: none;
	color: #fff;
}

#teaser .hero-banner .flex-button a:hover {
	background: #fff;
	color: #1e73be;
}

@media (max-width: 767px) {
	#teaser .hero-banner {
		min-height: 240px;
	}

	#teaser .hero-banner h1 {
		font-size: 1.5rem;
	}

	#teaser .hero-banner__lead {
		font-size: 1rem;
	}
}

/* flexslider-news: убираем спиннер, если JS не снял класс loading */
.flexslider-news.loading {
	background: none !important;
}

.flexslider-news.loading .flex-viewport,
.flexslider-news.loading .slides > li {
	max-height: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
