html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 21px;
  }
}

body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #fcfeff;
  color: #111b28;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

.main-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.section--surface {
  background-color: #f2f7fd;
}

.section--bordered {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfe6;
}

/* ============ Шапка ============ */

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfe6;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header__logo {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  min-width: 0;
  color: #111b28;
  text-decoration-line: none;
}

.header__logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  background-color: #174a92;
  color: #f9fcff;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.header__logo-text {
  min-width: 0;
}

.header__title {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__subtitle {
  display: block;
  font-size: 0.75rem;
  color: #5c646f;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1rem;
}

.header__nav {
  display: none;
  align-items: center;
  column-gap: 0.25rem;
}

.header__link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111b28;
  text-decoration-line: none;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  cursor: pointer;
  line-height: 1.25rem;
}

.header__link--hover {
  color: #174a92;
}

.header__phone {
  display: none;
  align-items: center;
  column-gap: 0.5rem;
  flex-shrink: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #174a92;
  color: #f9fcff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration-line: none;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  line-height: 1.25rem;
}

.header__phone--hover {
  opacity: 0.9;
}

.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #111b28;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  cursor: pointer;
}

.header__mobile {
  display: none;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.header__mobile--open {
  display: block;
}

.header__mobile-nav {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.header__mobile-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #111b28;
  text-decoration-line: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfe6;
  cursor: pointer;
  line-height: 1.5rem;
}

.header__mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #174a92;
  color: #f9fcff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration-line: none;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .header__nav {
    display: flex;
  }

  .header__phone {
    display: inline-flex;
  }

  .header__burger {
    display: none;
  }

  .header__mobile {
    display: none;
  }

  .header__mobile--open {
    display: none;
  }
}

/* ============ Страницы ============ */

.page {
  display: none;
}

.page--active {
  display: block;
}

.page-head {
  background-color: #f2f7fd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfe6;
}

.page-head__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.page-head__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
}

.page-head__text {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5c646f;
}


@media (min-width: 768px) {
  .page-head__inner {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    text-align: left;
  }

  .page-head__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .page-head__text {
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}


/* ============ Главный экран ============ */

.hero {
  background-color: #f2f7fd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d8dfe6;
}

.hero__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  row-gap: 2rem;
  column-gap: 2rem;
  text-align: center;
}

.hero__content {
  min-width: 0;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.hero__badge {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffffff;
  color: #174a92;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  line-height: 1rem;
}

.hero__title {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  overflow-wrap: break-word;
}

.hero__text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5c646f;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.75rem;
  column-gap: 1.25rem;
  margin-top: 1.5rem;
}

.hero__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #174a92;
  text-decoration-line: none;
  overflow-wrap: anywhere;
  line-height: 1.5rem;
}

.hero__contact--dark {
  color: #111b28;
  font-weight: 600;
}

.hero__contact--hover {
  color: #174a92;
}

.hero__media {
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 640px) {
  .hero__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .hero__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero__actions {
    flex-direction: row;
  }

  .hero__contacts {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .hero__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .hero__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    text-align: left;
  }

  .hero__content {
    margin-left: 0;
    margin-right: 0;
  }

  .hero__actions {
    justify-content: flex-start;
  }

  .hero__contacts {
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .hero__title {
    font-size: 3rem;
    line-height: 1;
  }

}

/* ============ Кнопки ============ */

.button {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration-line: none;
  cursor: pointer;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #174a92;
  border-right-color: #174a92;
  border-bottom-color: #174a92;
  border-left-color: #174a92;
  background-color: #174a92;
  color: #f9fcff;
  max-width: 100%;
  overflow-wrap: anywhere;
  box-sizing: border-box;
  line-height: 1.5rem;
}

.button--outline {
  background-color: #ffffff;
  color: #111b28;
  font-weight: 600;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
}

.button--hover {
  opacity: 0.9;
}

.button--outline-hover {
  color: #174a92;
  opacity: 1;
}

.button--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.actions-center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .actions-center {
    flex-direction: row;
  }
}

