.hbspt-form {
  font-family: "Helveticaneuecyr Roman";
  text-align: left;
}
.hs-input {
  padding: 10px 8px;
  /* border: 1px; */
  border-color: #0000001f;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
label {
  display: flex;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #000;
}
.hs-error-msg {
  color: red;
}

input[type="checkbox"],
input[type="radio"] {
  width: 16px;
  height: 16px;
}
.hbspt-form ul {
  margin-bottom: 0px;
}
.hs-form-booleancheckbox input {
  margin-top: 1px;
}
.hs-form-field {
  margin-bottom: 15px;
}
.hs-button {
  width: 100%;
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  margin-top: 32px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.125em;
  border: 0px solid var(--dark-black);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #020C1E;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.3s,
    transform 0.3s,
    color 0.3s;
  display: flex;
}
.dark label {
  color: #FFFFFF;
}
.dark .hs-input {
  background-color: #1B1B1D;
  color: #FFF;
}
.hsForm_ab638279-e620-437c-879b-be2097ee9845 .hs-button,
.hsForm_c24885f0-02e2-4a8c-886c-89c464e5a998 .hs-button {
  background-color: #7C3CD0;
}
