

/* Start:/local/templates/izberkom/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?16747209911074*/
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-item {
    max-width: 32%;
    border: 2px solid #eaeaea;
    position: relative;
    transition: .3s linear;
    margin-bottom: 20px;
}
.gallery-item:hover {
    border-color: #0055ba;
}
.gallery-item:hover .gallery-item-name{
    color: #0055ba;
}
.gallery-item-photo {
    max-width: 100%;
    margin-bottom: 20px;
}
.gallery-item-photo img{
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gallery-item-name {
    font-size: 20px;
    padding: 10px 10px 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
    transition: .3s linear;
}
.gallery-item-descr {
    font-size: 12px;
    color: #777;
    padding: 0 15px 15px;
}

@media (max-width: 767px) {
    .gallery-item {
        max-width: 49%;
    }
}

@media (max-width: 500px) {
    .gallery-item {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/izberkom/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?16747209911074 */
