

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_gallery_page/style.css?16932964222273*/
.gallery__container {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.gallery__banner {
    width: 80%;
    max-height: 580px;
}

.gallery-photo__container {
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    max-width: 24%;
}

.gallery-photo__container h3 {

    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
}

.gallery-photo__container h3 span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.gallery__albums {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    min-height: 50%;
    background: #1193B8;
    padding: 24px;
}

.gallery__photos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    min-height: 50%;
    background: #3CBED8;
    padding: 24px;
}

.button-gallery {
    text-align: center;
    border: 1px solid #FFF;
    background: #3CBED8;
    color: #fff;
}

.button-gallery:hover {
    color: #3CBED8;
    background: #fff;
}

.video__container {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.video__item {
    border-radius: 28px;
    min-width: 306px;
    min-height: 220px;
    height: 100%;
}

.video__all {
    position: relative;
    min-width: 308px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.video__all_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.video__all_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1260px) {
    .gallery__container {
        flex-direction: column;
    }

    .gallery__banner {
        width: 100%;
    }

    .gallery-photo__container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .video__container {
        justify-content: center;
    }
    .video__item {
        display: none;
    }
    .video__item.video__all {
        display: flex;
        width: 100%;
    }
}

@media screen and (max-width: 475px) {
    .gallery__albums,
    .gallery__photos {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_gallery_page/style.css?16932964222273 */
