
.balloon {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    row-gap: 8px;
    border-radius: 12px;
    padding: 0;
    height: 100%;
    width: 350px;
    overflow: hidden;
    background-color: black;
    color: #FFF;
}

#map {
    width: 100%;
    height: 100%;
}

.container-map {
    padding: 6px;
}
.container-map .rank-container .rank-item {
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/ezzhev/assets/js/map/res/star.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.container-map .map-company {
    margin-top: 10px;
}
.container-map .rank-container {
    display: flex;
    flex-direction: row;
    width: 100px;
    margin: 0 auto;
}
.container-map .rank-item.rank-half {
    background-image: url("/wp-content/themes/ezzhev/assets/js/map/res/starHalf.png");
}
.image-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.phone-map, .address-map {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 4px;
}
.information {
    margin-top: 10px;
}
.info-icon svg, .info-icon img {
    width: 15px;
    height: 15px;
}
h5 {
    color: #DE0F10
}
.title {
    font-size: 24px;
    margin-bottom: 10px;
}

@keyframes loading {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(200%);
    }
}
.contacts-bottom-item {
    cursor: pointer;
    background-color: #212121;
    color: #FFFFFF;
    padding: 20px;
    width: 100%;
    border: 1px solid #212121;
}
.contacts-bottom-item:hover {
    background-color: #2B2B2B;
    border: 1px #2B2B2B solid;
}
.contacts-bottom-item.active {
    border: 1px #bd0102 solid;
}
.map-loader {
    margin-top: 30%;
    padding: 10px;
    text-align: center;
}
.map-loader .map-loader-loader {
    text-align: center;
    width: 80px;
    margin: 0 auto;
}
.map-loader-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.map-loader-info {
    font-size: 1.3rem;
    color: #4c1616;
}
