.support-main {
  padding-top: 137px;
  background: #e7e8fa;
}

.section_footer {
  background: #e7e8fa;
}

.support-hero__content {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.support-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 56px;
  line-height: 114%;
  text-align: center;
  margin: 0 0 8px;
  color: #000;
}
.support-hero__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}
.support-hero__description p {
  margin: 0;
}

.support-form__content {
  width: 100%;
}
.support-form .container {
  margin: 0 auto;
}
.support-form .support-form__content label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: #383d53;
}
.support-form .support-form__content label input,
.support-form .support-form__content label textarea {
  margin-top: 4px;
}
.support-form .support-form__content form {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
.support-form .support-form__content form textarea,
.support-form .support-form__content form input {
  outline: none;
  background: #f5f5f5;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7981a5;
  margin-bottom: 8px;
  width: 100%;
  border: unset;
  filter: unset !important;
  box-shadow: unset !important;
}
.support-form .support-form__content form textarea::placeholder,
.support-form .support-form__content form input::placeholder {
  color: #7981a5;
}
.support-form .support-form__content form textarea[type=submit],
.support-form .support-form__content form input[type=submit] {
  background: #000;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  transition: 0.3s;
  cursor: pointer;
}
.support-form .support-form__content form textarea[type=submit]:hover,
.support-form .support-form__content form input[type=submit]:hover {
  background-color: #3d3d3d;
}
.support-form .support-form__content form textarea {
  border-radius: 20px;
}
.support-form .support-form__content .form-row-last {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #383d53;
}
.support-form .support-form__content .form-row-last a {
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #4a9d53;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #4a9d53;
  text-decoration: none;
  transition: 0.3s;
}
.support-form .support-form__content .form-row-last a:hover {
  color: #fff;
  background-color: #4a9d53;
}
.support-form .wpcf7-not-valid-tip {
  margin-top: -4px;
  margin-bottom: 5px;
}
.support-form .support-form__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-top: 60px;
}
.support-form a.content-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: inherit !important;
}
.support-form .wpcf7 form.invalid .wpcf7-response-output, .support-form .wpcf7 form.unaccepted .wpcf7-response-output, .support-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: red;
}
.support-form .wpcf7 form.invalid .wpcf7-response-output, .support-form .wpcf7 form.unaccepted .wpcf7-response-output, .support-form .wpcf7 form.payment-required .wpcf7-response-output,
.support-form .wpcf7-response-output {
  display: block;
  text-align: center;
  border: none;
  font-weight: 700;
  margin: 14px 0 0;
}

.post, .page {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .support-hero__title {
    font-size: 34px;
  }
  .support-hero__description {
    margin-bottom: 0;
  }
  .support-form .support-form__content .form-row-last {
    margin-top: 12px;
    gap: 8px;
  }
  .support-form .support-form__text {
    margin-top: 40px;
  }
}

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