

/* Start:/local/templates/bootstrap4/components/bitrix/news/news/bitrix/news.list/.default/style.css?1537295635900*/
.row.news-item {
}

a.news-item, a.news-item:hover {
	display:block;
	text-decoration: none;
	color:#1c2632;
	margin-bottom:40px;
}

a.news-item {
	background-color:#f2f2f2;
	transition: background-color 0.3s ease 0s;
}

a.news-item img {
	max-width: 100px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);	
	transition: filter 0.3s ease 0s;	
}

a.news-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

a.news-item .date {
	color:#969696;
	margin:15px 0px;
}

a.news-item .name {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom:15px;
}


@media (min-width: 576px) { 
}


@media (min-width: 768px) { 
	a.news-item .name {font-size: 20px;}
}


@media (min-width: 992px) { 
	a.news-item .name {font-size: 24px;}
	a.news-item img {max-width: 100%;}
	a.news-item:hover {background-color: #FFF;}	
}


@media (min-width: 1200px) { 
	a.news-item .name {font-size: 28px;}
}

/* End */
/* /local/templates/bootstrap4/components/bitrix/news/news/bitrix/news.list/.default/style.css?1537295635900 */
