.block-news{
	display: flex;
	flex-wrap: wrap;
}

.block-news-left{
	width: 20%;
	font-size: 18px;
	line-height: 21px;
}

.block-news-right{
	width: 80%;
}

.block-news-elements{
	display: flex;
	flex-wrap: wrap;

}

.block-news-element{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 20px 0;
}

.block-news-element_date{
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
}

.block-news-element_content_left{
	width: 20%;
}
.block-news-element_content_right{
	width: 80%;
	padding-left: 10px;
}

.block-news-element_title{
	padding-bottom: 10px;
}

.block-news-element_title a{
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #303030;
	text-decoration: underline;
}

.block-news-element_title a:hover{
	text-decoration: none;
}

.block-news-element_text{
	font-size: 18px;
	line-height: 21px;
}

.block-news-element_content{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.block-news-filter{

}






.block-news-pagenation{
	display: flex;
	flex-wrap: wrap;
}

.block-news-pagenation-month{
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.block-news-pagenation-year{
	display: flex;
	width: 100%;
}

.block-news-pagenation-month__link{
	font-size: 18px;
	line-height: 28px;
	color: #004E9C;
	font-weight: 600;
	margin-right: 15px;
	border-bottom: 1px #004E9C solid;
	cursor: pointer;
}

.block-news-pagenation-month__year{
	font-size: 18px;
	line-height: 28px;
	color: #004E9C;
	margin-right: 15px;
	border-bottom: 1px #004E9C solid;
	cursor: pointer;
}

.block-news-pagenation-month__link:hover{
	border-bottom: none;
}

.block-news-pagenation-month__year:hover{
	border-bottom: none;
}

.block-news-pagenation-month__link.active{
	color: #777;
	border-bottom: none;
	cursor: auto;
}
.block-news-pagenation-month__year.active{
	color: #777;
	border-bottom: none;
	cursor: auto;
}



.drop-block-image-img-slider-wrap{
	width: 197px;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 20px 20px 20px 0;
}

.drop-block-image-img-slider-wrap img{
	padding: 0;
	height: 168px;
	max-width: initial;
}

.drop-block-image-img-slider{
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.drop-block-image-img-slider a{
	margin-right: 10px;
}

.ajax_reload_area{
	width: 100%;
}

.drop-block-image-wrap-image{
	display: flex;
	align-items: start;
	justify-content: center;
}