.contact-wrap {
  position: relative;
  z-index: 2;
  padding: 50px 96px 50px 50px;
  background: #F4F1E9;
  border: 1px solid #14191B;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-block {
  padding-top: 80px;
}
.contact-map {
  padding: 60px 0;
  position: relative;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map iframe {
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 992px) {
  .contact-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 700px) {
  .contact-map {
    padding: 0;
  }
  .contact-wrap {
    padding: 0;
    padding-bottom: 50px;
    width: 100%;
    border: none;
    background: none;
  }
  .map {
    position: static;
    height: 300px;
  }
}/*# sourceMappingURL=block.css.map */