body:not(.front) .workarea > main {
	position: relative;
}

.date-row {
	display: flex;
    align-items: center;
    gap: 11px;
    color: #0036FF;
    margin-top: auto;
	
}

.block_detail_text h3 {
	margin-bottom: 24px;
}

a.accent-text:hover {
	
	background: var(--main, linear-gradient(180deg, #0036FF 0%, #0036FF 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.date-row > span {
    display: inline-flex;
}

div.news-detail img.detail_picture
{
	float:left;
	margin:0 15px 0 0;
}


.block_detail_picture, .block_video {
	display: flex;
    justify-content: center;
	padding: 52px;
	border: 1px solid #DFDFDF;
    border-radius: 16px;
	background: #F7F7F7 url(img/news-bg.png) center center / cover no-repeat; 
}

.block_detail_picture img {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
} 

.block_important {
	color: #fff;
	border-radius: 16px;
	padding: 32px;
	background: var(--main, linear-gradient(180deg, #257AFF 0%, #0036FF 100%));
}
.block_current {
	border-radius: 16px;
	padding: 32px;
    position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(37, 122, 255, 0.10) 0%, rgba(0, 54, 255, 0.10) 100%);
}

.block_current:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	background: linear-gradient(180deg, #257AFF 0%, #0036FF 100%);
	width: 18px;
	height: 100%;
}

.block_main {
	background: linear-gradient(180deg, rgba(37, 122, 255, 0.10) 0%, rgba(0, 54, 255, 0.10) 100%);
	border-radius: 16px; 
	display: flex; 
	align-items: flex-start; 
	gap: 16px; 
	padding: 32px 32px 32px 16px;
}

.block_main img {flex: 1 0 100px;}
.block_main img + br {display: none}
.block_video, 
.block_files, 
.block_main, 
.block_block_2, 
.block_block_1, 
.block_important,
.block_detail_picture {margin-bottom: 32px;}

.block_quote {
	margin: 42px 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(37, 122, 255, 0.10) 0%, rgba(0, 54, 255, 0.10) 100%);
    padding: 32px;
    position: relative;
}

.news-detail .block_block_1 p:last-child {padding-bottom: 0;}


.block_quote:before, .block_quote:after {
    position: absolute;
    content: "";
    width: 93px;
    height: 81px;
    background: url(img/left-quote.png) no-repeat;
	background-size: contain;
}

.block_quote:after {
    width: 83px;
    height: 81px;	
	background: url(img/right-quote.png) no-repeat;
	background-size: contain;
}
.block_quote:after {
    right: 0;
    top: -22px;
}

.block_quote:before {
    left: 2px;
    bottom: -46px;
}
a[href$=".doc"],
a[href$=".docx"],
a[href$=".rtf"],
a[href$=".pdf"] {
	position: relative;
	display: inline-flex;
    align-items: center;
    gap: 16px;
	color: #0036FF;
	text-decoration: underline;
    width: fit-content;
}
	
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".rtf"]:before {
	content: '';
	width: 40px;
	min-width: 40px;
	height: 36px;
	display: inline-block;
	background: url(img/word.png) center center / contain no-repeat;
   
}

.back-news-detail {   
	bottom: -80px;
    left: 0;
	position: absolute; 
}

.block_video .wrap_video {
	width: 713px;
    height: 445px;	
	position: relative;
}

.workarea_wrap--inner .news-detail p {padding-bottom: 26px;}

.block_video .wrap_video .video-responsive {
	outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}


@media (max-width: 767px) {
	.block_main img {max-width: 60px;}
	.block_main, .block_video, .block_detail_picture {padding: 22px;}
	.block_quote:before {
		width: 63px;
		height: 61px;
	    bottom: -30px;}
	.block_quote:after {
		width: 53px;
		height: 61px;
	    bottom: -22px;
	}
	
	.block_video .wrap_video {
		height: calc(100vw * 0.55 - 88px);
		width: 100%;
	}
}
 
