

/* Start:/local/templates/.default/components/bitrix/news.detail/fotogalery/style.css?1733687426366*/
.fotogalry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fotogalry .slide {
	padding: 5px;
	width: 33%;
	/* margin-right: 10px; */
	margin-bottom: 10px;
	
}

.fotogalry .slide img {
	width: 100%;
	height: 100%;
	/* width: 300px; */
	display: block;
	object-fit: cover;
}

@media( max-width: 992px ){
	.fotogalry .slide {
		width: 50%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/fotogalery/style.css?1733687426366 */
