.popupForm {
  position: relative;
  width: -webkit-calc(380px + 5rem + 5rem);
  width: calc(380px + 5rem + 5rem);
  padding: 2rem 5rem 3rem;
  margin: 0 auto;
  background-color: #e6e6e6;
}
.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 #de6800;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-decoration: none;
  text-align: center;
  color: #de6800;
  font-style: normal;
  font-size: 28px;
  opacity: 1;
  font-family: Arial, Baskerville, monospace;
}
.popupForm_title {
  margin: 0 0 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #283b48;
  text-align: center;
}

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