.fieldset__legend {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 8px 0;
  margin-block-start: 0;
  padding: 0;
  background: transparent;
}

.fieldset__legend .fieldset__label {
  padding: 0;
}

.fieldset__legend.fieldset__legend--invisible {
  display: none;
}

.error:is([type=color], [type=date], [type=datetime-local], [type=email], [type=file], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea) {
  border: 1px solid var(--accent-color);
}

.fieldset {
  border: unset;
  padding: 0;
  margin: 0;
}

.fieldset + fieldset {
  margin-top: 20px;
}

.fieldset__wrapper {
  padding: 0;
}

.form-item__label,
.fieldset__label {
  position: relative;
  display: block;
  font-family: var(--font-black);
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 4px 0 !important;
  color: var(--text-color);
}

.form-item__label.form-required::after,
.fieldset__label.form-required::after {
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23E30613'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}

.form-item__label.option,
.fieldset__label.option {
  display: inline-block;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}

.form-item__label.option a,
.fieldset__label.option a {
  text-decoration: unset;
  font-family: var(--font-bold);
  font-weight: 700;
  text-decoration: unset;
  color: var(--primary-color);
}

.form-item__label.option a:hover,
.fieldset__label.option a:hover {
  color: var(--accent-color);
}

.form-item {
  width: 100%;
  margin: 0;
}

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