

/* Start:/local/templates/fine/components/bitrix/news.detail/news/style.css?1781529627633*/

.news-gallery {
    width: 100%;
    max-width: 926px;
    margin: 0 auto;
}

.news-gallery a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .35s ease;
}

.news-gallery a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(49, 50, 117, 0.15);
    opacity: 1;
    transition: opacity .35s ease;
    pointer-events: none;
    z-index: 2;
}

.news-gallery a:hover::after {
    opacity: 0;
}

.news-gallery a:focus::after {
    opacity: 0;
}

.news-gallery a:hover img,
.news-gallery a:focus img {
    transform: scale(1.05);
}
/* End */
/* /local/templates/fine/components/bitrix/news.detail/news/style.css?1781529627633 */
