

/* Start:/bitrix/templates/bs_production_m1/components/bitrix/news.list/photo_items_type_events/style.css?17763287763468*/
.photo_items_wrapper {
    //background-color: #F4F7FB; 
    padding: 30px 0;
}
.photo_items_wrapper.hide_header {background: none; padding: 0;}
.photo_items_wrapper .page_block_header {margin-bottom: 10px;}

.photo_carousel .item {width: 400px; height: 250px; margin: 0 20px 20px 0; border: 1px solid #edeef0;}
.photo_carousel .item .img {width: 100%; height: 100%;}
.photo_carousel .item .img > a {display: block; width: 100%; height: 100%;}
.photo_carousel .item .img img {width: 100%; height: 100%;}

.photo_items_wrapper .owl-theme .owl-dots {bottom: -10px;}


/*Плитка в перемешку*/
.photo_tile {margin-bottom: 30px;}
.photo_tile .item {
    overflow: hidden; 
    width: 25%; 
    height: 250px; 
    text-align: center;
    position: relative;
}
.photo_tile .item .href {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}
.photo_tile .item .img {display: block; width: 100%; height: 100%; position: relative;}
.photo_tile .item .img img {object-fit: cover; width: 100%; height: 100%; transition: transform 0.5s;}
.photo_tile .item .img::before, .photo_tile .item .img::after {
    opacity: 0;
    width: 50px;
    height: 50px;  
    border-radius: 25px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    transition: all 0.1s ease-out 0.05s;
    z-index: 1;
}
.photo_tile .item .img::before {background: var(--OPTION_BASE_COLOR);}
.photo_tile .item .img::after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11.5' cy='11.5' r='9.5' stroke='%23FFFFFF' stroke-width='1.5'/%3e%3cpath d='M18.5 18.5L22 22' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;
    background-size: auto;
    background-size: 45%;
}

.photo_tile .item:hover {box-shadow: 0 1rem 3rem rgba(0,0,0,.2) !important;}
.photo_tile .item:hover .img img {transform: scale(1.1);}
.photo_tile .item:hover .img::before {opacity: 0.75; z-index: 1;}
.photo_tile .item:hover .img::after {opacity: 1; z-index: 2;}

.photo_tile .item:hover .href {opacity: 0;}

body.SITE_THEME_DARK .photo_items_wrapper {background-color: var(--THEME_DARK_BG_ITEM_COLOR);}

body.SITE_THEME_DARK .photo_item_container .item  {border: 1px solid var(--THEME_DARK_LINE_COLOR);}




/*1348px*/
@media screen and (min-width: 1348px)
{  
    .photo_items_wrapper .owl-theme .owl-nav button.owl-prev {left: -60px;}
    .photo_items_wrapper .owl-theme .owl-nav button.owl-next {right: -60px;}
}
@media screen and (max-width: 1348px)
{

}


/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
     .photo_tile .item {height: 150px;}    
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    .photo_tile .item {height: 100px;}
    
}

/* End */
/* /bitrix/templates/bs_production_m1/components/bitrix/news.list/photo_items_type_events/style.css?17763287763468 */
