.xxx-map-baloon{
    position: relative;
    width: 300px;
}


.xxx-map-baloon__in{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(51, 62, 80, 0.3);
}

.xxx-map-baloon__close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ADB4BF;
}

.xxx-map-baloon__close i:before{
    content: "\e916";
    font-family: "bankiros" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xxx-map-baloon__top{
    border-bottom: 1px solid #E8ECEF;
    padding: 10px;
}

.xxx-map-baloon__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 20px;
}

.xxx-map-baloon__icon img{
    display: block;
    max-height: 35px;
    max-width: 120px;
}

.xxx-map-baloon__content{
    padding: 20px;
}

.xxx-map-baloon__title{
    font-size: 16px;
    line-height: 150%;
    color: #333E50;
}

.xxx-map-baloon__desciption{
    font-size: 14px;
    line-height: 20px;
    color: #9299A2;
    margin-top: 5px;
}
.xxx-map-baloon .xxx-rating-site{
    margin-top: 15px;
}

.xxx-map-baloon__phones{
    font-size: 14px;
    line-height: 17px;
}

.xxx-map-baloon__tags{
    margin-top: 10px;
}

.xxx-map-baloon .xxx-rating-site{
    font-size: 14px;
    color: #9299A2;
}

.xxx-map-baloon__anchor{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: white;
    width: 15px;
    height: 15px;
}