/* ============================================
   ИП Бабкина М.А. — статическая HTML-версия
   BEM, longhand only, no shorthand, no variables,
   no pseudo-elements, no descendant selectors.
   ============================================ */

/* Base reset */
.page {
  box-sizing: border-box;
  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: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: oklch(0.18 0.04 250);
  background-color: oklch(0.99 0.005 230);
  -webkit-font-smoothing: antialiased;
}

.page__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;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.main-wrapper__content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
}

/* ============================================
   Header
   ============================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: oklch(0.99 0.005 230);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: oklch(0.9 0.02 240);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.header__brand {
  display: flex;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  color: oklch(0.18 0.04 250);
  font-weight: 600;
}

.header__logo {
  height: 32px;
  width: 32px;
  flex-shrink: 0;
}

.header__brand-text {
  font-size: 13px;
  line-height: 1.2;
}

.header__nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.header__nav-link {
  text-decoration: none;
  color: oklch(0.18 0.04 250);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: inherit;
}

.header__nav-link_hover {
  color: oklch(0.55 0.18 250);
}

.header__nav-link_active {
  color: oklch(0.55 0.18 250);
  font-weight: 600;
}

.header__burger {
  display: none;
  height: 40px;
  width: 40px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  color: oklch(0.18 0.04 250);
  cursor: pointer;
  font-size: 24px;
}

.header__mobile-nav {
  display: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  background-color: oklch(0.99 0.005 230);
}

.header__mobile-nav_open {
  display: block;
}

.header__mobile-inner {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.header__mobile-link {
  text-decoration: none;
  color: oklch(0.18 0.04 250);
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  background-color: oklch(0.95 0.03 230);
  margin-top: 64px;
}

.footer__grid {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 16px;
  padding-bottom: 40px;
  padding-left: 16px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 32px;
  font-size: 14px;
}

.footer__col-title {
  font-weight: 700;
  font-size: 16px;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 8px;
}

.footer__col-subtitle {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 8px;
}

.footer__text {
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 0;
}

.footer__list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: oklch(0.45 0.03 250);
}

.footer__link {
  text-decoration: none;
  color: oklch(0.45 0.03 250);
  cursor: pointer;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
}

.footer__link_hover {
  color: oklch(0.55 0.18 250);
}

.footer__copy {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
}

/* ============================================
   Section containers
   ============================================ */
.section {
  width: 100%;
}

.section_hero {
  position: relative;
  overflow: hidden;
}

.section__hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section__hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(135deg, oklch(0.55 0.18 250 / 0.85), oklch(0.55 0.18 250 / 0.6));
}

.section__hero-inner {
  position: relative;
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 16px;
  padding-bottom: 80px;
  padding-left: 16px;
  text-align: center;
  color: oklch(0.99 0.005 230);
}

.section__hero-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}

.section__hero-text {
  font-size: 16px;
  opacity: 0.95;
  max-width: 640px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.section__hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  column-gap: 12px;
}

.section_block {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 64px;
  padding-left: 16px;
  text-align: center;
}

.section_block-narrow {
  max-width: 768px;
}

.section_block-mid {
  max-width: 1024px;
}

