/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scrollbar-gutter: stable; }
body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;
  font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1d2235; background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: inherit; font-weight: 700; letter-spacing: -0.02em; }

/* ===== Wrapper ===== */
.main-wrapper { width: 100%; overflow-x: hidden; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background-color: rgba(255,255,255,0.95);
  border-top-style: none; border-right-style: none; border-bottom-style: solid; border-left-style: none;
  border-bottom-width: 1px; border-bottom-color: #e6e8ef;
}
.site-header__inner {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px;
  display: flex; align-items: center; gap: 12px;
}
.site-header__logo { display: flex; align-items: center; gap: 10px; min-width: 0; flex-shrink: 1; }
.site-header__logo-mark {
  width: 40px; height: 40px; flex-shrink: 0; display: block;
  border-radius: 8px; object-fit: cover;
}
.site-header__logo-text { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; overflow: hidden; }
.site-header__logo-title { font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-header__logo-sub { font-size: 11px; color: #6a7088; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.site-nav { display: flex; gap: 22px; margin-left: auto; }
.site-nav__link { font-size: 14px; color: #3a4060; }
.site-nav__link--active { color: #1e3a5f; font-weight: 600; }
.site-nav__link--hover { color: #1e3a5f; }

.site-header__phone { text-align: right; font-size: 14px; font-weight: 600; line-height: 1.2; }
.site-header__phone-num { display: block; }
.site-header__phone-hours { display: block; font-size: 11px; font-weight: 400; color: #6a7088; }

.site-header__cta {
  background-color: #1e3a5f; color: #ffffff; font-size: 14px; font-weight: 500;
  padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}
.site-header__cta--hover { opacity: 0.9; }

.site-header__burger {
  display: none;
  width: 40px; height: 40px;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  font-size: 22px; line-height: 1;
}

/* ===== Page ===== */
.page { display: block; }
[hidden] { display: none !important; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 500;
  padding-top: 12px; padding-right: 22px; padding-bottom: 12px; padding-left: 22px;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent;
}
.btn--primary { background-color: #1e3a5f; color: #ffffff; }
.btn--ghost {
  background-color: #ffffff; color: #1d2235;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
}
.btn--hover { opacity: 0.9; }

/* ===== Hero ===== */
.hero { background-color: #f7f8fc; }
.hero__inner {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 56px; padding-right: 20px; padding-bottom: 72px; padding-left: 20px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.hero__text { display: flex; flex-direction: column; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  background-color: #e8edf3; color: #1e3a5f;
  font-size: 12px; font-weight: 500;
  padding-top: 6px; padding-right: 12px; padding-bottom: 6px; padding-left: 12px;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.hero__badge-dot { width: 6px; height: 6px; background-color: #1e3a5f; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-right-radius: 999px; border-bottom-left-radius: 999px; }
.hero__title { margin-top: 22px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 40px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 700; }
.hero__subtitle { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; max-width: 540px; font-size: 16px; line-height: 1.6; color: #6a7088; }
.hero__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__media {
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  overflow: hidden;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  box-shadow: 0 8px 24px -12px rgba(29,34,53,0.18);
}
.hero__image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }

/* ===== Section common ===== */
.section-title { text-align: center; font-size: 32px; letter-spacing: -0.02em; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.section-title-left { text-align: center; font-size: 28px; letter-spacing: -0.02em; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.section-lead { text-align: center; max-width: 600px; margin-top: 12px; margin-right: auto; margin-bottom: 0; margin-left: auto; font-size: 15px; color: #6a7088; }
.link-more { display: inline-block; margin-top: 32px; font-size: 14px; font-weight: 500; color: #1e3a5f; }
.link-more--hover { text-decoration-line: underline; }

/* ===== Stats ===== */
.stats { padding-top: 56px; padding-right: 0; padding-bottom: 56px; padding-left: 0; }
.stats__inner {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px;
  display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); text-align: center;
}
.stat-card {
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 24px; padding-right: 20px; padding-bottom: 24px; padding-left: 20px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.stat-card__icon {
  width: 48px; height: 48px; display: grid; place-items: center;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  background-color: #e8edf3; color: #1e3a5f;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.stat-card__value { margin-top: 16px; font-size: 18px; font-weight: 700; }
.stat-card__label { margin-top: 4px; font-size: 14px; color: #6a7088; }

/* ===== Services / Reasons / Process / Portfolio / Reviews / Values / History / Numbers / Pricing ===== */
.services-block, .reasons-block, .process-block, .portfolio-block, .reviews-block,
.values-block, .history-block, .numbers-block, .pricing-block,
.services-page, .vacancies-block, .faq-block, .contacts-block, .map-block, .cta-block,
.prose-block, .legal-block {
  padding-top: 64px; padding-right: 0; padding-bottom: 64px; padding-left: 0;
}
.services-block, .process-block, .values-block, .numbers-block, .pricing-block { background-color: #f7f8fc; }

.services-block__inner, .reasons-block__inner, .process-block__inner, .portfolio-block__inner,
.reviews-block__inner, .values-block__inner, .history-block__inner, .numbers-block__inner,
.pricing-block__inner, .services-page__inner, .vacancies-block__inner, .faq-block__inner,
.contacts-block__inner, .map-block__inner, .cta-block__inner, .prose-block__inner, .legal-block__inner {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px;
}
.prose-block__inner { max-width: 800px; }

.services-grid, .reasons-grid {
  margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); text-align: left;
}
.service-card, .reason-card, .value-card, .history-card, .number-card {
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
  transition-property: transform, box-shadow; transition-duration: 200ms;
}
.service-card--hover { transform: translateY(-4px); box-shadow: 0 8px 24px -12px rgba(29,34,53,0.18); }

.service-card__icon, .reason-card__icon, .value-card__icon {
  width: 48px; height: 48px; display: grid; place-items: center;
  background-color: #e8edf3; color: #1e3a5f; font-size: 22px;
  border-top-left-radius: 8px; border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;
}
.service-card__title, .reason-card__title, .value-card__title { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-weight: 700; }
.service-card__text, .reason-card__text, .value-card__text { margin-top: 8px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 14px; line-height: 1.6; color: #6a7088; }

/* Process */
.process-grid { margin-top: 40px; display: grid; gap: 32px; grid-template-columns: repeat(4, 1fr); text-align: center; }
.process-step__circle {
  width: 64px; height: 64px; display: grid; place-items: center;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  background-color: #ffffff; color: #1e3a5f; font-weight: 700; font-size: 20px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;
  border-top-color: #1e3a5f; border-right-color: #1e3a5f; border-bottom-color: #1e3a5f; border-left-color: #1e3a5f;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.process-step__num { margin-top: 16px; font-size: 14px; font-weight: 700; color: #1e3a5f; }
.process-step__title { margin-top: 4px; font-weight: 600; }
.process-step__text { margin-top: 8px; font-size: 14px; color: #6a7088; }

/* Portfolio */
.portfolio-grid { margin-top: 40px; display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.portfolio-card {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  overflow: hidden; box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.portfolio-card__image { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.portfolio-card__caption { padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; }
.portfolio-card__title { font-weight: 700; }
.portfolio-card__text { margin-top: 6px; font-size: 14px; line-height: 1.6; color: #6a7088; }

/* Reviews */
.reviews-grid { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.review-card {
  display: flex; flex-direction: column;
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.review-card__stars { color: #1e3a5f; font-size: 14px; letter-spacing: 2px; }
.review-card__quote {
  margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0;
  flex-grow: 1; font-size: 14px; line-height: 1.6; color: #1d2235;
}
.review-card__author {
  margin-top: 20px; padding-top: 16px; display: flex; align-items: center; gap: 12px;
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
}
.review-card__photo { width: 48px; height: 48px;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
  object-fit: cover; flex-shrink: 0;
}
.review-card__info { min-width: 0; }
.review-card__name { font-weight: 600; }
.review-card__role { font-size: 12px; color: #6a7088; }

/* CTA */
.cta-block__inner { max-width: 800px; text-align: center; }
.cta-block__icon { width: 56px; height: 56px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  display: grid; place-items: center; background-color: #1e3a5f; color: #ffffff; font-size: 22px;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.cta-block__title { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 28px; letter-spacing: -0.02em; }
.cta-block__text { margin-top: 12px; margin-right: auto; margin-bottom: 0; margin-left: auto; max-width: 520px; font-size: 15px; color: #6a7088; }
.cta-block__actions { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* ===== Page Hero ===== */
.page-hero {
  background-color: #f7f8fc;
  border-top-style: none; border-right-style: none; border-bottom-style: solid; border-left-style: none;
  border-bottom-width: 1px; border-bottom-color: #e6e8ef;
}
.page-hero__inner {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 56px; padding-right: 20px; padding-bottom: 64px; padding-left: 20px;
  text-align: center;
}
.page-hero__title { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 40px; letter-spacing: -0.02em; }
.page-hero__subtitle { margin-top: 16px; margin-right: auto; margin-bottom: 0; margin-left: auto; max-width: 720px; font-size: 17px; line-height: 1.6; color: #6a7088; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; font-size: 12px; color: #6a7088; }
.crumbs__link { color: #6a7088; }
.crumbs__link--hover { color: #1e3a5f; }
.crumbs__sep { color: #b6bccc; }
.crumbs__current { color: #1d2235; }

/* ===== About prose ===== */
.prose-block__p { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 16px; line-height: 1.7; color: #6a7088; text-align: center; }

/* Values grid */
.values-grid { margin-top: 32px; display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }

/* History */
.history-grid { margin-top: 32px; display: grid; gap: 20px; grid-template-columns: repeat(5, 1fr); }
.history-card__year { font-size: 24px; font-weight: 700; color: #1e3a5f; }
.history-card__title { margin-top: 8px; font-weight: 600; }
.history-card__text { margin-top: 8px; font-size: 14px; line-height: 1.6; color: #6a7088; }

/* Numbers */
.numbers-grid { margin-top: 32px; display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.number-card { text-align: center; }
.number-card__icon { color: #1e3a5f; font-size: 24px; }
.number-card__value { margin-top: 8px; font-size: 24px; font-weight: 700; }
.number-card__label { font-size: 14px; color: #6a7088; }

/* ===== Services page ===== */
.services-page__grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.service-detail {
  display: flex; flex-direction: column;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
  transition-property: transform, box-shadow; transition-duration: 200ms;
}
.service-detail--hover { transform: translateY(-4px); box-shadow: 0 8px 24px -12px rgba(29,34,53,0.18); }
.service-detail__icon { width: 48px; height: 48px; display: grid; place-items: center; background-color: #e8edf3; color: #1e3a5f; font-size: 22px;
  border-top-left-radius: 8px; border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;
}
.service-detail__title { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 18px; font-weight: 700; }
.service-detail__text { margin-top: 8px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 14px; line-height: 1.6; color: #6a7088; }
.service-detail__list { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; list-style-type: none; flex-grow: 1;
}
.service-detail__item { margin-top: 8px; font-size: 14px; color: #1d2235; }
.service-detail__btn { margin-top: 20px; display: inline-flex; justify-content: center; font-size: 14px; font-weight: 500;
  padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  color: #1d2235;
}

/* Pricing */
.pricing-grid { margin-top: 32px; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.price-card {
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.price-card--hot {
  border-top-color: #1e3a5f; border-right-color: #1e3a5f; border-bottom-color: #1e3a5f; border-left-color: #1e3a5f;
  box-shadow: 0 0 0 4px rgba(30,58,95,0.15);
}
.price-card__badge { display: inline-block; margin-bottom: 12px;
  background-color: #1e3a5f; color: #ffffff; font-size: 11px; font-weight: 600;
  padding-top: 4px; padding-right: 10px; padding-bottom: 4px; padding-left: 10px;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.price-card__title { font-size: 18px; font-weight: 700; }
.price-card__price { margin-top: 8px; font-size: 24px; font-weight: 700; color: #1e3a5f; }
.price-card__text { margin-top: 8px; font-size: 14px; color: #6a7088; }
.price-card__list { margin-top: 20px; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; list-style-type: none;
}
.price-card__item { margin-top: 8px; font-size: 14px; }
.price-card__btn { margin-top: 24px; display: block; text-align: center; font-size: 14px; font-weight: 500;
  background-color: #1e3a5f; color: #ffffff;
  padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}

/* ===== Vacancies ===== */
.vac-filter {
  display: grid; grid-template-columns: 1fr auto; gap: 12px;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;
}
.vac-filter__input, .vac-filter__select {
  width: 100%;
  background-color: #ffffff; font-size: 14px;
  padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  outline-style: none;
}
.vac-count { margin-top: 16px; font-size: 14px; color: #6a7088; }
.vac-list { margin-top: 16px; display: grid; gap: 16px; }
.vac-card {
  background-color: #ffffff; overflow: hidden;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.vac-card__head {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  width: 100%; background-color: transparent;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  text-align: left;
  padding-top: 22px; padding-right: 24px; padding-bottom: 22px; padding-left: 24px;
}
.vac-card__head-info { display: block; min-width: 0; }
.vac-card__title { display: block; font-weight: 700; font-size: 18px; }
.vac-card__meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; font-size: 13px; color: #6a7088; }
.vac-card__meta-item { display: inline-flex; align-items: center; gap: 4px; }
.vac-card__short { display: block; margin-top: 10px; font-size: 14px; line-height: 1.6; color: #6a7088; }
.vac-card__chev { font-size: 22px; color: #6a7088; transition-property: transform, color; transition-duration: 200ms; display: inline-block; }
.vac-card__chev--open { transform: rotate(90deg); color: #1e3a5f; }
.vac-card__body {
  background-color: #f7f8fc;
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
  padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px;
}
.vac-body__grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.vac-body__h { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #1e3a5f; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.vac-body__list { margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; list-style-type: none; }
.vac-body__item { margin-top: 8px; font-size: 14px; line-height: 1.5; }
.vac-body__actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }

.vac-empty {
  margin-top: 16px;
  background-color: #ffffff; text-align: center; font-size: 14px; color: #6a7088;
  border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 32px; padding-right: 24px; padding-bottom: 32px; padding-left: 24px;
}
.vac-cta {
  margin-top: 40px; text-align: center;
  background-color: #e8edf3;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  padding-top: 32px; padding-right: 24px; padding-bottom: 32px; padding-left: 24px;
}
.vac-cta__title { font-size: 20px; font-weight: 700; }
.vac-cta__text { margin-top: 8px; margin-right: auto; margin-bottom: 0; margin-left: auto; max-width: 520px; font-size: 14px; color: #6a7088; }
.vac-cta__actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ===== FAQ ===== */
.faq-list { display: grid; gap: 12px; max-width: 800px; margin-left: auto; margin-right: auto; width: 100%; }
.faq-item {
  background-color: #ffffff; overflow: hidden;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.faq-item__head {
  display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
  width: 100%; text-align: center; background-color: transparent;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;
}
.faq-item__q { font-weight: 600; }
.faq-item__chev { font-size: 16px; color: #6a7088; transition-property: transform, color; transition-duration: 200ms; display: inline-block; }
.faq-item__chev--open { transform: rotate(180deg); color: #1e3a5f; }
.faq-item__body {
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
  padding-top: 16px; padding-right: 20px; padding-bottom: 18px; padding-left: 20px;
  text-align: center;
  font-size: 14px; line-height: 1.65; color: #6a7088;
}

/* ===== Contacts ===== */
.contacts-block__inner { display: grid; gap: 32px; grid-template-columns: 1fr 1fr; }
.contacts-col { display: block; }
.contact-list { margin-top: 24px; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; list-style-type: none; display: grid; gap: 16px; }
.contact-item {
  display: flex; gap: 12px; align-items: flex-start;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.contact-item__icon { font-size: 18px; color: #1e3a5f; }
.contact-item__body { min-width: 0; }
.contact-item__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #6a7088; }
.contact-item__value { font-size: 16px; font-weight: 600; color: #1d2235; }
.requisites {
  margin-top: 24px; background-color: #f7f8fc; font-size: 14px; color: #6a7088;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;
}
.requisites__title { font-weight: 600; color: #1d2235; }
.requisites__row { margin-top: 6px; }

.contact-form {
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.04);
}
.contact-form__lead { margin-top: 8px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 14px; color: #6a7088; }
.contact-form__success {
  margin-top: 24px; background-color: #e8edf3; color: #1e3a5f; font-size: 14px;
  padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;
  border-top-left-radius: 8px; border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;
}
.contact-form__fields { margin-top: 24px; display: grid; gap: 16px; }
.field { display: block; }
.field__label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 500; }
.field__input, .field__textarea {
  width: 100%; font-size: 14px; font-family: inherit;
  padding-top: 10px; padding-right: 12px; padding-bottom: 10px; padding-left: 12px;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  outline-style: none;
}
.field__textarea { resize: vertical; }
.field--error { color: #cf2c2c; }
.field__error { margin-top: 4px; font-size: 12px; color: #cf2c2c; }
.consent { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: #6a7088; }
.consent__check { margin-top: 3px; }
.contact-form__submit {
  width: 100%; font-size: 14px; font-weight: 500;
  background-color: #1e3a5f; color: #ffffff;
  padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}

.map-block__addr { margin-top: 12px; text-align: center; font-size: 14px; color: #6a7088; }
.map-block__frame {
  margin-top: 24px; overflow: hidden;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
}
.map-block__iframe { width: 100%; height: 480px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }

/* ===== Legal ===== */
.legal-block__inner { max-width: 800px; text-align: center; }
.legal-block__p { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 15px; line-height: 1.7; color: #6a7088; }
.legal-block__h { margin-top: 32px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 20px; font-weight: 700; color: #1d2235; }
.legal-block__ul { margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; color: #6a7088;
  list-style-type: none;
}
.legal-block__li { margin-top: 6px; font-size: 15px; line-height: 1.6; }

/* ===== Footer ===== */
.site-footer {
  background-color: #ffffff;
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
  padding-top: 48px; padding-right: 0; padding-bottom: 32px; padding-left: 0;
}
.site-footer__grid {
  max-width: 1200px;
  margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 0; padding-right: 20px; padding-bottom: 0; padding-left: 20px;
  display: grid; gap: 32px; grid-template-columns: repeat(4, 1fr);
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand__mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  background-color: #1e3a5f; color: #ffffff; font-weight: 700;
  border-top-left-radius: 8px; border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;
}
.footer-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.footer-brand__title { font-weight: 700; }
.footer-brand__sub { font-size: 11px; color: #6a7088; }
.footer-col__about { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0; font-size: 14px; line-height: 1.6; color: #6a7088; }
.footer-col__title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
.footer-col__list { margin-top: 16px; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; list-style-type: none;
}
.footer-col__item { margin-top: 8px; font-size: 14px; color: #6a7088; }
.footer-col__link { color: #6a7088; }
.footer-col__link--hover { color: #1e3a5f; }
.site-footer__bottom {
  max-width: 1200px;
  margin-top: 32px; margin-right: auto; margin-bottom: 0; margin-left: auto;
  padding-top: 20px; padding-right: 20px; padding-bottom: 0; padding-left: 20px;
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
  font-size: 12px; color: #6a7088;
}
.site-footer__row { margin-top: 4px; }

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed; left: 24px; bottom: 24px; z-index: 50; max-width: 420px;
  display: flex; gap: 12px; align-items: flex-start;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;
  padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px;
  box-shadow: 0 16px 40px -16px rgba(29,34,53,0.3);
}
.cookie-banner__icon {
  width: 40px; height: 40px; display: grid; place-items: center;
  background-color: #e8edf3; color: #1e3a5f;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.cookie-banner__body { min-width: 0; }
.cookie-banner__title { font-weight: 600; }
.cookie-banner__text { margin-top: 6px; font-size: 14px; line-height: 1.5; color: #6a7088; }
.cookie-banner__link { color: #1e3a5f; text-decoration-line: underline; }
.cookie-banner__actions { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-banner__accept {
  background-color: #1e3a5f; color: #ffffff; font-size: 14px; font-weight: 500;
  padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}
.cookie-banner__decline {
  background-color: #ffffff; color: #1d2235; font-size: 14px; font-weight: 500;
  padding-top: 8px; padding-right: 16px; padding-bottom: 8px; padding-left: 16px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}

/* ===== Chat ===== */
.chat-toggle {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  display: inline-flex; align-items: center; gap: 8px;
  background-color: #1e3a5f; color: #ffffff;
  padding-top: 10px; padding-right: 16px; padding-bottom: 10px; padding-left: 12px;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
  box-shadow: 0 16px 40px -16px rgba(30,58,95,0.6);
}
.chat-toggle__photo {
  width: 36px; height: 36px; object-fit: cover;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.chat-toggle__label { font-size: 14px; font-weight: 500; }

.chat-panel {
  position: fixed; right: 24px; bottom: 24px; z-index: 51; width: 360px; max-height: 80vh;
  display: flex; flex-direction: column; overflow: hidden;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; border-bottom-left-radius: 16px;
  box-shadow: 0 24px 60px -20px rgba(29,34,53,0.3);
}
.chat-panel[hidden] { display: none; }
.chat-toggle[hidden] { display: none; }
.chat-panel__head {
  display: flex; align-items: center; gap: 12px;
  background-color: #1e3a5f; color: #ffffff;
  padding-top: 12px; padding-right: 14px; padding-bottom: 12px; padding-left: 14px;
}
.chat-panel__photo {
  width: 40px; height: 40px; object-fit: cover;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.chat-panel__info { flex-grow: 1; min-width: 0; }
.chat-panel__name { font-weight: 600; }
.chat-panel__status { font-size: 11px; opacity: 0.9; }
.chat-panel__close {
  width: 32px; height: 32px; display: grid; place-items: center;
  background-color: rgba(255,255,255,0.0); color: #ffffff;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.chat-panel__body {
  flex-grow: 1; overflow-y: auto;
  background-color: #f7f8fc;
  padding-top: 16px; padding-right: 12px; padding-bottom: 16px; padding-left: 12px;
  display: flex; flex-direction: column; gap: 12px;
}
.chat-msg { display: flex; align-items: flex-end; gap: 8px; }
.chat-msg--user { justify-content: flex-end; }
.chat-msg__avatar {
  width: 28px; height: 28px; object-fit: cover; flex-shrink: 0;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.chat-msg__bubble {
  max-width: 80%; font-size: 14px; line-height: 1.5;
  padding-top: 10px; padding-right: 12px; padding-bottom: 10px; padding-left: 12px;
  background-color: #ffffff; color: #1d2235;
  border-top-left-radius: 14px; border-top-right-radius: 14px;
  border-bottom-right-radius: 14px; border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(29,34,53,0.06);
}
.chat-msg--user .chat-msg__bubble,
.chat-msg__bubble--user {
  background-color: #1e3a5f; color: #ffffff;
  border-top-left-radius: 14px; border-top-right-radius: 14px;
  border-bottom-right-radius: 4px; border-bottom-left-radius: 14px;
}
.chat-quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chat-quick__btn {
  background-color: #ffffff; color: #1d2235; font-size: 12px;
  padding-top: 6px; padding-right: 12px; padding-bottom: 6px; padding-left: 12px;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 999px; border-top-right-radius: 999px;
  border-bottom-right-radius: 999px; border-bottom-left-radius: 999px;
}
.chat-form {
  display: flex; gap: 8px; align-items: center;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-width: 1px; border-top-color: #e6e8ef;
  padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;
}
.chat-form__input {
  flex-grow: 1; min-width: 0; font-size: 14px; font-family: inherit;
  padding-top: 10px; padding-right: 12px; padding-bottom: 10px; padding-left: 12px;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  border-top-color: #e6e8ef; border-right-color: #e6e8ef; border-bottom-color: #e6e8ef; border-left-color: #e6e8ef;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  outline-style: none;
}
.chat-form__btn {
  width: 40px; height: 40px; flex-shrink: 0;
  background-color: #1e3a5f; color: #ffffff; font-size: 16px;
  border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
  border-top-left-radius: 6px; border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}

/* ===== Mobile nav ===== */
.site-nav--mobile-open {
  display: flex; flex-direction: column; gap: 4px;
  position: absolute; top: 100%; left: 0; right: 0;
  background-color: #ffffff;
  border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none;
  border-top-width: 1px; border-bottom-width: 1px;
  border-top-color: #e6e8ef; border-bottom-color: #e6e8ef;
  padding-top: 12px; padding-right: 20px; padding-bottom: 12px; padding-left: 20px;
}

/* ===== Desktop (force show nav, hide burger/mobile menu) ===== */
@media (min-width: 1025px) {
  .site-header__burger { display: none; }
  .site-nav--mobile-open { position: static; display: flex; flex-direction: row; gap: 22px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top-style: none; border-bottom-style: none; }
}

/* ===== Tablet ===== */
@media (max-width: 1024px) {
  .site-nav { display: none; }
  .site-header__phone { display: none; }
  .site-header__cta { display: none; }
  .site-header__burger { display: grid; place-items: center; margin-left: auto; flex-shrink: 0; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .reasons-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .history-grid { grid-template-columns: repeat(2, 1fr); }
  .services-page__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .contacts-block__inner { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .vac-body__grid { grid-template-columns: 1fr; }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__title { font-size: 32px; }
}

/* ===== Mobile ===== */
@media (max-width: 640px) {
  .site-header__inner { padding-left: 12px; padding-right: 12px; gap: 8px; }
  .site-header__logo-sub { display: none; }
  .hero__inner { padding-top: 40px; padding-right: 16px; padding-bottom: 56px; padding-left: 16px; }
  .hero__title { font-size: 24px; }
  .hero__subtitle { font-size: 14px; }
  .hero__actions { justify-content: center; }
  .hero__actions .btn { flex-grow: 1; flex-basis: 100%; }
  .page-hero__inner { padding-left: 16px; padding-right: 16px; }
  .page-hero__title { font-size: 26px; }
  .page-hero__subtitle { font-size: 14px; }
  .section-title { font-size: 22px; }
  .section-title-left { font-size: 20px; }
  .stats__inner { grid-template-columns: 1fr; padding-left: 16px; padding-right: 16px; }
  .services-block__inner, .reasons-block__inner, .process-block__inner, .portfolio-block__inner,
  .reviews-block__inner, .values-block__inner, .history-block__inner, .numbers-block__inner,
  .pricing-block__inner, .services-page__inner, .vacancies-block__inner, .faq-block__inner,
  .contacts-block__inner, .map-block__inner, .cta-block__inner, .prose-block__inner, .legal-block__inner {
    padding-left: 16px; padding-right: 16px;
  }
  .services-grid, .reasons-grid, .values-grid, .process-grid, .reviews-grid,
  .history-grid, .services-page__grid, .pricing-grid, .numbers-grid, .site-footer__grid,
  .portfolio-grid { grid-template-columns: 1fr; }
  .vac-filter { grid-template-columns: 1fr; }
  .cta-block__actions { flex-direction: column; align-items: stretch; }
  .cta-block__actions .btn { width: 100%; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .chat-toggle { right: 12px; bottom: 12px; padding-right: 12px; }
  .chat-panel { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .chat-toggle__label { display: none; }
  .map-block__iframe { height: 320px; }
}
