.year-filter-block{
	margin-top: 40px;
	overflow: hidden;
}
.content-container .year-filter-block a{
	display: inline-block;
	float: left;
	margin-right: 7px;
	padding: 4px 10px;
	font-family: Gilroy;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.06em;
	color: #D1D1D1;
	text-decoration: none;
}
.content-container .year-filter-block a.filter-active{
	color: #FFFFFF;
	background: #CE2A31;
	cursor: inherit;
}

.news_list{
	margin-top: 45px;
	overflow: hidden;
}

.news_list .news_item{
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.news_list .news_item a{
	text-decoration: none;
}
.news_list .news_item .img_block{
	overflow: hidden;
    display: flex;
    justify-content: center;
	text-align: center;
    float: left;
    width: 152px;
    margin-right: 18px;
}
.news_list .news_item .img_block img{
	max-height: 152px;
    height: 152px;
    width: auto;
    max-width: initial;
    margin-right: 0px;
}
.news_list .news_item .img_block .no_image{
	width: 152px;
	height: 152px;
	background: #F7F7F7;
	display: flex;
    justify-content: center;
	align-items: center;
	
	font-family: Gilroy;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #C4C4C4;
	text-transform: uppercase;
}
.news_list .news_item .img_block .no_image span{
	width: 60px;
}

.news_list .news_item .text_block{
	height: 152px;
	display: flex;
    flex-direction: column;
    justify-content: center;	
	position: relative;
}
.news_list .news_item .text_block .news_date{
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #C4C4C4;
	margin-bottom: 14px;
}
.news_list .news_item .text_block .news_name{
	font-family: Gilroy;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #1B2229;	
}
.news_list .news_item .text_block .news_label{
	position: absolute;
	top: 0;
	
	font-family: Gilroy;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #CE2A31;
}

@media (min-width: 768px) {
	.year-filter-block{
		margin-top: 54px;
	}	
	
	.content-container .year-filter-block a{
		font-size: 16px;
		line-height: 20px;
		margin-right: 30px;
	}
	.news_list{
		margin-top: 50px;
	}
	.news_list .news_item{
		float: left;
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.news_list .news_item:nth-of-type(2n){
		margin-right: 0;
	}
	.news_list .news_item .text_block .news_date{
		font-size: 14px;
		line-height: 17px;
	}
	.news_list .news_item .text_block .news_name{
		font-size: 16px;
		line-height: 20px;
	}
	.news_list .news_item .text_block .news_label{
		font-size: 16px;
		line-height: 20px;
	}
}