.section_secondary {
  background-color: oklch(0.95 0.03 230);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section__title {
  font-size: 24px;
  font-weight: 700;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 12px;
}

.section__lead {
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.section__inner-narrow {
  max-width: 896px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  text-align: center;
}

/* ============================================
   Buttons / links
   ============================================ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  transition-property: transform, opacity, background-color, color;
  transition-duration: 200ms;
}

.button_primary {
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
}

.button_primary-hover {
  opacity: 0.9;
}

.button_accent {
  background-color: oklch(0.75 0.15 70);
  color: oklch(0.18 0.04 250);
  box-shadow: 0 10px 25px -10px oklch(0 0 0 / 0.3);
}

.button_accent-hover {
  transform: scale(1.05);
}

.button_ghost {
  background-color: oklch(1 0 0 / 0.15);
  color: oklch(0.99 0.005 230);
  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: oklch(1 0 0 / 0.3);
  border-right-color: oklch(1 0 0 / 0.3);
  border-bottom-color: oklch(1 0 0 / 0.3);
  border-left-color: oklch(1 0 0 / 0.3);
}

.button_ghost-hover {
  background-color: oklch(1 0 0 / 0.25);
}

.button_outline {
  background-color: oklch(0.99 0.005 230);
  color: oklch(0.18 0.04 250);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
}

.button_outline-hover {
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
}

.button_small {
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 14px;
}

.button_full {
  width: 100%;
  box-sizing: border-box;
}

.button__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.button__icon_small {
  width: 16px;
  height: 16px;
}

/* ============================================
   Card
   ============================================ */
.card {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
}

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

.card_compact {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.card__icon {
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  color: oklch(0.55 0.18 250);
}

.card__icon_left {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
}

.card__title {
  font-weight: 600;
  font-size: 16px;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 4px;
}

.card__title_large {
  font-size: 18px;
  margin-bottom: 8px;
}

.card__text {
  font-size: 14px;
  color: oklch(0.45 0.03 250);
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}

/* ============================================
   Grid layouts
   ============================================ */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}

.grid_cols-2 {
  grid-template-columns: 1fr;
}

.grid_cols-3 {
  grid-template-columns: 1fr;
}

.grid_cols-4 {
  grid-template-columns: 1fr;
}

.grid_small {
  column-gap: 20px;
  row-gap: 20px;
}

/* ============================================
   Inline contact links
   ============================================ */
.inline-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
}

.inline-contacts__link {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  text-decoration: none;
  color: oklch(0.18 0.04 250);
}

.inline-contacts__link-hover {
  color: oklch(0.55 0.18 250);
}

.inline-contacts__icon {
  width: 20px;
  height: 20px;
  color: oklch(0.55 0.18 250);
  flex-shrink: 0;
}

/* ============================================
   Generic page article
   ============================================ */
.article {
  max-width: 768px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
  color: oklch(0.18 0.04 250);
}

.article__h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
}

.article__h1_left {
  text-align: left;
}

.article__h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: oklch(0.18 0.04 250);
}

.article__p {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6;
}

.article__ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.article__ul_spaced {
  row-gap: 8px;
}

.article__requisites {
  background-color: oklch(0.95 0.03 230);
  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;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.article__link {
  color: oklch(0.55 0.18 250);
  text-decoration: none;
}

/* ============================================
   Pricing table
   ============================================ */
.pricing {
  max-width: 896px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.pricing__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  color: oklch(0.18 0.04 250);
}

.pricing__lead {
  text-align: center;
  color: oklch(0.45 0.03 250);
  max-width: 640px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.pricing__table-wrap {
  overflow-x: auto;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: oklch(1 0 0);
}

.pricing__table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.pricing__thead {
  background-color: oklch(0.95 0.03 230);
}

.pricing__th {
  text-align: left;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-weight: 600;
  color: oklch(0.18 0.04 250);
}

.pricing__tr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
}

.pricing__td {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  color: oklch(0.18 0.04 250);
}

.pricing__td_price {
  color: oklch(0.55 0.18 250);
  font-weight: 600;
  white-space: nowrap;
}

.pricing__td_note {
  color: oklch(0.45 0.03 250);
}

.pricing__note {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  max-width: 768px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.faq__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  color: oklch(0.18 0.04 250);
}

.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.faq__item {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
}

.faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  cursor: pointer;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  width: 100%;
  text-align: left;
  font-family: inherit;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  font-size: 16px;
}

.faq__plus {
  color: oklch(0.55 0.18 250);
  font-size: 22px;
  line-height: 1;
  transition-property: transform;
  transition-duration: 200ms;
}

.faq__plus_open {
  transform: rotate(45deg);
}

