@media screen and (min-width: 768px){
	.articles-list__row:hover {
		background-color: #f6f1ef;
		cursor: pointer;
	}

	.articles-list__title:hover{
		color: #A58A63!important;
		text-decoration: none!important;
	}

	.articles-list__right:hover .articles-list__name{
		color: #A58A63!important;
	}
}

.articles-list__title{
	font-family: Museo Sans Cyrl!important;
	font-size: 26px!important;
	font-weight: 300!important;
	line-height: 36px!important;
	color: #8D3332!important;
}

.articles-list__date{
	font-family: Museo Sans Cyrl!important;
	font-size: 14px!important;
	font-weight: 300!important;
	line-height: 18px!important;
	color: #4D4D4F!important;
}

.articles-list__name{
	font-family: Museo Sans Cyrl!important;
	font-size: 20px!important;
	font-weight: 300!important;
	line-height: 28px!important;

}