

/* Start:/local/templates/bannikon_2025/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17797027933119*/
.video-container {
	border-radius: var(--br20);
	position: relative;
	width: 100%;
	height: calc(100vh / 3);
	max-height: 900px;
	overflow: hidden;
	margin: 0 0 70px;
}

.video-container:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(22, 29, 134, 0.35);
	mix-blend-mode: multiply;
	z-index: 1;
}

.video-container video {
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	object-position: center;
}

body:has(.news-detail) main .container {
	max-width: 1375px;
	width: 82%;
}

body:has(.news-detail) .page-top__area h1 {
	font-size: 42px;
}

.detail_picture {
	border-radius: var(--br20);
	display: block;
	height: auto;
	margin: 0 0 70px;
	width: 100%;
}

.news-detail {
	color: var(--black-v7);
	font-family: var(--font-family-aeroport-l);
	font-size: 24px;
	margin: 0 auto;
	max-width: 80%;
}

@media (max-width: 1440px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 40px;
	}

	.detail_picture,
	.video-container {
		margin: 0 0 60px;
	}

	.news-detail {
		font-size: 22px;
	}
}

@media (max-width: 1367px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 38px;
	}

	.detail_picture,
	.video-container {
		margin: 0 0 50px;
	}

	.news-detail {
		font-size: 20px;
	}
}

@media (max-width: 1280px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 36px;
	}

	.detail_picture,
	.video-container {
		margin: 0 0 40px;
	}

	.news-detail {
		font-size: 18px;
	}
}

@media (max-width: 1180px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 34px;
	}

	.detail_picture,
	.video-container {
		margin: 0 0 30px;
	}
}

@media (max-width: 1080px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	body:has(.news-detail) main .container {
		width: 90%;
	}

	.news-detail {
		max-width: 86%;
	}

	body:has(.news-detail) .page-top__area h1 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	body:has(.news-detail) main .container {
		width: 100%;
	}

	.detail_picture,
	.video-container {
		margin: 0 0 20px;
	}

	.video-container {
		height: calc(100vh / 4);
	}

	.news-detail {
		max-width: 100%;
	}
}

@media (max-width: 680px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 24px;
	}
}

@media (max-width: 395px) {
	body:has(.news-detail) .page-top__area h1 {
		font-size: 22px;
	}
}

.catalog-intro__txt .catalog__link {
	background: transparent;
	border: 2px solid var(--dark-blue-v3);
	border-radius: var(--br60);
	color: var(--dark-blue-v3);
	display: block;
	font-family: var(--font-family-aeroport-b);
	font-size: 20px;
	line-height: .45;
	outline: none;
	padding: 18px 36px;
	text-decoration: none;
	text-transform: uppercase;
	transition: var(--tr2);
	width: 160px;
}

.catalog__link:active, .catalog-intro__txt .catalog__link:hover {
	background: var(--dark-blue-v3);
	color: var(--white);
}
/* End */
/* /local/templates/bannikon_2025/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17797027933119 */