/* ============ Сетки и карточки ============ */

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
}

.grid--gap-large {
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

.grid--top {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.card {
  min-width: 0;
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}

.card--center {
  text-align: center;
}

.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #deedff;
  color: #174a92;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #174a92;
  color: #f9fcff;
  font-size: 1.125rem;
  font-weight: 800;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  line-height: 1.75rem;
}

.card__value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #174a92;
  line-height: 2rem;
}

.card__eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #174a92;
  line-height: 1rem;
}

.card__title {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}

.card__title--tight {
  margin-top: 0.5rem;
}

.card__price {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5rem;
}

.card__text {
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.card__quote-icon {
  color: #174a92;
}

.card__quote {
  margin-top: 0.75rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  color: #5c646f;
  line-height: 1.5rem;
}

.card__author {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.card__role {
  display: block;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.section__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.section__title--center {
  text-align: center;
}

.section__lead {
  margin-top: 0.75rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  font-size: 1rem;
  color: #5c646f;
  text-align: center;
  line-height: 1.5rem;
}

.section__footer {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 1.875rem;
  line-height: 2.25rem;
}

  .section__lead {
    font-size: 1rem;
  line-height: 1.5rem;
}
}

.list {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list__item {
  display: flex;
  column-gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.list__bullet {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.6rem;
  flex-shrink: 0;
  background-color: #174a92;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.timeline {
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.timeline__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.5rem;
  column-gap: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}

.timeline__year {
  font-size: 1.25rem;
  font-weight: 800;
  color: #174a92;
  line-height: 1.75rem;
}

.timeline__text {
  font-size: 1rem;
  color: #5c646f;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .timeline__item {
    grid-template-columns: 8rem minmax(0, 1fr);
    align-items: baseline;
  }
}

.requisites {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.requisites__term {
  font-weight: 700;
}

.requisites__value {
  margin-top: 0.2rem;
  margin-bottom: 0.9rem;
  margin-left: 0;
  color: #5c646f;
  overflow-wrap: anywhere;
}

.text-block {
  min-width: 0;
}

.text-block__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
}

.text-block__text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #5c646f;
  line-height: 1.5rem;
}

/* ============ Фильтры вакансий ============ */

.filters {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}

.filters__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.75rem;
  column-gap: 0.75rem;
}

@media (min-width: 768px) {
  .filters__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .filters__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.filters__label {
  display: block;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.filters__count {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.filters__count-value {
  font-weight: 700;
  color: #111b28;
}

.field {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #111b28;
  background-color: #fcfeff;
  outline-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  box-sizing: border-box;
  line-height: 1.5rem;
}

.field--focus {
  border-top-color: #174a92;
  border-right-color: #174a92;
  border-bottom-color: #174a92;
  border-left-color: #174a92;
}

/* ============ Вакансии ============ */

.vacancies {
  margin-top: 1.5rem;
}

.vacancy {
  margin-bottom: 1rem;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.vacancy__toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  column-gap: 1rem;
  width: 100%;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: #ffffff;
  color: #111b28;
  font-family: inherit;
  text-align: left;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  box-sizing: border-box;
}

.vacancy__toggle--hover {
  background-color: #f2f7fd;
}

.vacancy__main {
  min-width: 0;
}

.vacancy__category {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #174a92;
  line-height: 1rem;
}

.vacancy__title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.25;
}

.vacancy__salary {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.vacancy__meta {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.vacancy__summary {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.vacancy__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  color: #174a92;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.vacancy__chevron--open {
  transform: rotate(180deg);
}

.vacancy__body {
  display: none;
  background-color: #f2f7fd;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.vacancy__body--open {
  display: block;
}

.vacancy__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (min-width: 768px) {
  .vacancy__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .vacancy__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.vacancy__column-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.vacancy__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  margin-top: 1.5rem;
  max-width: 46rem;
}

@media (min-width: 640px) {
  .vacancy__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vacancy__note {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.vacancies__empty {
  display: none;
  background-color: #ffffff;
  padding-top: 2rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #5c646f;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  line-height: 1.5rem;
}

.vacancies__empty--visible {
  display: block;
}

.vacancy--hidden {
  display: none;
}

/* ============ Вопросы и ответы ============ */

.faq {
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.faq__toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 1rem;
  width: 100%;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: #ffffff;
  color: #111b28;
  font-family: inherit;
  text-align: left;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  box-sizing: border-box;
}

.faq__toggle--hover {
  background-color: #f2f7fd;
}

.faq__question {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  color: #174a92;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.faq__icon--open {
  transform: rotate(180deg);
}

.faq__answer {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f2f7fd;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  color: #5c646f;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
  line-height: 1.5rem;
}

.faq__answer--open {
  display: block;
}

/* ============ Правовые страницы ============ */

.legal {
  max-width: 66rem;
  font-size: 1rem;
  color: #5c646f;
  line-height: 1.5rem;
}

.legal__block {
  margin-bottom: 1.5rem;
}

.legal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #111b28;
  line-height: 1.75rem;
}

.legal__text {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .legal {
    font-size: 1rem;
  line-height: 1.5rem;
}
}

/* ============ Контакты и карта ============ */

.contacts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (min-width: 1280px) {
  .contacts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contacts__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
}

@media (min-width: 640px) {
  .contacts__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contact-card__icon {
  color: #174a92;
}

.contact-card__title {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.contact-card__link {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #174a92;
  text-decoration-line: none;
  overflow-wrap: anywhere;
  line-height: 1.75rem;
}

.contact-card--wide {
  grid-column-start: 1;
  grid-column-end: -1;
}

.map {
  margin-top: 1.25rem;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.map__frame {
  display: block;
  width: 100%;
  height: 320px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

@media (min-width: 768px) {
  .map__frame {
    height: 460px;
  }
}

.map__note {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.map__link {
  font-weight: 600;
  color: #174a92;
  text-decoration-line: underline;
}

/* ============ Форма ============ */

.form {
  background-color: #ffffff;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .form {
    padding-top: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
  }
}

.form__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
}

.form__text {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.form__label {
  display: block;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.form__label--wide {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form__agreement {
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.form__checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}

.form__link {
  font-weight: 600;
  color: #174a92;
  text-decoration-line: underline;
  cursor: pointer;
}

.form__submit {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .form__submit {
    width: auto;
  }
}

.form-success {
  display: none;
  background-color: #ffffff;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  text-align: center;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}

.form-success--visible {
  display: block;
}

.form--hidden {
  display: none;
}

.form-success__icon {
  color: #174a92;
}

.form-success__title {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.form-success__text {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.form-success__button {
  margin-top: 1rem;
}

/* ============ Подвал ============ */

.footer {
  margin-top: 2rem;
  background-color: #f2f7fd;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footer__column {
  min-width: 0;
}

.footer__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.75rem;
}

.footer__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer__text {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  overflow-wrap: anywhere;
  line-height: 1.25rem;
}

.footer__list {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer__item {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #5c646f;
  overflow-wrap: anywhere;
  line-height: 1.25rem;
}

.footer__link {
  font-size: 0.875rem;
  color: #5c646f;
  text-decoration-line: none;
  cursor: pointer;
  line-height: 1.25rem;
}

.footer__link--hover {
  color: #174a92;
}

.footer__bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  column-gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .footer__bottom-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__copy {
  margin-top: 0;
  margin-bottom: 0;
}

/* ============ Чат ============ */

.chat {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: calc(100vw - 1.5rem);
}

@media (min-width: 768px) {
  .chat {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.chat__button {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  background-color: #ffffff;
  color: #111b28;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(17, 27, 40, 0.18);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.chat__button--hover {
  background-color: #f2f7fd;
}

.chat__button--hidden {
  display: none;
}

.chat__avatar {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  object-fit: cover;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.chat__button-text {
  min-width: 0;
}

.chat__button-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.chat__button-subtitle {
  display: block;
  font-size: 0.75rem;
  color: #5c646f;
  line-height: 1rem;
}

.chat__button-icon {
  color: #174a92;
  flex-shrink: 0;
}

.chat__window {
  display: none;
  flex-direction: column;
  width: 22rem;
  max-width: calc(100vw - 1.5rem);
  max-height: 70vh;
  margin-bottom: 0.75rem;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 18px 45px rgba(17, 27, 40, 0.25);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.chat__window--open {
  display: flex;
}

.chat__header {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  background-color: #174a92;
  color: #f9fcff;
}

.chat__name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.chat__status {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  opacity: 0.9;
  line-height: 1rem;
}

.chat__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.18);
  color: #f9fcff;
  cursor: pointer;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.chat__messages {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
  background-color: #f2f7fd;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
}

.chat__message {
  max-width: 85%;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #111b28;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  line-height: 1.25rem;
}

.chat__message--user {
  margin-left: auto;
  background-color: #174a92;
  color: #f9fcff;
}

.chat__quick {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  padding-top: 0.25rem;
}

.chat__quick-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #ffffff;
  color: #174a92;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  line-height: 1rem;
}

.chat__form {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.chat__input {
  min-width: 0;
  flex-grow: 1;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #111b28;
  background-color: #fcfeff;
  outline-style: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  line-height: 1.25rem;
}

.chat__send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  background-color: #174a92;
  color: #f9fcff;
  cursor: pointer;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

/* ============ Баннер cookie ============ */

.cookie {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: #ffffff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d8dfe6;
}

.cookie--visible {
  display: block;
}

.cookie__inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  column-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .cookie__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-right: 22rem;
  }
}

.cookie__text {
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5c646f;
  line-height: 1.25rem;
}

.cookie__icon {
  color: #174a92;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.cookie__link {
  font-weight: 600;
  color: #174a92;
  text-decoration-line: underline;
  cursor: pointer;
}

.cookie__actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}

.cookie__button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #174a92;
  color: #f9fcff;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #174a92;
  border-right-color: #174a92;
  border-bottom-color: #174a92;
  border-left-color: #174a92;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  line-height: 1.25rem;
}

.cookie__button--secondary {
  background-color: #ffffff;
  color: #111b28;
  font-weight: 600;
  border-top-color: #d8dfe6;
  border-right-color: #d8dfe6;
  border-bottom-color: #d8dfe6;
  border-left-color: #d8dfe6;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow-x: hidden;
  overflow-y: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ============ Единая типографика заголовков (как в React-версии) ============ */

.hero__title,
.page-head__title,
.section__title,
.card__title,
.contact-card__title,
.text-block__title,
.vacancy__title,
.legal__title,
.form__title,
.form-success__title,
.footer__heading {
  letter-spacing: -0.015em;
  text-wrap-style: balance;
}

.header__title {
  letter-spacing: -0.015em;
}

.header__title {
  line-height: 1.5rem;
}

.header__subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
}

.header__link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.25rem;
}

.header__phone {
  line-height: 1.25rem;
}

.hero__badge {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.025em;
}

.hero__badge {
  display: inline-flex;
  vertical-align: top;
}


.filters__search {
  position: relative;
  display: block;
  margin-top: 0.25rem;
}

.filters__search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  color: #5c646f;
  pointer-events: none;
}

.field--search {
  margin-top: 0;
  padding-left: 2.25rem;
}

@media (min-width: 768px) {
  .filters {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .filters__label--search {
    grid-column-start: span 2;
  }

  .cookie__text {
    flex-grow: 1;
    max-width: 70%;
  }
}

@media (min-width: 1280px) {
  .filters__label--search {
    grid-column-start: span 1;
  }
}

.cookie__inner {
  padding-bottom: 1rem;
}

.cookie__actions {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .cookie__actions {
    padding-bottom: 0;
    padding-right: 16rem;
  }
}
