/* Файл собран из assets/lib/. Править слои, а не этот файл: python3 scripts/build_css.py */

@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/golos-text-cyrillic-ext.c7635a08.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/golos-text-cyrillic.2b8fbbb3.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/golos-text-latin-ext.b0503aa2.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/assets/golos-text-latin.f57df983.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #FBFBFC;
  --surface: #fff;
  --ink: #14161C;
  --ink-2: #3A404B;
  --ink-3: #4A5160;
  --ink-4: #5A6070;
  --ink-mute: #767D89;
  --line: #ECEEF1;
  --line-2: #E4E6EB;
  --line-3: #DEE1E6;
  --line-4: #D8DCE3;
  --soft: #F8F9FA;
  --soft-2: #F4F5F7;
  --soft-3: #F0F1F4;
  --soft-4: #EDEFF2;
  --green: #12B76A;
  --green-ink: #0B7E48;
  --green-hover: #0E9A59;
  --green-solid: #0B7E48;
  --green-solid-hover: #0A6B3D;
  --green-soft: #E8F7EF;
  --danger: #B42318;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Golos Text', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
:root {
  --green-deep: #0B4A2E;
  --tx-indigo: #5B54E6;
  --tx-indigo-soft: #B9B4FF;
  --tx-bg: #101319;
  --tx-surface: #171B23;
  --tx-border: #262B36;
}
input, button, select, textarea { font-family: inherit; }
[hidden] { display: none !important; }
::selection { background: #C9F2DE; }
:focus-visible { outline: 2px solid var(--green-solid); outline-offset: 2px; }
@keyframes ro-rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
:root {
  --warn-bg: #FFF8EC;
  --warn-line: #F2E3C6;
  --warn-ink: #6B4A12;
  --phone-bg: #F1F5F3;
  --phone-line: #DCE4E0;
  --green-line: #BDE9D2;
}
.ro-h1 {
  margin: 0;
  font-size: clamp(24px, 5.2vw, 38px);
  line-height: 1.12;
  letter-spacing: -.035em;
  font-weight: 900;
  text-wrap: balance;
}
.ro-h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; font-weight: 800; }
.ro-h2--tight { margin-bottom: 16px; }
.ro-lead { margin: 6px 0 16px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); max-width: 720px; }
.ro-more { font-size: 15.5px; font-weight: 600; }
.ro-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15.5px;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ro-btn--primary {
  background: var(--green-solid);
  color: #fff;
  border-color: var(--green-solid);
  box-shadow: 0 6px 20px rgba(11, 126, 72, .24);
  transition: background .15s;
}
.ro-btn--primary:hover { background: var(--green-solid-hover); border-color: var(--green-solid-hover); color: #fff; }
.ro-btn--ghost { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.ro-btn--ghost:hover { border-color: var(--green); color: var(--green-ink); }
.ro-btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.ro-btn--dark:hover { background: #2C3340; color: #fff; }
.ro-btn--block { width: 100%; }
.ro-badge {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--soft-4);
  color: var(--ink-2);
  font-size: 12.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ro-ico { color: #8A909B; }
.ro-ico svg { display: block; }
.ro-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--soft-4);
  color: var(--ink);
  font-weight: 700;
  font-size: 14.5px;
  white-space: nowrap;
}
.ro-note--error { margin-top: 8px; font-size: 14.5px; color: var(--danger); }
.ro-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--green); }
.ro-chip { font-size: 13px; font-weight: 600; color: var(--ink-3); background: var(--soft-2); padding: 5px 10px; border-radius: 999px; }
.ro-chip--direct {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: var(--green-ink);
  background: var(--green-soft);
}
.ro-input {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  font-size: 16px;
  color: var(--ink);
}
.ro-input:focus { outline: 2px solid var(--green-solid); outline-offset: -1px; }
.ro-input[aria-invalid="true"] { border-color: var(--danger); background: #FFF7F6; }
.ro-input[aria-invalid="true"]:focus { outline-color: var(--danger); }
.ro-input--flex { flex: 1; min-width: 180px; min-height: 44px; border-radius: 11px; font-size: 15.5px; }
.ro-search {
  margin-top: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 40px -24px rgba(16, 24, 40, .2);
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ro-search__submit { flex: 1 1 110px; min-height: 50px; padding: 0 24px; font-size: 16.5px; border-radius: 12px; }
.ro-tabs { display: flex; background: var(--surface); border: 1px solid var(--line-2); border-radius: 11px; padding: 3px; gap: 2px; }
.ro-tab {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 14px;
  border-radius: 9px;
  border: none;
  background: transparent;
  color: var(--ink-2);
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
}
.ro-tab[aria-selected="true"] { background: var(--ink); color: #fff; }
.ro-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.ro-file {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: var(--soft);
  color: var(--ink-3);
  font-size: 15px;
  cursor: pointer;
}
.ro-file input { display: none; }
.ro-file__ico {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  font-size: 17px;
}
.ro-file__text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ro-file__t { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.ro-file__d {
  font-size: 12.5px;
  color: var(--ink-3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ro-file--filled { border-color: var(--green-line); background: var(--green-soft); }
.ro-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-3);
  cursor: pointer;
}
.ro-consent input {
  flex: none;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}
.ro-consent input[aria-invalid="true"] { outline: 2px solid var(--danger); outline-offset: 2px; }
.ro-fine { margin: 2px 0 0; font-size: 13px; line-height: 1.5; color: var(--ink-3); }
.ro-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  max-width: 100%;
}
.ro-strip::-webkit-scrollbar { display: none; }
.ro-strip > * { flex: none; }

.ro-crumbs { font-size: 14px; color: var(--ink-3); padding: 2px 0; }
.ro-crumbs a { color: var(--ink-3); font-weight: 500; }
.ro-crumbs a:hover { color: var(--green-ink); }
.ro-crumbs__sep { color: var(--ink-mute); }
.ro-crumbs__cur { color: var(--ink); font-weight: 600; }

.ro-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 8px 0 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line-3);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.ro-filter:hover { border-color: var(--green); }
.ro-filter__n {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
  background: var(--soft-3);
  padding: 4px 9px;
  border-radius: 999px;
}
.ro-filter[aria-pressed="true"] {
  gap: 7px;
  padding: 0 14px;
  background: var(--green-soft);
  border: 2px solid var(--green);
  color: var(--green-deep);
  font-weight: 700;
}
.ro-filter[aria-pressed="true"]:hover { border-color: var(--green); }
.ro-filter__x { color: var(--green-ink); font-size: 15px; }

.ro-filter-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.ro-filter-more:hover { background: #2C3340; border-color: #2C3340; }
.ro-filter-more__n {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  padding: 4px 9px;
  border-radius: 999px;
}

.ro-pager { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.ro-pager__i {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  color: var(--ink);
  font-weight: 600;
  font-size: 15.5px;
}
.ro-pager__i:hover { border-color: var(--green); color: var(--green-ink); }
.ro-pager__i[aria-current="page"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  font-weight: 700;
}
.ro-pager__gap { color: var(--ink-mute); padding: 0 4px; }

.ro-btn:disabled,
.ro-nav__btn:disabled,
.ro-input:disabled { opacity: .45; cursor: not-allowed; }
.ro-wrap { max-width: 1200px; margin: 0 auto; padding-left: 16px; padding-right: 16px; }
.ro-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 251, 252, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.ro-header__in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 16px;
  min-height: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.ro-header__left { display: flex; align-items: center; gap: 8px; min-width: 0; flex: 1 1 auto; }
.ro-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -.02em;
  flex: none;
}
.ro-logo:hover { color: var(--ink); }
.ro-logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--green-solid);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}
.ro-logo__mark > span { transform: translateY(-.04em); }
.ro-logo__accent { color: var(--green-ink); }
.ro-city-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 11px;
  border: 1px solid var(--line-4);
  background: var(--surface);
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}
.ro-city-btn > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ro-city-btn:hover { border-color: var(--green); color: var(--green-ink); }
.ro-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
}
.ro-nav::-webkit-scrollbar { display: none; }
.ro-nav__link, .ro-nav__btn {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 7px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 11px;
  border: none;
  background: transparent;
  color: var(--ink-2);
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
}
.ro-nav__link:hover, .ro-nav__btn:hover { color: var(--green-ink); }
.ro-nav__cta {
  display: inline-flex;
  align-items: center;
  flex: none;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 11px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  white-space: nowrap;
}
.ro-nav__cta:hover { border-color: var(--green); color: var(--green-ink); }
.ro-footer { border-top: 1px solid var(--line); background: var(--surface); }
.ro-footer__in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.ro-footer__about { min-width: 240px; max-width: 420px; }
.ro-footer__logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 16px; letter-spacing: -.02em; }
.ro-footer__logo .ro-logo__mark { width: 26px; height: 26px; border-radius: 8px; font-size: 18px; }
.ro-footer__p { margin: 12px 0 0; font-size: 14px; line-height: 1.55; color: var(--ink-3); }
.ro-footer__p + .ro-footer__p { margin-top: 8px; }
.ro-footer__legal { margin: 14px 0 0; font-size: 13px; line-height: 1.5; color: var(--ink-mute); }
.ro-footer__cols { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap: 0 32px; align-items: start; flex: 1 1 520px; }
.ro-footer__col + .ro-footer__col .ro-footer__map-h { margin-top: 0; }
.ro-footer__map-h { min-height: 44px; display: flex; align-items: center; }
.ro-footer__col { display: flex; flex-direction: column; }
.ro-footer__link {
  font-size: 15px;
  color: var(--ink-2);
  font-weight: 500;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.ro-footer__link:hover { color: var(--green-ink); }
.ro-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(16, 24, 40, .45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ro-sheet {
  width: 100%;
  max-width: 520px;
  max-height: 86vh;
  overflow: auto;
  background: var(--surface);
  border-radius: 22px 22px 0 0;
  padding: 22px;
  animation: ro-rise .2s ease;
}
.ro-sheet--narrow { max-width: 480px; }
.ro-sheet__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.ro-sheet__title { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.ro-sheet__sub { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }
.ro-sheet__close {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-3);
  font-size: 17px;
  cursor: pointer;
}
.ro-sheet__close:hover { border-color: var(--green); color: var(--green-ink); }
.ro-sheet__form { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.ro-sheet__err { font-size: 13.5px; color: var(--danger); }
.ro-kicker { margin-top: 16px; font-size: 13.5px; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .04em; }
.ro-city-chips { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.ro-city-chip {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line-3);
  background: var(--surface);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.ro-city-chip:hover { border-color: var(--green); color: var(--green-ink); }
.ro-city-results { margin-top: 14px; display: flex; flex-direction: column; }
.ro-city-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 4px;
  border: none;
  border-bottom: 1px solid var(--soft-2);
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}
.ro-city-result:hover { color: var(--green-ink); }
.ro-city-empty { margin-top: 20px; padding: 18px; border-radius: 14px; background: var(--soft); border: 1px solid var(--soft-3); }
.ro-city-empty__t { font-size: 16px; font-weight: 700; }
.ro-city-empty__d { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }

.ro-footer__map {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 16px 4px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 24px;
}
.ro-footer__map-h { margin: 0 0 6px; font-size: 14px; font-weight: 700; color: var(--ink); }
.ro-footer__map-link { display: block; font-size: 14.5px; color: var(--ink-2); line-height: 1.9; }
.ro-footer__map-link:hover { color: var(--green-ink); }
a { color: var(--green-ink); text-decoration: none; }
a:hover { color: #086237; }
input, button, select { font-family: inherit; }
::selection { background: #C9F2DE; }
[hidden] { display: none !important; }
@keyframes ro-rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.ro-field {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  min-height: 50px;
  border-radius: 11px;
  background: var(--soft);
  border: 1px solid var(--soft-3);
}
.ro-field:focus-within { border-color: var(--green-solid); background: var(--surface); }
.ro-field--q { flex: 3 1 220px; }
.ro-field--city { flex: 2 1 130px; }
.ro-field--salary { flex: 2 1 110px; gap: 8px; }
.ro-field input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: var(--ink);
  min-height: 44px;
}
.ro-field input#q { transition: opacity .22s ease; }
.ro-field__cur { color: var(--ink-3); font-size: 15px; }
.ro-list { padding: 40px 0 16px; }
.ro-cards { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.ro-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s, border-color .15s;
}
.ro-card:hover { border-color: #DCE0E6; box-shadow: 0 6px 22px rgba(20, 22, 28, .06); }
.ro-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.ro-card__head { min-width: 0; flex: 1; }
.ro-card__title { margin: 0; font-size: 19px; line-height: 1.3; font-weight: 800; letter-spacing: -.015em; text-wrap: pretty; }
.ro-card__title a { display: block; color: var(--ink); }
.ro-card__title a:hover { color: var(--green-ink); }
.ro-card__pos { display: block; }
.ro-card__company {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink-3);
}
.ro-card__aside { flex: none; display: flex; align-items: flex-start; gap: 6px; }
.ro-card__money { text-align: right; }
.ro-card__salary { font-size: 19px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.ro-card__date { margin-top: 4px; font-size: 13.5px; color: var(--ink-4); white-space: nowrap; }
.ro-fav {
  width: 40px;
  height: 40px;
  margin: -6px -6px 0 0;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: var(--ink-mute);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
}
.ro-fav:hover { background: var(--soft-2); color: var(--green-ink); }
.ro-fav[aria-pressed="true"] { color: var(--green-ink); }
.ro-card__meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  font-size: 14px;
  color: var(--ink-2);
}
.ro-card__city { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--ink); }
.ro-card__desc {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ro-card__actions { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.ro-card__actions .ro-btn--primary { padding: 0 20px; }
.ro-card__more { font-size: 14.5px; font-weight: 600; }
.ro-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  font-size: 16px;
}
.ro-callback {
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: var(--soft);
  border: 1px solid var(--soft-3);
  animation: ro-rise .2s ease;
}
.ro-callback__text { font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.ro-callback__row { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
.ro-sub {
  background: #F1F5F3;
  border: 1px solid #DCE4E0;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ro-sub__title { font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; }
.ro-sub__note { margin-top: 6px; font-size: 14.5px; color: var(--ink-3); }
.ro-sub__row { display: flex; flex-wrap: wrap; gap: 8px; align-items: flex-start; }
.ro-sub__field { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; min-width: 240px; }
.ro-sub__field .ro-input { flex: 1; min-width: 180px; min-height: 46px; border-radius: 11px; font-size: 15.5px; }
.ro-sub__field .ro-btn { min-height: 46px; padding: 0 20px; border-radius: 11px; }
.ro-sub__hint { font-size: 13.5px; line-height: 1.45; color: var(--ink-3); }
.ro-sub__hint[data-state="error"] { color: var(--danger); }
.ro-sub__hint[data-state="ok"] { color: var(--green-ink); }
.ro-promo, .ro-subscribe {
  background: linear-gradient(135deg, var(--green-soft) 0%, #F5FBF8 100%);
  border: 1px solid #CDEBDC;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ro-promo { align-items: center; }
.ro-subscribe { align-items: center; }
.ro-promo__mark svg, .ro-subscribe__mark svg { display: block; }
.ro-promo__mark, .ro-subscribe__mark {
  flex: none;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--surface);
  color: var(--green-ink);
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 6px 20px rgba(11, 126, 72, .12);
}
.ro-promo__title, .ro-subscribe__title {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--ink);
}
.ro-promo__note, .ro-subscribe__note {
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 560px;
}
.ro-promo__text, .ro-subscribe__body { flex: 1 1 260px; }
.ro-promo__steps { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.ro-promo__step {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--green-ink);
  background: var(--surface);
  padding: 6px 12px;
  border-radius: 999px;
}
.ro-promo__action { flex: none; }
.ro-promo__action .ro-btn { min-height: 48px; padding: 0 24px; font-size: 16px; }
.ro-subscribe__form { flex: 1 1 340px; max-width: 420px; }
.ro-subscribe__field { display: flex; flex-wrap: wrap; gap: 8px; }
.ro-subscribe__field .ro-input { flex: 1 1 180px; min-height: 48px; border-radius: 12px; font-size: 16px; }
.ro-subscribe__field .ro-btn { flex: none; min-height: 48px; padding: 0 24px; border-radius: 12px; font-size: 16px; }
.ro-subscribe__hint { margin-top: 10px; font-size: 13px; line-height: 1.45; color: var(--ink-3); }
.ro-subscribe__hint[data-state="error"] { color: var(--danger); }
.ro-subscribe__hint[data-state="ok"] { color: var(--green-ink); font-weight: 600; }
.ro-resume {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ro-resume__text { min-width: 220px; }
.ro-resume__title { font-size: 16px; font-weight: 700; color: var(--ink); }
.ro-resume__note { margin-top: 5px; font-size: 14.5px; color: var(--ink-3); }
.ro-list__tail { margin-top: 16px; display: flex; flex-direction: column; gap: 6px; }
.ro-list__count { font-size: 14.5px; color: var(--ink-3); }
.ro-list__all { font-size: 16px; font-weight: 700; }
.ro-stats { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 22px; }
.ro-cities { padding: 20px 0 36px; }
.ro-city-grid {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  gap: 0 32px;
}
.ro-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  min-height: 42px;
  align-items: center;
  color: var(--ink-2);
  border-bottom: 1px solid var(--soft-2);
}
.ro-row:hover { color: var(--green-ink); }
.ro-row__name { font-size: 15.5px; font-weight: 500; }
.ro-row__n { font-size: 13.5px; color: var(--ink-3); }
.ro-done { display: flex; flex-direction: column; gap: 14px; }
.ro-done__plate {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--green-line);
  background: var(--green-soft);
  border-radius: 16px;
}
.ro-done__mark {
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--green-line);
  display: grid;
  place-items: center;
  color: var(--green-solid);
  font-size: 24px;
  font-weight: 700;
}
.ro-done__t { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.ro-done__p { margin: 4px 0 0; font-size: 14px; line-height: 1.45; color: var(--ink-3); }
.ro-done__sub { display: flex; flex-direction: column; gap: 10px; }
.ro-account {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: var(--soft);
}
.ro-account__t { font-size: 15.5px; font-weight: 700; }
.ro-account__d { margin: 0; font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }
.ro-account--done { border-color: var(--green-line); background: var(--green-soft); }
.ro-done__subt { font-size: 16px; font-weight: 600; }

.ro-apply { display: flex; flex-direction: column; gap: 16px; }
.ro-apply__pair { display: grid; gap: 16px; align-items: start; }
.ro-apply__field { display: flex; flex-direction: column; gap: 6px; }
.ro-apply__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  line-height: 1.2;
}
.ro-apply__label .ro-kicker { margin-top: 0; font-size: 12px; line-height: 1.2; letter-spacing: .06em; }
.ro-apply__opt { font-size: 12px; line-height: 1.2; color: var(--ink-mute); }
.ro-apply__field .ro-fine { margin: 0; }
.ro-apply__hint { margin: -10px 0 0; }
.ro-apply__saved { margin: -12px 0 0; }
.ro-linkbtn {
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  color: var(--green-solid);
  text-decoration: underline;
  cursor: pointer;
}
.ro-apply__foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ro-ask__head {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: var(--soft);
  color: var(--ink-2);
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}
.ro-ask__caret { color: var(--ink-mute); font-size: 12px; }
.ro-ask__head[aria-expanded="true"] .ro-ask__caret { transform: rotate(180deg); }
.ro-ask__body { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 10px; }
.ro-chip--pick {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.ro-chip--pick input { position: absolute; opacity: 0; pointer-events: none; }
.ro-chip--pick:has(input:checked) {
  background: var(--green-soft);
  border-color: var(--green-line);
  color: var(--green-solid);
  font-weight: 600;
}
.ro-chip--pick:has(input:focus-visible) { outline: 2px solid var(--green-solid); outline-offset: 2px; }
.ro-sortbar {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ro-sortbar__result { font-size: 15px; color: var(--ink-2); }
.ro-sortbar__ctl { display: flex; align-items: center; gap: 8px; }
.ro-sortbar__label { font-size: 14.5px; color: var(--ink-3); }

.ro-empty {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.ro-empty__t { font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.ro-empty__d {
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink-3);
  max-width: 640px;
}
.ro-empty__chips { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.ro-empty__foot {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--soft-3);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ro-empty__col { min-width: 240px; flex: 1; }
.ro-empty__col-t { font-size: 15px; font-weight: 700; }
.ro-empty__link { display: block; margin-top: 8px; font-size: 16px; font-weight: 700; }

.ro-faq { display: flex; flex-direction: column; gap: 10px; }
.ro-faq__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.ro-faq__q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 14px 22px;
  border: none;
  background: var(--surface);
  color: var(--ink);
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-align: left;
  cursor: pointer;
}
.ro-faq__q:hover { color: var(--green-ink); }
.ro-faq__icon { flex: none; font-size: 18px; color: var(--ink-3); }
.ro-faq__a {
  padding: 0 22px 20px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 820px;
}
.ro-vac__grid { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-start; }
.ro-vac__main { flex: 3 1 480px; min-width: 0; }
.ro-vac__aside {
  flex: 1 1 292px;
  max-width: 340px;
  min-width: 0;
  position: sticky;
  top: 74px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ro-vac__panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 18px 40px -32px rgba(16, 24, 40, .55);
}
.ro-vac__salary { font-size: 24px; font-weight: 800; letter-spacing: -.025em; line-height: 1.12; }
.ro-vac__salary-net { margin-top: 4px; font-size: 14px; font-weight: 600; color: var(--ink-2); }

.ro-tip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ro-contact__phone {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 13px;
  background: var(--phone-bg);
  border: 1px solid var(--phone-line);
  color: var(--ink);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -.02em;
}
.ro-contact__phone:hover { border-color: var(--green); color: var(--ink); }
.ro-contact__person { font-size: 13.5px; color: var(--ink-4); }
.ro-contact__note { margin-top: 12px; font-size: 12.5px; line-height: 1.45; color: var(--ink-4); }
.ro-contact__row { margin-top: 12px; display: flex; gap: 8px; }

.ro-iconbtn {
  width: 44px;
  height: 44px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink-4);
  font-size: 16px;
  cursor: pointer;
}
.ro-iconbtn--danger { border-color: var(--danger); color: var(--danger); }

.ro-warn {
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 12px;
  background: var(--warn-bg);
  border: 1px solid var(--warn-line);
  font-size: 13px;
  line-height: 1.5;
  color: var(--warn-ink);
}

.ro-facts {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: 18px 24px;
}
.ro-fact { min-width: 0; }
.ro-fact__l { font-size: 13px; color: var(--ink-4); overflow-wrap: anywhere; }
.ro-fact__v {
  margin-top: 3px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ro-req {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
}
.ro-req__name { font-size: 16px; font-weight: 800; letter-spacing: -.01em; line-height: 1.3; }
.ro-req__ids { margin-top: 8px; font-size: 13.5px; line-height: 1.6; color: var(--ink-3); }
.ro-req__links { display: flex; flex-wrap: wrap; gap: 0 18px; }

.ro-note-empty { margin: 12px 0 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-4); }

.ro-channels { padding: 36px 0; }
.ro-channels__in {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 20px;
  align-items: center;
}
.ro-channels__text { margin: 10px 0 0; font-size: 15.5px; line-height: 1.5; color: var(--ink-3); max-width: 560px; }
.ro-stat__n { font-size: 22px; font-weight: 800; letter-spacing: -.02em; }
.ro-stat__l { font-size: 13.5px; color: var(--ink-3); margin-top: 2px; }
.ro-channels__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.ro-channels__btns .ro-btn { min-height: 52px; padding: 0 22px; border-radius: 13px; font-size: 16px; }

.ro-chip--viewed { color: var(--ink-3); background: var(--soft-4); }
.ro-card.is-viewed { border-color: var(--line-3); background: var(--soft); }
.ro-chip--agency {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: var(--warn-ink);
  background: var(--warn-bg);
}

.ro-sections { padding: 36px 0 20px; }
.ro-grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr)); gap: 14px; }
.ro-cat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: .15s;
}
.ro-cat:hover { border-color: var(--green); color: var(--ink); }
.ro-cat__name { font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
.ro-cat__count { font-size: 14px; color: var(--ink-3); }
.ro-slices { padding: 20px 0 36px; }
.ro-slice-list { display: flex; flex-wrap: wrap; gap: 10px; }
.ro-slice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 8px 0 16px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line-3);
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 600;
}
.ro-slice:hover { border-color: var(--green); color: var(--ink); }
.ro-slice__n { font-size: 13px; font-weight: 700; color: var(--ink-2); background: #F1F2F4; padding: 4px 9px; border-radius: 999px; }
.ro-professions { padding: 20px 0 36px; }
.ro-prof-list { display: flex; flex-wrap: wrap; column-gap: 26px; row-gap: 10px; align-items: baseline; }
.ro-prof { display: inline-flex; align-items: baseline; gap: 6px; min-height: 40px; padding: 8px 0; color: var(--ink); }
.ro-prof:hover { color: var(--green-ink); }
.ro-prof__name { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.ro-prof__n { font-size: 13px; color: var(--ink-3); }
.ro-salary { padding: 20px 0 36px; }
.ro-salary__grid { margin-top: 18px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 28px; align-items: start; }
.ro-salary__big { font-size: 40px; font-weight: 800; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.ro-salary__label { margin-top: 8px; font-size: 15px; font-weight: 600; color: var(--ink-2); }
.ro-salary__note { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }
.ro-salary__col-title { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }
.ro-salary__rows { margin-top: 10px; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); gap: 0 28px; }
.ro-salary__rows .ro-row + .ro-row { border-top: 1px solid var(--line); }
.ro-salary__rows .ro-row { padding: 10px 0; min-height: 44px; }
.ro-salary__v { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.ro-vac { margin: 0 auto; }
.ro-vac__company { font-size: 16.5px; font-weight: 700; color: var(--green-ink); }
.ro-vac__meta {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 13.5px;
  color: var(--ink-4);
}
.ro-vac__text {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 760px;
  white-space: pre-line;
}
.ro-vac__note { margin: 6px 0 0; font-size: 14px; line-height: 1.5; color: var(--ink-4); max-width: 520px; }
.ro-vbadges { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.ro-vbadge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: help;
}
.ro-vbadge__q { font-weight: 700; opacity: .55; }
.ro-vbadge[data-tip] { position: relative; }
.ro-vbadge[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 30;
  width: max-content;
  max-width: min(320px, 78vw);
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  white-space: normal;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity .12s;
  pointer-events: none;
}
.ro-vbadge[data-tip]:hover::after,
.ro-vbadge[data-tip]:focus-visible::after { opacity: 1; visibility: visible; }
.ro-vbadge--direct { background: var(--green-soft); border-color: var(--green-line); color: var(--green-deep); }
.ro-vbadge--agency { background: #FFF4E6; border-color: #F2DFC0; color: var(--warn-ink); }
.ro-vbadge--harmful { background: var(--warn-bg); border-color: var(--warn-line); color: var(--warn-ink); }
.ro-vbadge--housing { background: var(--soft-2); border-color: var(--line-2); color: var(--ink-2); }
.ro-apply-btn {
  margin-top: 18px;
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--green-solid);
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 16.5px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(11, 126, 72, .24);
}
.ro-apply-btn:hover { background: var(--green-solid-hover); }
.ro-apply-sent {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 13px;
  background: var(--green-soft);
  border: 1px solid var(--green-line);
}
.ro-apply-sent__t { font-size: 15.5px; font-weight: 800; color: var(--green-deep); }
.ro-apply-sent__d { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.ro-sheet--apply { max-width: 620px; border-radius: 22px; padding: 26px; animation: ro-rise .18s ease; }
.ro-sheet--apply .ro-sheet__title { font-size: 18px; }
.ro-sheet--apply .ro-sheet__sub { margin-top: 4px; font-size: 14px; }
.ro-sheet__note { margin: 8px 0 0; font-size: 13px; line-height: 1.5; color: var(--ink-mute); }
.ro-sheet--apply .ro-sheet__form { margin-top: 18px; }
.ro-overlay--dialog {
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(16, 24, 40, .55);
  backdrop-filter: blur(3px);
  z-index: 120;
}
.ro-overlay--dialog .ro-sheet--apply {
  margin: auto;
  max-height: none;
  overflow: visible;
  box-shadow: 0 40px 90px -40px rgba(16, 24, 40, .6);
}
.ro-claim {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
}
.ro-claim__text { min-width: 240px; flex: 1; }
.ro-claim__t { font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.ro-claim__d { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); max-width: 560px; }

.ro-complaint { margin-top: 24px; }
.ro-complaint__open {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink-3);
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
}
.ro-complaint__open:hover { border-color: var(--danger); color: var(--danger); }
.ro-complaint__body {
  margin-top: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  animation: ro-rise .2s ease;
}
.ro-complaint__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 12px; }
.ro-complaint__t { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.ro-complaint__d { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }

.ro-expired {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #FFF4F3;
  border: 1px solid #F3D3CF;
}
.ro-expired__t { font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: #8A2117; }
.ro-expired__d { margin-top: 6px; font-size: 15px; line-height: 1.5; color: #5A2A24; }
.ro-expired__row { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; }
.ro-salary3 {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 18px 24px;
}
.ro-salary3__i { min-width: 0; }
.ro-salary3__l { font-size: 14px; color: var(--ink-4); }
.ro-salary3__v { margin-top: 4px; font-size: 26px; font-weight: 800; letter-spacing: -.025em; }
.ro-salary3__note { margin: 18px 0 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); max-width: 760px; }
.ro-params { margin-top: 16px; }
.ro-params__r {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.ro-params__r:last-child { border-bottom: none; }
.ro-params__l { font-size: 14.5px; color: var(--ink-3); flex: none; }
.ro-params__v { font-size: 14.5px; font-weight: 700; text-align: right; }
.ro-nav__cta:disabled { opacity: .5; cursor: not-allowed; }

.ro-map {
  position: relative;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  cursor: pointer;
}
.ro-map iframe { pointer-events: none; }
.ro-map.is-live iframe { pointer-events: auto; }
.ro-map.is-live { cursor: default; }
.ro-map::after {
  content: "Нажмите, чтобы двигать карту";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(28, 32, 40, .82);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}
.ro-map.is-live::after { display: none; }
.ro-map iframe { display: block; width: 100%; height: 340px; border: 0; }

.ro-warn__row + .ro-warn__row { margin-top: 6px; }
.ro-warn a { font-weight: 700; color: inherit; text-decoration: underline; }
.ro-linkbtn {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.ro-mini { margin-top: 8px; display: flex; flex-direction: column; }
.ro-mini__row {
  min-height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 2px 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-2, var(--line));
  color: var(--ink);
}
.ro-mini__row:hover { color: var(--green-ink); }
.ro-mini__t { min-width: 0; flex: 1 1 150px; font-size: 16px; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; }
.ro-mini__s { font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.ro-mini__m { flex: 1 1 100%; font-size: 13.5px; color: var(--ink-3); }
.ro-mini__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 14px; }

.ro-bottom { padding: 20px 0 36px; }
.ro-bottom__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px; }
.ro-bottom__card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ro-bottom__card--soft { background: var(--soft); }
.ro-bottom__card--center { justify-content: center; gap: 10px; }
.ro-bottom__h { margin: 0; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.ro-bullets { display: flex; flex-direction: column; gap: 7px; font-size: 15px; line-height: 1.45; color: var(--ink-2); }
.ro-bullet { display: flex; gap: 9px; }
.ro-bullet__m { color: var(--green-ink); font-weight: 700; }

.ro-stats--tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); gap: 14px; }
.ro-stats--tiles > div { background: var(--soft, #F7F8FA); border-radius: 16px; padding: 16px 18px; }
.ro-slice[aria-current="page"] { border-color: var(--green); color: var(--green-ink); font-weight: 700; }
.ro-salary__v { white-space: nowrap; }

.ro-salary__rows--one { grid-template-columns: 1fr; }

.ro-emp-hero {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.ro-emp-hero__lead { margin: 0; font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 620px; }
.ro-emp-hero__lead b { color: var(--ink); font-weight: 700; }
.ro-emp-hero__actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ro-emp-hero__note { margin: 0; font-size: 14px; line-height: 1.5; color: var(--ink-4); }
.ro-emp-side {
  background: var(--green-soft);
  border: 1px solid var(--green-line);
  border-radius: 20px;
  padding: 22px;
}
.ro-emp-side__h { margin: 0 0 14px; font-size: 15px; font-weight: 700; color: var(--green-deep); }
.ro-emp-side__row { display: flex; gap: 10px; padding: 9px 0; border-top: 1px solid var(--green-line); font-size: 14.5px; line-height: 1.45; color: var(--ink-2); }
.ro-emp-side__row:first-of-type { border-top: 0; padding-top: 0; }
.ro-emp-side__m { color: var(--green-ink); font-weight: 700; flex: none; }

.ro-emp-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 12px;
}
.ro-emp-metric { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.ro-emp-metric__v { font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.ro-emp-metric__l { margin-top: 4px; font-size: 13.5px; line-height: 1.4; color: var(--ink-4); }

.ro-emp-h2 { margin: 46px 0 0; font-size: clamp(20px, 3.2vw, 26px); font-weight: 800; letter-spacing: -.02em; }
.ro-emp-sub { margin: 8px 0 0; font-size: 15px; line-height: 1.5; color: var(--ink-3); max-width: 680px; }

.ro-emp-steps {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 14px;
}
.ro-emp-step { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.ro-emp-step__n {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--green-soft); color: var(--green-ink);
  font-size: 14px; font-weight: 800;
}
.ro-emp-step__t { margin: 14px 0 0; font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.ro-emp-step__d { margin: 6px 0 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }

.ro-emp-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 14px;
}
.ro-emp-tile { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 22px; }
.ro-emp-tile__t { margin: 0; font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.ro-emp-tile__d { margin: 7px 0 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); }

.ro-emp-band {
  margin-top: 46px;
  background: var(--soft-2);
  border: 1px solid var(--line-2);
  border-radius: 24px;
  padding: 28px;
}
.ro-emp-band > .ro-emp-h2 { margin-top: 0; }
.ro-emp-band .ro-emp-grid > .ro-emp-tile { background: var(--surface); }

.ro-emp-final {
  margin-top: 46px;
  background: var(--green-deep);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.ro-emp-final__t { margin: 0; font-size: clamp(20px, 3vw, 25px); font-weight: 800; letter-spacing: -.02em; color: #fff; }
.ro-emp-final__d { margin: 8px 0 0; font-size: 15px; line-height: 1.5; color: #C9E7D8; max-width: 520px; }
.ro-emp-final .ro-btn { background: #fff; color: var(--green-deep); border-color: #fff; }
.ro-emp-final .ro-btn:hover { background: #EAF6F0; border-color: #EAF6F0; }

@media (max-width: 900px) {
  .ro-emp-hero { grid-template-columns: 1fr; gap: 20px; }
  .ro-emp-band { padding: 22px 18px; border-radius: 20px; }
  .ro-emp-final { padding: 24px 20px; border-radius: 20px; }
  .ro-emp-h2 { margin-top: 36px; }
}

.ro-hire {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 32px;
  align-items: start;
  padding: 40px;
  border-radius: 28px;
  background: var(--green-solid);
  color: #fff;
}
.ro-hire__badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ro-hire__h {
  margin: 18px 0 22px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.02em;
}
.ro-hire__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.ro-hire__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; }
.ro-hire__list li::before {
  content: "✓";
  flex: 0 0 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.ro-hire__list a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ro-hire__cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.ro-hire__btn {
  display: inline-block;
  padding: 16px 26px;
  border-radius: 14px;
  background: #fff;
  color: var(--green-solid);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.ro-hire__btn:hover { background: #F2FBF6; }
.ro-hire__note { font-size: 15px; color: rgba(255, 255, 255, .82); }
.ro-hire__media { margin: 0; }
.ro-hire__media img { display: block; width: 100%; height: auto; border-radius: 20px; }

.ro-pager { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.ro-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line-3);
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
}
.ro-page--edge { padding: 0 18px; }
.ro-page--gap {
  min-width: 24px;
  background: none;
  border: 0;
  color: var(--ink-mute);
}
.ro-page:hover { border-color: var(--green); }
.ro-page[aria-current="page"] {
  border-color: var(--green);
  color: var(--green-ink);
  background: var(--green-soft);
  font-weight: 700;
}

@media (max-width: 860px) {
  .ro-hire { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; border-radius: 22px; }
  .ro-hire__media { order: -1; }
}

.ro-company { display: contents; }
.ro-company__panel {
  margin-top: 28px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.ro-page--wide .ro-lead,
.ro-page--wide .ro-faq__a { max-width: none; }
.ro-cal {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
}
.ro-cal__m {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
}
.ro-cal__m--now { border-color: var(--green-solid); }
.ro-cal__h { font-weight: 700; font-size: 15px; margin-bottom: 8px; text-transform: capitalize; }
.ro-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.ro-cal__d {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 13px;
  color: var(--ink-2);
}
.ro-cal__d--w { color: var(--ink-3); font-size: 11px; text-transform: uppercase; }
.ro-cal__d--off { background: var(--line); color: var(--ink-3); }
.ro-cal__d--holiday { background: var(--green-soft); color: var(--green-ink); font-weight: 700; }
.ro-cal__d--short { box-shadow: inset 0 0 0 1px var(--green-solid); font-weight: 700; }
.ro-cal__d--today { box-shadow: inset 0 0 0 2px var(--ink); font-weight: 700; }
.ro-cal__n { margin-top: auto; padding-top: 10px; font-size: 13px; color: var(--ink-3); }
.ro-cal__legend { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 14px; font-size: 13px; color: var(--ink-3); }
.ro-cal__key { display: inline-flex; align-items: center; gap: 7px; }
.ro-cal__box { width: 16px; height: 16px; border-radius: 5px; background: var(--line); }
.ro-cal__box--holiday { background: var(--green-soft); }
.ro-cal__box--short { background: var(--surface); box-shadow: inset 0 0 0 1px var(--green-solid); }

.ro-table-wrap { margin-top: 20px; overflow-x: auto; }
.ro-table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 520px; }
.ro-table th, .ro-table td { padding: 9px 10px; text-align: right; border-bottom: 1px solid var(--line); }
.ro-table th:first-child, .ro-table td:first-child { text-align: left; text-transform: capitalize; }
.ro-table thead th { color: var(--ink-3); font-weight: 600; font-size: 13px; }
.ro-table tbody tr:last-child td { border-bottom: none; font-weight: 700; }

.ro-czn__grid {
  margin-top: 16px;
  display: grid;
  gap: 18px 36px;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}
.ro-facts--one { margin-top: 0; grid-template-columns: 1fr; gap: 14px; }

.ro-row__side { margin-left: auto; padding-right: 14px; color: var(--ink-4); font-size: 13px; white-space: nowrap; }
@media (max-width: 560px) {
  .ro-wrap { padding-left: 12px; padding-right: 12px; }
  .ro-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px 2px;
  }
  .ro-tags::-webkit-scrollbar { display: none; }
  .ro-hero { padding-top: 24px; }
  .ro-search { margin-top: 18px; }
  .ro-field--q, .ro-field--city, .ro-field--salary { flex: 1 1 100%; }
  .ro-search__submit { flex: 1 1 100%; }
  .ro-card { padding: 18px; border-radius: 16px; }
  .ro-card__top { flex-direction: column; gap: 10px; }
  .ro-card__aside { width: 100%; justify-content: space-between; }
  .ro-card__money { text-align: left; }
  .ro-fav { margin: -6px -6px 0 0; }
  .ro-card__actions .ro-btn { flex: 1 1 100%; }
  .ro-promo, .ro-subscribe { padding: 20px; border-radius: 16px; gap: 16px; }
  .ro-promo__mark, .ro-subscribe__mark { width: 48px; height: 48px; font-size: 24px; }
  .ro-promo__title, .ro-subscribe__title { font-size: 18.5px; }
  .ro-promo__action { flex: 1 1 100%; }
  .ro-promo__action .ro-btn { width: 100%; }
  .ro-subscribe__form { flex: 1 1 100%; max-width: none; }
  .ro-subscribe__field .ro-btn { flex: 1 1 100%; }
  .ro-panel { padding: 20px; }
  .ro-city-grid { padding: 8px 16px; }
  .ro-salary__big { font-size: 32px; }
  .ro-footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .ro-sheet { padding: 18px; }
}
@media (max-width: 560px) {
  .ro-nav__link span:not(.ro-ico):not(.ro-badge) { display: none; }
  .ro-nav__link { padding: 0 10px; }
  .ro-nav__cta { display: none; }
  .ro-lead { margin: 4px 0 10px; }
  .ro-sortbar { margin-top: 10px; }
  .ro-company { display: flex; flex-direction: column; }
  .ro-company__panel { order: 1; margin-top: 20px; }
  .ro-header__in { flex-wrap: nowrap; }
  .ro-sortbar__label { display: none; }
  .ro-logo, .ro-tag, .ro-list__all, .ro-req__ids a,
  .ro-card__more, .ro-more, .ro-footer__map-link, .ro-footer__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .ro-vac__aside { position: static; }
}
@media (max-width: 360px) {
  .ro-logo { font-size: 16px; }
  .ro-city-btn { padding: 0 9px; gap: 5px; font-size: 13.5px; }
  .ro-tabs { width: 100%; }
  .ro-tab { flex: 1; padding: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (min-width: 700px) {
  .ro-overlay { align-items: center; padding: 24px 16px; }
  .ro-sheet { border-radius: 22px; max-height: 82vh; }
  .ro-overlay--dialog { align-items: flex-start; }
}

.ro-stickybar {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(251, 251, 252, .96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}
.ro-stickybar[hidden] { display: none; }
.ro-stickybar__in { display: flex; align-items: center; gap: 12px; max-width: 640px; margin: 0 auto; }
.ro-stickybar__salary { flex: 1 1 auto; min-width: 0; font-size: 15.5px; font-weight: 800; letter-spacing: -.02em; }
.ro-stickybar__title { font-size: 12.5px; font-weight: 500; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ro-stickybar .ro-btn { flex: none; min-height: 44px; }

@media (min-width: 561px) {
  .ro-stickybar { display: none; }
}

@media (min-width: 560px) {
  .ro-apply__pair { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 559px) {
  .ro-overlay--dialog .ro-apply__foot {
    position: sticky;
    bottom: 0;
    background: var(--surface);
    padding-top: 10px;
    box-shadow: 0 -12px 16px -12px rgba(20, 22, 28, .18);
  }
}

@media (max-width: 560px) {
  .ro-salary3 { grid-template-columns: 1fr; gap: 0; margin-top: 10px; }
  .ro-salary3__i {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
  }
  .ro-salary3__i:last-child { border-bottom: 0; }
  .ro-salary3__v { margin-top: 0; font-size: 20px; }
  .ro-salary3__note { margin-top: 12px; font-size: 14.5px; }
  .ro-req { padding: 14px 16px; }
}

@media (max-width: 560px) {
  .ro-cal { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ro-cal__m { padding: 10px 8px; border-radius: 12px; }
  .ro-cal__h { font-size: 13px; margin-bottom: 6px; }
  .ro-cal__d { font-size: 11px; border-radius: 5px; }
  .ro-cal__d--w { font-size: 9px; }
  .ro-cal__n { font-size: 11px; padding-top: 8px; }
}
