.form--wrapp .wpcf7 {
  width: 100%;
}
.form--wrapp .wpcf7-form {
  width: 100%;
}
.form--wrapp .wpcf7-form > .form--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.form--wrapp .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form--wrapp select.wpcf7-form-control {
  width: 100%;
  margin-top: 8px;
  border-radius: 3px;
  background-color: rgba(250, 252, 255, 0.15);
  padding: 15px 12px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}
.form--wrapp select.wpcf7-form-control option {
  color: #022a52;
}
.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important;
  font-size: 14px !important;
  width: 100% !important;
  text-align: center;
  color: #fff;
  grid-column: span 2;
}
.wpcf7-submit {
  cursor: pointer;
  border: none;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 216px;
  padding: 14px;
  background-color: #f54613;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .form--wrapp .wpcf7-form > .form--content {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
}
