#contact-form.static-contact {
  width: 100%;
  max-width: 100%;
}

#contact-form.static-contact .static-contact-form {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#contact-form.static-contact .static-contact-form > p {
  display: block;
  width: 100%;
  margin: 0 0 18px !important;
  padding: 0;
}

#contact-form.static-contact .static-contact-form label,
#contact-form.static-contact .static-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
}

#contact-form.static-contact .static-contact-form input[type="text"],
#contact-form.static-contact .static-contact-form input[type="tel"],
#contact-form.static-contact .static-contact-form input[type="email"],
#contact-form.static-contact .static-contact-form textarea:not([name^="h-captcha-response"]):not([name^="g-recaptcha-response"]) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #d5d9e4 !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  color: #18234c !important;
  font: inherit;
  line-height: 1.35;
}

#contact-form.static-contact .static-contact-form input[type="text"],
#contact-form.static-contact .static-contact-form input[type="tel"],
#contact-form.static-contact .static-contact-form input[type="email"] {
  height: 56px;
}

#contact-form.static-contact .static-contact-form textarea:not([name^="h-captcha-response"]):not([name^="g-recaptcha-response"]) {
  min-height: 180px;
  resize: vertical;
}

#contact-form.static-contact .static-contact-form textarea[name^="h-captcha-response"],
#contact-form.static-contact .static-contact-form textarea[name^="g-recaptcha-response"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#contact-form.static-contact .static-contact-form input:focus,
#contact-form.static-contact .static-contact-form textarea:focus {
  border-color: #e42d68 !important;
  outline: 2px solid rgba(228, 45, 104, .22);
  outline-offset: 1px;
}

#contact-form.static-contact .static-contact-form .static-field-invalid,
#contact-form.static-contact .static-contact-form .static-field-invalid:focus {
  border-color: #b42318 !important;
  outline-color: rgba(180, 35, 24, .2);
}

#contact-form.static-contact .static-field-error {
  display: block;
  margin: 6px 0 0;
  color: #ffd9d9;
  font-size: .9rem;
  line-height: 1.35;
}

#contact-form.static-contact .static-contact-form .h-captcha {
  display: block;
  width: 303px;
  max-width: 100%;
  min-height: 78px;
  margin: 0 0 18px;
  overflow: visible;
}

#contact-form.static-contact .static-contact-form .h-captcha iframe {
  display: block;
  max-width: 100%;
}

#contact-form.static-contact .static-contact-form input[type="submit"] {
  display: inline-block !important;
  width: auto !important;
  min-width: 145px;
  min-height: 44px;
  margin: 0 0 18px !important;
  padding: 12px 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e42d68 !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  cursor: pointer;
}

#contact-form.static-contact .static-contact-form input[type="submit"]:hover,
#contact-form.static-contact .static-contact-form input[type="submit"]:focus {
  background: #c92057 !important;
  color: #ffffff !important;
}

#contact-form.static-contact .wpcf7-response-output,
#contact-form.static-contact .screen-reader-response {
  display: none !important;
}

#contact-form.static-contact .static-contact-status {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 2px;
  font-size: .95rem;
  line-height: 1.4;
}

#contact-form.static-contact .static-contact-status:empty {
  display: none;
}

#contact-form.static-contact .static-contact-status.is-success {
  color: #155724;
  background: #d4edda;
}

#contact-form.static-contact .static-contact-status.is-error {
  color: #ffffff;
  background: #a91f2b;
}

@media (max-width: 640px) {
  #contact-form.static-contact .static-contact-form input[type="submit"] {
    width: 100% !important;
  }
}
