.popupForm {
  position: relative;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  background-color: #d7f5f9;
  -webkit-overflow-scrolling: touch;
}
.popupForm > p {
  text-align: center;
  margin-bottom: 0;
}
.popupForm_thanks {
  display: none;
}
.popupForm_close.mfp-close {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  border: 1px solid #ef331e;
  position: absolute;
  right: 1rem;
  top: 1rem !important;
  text-decoration: none;
  text-align: center;
  color: #e51700;
  font-style: normal;
  font-size: 28px;
  opacity: 1;
  font-family: Arial, Baskerville, monospace;
}
.popupForm_title {
  margin: 0 0 2rem;
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464544;
  text-align: center;
}

/*# sourceMappingURL=../maps/component/popupForm.css.map */
