/*callback*/
.black {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.big_box_close {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
}
.form_box {
  max-width: 500px;
  background: #ffffff;
  z-index: 1002;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s;
}
.form_box .close_btn {
  margin-right: auto;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-family: MyriadPro-Bold;
  cursor: pointer;
  padding: 10px;
  font-size: 26px;
  line-height: 0.8;
  color: #ffffff;
  z-index: 1003;
}
.form_box h2 {
  background: #003d79;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-family: MyriadPro-Bold;
  text-transform: uppercase;
}
.form_box p {
  padding: 20px;
  text-align: center;
  font-size: 18px;
}
/*# sourceMappingURL=style.css.map */