

/* Start:/local/templates/shariki_new/components/bitrix/news.list/sert/style.css?17738042531424*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
}

.gallery-item {
    width: 220px;
    height: 310px;
    box-sizing: border-box;
    cursor: pointer;
}

.gallery-item-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-item-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Размеры для мобильных устройств */
@media screen and (max-width: 768px) {
    .gallery-item {
        width: 140px;
        height: 198px;
    }
}
/* End */
/* /local/templates/shariki_new/components/bitrix/news.list/sert/style.css?17738042531424 */
