* {
  box-sizing: border-box;
}
.page-body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #0b1220;
  color: #f5fbff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 21px;
  overflow-x: hidden;
}
.main-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  background-color: #0b1220;
}
.ambient {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  filter: blur(120px);
  opacity: 0.85;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}
.ambient--one {
  width: 520px;
  height: 520px;
  left: -180px;
  top: -180px;
  background-color: rgba(34, 211, 238, 0.25);
}
.ambient--two {
  width: 560px;
  height: 560px;
  right: -180px;
  top: 28%;
  background-color: rgba(99, 102, 241, 0.3);
}
.ambient--three {
  width: 420px;
  height: 420px;
  left: 34%;
  bottom: -80px;
  background-color: rgba(27, 58, 107, 0.5);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(11, 18, 32, 0.84);
  backdrop-filter: blur(24px);
}
.site-header__container {
  width: calc(100% - 32px);
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 16px;
}
.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  color: #f5fbff;
  text-decoration-line: none;
  min-width: 0;
}
.brand__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  box-shadow: 0 24px 70px rgba(34, 211, 238, 0.26);
}
.brand__svg {
  width: 40px;
  height: 40px;
}
.brand__path {
  fill: #0b1220;
}
.brand__path--soft {
  opacity: 0.82;
}
.brand__line {
  fill: none;
  stroke: #0b1220;
  stroke-width: 4px;
  stroke-linecap: round;
  opacity: 0.72;
}
.brand__text {
  min-width: 0;
  line-height: 1.05;
}
.brand__name {
  display: block;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand__caption {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 251, 255, 0.62);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-nav {
  display: flex;
  align-items: center;
  column-gap: 28px;
  row-gap: 12px;
}
.site-nav__link {
  color: rgba(245, 251, 255, 0.7);
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: none;
}
.site-nav__link--hovered {
  color: #f5fbff;
}
.site-header__actions {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
}
.site-header__phone {
  display: inline-flex;
  align-items: center;
  color: #f5fbff;
  text-decoration-line: none;
  font-size: 14px;
  font-weight: 700;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 11px;
  padding-left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
}
.site-header__phone--hovered {
  background-color: rgba(255, 255, 255, 0.16);
}
.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.1);
  color: #f5fbff;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  cursor: pointer;
}
.menu-button__bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f5fbff;
}
.mobile-nav {
  width: calc(100% - 32px);
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 16px;
}
.mobile-nav__link {
  display: block;
  color: #f5fbff;
  text-decoration-line: none;
  font-weight: 700;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  margin-top: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.mobile-nav__link--accent {
  color: #22d3ee;
}
.site-main {
  position: relative;
  z-index: 1;
}
.site-page {
  width: calc(100% - 32px);
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
}
.hero {
  text-align: center;
}
.hero__content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.hero__badge {
  display: inline-flex;
  color: #22d3ee;
  font-size: 12px;
  font-weight: 800;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}
.hero__title {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}
.hero__title-accent {
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  background-clip: text;
  color: transparent;
}
.hero__text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  font-size: 22px;
  line-height: 1.6;
}
.hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration-line: none;
  cursor: pointer;
  font-weight: 800;
  min-height: 52px;
  padding-top: 12px;
  padding-right: 28px;
  padding-bottom: 12px;
  padding-left: 28px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-width: 1px;
  border-style: solid;
}
.button--primary {
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  color: #0b1220;
  border-color: rgba(255, 255, 255, 0.12);
}
.button--secondary {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f5fbff;
  border-color: rgba(255, 255, 255, 0.16);
}
.button--hovered {
  transform: translateY(-2px);
}
.hero__image-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}
.hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 80px rgba(34, 211, 238, 0.18);
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 48px;
}
.stats__item {
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 24px;
  padding-right: 18px;
  padding-bottom: 24px;
  padding-left: 18px;
}
.stats__value {
  display: block;
  color: #22d3ee;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 36px;
}
.stats__label {
  display: block;
  margin-top: 8px;
  color: rgba(245, 251, 255, 0.64);
  font-size: 15px;
}
.section-block {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  text-align: center;
}
.section-block__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  color: #22d3ee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.section-block__title {
  margin-top: 14px;
  margin-bottom: 0;
  color: #f5fbff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 48px;
  line-height: 1.15;
}
.section-block__text {
  margin-top: 20px;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  font-size: 20px;
  line-height: 1.65;
}
.card-grid {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 40px;
}
.card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.info-card {
  display: block;
  text-decoration-line: none;
  color: #f5fbff;
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
}
.info-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}
.info-card__text {
  margin-top: 14px;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 40px;
}
.review-card {
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 26px;
  padding-right: 26px;
  padding-bottom: 26px;
  padding-left: 26px;
}
.review-card__stars {
  margin-top: 0;
  margin-bottom: 0;
  color: #22d3ee;
  font-weight: 800;
}
.review-card__text {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  line-height: 1.65;
}
.review-card__author {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 800;
}
.contact-form {
  margin-top: 72px;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(480px, 1.3fr);
  column-gap: 56px;
  row-gap: 32px;
  background-color: rgba(255, 255, 255, 0.055);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 48px;
  padding-right: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}
