@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Bold-webfont.eot');
    src: url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Reg-webfont.eot');
    src: url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Reg-webfont.woff2') format('woff2'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('http://img.pravda.com.ua/images/v5/fonts/ProximaNova-Reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



#tooltip {
  color: #000; 
  background: #fff; 
  padding: 1em; 
  border-radius: 2px; 
  box-shadow: 0px 0px 4px 0px #a6a6a6; 
  opacity: 1; 
  position: absolute;
  text-align: left;
  font-size: 12px;
font-family: 'proxima_nova_rgregular', Arial, sans-serif;
      }
      #tooltip.hidden {
        display: none;
      }

  .hidden {
        display: none;
      }
	  
	  .key path {
  display: none;
}

.key line {
  stroke: #000;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
h4{color:#aaa;}
.span4{color:#4d4d4d;}
.span3{color:#4d4d4d;}
.span8{color:#4d4d4d;}


.city_name{
font-size: 11px;
font-family:arial;
fill:#000;
pointer-events:none;
}

.key{
font-family: 'proxima_nova_rgregular', Arial, sans-serif;
font-size: 12px;
}
#title{font-size:18px;font-family: 'proxima_nova_rgbold', Arial, sans-serif;width:400px;font-weight:normal;padding-left:0px;text-transform:uppercase;text-align:center;}
#sub_title{font-size:16px;font-family: 'proxima_nova_rgregular', Arial, sans-serif;width:400px;padding-bottom:15px;padding-top:10px;color:#525252;padding-left:0px;text-align:center;}
.annotation_leg{font-size: 14px;
font-family: 'proxima_nova_rgregular', Arial, sans-serif;
}
#logo{border-top: 1px solid #aaa;width:200px;margin-top:10px;}