

/* Start:/local/templates/history/components/bitrix/news.list/gallery/style.css?1756649574862*/
.gallery-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 15px;
}
.gallery-list img {
	max-width: 100%;
	height: auto;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
/*	opacity: 0.8;*/
}
.gallery-list a img:hover {
	/* -webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;  */
	opacity: 1;
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
	right: 35px;
}

@media screen and (max-width: 760px) {
	.gallery-list {
	grid-column-gap: 6px;
	grid-row-gap: 1px;
	grid-template-columns: 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 460px) {
	.gallery-list {
		grid-template-columns: 1fr 1fr;
	}
}
/* End */
/* /local/templates/history/components/bitrix/news.list/gallery/style.css?1756649574862 */
