.generalButton {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #263d5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 160px;
  padding: 9px 24px 12px;
}

.generalButton__txt {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 16px;
}

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

.generalButton__arrow {
  margin-top: -6px;
  width: 160px;
}

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

.mapBlock__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  * + .mapBlock__buttons {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  * + .mapBlock__buttons {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  * + .map-main {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  * + .map-main {
    margin-top: 40px;
  }
}

@media print {
  .header,
  .keyVisual,
  .mapBlock__buttons,
  .backTopBtn,
  .footer-nav,
  .footer-bnrArea,
  .footer-contact {
    display: none !important;
  }
}
