.showroom-map {
    overflow: hidden;
}

.map-point {
    z-index: 2;
}

.map-point {
    cursor: pointer;
}

.map-popup {
    z-index: -1;
}

.showroom-map {
    position: relative;
}

.showroom-map__title {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

@media screen and (max-width: 576px) {
    .showroom-map__title {
        font-size: 35px;
    }
}