.block-rel {
    position: relative;
}
.map-circle {
    position: absolute;
    width: 20px !important;
    height: auto;

}
.map-wrap img {
    width: 100%;
}
.map-circle {
    cursor: pointer;
}
.map-svg {
    filter: drop-shadow(0px 0px 5px #bbb);
}
.map-svg path {
    fill: #eee;
    fill-opacity: 1;
    stroke: #666;
    stroke-width: 1px;
    stroke-opacity: 0.1;
    transition: all 0.5s;
}
.map-svg path:hover {
    fill: #ffffff;
    stroke: #fe8920;
    stroke-opacity: 1;
}