

/* Start:/bitrix/templates/main/components/bitrix/news.list/news/style.css?17292423272183*/
.news-list{
	font-size:0;
	text-align: justify;
	text-align-last: left;
}
/*
.news-list:after  {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}*/

.news-list__item{
	display:inline-block;
	position:relative;
	width: 100%;
	vertical-align: top;
	text-align: left;
	cursor:pointer;
	margin-bottom:30px;
	padding-left: 240px;
	min-height: 132px;
	/*background-color: #3f3f3f;*/
}

.news-list__image-cover{
	width:220px;
	height:132px;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
	/*background: #D11242;*/
}

.news-list__image{
	width:100%;
	transition: filter 0.5s;
	opacity: 1;
	filter: grayscale(0.75);
}

.news-list__image_stub{
	height: 132px;
	padding: 10px 55px;
	border: 1px solid #CCCCCC;
}

.news-list__name{
	margin: 0px 0px 14px 0px;
	border-bottom: none;
	font-size: 16px;
	text-align: left;
	position: relative;
	z-index: 100;
}
.news-list__link{
	color: #3f3f3f !important;
	transition: color 0.5s;
	text-decoration: none;
	font: 500 18px 'Open Sans', sans-serif;
	display: block;

}

.news-list__text{
	text-align: left;
	display: inline-block;
	font: 300 14px/22px 'Open Sans', sans-serif;
	max-height: 66px;
	overflow: hidden;
}
.news-list__data {
	font-size: 13px;
	font-style: italic;
	width: 72px;
	position: absolute;
	right: 0;
	bottom: 0;
}


.news-list__item:hover .news-list__link{
	color: #D11242 !important;
}

.news-list__item:hover{
	/*background-color: #F9F9F9;*/
}

.news-list__item:hover .news-list__image{
	opacity: 1;
	filter: grayscale(0.1);
}


@media screen and (max-width: 480px) {
	.news-list__item{
		padding-left: 120px;
		min-height: 60px;
		margin-bottom: 15px;
	}
	.news-list__image-cover {
		width: 100px;
		height: 60px;
	}
	.news-list__image_stub {
		height: 60px;
		padding: 5px 25px;
	}

	.news-list__text{
		display:none;
	}

	.news-list__link{
		font-size:14px;
		line-height:20px
	}

	.news-list__data{
		display:none;
	}
}
/*
@media screen and (max-width: 1023px) {
	.news-list__item{
		width:32%;
	}
}

@media screen and (max-width: 767px) {
	.news-list__item{
		width:48%;
	}
}

@media screen and (max-width: 479px) {
	.news-list__item{
		width:100%;
	}
}*/
/* End */
/* /bitrix/templates/main/components/bitrix/news.list/news/style.css?17292423272183 */