.contact-form__intro {
  align-self: start;
}
.contact-form__eyebrow {
  margin-top: 0;
  margin-bottom: 18px;
  color: #22d3ee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-form__title {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.08;
}
.contact-form__text {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  line-height: 1.65;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 20px;
}
.contact-form__group {
  display: grid;
  row-gap: 9px;
}
.contact-form__group--wide {
  grid-column-start: 1;
  grid-column-end: 3;
}
.contact-form__label {
  color: rgba(245, 251, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
}
.contact-form__field {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  color: #f5fbff;
  background-color: rgba(11, 18, 32, 0.78);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 16px;
  padding-right: 18px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.4;
}
.contact-form__field--area {
  min-height: 150px;
  resize: vertical;
}
.contact-form__action {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  align-items: center;
  column-gap: 22px;
  row-gap: 14px;
}
.contact-form__privacy {
  max-width: 390px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.52);
  font-size: 12px;
  line-height: 1.5;
}
.contact-form__notice {
  grid-column-start: 2;
  color: #22d3ee;
}
.vacancy-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px 230px;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 40px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.vacancy-tools__field {
  min-width: 0;
  color: #f5fbff;
  background-color: rgba(11, 18, 32, 0.62);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
}
.vacancy-list {
  display: grid;
  row-gap: 20px;
  margin-top: 32px;
}
.vacancy-card {
  background-color: rgba(255, 255, 255, 0.07);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.vacancy-card__head {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 20px;
  row-gap: 20px;
  text-align: left;
  border-width: 0;
  background-color: transparent;
  color: #f5fbff;
  cursor: pointer;
}
.vacancy-card__body {
  min-width: 0;
}
.vacancy-card__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
.vacancy-card__tag {
  display: inline-flex;
  color: #22d3ee;
  background-color: rgba(255, 255, 255, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 800;
}
.vacancy-card__title {
  display: block;
  margin-top: 16px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.vacancy-card__text {
  display: block;
  margin-top: 12px;
  color: rgba(245, 251, 255, 0.68);
  line-height: 1.6;
}
.vacancy-card__salary {
  color: #22d3ee;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.vacancy-card__details {
  margin-top: 24px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.16);
  color: rgba(245, 251, 255, 0.72);
  line-height: 1.65;
}
.vacancy-card__facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 1px;
  row-gap: 1px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.16);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.vacancy-card__fact {
  min-width: 0;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  background-color: #05070a;
}
.vacancy-card__fact-label {
  display: block;
  color: #22d3ee;
  font-size: 12px;
  text-transform: uppercase;
}
.vacancy-card__fact-text {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
.vacancy-card__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 24px;
}
.vacancy-card__group-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #f5fbff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}
.vacancy-card__group-text {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
}
.vacancy-card__apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.16);
}
.vacancy-card__apply-text {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.vacancy-empty {
  margin-top: 24px;
  text-align: center;
  color: rgba(245, 251, 255, 0.68);
}
.map-card {
  position: relative;
  min-height: 430px;
  margin-top: 40px;
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(34,211,238,0.08));
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.map-card__label {
  width: min(520px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  text-align: center;
  background-color: rgba(11, 18, 32, 0.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(34, 211, 238, 0.45);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
}
.map-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 28px;
}
.map-card__text {
  color: rgba(245, 251, 255, 0.68);
  line-height: 1.6;
}
.legal {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: #eef2fb;
  color: #172033;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-top: 42px;
  padding-right: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
}
.legal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 46px;
}
.legal__text {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.75;
}
.site-footer {
  position: relative;
  z-index: 1;
  background-color: rgba(12, 17, 22, 0.9);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.16);
}
.site-footer__container {
  width: calc(100% - 32px);
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  column-gap: 42px;
  row-gap: 42px;
  padding-top: 63px;
  padding-bottom: 63px;
}
.site-footer__text {
  max-width: 672px;
  margin-top: 26px;
  margin-bottom: 0;
  color: rgba(245, 251, 255, 0.68);
  font-size: 21px;
  line-height: 1.6;
}
.site-footer__details {
  margin-top: 26px;
  color: rgba(245, 251, 255, 0.68);
  font-size: 18px;
  line-height: 1.6;
}
.site-footer__details-line {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer__column-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}
.site-footer__links {
  display: grid;
  align-content: start;
  justify-content: start;
  margin-top: 21px;
  row-gap: 16px;
  font-size: 18px;
}
.site-footer__link {
  color: rgba(245, 251, 255, 0.72);
  text-decoration-line: none;
}
.site-footer__contact {
  color: rgba(245, 251, 255, 0.72);
  overflow-wrap: anywhere;
}
.site-footer__bottom {
  grid-column-start: 1;
  grid-column-end: 4;
  margin-top: 10px;
  padding-top: 32px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(245, 251, 255, 0.68);
  font-size: 18px;
  line-height: 26px;
}
.site-footer .brand { column-gap: 16px; row-gap: 16px; }
.site-footer .brand__icon { width: 74px; height: 74px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; }
.site-footer .brand__svg { width: 53px; height: 53px; }
.site-footer .brand__text { line-height: 1.25; }
.site-footer .brand__name { font-size: 26px; line-height: 37px; }
.site-footer .brand__caption { margin-top: 0; font-size: 16px; line-height: 21px; }
.site-footer__text { line-height: 1.625; }
.site-footer__details { line-height: 1.625; }
.site-footer__column-title { line-height: 37px; }
.site-footer__links { line-height: 26px; }
.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 40;
  width: min(560px, calc(100vw - 40px));
  background-color: rgba(11, 18, 32, 0.94);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}
