:root {
  --blue-900: #063b70;
  --blue-700: #0877d1;
  --blue-100: #edf7fc;
  --blue-050: #f6fbfe;
  --orange: #ff6b18;
  --text: #0b315e;
  --muted: #5f7894;
  --line: #d8e9f5;
  --container: 1200px;
  --radius: 8px;
  --shadow: 0 5px 18px rgba(21, 75, 119, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font: 15px/1.42 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; box-shadow: 0 1px 9px rgba(4, 42, 78, .1); }
.header-inner { display: flex; align-items: center; height: 64px; gap: 18px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--blue-900); line-height: 1; }
.brand-mark { color: var(--blue-700); font-size: 31px; line-height: 1; }
.brand b { display: block; font-size: 18px; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.main-nav { margin-left: auto; }
.menu { display: flex; gap: 22px; padding: 0; margin: 0; list-style: none; }
.menu a { color: #38556f; font-size: 11px; font-weight: 600; }
.menu a:hover, .text-link { color: var(--blue-700); }
.header-contacts { white-space: nowrap; }
.header-contacts a { display: block; color: var(--blue-900); font-size: 16px; font-weight: 700; }
.header-contacts small { color: var(--muted); font-size: 12px; }
.header-messengers { display: flex; gap: 13px; }
.header-messengers a { display: flex; align-items: center; gap: 4px; color: #0b9c66; font-size: 14px; font-weight: 700; }
.header-messengers a:last-child { color: #158fd1; }
.header-messengers .fa { font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--blue-900); }

/* Shared UI */
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid var(--orange); border-radius: 5px; background: var(--orange); color: #fff; font-size: 14px; font-weight: 700; transition: .2s; }
.button:hover { border-color: #e65c10; background: #e65c10; color: #fff; }
.button--small { min-height: 34px; padding: 7px 13px; font-size: 14px; }
.button--outline { border-color: #87b9dc; background: #fff; color: var(--blue-900); }
.button--outline:hover { border-color: var(--blue-700); background: var(--blue-050); color: var(--blue-900); }
.section { padding: 38px 0; }
.section--tint { background: linear-gradient(110deg, #f5fbfe, var(--blue-100)); }
h1, h2, h3 { margin: 0; color: var(--blue-900); }
h2 { margin-bottom: 17px; font-size: 28px; line-height: 1.15; letter-spacing: -.55px; }
h3 { font-size: 13px; line-height: 1.2; }
.section-intro { margin: -11px 0 14px; color: var(--muted); font-size: 13px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { font-size: 11px; font-weight: 700; white-space: nowrap; }
.image-cover { width: 100%; height: 100%; object-fit: cover; }

/* Hero */
.hero { overflow: hidden; background-image: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 40%,rgba(255,255,255,.1) 62%),var(--hero-bg); background-position: center right; background-repeat: no-repeat; background-size: cover; }
.hero-grid { display: grid; grid-template-columns: 1fr; min-height: 365px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px 30px 30px 0; }
.eyebrow { margin-bottom: 8px; color: #69879f; font-size: 9px; font-weight: 700; letter-spacing: .75px; }
.hero h1 { max-width: 565px; font-size: 40px; line-height: 1.06; letter-spacing: -1.1px; }
.hero-lead { max-width: 520px; margin: 12px 0 19px; font-size: 14px; line-height: 1.42; }
.hero-benefits { display: flex; gap: 20px; padding: 0; margin: 0 0 21px; list-style: none; }
.hero-benefits li { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 600; line-height: 1.25; }
.hero-benefits .fa { color: var(--blue-700); font-size: 24px; }
.button-row { display: flex; gap: 11px; flex-wrap: wrap; }
.hero-image { display: none; }

/* Problems */
.problems { padding-bottom: 20px; }
.problems-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.problem-card { display: flex; min-height: 79px; gap: 14px; align-items: center; padding: 14px; border: 1px solid #eef5fa; border-radius: var(--radius); background: var(--blue-050); }
.problem-card .fa { flex: 0 0 auto; color: var(--blue-700); font-size: 23px; }
.problem-card p { font-size: 11px; font-weight: 600; line-height: 1.27; }
.problem-card--cta { display: block; background: #e8f5fd; }
.problem-card--cta .button { min-height: 31px; margin-top: 8px; padding: 7px 12px; font-size: 10px; }

/* Inspection scheme */
.diagnostics-check { padding: 35px 0 34px; }
.check-scheme { display: grid; grid-template-columns: 1fr 1.45fr 1fr; align-items: center; gap: 16px; }
.check-scheme ul { padding: 0; margin: 0; list-style: none; }
.check-scheme li { display: flex; align-items: center; gap: 8px; margin: 17px 0; color: #234465; font-size: 11px; font-weight: 600; white-space: nowrap; }
.check-scheme ul:first-child li { justify-content: flex-end; text-align: right; }
.check-scheme li:first-child { margin-top: 0; }.check-scheme li:last-child { margin-bottom: 0; }
.check-scheme li span { position: relative; display: block; flex: 1; height: 1px; background: #198dde; }
.check-scheme li span::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-700); content: ''; }
.check-scheme ul:last-child li span::after { right: auto; left: 0; }
.check-image { overflow: hidden; aspect-ratio: 1.42; border: 4px solid #fff; box-shadow: var(--shadow); }

/* Result and process */
.result { padding: 34px 0 28px; }
.result-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.result-card { display: flex; min-height: 91px; gap: 13px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.result-card > .fa { color: var(--blue-700); font-size: 30px; }.result-card h3 { font-size: 11px; }.result-card p { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.result blockquote { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 14px 0 0; padding: 13px; border-radius: var(--radius); background: #eaf5fc; color: #275a84; font-size: 12px; font-weight: 700; text-align: center; }.result blockquote .fa { color: var(--blue-700); font-size: 23px; }
.process { padding: 25px 0 31px; }.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; margin-top: 20px; }.process-step { position: relative; padding-top: 37px; }.process-step > span { position: absolute; z-index: 1; top: 0; left: 0; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #0b64af; color: #fff; font-size: 13px; font-weight: 700; }.process-step::after { position: absolute; top: 14px; left: 35px; width: calc(100% - 18px); height: 1px; background: #97caec; content: ''; }.process-step:last-child::after { display: none; }.process-step h3 { font-size: 11px; }.process-step p { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.3; }

/* Price and horizontal CF7 form */
.price { padding: 30px 0; background-image:linear-gradient(90deg,rgba(237,247,252,.98) 0%,rgba(237,247,252,.94) 32%,rgba(237,247,252,.18) 70%),var(--price-bg); background-position:center right; background-repeat:no-repeat; background-size:cover; }.price-grid { display: grid; grid-template-columns: .82fr 1.22fr .62fr; align-items: center; gap: 20px; }.price-grid h2 { font-size: 27px; }.price-label { margin: 5px 0; color: #53728f; font-size: 12px; }.check-list { padding: 0; margin: 0 0 13px; list-style: none; }.check-list li { position: relative; padding-left: 20px; margin: 4px 0; font-size: 12px; }.check-list li::before { position:absolute;left:0;top:3px;display:grid;width:13px;height:13px;place-items:center;border-radius:50%;background:var(--blue-700);color:#fff;content:'✓';font-size:9px;font-weight:700; }.price-grid > div > p:last-child { color: var(--muted); font-size: 10px; }.price-image { display:none; }.price-aside { padding: 18px 16px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }.price-aside .fa { color: var(--blue-700); font-size: 30px; }.price-aside h3 { margin: 8px 0 5px; font-size: 12px; }.price-aside p { color: var(--muted); font-size: 10px; }
.price-form { padding: 27px 0 31px; }.price-form h2 { margin-bottom: 3px; }.price-form > .container > p { color: var(--muted); font-size: 12px; }.form-card { padding: 0; }.wpcf7-form p { display: grid; grid-template-columns: 1fr 1fr 1.35fr 1.18fr; gap: 10px; align-items: start; margin: 13px 0 0; }.wpcf7-form br { display: none; }.wpcf7-form > p > label { display: block; color: transparent; font-size: 0; }.wpcf7-form > p > label:nth-of-type(1) { grid-column: 1; }.wpcf7-form > p > label:nth-of-type(2) { grid-column: 2; }.wpcf7-form > p > label:nth-of-type(3) { grid-column: 3; }.wpcf7 input:not([type=submit]), .wpcf7 textarea { width: 100%; height: 45px; padding: 10px 13px; border: 1px solid #c8dfef; border-radius: 5px; background: #f9fcff; color: var(--text); font: 11px Arial, sans-serif; }.wpcf7 textarea { min-height: 45px; resize: none; }.wpcf7-form p > span[data-name="privacy"] { grid-column: 1 / 4; grid-row: 2; color: var(--muted); font-size: 9px; }.wpcf7 .wpcf7-list-item { margin: 0; }.wpcf7 .wpcf7-acceptance label { color: var(--muted); font-size: 12px; }.wpcf7 .wpcf7-acceptance input { width: 13px; height: 13px; margin-right: 4px; vertical-align: middle; }.wpcf7-form p > input[type=submit] { grid-column: 4; grid-row: 1; height: 45px; border: 0; border-radius: 5px; background: var(--orange); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }.wpcf7-response-output { font-size: 11px; }

/* Equipment and objects */
.equipment { padding: 31px 0; }.icon-grid { display: grid; gap: 10px; }.icon-grid--eight { grid-template-columns: repeat(9, 1fr); }.icon-card { min-height: 104px; padding: 14px 12px; border: 1px solid #edf4f9; border-radius: var(--radius); background: #fff; box-shadow: 0 3px 10px rgba(21, 75, 119, .04); }.icon-card > .fa { display: block; margin-bottom: 10px; color: var(--blue-700); font-size: 28px; }.icon-card h3 { font-size: 10px; line-height: 1.26; }.objects { padding: 34px 0; }.icon-grid--four { grid-template-columns:repeat(20,1fr); }.icon-grid--four .icon-card { grid-column:span 4; min-height: 105px; padding: 15px; }.icon-grid--four .icon-card:nth-child(n+6) { grid-column:span 5; }.icon-grid--four .icon-card > div { display: flex; gap: 11px; align-items: flex-start; }.icon-grid--four .icon-card .fa { color: var(--blue-700); font-size: 23px; }.icon-grid--four .icon-card h3 { font-size: 11px; }.icon-card p { margin-top: 8px; color: var(--muted); font-size: 9px; line-height: 1.34; }

/* Cases, advantages and company */
.cases { padding: 33px 0; }.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 16px; }.case-card { display: flex; flex-direction: column; overflow: hidden; min-height: 405px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }.case-card img { width: 100%; height: 181px; object-fit: cover; }.case-card h3 { padding: 12px 15px 8px; font-size: 13px; }.case-card dl { display: grid; grid-template-columns: 73px 1fr; gap: 5px; padding: 0 15px 15px; margin: 0; font-size: 10px; line-height: 1.32; }.case-card dt { color: #6b849c; }.case-card dd { margin: 0; }
.advantages { padding: 32px 0; }.advantages-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }.advantages-grid article { min-height: 130px; padding: 14px 10px; border: 1px solid #edf4f9; border-radius: var(--radius); background: #fff; text-align: center; box-shadow: 0 3px 10px rgba(21,75,119,.04); }.advantages-grid .fa { color: var(--blue-700); font-size: 28px; }.advantages-grid h3 { margin-top: 8px; font-size: 10px; }.advantages-grid p { margin-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.32; }
.about { padding: 31px 0; }.about-grid { display: grid; grid-template-columns: 1.32fr .78fr; gap: 27px; align-items: center; }.about-grid > div > p { color: var(--muted); font-size: 13px; }.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 17px; }.stats-grid > div { min-height: 82px; padding: 12px; border-radius: var(--radius); background: #fff; }.stats-grid strong { display: block; color: var(--blue-700); font-size: 26px; }.stats-grid span { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; line-height: 1.25; }.about-image { height: 198px; overflow: hidden; border-radius: var(--radius); }

/* Documents, reviews, FAQ */
.documents { padding: 32px 0 26px; }.documents-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 15px; }.document-card { padding: 9px; border-radius: var(--radius); background: #fff; box-shadow: 0 3px 10px rgba(21,75,119,.04); }.document-preview { display: grid; height: 108px; place-items: center; background: #f9fbfc; color: #80a9c3; font-size: 34px; }.document-preview img { width: 100%; height: 100%; object-fit: contain; }.document-card h3 { min-height: 25px; margin: 8px 0 3px; font-size: 10px; }.document-card a { color: var(--blue-700); font-size: 10px; font-weight: 700; }.reviews { padding: 30px 0; }.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 15px; }.review-card { min-height: 164px; padding: 15px; border-radius: var(--radius); background: #fff; box-shadow: 0 3px 11px rgba(21,75,119,.04); }.review-head { display: flex; gap: 10px; align-items: center; }.review-avatar { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #e8f4fc; color: var(--blue-700); }.review-head h3 { font-size: 11px; }.review-head p { margin-top: 2px; color: var(--muted); font-size: 10px; }.stars { margin: 10px 0 7px; color: #f9a91b; font-size: 11px; }.review-card > p { min-height: 48px; font-size: 10px; line-height: 1.35; }.review-card small { color: var(--muted); font-size: 9px; }.faq { padding: 30px 0; }.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }.faq-item { border-bottom: 1px solid var(--line); }.faq-item h3 { margin: 0; }.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 12px 0; border: 0; background: transparent; color: var(--blue-900); font: 14px Arial, sans-serif; font-weight: 700; text-align: left; cursor: pointer; }.faq-item button .fa { color: var(--blue-700); }.faq-answer p { padding: 0 0 12px; color: var(--muted); font-size: 11px; }

/* CTA and footer */
.final-cta { padding: 39px 0; background: linear-gradient(110deg, #084d90, #063665); color: #fff; }.final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }.final-cta h2 { max-width: 430px; color: #fff; font-size: 30px; line-height: 1.08; }.final-cta p { max-width: 550px; margin-top: 12px; color: #d9eafb; font-size: 13px; }.final-phone { margin-top: 16px !important; color: #fff !important; font-size: 17px !important; font-weight: 700; }.final-phone .fa { margin-right: 7px; }.final-cta p:last-child a { margin-right: 17px; color: #d9efff; font-size: 12px; font-weight: 700; }.final-cta p:last-child .fa { margin-right: 4px; font-size: 17px; }.final-form { padding: 18px 20px; border-radius: var(--radius); background: rgba(8, 59, 112, .53); }.final-form .wpcf7-form p { grid-template-columns: 1fr 1fr; }.final-form .wpcf7-form > p > label:nth-of-type(3), .final-form .wpcf7-form p > span[data-name="privacy"], .final-form .wpcf7-form p > input[type=submit] { grid-column: 1 / -1; grid-row: auto; }.final-form .wpcf7 textarea { height: 49px; }.final-form .wpcf7 input[type=submit] { height: 43px; }.site-footer { padding: 25px 0 0; color: #58708a; }.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr .9fr .9fr 1.05fr; gap: 20px; }.footer-grid h3 { margin-bottom: 9px; font-size: 11px; }.footer-grid p, .footer-grid a { display: block; margin-bottom: 5px; font-size: 10px; line-height: 1.35; }.footer-map { position: relative; display: grid; min-height: 95px; place-items: center; overflow: hidden; border-radius: 6px; background: linear-gradient(24deg, rgba(188,224,197,.85), rgba(248,244,225,.9)), repeating-linear-gradient(130deg, transparent 0 18px, rgba(255,255,255,.65) 19px 21px); color: var(--blue-900); font-size: 10px; font-weight: 700; }.footer-map .fa { position: relative; z-index: 1; color: #e95138; font-size: 22px; }.footer-map span { position: relative; z-index: 1; }.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; padding: 12px 0; border-top: 1px solid var(--line); color: #91a1ae; font-size: 9px; }.page-content { min-height: 50vh; padding: 70px 0; }

@media (max-width: 1080px) { .container { width: min(calc(100% - 48px), var(--container)); }.header-messengers { display: none; }.icon-grid--eight { grid-template-columns: repeat(5, 1fr); }.price-grid { grid-template-columns: 1fr 1fr; }.price-aside { grid-column: 1 / -1; }.about-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .header-inner { height: 62px; }.main-nav { position: absolute; top: 62px; right: 0; left: 0; display: none; padding: 14px 24px; margin: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 7px 12px rgba(6,59,112,.08); }.main-nav.is-open { display: block; }.menu { display: block; }.menu li + li { margin-top: 11px; }.menu-toggle { display: block; margin-left: auto; }.header-contacts { margin-left: auto; }.header-cta { display: none; }.hero { background: #fff; }.hero-grid, .about-grid, .final-grid { grid-template-columns: 1fr; }.hero-copy { padding-right: 0; }.hero-image { min-height: 310px; }.problems-grid, .result-grid { grid-template-columns: repeat(2, 1fr); }.check-scheme { grid-template-columns: 1fr; }.check-scheme ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }.check-scheme ul:first-child li, .check-scheme li { justify-content: flex-start; padding: 9px; margin: 0; background: #fff; text-align: left; white-space: normal; }.check-scheme li span { display: none; }.check-image { order: -1; }.process-grid { grid-template-columns: repeat(3, 1fr); }.process-step:nth-child(3)::after { display: none; }.wpcf7-form p { grid-template-columns: 1fr 1fr; }.wpcf7-form > p > label:nth-of-type(3), .wpcf7-form p > span[data-name="privacy"], .wpcf7-form p > input[type=submit] { grid-column: 1 / -1; grid-row: auto; }.icon-grid--four { grid-template-columns: repeat(2, 1fr); }.icon-grid--eight { grid-template-columns: repeat(4, 1fr); }.advantages-grid { grid-template-columns: repeat(3, 1fr); }.documents-grid { grid-template-columns: repeat(3, 1fr); }.footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .container { width: min(calc(100% - 30px), var(--container)); }.brand-mark { display: none; }.brand b { font-size: 16px; }.brand small { font-size: 10px; }.header-inner { gap: 5px; }.header-contacts a { font-size: 12px; }.header-contacts small { display: none; }.hero h1 { font-size: 31px; }.hero-copy { padding: 29px 0 23px; }.hero-image { min-height: 240px; }.hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.hero-benefits li { max-width: none; }.button-row .button { flex: 1; padding-inline: 8px; }.section { padding: 34px 0; }h2 { font-size: 25px; }.problems-grid, .result-grid, .cases-grid, .reviews-grid, .faq-grid { grid-template-columns: 1fr; }.process-grid { grid-template-columns: 1fr 1fr; }.process-step:nth-child(3)::after { display: block; }.process-step:nth-child(2)::after, .process-step:nth-child(4)::after, .process-step:nth-child(6)::after { display: none; }.price-grid { grid-template-columns: 1fr; }.price-aside { grid-column: auto; }.wpcf7-form p, .final-form .wpcf7-form p { grid-template-columns: 1fr; }.wpcf7-form > p > label, .wpcf7-form > p > label:nth-of-type(1), .wpcf7-form > p > label:nth-of-type(2), .wpcf7-form > p > label:nth-of-type(3), .wpcf7-form p > span[data-name="privacy"], .wpcf7-form p > input[type=submit] { grid-column: 1; grid-row: auto; }.icon-grid--eight, .icon-grid--four { grid-template-columns: repeat(2, 1fr); }.advantages-grid { grid-template-columns: repeat(2, 1fr); }.documents-grid { grid-template-columns: repeat(2, 1fr); }.stats-grid { grid-template-columns: repeat(2, 1fr); }.case-card img { height: 195px; }.footer-grid { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }.final-grid { gap: 25px; } }
