.media-detail-date {
	font-weight: 500;
	font-size: 17px;
	line-height: 140%;
	color: #535353;
	margin-right: 15px;
}

.media-detail-type {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #838383;
	padding-left: 20px;
	position: relative;
}
.media-detail-type:before
{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 5px;
	background: #004A8D;
}

.media-detail-block {
	margin: 40px auto;
	max-width: 850px;
}

.media-detail-preview {
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #004A8D;
	margin-bottom: 40px;
}

.media-detail-text img {
	max-width: 100%;
	margin: 40px 0;
}

.media-detail-text p {
	margin: 20px 0;
}

.media-detail-text blockquote {
	font-style: italic;
	padding: 0 0 0 40px;
	margin: 30px 0;
	border-left: 2px solid #EA2127;
}

.media-detail-bottom {
	padding: 40px 0 80px;
	margin-top: 40px;
}

.all-media {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #6F6F6F;
	position: relative;
	text-decoration: none;
	padding-right: 20px;
}


.all-media:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(img/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}

.media-detail-right {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	color: #6F6F6F;
	padding-right: 46px;
	position: relative;
	text-decoration: none;
	margin-left: 50px;
}

.media-detail-right:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: #EA2127 url(/local/libs/css/arr_r.svg) center no-repeat;
}
.media-detail-left {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-align: right;
	color: #6F6F6F;
	padding-left: 46px;
	position: relative;
	text-decoration: none;
}

.media-detail-left:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 36px;
	height: 36px;
	background: #EA2127 url(/local/libs/css/arr_r.svg) center no-repeat;
}
.media-detail-photo {
	margin: 0 -15px;
}
.media-detail-photo a {
	width: calc(33.33% - 30px);
	margin: 15px;
}

@media (max-width: 992px){
	.media-detail-video video{
		height: 400px;
	}

	.media-detail-photo a {
		width: calc(50% - 30px);
		margin: 15px;
		display: flex;
		border-bottom: 2px solid #004A8D;

	}
	.media-detail-bottom {
		padding: 30px 0 50px;
		margin-top: 20px;
	}

}
@media (max-width: 768px){
	.media-detail-video video{
		height: 300px;
	}
	.all-media {
		font-size: 10px;
		line-height: 13px;
	}
	.all-media:before {
		top: 0;
	}
	.media-detail-bottom {
		padding: 40px 0 40px;
		margin-top: 0;
	}
	.media-detail-photo a {
		width: calc(100% - 30px);
		margin: 15px;
		border-bottom: 2px solid #004A8D;

	}

}