.mapBlock {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .mapBlock {
    max-width: 992px;
  }
}

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

@media screen and (max-width: 768px) {
  .mapBlock__btn {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mapBlock__btn .usableList__inner {
    gap: 46px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock__btn .usableList__inner {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .mapBlock__btn .usableList__item {
    width: 326px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock__btn .usableList__item:not(:first-child) {
    margin-top: 24px;
  }
}

.mapBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #231815;
  border: 1px solid #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: background-color .8s ease-in-out, border-color .8s ease-in-out;
  transition: background-color .8s ease-in-out, border-color .8s ease-in-out;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .mapBtn {
    max-width: 326px;
  }
}

.mapBtn:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(201, 188, 156, 0.3)), to(transparent));
  background: linear-gradient(to right, rgba(201, 188, 156, 0.3) 0%, transparent 100%);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: luminosity;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  width: 100%;
  z-index: -1;
}

.mapBtn__inner {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.mapBtn__arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
}

.mapBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mapBtn--print {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mapBtn:hover {
    background-color: rgba(35, 24, 21, 0.8);
    border-color: #917c3e;
  }
  .mapBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .mapBtn:hover {
    background-color: rgba(35, 24, 21, 0.8);
    border-color: #917c3e;
  }
  .mapBtn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

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

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

@media print {
  .header,
  .footer,
  .pageHead,
  .contentBG,
  .zoomFigure__controller,
  .mapBlock__btn {
    display: none !important;
  }
  .map-current {
    padding: 0 !important;
  }
}
