

/* Start:/local/templates/main/components/bitrix/news.detail/gallary/style.css?1709715900657*/
.gallary {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}

.gallary_item {
	overflow: hidden;
	position: relative;
}

.gallary_item img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display:block;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.gallary_item:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}

@media (max-width: 500px) {
.gallary {
	justify-content: center;
}
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/gallary/style.css?1709715900657 */
