.agt-language-hero {
  position: relative;
  min-height: calc(100svh - 100px);
  overflow: hidden;
  color: #fff;
  background: #1c1c1c url("/images/argaytrip-hero-1750x950-final.webp") center center / cover no-repeat;
  font-family: var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-language-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, .24) 52%, rgba(0, 0, 0, .10));
}

.agt-language-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 56px;
  align-items: center;
  box-sizing: border-box;
  width: min(1160px, calc(100% - 40px));
  min-height: calc(100svh - 100px);
  margin: 0 auto;
  padding: 72px 0;
}

.agt-language-hero__eyebrow {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

.agt-language-hero__title {
  max-width: min(720px, 100%);
  margin: 0 0 28px;
  font-family: var(--agt-font-display-latin, LeviBrush, Roboto, Arial, sans-serif);
  font-size: var(--agt-h1-latin, clamp(32px, 3.8vw, 48px));
  line-height: 1.52;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.agt-language-hero__title span {
  display: block;
  margin-top: 8px;
  font-size: 1.22em;
}

.agt-language-hero_ru .agt-language-hero__title {
  max-width: min(430px, 100%);
  margin-bottom: 30px;
  font-family: var(--agt-font-display-ru, LeviBrush, Roboto, sans-serif);
  font-size: var(--agt-h1-ru, clamp(40px, 4.7vw, 60px));
  line-height: calc(1em + 10px);
  font-weight: 900;
  text-transform: uppercase;
}

.agt-language-hero_ru .agt-language-hero__eyebrow {
  margin-bottom: 48px;
}

.agt-language-hero_ru .agt-language-hero__title-line {
  display: block;
}

.agt-language-hero_ru .agt-language-hero__title-line + .agt-language-hero__title-line {
  margin-top: 24px;
}

.agt-language-hero__lead {
  max-width: 690px;
  margin: 0;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
}

.agt-language-hero_ru .agt-language-hero__lead {
  font-size: clamp(19px, 2.1vw, 25px);
  line-height: 1.45;
  font-weight: 500;
  text-transform: none;
}

.agt-language-form {
  box-sizing: border-box;
  width: 100%;
  padding: 34px;
  color: #1c1c1c;
  background: rgba(255, 255, 255, .92);
}

.agt-language-form__title {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.agt-language-form__text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.agt-language-form__field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 0 18px;
  color: #1c1c1c;
  background: #f0f0f0;
  font: 16px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-language-form__field::placeholder {
  color: rgba(0, 0, 0, .55);
}

.agt-language-form input.agt-language-form__field {
  height: 52px;
}

.agt-language-form textarea.agt-language-form__field {
  min-height: 106px;
  padding-top: 16px;
  resize: vertical;
}

.agt-language-form__submit {
  display: block;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #336699;
  font: 900 15px/1 var(--agt-font-sans, Roboto, Arial, sans-serif);
  text-transform: uppercase;
  cursor: pointer;
}

.agt-language-form__submit:hover,
.agt-language-form__submit:focus-visible {
  background: #2b5f91;
  color: #fff;
}

.agt-language-form__message {
  display: none;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.agt-language-form__message.js-errorbox-all {
  color: #9b1c1c;
}

.agt-language-form__message.js-successbox {
  color: #24643b;
}

.agt-language-breadcrumb {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 4px;
  color: #1c1c1c;
  font: 700 16px/1.35 var(--agt-font-sans, Roboto, Arial, sans-serif);
}

.agt-language-breadcrumb a {
  color: #336699;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .agt-language-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: end;
    padding: 56px 0;
  }

  .agt-language-form {
    max-width: 480px;
  }
}

@media (max-width: 640px) {
  .agt-language-hero {
    min-height: auto;
  }

  .agt-language-hero::before {
    background: rgba(0, 0, 0, .42);
  }

  .agt-language-hero__inner {
    width: min(100% - 28px, 520px);
    min-height: auto;
    padding: 46px 0 38px;
  }

  .agt-language-hero__title {
    font-size: 38px;
  }

  .agt-language-hero_ru .agt-language-hero__title {
    max-width: 295px;
    font-size: 22px;
    line-height: calc(1em + 10px);
    margin-bottom: 24px;
  }

  .agt-language-hero_ru .agt-language-hero__eyebrow {
    margin-bottom: 34px;
  }

  .agt-language-hero_ru .agt-language-hero__title-line + .agt-language-hero__title-line {
    margin-top: 14px;
  }

  .agt-language-hero__lead,
  .agt-language-hero_ru .agt-language-hero__lead {
    font-size: 18px;
  }

  .agt-language-form {
    padding: 24px;
  }

  .agt-language-breadcrumb {
    width: min(100% - 28px, 520px);
  }
}
