svg {
  max-width: 100%;
}

.map {
  position: relative;
  height: auto;
  margin: 0 auto;
  max-with: 100%;
}

.marker {
  position: absolute;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  color: #333;
  background: none;     /* убрать фон точки */
  width: auto;
  height: auto;
  text-indent: 0;
  box-shadow: none;     /* если не нужен фон-блик */
   transform: translate(-50%, -100%);
} /*
.marker:after {
  content: " ";
  position: absolute;
  left: -11px;
  top: -11px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px #ffffff;
  border-radius: 50px;
    height: 25px;
    width: 25px;
  opacity: 0;
  color: #333;
  -webkit-animation: pulse 1.86s ease-out; 
  -webkit-animation-iteration-count: infinite;
} */
.marker .geo-pin {
  width: 40px;   
  height: auto;
  display: block;
  margin: 0 auto;   
}

/*
.marker .geo-pin:hover {
  width: 50px; 
  padding: 5px 10px 5px 0;
    -webkit-animation: pulse 1.86s ease-out; 
  -webkit-animation-iteration-count: infinite;
}
  */

.marker span {
  display: block;
  margin-top: 4px; /* текст под пином */
  font-size: 12px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.marker:nth-of-type(1n + 1):after {
  -webkit-animation-delay: 0s;
}

.marker:nth-of-type(2n + 1):after {
  -webkit-animation-delay: 0.25s;
}

.marker:nth-of-type(3n + 1):after {
  -webkit-animation-delay: 0.5s;
}

.marker:nth-of-type(4n + 1):after {
  -webkit-animation-delay: 0.75s;
}

.marker:nth-of-type(5n + 1):after {
  -webkit-animation-delay: 1s;
}
/*
.marker:hover {
  padding: 5px 10px 5px 0;
  width: auto;
  height: auto;
  color: #333;
}
  */

.nnovgorod {
left: 15.1%;
    top: 46.5%;
}

.moscow {
  left: 12%;
  top: 42.5%;
}

.spb {
left: 12.2%;
    top: 29.8%;
}

.voronezh {
left: 9%;
    top: 50.5%;
}

.ust-kamchatsk {
left: 10%;
    top: 45%;
}

.belgorod {
    left: 7.3%;
    top: 49.4%
}

.rostov-na-donu {
   left: 6.2%;
    top: 57.7%;
}
.sochi {
   left: 3.2%;
    top: 62.5%;
}
.sankt-petersburg {
left: 12.3%;
    top: 30.4%;
}
.ufa {
left: 21%;
    top: 58%;
}
.kemerovo {
left: 40%;
    top: 70%;
}
.uglegorsk {
left: 80.3%;
    top: 75.4%;
}
.uzhno-sakhalinsk {
left: 81.7%;
    top: 78.8%;
}