.form-block {
  max-width: 614px;
  margin: 96px auto;
  background: #eee8fa;
  border-radius: 16px;
  padding: 24px 32px; }
  @media (max-width: 991px) {
    .form-block {
      margin: 46px auto; } }
  .form-block p {
    margin-bottom: 16px; }
  .form-block input, .form-block textarea {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    border: 0;
    outline: 0;
    margin-top: 8px; }
  .form-block label {
    color: #250955;
    font-weight: 500; }
  .form-block .btn-primary {
    background: #5815cb;
    color: #fff; }
  .form-block .form-check {
    text-align: center;
    margin-left: 0; }
    .form-block .form-check .form-check-input {
      border: 1px solid #5815cb;
      padding: 9px; }
    .form-block .form-check .form-check-label {
      top: -4px;
      position: relative; }
      .form-block .form-check .form-check-label a {
        font-weight: 500;
        color: #250955; }
  .form-block .subm input {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    line-height: inherit; }
  .form-block .subm p {
    margin-bottom: 0; }
  .form-block .subm .wpcf7-spinner {
    display: none; }
  .form-block .wpcf7-response-output {
    margin: 0; }
  .form-block input[type^='submit']:disabled {
    background: #5815cb;
    color: #fff;
    opacity: 1;
    cursor: not-allowed; }

/*# sourceMappingURL=contact.css.map */
