.modal-form.ajax-modal-form.active {
    display: block;
}
.modal-form.ajax-modal-form .wpcf7 form {
    max-width: 930px;
}
/* Pop up */
.pop_up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: -40px -40px;
}
.popup_form {
  margin: 30px;
}
.popup-image {
  position: relative;
  display: flex;
}
.popup-image img {
  position: absolute;
  /* object-fit: cover; */
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
}
.h2_popup {
    margin: 0 10px 20px 0;
    font-family: 'TT Norms Pro';
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #515151;
    text-align: center;
}
.h3_popup {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #515151;
}

.form-item {
  width: 100%;
}
.modal-modal_popup.active {
  display: block;
}
.modal-modal_popup .wpcf7 form {
  max-width: 930px;
}
.modal-modal_popup .inputs {
  display: flex;
}
.modal-modal_popup .wpcf7 .inputs .left {
  width: 50%;
}
.modal-modal_popup .wpcf7 .inputs .right {
  width: 50%;
  margin-left: 30px;
}
.modal-modal_popup input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #8A9796;
  box-sizing: border-box;
  border-radius: 44px;
  margin: 20px 0px 25px 0;
  text-align: center;
  padding: 12px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #515151;
  opacity: 0.64;
}
.modal-modal_popup input[type="tel"] {
  background: #FFFFFF;
  border: 1px solid #8A9796;
  box-sizing: border-box;
  border-radius: 44px;
  margin: 20px 0px 5px 0;
  text-align: center;
  padding: 12px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #515151;
  opacity: 0.64;
}
.modal-modal_popup .wpcf7-form-control-wrap {
  width: 100%;
}
.modal-modal_popup input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #8A9796;
  box-sizing: border-box;
  border-radius: 44px;
  margin: 25px 0px 5px 0;
  text-align: center;
  padding: 12px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #515151;
  opacity: 0.64;
}
.modal-modal_popup input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
  margin-right: 5px;
}
.modal-modal_popup textarea {
  background: #FFFFFF;
  border: 1px solid #8A9796;
  box-sizing: border-box;
  border-radius: 44px;
  margin: 20px 0px;
  text-align: center;
  padding: 12px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #515151;
  opacity: 0.64;
}
.modal-modal_popup .chek {
  margin-top: 20px;
}
.modal-modal_popup .wpcf7-list-item label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #515151;
  display: flex;
}
.modal-modal_popup input[type="submit"] {
  width: 100%;
  height: 45px;
  background: #52579B;
  border-radius: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
}

@media(max-width: 900px) {
  .modal-modal_popup.active {
  display: block;
}
.modal-modal_popup .wpcf7 .inputs {
  display: block;
}
.modal-modal_popup .wpcf7 .inputs .left {
  width: 100%;
}
.modal-modal_popup .wpcf7 .inputs .right {
  width: 100%;
  margin-left: 0px;
}
.modal-modal_popup .wpcf7 input[type="tel"] {
  padding-right: 90px;
}
.modal-modal_popup .wpcf7 textarea {
  height: 70px;
}
.modal-modal_popup .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.popup-image {
  display: none;
}
.pop_up {
  display: block;
}
}