.shops-list *{
    font-family: "Cuprum";
    font-size: 16px;
}
.shops-list{
    margin-bottom: 129px;
}
.shops_title{
    padding-left: 10px;
    font-size: 22px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: Cuprum;
}
.shop-info-wrapper{
    background: #fff;
    display: flex;
    width: 391px;
    min-height: 100px;
    padding:5px 0;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.shop-info-wrapper:hover, .shop-info-wrapper.active{background: #e8f3dd;}

.shop-info-wrapper:hover .shop-address, .shop-info-wrapper:hover .shop-links,
.shop-info-wrapper:hover .shop-tel-mail-link, .shop-info-wrapper:hover .shop-work-time,
.shop-info-wrapper.active .shop-address, .shop-info-wrapper.active .shop-links,
.shop-info-wrapper.active .shop-tel-mail-link, .shop-info-wrapper.active .shop-work-time
{}
.shop-info-wrapper:hover .shop-work-time:before, .shop-info-wrapper.active .shop-work-time:before{}

.shop-info-img-cont{
    width: 60px;
    height: 60px;
    margin: auto 15px;
}
.shop_img{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.shop-info-text-block{
    width:calc(100% - 60px);
    /*padding: 12px 16px 12px 19px;*/
}
.shop-address{font-family: "Cuprum";color: #484848;}
.shop-links{color: #484848; font-family: Cuprum}
.shop-links .shop-tel-mail-link{
    color: #03632e;
}
.shop-work-time{font-family:Cuprum;font-size: 14px;color: #8c8c8c;position: relative;padding-left: 21px;}
.shop-work-time:before{
    content: "";
    display: block;
    position: absolute;
    background: url("./watch_icon.png") no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
}
#ya_map_shops_info{
    width: 100%;
    margin-bottom: 34px;
    min-height: 800px;
    height: 800px;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    #ya_map_shops_info > *{
        min-width: 100%;
    }
    #ya_map_shops_info{
        width: 100%;
        margin-bottom: 34px;
        min-height: unset;
        max-height: 80vh;
        position: relative;
        overflow: hidden;
    }
}
#ya_map_shops_info .nd_wrapper{
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    padding: 30px 0;
}
#ya_map_shops_info .nd_wrapper .shops-list{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 1001;
    padding-left: 0;
}
#ya_map_shops_info .nd_wrapper .shops-list::-webkit-scrollbar-track {background: #d6e5c7;}
#ya_map_shops_info .nd_wrapper .shops-list::-webkit-scrollbar {width: 5px; background: #d6e5c7;}
#ya_map_shops_info .nd_wrapper .shops-list::-webkit-scrollbar-thumb {background: #097333;}
.baloon{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.5;
}
.baloon-slider{
    width: 250px;
    height: 250px;
    position: relative;
}
.baloon-slider .image-box{
    width: 100%;
    height: 250px;
}
.baloon-slider .shop_img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.baloon .shop-info-wrapper-baloon{
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    display: flex;
    width: 291px;
    cursor: pointer;
    position: relative;
    height: 250px;
    padding: 15px 30px;
    padding-right: 0;
    justify-content: space-between;
}
.baloon .text{
    font-size: 15px;
    color: #666666;
    font-family: Cuprum;
    line-height: 1.25;
}
.baloon .shop-info-text-block{
}
.baloon .buttons{
    width: 250px;
    height: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.baloon .buttons .button{
    width: 30px;
    height: 30px;
    background: #03632e;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 50%;
    cursor: pointer;
}
.baloon .buttons .button:before{
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}
.button-prev{
    margin-left: -15px;
}
.button-next{
    margin-right: -15px;
}
.button-prev:before{
    transform: rotate(45deg);
    margin-left: 2px;
}
.button-next:before{
    transform: rotate(-135deg);
    margin-left: -1px;
}
.slider{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
[class$="balloon__content"] {
    padding: 18px 0 !important;
}