

/* Start:/bitrix/templates/master-it_exp/components/bitrix/news.list/portfolio-big/style.css?17809975192117*/
.shop-list {
	padding-bottom:15px;
}
.shop-list .out-box{
	padding:10px 20px;margin-bottom:10px;
}
.shop-list .inner-box{
	border: 1px solid #ddd;height:190px;overflow:hidden;display:inline-block;
}
.shop-list .col-md-4.noshop .inner-box img {height:100%;}
.shop-list .device-text{
	padding-bottom:15px;
}
@media(max-width:767px){
.shop-list .inner-box{max-width:350px;margin:5px auto;}	
.shop-list .device-pic {
	margin:5px auto;
}
}
.shop-list .modal-body img{
	margin:auto;
}
@media(min-width:1200px){
	.shop-list .modal-dialog{
		width:1000px;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.shop-list .modal-dialog{
		width:800px;
	}
}
@media(max-width:991px){
	.shop-list .modal-dialog{
		width:auto;
	}
}

/* simple lightbox */
.simple-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .72);
}

.simple-lightbox.is-open {
    display: flex;
}

.simple-lightbox__img {
    display: block;
    max-width: 96vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    user-select: none;
    transform: translate(0, 0) scale(1);
    transition: transform .15s ease;
}

.simple-lightbox__img.is-zoomed {
    cursor: grab;
}

.simple-lightbox__img.is-dragging {
    cursor: grabbing;
    transition: none;
}

.simple-lightbox__close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.simple-lightbox__close::before,
.simple-lightbox__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #222;
    border-radius: 2px;
}

.simple-lightbox__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.simple-lightbox__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.simple-lightbox-open {
    overflow: hidden;
}
/* End */
/* /bitrix/templates/master-it_exp/components/bitrix/news.list/portfolio-big/style.css?17809975192117 */
