

/* Start:/local/components/dwstroy/svg.map/templates/.default/style.css?17683313161394*/
.img_map {
    margin-right: -65px;
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
}
svg:not(:root) {
    overflow: hidden;
}
.js_control_width {
    width: 100%;
}
#dws_svg_map {
    text-align: center;
    width: 100%;
    height: 100%;
}
#dws_svg_map svg#wrapper {
    background-color: #0C0B0C !important;
    width: auto;
    height: -webkit-fill-available;
}
svg#map g {
    cursor: pointer;
}
svg#map g.active path,
svg#map g:hover path {
    fill: rgb(159, 159, 159) !important;
}
svg#map text tspan {
    fill: rgb(218, 218, 218) !important;
}
#svg_price_popup {
    cursor: pointer;
    color: #000000;
    text-align: center;
    width: 140px;
    padding: 5px 3px 3px;
    font-size: 12px;
    line-height: 18px;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    display: none;
}
#svg_price_popup.active {
    display: block;
}
#svg_price_popup::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: white;
    position: absolute;
    left: 30px;
    top: -4px;
}

@media (min-width: 1340px) {
    #dws_svg_map svg#wrapper {
        /*width: auto;*/
    }
}
@media only screen and (max-width : 768px) {
    #dws_svg_map svg#wrapper {
        width: 90%;
        height: auto!important;
    }
}
/* End */
/* /local/components/dwstroy/svg.map/templates/.default/style.css?17683313161394 */
