.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 {
    padding-bottom: 224px;
  }
}

@media screen and (max-width: 768px) {
  .mapBlock__buttons {
    padding-bottom: 128px;
  }
}

@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: 128px;
  }
}

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

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