main {
    overflow: initial;
    background-color: #fff;
}
.mMetka__description a {
    display: none;
}


ymaps[class*='-balloon_layout_normal']  {
    padding: 0;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid #efefef !important;
}

ymaps[class*='-balloon__content'] {
    /*border-left: 1px solid red;*/
    height: auto;
    padding: 20px 30px;
    width: 310px;
    max-width: 310px;
}
ymaps[class*='-balloon__content'] > ymaps[id*='id_'] {
    height: auto;
    width: auto !important;
}
.map-city__name h3 {
    font-size: 16px;
    color: #231f20;
    font-weight: 800;
    line-height: 1.2;
}
.map-city__name .map-city__address {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #939598;
}
.map-city__name .map-city__link {
    display: inline;
    text-align: left;
    color: #6931e1;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}
.map-city__name .map-city__link:hover {
    color: #231f20;
}
.map-city__name .map-city__link:after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 5px;
    height: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background-image: url(/assets/img/ax.png);
    background-position: center center;
    background-size: cover;
}









































































