.popupForm {
  padding: 3rem 6rem;
  width: 736px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.popupForm > p {
  text-align: center;
  margin-bottom: 0;
}
.popupForm_thanks {
  display: none;
}
.popupForm_close.mfp-close {
  width: 2rem;
  height: 2rem;
  line-height: 1.25rem;
  border: 0.125rem solid #202020;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem !important;
  text-decoration: none;
  text-align: center;
  color: #202020;
  font-style: normal;
  font-size: 2.25rem;
  opacity: 1;
  font-family: Arial, Baskerville, monospace;
}
.popupForm_title {
  font-family: 'Cuprum', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
  text-align: center;
  color: #202020;
}

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