/* При наведении чуть увеличивается */
@media (min-width: 850px) {

    #rec1857780051 .t-col_4 {
        transition: transform 0.3s ease !important;
    }

    #rec1857780051 .t-col_4:hover {
        transform: scale(1.1) !important;
    }

}

/* При нажатии раскрывается */
#rec1857780051 .t1073__bgimg {
    cursor: zoom-in;
}

/* Затемнение */
#photo-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
}

/* Открытая фотография */
#photo-overlay .photo-big {
    width: 90vw;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Открыто */
#photo-overlay.active {
    display: flex;
}