

/* Start:/local/templates/o2garden/components/bitrix/news.list/gallery_block/style.css?17098201951897*/
.gallery_pop_up_back {
    display: none;
    position: fixed;
    z-index: 100;
    /*justify-items: center;*/
    justify-content: center;
    padding: 10px;
    align-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.gallery_pop_up_main {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-rows: max-content 1fr;
    height: 592px;
    width: 1000px;
    padding: 30px;
}

.arrows_div {
    display: flex;
    height: max-content;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2%;
    cursor: pointer;
    z-index: 1;
}

.pop_up_arrows {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.pop_up_arrows:hover {
    background-color: #e4e3e3;
    scale: 1.2;
}

.remove_button_pop_up {
    display: flex;
    justify-content: end;
    width: 100%;
    height: max-content;
    cursor: pointer;
    z-index: 1;
}


.remove_button_pop_up img {
    height: 40px;
    width: 40px;
}

.remove_button_pop_up img:hover {
    scale: 1.2;
}


.current_img_pop_up {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .gallery_pop_up_back {
        justify-content: normal;
    }

    .gallery_pop_up_main {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .cafe_page_photo {
        grid-template-columns: 1fr 1fr !important;
    }

    .gallery_pop_up_main {
        width: 100% !important;
        height: 400px !important;
    }

    .gallery_pop_up_main {
        padding: 10px;
    }

    .gallery_pop_up_back {
        padding: 10px;
        justify-content: normal;
    }
}

@media screen and (max-width: 552px) {
    /*.gallery_pop_up_main {*/
    /*    height: 250px !important;*/
    /*}*/
}

/* End */
/* /local/templates/o2garden/components/bitrix/news.list/gallery_block/style.css?17098201951897 */
