.main-articles__item_date{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #A6A6A6;
	padding-bottom: 4px;
}

.main-articles__item_title{
	font-family: 'Play', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #606060;
}

.main-articles__item_title:hover{
	color: #1B469A;
}

.main-articles__item a:hover{
	text-decoration: none;
}

.main-articles__item{
	width: 100%;
	border-top: 1px solid #DADADA;
	padding: 13px 0 12px;
}

.main-articles__slider{
	margin-top: 30px;
}