.popup {
  display: flex;
  background-color: #ffffff;
  padding: 24px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 8px;
}
.popup .close {
  text-decoration: none;
  font-weight: 700;
  font-size: 31px;
}
.popup > * {
  width: 100%;
}
.popup .wpcf7 {
  background-color: #003663;
}
.popup .popup-title {
  font-size: 24px;
  line-height: 31px;
}
.popup .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 54, 99, 0.6980392157);
  z-index: 998;
}

/*# sourceMappingURL=popup.css.map */