.cookie__text {
  margin-top: 0;
  color: rgba(245, 251, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}
.cookie__actions {
  display: flex;
  justify-content: flex-end;
  column-gap: 8px;
  row-gap: 8px;
}
.cookie__button {
  cursor: pointer;
  color: #f5fbff;
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 9px;
  padding-right: 16px;
  padding-bottom: 9px;
  padding-left: 16px;
}
.cookie__button--primary {
  color: #0b1220;
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
}
.chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: min(360px, calc(100vw - 32px));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 12px;
  pointer-events: none;
}
.chat__panel, .chat__toggle { pointer-events: auto; }
.chat__panel {
  width: 100%;
  overflow: hidden;
  background-color: rgba(11, 18, 32, 0.94);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.chat__head {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
}
.chat__photo {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
}
.chat__person {
  flex-grow: 1;
  min-width: 0;
}
.chat__name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 14px;
}
.chat__status {
  margin-top: 2px;
  margin-bottom: 0;
  color: #22d3ee;
  font-size: 12px;
}
.chat__close {
  width: 38px;
  height: 38px;
  color: #f5fbff;
  background-color: transparent;
  border-width: 0;
  font-size: 28px;
  cursor: pointer;
}
.chat__messages {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}
.chat__message {
  max-width: 86%;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-right: 13px;
  padding-bottom: 12px;
  padding-left: 13px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  font-size: 13px;
  line-height: 1.45;
}
.chat__message--admin {
  background-color: rgba(255, 255, 255, 0.1);
}
.chat__message--user {
  margin-left: auto;
  color: #0b1220;
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  font-weight: 700;
}
.chat__form {
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.16);
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.chat__input {
  min-width: 0;
  flex-grow: 1;
  color: #f5fbff;
  background-color: rgba(255, 255, 255, 0.08);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
}
.chat__send {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  color: #0b1220;
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  border-width: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  cursor: pointer;
}
.chat__toggle {
  width: 64px;
  height: 64px;
  color: #0b1220;
  background-image: linear-gradient(135deg, #22d3ee, #6366f1);
  border-width: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(34, 211, 238, 0.28);
}
@media (max-width: 1399px) {
  .site-header__phone { display: none; }
  .card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid--five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vacancy-tools { grid-template-columns: 1fr; }
}
@media (max-width: 1199px) {
  .site-nav { display: none; }
  .menu-button { display: block; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form__notice { grid-column-start: 1; }
}
@media (max-width: 767px) {
  .page-body { font-size: 18px; }
  .site-header__container { width: calc(100% - 36px); }
  .site-header__phone { display: none; }
  .brand__icon { width: 48px; height: 48px; }
  .brand__name { font-size: 17px; }
  .brand__caption { font-size: 9px; }
  .site-page { width: calc(100% - 36px); padding-top: 48px; padding-bottom: 48px; }
  .hero__title { font-size: 38px; }
  .hero__text { font-size: 18px; }
  .hero__actions { flex-direction: column; align-items: center; }
  .button { width: 100%; max-width: 320px; }
  .stats { grid-template-columns: 1fr; }
  .section-block { margin-top: 48px; }
  .section-block__title { font-size: 34px; }
  .section-block__text { font-size: 18px; }
  .card-grid--two { grid-template-columns: 1fr; }
  .card-grid--three { grid-template-columns: 1fr; }
  .card-grid--four { grid-template-columns: 1fr; }
  .card-grid--five { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .contact-form { padding-top: 28px; padding-right: 22px; padding-bottom: 28px; padding-left: 22px; }
  .contact-form__title { font-size: 34px; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-form__group--wide { grid-column-start: 1; grid-column-end: 2; }
  .contact-form__action { grid-column-start: 1; grid-column-end: 2; flex-direction: column; align-items: flex-start; }
  .contact-form__action .button { align-self: center; }
  .vacancy-card__head { grid-template-columns: 1fr; }
  .vacancy-card__salary { white-space: normal; }
  .vacancy-card__facts { grid-template-columns: 1fr; }
  .vacancy-card__groups { grid-template-columns: 1fr; }
  .vacancy-card__apply { flex-direction: column; align-items: center; text-align: center; }
  .map-card__label { width: calc(100% - 32px); padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; }
  .legal { padding-top: 24px; padding-right: 20px; padding-bottom: 24px; padding-left: 20px; }
  .legal__title { font-size: 34px; }
  .site-footer__container { grid-template-columns: 1fr; width: calc(100% - 36px); column-gap: 36px; row-gap: 36px; padding-top: 54px; padding-bottom: 54px; }
  .site-footer__links { justify-content: start; }
  .site-footer__bottom { grid-column-start: 1; grid-column-end: 2; }
  .site-footer .brand { column-gap: 14px; row-gap: 14px; }
  .site-footer .brand__icon { width: 54px; height: 54px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; }
  .site-footer .brand__svg { width: 45px; height: 45px; }
  .site-footer .brand__text { line-height: 1.25; }
  .site-footer .brand__name { font-size: 20px; line-height: 32px; }
  .site-footer .brand__caption { margin-top: 0; font-size: 10px; line-height: 12px; }
  .site-footer__text { margin-top: 23px; font-size: 18px; line-height: 29px; }
  .site-footer__details { margin-top: 23px; font-size: 16px; line-height: 26px; }
  .site-footer__column-title { font-size: 20px; line-height: 32px; }
  .site-footer__links { margin-top: 18px; row-gap: 14px; font-size: 16px; line-height: 23px; }
  .site-footer__bottom { margin-top: 9px; padding-top: 27px; font-size: 16px; line-height: 23px; }
  .review-card, .contact-form, .vacancy-tools, .vacancy-card, .map-card, .map-card__label, .legal, .chat__panel, .cookie { border-top-left-radius: 27px; border-top-right-radius: 27px; border-bottom-right-radius: 27px; border-bottom-left-radius: 27px; }
  .card-grid--soft .info-card { border-top-left-radius: 27px; border-top-right-radius: 27px; border-bottom-right-radius: 27px; border-bottom-left-radius: 27px; }
  .cookie { left: 12px; bottom: 12px; width: calc(100vw - 112px); }
  .cookie__actions { justify-content: center; flex-wrap: wrap; }
  .chat { right: 12px; bottom: 12px; width: calc(100vw - 24px); }
  .chat__toggle { width: 58px; height: 58px; }
}

/* Executive Dark parity layer */
.page-body { background-color: #05070a; font-family: "Inter", Arial, sans-serif; letter-spacing: 0; }
.main-wrapper { background-color: #05070a; }
.ambient { opacity: 0.32; filter: blur(145px); }
.site-header { background-color: rgba(5, 7, 10, 0.92); border-bottom-color: rgba(255, 255, 255, 0.12); }
.brand__icon { border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; }
.brand__name { font-family: "Inter", Arial, sans-serif; }
.site-header__phone { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; text-transform: uppercase; font-size: 12px; }
.site-page { padding-top: 80px; padding-bottom: 96px; }
.hero { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 64px; row-gap: 56px; align-items: center; text-align: left; }
.hero__content { grid-column-start: 1; grid-column-end: 8; max-width: none; margin-left: 0; margin-right: 0; }
.hero__visual { grid-column-start: 8; grid-column-end: 13; position: relative; }
.hero__frame { position: relative; border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0.12); padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 14px; }
.hero__badge { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: rgba(34,211,238,0.05); border-color: rgba(34,211,238,0.22); text-transform: uppercase; letter-spacing: 0.12em; }
.hero__title { font-family: "Playfair Display", Georgia, serif; font-size: 82px; font-weight: 400; font-style: italic; }
.hero__title-accent { font-style: normal; font-weight: 600; }
.hero__text { margin-left: 0; margin-right: 0; max-width: 780px; font-weight: 300; }
.hero__actions { justify-content: flex-start; }
.button { border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.08em; }
.hero__image-wrap { margin-top: 0; max-width: none; }
.hero__image { aspect-ratio: 4 / 5; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; opacity: 0.72; filter: grayscale(25%); }
.hero__document { position: absolute; left: 34px; right: 34px; bottom: 34px; padding-top: 18px; padding-right: 18px; padding-bottom: 18px; padding-left: 18px; background-color: rgba(5,7,10,0.84); border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0.12); backdrop-filter: blur(20px); }
.hero__document-title { display: block; color: #22d3ee; text-transform: uppercase; font-size: 12px; }
.hero__document-text { display: block; margin-top: 10px; color: rgba(245,251,255,0.7); font-size: 14px; line-height: 1.6; }
.hero__microstats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 38px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(255,255,255,0.12); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(255,255,255,0.12); }
.hero__microstat { padding-top: 18px; padding-right: 18px; padding-bottom: 18px; padding-left: 18px; }
.hero__microstat:first-child { border-right-width: 1px; border-right-style: solid; border-right-color: rgba(255,255,255,0.12); }
.hero__microstat-value { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 32px; font-style: italic; }
.hero__microstat-label { display: block; margin-top: 4px; color: rgba(245,251,255,0.64); font-size: 12px; text-transform: uppercase; }
.stats { grid-column-start: 1; grid-column-end: 13; column-gap: 1px; background-color: rgba(255,255,255,0.12); border-top-width: 1px; border-top-style: solid; border-top-color: rgba(255,255,255,0.12); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(255,255,255,0.12); }
.stats__item { background-color: #05070a; border-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.statement { display: grid; grid-template-columns: 0.35fr 1fr 1fr; column-gap: 48px; row-gap: 28px; margin-top: 90px; padding-top: 64px; padding-right: 32px; padding-bottom: 64px; padding-left: 32px; background-color: rgba(10,16,24,0.82); border-top-width: 1px; border-top-style: solid; border-top-color: rgba(255,255,255,0.12); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(255,255,255,0.12); }
.statement__label { margin-top: 0; color: #22d3ee; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.statement__title { margin-top: 0; margin-bottom: 0; font-family: "Playfair Display", Georgia, serif; font-size: 44px; font-weight: 400; line-height: 1.15; }
.statement__text { margin-top: 0; margin-bottom: 0; color: rgba(245,251,255,0.68); font-weight: 300; line-height: 1.7; }
.section-block { max-width: 1120px; text-align: left; margin-left: 0; }
.section-block__title { font-family: "Playfair Display", Georgia, serif; font-size: 56px; font-weight: 400; }
.section-block__text { font-weight: 300; }
.card-grid { column-gap: 1px; row-gap: 1px; background-color: rgba(255,255,255,0.12); border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0.12); }
.info-card { min-height: 210px; background-color: #05070a; border-width: 0; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; }
.info-card__number { color: #22d3ee; font-size: 12px; font-weight: 700; }
.info-card__title { margin-top: 18px; font-family: "Playfair Display", Georgia, serif; font-weight: 400; }
.info-card__text { font-weight: 300; }
.review-card, .contact-form, .vacancy-tools, .vacancy-card, .map-card, .map-card__label, .legal, .chat__panel, .cookie { border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; }
.contact-form__field, .vacancy-tools__field { border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-right-radius: 16px; border-bottom-left-radius: 16px; }
.card-grid--soft { column-gap: 20px; row-gap: 20px; background-color: transparent; border-width: 0; }
.card-grid--soft .info-card { background-color: rgba(255,255,255,0.04); border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0.12); border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; }
.legal__section { padding-top: 26px; padding-bottom: 26px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(23,32,51,0.18); }
.legal__heading { margin-top: 0; margin-bottom: 0; font-family: "Playfair Display", Georgia, serif; font-size: 28px; font-weight: 600; }
.legal__section .legal__text { margin-top: 12px; }
@media (max-width: 1199px) {
  .hero { grid-template-columns: 1fr; }
  .hero__content, .hero__visual, .stats { grid-column-start: 1; grid-column-end: 2; }
  .hero__visual { max-width: 760px; margin-left: auto; margin-right: auto; }
  .statement { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .hero { text-align: center; row-gap: 36px; }
  .hero__title { font-size: 48px; }
  .hero__text { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__microstats { grid-template-columns: 1fr; }
  .hero__microstat:first-child { border-right-width: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(255,255,255,0.12); }
  .stats { grid-template-columns: 1fr; }
  .statement { padding-top: 40px; padding-right: 20px; padding-bottom: 40px; padding-left: 20px; text-align: center; }
  .statement__title { font-size: 34px; }
  .section-block { text-align: center; margin-left: auto; }
  .section-block__title { font-size: 38px; }
  .hero__document { left: 18px; right: 18px; bottom: 18px; }
}

/* Pixel scale alignment with the React presentation */
@media (min-width: 1200px) {
  .site-header__container { width: calc(100% - 42px); min-height: 106px; }
  .site-page { width: calc(100% - 42px); padding-top: 105px; padding-bottom: 105px; }
  .hero { column-gap: 84px; row-gap: 74px; }
  .hero__title { font-size: 126px; line-height: 1.02; }
  .hero__text { font-size: 26px; line-height: 1.625; }
  .hero__actions { margin-top: 52px; }
  .button { min-height: 65px; padding-top: 16px; padding-right: 34px; padding-bottom: 16px; padding-left: 34px; }
  .hero__microstats { margin-top: 52px; }
  .hero__microstat { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; }
  .hero__microstat-value { font-size: 39px; }
  .hero__visual { align-self: center; }
  .stats { margin-top: 105px; }
  .stats__item { padding-top: 35px; padding-right: 24px; padding-bottom: 35px; padding-left: 24px; }
  .stats__value { font-size: 50px; }
  .stats__label { font-size: 19px; }
  .statement { margin-top: 0; }
  .section-block { margin-top: 105px; }
  .section-block__title { font-size: 63px; }
  .section-block__text { font-size: 21px; }
  .info-card__title { font-size: 31px; }
  .info-card__text { font-size: 21px; }
}
