.section-form-hubspot {
  position: relative;


  form {
    width: 100%;
    max-width: 562px;
    margin: 0 0 0 auto;
  }
  
  .form-hubspot__form {
    max-width: 1270px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 60px 3.2% 20px;

    &.form-hubspot__form--massage {
      .form-hubspot__message {
        display: flex;
      }

      .form-hubspot__message + form {
        display: none;
      }

    }
  }



  .form-hubspot__message {
    width: 100%;
    max-width: 562px;
    margin: 0 0 0 auto;
    color: var(--color-black-20);
    min-height: 800px;
    flex-direction: column;
    justify-content: center;
    display: none;




    a {
      color: inherit;
      text-decoration: underline;

      &:hover {
        text-decoration: none;
      }
    }
  }


  @media only screen and (max-width: 767px) {

    .form-hubspot__form {
      background-image: none !important;
      padding: 1px 22px 20px;
      margin: 0 14px;
      border-radius: 25px;
    }
  }
}

.section-form-hubspot__title {
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  
  @media only screen and (max-width: 767px) {
    font-size: 28px;
  }
}

.form-hubspot__head {
  max-width: 700px;
  margin: 0 auto 54px;
  font-family: var(--font-helvetica);
  letter-spacing: 0;

  p {
    margin: 0 auto;
    font-family: var(--font-helvetica);
    line-height: 1.2;
    max-width: 600px;
    letter-spacing: 0.2px;
  }

  @media only screen and (max-width: 767px) {
    margin: 0 auto 30px;

    p {
      font-size: 14px;
      line-height: 16px;
    }
  }
}