<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .currentMapSect__cont {
    margin: 0 auto;
    width: 998px;
  }
}

@media screen and (min-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 56px;
  }
}

.currentMapSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .map-current {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 768px) {
  .map-current {
    padding-bottom: 120px;
  }
}
</pre></body></html>