.rental-contact-page,
.rental-contact-success {
  background: #f5f7fb;
  color: var(--rental-text, #172033);
}

.rental-contact-page * {
  box-sizing: border-box;
}

.rental-contact-kicker {
  display: inline-block;
  color: var(--rental-orange, #ff7a1a);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rental-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 0 62px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 122, 26, .24), transparent 25%),
    linear-gradient(135deg, #0b1f3a 0%, #12345d 62%, #1b4e84 100%);
  color: #fff;
}

.rental-contact-hero::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}

.rental-contact-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 40px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.rental-contact-breadcrumb a {
  color: rgba(255,255,255,.82);
}

.rental-contact-breadcrumb a:hover,
.rental-contact-breadcrumb a:focus {
  color: #fff;
}

.rental-contact-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 60px;
  align-items: center;
}

.rental-contact-hero .rental-contact-kicker {
  color: #ffc18f;
}

.rental-contact-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.08;
}

.rental-contact-hero__grid > div:first-child > p {
  max-width: 680px;
  margin: 0;
  color: #d9e8f7;
  font-size: 18px;
  line-height: 1.7;
}

.rental-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rental-contact-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 10px;
  font-weight: 700;
}

.rental-contact-btn-light {
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.rental-contact-btn-light:hover,
.rental-contact-btn-light:focus {
  border-color: #fff;
  background: #fff;
  color: #0b1f3a;
}

.rental-contact-hero__promise {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
}

.rental-contact-hero__promise-icon {
  display: inline-flex;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #ff7a1a;
  color: #fff;
  font-size: 24px;
}

.rental-contact-hero__promise strong {
  display: block;
  margin: 2px 0 7px;
  color: #fff;
  font-size: 18px;
}

.rental-contact-hero__promise p {
  margin: 0;
  color: #d9e8f7;
  line-height: 1.6;
}

.rental-contact-section {
  padding: 72px 0;
}

.rental-contact-section--channels {
  padding-top: 58px;
  padding-bottom: 58px;
  background: #fff;
}

.rental-contact-section--main,
.rental-contact-section--locations {
  background: #f5f7fb;
}

.rental-contact-section--locations {
  border-top: 1px solid #e3e8f0;
}

.rental-contact-section__heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.rental-contact-section__heading h2 {
  margin: 8px 0 10px;
  color: #0b1f3a;
  font-size: 34px;
  font-weight: 800;
}

.rental-contact-section__heading p {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.rental-contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rental-contact-channel {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e3e8f0;
  border-radius: 15px;
  background: #fff;
  color: #172033;
  box-shadow: 0 8px 26px rgba(11,31,58,.05);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.rental-contact-channel:hover,
.rental-contact-channel:focus {
  border-color: #f5a56f;
  color: #172033;
  box-shadow: 0 14px 34px rgba(11,31,58,.1);
  text-decoration: none;
  transform: translateY(-2px);
}

.rental-contact-channel > span:nth-child(2) {
  min-width: 0;
}

.rental-contact-channel strong,
.rental-contact-channel small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rental-contact-channel strong {
  color: #0b1f3a;
  font-size: 16px;
}

.rental-contact-channel small {
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
}

.rental-contact-channel > .fa-arrow-right {
  color: #a0a9b7;
}

.rental-contact-channel__icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f1f5f9;
  font-size: 22px;
  font-weight: 800;
}

.rental-contact-channel__icon--phone { color: #0b1f3a; }
.rental-contact-channel__icon--whatsapp { background: #eafbf0; color: #1fa855; }
.rental-contact-channel__icon--telegram { background: #ebf7fd; color: #229ed9; }
.rental-contact-channel__icon--line { background: #eafbf0; color: #06a948; font-size: 12px; }
.rental-contact-channel__icon--vk { background: #edf5ff; color: #0077ff; }
.rental-contact-channel__icon--email { background: #fff2e9; color: #e45f13; }

.rental-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.42fr);
  gap: 26px;
  align-items: start;
}

.rental-contact-info {
  display: grid;
  gap: 20px;
}

.rental-contact-card {
  border: 1px solid #e3e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(11,31,58,.06);
}

.rental-contact-card--company,
.rental-contact-form-card {
  padding: 30px;
}

.rental-contact-card__image {
  width: 100%;
  max-height: 180px;
  margin-bottom: 24px;
  border-radius: 13px;
  object-fit: cover;
}

.rental-contact-card h2,
.rental-contact-form-card h2 {
  margin: 8px 0 20px;
  color: #0b1f3a;
  font-size: 27px;
  font-weight: 800;
}

.rental-contact-details {
  display: grid;
  gap: 18px;
  margin: 0;
}

.rental-contact-details > div {
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f4;
}

.rental-contact-details > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rental-contact-details dt {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rental-contact-details dt .fa {
  width: 16px;
  color: #ff7a1a;
  text-align: center;
}

.rental-contact-details dd {
  margin: 0;
  color: #253858;
  line-height: 1.65;
}

.rental-contact-details a {
  color: #0b1f3a;
  font-weight: 700;
}

.rental-contact-card__note {
  margin: 22px 0 0;
  padding: 15px;
  border-radius: 11px;
  background: #f5f7fb;
  color: #667085;
  line-height: 1.6;
}

.rental-contact-card--help {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-color: #f4c29e;
  background: #fff8f3;
}

.rental-contact-card__help-icon {
  display: inline-flex;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ff7a1a;
  color: #fff;
  font-size: 20px;
}

.rental-contact-card--help h3 {
  margin: 1px 0 6px;
  color: #0b1f3a;
  font-size: 17px;
  font-weight: 800;
}

.rental-contact-card--help p {
  margin: 0;
  color: #667085;
  line-height: 1.55;
}

.rental-contact-form-card {
  scroll-margin-top: 24px;
}

.rental-contact-form-card__intro {
  max-width: 690px;
  margin: -9px 0 26px;
  color: #667085;
  line-height: 1.65;
}

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

.rental-contact-form .form-group {
  margin-bottom: 21px;
}

.rental-contact-form label {
  margin-bottom: 8px;
  color: #253858;
  font-size: 13px;
  font-weight: 800;
}

.rental-contact-form .required label::after {
  margin-left: 4px;
  color: #e45f13;
  content: "*";
}

.rental-contact-input {
  position: relative;
}

.rental-contact-input > .fa {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  color: #8b97a8;
  transform: translateY(-50%);
}

.rental-contact-input .form-control {
  padding-left: 42px;
}

.rental-contact-form .form-control {
  height: 48px;
  border: 1px solid #dce3ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  color: #172033;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.rental-contact-form textarea.form-control {
  height: auto;
  min-height: 170px;
  padding: 14px 15px;
  line-height: 1.55;
  resize: vertical;
}

.rental-contact-form .form-control:focus {
  border-color: #ff9a50;
  box-shadow: 0 0 0 3px rgba(255,122,26,.12);
}

.rental-contact-form .has-error .form-control {
  border-color: #d9534f;
}

.rental-contact-form .text-danger {
  margin-top: 7px;
  font-size: 12px;
}

.rental-contact-form__hint {
  margin-top: 7px;
  color: #8b97a8;
  font-size: 12px;
}

.rental-contact-form__footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid #edf0f4;
}

.rental-contact-form__footer p {
  max-width: 440px;
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.55;
}

.rental-contact-form__footer p .fa {
  margin-right: 5px;
  color: #1f8a4c;
}

.rental-contact-form__footer .btn {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  border-radius: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.rental-contact-locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rental-contact-location {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #e3e8f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11,31,58,.05);
}

.rental-contact-location__top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.rental-contact-location__pin {
  display: inline-flex;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff2e9;
  color: #e45f13;
  font-size: 20px;
}

.rental-contact-location small {
  display: block;
  margin-bottom: 3px;
  color: #e45f13;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rental-contact-location h3 {
  margin: 0;
  color: #0b1f3a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.rental-contact-location > p {
  margin: 18px 0 0;
  color: #667085;
  line-height: 1.6;
}

.rental-contact-location__address {
  display: flex;
  gap: 9px;
  margin-top: 16px;
  color: #42526e;
  line-height: 1.55;
}

.rental-contact-location__address .fa {
  margin-top: 3px;
  color: #ff7a1a;
}

.rental-contact-location__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.rental-contact-location__tags span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef6f1;
  color: #277349;
  font-size: 11px;
  font-weight: 700;
}

.rental-contact-location__map {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 20px;
  color: #e45f13;
  font-weight: 800;
}

.rental-contact-location__map:hover,
.rental-contact-location__map:focus {
  color: #bd4707;
}

.rental-contact-success {
  min-height: 650px;
  padding: 80px 0;
}

.rental-contact-success__card {
  max-width: 690px;
  margin: 0 auto;
  padding: 54px 38px;
  border: 1px solid #e3e8f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(11,31,58,.08);
  text-align: center;
}

.rental-contact-success__icon {
  display: flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #e9f8ef;
  color: #21864b;
  font-size: 32px;
}

.rental-contact-success h1 {
  margin: 9px 0 15px;
  color: #0b1f3a;
  font-size: 36px;
  font-weight: 800;
}

.rental-contact-success__card > p {
  margin: 0 auto;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
}

.rental-contact-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.rental-contact-success__actions .btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .rental-contact-hero__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rental-contact-hero__promise {
    max-width: 590px;
  }

  .rental-contact-channels,
  .rental-contact-locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-contact-layout {
    grid-template-columns: 1fr;
  }

  .rental-contact-info {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  }
}

@media (max-width: 767px) {
  .rental-contact-hero {
    padding: 30px 0 44px;
  }

  .rental-contact-breadcrumb {
    margin-bottom: 28px;
  }

  .rental-contact-hero h1 {
    font-size: 38px;
  }

  .rental-contact-hero__grid > div:first-child > p {
    font-size: 16px;
  }

  .rental-contact-section {
    padding: 52px 0;
  }

  .rental-contact-section__heading h2 {
    font-size: 29px;
  }

  .rental-contact-channels,
  .rental-contact-locations,
  .rental-contact-info,
  .rental-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .rental-contact-card--company,
  .rental-contact-form-card {
    padding: 23px;
  }

  .rental-contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .rental-contact-form__footer .btn {
    justify-content: center;
    width: 100%;
  }

  .rental-contact-success {
    min-height: 550px;
    padding: 55px 0;
  }

  .rental-contact-success__card {
    padding: 38px 22px;
  }

  .rental-contact-success h1 {
    font-size: 30px;
  }
}

@media (max-width: 430px) {
  .rental-contact-hero__actions,
  .rental-contact-success__actions {
    flex-direction: column;
  }

  .rental-contact-hero__actions .btn,
  .rental-contact-success__actions .btn {
    justify-content: center;
    width: 100%;
  }

  .rental-contact-channel {
    grid-template-columns: 45px minmax(0, 1fr) auto;
    padding: 15px;
  }

  .rental-contact-channel__icon {
    width: 45px;
    height: 45px;
  }
}
