

/* Start:/local/templates/.default/components/bitrix/news.detail/photo-gallery-page-plitka/style.css?17199540001214*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible;
    padding: 0 18%;
    margin-top: 70px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.photogallery-thumbs__plitka {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.gallery__item img {
    border-radius: 10px;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.photogallery-thumbs {
    margin-top: 50px
}

.gallery__item-thumb {
    border-radius: 8px;
}

.gallery__item-thumb img {
    border-radius: 4px;
    transition: .4s
}

.gallery__item-thumb:hover img {
    transform: scale(1.02);
}

@media screen and (max-width: 1024px) {
    .photogallery-thumbs__plitka {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .gallery {
        padding: 0;
        margin-top: 20px;
    }
    .photogallery-thumbs__plitka {
        grid-gap: 10px;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/photo-gallery-page-plitka/style.css?17199540001214 */