.faq__answer {
  display: none;
  color: oklch(0.45 0.03 250);
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.faq__answer_open {
  display: block;
}

/* ============================================
   Contacts page
   ============================================ */
.contacts {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.contacts__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 32px;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}

.contacts__cards {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.contacts__card {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  column-gap: 12px;
}

.contacts__card-icon {
  width: 20px;
  height: 20px;
  color: oklch(0.55 0.18 250);
  flex-shrink: 0;
  margin-top: 4px;
}

.contacts__card-title {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 2px;
}

.contacts__card-text {
  color: oklch(0.45 0.03 250);
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.contacts__card-link {
  color: oklch(0.55 0.18 250);
  text-decoration: none;
  font-size: 14px;
  word-break: break-all;
}

.contacts__map-wrap {
  margin-top: 32px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.contacts__map-label {
  background-color: oklch(0.95 0.03 230);
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
}

.contacts__map {
  width: 100%;
  height: 400px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
}

/* ============================================
   Form
   ============================================ */
.form {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.form__row {
  display: flex;
  flex-direction: column;
}

.form__label {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
  margin-bottom: 4px;
}

.form__input {
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.92 0.02 240);
  border-right-color: oklch(0.92 0.02 240);
  border-bottom-color: oklch(0.92 0.02 240);
  border-left-color: oklch(0.92 0.02 240);
  background-color: oklch(0.99 0.005 230);
  font-family: inherit;
  font-size: 14px;
  color: oklch(0.18 0.04 250);
  box-sizing: border-box;
}

.form__textarea {
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.92 0.02 240);
  border-right-color: oklch(0.92 0.02 240);
  border-bottom-color: oklch(0.92 0.02 240);
  border-left-color: oklch(0.92 0.02 240);
  background-color: oklch(0.99 0.005 230);
  font-family: inherit;
  font-size: 14px;
  color: oklch(0.18 0.04 250);
  resize: vertical;
  min-height: 100px;
  box-sizing: border-box;
}

.form__error {
  display: none;
  font-size: 12px;
  color: oklch(0.58 0.22 27);
  margin-top: 4px;
}

.form__error_visible {
  display: block;
}

.form__hint {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.form__success {
  background-color: oklch(0.95 0.03 230);
  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: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  text-align: center;
}

.form__success-title {
  font-size: 20px;
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 8px;
}

.form__success-text {
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 0;
}

.form__submit {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  font-weight: 500;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
}

.form__submit_hover {
  opacity: 0.9;
}

/* ============================================
   Vacancies
   ============================================ */
.vacancies {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.vacancies__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 12px;
}

.vacancies__lead {
  text-align: center;
  color: oklch(0.45 0.03 250);
  max-width: 640px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.vacancies__stages {
  background-color: oklch(0.95 0.03 230);
  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;
  margin-bottom: 32px;
}

.vacancies__stages-title {
  font-size: 18px;
  font-weight: 700;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}

.vacancies__stages-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 12px;
  row-gap: 12px;
}

.vacancies__stage {
  background-color: oklch(1 0 0);
  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;
  text-align: center;
}

.vacancies__stage-num {
  height: 32px;
  width: 32px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.vacancies__stage-name {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  font-size: 14px;
}

.vacancies__stage-desc {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
  margin-bottom: 0;
}

.vacancies__benefits-link {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: oklch(0.55 0.18 250);
  cursor: pointer;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-family: inherit;
  text-decoration: none;
}

.vacancies__filters {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 12px;
  row-gap: 12px;
}

.vacancies__search {
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.92 0.02 240);
  border-right-color: oklch(0.92 0.02 240);
  border-bottom-color: oklch(0.92 0.02 240);
  border-left-color: oklch(0.92 0.02 240);
  background-color: oklch(0.99 0.005 230);
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}

.vacancies__select {
  width: 100%;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.92 0.02 240);
  border-right-color: oklch(0.92 0.02 240);
  border-bottom-color: oklch(0.92 0.02 240);
  border-left-color: oklch(0.92 0.02 240);
  background-color: oklch(0.99 0.005 230);
  font-size: 14px;
  font-family: inherit;
}

.vacancies__chips {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}

.vacancies__chip {
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(1 0 0);
  color: oklch(0.18 0.04 250);
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
}

.vacancies__chip_active {
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
}

.vacancies__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.vacancies__item {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
}

.vacancies__item-head {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 12px;
}

.vacancies__item-title {
  font-size: 20px;
  font-weight: 700;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 0;
}

.vacancies__item-salary {
  color: oklch(0.55 0.18 250);
  font-weight: 600;
  white-space: nowrap;
}

.vacancies__item-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-bottom: 12px;
}

.vacancies__tag {
  background-color: oklch(0.95 0.03 230);
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.vacancies__item-desc {
  color: oklch(0.45 0.03 250);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
}

.vacancies__item-cols {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 16px;
  row-gap: 16px;
  font-size: 14px;
}

.vacancies__col-title {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-bottom: 4px;
}

.vacancies__col-list {
  list-style-type: disc;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 0;
}

.vacancies__item-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  column-gap: 12px;
}

.vacancies__empty {
  text-align: center;
  color: oklch(0.45 0.03 250);
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ============================================
   Reviews
   ============================================ */
.reviews {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.reviews__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 16px;
}

.reviews__lead {
  text-align: center;
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 40px;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
}

.reviews__item {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
}

.reviews__stars {
  display: flex;
  column-gap: 4px;
  margin-bottom: 12px;
  color: oklch(0.75 0.15 70);
  font-size: 16px;
}

.reviews__text {
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.6;
}

.reviews__meta {
  font-size: 14px;
  color: oklch(0.45 0.03 250);
}

.reviews__author {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
}

/* ============================================
   Blog
   ============================================ */
.blog {
  max-width: 896px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.blog__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 16px;
}

.blog__lead {
  text-align: center;
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 40px;
}

.blog__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.blog__card {
  width: 100%;
  text-align: left;
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
  cursor: pointer;
  font-family: inherit;
  display: block;
  transition-property: border-color, box-shadow;
  transition-duration: 200ms;
}

.blog__card_hover {
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
  box-shadow: 0 10px 30px -15px oklch(0 0 0 / 0.15);
}

.blog__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-bottom: 8px;
}

.blog__category {
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250 / 0.1);
  color: oklch(0.55 0.18 250);
  font-weight: 500;
}

.blog__card-title {
  font-size: 20px;
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 8px;
}

.blog__card-excerpt {
  color: oklch(0.45 0.03 250);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 12px;
}

.blog__card-cta {
  color: oklch(0.55 0.18 250);
  font-size: 14px;
  font-weight: 500;
}

/* ============================================
   Calculator
   ============================================ */
.calc {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
}

.calc__head {
  text-align: center;
  margin-bottom: 40px;
}

.calc__badge {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250 / 0.1);
  color: oklch(0.55 0.18 250);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.calc__title {
  font-size: 30px;
  font-weight: 700;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 12px;
}

.calc__lead {
  color: oklch(0.45 0.03 250);
  max-width: 640px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.calc__layout {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 32px;
}

.calc__form {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.calc__section {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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;
}

.calc__section-title {
  font-size: 18px;
  font-weight: 600;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 16px;
}

.calc__services {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 12px;
  row-gap: 12px;
}

.calc__service {
  text-align: left;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(0.99 0.005 230);
  cursor: pointer;
  font-family: inherit;
}

.calc__service_active {
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
  background-color: oklch(0.55 0.18 250 / 0.05);
  box-shadow: 0 0 0 2px oklch(0.55 0.18 250 / 0.2);
}

.calc__service-name {
  font-weight: 500;
  color: oklch(0.18 0.04 250);
  font-size: 15px;
}

.calc__service-hint {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
}

.calc__row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.calc__field-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.calc__field-label {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
}

.calc__field-value {
  font-size: 14px;
  color: oklch(0.55 0.18 250);
  font-weight: 600;
}

.calc__range {
  width: 100%;
  accent-color: oklch(0.55 0.18 250);
}

.calc__range-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
}

.calc__numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}

.calc__number-field {
  display: flex;
  flex-direction: column;
}

.calc__number-controls {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.calc__number-btn {
  height: 40px;
  width: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(1 0 0);
  color: oklch(0.18 0.04 250);
  cursor: pointer;
  font-family: inherit;
  font-size: 18px;
}

.calc__number-input {
  height: 40px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(0.99 0.005 230);
  color: oklch(0.18 0.04 250);
  font-weight: 500;
  font-family: inherit;
  box-sizing: border-box;
}

.calc__number-hint {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
}

.calc__toggles {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 12px;
  row-gap: 12px;
}

.calc__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(0.99 0.005 230);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.calc__toggle_on {
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
  background-color: oklch(0.55 0.18 250 / 0.05);
}

.calc__toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
}

.calc__toggle-price {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 2px;
}

.calc__toggle-check {
  height: 20px;
  width: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: oklch(0.99 0.005 230);
  background-color: transparent;
  flex-shrink: 0;
}

.calc__toggle-check_on {
  background-color: oklch(0.55 0.18 250);
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
}

.calc__dirty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 12px;
  row-gap: 12px;
}

