

/* Start:/local/templates/novosvetskiy/components/bitrix/news.list/photo_section/style.css?17860183552688*/
.slider_photo {margin-bottom: 20px;}
.slider_photo .owl-stage-outer {padding-bottom: 10px;}

.slider_photo .item {
    overflow: hidden; 
    width: 300px; 
    height: 200px; 
    margin: 0 15px 15px 0;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #edeef0;

}
.slider_photo .item > a{display: block; width: 100%; height: 100%;}
.slider_photo .item img {width: 100%; height: 100%;}
.slider_photo .item.owl-carousel img {object-fit: contain;}

.slider_photo .owl-dots {bottom: 0!important;}


body.SITE_THEME_DARK .slider_photo .item {border: 1px solid var(--THEME_DARK_LINE_COLOR);}


@media screen and (min-width: 1350px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: -65px;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: -65px;}
}
@media screen and (max-width: 1300px){
    .slider_photo.owl-theme .owl-nav button.owl-prev {left: 0;}
    .slider_photo.owl-theme .owl-nav button.owl-next {right: 0;}   
}
/*.col-lg-*/
@media screen and (max-width: 1200px) {
    
}

/*.col-md-*/
@media screen and (max-width: 991px){
   
}

/*.col-sm-*/
@media screen and (max-width: 767px){

}

/*.col-*/
@media screen and (max-width: 575px){   

}

/* Home about gallery */
.home-about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(180px, 0.75fr);
    gap: 16px;
    height: 360px;
    min-height: 0;
}

.home-about-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}

.home-about-gallery-item--primary {
    grid-column: 1;
}

.home-about-gallery-item--secondary {
    grid-column: 2;
}

.home-about-gallery-item--hidden {
    display: none;
}

.home-about-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-about-gallery-item:hover img {
    transform: scale(1.025);
}

.home-about-gallery--single {
    grid-template-columns: minmax(0, 1fr);
}

.home-about-gallery--single .home-about-gallery-item--primary {
    grid-column: 1 / -1;
}

@media screen and (max-width: 1200px) {
    .home-about-gallery {
        grid-template-columns: minmax(0, 1.5fr) minmax(160px, 0.75fr);
        height: 320px;
    }
}

@media screen and (max-width: 991px) {
    .home-about-gallery {
        max-width: 720px;
        height: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .home-about-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        height: 210px;
    }
}
/* /Home about gallery */

/* End */
/* /local/templates/novosvetskiy/components/bitrix/news.list/photo_section/style.css?17860183552688 */
