

/* Start:/local/templates/.default/components/bitrix/news/masterwax_1.0_news_1.0/bitrix/news.detail/.default/style.css?17519529553897*/
.news-detail {
	word-wrap: break-word;
	overflow: hidden;
}

.news-detail .news-detail-picture {
	float: right;
	margin-bottom: 6px;
	margin-left: 36px;
	width: 100%;
	max-width: 500px;
	height: 300px;
	object-fit: cover;
}

.news-date {
	background: #e5e5e5;
	color: #dc2c1d;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding: 11px 44px 11px 19px;
	margin-bottom: 28px;
}

.news-date:after {
	content: "";
	top: 0;
	position: absolute;
	left: 100%;
	border-width: 0 0 51px 7px;
	border-style: solid;
	border-color: transparent #e5e5e5;
	z-index: 1;
}

.link-news-back {
	text-decoration: none;
	display: inline-block;
	margin-top: 28px;
}

.link-news-back:hover {
	text-decoration: none;
}

.news-description p {
	margin-top: 0;
	margin-bottom: 18px;
}

.file-wrapper{
	margin-left: 4px;
}

.file-wrapper .file{
	width: 49%;
	margin-bottom: 10px;
}

#tabs{
	border:none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	clear: both;
}

.content_block {
	position:relative;
	width: 100%;
	padding: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	order:10;
}

.content_block .content-title {
	margin-top: 0;
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 18px;
}

/*.video-list {
	width: 100%;
	margin-top: 2em;
	margin-left: -0.25em;
}*/

.video-item {
	display: block;
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	max-width: clamp(280px, 46.88vw, 500px);
	max-height: 300px;
	margin: 0.25em 0.5em 0.75em 2em;
	line-height: 1.2;
	text-decoration: none;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-item .video-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.video-item strong {
	display: block;
	margin-bottom: 0.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.video-item:hover .video-thumbnail:before {
	opacity: 0.2;
}

.video-item:hover strong {
	position: relative;
	color: #dc2c1d;
	z-index: 10;
}

.video-item img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.video-item .video-thumbnail {
	position: relative;
	margin: 0;
}

.video-item .video-thumbnail:after {
	content: '';
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 5;
	width: 3.5em;
	height: 3.5em;
	background: url('/local/templates/.default/components/bitrix/news/masterwax_1.0_news_1.0/bitrix/news.detail/.default/images/play.svg') center top no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media only screen and (max-width: 768px) {
	.news-detail .video-item,
	.news-detail .news-description .news-detail-picture {
		margin: 0 0 6px 0;
		float: none;
		max-width: none;
	}

	.video-element{
		width: auto;
	}

	.news-date {
		margin-bottom: 36px;
	}

	.file-wrapper .file{
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.news-detail .photo .section_h {
		padding: 0;
	}

	.download .file {
		width: 100%;
	}

	.link-news-back {
		margin-top: 16px;
	}

	.news-date {
		margin-bottom: 22px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/masterwax_1.0_news_1.0/bitrix/news.detail/.default/style.css?17519529553897 */
