

/* Start:/bitrix/templates/citrus_tszh_adaptive_darkblue/components/bitrix/news.list/gallery/style.css?1729593190801*/
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery_item {
    width: 25%;
    cursor: pointer;
    transition: .2s;
}
.gallery_item .img_wrap {
    height: 287px;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    cursor: zoom-in;
}
.gallery_item .img_wrap:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45);
}
/*.gallery_item:hover {
    z-index: 2;
}
.gallery_item img {
    width: 100%;
    max-height: 270px;
    display: block;
    transition: .2s;
}
.gallery_item:hover img {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}*/

/* End */
/* /bitrix/templates/citrus_tszh_adaptive_darkblue/components/bitrix/news.list/gallery/style.css?1729593190801 */