.calc__dirty-btn {
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  background-color: oklch(0.99 0.005 230);
  cursor: pointer;
  font-family: inherit;
}

.calc__dirty-btn_active {
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
  background-color: oklch(0.55 0.18 250 / 0.05);
}

.calc__dirty-name {
  font-size: 14px;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
}

.calc__dirty-sub {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
}

.calc__summary {
  background-color: oklch(1 0 0);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  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 3px oklch(0 0 0 / 0.05);
}

.calc__summary-head {
  font-size: 12px;
  font-weight: 600;
  color: oklch(0.45 0.03 250);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.calc__summary-items {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 16px;
  max-height: 260px;
  overflow-y: auto;
}

.calc__summary-row {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
  font-size: 14px;
}

.calc__summary-row-label {
  color: oklch(0.45 0.03 250);
}

.calc__summary-row-amount {
  white-space: nowrap;
  font-weight: 500;
  color: oklch(0.18 0.04 250);
}

.calc__summary-row-amount_negative {
  color: oklch(0.55 0.45 145);
}

.calc__total {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  padding-top: 16px;
  margin-bottom: 20px;
}

.calc__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.calc__total-label {
  color: oklch(0.18 0.04 250);
  font-weight: 500;
}

.calc__total-value {
  font-size: 28px;
  font-weight: 700;
  color: oklch(0.55 0.18 250);
}

.calc__total-note {
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-top: 4px;
}

.calc__actions {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.calc__request-form {
  display: none;
  flex-direction: column;
  row-gap: 8px;
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  background-color: oklch(0.99 0.005 230);
}

.calc__request-form_open {
  display: flex;
}

.calc__request-cancel {
  width: 100%;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  font-family: inherit;
  padding-top: 4px;
}

.calc__success {
  display: none;
  background-color: oklch(0.95 0.15 145);
  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: oklch(0.85 0.15 145);
  border-right-color: oklch(0.85 0.15 145);
  border-bottom-color: oklch(0.85 0.15 145);
  border-left-color: oklch(0.85 0.15 145);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 14px;
  color: oklch(0.35 0.15 145);
  text-align: center;
}

.calc__success_visible {
  display: block;
}

/* ============================================
   Cookie banner
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background-color: oklch(1 0 0);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  box-shadow: 0 -10px 30px oklch(0 0 0 / 0.1);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: none;
}

.cookie-banner_visible {
  display: block;
}

.cookie-banner__inner {
  max-width: 1152px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  font-size: 14px;
}

.cookie-banner__text {
  color: oklch(0.45 0.03 250);
  text-align: center;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.cookie-banner__link {
  color: oklch(0.55 0.18 250);
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-family: inherit;
  font-size: 14px;
}

.cookie-banner__btn {
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-family: inherit;
  font-size: 14px;
}

/* ============================================
   Chat bot
   ============================================ */
.chatbot-toggle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  height: 56px;
  width: 56px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  box-shadow: 0 10px 25px -5px oklch(0 0 0 / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  font-family: inherit;
  transition-property: transform;
  transition-duration: 200ms;
}

.chatbot-toggle_hover {
  transform: scale(1.05);
}

.chatbot-toggle_hidden {
  display: none;
}

.chatbot {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  width: calc(100vw - 48px);
  max-width: 384px;
  max-height: 70vh;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: oklch(1 0 0);
  box-shadow: 0 25px 50px -12px oklch(0 0 0 / 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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
  overflow: hidden;
  display: none;
  flex-direction: column;
}

.chatbot_open {
  display: flex;
}

.chatbot__head {
  display: flex;
  align-items: center;
  column-gap: 12px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.chatbot__avatar {
  height: 40px;
  width: 40px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  object-fit: cover;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: oklch(1 0 0);
  border-right-color: oklch(1 0 0);
  border-bottom-color: oklch(1 0 0);
  border-left-color: oklch(1 0 0);
}

.chatbot__info {
  flex-grow: 1;
}

.chatbot__name {
  font-weight: 600;
  font-size: 14px;
}

.chatbot__role {
  font-size: 12px;
  opacity: 0.9;
}

.chatbot__close {
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  color: oklch(0.99 0.005 230);
  font-size: 20px;
  cursor: pointer;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  font-family: inherit;
}

.chatbot__close_hover {
  background-color: oklch(1 0 0 / 0.2);
}

.chatbot__messages {
  flex-grow: 1;
  overflow-y: auto;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  background-color: oklch(0.96 0.01 230 / 0.5);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  min-height: 200px;
}

.chatbot__msg {
  display: flex;
}

.chatbot__msg_user {
  justify-content: flex-end;
}

.chatbot__bubble {
  max-width: 80%;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  background-color: oklch(1 0 0);
  color: oklch(0.18 0.04 250);
  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: oklch(0.9 0.02 240);
  border-right-color: oklch(0.9 0.02 240);
  border-bottom-color: oklch(0.9 0.02 240);
  border-left-color: oklch(0.9 0.02 240);
}

.chatbot__bubble_user {
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  border-top-color: oklch(0.55 0.18 250);
  border-right-color: oklch(0.55 0.18 250);
  border-bottom-color: oklch(0.55 0.18 250);
  border-left-color: oklch(0.55 0.18 250);
}

.chatbot__input-row {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: oklch(0.9 0.02 240);
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  display: flex;
  column-gap: 8px;
}

.chatbot__input {
  flex-grow: 1;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.96 0.01 230);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-size: 14px;
  font-family: inherit;
  outline-style: none;
}

.chatbot__send {
  height: 36px;
  width: 36px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: oklch(0.55 0.18 250);
  color: oklch(0.99 0.005 230);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  flex-shrink: 0;
  font-family: inherit;
}

/* ============================================
   Modal
   ============================================ */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  background-color: oklch(0 0 0 / 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.modal_open {
  display: flex;
}

.modal__box {
  background-color: oklch(1 0 0);
  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;
  width: 100%;
  max-width: 768px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  column-gap: 16px;
}

.modal__title {
  font-size: 18px;
  font-weight: 700;
  color: oklch(0.18 0.04 250);
  margin-top: 0;
  margin-bottom: 4px;
}

.modal__subtitle {
  font-size: 14px;
  color: oklch(0.45 0.03 250);
  margin-top: 0;
  margin-bottom: 0;
}

.modal__close {
  color: oklch(0.45 0.03 250);
  font-size: 24px;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  font-family: inherit;
  line-height: 1;
}

.modal__close_hover {
  color: oklch(0.18 0.04 250);
}

.modal__article {
  color: oklch(0.18 0.04 250);
}

.modal__article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 8px;
  font-size: 12px;
  color: oklch(0.45 0.03 250);
  margin-bottom: 8px;
}

.modal__article-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.25;
}

.modal__article-excerpt {
  color: oklch(0.45 0.03 250);
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}

.modal__article-body {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.modal__article-h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
  color: oklch(0.18 0.04 250);
}

.modal__article-p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.modal__article-strong {
  font-weight: 600;
  color: oklch(0.18 0.04 250);
}

/* ============================================
   Tablet
   ============================================ */
@media (min-width: 768px) {
  .section__hero-title {
    font-size: 48px;
  }

  .section__hero-text {
    font-size: 18px;
  }

  .section__hero-inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section__hero-actions {
    flex-direction: row;
  }

  .section__title {
    font-size: 30px;
  }

  .article__h1 {
    font-size: 36px;
  }

  .pricing__title {
    font-size: 36px;
  }

  .faq__title {
    font-size: 36px;
  }

  .contacts__title {
    font-size: 36px;
  }

  .contacts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid_cols-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid_cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reviews__grid {
    grid-template-columns: 1fr 1fr;
  }

  .vacancies__title {
    font-size: 36px;
  }

  .vacancies__stages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vacancies__filters {
    grid-template-columns: 2fr 1fr;
  }

  .vacancies__chips {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .vacancies__item-head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .vacancies__item-actions {
    flex-direction: row;
  }

  .vacancies__item-cols {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reviews__title {
    font-size: 36px;
  }

  .blog__title {
    font-size: 36px;
  }

  .calc__title {
    font-size: 36px;
  }

  .calc__services {
    grid-template-columns: 1fr 1fr;
  }

  .calc__toggles {
    grid-template-columns: 1fr 1fr;
  }

  .modal__article-title {
    font-size: 30px;
  }

  .inline-contacts {
    flex-direction: row;
  }

  .cookie-banner__inner {
    flex-direction: row;
    text-align: left;
  }

  .cookie-banner__text {
    text-align: left;
  }
}

/* ============================================
   Desktop
   ============================================ */
@media (min-width: 1024px) {
  .grid_cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .vacancies__stages-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .calc__layout {
    grid-template-columns: 1fr 360px;
  }

  .calc__summary-wrap {
    position: sticky;
    top: 96px;
    align-self: flex-start;
  }
}

/* ============================================
   Hide burger on desktop
   ============================================ */
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }

  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Modal centered title on mobile already handled by article__h1 */
