.offer__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 33px 0 0;
  margin: 0 12px;
}
.offer__heading-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}
.offer__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
}

.offer__heading,
.offer__heading--accent {
  font-size: 24px;
  font-weight: 500;
  line-height: 105%;
}

.offer__heading--accent {
  color: #868686;
}

.offer__underheading {
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  font-weight: 400;
}

#personal-offer-form {
}
.offer__form__inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer__form__inputs--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.offer__form {
  display: flex;
  flex-direction: column;
}

.input__wrapper {
  width: 100%;
  max-width: 407px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-input {
  width: 100%;
  padding: 12px 24px;
  color: #ffffff;
  background: #161616;
  border: 1px solid #808080;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 400;
}

.error-hint {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #ef4444;
}
.offer__form__privacy {
  margin-top: 12px;
}
.offer__form__privacy,
.offer__form__privacy--accent {
  font-size: 11px;
  line-height: 120%;
  font-weight: 400;
  color: #868686;
}

.offer__form__privacy--accent {
  color: #f8000080;
  text-decoration: underline;
}

.offer__form .form-button {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  max-width: 407px;
  margin-top: 25px;
  background: #f90000;
  border-radius: 999px;
  padding: 12px 24px;
}
.button-wrapper--desktop {
  display: contents;
}

@media (min-width: 1200px) {
  .offer__form__privacy {
    max-width: 407px;
  }
  .button-wrapper--desktop {
    display: flex;
    flex-direction: row;
    gap: 21px;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 19px;
  }
  .offer__form .form-button {
    font-size: 16px;
    max-width: 208px;
    margin-top: 0;
  }
  .offer__heading-block {
    gap: 15px;
  }
  .offer__heading,
  .offer__heading--accent {
    font-size: 35px;
  }
  .offer__form-wrapper {
    gap: 36px;
    padding: 44px 0 36px;
    margin-inline: 0;
  }
  .offer__form__inputs--text {
    justify-content: flex-end;
    flex-direction: row;
    gap: 24px;
  }
  .offer__form__privacy {
    margin-top: 0;
  }
  .offer__form__inputs {
    gap: 19px;
  }
  .form-input {
    padding: 16px 24px;
    font-size: 16px;
  }
}
