.ya-map {
    overflow: hidden;
    position: relative;
}
#ya-map-client {
    width: 100%;
    height: 500px;
}

.service-map-filter, .static-service-map-filter {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 100;
    box-shadow: 0 2px 15px #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.service-map-filter .card-body, .static-service-map-filter .card-body {
    padding: 10px 15px;
}
.service-map-filter .custom-control, .static-service-map-filter .custom-control {
    font-size: 14px;
}
.service-map-filter .card-body, .static-service-map-filter .card-body {
    padding: 10px;
}

.ymaps-2-1-79-balloon {
    box-shadow: 0 4px 10px rgba(196, 196, 196, 0.5)!important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.yam-ballon {
    padding: 5px 0;
}
.yam-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}
.yam-left {
    flex: 1;
}
.yam-right {
    margin-left: 15px;
}
.yam-img {
    max-width: 160px;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.yam-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}
.yam-type {
    font-size: 14px;
    margin-bottom: 3px;
}
.yam-address {
    font-size: 14px;
    margin-bottom: 3px;
    color: #8D9397;
}
.yam-rating-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.yam-rating {
    color: #009A61;
    margin-right: 10px;
}
.yam-rating-quantity {
    color: #8D9397;
}
.yam-body {
    margin-bottom: 15px;
}
.yam-hours {
    margin-bottom: 5px;
}
.yam-hours .yam-hours-weekday {
    margin-bottom: 5px;
}
.yam-footer {
    display: flex;
    justify-content: space-between;
}
.yam-footer .btn-primary {
    font-size: 14px;
    padding: 5px 16px;
}
@media (max-width: 575px) {
    .yam-right {
        display: none;
    }
}
