:root {
  --ink: #191919;
  --muted: #5f6862;
  --surface: #f3f7f4;
  --surface-warm: #fbfcfb;
  --surface-green: #eaf8ee;
  --brand: #12c143;
  --brand-dark: #087a2c;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.55 Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; }
.wrap { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.header { background: var(--ink); color: var(--white); box-shadow: 0 5px 22px rgba(0,0,0,.18); }
.header__main { min-height: 102px; display: grid; grid-template-columns: minmax(198px,.78fr) minmax(265px,1.05fr) minmax(272px,.92fr) auto auto; align-items: center; gap: 12px; }
.brand { display: inline-flex; width: min(100%, 220px); align-items: center; text-decoration: none; min-width: 0; }
.brand img { display: block; width: 100%; height: auto; object-fit: contain; object-position: left center; }
.header__promise { display: grid; gap: 4px; min-width: 0; }
.header__promise strong { display: flex; align-items: center; gap: 10px; color: var(--brand); font-size: 15px; line-height: 1.25; white-space: nowrap; }
.header__status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(18,193,67,.09); }
.city-selector { position: relative; width: fit-content; }
.city-selector > button { min-height: 30px; display: inline-flex; align-items: center; gap: 9px; padding: 2px 0; border: 0; background: transparent; color: #bfc8c1; font: inherit; font-size: 13px; cursor: pointer; }
.city-selector > button b { color: var(--white); }
.city-selector__chevron { width: 11px; height: 11px; margin: -5px 2px 0 1px; border-right: 3px solid var(--brand); border-bottom: 3px solid var(--brand); transform: rotate(45deg); transition: transform .16s ease; }
.city-selector > button[aria-expanded="true"] .city-selector__chevron { margin-top: 4px; transform: rotate(225deg); }
.city-modal-open { overflow: hidden; }
.city-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 20px; }
.city-modal__backdrop { position: absolute; inset: 0; background: rgba(5,12,7,.78); backdrop-filter: blur(4px); }
.city-modal__dialog { position: relative; width: min(840px,100%); max-height: 80vh; overflow: auto; overscroll-behavior: contain; padding: 34px; border: 1px solid rgba(18,193,67,.62); border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.32); }
.city-modal__dialog h2 { margin: 5px 52px 7px 0; font-size: clamp(28px,4vw,42px); line-height: 1.08; }
.city-modal__dialog > p { margin: 0 0 24px; color: var(--muted); }
.city-modal__close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid var(--brand); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.city-modal__list { columns: 2; column-gap: 16px; }
.city-modal__group { min-width: 0; margin: 0 0 16px; padding: 18px; break-inside: avoid; border: 1px solid #b9e7c5; border-radius: 13px; background: #f8fcf9; }
.city-modal__group h3 { margin: 0 0 11px; padding-bottom: 9px; border-bottom: 2px solid var(--brand); font-size: 18px; }
.city-modal__group-toggle { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0; padding: 0 0 9px; border: 0; border-bottom: 2px solid var(--brand); background: transparent; color: var(--ink); font: inherit; font-size: 18px; font-weight: 800; text-align: left; cursor: pointer; }
.city-modal__group-toggle i { width: 12px; height: 12px; flex: 0 0 auto; margin: -5px 4px 0 0; border-right: 3px solid var(--brand-dark); border-bottom: 3px solid var(--brand-dark); transform: rotate(45deg); transition: transform .16s ease,margin .16s ease; }
.city-modal__group-toggle[aria-expanded="true"] i { margin-top: 5px; transform: rotate(225deg); }
.city-modal__group-toggle:focus-visible { outline: 3px solid rgba(18,193,67,.25); outline-offset: 4px; }
.city-modal__group--collapsible .city-modal__options { margin-top: 11px; }
.city-modal__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.city-modal__options a { min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border: 1px solid transparent; border-radius: 8px; color: var(--ink); font-weight: 720; text-decoration: none; }
.city-modal__options a:hover,.city-modal__options a:focus-visible,.city-modal__options a[aria-selected="true"] { border-color: var(--brand); outline: none; background: #f1fbf4; color: var(--brand-dark); }
.city-modal__options a[aria-selected="true"]::after { content: "✓"; margin-left: auto; color: var(--brand-dark); font-weight: 900; }
.city-modal__other { margin-top: 18px; }
.header__badges { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; width: 100%; max-width: 292px; }
.header__badge { min-height: 58px; display: grid; align-content: center; gap: 2px; padding: 8px 12px; border: 1px solid #4a504b; border-radius: 8px; color: #e7ece8; text-decoration: none; white-space: nowrap; }
.header__badge small { color: var(--brand); font-size: 11px; font-weight: 750; line-height: 1.1; }
.header__badge strong { color: var(--white); font-size: 14px; font-weight: 800; line-height: 1.18; }
.header__price { display: grid; gap: 2px; white-space: nowrap; }
.header__price strong { color: var(--brand); font-size: 17px; }
.header__price a { color: #bfc8c1; font-size: 11px; }
.header__contacts { display: grid; gap: 6px; justify-items: end; }
.header__contacts .phone { color: var(--white); font-size: 15px; font-weight: 800; text-decoration: none; }
.header__messengers { display: flex; gap: 7px; }
.round-link { display: inline-flex; width: 31px; height: 31px; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: #303330; font-size: 11px; font-weight: 900; text-decoration: none; }
.round-link img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.round-link--telegram { background: #238ac7; }
.round-link--max { background: #6157ff; }
.header__cta { min-height: 44px; padding-inline: 17px; white-space: nowrap; }
.header__nav { border-top: 1px solid rgba(255,255,255,.12); }
.header__nav .wrap { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.header__nav a,.header__nav button { color: #e7ece8; font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; }
.header__nav a:hover,.header__nav a:focus-visible { outline: none; color: var(--brand); }
.header__nav a[aria-current="page"] { position: relative; color: var(--brand); }
.header__nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; border-radius: 2px; background: var(--brand); }
.header__nav .header__all-services { min-height: 36px; display: inline-flex; align-items: center; gap: 9px; padding: 5px 13px; border: 1px solid rgba(18,193,67,.46); border-radius: 9px; background: rgba(18,193,67,.055); color: var(--white); white-space: nowrap; cursor: pointer; transition: background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .08s ease; }
.header__nav .header__all-services:hover { border-color: rgba(18,193,67,.9); background: rgba(18,193,67,.13); }
.header__nav .header__all-services:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-color: var(--brand); background: rgba(18,193,67,.13); }
.header__nav .header__all-services:active { transform: translateY(1px); background: rgba(18,193,67,.2); }
.header__nav .header__all-services[aria-expanded="true"] { border-color: var(--brand); background: rgba(18,193,67,.16); }
.header__all-services-icon { width: 15px; height: 15px; flex: 0 0 auto; fill: var(--brand); stroke: none; }
.services-mega-open { overflow: hidden; }
.services-mega { position: fixed; z-index: 1150; inset: 141px 0 0; display: grid; align-items: start; justify-items: center; padding: 10px 16px 20px; }
.services-mega__backdrop { position: absolute; inset: 0; background: rgba(5,12,7,.48); }
.services-mega__dialog { position: relative; width: min(1180px,100%); max-height: min(570px,calc(100vh - 165px)); overflow: auto; overscroll-behavior: contain; padding: 24px; border: 1px solid #d8e5dc; border-radius: 0 0 16px 16px; background: var(--white); color: var(--ink); box-shadow: 0 24px 58px rgba(0,0,0,.26); }
.services-mega__dialog h2 { margin: 0 52px 16px 0; font-size: 26px; line-height: 1.15; }
.services-mega__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid var(--brand); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
.services-mega__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.services-mega__group { min-width: 0; padding: 16px; border: 1px solid #dce7df; border-top: 3px solid var(--brand); border-radius: 11px; background: #f7faf8; }
.services-mega__group h3 { margin: 0 0 10px; font-size: 17px; }
.services-mega__group > div { display: grid; gap: 2px; }
.services-mega__group a { min-height: 36px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 5px 8px; border-radius: 7px; color: var(--ink); font-size: 12.5px; font-weight: 720; line-height: 1.2; text-decoration: none; }
.services-mega__group a:hover,.services-mega__group a:focus-visible { outline: 2px solid rgba(18,193,67,.45); background: #eaf8ee; color: var(--brand-dark); }
.services-mega__group a[aria-current="page"] { background: #eaf8ee; color: var(--brand-dark); box-shadow: inset 3px 0 var(--brand); }
.services-mega__group a b { color: var(--brand-dark); font-size: 16px; }
.phone { white-space: nowrap; }
.hero { padding: 56px 0 52px; background: linear-gradient(125deg, #f7faf8 0 62%, #e8f8ed 62%); }
.hero--compact { padding: 54px 0 48px; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 42px; align-items: center; }
.hero__image { width: 100%; max-height: 430px; object-fit: cover; border-radius: 18px; box-shadow: 0 24px 60px rgba(26,39,48,.16); }
.service-hero { position: relative; min-height: 520px; overflow: hidden; padding: 0; isolation: isolate; background: #06170e; color: var(--white); }
.service-hero .hero__grid { position: relative; z-index: 1; min-height: 520px; display: grid; grid-template-columns: minmax(0,810px); align-items: center; }
.service-hero .hero__grid > div { position: relative; z-index: 2; padding: 68px 0 64px; }
.service-hero picture { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.service-hero picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,18,11,.90) 0%,rgba(4,18,11,.73) 51%,rgba(4,18,11,.26) 100%); }
.service-hero .hero__image { width: 100%; height: 100%; max-height: none; border-radius: 0; box-shadow: none; object-fit: cover; object-position: center; }
.service-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: clamp(38px,4.6vw,62px); line-height: 1.02; letter-spacing: -.035em; }
.service-hero .lead { max-width: 760px; margin-top: 20px; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.54; }
.service-breadcrumbs { display: flex; max-width: 100%; align-items: center; gap: 7px; margin-bottom: 20px; color: rgba(255,255,255,.72); font-size: 13px; }
.service-breadcrumbs a { color: rgba(255,255,255,.82); text-decoration-color: rgba(18,193,67,.7); text-underline-offset: 3px; }
.service-breadcrumbs a:hover,.service-breadcrumbs a:focus-visible { color: var(--brand); }
.service-breadcrumbs span[aria-current="page"] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.service-breadcrumbs__mobile { display: none; margin-bottom: 15px; color: #8feaa8; font-size: 13px; font-weight: 800; text-decoration: none; }
.breadcrumbs { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.breadcrumbs a { color: var(--muted); }
.eyebrow { color: var(--brand-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
h1 { max-width: 850px; margin: 12px 0 20px; font-size: clamp(36px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.lead { max-width: 700px; color: #3f4a43; font-size: clamp(18px, 2vw, 22px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid var(--brand); border-radius: 8px; background: var(--brand); color: var(--ink); font-weight: 800; text-decoration: none; }
.button:hover { background: #0eaa3a; color: var(--ink); }
.button:focus-visible,.catalog-more:focus-visible,.text-link:focus-visible,.city-service-card:focus-visible,.service-card:focus-visible,.popular-task:focus-visible,.card--link:focus-visible { outline: 3px solid rgba(18,193,67,.28); outline-offset: 3px; }
.button--secondary { border: 2px solid var(--brand); background: transparent; color: var(--brand-dark); }
.button--secondary:hover,.button--secondary:focus-visible { background: #f1fbf4; color: var(--brand-dark); }
.price { font-size: 20px; font-weight: 800; }
.commercial-offer { max-width: 760px; margin-top: 28px; padding: 22px; border: 1px solid #cfe8d5; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 12px 32px rgba(20,62,34,.07); }
.commercial-offer__price { font-size: clamp(22px, 3vw, 30px); font-weight: 850; line-height: 1.16; }
.commercial-offer__secondary { margin: 8px 0; font-weight: 750; }
.commercial-offer__qualifier { margin: 0; color: var(--muted); font-size: 14px; }
.commercial-offer .button { margin-top: 16px; }
.audience-hero { padding: 46px 0 52px; background: #f4faf6; }
.audience-hero h1 { max-width: 920px; margin: 10px 0 20px; font-size: clamp(32px,3.5vw,46px); }
.audience-hero .commercial-offer { max-width: none; margin-top: 0; padding: 26px; border: 0; background: #111827; color: var(--white); box-shadow: 0 14px 34px rgba(17,24,39,.18); }
.audience-hero .commercial-offer__qualifier { color: #cbd5df; }
.audience-hero__intro { margin: 22px 0; color: var(--muted); font-size: 17px; }
.audience-catalog { max-width: 980px; }
.audience-catalog h2 { margin: 0 0 14px; font-size: 22px; }
.audience-catalog .grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.section { padding: 46px 0; }
.section--soft { background: var(--surface); }
.section--dark { background: var(--ink); color: var(--white); }
.section--dark .eyebrow { color: var(--brand); }
.section--dark .section-lead { color: #c8d0ca; }
.section--proof { position: relative; background: var(--surface-green); color: var(--ink); }
.section--proof::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--brand); }
.section--proof .eyebrow { color: var(--brand-dark); }
.section--proof h2 { color: var(--ink); }
.section--proof .section-lead { color: #3f4a43; }
h2 { margin: 0 0 18px; font-size: clamp(27px, 3.15vw, 36px); line-height: 1.12; }
.section-lead { max-width: 760px; color: var(--muted); font-size: 18px; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid--compact { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 138px; padding: 20px; border: 1px solid #dde6df; border-radius: 12px; background: var(--white); box-shadow: 0 12px 30px rgba(20,62,34,.055); }
.card strong { display: block; margin-bottom: 8px; font-size: 18px; }
.card--link { text-decoration: none; transition: transform .16s ease, border-color .16s ease; }
.card--link:hover { transform: translateY(-2px); border-color: var(--brand); }
.city-note { max-width: 760px; color: var(--muted); margin: -8px 0 28px; }
.form { display: grid; gap: 8px; padding: 20px; border-radius: 12px; background: var(--white); box-shadow: 0 14px 40px rgba(20,62,34,.09); }
.form label { display: grid; gap: 4px; font-weight: 700; }
.form input, .form textarea { width: 100%; border: 1px solid #cbd2d6; border-radius: 7px; padding: 9px 11px; font: inherit; }
.form input:focus, .form textarea:focus { outline: 3px solid rgba(18,193,67,.22); border-color: var(--brand-dark); }
.form input[type="checkbox"] { width: auto; accent-color: var(--brand); }
.form .button { width: 100%; border: 0; cursor: pointer; }
.form .button:disabled { cursor: wait; opacity: .72; }
.form__status { min-height: 0; margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.form__status:empty { display: none; }
.vacancy-apply { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1.2fr); gap: 36px; align-items: start; }
.vacancy-form, .candidate-profile-form { display: grid; gap: 12px; padding: 22px; border-radius: 12px; background: var(--white); box-shadow: 0 14px 40px rgba(20,62,34,.09); }
.vacancy-form label, .candidate-profile-form label { display: grid; gap: 5px; font-weight: 700; }
.vacancy-form input, .vacancy-form select, .vacancy-form textarea, .candidate-profile-form input, .candidate-profile-form select, .candidate-profile-form textarea { width: 100%; padding: 10px 12px; border: 1px solid #cbd2d6; border-radius: 7px; font: inherit; }
.vacancy-form .button, .candidate-profile-form .button { border: 0; cursor: pointer; }
.profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.candidate-profile-form fieldset { min-width: 0; padding: 14px; border: 1px solid #dbe5dd; border-radius: 10px; }
.candidate-profile-form legend { padding-inline: 6px; font-weight: 800; }
.profile-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.profile-option { display: flex !important; min-height: 44px; padding: 7px 9px; align-items: center; gap: 8px !important; border: 1px solid #dbe5dd; border-radius: 8px; }
.profile-option input { width: 22px; height: 22px; flex: 0 0 auto; }
.contact-methods { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-methods legend { margin-bottom: 7px; font-weight: 700; }
.contact-methods__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; }
.contact-method { position: relative; display: flex !important; min-width: 0; min-height: 42px; padding: 5px; align-items: center; justify-content: center; gap: 4px !important; border: 1px solid #cbd2d6; border-radius: 8px; color: #3f4a43; font-size: 11px; cursor: pointer; }
.contact-method input { position: absolute; width: 1px !important; height: 1px; opacity: 0; pointer-events: none; }
.contact-method:has(input:checked) { border-color: var(--brand-dark); background: #edfaef; box-shadow: inset 0 0 0 1px var(--brand); color: var(--ink); }
.contact-method__icon { display: inline-flex; width: 23px; height: 23px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; background: #303330; color: var(--white); font-size: 11px; font-weight: 900; }
.contact-method__icon--telegram { background: #238ac7; font-size: 13px; }
.contact-method__icon--max { background: #6157ff; }
.contact-method__icon img { display: block; width: 100%; height: 100%; border-radius: inherit; }
.article-copy { max-width: 820px; }
.article-copy p { line-height: 1.7; }
.article-answer { max-width: 820px; margin-top: 24px; padding: 20px 22px; border-left: 4px solid var(--brand); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.78); }
.article-answer strong { display: block; margin-bottom: 6px; font-size: 18px; }
.article-answer p { margin: 0; line-height: 1.6; }
.case-template__progress { display: inline-flex; margin-top: 22px; padding: 12px 16px; align-items: center; gap: 10px; border: 1px solid #cfe6d4; border-radius: 10px; background: rgba(255,255,255,.8); }
.case-template__progress strong { color: var(--brand-dark); font-size: 20px; }
.case-template__progress span { color: var(--muted); }
.case-template__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); align-items: end; gap: 28px; margin-bottom: 26px; }
.case-template__heading h2, .case-template__heading p { margin-bottom: 0; }
.case-template { display: grid; gap: 10px; }
.case-template__field { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 16px; padding: 18px 20px; border: 1px solid #dbe5dd; border-radius: 12px; background: var(--white); }
.case-template__field > b { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #e8f8ed; color: var(--brand-dark); }
.case-template__field h3 { margin: 0 0 5px; font-size: 19px; }
.case-template__field p { margin: 0 0 8px; color: var(--muted); line-height: 1.55; }
.case-template__field span { color: #7a8580; font-size: 13px; }
.case-template__guard { margin-top: 22px; padding: 20px 22px; border-radius: 12px; background: var(--brand-dark); color: var(--white); }
.case-template__guard ul { margin: 10px 0 0; padding-left: 20px; }
.case-template__guard li + li { margin-top: 6px; }
.field-hint { color: var(--muted); font-size: 12px; font-weight: 400; }
.fineprint { color: var(--muted); font-size: 12px; }
.consent-row { display: grid !important; grid-template-columns: minmax(0,1fr) 44px; min-height: 44px; align-items: center; gap: 8px !important; color: var(--muted); font-size: 12px; }
.consent-row a { color: inherit; line-height: 1.35; }
.consent-row input[type="checkbox"] { width: 44px; height: 44px; margin: 0; cursor: pointer; }
.request-cta { position: relative; overflow: hidden; border-bottom: 1px solid rgba(18,193,67,.24); background: #0c2516; color: var(--white); }
.request-cta::after { content: ""; position: absolute; right: clamp(22px,4vw,64px); top: 30px; width: 18px; height: 18px; border: 2px solid rgba(18,193,67,.62); transform: rotate(45deg); box-shadow: 30px -30px 0 -5px rgba(18,193,67,.36),-30px 30px 0 -5px rgba(18,193,67,.2); pointer-events: none; }
.request-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 28px; }
.request-cta__inner h2, .request-cta__inner .lead { margin-bottom: 0; }
.request-cta__title { display: block; margin: 0 0 8px; font-size: clamp(24px,3vw,38px); line-height: 1.08; }
.request-cta .lead { max-width: 690px; color: #c8d0ca; }
.request-cta__phone { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid rgba(255,255,255,.82); border-radius: 8px; color: var(--white); font-size: 15px; font-weight: 800; text-decoration: none; }
.request-cta__phone:hover,.request-cta__phone:focus-visible { border-color: var(--brand); outline: none; background: rgba(18,193,67,.12); color: var(--white); }
.contact-page { padding-block: 50px 42px; }
.contact-page__intro { margin-bottom: 22px; }
.contact-page__intro h1 { margin-block: 5px 8px; font-size: clamp(34px,4vw,48px); }
.contact-page__intro .section-lead { max-width: 780px; margin-bottom: 0; }
.contact-page__grid { display: grid; grid-template-columns: 1.3fr .8fr; gap: 14px; }
.contact-card { padding: 20px; border: 1px solid #dbe5dd; border-radius: 12px; background: var(--white); }
.contact-card h2 { margin: 0 0 12px; font-size: 20px; }
.contact-list { display: grid; gap: 0; }
.contact-list > div:not(.actions):not(.footer__messengers) { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 16px; align-items: center; padding: 9px 0; border-bottom: 1px solid #e5ebe6; }
.contact-list a { width: fit-content; }
.contact-list .actions { margin-top: 14px; }
.contact-label { color: var(--muted); font-size: 13px; font-weight: 700; }
.contact-list .phone { font-size: 18px; }
.requisites { display: grid; gap: 0; margin: 0; }
.requisites div { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid #e5ebe6; }
.requisites div:last-child, .contact-list > div:nth-last-child(2) { border-bottom: 0; }
.requisites dt { color: var(--muted); font-size: 13px; font-weight: 800; }
.requisites dd { margin: 0; font-size: 14px; font-weight: 800; text-align: right; overflow-wrap: anywhere; }
.vacancy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.vacancy-grid h3 { margin: 0 0 10px; }
.vacancy-grid p { margin: 0; color: var(--muted); }
.vacancy-hero { min-height: 490px; display: flex; align-items: center; background-color: #03110a; background-image: linear-gradient(90deg,rgba(3,17,10,.96) 0%,rgba(3,17,10,.82) 50%,rgba(3,17,10,.30) 100%),url("/assets/tilda-home/vacancies-hero.webp"); background-position: center; background-size: cover; color: var(--white); }
.vacancy-hero .wrap { width: min(calc(100% - 48px),var(--max)); }
.vacancy-hero .eyebrow { color: #58da7a; }
.vacancy-hero h1 { max-width: 610px; margin-block: 8px 18px; font-size: clamp(42px,5vw,64px); }
.vacancy-hero .lead { max-width: 600px; color: #f0f5f1; }
.legal { max-width: 940px; font-size: 16px; line-height: 1.72; }
.legal strong { display: inline-block; margin-top: 22px; font-size: 20px; line-height: 1.35; }
.legal a { color: var(--brand-dark); }
.legal-hero { padding: 160px 0 28px; background: var(--white); }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(42px,4.2vw,58px); line-height: 1.03; letter-spacing: -.025em; text-transform: uppercase; }
.legal-hero h1 span { display: block; color: var(--brand); }
.home-hero { position: relative; overflow: hidden; min-height: calc(100vh - 141px); min-height: calc(100svh - 141px); padding: 34px 0 38px; background-color: #101612; background-image: linear-gradient(90deg,rgba(10,16,12,.98) 0%,rgba(10,16,12,.88) 38%,rgba(10,16,12,.48) 61%,rgba(10,16,12,.03) 100%),url("/assets/tilda-home/hero.webp"); background-position: center; background-size: cover; color: var(--white); }
.home-hero::before { content: ""; position: absolute; inset: auto -130px -250px auto; width: 440px; height: 440px; border-radius: 50%; background: rgba(18,193,67,.2); }
.home-hero__grid { display: grid; grid-template-columns: minmax(0,660px) 1fr; align-items: center; min-height: calc(100vh - 213px); min-height: calc(100svh - 213px); }
.home-hero__copy { position: relative; z-index: 1; }
.home-hero .eyebrow { color: #61df82; }
.home-hero h1 { max-width: 720px; margin-block: 8px 14px; font-size: clamp(38px,4vw,50px); }
.home-hero .lead { margin-block: 0; color: #ecf2ed; font-size: clamp(17px,1.55vw,20px); }
.home-hero__offer { max-width: 620px; margin-top: 22px; padding: 0; color: var(--white); }
.home-hero__offer strong { font-size: clamp(21px,2.3vw,27px); line-height: 1.15; }
.home-hero__offer p { margin-block: 7px 10px; color: #d8e2da; font-size: 13px; line-height: 1.45; }
.home-hero__offer ul { display: flex; flex-wrap: wrap; gap: 5px 17px; margin-block: 8px 12px; padding: 0; list-style: none; font-size: 14px; font-weight: 750; }
.home-hero__offer li::before { content: "✓"; margin-right: 7px; color: var(--brand-dark); }
.home-hero__offer .button { min-height: 46px; }
.home-hero__services-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: #d8e2da; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.home-hero__services-link:hover,.home-hero__services-link:focus-visible { color: var(--white); }
.conversion-dock { display: none; }
.modal-open { overflow: hidden; }
.lead-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; }
.lead-modal__backdrop { position: absolute; inset: 0; background: rgba(8,12,9,.76); backdrop-filter: blur(3px); }
.lead-modal__dialog { position: relative; width: min(100%,470px); max-height: calc(100vh - 32px); overflow-y: auto; padding: 24px; border-radius: 16px; background: var(--surface-green); box-shadow: 0 28px 90px rgba(0,0,0,.4); }
.lead-modal__dialog h2 { margin-bottom: 4px; font-size: clamp(25px,5vw,34px); }
.lead-modal__context { margin: 0 0 14px; color: var(--brand-dark); font-weight: 800; }
.lead-modal__dialog h2 { margin-bottom: 14px; }
.lead-modal__prep { margin: 0 0 14px; padding: 13px 14px; border: 1px solid #b9e7c5; border-radius: 10px; background: rgba(255,255,255,.72); }
.lead-modal__prep strong { display: block; margin-bottom: 8px; font-size: 14px; }
.lead-modal__prep ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 12px; margin: 0; padding: 0; list-style: none; color: #435047; font-size: 12px; }
.lead-modal__prep li { position: relative; padding-left: 14px; }
.lead-modal__prep li::before { content: ""; position: absolute; top: .52em; left: 1px; width: 6px; height: 6px; background: var(--brand); transform: rotate(45deg); }
.lead-modal__photo { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; margin-bottom: 12px; padding: 12px 14px; border: 1px solid #cbded0; border-radius: 10px; background: var(--white); }
.lead-modal__photo strong { display: block; font-size: 14px; }
.lead-modal__photo p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.lead-modal__photo-actions { display: flex; gap: 6px; }
.lead-modal__photo-actions a { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; border: 1px solid #cad7cd; border-radius: 8px; color: var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.lead-modal__photo-actions img { width: 24px; height: 24px; border-radius: 50%; }
.lead-modal__photo-actions a:hover,.lead-modal__photo-actions a:focus-visible { outline: 2px solid rgba(18,193,67,.35); border-color: var(--brand); }
.lead-modal__divider { display: flex; align-items: center; gap: 10px; margin: 3px 0 10px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.lead-modal__divider::before,.lead-modal__divider::after { content: ""; height: 1px; flex: 1; background: #cdd9cf; }
.lead-modal__dialog .form { padding: 18px; }
.lead-modal__close { position: absolute; z-index: 1; top: 12px; right: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 27px; line-height: 1; cursor: pointer; }
.home-catalog { background: var(--surface-warm); }
.home-reliability { background: var(--surface-green); }
.home-steps { background: var(--surface); border-block: 1px solid #e2eae4; }
.quality { background: linear-gradient(110deg,#eaf8ee,#f8fbf9); }
.reviews { background: var(--white); }
#faq { background: var(--surface-green); }
#request { background: linear-gradient(120deg,#e9f7ed,#f7faf8); }
.service-kicker { margin: 0 0 12px; color: var(--brand); font-size: 14px; font-weight: 800; }
.service-price { margin-top: 22px; }
.service-price strong { display: block; color: var(--white); font-size: 21px; line-height: 1.25; }
.service-price p { max-width: 680px; margin: 7px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.service-benefits { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 18px 0 0; padding: 0; list-style: none; color: var(--white); font-size: 14px; font-weight: 750; }
.service-benefits li::before { content: "✓"; margin-right: 7px; color: var(--brand); }
.service-hero__actions { margin-top: 26px; }
.button--outline { border-color: var(--brand); background: transparent; color: var(--brand); }
.button--outline:hover,.button--outline:focus-visible { background: var(--brand); color: var(--ink); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--brand-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.catalog-more { display: inline-flex; min-height: 44px; align-items: center; margin-top: 14px; padding: 8px 14px; border: 2px solid var(--brand); border-radius: 8px; color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.service-task-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-task b { display: block; margin-bottom: 18px; color: var(--brand-dark); font-size: 14px; }
.service-task h3 { margin: 0 0 8px; font-size: 19px; }
.service-task p { margin: 0; color: var(--muted); }
.nearby-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 24px; }
.nearby-links a { color: var(--brand-dark); font-weight: 800; }
.nearby-links--cities { gap: 10px; margin-top: 18px; }
.nearby-links--cities a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid rgba(18,193,67,.68); border-radius: 999px; color: var(--white); background: rgba(18,193,67,.055); text-decoration: none; transition: border-color .16s ease,background .16s ease,color .16s ease; }
.nearby-links--cities a:hover,.nearby-links--cities a:focus-visible { border-color: var(--brand); outline: none; background: rgba(18,193,67,.15); color: var(--white); }
.nearby-links--cities a span { color: var(--brand); font-size: 20px; line-height: 1; }
.city-hero .lead { margin-top: 28px; }
.city-services { padding: 30px 0; background: var(--surface); }
.city-services__intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.7fr); align-items: end; gap: 28px; margin-bottom: 18px; }
.city-services__intro h2,.city-services__intro p { margin-bottom: 0; }
.city-service-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.city-service-panel { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 19px; border: 1px solid #d7e1da; border-radius: 14px; background: var(--white); box-shadow: 0 10px 24px rgba(18,45,27,.08); overflow: hidden; }
.city-service-panel::before { content: ""; position: absolute; top: 0; right: 18px; left: 18px; height: 4px; border-radius: 0 0 5px 5px; background: var(--brand); }
.city-service-panel__heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 5px 0 13px; }
.city-service-panel__heading h3 { margin: 0; font-size: 21px; }
.city-service-panel__heading span { color: var(--muted); font-size: 12px; font-weight: 750; white-space: nowrap; }
.city-service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.city-service-card { min-width: 0; height: 68px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #d8e5dc; border-left: 3px solid var(--brand); border-radius: 9px; background: var(--white); color: var(--ink); text-decoration: none; overflow: hidden; transition: border-color .16s ease,background .16s ease,transform .16s ease; }
.city-service-card:hover,.city-service-card:focus-visible { border-color: var(--brand); background: #f1fbf4; transform: translateY(-1px); }
.city-service-card strong,.city-service-card small { display: block; }
.city-service-card strong { font-size: 14px; line-height: 1.18; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.city-service-card small { margin-top: 3px; color: var(--muted); font-size: 11.5px; line-height: 1.25; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.city-service-card b { color: var(--brand-dark); font-size: 19px; }
.city-service-grid--extra { margin-top: 8px; }
.city-service-more { width: 100%; min-height: 44px; margin-top: 10px; }
.city-services__actions { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.coverage-section { background: var(--white); }
.coverage-panel { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(360px,1.15fr) auto; align-items: center; gap: 24px; padding: 26px; border: 1px solid #9ddcab; border-left: 5px solid var(--brand); border-radius: 14px; background: #f1fbf4; box-shadow: 0 12px 30px rgba(18,75,35,.08); }
.coverage-panel__copy h2 { margin: 5px 0 8px; font-size: clamp(25px,2.6vw,36px); }
.coverage-panel__copy p { margin: 0; color: var(--muted); }
.coverage-city-links { display: flex; flex-wrap: wrap; gap: 7px; }
.coverage-city-links a { min-height: 40px; display: inline-flex; align-items: center; padding: 7px 12px; border: 1px solid var(--brand); border-radius: 999px; background: var(--white); color: var(--brand-dark); font-size: 13px; font-weight: 780; text-decoration: none; }
.coverage-city-links a:hover,.coverage-city-links a:focus-visible { outline: 3px solid rgba(18,193,67,.24); outline-offset: 2px; background: var(--brand); color: var(--ink); }
.coverage-panel__cta { width: min(100%,260px); justify-self: end; white-space: nowrap; }
.catalog-group { display: grid; grid-template-columns: minmax(0,.44fr) minmax(0,.56fr); grid-template-areas: "private business"; align-items: stretch; gap: 22px; }
.catalog-group > div { min-width: 0; display: flex; flex-direction: column; padding: 26px; border: 1px solid #dde6df; border-radius: 14px; background: var(--white); }
.catalog-group__business { grid-area: business; border-color: #9ddcab !important; background: #f0faf3 !important; box-shadow: 0 14px 34px rgba(18,193,67,.08); }
.catalog-group__private { grid-area: private; }
.catalog-group__business .service-grid,.catalog-group__private .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.service-card { position: relative; min-height: 108px; padding: 18px 42px 18px 18px; border: 1px solid #c8ead1; border-radius: 10px; background: var(--surface); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease,border-color .16s ease; }
.service-card--wide { grid-column: 1 / -1; min-height: 78px; }
.service-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,62,34,.1); }
.service-card strong, .service-card span { display: block; }
.service-card strong { position: relative; padding-left: 15px; }
.service-card strong::before { content: ""; position: absolute; top: .42em; left: 1px; width: 7px; height: 7px; background: var(--brand); transform: rotate(45deg); }
.service-card span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.service-card b { position: absolute; right: 16px; bottom: 14px; color: var(--brand-dark); font-size: 20px; }
.home-catalog > .wrap > h2,.home-steps h2,.reviews h2,#faq h2 { display: flex; align-items: center; gap: 14px; }
.home-catalog > .wrap > h2::before,.home-steps h2::before,.reviews h2::before,#faq h2::before { content: ""; width: 10px; height: 10px; flex: 0 0 auto; margin-left: 3px; background: var(--brand); transform: rotate(45deg); box-shadow: 7px 7px 0 rgba(18,193,67,.2); }
.catalog-compact { margin-top: 12px; padding: 12px 14px; border: 1px solid rgba(18,193,67,.38); border-radius: 10px; background: rgba(255,255,255,.58); }
.catalog-compact > strong { display: block; margin-bottom: 7px; color: var(--brand-dark); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.catalog-compact > div { display: flex; flex-wrap: wrap; gap: 7px 14px; }
.catalog-compact a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.catalog-compact a span { color: var(--brand-dark); }
.catalog-compact a:hover,.catalog-compact a:focus-visible { outline: none; color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.catalog-group .catalog-more { margin-top: auto; }
.popular-tasks { overflow: hidden; background: #0b1f13; color: var(--white); }
.popular-tasks__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); align-items: end; gap: 28px; margin-bottom: 24px; }
.popular-tasks__heading h2,.popular-tasks__heading p { margin-bottom: 0; }
.popular-tasks__heading .eyebrow { color: var(--brand); }
.popular-tasks__heading p { color: #c4d0c7; }
.popular-tasks__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.popular-task { position: relative; isolation: isolate; min-height: 250px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; overflow: hidden; padding: 22px; border: 1px solid rgba(18,193,67,.48); border-radius: 14px; color: var(--white); text-decoration: none; background: #112a1a; }
.popular-task::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--popular-task-image); background-position: center; background-size: cover; transition: transform .3s ease; }
.popular-task::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(4,18,11,.12) 10%,rgba(4,18,11,.92) 100%); }
.popular-task:hover::before { transform: scale(1.035); }
.popular-task span,.popular-task strong,.popular-task small { display: block; }
.popular-task strong { font-size: 21px; line-height: 1.15; }
.popular-task small { margin-top: 7px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.4; }
.popular-task b { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--brand); color: var(--ink); font-size: 20px; }
.recommendations { background: #052b19; color: var(--white); }
.recommendations__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); align-items: end; gap: 28px; margin-bottom: 22px; }
.recommendations__heading h2,.recommendations__heading p { margin-bottom: 0; }
.recommendations__heading h2 { color: var(--white); }
.recommendations__heading .eyebrow { color: #22dc62; }
.recommendations__heading p { max-width: 590px; color: rgba(255,255,255,.8); }
.recommendations__carousel { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; gap: 10px; }
.recommendations__track { display: flex; gap: 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.recommendations__track::-webkit-scrollbar { display: none; }
.recommendations__button { width: 44px; height: 44px; border: 1px solid #34d56b; border-radius: 50%; background: var(--white); color: var(--brand-dark); font: 800 20px/1 Inter,sans-serif; cursor: pointer; }
.recommendations__button:hover,.recommendations__button:focus-visible { outline: none; background: var(--brand); color: var(--ink); }
.recommendations__button:disabled { opacity: .38; cursor: default; }
.recommendation-card { display: flex; min-height: 0; flex: 0 0 calc((100% - 12px)/2); flex-direction: column; scroll-snap-align: start; padding: 12px; border: 1px solid #2c9f53; border-radius: 13px; background: #f7fbf8; color: var(--ink); box-shadow: 0 16px 36px rgba(0,0,0,.16); }
.recommendation-card__preview { position: relative; display: block; aspect-ratio: 19 / 12; margin: 0; overflow: hidden; border: 1px solid #c8d8cd; border-radius: 8px; background: var(--white); }
.recommendation-card__preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.recommendation-card__preview figcaption { position: absolute; right: 8px; bottom: 8px; padding: 6px 9px; border-radius: 999px; background: rgba(5,43,25,.92); color: var(--white); font-size: 12px; font-weight: 800; }
.recommendation-card__body { display: flex; min-width: 0; flex-direction: column; padding: 15px 8px 7px; }
.recommendation-card__body strong { display: block; margin: 8px 0 11px; font-size: 20px; line-height: 1.2; }
.recommendation-card__body small { display: block; color: #087b31; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.recommendation-card__body p { margin: 0; color: #435047; font-size: 13px; line-height: 1.55; }
.task-format-selector__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); align-items: end; gap: 28px; margin-bottom: 24px; }
.task-format-selector__heading h2, .task-format-selector__heading p { margin-bottom: 0; }
.task-format-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.task-format-card { display: grid; grid-template-rows: auto auto auto 1fr; min-height: 250px; padding: 20px; border: 1px solid #d8e5db; border-radius: 12px; background: var(--white); text-decoration: none; }
.task-format-card > b { display: grid; width: 38px; height: 38px; margin-bottom: 20px; place-items: center; border-radius: 50%; background: #e7f8ec; color: var(--brand-dark); }
.task-format-card > strong { font-size: 19px; line-height: 1.25; }
.task-format-card > span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.task-format-card > small { align-self: end; margin-top: 16px; padding-top: 14px; border-top: 1px solid #e3e9e5; color: #526059; font-size: 12px; line-height: 1.45; }
.task-format-card:hover { border-color: var(--brand); box-shadow: 0 10px 24px rgba(20,62,34,.08); }
.task-format-selector__action { display: flex; margin-top: 18px; align-items: center; justify-content: space-between; gap: 20px; }
.task-format-selector__action span { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 30px; }
.feature-grid--proof { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.feature-grid--steps { grid-template-columns: repeat(4,1fr); counter-reset: step; }
.feature-card { min-height: 138px; padding: 20px; border: 1px solid #dbe5dd; border-radius: 12px; background: var(--white); color: var(--ink); }
.feature-card--proof { display: grid; grid-template-columns: 48px minmax(0,1fr); min-height: 112px; align-items: center; gap: 16px; border: 1px solid rgba(18,193,67,.52); border-left-width: 4px; background: rgba(255,255,255,.52); box-shadow: none; }
.feature-card__icon { display: grid !important; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(18,193,67,.55); border-radius: 10px; color: var(--brand-dark); }
.feature-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card--proof strong { margin-bottom: 6px; }
.feature-card strong, .feature-card h3, .feature-card span { display: block; }
.feature-card strong, .feature-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.25; }
.feature-card span { color: var(--muted); }
.step-diamond { width: 38px; height: 38px; display: grid !important; place-items: center; margin: 2px 0 22px 5px; border-radius: 5px; background: var(--brand); color: var(--ink); transform: rotate(45deg); box-shadow: 8px 8px 0 rgba(18,193,67,.12); }
.step-diamond span { color: inherit; font-size: 12px; font-weight: 900; transform: rotate(-45deg); }
.service-terms { background: var(--white); }
.service-terms__content { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: end; margin-top: 28px; }
.service-terms__content > div:first-child { min-width: 0; }
.service-terms__content .feature-grid { margin-top: 16px; }
.service-cities .nearby-links { align-items: center; }
.service-media { background: var(--surface-green); }
.service-media__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.service-media__item { margin: 0; overflow: hidden; border: 1px solid #cfe2d3; border-radius: 12px; background: var(--white); }
.service-media__item img,.service-media__item video { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--ink); }
.service-media__item figcaption { padding: 10px 12px 12px; color: var(--muted); font-size: 13px; }
.quality { border-block: 1px solid #e3e9e4; }
.quality__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.reviews__carousel { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; gap: 10px; margin-top: 20px; }
.reviews__track { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--brand) #e3ebe5; }
.review-card { flex: 0 0 min(280px,72vw); scroll-snap-align: start; margin: 0 0 8px; padding: 10px; border: 1px solid #dde6df; border-radius: 12px; background: var(--white); box-shadow: 0 10px 28px rgba(20,62,34,.06); }
.review-card img { display: block; width: 100%; height: auto; border-radius: 7px; }
.reviews__button { width: 44px; height: 44px; border: 1px solid var(--brand); border-radius: 50%; background: var(--white); color: var(--brand-dark); font: 800 20px/1 Inter,sans-serif; cursor: pointer; }
.reviews__button:hover,.reviews__button:focus-visible { outline: none; background: var(--brand); color: var(--ink); }
.reviews__source { display: inline-flex; margin: 12px 0 0 54px; color: var(--brand-dark); font-weight: 800; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { padding: 0; border: 1px solid #dbe5dd; border-radius: 10px; background: var(--white); overflow: clip; }
.faq-list details[open] { border-left: 3px solid var(--brand); }
.faq-list summary { min-height: 48px; display: flex; align-items: center; gap: 18px; padding: 11px 16px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; width: 9px; height: 9px; flex: 0 0 auto; margin-left: auto; border-right: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); transform: translateY(-2px) rotate(45deg); transition: transform .16s ease; }
.faq-list details[open] summary::after { transform: translateY(2px) rotate(225deg); }
.faq-list p { margin: 0; padding: 0 16px 14px; color: var(--muted); }
.faq-list__extra { display: grid; gap: 8px; }
.faq-list__more { justify-self: start; min-height: 42px; margin-top: 4px; }
#faq.section { padding-block: 38px; }
.footer { padding: 52px 0 26px; background: var(--ink); color: #dce2e6; }
.footer__coverage { padding-bottom: 30px; margin-bottom: 34px; border-bottom: 1px solid #343934; }
.footer__coverage h2 { margin: 0 0 12px; color: var(--white); }
.footer__coverage p { max-width: 850px; margin: 0 0 20px; color: #bcc5be; }
.footer__coverage .nearby-links a { color: var(--white); }
.footer__coverage .nearby-links a:hover { color: var(--brand); }
.footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 42px; }
.footer__logo { display: block; width: 210px; }
.footer__logo img { display: block; width: 100%; height: auto; }
.footer__brand p { max-width: 310px; color: #aeb8b0; }
.footer__contacts, .footer__messengers, .footer__column { display: grid; align-content: start; gap: 9px; }
.footer__contacts { margin-top: 18px; }
.footer__contacts a { width: fit-content; font-size: 18px; font-weight: 800; text-decoration: none; }
.footer__messengers { grid-template-columns: auto auto; justify-content: start; margin-top: 16px; }
.footer__messengers .round-link { width: 44px; height: 44px; padding: 0; border: 1px solid #4b514c; border-radius: 50%; text-decoration: none; }
.contact-list > div.footer__messengers { display: flex; grid-template-columns: none; gap: 10px; margin-top: 0; padding-block: 14px 8px; border-bottom: 0; }
.footer__column strong { margin-bottom: 8px; color: var(--white); font-size: 17px; }
.footer__column a,.footer__privacy-button { width: fit-content; color: #bcc5be; text-decoration: none; }
.footer__column a:hover,.footer__privacy-button:hover { color: var(--brand); }
.footer__privacy-button { min-height: 24px; padding: 0; border: 0; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 38px; padding-top: 22px; border-top: 1px solid #343934; color: #919a93; font-size: 12px; }
.cookie-consent { position: fixed; z-index: 1200; right: 18px; bottom: 18px; left: 18px; width: min(1120px,calc(100% - 36px)); margin-inline: auto; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 18px 20px; border: 1px solid #d8e4da; border-radius: 16px; background: rgba(255,255,255,.98); box-shadow: 0 18px 50px rgba(8,24,13,.22); color: var(--text); }
.cookie-consent__copy { min-width: 0; }
.cookie-consent__copy strong { display: block; margin-bottom: 5px; font-size: 18px; }
.cookie-consent__copy p { max-width: 720px; margin: 0; color: #4d5950; font-size: 14px; line-height: 1.5; }
.cookie-consent__copy a { color: #08782a; font-weight: 800; }
.cookie-consent__actions { display: flex; align-items: center; gap: 10px; }
.cookie-consent__actions .button { min-height: 46px; padding: 11px 17px; white-space: nowrap; }
.cookie-consent__essential { border-color: #9aa79d; background: var(--white); color: #17341f; }
.cookie-consent__essential:hover { border-color: #08782a; background: #f1fbf4; color: #075c22; }
@media (min-width: 821px) and (max-width: 1100px) {
  .header__main { grid-template-columns: 170px 265px 220px 130px 135px; gap: 8px; }
  .brand { width: 170px; }
  .header__promise strong { font-size: 13px; }
  .header__badges { max-width: 220px; gap: 6px; }
  .header__badge { min-height: 54px; padding: 7px 9px; }
  .header__badge strong { font-size: 12.5px; }
  .header__contacts .phone { font-size: 12.5px; }
  .header__cta { padding-inline: 10px; font-size: 12.5px; }
  .header__nav .wrap { gap: 12px; }
  .header__nav a,.header__nav button { font-size: 11.5px; }
}
@media (max-width: 820px) {
  .header__main { grid-template-columns: auto 1fr auto; gap: 10px; padding-block: 10px; }
  .brand { grid-column: 1; }
  .brand { width: 158px; }
  .header__promise { grid-column: 1 / -1; grid-row: 2; }
  .header__badges { display: none; }
  .header__price { display: none; }
  .header__contacts { grid-column: 2; grid-row: 1; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
  .header__cta { grid-column: 3; grid-row: 1; min-height: 40px; padding-inline: 12px; font-size: 13px; }
  .header__nav .wrap { gap: 0; justify-content: space-between; }
  .hero { padding-top: 48px; background: linear-gradient(155deg, #f7faf8 0 76%, #e8f8ed 76%); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__image { max-height: 340px; }
  .service-hero .hero__grid { grid-template-columns: minmax(0,810px); }
  .grid { grid-template-columns: 1fr 1fr; }
  .grid--compact { grid-template-columns: 1fr; }
  .contact-page__grid { grid-template-columns: 1fr; }
  .vacancy-apply { grid-template-columns: 1fr; }
  .home-hero__grid, .catalog-group, .quality__grid { grid-template-columns: 1fr; }
  .catalog-group { grid-template-areas: "business" "private"; }
  .catalog-group__business .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .coverage-panel { grid-template-columns: 1fr; align-items: start; }
  .coverage-panel__cta { justify-self: start; }
  .request-cta__inner { grid-template-columns: 1fr; }
  .city-service-groups { grid-template-columns: 1fr 1fr; }
  .reviews__track { grid-template-columns: repeat(3,1fr); }
  .feature-grid--steps { grid-template-columns: 1fr 1fr; }
  .service-task-grid { grid-template-columns: 1fr 1fr; }
  .service-terms__content { grid-template-columns: 1fr; align-items: start; }
  .service-terms__content .actions { margin-top: 0; }
  .task-format-selector__heading { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .popular-tasks__heading { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .popular-tasks__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .recommendations__heading { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .recommendation-card { flex-basis: min(72vw,430px); }
  .task-format-grid { grid-template-columns: 1fr 1fr; }
  .case-template__heading { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .footer__grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .cookie-consent { grid-template-columns: 1fr; gap: 14px; }
  .cookie-consent__actions { justify-content: flex-start; }
}
@media (max-width: 520px) {
  body:has(.conversion-dock) { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .conversion-dock { position: fixed; z-index: 900; right: 8px; bottom: calc(8px + env(safe-area-inset-bottom)); left: 8px; min-height: 56px; display: grid; grid-template-columns: minmax(112px,.8fr) minmax(0,1.35fr); gap: 7px; padding: 6px; border: 1px solid rgba(18,193,67,.34); border-radius: 14px; background: rgba(25,25,25,.96); box-shadow: 0 12px 34px rgba(0,0,0,.32); backdrop-filter: blur(9px); }
  .conversion-dock a { min-width: 0; min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-weight: 850; line-height: 1.1; text-align: center; text-decoration: none; }
  .conversion-dock__phone { gap: 7px; border: 1px solid rgba(255,255,255,.3); color: var(--white); }
  .conversion-dock__phone span:first-child { color: var(--brand); font-size: 17px; }
  .conversion-dock__request { flex-direction: column; padding: 5px 9px; background: var(--brand); color: var(--ink); }
  .conversion-dock__request small { margin-top: 3px; font-size: 9px; font-weight: 700; opacity: .82; }
  .modal-open .conversion-dock,.city-modal-open .conversion-dock,.services-mega-open .conversion-dock,.op-work-open .conversion-dock { display: none; }
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .header__main { min-width: 0; min-height: 0; grid-template-columns: minmax(0,1fr) auto; row-gap: 9px; }
  .brand { grid-column: 1; grid-row: 1; }
  .brand { width: 132px; }
  .header__contacts { display: contents; }
  .header__contacts .phone { grid-column: 2; grid-row: 1; align-self: center; font-size: 13px; }
  .header__messengers { grid-column: 1; grid-row: 3; align-self: center; justify-self: start; }
  .round-link { width: 28px; height: 28px; }
  .header__cta { grid-column: 2; grid-row: 3; width: auto; min-width: 154px; padding-inline: 15px; line-height: 1.1; text-align: center; }
  .header__promise { grid-column: 1 / -1; grid-row: 2; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .header__promise strong { gap: 7px; font-size: 12px; white-space: normal; }
  .header__status-dot { width: 7px; height: 7px; box-shadow: 0 0 0 3px rgba(18,193,67,.09); }
  .city-selector { flex: 0 0 auto; }
  .city-selector > button { min-height: 30px; font-size: 10px; }
  .city-modal { display: block; padding: 0; }
  .city-modal__dialog { width: 100%; height: 100dvh; max-height: none; padding: 82px 14px 22px; border: 0; border-radius: 0; }
  .city-modal__dialog::before { content: "Города Онлайн Персонал"; position: fixed; z-index: 1; top: 0; right: 0; left: 0; height: 68px; display: flex; align-items: center; padding: 0 68px 0 16px; border-bottom: 1px solid #b9e7c5; background: var(--white); font-size: 18px; font-weight: 850; }
  .city-modal__dialog h2 { margin-right: 48px; font-size: 28px; }
  .city-modal__dialog > p { margin-bottom: 16px; font-size: 14px; }
  .city-modal__close { position: fixed; z-index: 2; top: 12px; right: 12px; }
  .city-modal__list { columns: 1; }
  .city-modal__group { padding: 13px; }
  .city-modal__group h3 { font-size: 16px; }
  .city-modal__group-toggle { font-size: 16px; }
  .city-modal__options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .city-modal__options a { padding-inline: 8px; font-size: 13px; }
  .city-modal__other { width: 100%; }
  .header__nav .wrap { display: flex; padding-block: 6px; overflow: visible; }
  .header__nav a { display: none; }
  .header__nav button { min-height: 36px; display: flex; align-items: center; justify-content: center; font-size: 11px; line-height: 1.15; }
  .header__nav .header__all-services { width: 100%; min-height: 36px; justify-content: center; border-radius: 9px; }
  .services-mega { display: block; inset: 0; padding: 0; }
  .services-mega__dialog { width: 100%; height: 100dvh; max-height: none; padding: 80px 14px 24px; border: 0; border-radius: 0; }
  .services-mega__dialog::before { content: "Услуги Онлайн Персонал"; position: fixed; z-index: 1; top: 0; right: 0; left: 0; height: 66px; display: flex; align-items: center; padding: 0 68px 0 16px; border-bottom: 1px solid #b9e7c5; background: var(--white); font-size: 18px; font-weight: 850; }
  .services-mega__dialog h2 { margin: 0 50px 14px 0; font-size: 25px; }
  .services-mega__close { position: fixed; z-index: 2; top: 11px; right: 11px; }
  .services-mega__grid { grid-template-columns: 1fr; gap: 12px; }
  .services-mega__group { padding: 13px; }
  .services-mega__group a { min-height: 44px; font-size: 14px; }
  .service-breadcrumbs { display: none; }
  .service-breadcrumbs__mobile { display: inline-flex; }
  .contact-methods__grid { grid-template-columns: 1fr 1fr; }
  .profile-grid, .profile-options { grid-template-columns: 1fr; }
  .form { padding: 18px; }
  .phone { font-size: 14px; }
  .grid { grid-template-columns: 1fr; }
  .task-format-grid { grid-template-columns: 1fr; }
  .popular-tasks__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .popular-task { min-width: min(82vw,330px); min-height: 230px; scroll-snap-align: start; }
  .recommendations__carousel { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 6px; }
  .recommendations__button { width: 40px; height: 40px; }
  .recommendation-card { flex-basis: 100%; }
  .recommendation-card { min-height: 0; padding: 10px; }
  .recommendation-card__body { padding: 13px 5px 5px; }
  .recommendation-card__body strong { margin: 6px 0 8px; font-size: 17px; }
  .recommendation-card__body p { font-size: 12px; line-height: 1.45; }
  .task-format-card { min-height: 0; }
  .task-format-selector__action { align-items: stretch; flex-direction: column; }
  .task-format-selector__action .button { width: 100%; }
  .case-template__progress { display: grid; gap: 2px; }
  .case-template__field { grid-template-columns: 38px minmax(0,1fr); gap: 12px; padding: 16px; }
  .case-template__field > b { width: 38px; height: 38px; }
  .case-template__guard { padding: 18px; }
  .section { padding: 36px 0; }
  .catalog-group__business .service-grid,.catalog-group__private .service-grid { grid-template-columns: 1fr; }
  .audience-hero { padding: 32px 0 36px; }
  .audience-hero h1 { font-size: 30px; }
  .audience-hero .commercial-offer { padding: 20px; }
  .audience-catalog .grid { grid-template-columns: 1fr; }
  .legal-hero { padding: 72px 0 16px; }
  .legal-hero h1 { font-size: clamp(30px,10vw,40px); }
  .home-hero { min-height: calc(100svh - 151px); padding: 24px 0 30px; background-image: linear-gradient(180deg,rgba(9,14,11,.9) 0%,rgba(9,14,11,.82) 58%,rgba(9,14,11,.72) 100%),url("/assets/tilda-home/hero.webp"); background-position: center; }
  .service-hero { min-height: 430px; }
  .vacancy-hero { min-height: 500px; padding-block: 42px; background-image: linear-gradient(180deg,rgba(3,17,10,.88),rgba(3,17,10,.72)),url("/assets/tilda-home/vacancies-hero.webp"); background-position: 62% center; }
  .vacancy-hero .wrap { width: min(calc(100% - 24px),var(--max)); }
  .vacancy-hero h1 { max-width: 340px; font-size: clamp(34px,10vw,42px); }
  .service-hero .hero__grid { min-height: 430px; display: block; }
  .service-hero .hero__grid > div { padding: 42px 0 39px; }
  .service-hero picture { inset: 0; opacity: 1; }
  .service-hero picture::after { background: linear-gradient(90deg,rgba(4,18,11,.90),rgba(4,18,11,.58)); }
  .service-hero h1 { font-size: clamp(32px,9.4vw,40px); }
  .service-hero .lead { font-size: 16px; line-height: 1.5; }
  .home-hero__grid { min-height: 0; }
  .home-hero h1 { font-size: clamp(30px,9vw,36px); }
  .home-hero__offer { margin-top: 15px; padding: 15px; }
  .home-hero__offer { padding: 0; }
  .home-hero__offer p { font-size: 12px; }
  .home-hero__offer ul { display: grid; gap: 3px; font-size: 13px; }
  .home-hero__offer .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .home-hero__offer .button { min-width: 0; padding-inline: 10px; font-size: 13px; text-align: center; }
  .lead-modal { padding: 8px; }
  .lead-modal__dialog { max-height: calc(100svh - 16px); padding: 18px; }
  .lead-modal__dialog .form { padding: 14px; }
  .lead-modal__photo { grid-template-columns: 1fr; gap: 9px; }
  .lead-modal__photo-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lead-modal__photo-actions a { justify-content: center; }
  .catalog-group > div { padding: 18px; }
  .service-grid, .feature-grid, .feature-grid--steps, .footer__grid { grid-template-columns: 1fr; }
  .feature-grid--proof { gap: 10px; margin-top: 20px; }
  .feature-card--proof { grid-template-columns: 44px minmax(0,1fr); min-height: 96px; padding: 16px; gap: 13px; }
  .feature-card__icon { width: 44px; height: 44px; }
  .vacancy-grid { grid-template-columns: 1fr; }
  .contact-page { padding-block: 32px; }
  .contact-page__intro h1 { font-size: 34px; }
  .contact-list > div:not(.actions):not(.footer__messengers), .requisites div { grid-template-columns: 1fr; gap: 3px; }
  .requisites dd { text-align: left; }
  .city-service-groups { grid-template-columns: 1fr; }
  .city-services__intro { grid-template-columns: 1fr; gap: 6px; }
  .city-service-panel { padding: 16px; }
  .city-service-grid { grid-template-columns: 1fr; }
  .city-service-card { height: 66px; }
  .city-services__actions { align-items: stretch; flex-direction: column; }
  .city-services__actions .button { width: 100%; }
  .coverage-panel { gap: 17px; padding: 18px; }
  .coverage-panel__copy h2 { font-size: 26px; }
  .coverage-city-links { gap: 6px; }
  .coverage-city-links a { min-height: 44px; padding-inline: 11px; font-size: 12.5px; }
  .coverage-panel__cta { width: 100%; }
  .service-task-grid { grid-template-columns: 1fr; }
  .service-media__grid { grid-template-columns: 1fr; }
  .service-benefits { display: grid; gap: 6px; }
  .review-card { max-width: 340px; }
  .reviews__carousel { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 6px; }
  .review-card { flex-basis: min(272px,76vw); }
  .reviews__source { margin-left: 50px; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .cookie-consent { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); gap: 12px; padding: 15px; border-radius: 13px; }
  .cookie-consent__copy strong { font-size: 17px; }
  .cookie-consent__copy p { font-size: 13px; }
  .cookie-consent__actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent__actions .button { width: 100%; min-height: 44px; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
