

/* Start:/local/templates/department/components/bitrix/news.detail/fancybox_gallery/style.css?1770611817961*/
.fancybox-gallery {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: ". . . .";
}
@media (max-width: 920px) {
	.fancybox-gallery{
		grid-template-areas: ". . .";
	}
}
@media (max-width: 450px) {
	.fancybox-gallery{
		grid-template-areas: ". .";
	}
}
.fancybox-gallery a {
	text-decoration: none;
	margin: 2px 3px;
}

.fancybox-gallery img {
	border: none;
	/*-moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .9;*/
	max-width: 100%;
	height: auto;
}

/*.fancybox-gallery img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}*/

.fancybox-title-float-wrap .child {
	background: #fff;
	color: #000;
	text-shadow: none;
	font-weight: 400;
}
.fancybox-content{
    border-radius: 0px!important;
}
/* End */
/* /local/templates/department/components/bitrix/news.detail/fancybox_gallery/style.css?1770611817961 */
