#svg-map01 {
    position: relative;
    margin-top: 60px;
}
.svg-map__zoom {
    top: 104px !important;
}
.svg-map__cont {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}
.map {
    text-align: center;
    height: 485px;
}
.map-holder {
    max-width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    max-height: 520px;
    display: inline-block;
}
#map-2-popup {
    position: absolute;
    z-index: 100;
    top: 530px;
    left: 50%;
    margin-left: 105px;
    /*margin-left: -225px;*/
    width: 450px;
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px 30px;
    overflow: hidden;
    display: none;
    text-align: left;
}
#map-2-popup .map-popup-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    opacity: .7;
}
#map-2-popup .wm-holder .wm-news-link {

}
#map-2-popup .wm-holder.t-sec .wm-news-link {
    margin-bottom: 12px;
}
#map-2-popup .wm-holder.t-sec + .wm-holder {
    padding-top: 8px;
    border-top: 1px solid gray;
}
#map-2-popup .wm-holder.t-sec + .wm-holder .wm-news-link {
    margin-bottom: 0;
}
#map-2-popup .wm-title {
    margin-bottom: 8px;
}
#map-2-popup .wm-news-link {
    margin-top: 8px;
    margin-bottom: 3px;
    font-weight: 600;
}
#map-object {
    margin-left: 50px !important;
}
#map-object, .map {
    position: relative;
    padding-left: 10px;
}
    .map-holder #map-1-img {
        width: 100%;
    }
    .map-holder #map-1-svg {
        position: absolute;
        top: -2px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.bwm-map-popup {
    position: absolute;
    display: none;
    z-index: 50;
    text-align: left;
}
    .wm-capital-name {
        position: absolute;
        z-index: 20;
        bottom: -50px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        background: #119769;
        padding: 2px 4px;
        border-radius: 4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        white-space: nowrap;
        /*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);*/
    }
   .bwm-map-popup.left .wm-capital-name {
        left: 210px;
       }
    .bwm-map-popup.right .wm-capital-name {
        right: 18px;
    }
    .bwm-map-popup .wm-holder {
        position: absolute;
        bottom: -20px;
        width: 450px;
        /*background: #ffefc8;*/
        background-color: #fff;
        border-radius: 4px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        padding: 20px 30px;
        overflow: hidden;
        /*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);*/
    }
    .bwm-map-popup .wm-holder .wm-title {
        display: none;
        color: #362206;
        font-size: 14px;
        padding: 5px 10px;
        position: relative;
    }
        .bwm-map-popup .wm-holder .wm-title:after {
            /*content: "";*/
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ffefc8;
            bottom: -10px;
            left: 20px;
        }

    .bwm-map-popup .wm-news-holder {
        clear: both;
        min-height: 49px;
        padding: 10px;
        padding-top: 14px;
    }

    .bwm-map-popup .wm-news-image {
        display: none;
        float: left;
        margin-right: 10px;
    }

    .bwm-map-popup .wm-news-title {
        overflow: hidden;
        font-size: 16px;
        /*text-transform: uppercase;*/
    }
      .bwm-map-popup .wm-news-title a {
        color: #339556;
      }
      .bwm-map-popup .wm-news-title a:hover {
        color: #01d14b;
      }
    .bwm-map-popup .wm-news-link {
      padding-top: 16px;
      font-size: 16px;
      color: #339556;
      font-weight: 700;
      text-decoration: underline;
      cursor: pointer;
    }
    .bwm-map-scale {
        position: absolute;
        top: 360px;
        right: 15px;
        cursor: default;
    }
        .bwm-map-scale .bwms-title {
            display: inline-block;
            font-size: 14px;
        }
        .bwm-map-scale .bwms-progress {
            display: inline-block;
            padding-left: 10px;
            width: 96px;
            height: 25px;
            background: url("wm_scale_bar.png") 0 0 no-repeat;
        }
        .bwm-map-scale .bwms-seek {
            position: relative;
            margin-left: -10px;
            padding-left: 10px;
            width: 0%;
            height: 25px;
            background: url("wm_scale_bar.png") 0 -25px no-repeat;
        }
        .bwm-map-scale .bwms-seek-point {
            position: absolute;
            bottom: -8px;
            right: -10px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #fff;
            border: 3px solid #38bd5e;

        }
