.volunteer-page__intro {
  max-width: 880px;
  margin: 40px auto 28px;
  text-align: center;
}

.volunteer-page__lead {
  color: #c10000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.volunteer-page__description {
  margin-top: 12px;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}

.volunteer-page__intro p:last-child,
.volunteer-information p:last-child {
  margin-bottom: 0;
}

.volunteer-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  gap: 20px;
  align-items: start;
  margin-top: 28px;
}

.volunteer-page__layout--single {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.volunteer-form-card,
.volunteer-information {
  border: 1px solid #e3dfdc;
  border-radius: 16px;
  background: #fff;
  padding: 36px;
}

.volunteer-form-card h2,
.volunteer-information h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 26px;
  line-height: 1.25;
  text-align: left;
}

.volunteer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.volunteer-form__field {
  min-width: 0;
  margin-bottom: 18px;
}

.volunteer-form__grid .volunteer-form__field {
  margin-bottom: 0;
}

.volunteer-form__field label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

.volunteer-form__field label span {
  color: #c10000;
}

.volunteer-form .form-control,
.volunteer-form .form-select {
  min-height: 52px;
  border-radius: 10px;
}

.volunteer-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.volunteer-form__validation:empty {
  display: none;
}

.volunteer-form__validation,
.volunteer-form .field-validation-error,
.volunteer-form label.error {
  color: #a40000;
  font-size: 13px;
}

.volunteer-form__consent {
  margin: 8px 0 16px;
}

.volunteer-form__consent a,
.volunteer-form__privacy-notice a {
  color: #c10000;
}

.volunteer-form__privacy-notice {
  margin-bottom: 24px;
  line-height: 1.55;
}

.volunteer-form__captcha {
  min-height: 78px;
  margin-bottom: 24px;
  overflow: hidden;
}

.volunteer-form__submit {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.volunteer-information {
  background: #f6f4f2;
}

.volunteer-information__lead {
  color: #c10000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.volunteer-information__body {
  margin-top: 16px;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.65;
}

.volunteer-information ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.volunteer-information li + li {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .volunteer-page__intro {
    margin-top: 28px;
    text-align: left;
  }

  .volunteer-page__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .volunteer-page__layout {
    gap: 16px;
    margin-top: 20px;
  }

  .volunteer-form-card,
  .volunteer-information {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .volunteer-form-card h2,
  .volunteer-information h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .volunteer-form__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .volunteer-form__captcha {
    max-width: 100%;
    overflow-x: auto;
  }
}
