

/* Start:/local/templates/.default/components/bitrix/news.list/progress/style.css?16353462241681*/

.gallery-filter-wrap ul li a {
    cursor: pointer;
}
 
#scroll-gallery .gallery--item {
    cursor: pointer;
    padding-bottom: 30px;
}
 
.main-gallery .lg-outer .lg-thumb-item.active, .main-gallery .lg-outer .lg-thumb-item:hover {
    border-color: #c19b76;
}

.main-gallery .lg-next:before, .main-gallery .lg-prev:after {
    color: #c19b76;
}

.main-gallery .lg-counter {
    color: #c19b76;
}
 
.main-gallery .lg-toolbar .lg-icon{
    color: #c19b76;
}

.progress-gallery .row:first-child {
    padding-top: 0;
}

.progress-gallery .row:nth-child(0) {
    padding-top: 0;
}

.progress-gallery .row {
    padding-top: 4.5rem;
} 

.progress-gallery {
    position: relative;
}

.progress-gallery .title {
    margin-bottom: 1.5rem;
}

.progress-gallery .gallery--item {
    position: relative;
    height: 450px;
    width: 600px;
    cursor: pointer;
}

.progress-gallery .gallery--item img{
    position: relative;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) {
    .progress-gallery .gallery--item {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .progress-gallery .gallery--item {
        height: 450px;
        padding-bottom: 30px;
    }

    .progress-gallery .gallery--item:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .progress-gallery .gallery--item {
        width: 100%;
    }

    .scroll-gallery-content {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .progress-gallery .gallery--item {
        height: 250px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/progress/style.css?16353462241681 */
