.geography-block {
  padding: 80px 0;
}
.geography-wrap {
  display: flex;
}
.geography-number__item:not(:last-child) {
  margin-bottom: 43px;
}
.geography-number__number {
  font-weight: 700;
  font-size: 65.7778px;
  line-height: 110%;
  color: var(--main);
  margin-bottom: 11px;
}
.geography-number__desc {
  font-weight: 500;
  font-size: 27.4074px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
.geography-map {
  height: auto;
  position: relative;
  margin-left: -85px;
  width: 100%;
  overflow: hidden;
}
.geography-map:after {
  content: "";
  padding-bottom: 56%;
  display: block;
}
.geography-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#geography-map {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

#fish-eye {
  border-radius: 50%;
  pointer-events: none;
}

canvas {
  position: absolute;
}

@media (max-width: 767px) {
  .geography-block {
    padding: 40px 0;
  }
  .geography-wrap {
    flex-direction: column;
  }
  .geography-map {
    margin-left: 0;
  }
  .geography-number {
    margin-bottom: 20px;
  }
  .geography-number__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .geography-number__number {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .geography-number__desc {
    font-size: 18px;
  }
}/*# sourceMappingURL=block.css.map */