.section__form .find-out {
  margin: 0;
}

.form_wrapper {
  padding: 50px 70px;
  background-color: #F3F7FF;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 0 64px 0 rgba(0, 0, 0, 0.05);
}
.form_wrapper .find-out-form-row {
  margin-bottom: 24px;
}
.form_wrapper .find-out-form-row input {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
}
.form_wrapper .find-out-form-row input.find-out-form-comment {
  height: 132px;
}
.form_wrapper .find-out-form__title {
  color: #18628B;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 21px;
}

.section__form {
  padding: 60px 0;
}

.form_content_column {
  color: white;
}

.base-input, .find-out-form-row input, .find-out-form-comment {
  background-color: white;
}

.form_content_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 21px;
}

.form_content_subtitle {
  font-size: 18px;
  line-height: 150%;
}

.section__form {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, rgba(12, 219, 206, 0.7) 0%, rgba(131, 218, 64, 0.7) 100%), url(/include/img/Vselennaya2.jpg) lightgray -130.5px 0px/113.594% 100% no-repeat;
}

@media (max-width: 991px) {
  .section__form {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, rgba(12, 219, 206, 0.7) 0%, rgba(131, 218, 64, 0.7) 100%), url(/include/img/Vselennaya2.jpg) lightgray -1564px 0px/auto 100% no-repeat;
  }
}
@media (max-width: 577px) {
  .form_wrapper {
    padding: 50px;
  }
  .form_wrapper .find-out-form-row {
    margin-bottom: 0;
  }
  .section__form .find-out-form-submit {
    width: 100%;
  }
}

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