/* Hero form tightening */
.hero-form,
.offer-form {
  padding: 28px 26px;
  border-radius: 18px;
}

.hero-form h2,
.offer-form h2 {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.15;
}

.hero-form p,
.offer-form p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.4;
}

.hero-form input,
.hero-form select,
.hero-form textarea,
.offer-form input,
.offer-form select,
.offer-form textarea {
  min-height: 46px;
  padding: 11px 14px;
  margin-bottom: 10px;
  font-size: 15px;
}

.hero-form textarea,
.offer-form textarea {
  min-height: 84px;
}

.hero-form button,
.offer-form button {
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
}

.hero-form .privacy,
.offer-form .privacy {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
}