

/* Start:/bitrix/templates/main2_in_new/components/bitrix/news.list/video-index/style.css?17721990082608*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.video-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.video-item-col {
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.video-item__video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}

.video-item__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: opacity 0.3s;
}

.video-item__preview::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNXYxNGwxMS03eiIvPjwvc3ZnPg==') no-repeat center center;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	transition: background-color 0.2s;
}

.video-item__video:hover .video-item__preview::after {
	background-color: #78b92a;
}

.video-item__date {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 2;
}

.video-item__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-item__title {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.3;
}

.video-item__link {
	text-decoration: none;
	color: #212529;
	font-weight: 600;
}

@media (max-width: 991px) {
	.video-item-col {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.video-item-col {
		width: 100%;
	}
}


.v-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 10000;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.v-modal-overlay.is-active {
	display: flex;
	opacity: 1;
}

.v-modal-container {
	position: relative;
	width: 90%;
	max-width: 1000px;
	background: #000;
}

.v-modal-ratio {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.v-modal-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.v-modal-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	line-height: 1;
}

.js-video-modal-trigger {
	cursor: pointer;
}
/* End */
/* /bitrix/templates/main2_in_new/components/bitrix/news.list/video-index/style.css?17721990082608 */
