

/* Start:/local/templates/main/css/shop.css?17701158943092*/
/**/
.shop-nav__item{
    display: inline-flex;
    align-items: center;
}
.shop-nav__ico{
    margin-right: 1rem;
}
.stopwatch{
    width:20px;
    height: 20px;
}
.phone-call{
    width:16px;
    height: 16px; 
}
.shop-addr{
    margin-bottom: 8px;
    font-size: 2.4rem;
    display: block;
    text-align: center;
}
.shop__pic{
    width: 100%;
    display: block;
    font-size: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.shop__img{
    width: 100%;
}
.shop-content{
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    height: 200px;
}
.shops{
    padding-top: 3rem;
}
.shop_offset{
    margin-bottom: 3rem;
}
.shop-nav{
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-nav__item:not(:last-child){
    margin-right: 15px;
}
.shop-link{
    display: inline-block;
    text-decoration: underline;
    font-size: 1.6rem;
}
.shop-popup{
    width: 96%;
    border-radius: 8px;
    padding:30px 15px;
    background: #fff;
    max-width: 67.7rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.shop-popup__title{
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 2rem;
}
 .shop-popup .mfp-close {
    width: 26px;
    height: 26px;
    border:1px solid #C5C5C5;
    border-radius: 50%;
    position: absolute;
    right:15px;
    top: 15px;
    padding: 0;
}
.gallery-thumbs .swiper-slide{
    cursor: pointer;
}
.shop-popup .mfp-close {
    width: 26px;
    height: 26px;
    border: 1px solid #C5C5C5;
    border-radius: 50%;
    position: absolute;
    right: 15px!important;
    top: 15px!important;
    padding: 0;
    line-height: 1.1;
    font-size: 24px;
    color: #C5C5C5;
    font-weight: 300;
}
 .shop-popup .swiper-slide {
      background-size: cover;
      background-position: center;
    }

   .shop-popup .gallery-top {
     
      width: 100%;
    }
.shop-popup .gallery-top img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
   .shop-popup .gallery-thumbs {
      height: 150px;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
@media(max-width:990px){
    .shop-addr{
        font-size: 1.8rem;
    }
    .shop-nav__title{
        font-size: 16px;
    }
}
@media(max-width:640px){
    .shop-popup__title{
        font-size: 16px;
    }
    .shop-popup{
        padding: 30px 15px 20px;
    }
    .shop-popup .gallery-top{
        height: 30rem;
    }
    .shop-popup .gallery-thumbs{
        height: 100px;
    }
}
@media(max-width:500px){
    .shop-popup .mfp-close{
        right: 8px!important;
        top: 8px!important;
    }
    .shop-nav__title {
    font-size: 13px;
}
    .shop-popup .swiper-button-white{
       display: none!important;
    }
    .shop-popup .gallery-thumbs {
    height: 65px;
}
    .shop-popup .gallery-top {
        height: 20rem;
    }
}
/* End */
/* /local/templates/main/css/shop.css?17701158943092 */
