/* ########################################################################## */
/* GALLERY */
/* ########################################################################## */

.has_gallery .content_wrapper {
    padding-top: 0;
}

.has_gallery main {
    display: flex;
    margin-right: -10rem;
}

.has_gallery .item-page {
    width: 50%;
}

.has_gallery .item-page div[itemprop="articleBody"] {
    padding-top: 60px;
    padding-right: 90px;
}

.has_gallery .gallery_block {
    width: 50%;
}

.has_gallery .gallery_block,
.has_gallery .gallery_block [id^="rc_gallery_"] {
    position: relative;
    right: -6px;
}

.has_gallery .gallery_block [id^="rc_gallery_"] a {
    /*max-width: calc(50% - 2px);*/
}

@media (max-width: 1499px) {
    .has_gallery main {
        margin-right: -5rem;
    }

    .has_gallery .item-page div[itemprop="articleBody"] {
        padding-right: 60px;
    }
}

@media (max-width: 800px) {
    .has_gallery main {
        flex-direction: column;
        margin-right: 0 !important
    }

    .has_gallery .item-page {
        width: 100%;
    }

    .has_gallery .gallery_block,
    .has_gallery .gallery_block [id^="rc_gallery_"] {
        width: 100%;
        right: 0px;
    }

    .has_gallery .item-page div[itemprop="articleBody"] {
        padding-right: 0;
        padding-bottom: 90px;
    }
}

@media (max-width: 800px) {
    .has_gallery .gallery_block [id^="rc_gallery_"] a,
    .rc_gallery div.rc_galleryimg_container,
    .rc_gallery div.rc_galleryimg_container picture {
        width: 100%;
    }

    #rc_gallery_1.rc_gallery .rc_galleryimg {
        width: 100% !important;
        height: auto !important;
    }
}