.map-container {
  position: relative;
  display: inline-block;
  width: 768px;
  height: 686px;
}

@media screen and (max-width: 828px) {
  .map-container {
    display: none;
  }
}

.map__point {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  z-index: 0;
  text-align: left;
  -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
  background-color: #444857;
  -webkit-transition: all 0.6s ease, z-index 0.19s step-end;
  transition: all 0.6s ease, z-index 0.19s step-end;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  will-change: transform;
  -webkit-transform: scale(05);
  transform: scale(0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.map__point:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  border-radius: 2%;
  cursor: pointer;
}

.map__point:hover .map__city__image {
  opacity: 100;
}

.map__point:hover .map__city__text {
  opacity: 100;
}

.map__city__image {
  position: absolute;
  top: 10px;
  height: 120px !important;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.map__city__text {
  position: absolute;
  width: 190px;
  opacity: 0;
  top: 125px;
  font-size: 13px;
  color: #fff;
  font-family: system, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.test {
  top: 0;
  left: 0;
}

.abarkuh {
  top: 290px;
  left: 250px;
}

.abyaneh {
  top: 185px;
  left: 185px;
}

.ahvaz {
  top: 275px;
  left: 85px;
}

.ardabil {
  top: -30px;
  left: 70px;
}

.bam {
  top: 380px;
  left: 445px;
}

.anzali {
  top: 10px;
  left: 120px;
}

.bishapur {
  top: 340px;
  left: 190px;
}

.chabahar {
  top: 545px;
  left: 545px;
}

.choghazanbil {
  top: 255px;
  left: 80px;
}

.dezful {
  top: 220px;
  left: 80px;
}

.firuzabad {
  top: 380px;
  left: 225px;
}

.hamedan {
  top: 130px;
  left: 75px;
}

.hormuz {
  top: 475px;
  left: 385px;
}

.isfahan {
  top: 225px;
  left: 190px;
}

.kermanshah {
  top: 150px;
  left: 30px;
}

.kish {
  top: 495px;
  left: 285px;
}

.lar {
  top: 425px;
  left: 290px;
}

.mahan {
  top: 340px;
  left: 405px;
}

.manjil {
  top: 45px;
  left: 105px;
}

.maragheh {
  top: 10px;
  left: -5px;
}

.masal {
  top: 15px;
  left: 100px;
}

.masuleh {
  top: 30px;
  left: 90px;
}

.meymand {
  top: 330px;
  left: 330px;
}

.namakabrud {
  top: 45px;
  left: 180px;
}

.nashtifan {
  top: 140px;
  left: 525px;
}

.neyshabur {
  top: 60px;
  left: 465px;
}

.qazvin {
  top: 70px;
  left: 125px;
}

.qeshm {
  top: 485px;
  left: 365px;
}

.rasht {
  top: 30px;
  left: 125px;
}

.sareyn {
  top: 15px;
  left: 55px;
}

.saryazd {
  top: 280px;
  left: 295px;
}

.shadegan {
  top: 300px;
  left: 85px;
}

.shiraz {
  top: 350px;
  left: 225px;
}

.shushtar {
  top: 250px;
  left: 100px;
}

.susa {
  top: 240px;
  left: 65px;
}

.tabas {
  top: 190px;
  left: 390px;
}

.tabriz {
  top: -20px;
  left: -5px;
}

.takhtsoleyman {
  top: 50px;
  left: 30px;
}

.tehran {
  top: 90px;
  left: 175px;
}

.uramanat {
  top: 105px;
  left: 0px;
}

.urmia {
  top: 5px;
  left: -45px;
}

.yazd {
  top: 260px;
  left: 290px;
}

.zanjan {
  top: 50px;
  left: 70px;
}

.gonbad {
  top: 30px;
  left: 340px;
}

.jiroft {
  top: 400px;
  left: 420px;
}

.kerman {
  top: 325px;
  left: 390px;
}

.natanz {
  top: 200px;
  left: 210px;
}

.qom {
  top: 135px;
  left: 165px;
}

.badabsurt {
  top: 55px;
  left: 290px;
}
