@font-face {
  font-family: 'Marutya';
  src: url(../fonts/Marutya.ttf);
}

@font-face {
  font-family: 'Lastochka';
  src: url(../fonts/Lastochka.ttf);
}

@font-face {
  font-family: 'Veles';
  src: url(../fonts/Veles.ttf);
}

* {
  outline: none;
}
.mapster_el {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  will-change: left, top, transform;
}
img.mapster_el {
  z-index: -2;
}
#image {
  width: auto;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
}

#tooltip {
  z-index: 9999;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  background-color: #000;
  padding: 5px 10px 5px 10px;
  color: white;
  opacity: 0.6;
  border-radius: 5px;
  max-width: 400px;
}

.img-map{
    width: 100%;
}
.img-map-box{
  height: 100%;
  padding-bottom: 35px;
}
.chart-map-box{
  margin: 0 auto;
}


.img-map-box .grad{
  background: linear-gradient(to right, #64c8ff, #64c800);
  position: absolute;
  height: 20px;
  left: 10%;
  right: 10%;
  bottom: 38px;
}

.img-map-box .max{
  float: right;
  margin: 25px -25px 0 0px;
  width: 50px;
  text-align: center;
}

.img-map-box .min{
  float: left;
  margin: 25px 0 0 -25px;
  width: 50px;
  text-align: center;
}
.img-map-box .mid {
  float: left;
  margin: 25px 0 0 calc(50% - 50px);
  width: 50px;
  text-align: center;
}

.img-map-box .pointer {
  position: absolute;
  top: -5px;
  bottom: -5px;
  background: #000;
  width: 4px;
  left: 0%;
  transition: 0.5s;
}
.img-map-box .pointer span{
  margin: -20px 0 0 -25px;
  width: 50px;
  text-align: center;
  font-weight: bold;
  display: block;
}