

/* Start:/bitrix/templates/.default/components/bitrix/news.list/photogallery/style.css?1767737607600*/
div.news-list img.preview_picture
{
	float:left;
}
.news-date-time {
	color:#486DAA;
}
.photogallery a {
	display: flex;
	float: left;
	width: 358px;
	height: 358px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: var(--white);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	align-items: center;
	justify-content: center;
}
.photogallery a img {border-radius: 3px;}
.photogallery a:hover {border: 2px solid var(--gray);}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/photogallery/style.css?1767737607600 */
