
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Source Sans 3','Source Sans Pro','PT Sans',system-ui,sans-serif;font-size:17px;line-height:1.6;color:#1f2733;background:#ffffff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#0c2d57;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4,h5{font-family:'PT Sans','Source Sans 3',system-ui,sans-serif;font-weight:700;color:#0c2d57;line-height:1.22}
h1{font-size:38px;letter-spacing:-0.4px}
h2{font-size:28px;margin-bottom:18px}
h3{font-size:21px;margin-bottom:10px}
h4{font-size:18px;margin-bottom:8px}
p{margin-bottom:14px}
ul,ol{margin-left:20px;margin-bottom:14px}
li{margin-bottom:5px}
.mc-container{max-width:1180px;margin:0 auto;padding:0 24px}

/* === EMERGENCY PILLS === */
.mc-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 11px;border-radius:99px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;font-family:'PT Sans',sans-serif;line-height:1}
.mc-pill-red{background:#c44e36;color:#fff}
.mc-pill-red-soft{background:#fce8e3;color:#c44e36}
.mc-pill-dark{background:#0c2d57;color:#fff}
.mc-pill .mc-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:pulseDot 1.4s infinite}
.mc-pill-red-soft .mc-dot{background:#c44e36}

@keyframes pulseDot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.4}}
@keyframes pulseRing{0%{box-shadow:0 0 0 0 rgba(196,78,54,.5)}70%{box-shadow:0 0 0 12px rgba(196,78,54,0)}100%{box-shadow:0 0 0 0 rgba(196,78,54,0)}}

/* === Topbar === */
.mc-topbar{background:#0c2d57;color:#fff;font-size:14px;padding:8px 0}
.mc-topbar-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.mc-tb-left{display:flex;align-items:center;gap:10px}
.mc-tb-status{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;background:rgba(196,78,54,.18);border:1px solid rgba(196,78,54,.5);border-radius:99px;font-weight:700;color:#ffd8cf;font-size:12px;text-transform:uppercase;letter-spacing:.4px}
.mc-tb-status .mc-dot{width:7px;height:7px;background:#ff6b4a;border-radius:50%;animation:pulseDot 1.4s infinite;box-shadow:0 0 6px rgba(255,107,74,.7)}
.mc-tb-right{display:flex;align-items:center;gap:14px}
.mc-tb-right a{color:#fff}
.mc-tb-phone{font-weight:700;color:#fff;font-size:16px;letter-spacing:.3px}
.mc-tb-phone:hover{color:#ff8a6c;text-decoration:none}
.mc-tb-msgr{display:flex;gap:8px}
.mc-tb-msgr a{display:inline-flex;width:28px;height:28px;border:1px solid rgba(255,255,255,.4);border-radius:6px;align-items:center;justify-content:center;transition:all .15s}
.mc-tb-msgr a:hover{background:#c44e36;border-color:#c44e36}
.mc-tb-msgr svg{width:14px;height:14px;fill:#fff}

/* === Header === */
.mc-header{background:#fff;border-bottom:1px solid #e2e6ec;padding:14px 0;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(12,45,87,.04)}
.mc-header-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.mc-brand{display:flex;align-items:center;gap:12px;font-family:'PT Sans',sans-serif;font-weight:700;font-size:21px;color:#0c2d57;letter-spacing:-.3px}
.mc-brand:hover{text-decoration:none}
.mc-brand-mark{width:40px;height:40px;background:#c44e36;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseRing 2.2s infinite}
.mc-brand-mark svg{width:22px;height:22px;fill:#fff}
.mc-brand-sub{font-size:11px;font-weight:700;color:#c44e36;letter-spacing:.6px;text-transform:uppercase;margin-top:2px;font-family:'Source Sans 3',sans-serif}
.mc-nav{display:flex;gap:4px}
.mc-nav a{padding:8px 12px;color:#1f2733;font-size:14.5px;border-radius:6px;transition:all .15s;font-weight:600}
.mc-nav a:hover{background:#f4f6f9;text-decoration:none}
.mc-nav a.active{background:#0c2d57;color:#fff}
.mc-header-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;background:#c44e36;color:#fff;border-radius:8px;font-weight:700;font-size:15px;box-shadow:0 2px 10px rgba(196,78,54,.3);transition:all .15s}
.mc-header-cta:hover{background:#a83f2a;color:#fff;text-decoration:none;transform:translateY(-1px)}
.mc-header-cta svg{width:16px;height:16px;fill:currentColor}

/* === Sticky telephony bar (mobile) === */
.mc-stickyphone{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#0c2d57;padding:10px 14px;box-shadow:0 -4px 18px rgba(0,0,0,.18);gap:8px}
.mc-stickyphone a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 8px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none}
.mc-stickyphone .mc-sp-call{background:#c44e36;color:#fff;animation:pulseRing 2s infinite}
.mc-stickyphone .mc-sp-wa{background:#25d366;color:#fff}
.mc-stickyphone .mc-sp-tg{background:#229ed9;color:#fff}
.mc-stickyphone svg{width:16px;height:16px;fill:currentColor}

/* === Hero === */
.mc-hero{background:linear-gradient(180deg,#f4f7fb 0%,#fff 100%);padding:48px 0 32px;border-bottom:1px solid #e2e6ec;position:relative;overflow:hidden}
.mc-hero::before{content:"";position:absolute;top:-100px;right:-100px;width:380px;height:380px;background:radial-gradient(circle,rgba(196,78,54,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.mc-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:44px;align-items:center;position:relative}
.mc-hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.mc-hero h1{font-size:48px;line-height:1.08;margin-bottom:18px;letter-spacing:-1.2px}
.mc-hero h1 .mc-accent{color:#c44e36}
.mc-hero-lead{font-size:19px;color:#3a4252;margin-bottom:24px;line-height:1.5}
.mc-hero-bullets{display:grid;gap:10px;margin-bottom:26px;list-style:none;margin-left:0}
.mc-hero-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:16px}
.mc-hero-bullets li::before{content:"";flex-shrink:0;width:22px;height:22px;background:#c44e36 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2l11-11-1.4-1.4z'/></svg>") center/14px no-repeat;border-radius:50%;margin-top:1px}
.mc-hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.mc-cta-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;background:#c44e36;color:#fff;font-weight:700;border-radius:10px;font-size:17px;box-shadow:0 4px 16px rgba(196,78,54,.3);transition:all .15s;border:none;cursor:pointer;font-family:inherit}
.mc-cta-primary:hover{background:#a83f2a;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 22px rgba(196,78,54,.4)}
.mc-cta-primary.mc-cta-pulse{animation:pulseRing 2.4s infinite}
.mc-cta-primary svg{width:18px;height:18px;fill:currentColor}
.mc-cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:#fff;color:#0c2d57;border:2px solid #0c2d57;font-weight:700;border-radius:10px;font-size:16px;transition:all .15s}
.mc-cta-secondary:hover{background:#0c2d57;color:#fff;text-decoration:none}
.mc-hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px;padding-top:22px;border-top:1px solid #e2e6ec;font-size:13px;color:#5b6473}
.mc-hero-trust strong{color:#0c2d57;font-size:22px;display:block;font-family:'PT Sans',sans-serif;margin-bottom:2px}

/* === 911-style giant phone button === */
.mc-megacall{display:flex;align-items:center;gap:14px;padding:18px 22px;background:linear-gradient(135deg,#c44e36 0%,#a83f2a 100%);color:#fff;border-radius:14px;text-decoration:none;box-shadow:0 8px 24px rgba(196,78,54,.4);margin:18px 0;transition:all .2s}
.mc-megacall:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 12px 30px rgba(196,78,54,.5)}
.mc-megacall-ico{width:50px;height:50px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:pulseRing 1.8s infinite}
.mc-megacall-ico svg{width:24px;height:24px;fill:#fff}
.mc-megacall-text{flex:1}
.mc-megacall-text .mc-mc-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.85;display:block;margin-bottom:2px}
.mc-megacall-text .mc-mc-phone{font-size:26px;font-weight:700;font-family:'PT Sans',sans-serif;letter-spacing:.3px;display:block;line-height:1}
.mc-megacall-text .mc-mc-sub{font-size:13px;opacity:.85;margin-top:4px}

/* === Form === */
.mc-form-card{background:#fff;border:2px solid #0c2d57;border-radius:14px;padding:32px;box-shadow:0 18px 44px rgba(12,45,87,.14);position:relative}
.mc-form-card::before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;height:6px;background:linear-gradient(90deg,#c44e36 0%,#0c2d57 100%);border-radius:14px 14px 0 0}
.mc-form-card .mc-form-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fce8e3;color:#c44e36;border-radius:99px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.mc-form-card .mc-form-pill .mc-dot{width:6px;height:6px;background:#c44e36;border-radius:50%;animation:pulseDot 1.4s infinite}
.mc-form-card h3{font-size:22px;margin-bottom:6px;color:#0c2d57}
.mc-form-sub{color:#5b6473;font-size:15px;margin-bottom:18px}
.mc-form{display:grid;gap:12px}
.mc-form label{display:block;font-size:12px;font-weight:700;color:#0c2d57;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}
.mc-form input,.mc-form textarea,.mc-form select{width:100%;padding:12px 14px;border:1.5px solid #d4d9e0;border-radius:8px;font-family:inherit;font-size:16px;color:#1f2733;background:#fff;transition:border-color .15s}
.mc-form input:focus,.mc-form textarea:focus{outline:none;border-color:#c44e36;box-shadow:0 0 0 3px rgba(196,78,54,.12)}
.mc-form textarea{min-height:80px;resize:vertical}
.mc-form .mc-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.mc-form button{width:100%;padding:15px;background:#c44e36;color:#fff;border:none;border-radius:8px;font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.3px;transition:background .15s;box-shadow:0 4px 14px rgba(196,78,54,.3)}
.mc-form button:hover{background:#a83f2a}
.mc-form-note{font-size:12px;color:#88909e;text-align:center;margin-top:8px;line-height:1.4}

/* === Sections === */
section{padding:48px 0}
.mc-section-title{text-align:center;margin-bottom:34px}
.mc-section-title h2{margin-bottom:8px}
.mc-section-title .mc-sub{color:#5b6473;font-size:17px;max-width:720px;margin:0 auto}
.mc-section-pill{display:inline-block;margin-bottom:12px}

/* === Services grid (6 категорий) === */
.mc-srv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.mc-srv-card{background:#fff;border:1px solid #e2e6ec;border-radius:12px;padding:26px;transition:all .18s;display:flex;flex-direction:column;position:relative;overflow:hidden}
.mc-srv-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#c44e36;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.mc-srv-card:hover{border-color:#0c2d57;box-shadow:0 12px 28px rgba(12,45,87,.1);transform:translateY(-3px);text-decoration:none}
.mc-srv-card:hover::before{transform:scaleX(1)}
.mc-srv-ico{width:48px;height:48px;background:#0c2d57;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.mc-srv-ico svg{width:24px;height:24px;fill:#fff}
.mc-srv-card h3{font-size:18px;margin-bottom:8px;color:#0c2d57}
.mc-srv-card p{color:#5b6473;font-size:15px;margin-bottom:14px;flex-grow:1}
.mc-srv-time{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#c44e36;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}
.mc-srv-time::before{content:"⏱";font-size:13px}
.mc-srv-more{color:#c44e36;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px}

/* === Scenario tables (3-колоночные на /srochno/) === */
.mc-scenario{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:24px 0;background:#fff;border:1px solid #e2e6ec;border-radius:12px;overflow:hidden}
.mc-scenario-col{padding:24px 22px;border-right:1px solid #e2e6ec}
.mc-scenario-col:last-child{border-right:none}
.mc-scenario-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.6px;color:#88909e;margin-bottom:14px;font-family:'PT Sans',sans-serif}
.mc-scenario-row{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e2e6ec}
.mc-scenario-row .mc-scenario-col{padding:18px 22px}
.mc-scenario-row .mc-scenario-col p{font-size:15px;color:#1f2733;margin:0}
.mc-scenario-row .mc-srcell-time{color:#c44e36;font-weight:700;font-family:'PT Sans',sans-serif}

/* === Compare обычная vs МСК === */
.mc-compare{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:880px;margin:0 auto}
.mc-compare-card{background:#fff;border-radius:12px;padding:28px;border:2px solid #e2e6ec}
.mc-compare-card.mc-cmp-bad{background:#fafbfc;color:#88909e}
.mc-compare-card.mc-cmp-bad h3{color:#88909e}
.mc-compare-card.mc-cmp-good{border-color:#c44e36;background:#fff;box-shadow:0 12px 30px rgba(196,78,54,.12)}
.mc-compare-card h3{font-size:20px;margin-bottom:14px}
.mc-compare-card ul{list-style:none;margin:0;padding:0}
.mc-compare-card li{padding:8px 0 8px 26px;position:relative;font-size:15px;line-height:1.5}
.mc-cmp-bad li::before{content:"✕";position:absolute;left:0;color:#aab1bc;font-weight:700}
.mc-cmp-good li::before{content:"✓";position:absolute;left:0;color:#c44e36;font-weight:700}

/* === Steps === */
.mc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mc-step{position:relative;padding:24px 18px 18px;background:#fafbfc;border-radius:10px;border-top:3px solid #c44e36}
.mc-step-num{position:absolute;top:-14px;left:18px;width:28px;height:28px;background:#c44e36;color:#fff;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:14px;font-family:'PT Sans',sans-serif}
.mc-step h4{margin-bottom:6px;font-size:16px;color:#0c2d57}
.mc-step p{font-size:14px;color:#5b6473;margin-bottom:0}

/* === Reviews === */
.mc-rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mc-rev-card{background:#fff;border:1px solid #e2e6ec;border-radius:10px;padding:24px;position:relative}
.mc-rev-stars{color:#c44e36;font-size:17px;margin-bottom:10px;letter-spacing:1px}
.mc-rev-text{font-size:15px;color:#3a4252;font-style:italic;margin-bottom:14px;line-height:1.55}
.mc-rev-author{font-size:14px;color:#0c2d57;font-weight:700}
.mc-rev-author small{display:block;font-weight:400;color:#88909e;font-size:13px;margin-top:2px}

/* === Bands === */
.mc-band-dark{background:#0c2d57;color:#fff;padding:48px 0}
.mc-band-dark h2{color:#fff}
.mc-band-dark p{color:#cfd6e3}
.mc-band-light{background:#fafbfc}
.mc-band-accent{background:linear-gradient(135deg,#0c2d57 0%,#163d6f 100%);color:#fff;padding:54px 0;text-align:center;position:relative;overflow:hidden}
.mc-band-accent::before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(196,78,54,.18) 0%,transparent 70%);border-radius:50%}
.mc-band-accent h2{color:#fff;margin-bottom:14px;position:relative}
.mc-band-accent p{color:#cfd6e3;font-size:18px;max-width:680px;margin:0 auto 24px;position:relative}

/* === Article list === */
.mc-art-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.mc-art-card{background:#fff;border:1px solid #e2e6ec;border-radius:10px;padding:24px;transition:all .15s}
.mc-art-card:hover{border-color:#0c2d57;box-shadow:0 6px 20px rgba(12,45,87,.08)}
.mc-art-card h3{font-size:19px;margin-bottom:8px}
.mc-art-card h3 a{color:#0c2d57}
.mc-art-card p{color:#5b6473;font-size:15px;margin-bottom:10px}
.mc-art-meta{color:#88909e;font-size:13px}

/* === FAQ === */
.mc-faq{max-width:820px;margin:0 auto}
.mc-faq details{background:#fafbfc;border:1px solid #e2e6ec;border-radius:8px;margin-bottom:10px;overflow:hidden}
.mc-faq summary{padding:18px 22px;cursor:pointer;font-weight:700;color:#0c2d57;font-size:17px;list-style:none;display:flex;justify-content:space-between;align-items:center;font-family:'PT Sans',sans-serif}
.mc-faq summary::-webkit-details-marker{display:none}
.mc-faq summary::after{content:"+";font-size:22px;color:#c44e36;font-weight:700;transition:transform .2s}
.mc-faq details[open] summary::after{content:"−"}
.mc-faq details[open] summary{background:#fff;border-bottom:1px solid #e2e6ec}
.mc-faq-body{padding:18px 22px;color:#3a4252;font-size:16px;line-height:1.6}
.mc-faq-body p{margin-bottom:10px}
.mc-faq-body p:last-child{margin-bottom:0}

/* === Pricing === */
.mc-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mc-price-card{background:#fff;border:2px solid #e2e6ec;border-radius:12px;padding:30px 22px;text-align:center;transition:all .15s;display:flex;flex-direction:column;position:relative}
.mc-price-card.mc-featured{border-color:#c44e36;transform:scale(1.02);box-shadow:0 14px 30px rgba(196,78,54,.15)}
.mc-price-card.mc-featured::before{content:"Популярно";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#c44e36;color:#fff;font-size:12px;font-weight:700;padding:4px 14px;border-radius:99px;letter-spacing:.5px;text-transform:uppercase}
.mc-price-tier{font-size:14px;color:#5b6473;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px;font-family:'PT Sans',sans-serif}
.mc-price-eta{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;background:#fce8e3;color:#c44e36;border-radius:99px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:10px}
.mc-price-amount{font-size:32px;font-weight:700;color:#0c2d57;font-family:'PT Sans',sans-serif;margin-bottom:4px;line-height:1.1}
.mc-price-amount small{font-size:14px;color:#5b6473;font-weight:400;display:block;margin-top:4px}
.mc-price-list{list-style:none;margin:18px 0 24px;padding:0;text-align:left;flex-grow:1}
.mc-price-list li{padding:7px 0;border-bottom:1px dashed #e2e6ec;font-size:14px;color:#3a4252}
.mc-price-list li:last-child{border-bottom:none}

/* === Raiony === */
.mc-rai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mc-rai-card{background:#fff;border:1px solid #e2e6ec;border-radius:10px;padding:20px 22px;transition:all .15s;text-decoration:none;color:inherit;display:block}
.mc-rai-card:hover{border-color:#0c2d57;box-shadow:0 4px 14px rgba(12,45,87,.08);transform:translateY(-2px);text-decoration:none}
.mc-rai-card h4{margin-bottom:6px;color:#0c2d57;font-size:17px}
.mc-rai-card .mc-rai-eta{color:#c44e36;font-weight:700;font-size:14px;font-family:'PT Sans',sans-serif;margin-bottom:6px}
.mc-rai-card p{font-size:14px;color:#5b6473;margin-bottom:0;line-height:1.5}

/* === Cemeteries === */
.mc-cem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mc-cem-card{background:#fff;border:1px solid #e2e6ec;border-radius:10px;padding:20px 22px;transition:all .15s;display:flex;flex-direction:column}
.mc-cem-card:hover{border-color:#0c2d57;box-shadow:0 4px 14px rgba(12,45,87,.08)}
.mc-cem-card h4{margin-bottom:6px;color:#0c2d57;font-size:17px}
.mc-cem-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}
.mc-cem-open{background:#e8f5e8;color:#2d7a3a}
.mc-cem-semi{background:#fff4e0;color:#a36b00}
.mc-cem-closed{background:#fce8e3;color:#a83f2a}
.mc-cem-meta{font-size:13px;color:#5b6473;line-height:1.5;margin-bottom:10px}
.mc-cem-meta strong{color:#0c2d57;font-weight:600}

/* === Breadcrumb === */
.mc-bread{padding:14px 0;font-size:14px;color:#5b6473;background:#fafbfc;border-bottom:1px solid #e2e6ec}
.mc-bread a{color:#5b6473}
.mc-bread .mc-sep{margin:0 8px;color:#aab1bc}

/* === Article === */
.mc-article{max-width:780px;margin:0 auto;padding:32px 0}
.mc-article h2{font-size:24px;margin:36px 0 14px;color:#0c2d57}
.mc-article h3{font-size:19px;margin:24px 0 10px}
.mc-article p{font-size:17px;line-height:1.7;color:#1f2733;margin-bottom:16px}
.mc-article ul,.mc-article ol{margin-bottom:20px}
.mc-article li{font-size:17px;line-height:1.7;margin-bottom:6px}
.mc-article-meta{color:#88909e;font-size:14px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e6ec}

/* === Footer === */
.mc-footer{background:#0c2d57;color:#cfd6e3;padding:48px 0 24px;margin-top:48px;font-size:14px}
.mc-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;max-width:1180px;margin:0 auto;padding:0 24px}
.mc-footer h5{color:#fff;font-family:'PT Sans',sans-serif;font-size:15px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.6px}
.mc-footer ul{list-style:none;margin:0;padding:0}
.mc-footer li{margin-bottom:7px}
.mc-footer a{color:#cfd6e3}
.mc-footer a:hover{color:#fff}
.mc-footer-phone{font-size:22px;font-weight:700;color:#fff;font-family:'PT Sans',sans-serif;margin-bottom:8px;display:block}
.mc-footer-phone:hover{color:#ff8a6c}
.mc-footer-bottom{max-width:1180px;margin:32px auto 0;padding:18px 24px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;color:#8d97a8}
.mc-partner{font-size:11px;color:#8d97a8}
.mc-partner a{color:#aab1bc;text-decoration:underline}

/* === Spasibo === */
.mc-spasibo{text-align:center;padding:80px 24px}
.mc-spasibo .mc-check{width:72px;height:72px;background:#c44e36;color:#fff;border-radius:50%;margin:0 auto 24px;font-size:36px;display:flex;align-items:center;justify-content:center}
.mc-spasibo h1{font-size:36px;margin-bottom:14px}
.mc-spasibo p{font-size:18px;color:#5b6473;max-width:540px;margin:0 auto 28px}

/* === 404 === */
.mc-404{text-align:center;padding:80px 24px}
.mc-404 .mc-code{font-size:96px;font-weight:700;color:#0c2d57;font-family:'PT Sans',sans-serif;line-height:1;margin-bottom:14px}

/* === Photo grid (главная) === */
.mc-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.mc-photo-grid img{border-radius:8px;aspect-ratio:1/1.4;object-fit:cover;border:1px solid #e2e6ec}

/* === Alert box === */
.mc-alert{background:#fce8e3;border:1.5px solid #c44e36;border-radius:10px;padding:22px 26px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:24px 0}
.mc-alert-ico{font-size:34px;color:#c44e36;line-height:1}
.mc-alert-text{flex:1;min-width:200px}
.mc-alert-text h3{margin-bottom:4px;color:#0c2d57;font-size:19px}
.mc-alert-text p{margin-bottom:0;color:#3a4252;font-size:15px}

/* === Mobile === */
@media (max-width:980px){
  h1{font-size:30px}
  .mc-hero h1{font-size:32px}
  .mc-hero-grid{grid-template-columns:1fr;gap:32px}
  .mc-srv-grid,.mc-steps,.mc-price-grid,.mc-cem-grid{grid-template-columns:repeat(2,1fr)}
  .mc-rev-grid,.mc-art-list,.mc-rai-grid,.mc-compare{grid-template-columns:1fr}
  .mc-photo-grid{grid-template-columns:repeat(3,1fr)}
  .mc-footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .mc-nav{display:none}
  .mc-header-inner{flex-direction:row;justify-content:space-between}
  .mc-tb-msgr{display:none}
  .mc-topbar-inner{justify-content:center;text-align:center}
  .mc-hero-trust{grid-template-columns:repeat(2,1fr);gap:12px}
  .mc-scenario,.mc-scenario-row{grid-template-columns:1fr}
  .mc-scenario-col{border-right:none;border-bottom:1px solid #e2e6ec}
  .mc-scenario-col:last-child{border-bottom:none}
  .mc-stickyphone{display:flex}
  body{padding-bottom:72px}
}
@media (max-width:560px){
  .mc-hero h1{font-size:26px}
  .mc-srv-grid,.mc-steps,.mc-price-grid,.mc-cem-grid{grid-template-columns:1fr}
  .mc-photo-grid{grid-template-columns:repeat(2,1fr)}
  .mc-footer-grid{grid-template-columns:1fr}
  .mc-form-card{padding:22px}
  .mc-tb-phone{font-size:14px}
  .mc-megacall-text .mc-mc-phone{font-size:22px}
  body{font-size:16px}
}
