.vehicle-request-page {
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .vehicle-request-page {
    padding-bottom: 64px;
  }
}
.vehicle-request-page .wrap {
  max-width: 720px;
}

.vehicle-request-intro {
  margin-bottom: 28px;
}
.vehicle-request-intro__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}
@media screen and (min-width: 768px) {
  .vehicle-request-intro__lead {
    font-size: 16px;
  }
}
.vehicle-request-intro__points {
  margin: 20px 0 0;
  padding-left: 1.25em;
  font-size: 14px;
  line-height: 1.65;
  color: #444;
}
@media screen and (min-width: 768px) {
  .vehicle-request-intro__points {
    font-size: 15px;
    line-height: 1.7;
  }
}
.vehicle-request-intro__point {
  margin: 0.5em 0 0;
}
.vehicle-request-intro__point:first-child {
  margin-top: 0;
}
.vehicle-request-intro__note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
}
@media screen and (min-width: 768px) {
  .vehicle-request-intro__note {
    font-size: 14px;
  }
}

.vehicle-request {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 24px 20px 28px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .vehicle-request {
    padding: 32px 36px 40px;
  }
}
.vehicle-request__heading {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
@media screen and (min-width: 768px) {
  .vehicle-request__heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.vehicle-request__heading--main {
  margin-bottom: 10px;
}
.vehicle-request__sublead {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
@media screen and (min-width: 768px) {
  .vehicle-request__sublead {
    font-size: 15px;
    margin-bottom: 28px;
  }
}
.vehicle-request__section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
.vehicle-request__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.vehicle-request__section-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
@media screen and (min-width: 768px) {
  .vehicle-request__section-title {
    font-size: 17px;
  }
}
.vehicle-request__section-desc {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
}
@media screen and (min-width: 768px) {
  .vehicle-request__section-desc {
    font-size: 14px;
  }
}
.vehicle-request__hint {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #777;
}
@media screen and (min-width: 768px) {
  .vehicle-request__hint {
    font-size: 13px;
  }
}
.vehicle-request__inline-link {
  color: #1a6dcc;
  text-decoration: underline;
}
.vehicle-request__inline-link:hover {
  text-decoration: none;
}
.vehicle-request__form {
  margin: 0;
}
.vehicle-request__field {
  margin-top: 16px;
}
.vehicle-request__field:first-of-type {
  margin-top: 0;
}
.vehicle-request__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}
.vehicle-request__required {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 700;
  color: #c00;
}
.vehicle-request__optional {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #888;
}
.vehicle-request__input, .vehicle-request__textarea, .vehicle-request__select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}
.vehicle-request__input:focus, .vehicle-request__textarea:focus, .vehicle-request__select:focus {
  outline: none;
  border-color: #5e9bf8;
}
.vehicle-request__textarea {
  resize: vertical;
  min-height: 140px;
}
.vehicle-request__select {
  cursor: pointer;
  appearance: auto;
}
.vehicle-request__submit-wrap {
  margin-top: 28px;
  text-align: center;
}
.vehicle-request__privacy-foot {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: #666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .vehicle-request__privacy-foot {
    font-size: 13px;
  }
}
.vehicle-request__submit {
  display: inline-block;
  min-width: 200px;
  padding: 14px 32px;
  border: none;
  border-radius: 5px;
  background: #e96a45;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.vehicle-request__submit:hover:not(:disabled) {
  opacity: 0.92;
}
.vehicle-request__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.vehicle-request__message {
  margin-top: 16px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
.vehicle-request__message.is-hidden {
  display: none;
}
.vehicle-request__message.is-success {
  background: #e8f5e9;
  color: #2e7d32;
}
.vehicle-request__message.is-error {
  background: #ffebee;
  color: #c62828;
}
