

/* Start:/bitrix/templates/mydagestan_new/components/bitrix/news.list/gallery/style.css?1671330441831*/
.gallery-page {}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.gallery-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .gallery-item {
        width: 33.333336%;
    }
}

@media (max-width: 545px) {
    .gallery {
        margin: 0 -6px;
    }
    .gallery-item {
        width: 50%;
        padding: 0 6px;
    }
}

.gallery-item:hover .gallery-item__title {
    color: #3E87E6;
}

.gallery-item__image {
    position: relative;
    padding-top: 70%;
}

.gallery-item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.gallery-item__title {
    padding-top: 15px;
    color: #000;
    font-weight: 600;
    font-size: 1.125rem;
}
/* End */
/* /bitrix/templates/mydagestan_new/components/bitrix/news.list/gallery/style.css?1671330441831 */
