.gyms__wrap {
    height: 580px;
}
.gyms__map {
    width: 100%;
    height: 580px;
}
.balloon__photo {
    width: 164px;
    height: 80px;
    overflow: hidden;
}
.balloon__photo img {
    width: 100%;
    min-height: 100%;
}
.balloon__panel {
    width: 164px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 3px;
    font-size: 0.8rem;
}
.balloon__panel span {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}
.balloon {
    position: relative;
    width: 164px;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.balloon__close {
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.balloon__close::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-image: url("/img/cross-20x20.png");
    background-size: cover;
}
.balloon::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -8px;
    width: 17px;
    height: 8px;
    background: url("/img/mark-balloon.png");
}