

/* Start:/local/templates/izberkom/components/bitrix/news/gallery/bitrix/news.detail/.default/style.css?1674720991524*/
.gallery-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fancybox {
    max-width: 32%;
    margin-bottom: 20px;
}
.gallery-name {
    font-size: 20px;
    color: #0055ba;
    margin-bottom: 20px;
}
.gallery-image {
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .fancybox {
        max-width: 49%;
    }
}

@media (max-width: 500px) {
    .fancybox {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/izberkom/components/bitrix/news/gallery/bitrix/news.detail/.default/style.css?1674720991524 */
