section.cooperation-form .eael-contact-form {
  max-width: initial !important;
}
section.cooperation-form .elementor-row > div:first-child .elementor-column-wrap {
  padding: 0 30px;
}
section.cooperation-form .elementor-row > div:last-child .elementor-column-wrap {
  padding-right: 30px;
}
section.cooperation-form .elementor-image-box-title {
  margin-bottom: 30px !important;
}
section.cooperation-form form .wpcf7-form-control-wrap {
  display: flex;
  gap: 28px;
  margin-bottom: 28px;
}
section.cooperation-form form .wpcf7-form-control-wrap > div {
  width: 100%;
}
section.cooperation-form form textarea {
  border-radius: 5px 5px 5px 5px;
  color: #fffFFF8C;
  background-color: #83b6e4;
  height: 130px;
  resize: none;
}
section.cooperation-form form textarea::placeholder {
  color: #fffFFF8C;
  opacity: 1;
}
section.cooperation-form form button[type=submit] {
  max-width: 339px !important;
}
section.cooperation-form .modal_privacy_label {
  color: #fff;
  text-align: center;
}
section.cooperation-form .modal_privacy_label a {
  color: #fff;
  border-bottom: 1px solid;
}
section.cooperation-form .modal_privacy_label a:hover {
  border-bottom: none;
  color: #fff;
}
section.cooperation-form .captcha {
  max-width: 300px;
}
section.cooperation-form .gcaptchaerror {
  color: red;
  display: block;
  float: left;
  clear: both;
  margin: 0;
  position: absolute;
  left: 12px;
}
@media (max-width: 1024px) {
  section.cooperation-form {
    padding: 80px 150px 80px 150px !important;
  }
  section.cooperation-form .elementor-image-box-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.cooperation-form {
    padding: 60px 20px 60px 20px !important;
  }
  section.cooperation-form .elementor-column-wrap {
    padding: 0!important;
  }
  section.cooperation-form form .wpcf7-form-control-wrap {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=style.css.map */