.mapBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mapBtn {
    margin-bottom: 100px;
    padding-bottom: 16px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .mapBtn {
    margin-bottom: 60px;
    padding-bottom: 12px;
    width: 133px;
  }
}

.mapBtn:after {
  background: #666666;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mapBtn__txt {
  font-family: "Cinzel", serif;
  line-height: .8;
}

@media print, screen and (min-width: 768px) {
  .mapBtn__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .mapBtn__txt {
    font-size: 12px;
  }
}

.mapFigure {
  position: relative;
  text-align: center;
}

.mapFigure__spIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(70, 70, 70, 0.78);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

@media print, screen and (min-width: 768px) {
  .mapFigure__spIcon {
    display: none;
  }
}

.mapFigure__spIcon .zoomSVG {
  height: auto;
  width: 17px;
}

@media print, screen and (min-width: 768px) {
  .mapFigure + .mapBtn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mapFigure + .mapBtn {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .map-current {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .map-current {
    padding: 40px 20px 0;
  }
}
