
:root{
  --brand:#0b5268;
  --brand-2:#106d8a;
  --accent:#1bb7ad;
  --accent-2:#68ded1;
  --ink:#102a36;
  --text:#203944;
  --muted:#6a7c84;
  --line:#dbe9ec;
  --surface:#ffffff;
  --soft:#f3fbfb;
  --soft-2:#eaf7f8;
  --warning:#fff6dd;
  --radius:28px;
  --radius-sm:18px;
  --shadow:0 24px 70px rgba(10,55,73,.15);
  --shadow-soft:0 12px 34px rgba(10,55,73,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fbfefe;line-height:1.65;overflow-x:hidden}
body:before{content:"";position:fixed;inset:-20% -10% auto auto;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(27,183,173,.11),transparent 65%);z-index:-2;pointer-events:none}
body:after{content:"";position:fixed;left:-220px;top:520px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(11,82,104,.09),transparent 65%);z-index:-2;pointer-events:none}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1200px,calc(100% - 36px));margin:0 auto}
.topline{background:#062f40;color:#dff8f8;font-size:14px}
.topline .container{display:flex;gap:18px;justify-content:space-between;align-items:center;padding:9px 0}
.topline a{text-decoration:none;color:#fff}.topline a:hover{color:var(--accent-2)}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,233,236,.82);box-shadow:0 10px 28px rgba(10,55,73,.08)}
.header-row{height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900;letter-spacing:.025em;color:#08384a;font-size:20px;white-space:nowrap;min-width:285px}.site-logo{height:62px;width:auto;max-width:330px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(10,55,73,.10))}.logo-fallback{display:none;color:#08384a;letter-spacing:.06em}
.logo-mark{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--brand),var(--accent));display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 12px 26px rgba(27,183,173,.32);position:relative;overflow:hidden}
.logo-mark:after{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.38);border-radius:12px}
.nav{display:flex;align-items:center;gap:6px;font-size:15px;background:rgba(255,255,255,.55);border:1px solid rgba(219,233,236,.75);border-radius:999px;padding:7px}
.nav a{text-decoration:none;color:#35505a;padding:9px 12px;border-radius:999px;transition:.2s ease}
.nav a:hover,.nav a.active{background:#eaf8f7;color:#06394b}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:14px 22px;background:linear-gradient(135deg,#187266,#24867b);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 30px rgba(24,114,102,.26);cursor:pointer;transition:.2s ease;font-size:15px}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(24,114,102,.32)}
.btn-secondary{background:#fff;color:#0b5268;border:1px solid rgba(11,82,104,.16);box-shadow:0 10px 24px rgba(10,55,73,.07)}
.burger{display:none;background:#fff;border:1px solid var(--line);border-radius:14px;width:46px;height:46px;font-size:24px;color:#0b5268}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ecfbfb 0%,#f7ffff 46%,#e9f6f8 100%);padding:82px 0 64px}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.18),transparent 45%),radial-gradient(circle at 79% 18%,rgba(27,183,173,.24),transparent 27%),radial-gradient(circle at 4% 90%,rgba(16,109,138,.15),transparent 30%)}
.hero:after{content:"";position:absolute;right:-120px;bottom:-220px;width:600px;height:600px;border:1px solid rgba(16,109,138,.09);border-radius:48%;transform:rotate(18deg)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:54px;align-items:center}
.breadcrumbs{font-size:14px;color:#789099;margin-bottom:18px}.breadcrumbs a{text-decoration:none;color:#0b7285;font-weight:700}
.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(11,82,104,.14);background:rgba(255,255,255,.86);color:#0b5268;border-radius:999px;padding:8px 13px;font-size:14px;font-weight:900;margin-bottom:18px;box-shadow:0 10px 26px rgba(10,55,73,.06)}
.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px rgba(27,183,173,.13)}
.hero h1{font-size:clamp(36px,5.3vw,66px);line-height:1.02;margin:0 0 22px;color:#092f40;letter-spacing:-.045em;max-width:860px}
.lead{font-size:20px;color:#405963;margin:0 0 30px;max-width:780px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-card{position:relative;background:#fff;border-radius:34px;box-shadow:var(--shadow);overflow:hidden;border:1px solid rgba(255,255,255,.92);isolation:isolate;transform:translateZ(0)}
.hero-card:before{content:"";position:absolute;inset:14px;border-radius:25px;border:1px solid rgba(255,255,255,.5);z-index:2;pointer-events:none}
.hero-card img{width:100%;height:456px;object-fit:cover;filter:saturate(1.05) contrast(1.04)}
.hero-card-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:18px 20px;color:#eaffff;font-size:15px;background:rgba(6,47,64,.72);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.16);border-radius:22px;z-index:3}
.proof-bar{position:relative;margin-top:-30px;z-index:5}
.proof-grid{background:#fff;border:1px solid rgba(219,233,236,.9);box-shadow:var(--shadow-soft);border-radius:26px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.proof-item{display:flex;gap:13px;align-items:flex-start;padding:16px;border-radius:20px;background:linear-gradient(180deg,#fff,#f6fbfb)}
.proof-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#e6f8f7;color:#0b5268;font-weight:900;flex:none}
.proof-item b{display:block;color:#0b3445;font-size:15px}.proof-item span{display:block;color:var(--muted);font-size:13px;line-height:1.35;margin-top:2px}
.section{padding:78px 0}.section.alt{background:linear-gradient(180deg,#f4fbfb,#fff)}
.section-head{max-width:860px;margin-bottom:36px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.section h2{font-size:clamp(29px,3.8vw,44px);line-height:1.13;margin:0 0 14px;color:#092f40;letter-spacing:-.03em}
.section h3{font-size:24px;margin:28px 0 12px;color:#173944;letter-spacing:-.02em}.section p{margin:0 0 16px}.muted{color:var(--muted)}
.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}
.card h3{margin-top:0}.card:before{content:"";position:absolute;right:-42px;top:-42px;width:130px;height:130px;background:radial-gradient(circle,rgba(27,183,173,.12),transparent 68%);border-radius:50%;pointer-events:none}
.category-card{text-decoration:none;display:flex;flex-direction:column;min-height:238px;transition:.22s ease;padding-top:78px;counter-increment:cat;position:relative}
.grid-3{counter-reset:cat}.category-card:before{content:counter(cat, decimal-leading-zero);position:absolute;left:26px;top:24px;width:45px;height:45px;border-radius:16px;background:linear-gradient(135deg,#e4f8f7,#fff);border:1px solid rgba(27,183,173,.2);display:grid;place-items:center;color:#0b5268;font-weight:900;font-size:13px}
.category-card h3{font-size:22px;line-height:1.18;margin-bottom:12px}.category-card:after{content:"Открыть раздел →";margin-top:auto;color:var(--accent);font-weight:900;font-size:15px}.category-card:hover{transform:translateY(-6px);border-color:rgba(27,183,173,.42);box-shadow:0 24px 58px rgba(10,55,73,.13)}
.check-list{padding:0;margin:18px 0 0;list-style:none}.check-list li{position:relative;padding-left:32px;margin:11px 0}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9faf8;color:#06958b;font-weight:900;font-size:13px}
.content-wrap{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}
.main-content{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:32px;padding:38px;box-shadow:var(--shadow-soft)}
.main-content section+section{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}
.aside{position:sticky;top:100px}.aside .card{padding:24px}.aside .btn{width:100%}
.related-list{display:grid;gap:10px;margin-top:14px}.related-list a{text-decoration:none;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:#f8fcfc;color:#0b5268;font-weight:750;transition:.18s ease}.related-list a:hover{border-color:var(--accent);background:#fff;transform:translateX(3px)}
.workflow{background:#052835;color:#eaffff;position:relative;overflow:hidden}.workflow:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(27,183,173,.25),transparent 30%),radial-gradient(circle at 12% 90%,rgba(255,255,255,.12),transparent 26%)}.workflow .container{position:relative}.workflow h2{color:#fff}.workflow .muted{color:#bce4e6}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.step{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);border-radius:24px;padding:24px;backdrop-filter:blur(10px)}.step-num{width:42px;height:42px;border-radius:15px;background:#fff;color:#06394b;display:grid;place-items:center;font-weight:900;margin-bottom:18px}.step b{display:block;color:#fff;font-size:18px;margin-bottom:8px}.step span{color:#cdecef;font-size:14px}
.cta{background:linear-gradient(135deg,#052835 0%,#063443 55%,#0b807b 100%);color:#fff;border-radius:36px;padding:46px;display:grid;grid-template-columns:1fr 410px;gap:36px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.12)}.cta>*{position:relative}.cta h2{color:#fff;margin:0 0 12px}.cta p{color:#d6eff1}.form{display:grid;gap:12px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:26px;padding:18px;backdrop-filter:blur(12px)}.form input,.form textarea,.form select{width:100%;border:1px solid rgba(219,233,236,.96);border-radius:16px;padding:14px 15px;font:inherit;background:#fff;color:#18333e}.form textarea{min-height:105px;resize:vertical}.form-note{font-size:13px;color:#e4fbfb}.form .btn{width:100%}
.faq details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:19px 22px;margin-bottom:12px;box-shadow:0 8px 24px rgba(10,55,73,.05)}.faq summary{font-weight:900;cursor:pointer;color:#0c3545}.faq p{margin-top:12px;color:var(--muted)}
.footer{background:#052b39;color:#d6eef2;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px}.footer a{color:#d6eef2;text-decoration:none}.footer a:hover{color:#fff}.footer-title{color:#fff;font-weight:900;margin-bottom:12px;letter-spacing:.03em}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;font-size:14px;color:#9fc3ca}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line)}.table th,.table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{background:#eaf8f7;color:#0b5268}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.pill{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.12);border-radius:999px;padding:9px 13px;color:#fff;font-weight:800;font-size:14px}.notice{background:var(--warning);border:1px solid #f2dfb2;border-radius:20px;padding:17px 19px;color:#6a521f}.contact-card{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card a{text-decoration:none}.map-placeholder{height:330px;border-radius:28px;background:linear-gradient(135deg,#eaf7f7,#d4eff2);display:grid;place-items:center;color:#0b5268;font-weight:900;text-align:center;padding:20px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.floating-contact{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;gap:10px}.floating-contact a{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;text-decoration:none;background:#fff;color:#0b5268;box-shadow:0 16px 36px rgba(10,55,73,.18);border:1px solid var(--line);font-weight:900}.floating-contact a:first-child{background:linear-gradient(135deg,#187266,#24867b);color:#fff}
@media(max-width:1040px){.nav{display:none;position:absolute;left:18px;right:18px;top:82px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{width:100%;color:#35505a}.nav a:hover,.nav a.active{background:#eaf8f7;color:#063443}.burger{display:block}.header-cta{display:none}.hero-grid,.content-wrap,.cta,.footer-grid{grid-template-columns:1fr}.hero-card img{height:340px}.grid-3,.grid-2,.contact-card,.steps,.proof-grid{grid-template-columns:1fr 1fr}.aside{position:static}.section{padding:58px 0}.cta{padding:32px}.main-content{padding:28px}}
@media(max-width:640px){.container{width:min(100% - 24px,1200px)}.topline .container{flex-direction:column;gap:3px;text-align:center}.hero{padding:52px 0 46px}.hero h1{font-size:35px}.lead{font-size:17px}.hero-actions{flex-direction:column}.btn{width:100%}.logo span:last-child{font-size:16px}.site-logo{height:48px;max-width:245px}.logo{min-width:230px}.hero-card img{height:250px}.hero-card-caption{position:static;border-radius:0;background:#07394a;color:#eaffff}.section h2{font-size:29px}.card{padding:22px}.grid-3,.grid-2,.contact-card,.steps,.proof-grid{grid-template-columns:1fr}.table{font-size:14px}.table th,.table td{padding:10px}.proof-bar{margin-top:0}.proof-grid{border-radius:0;margin-left:-12px;margin-right:-12px}.floating-contact{right:14px;bottom:14px}.floating-contact a{width:48px;height:48px;border-radius:16px}.cta{border-radius:28px;padding:24px}.form{padding:12px}.topline{font-size:13px}}

/* Local preview safety: these rules are also embedded into every page. */
html{scroll-behavior:smooth;}
body.design-v2{margin:0;background:#f5f8fb;color:#12212b;font-family:Arial,Helvetica,sans-serif;}

/* Product cards */
.products-section{padding-top:66px;padding-bottom:72px;background:linear-gradient(180deg,#f4fbfb,#fff)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-height:100%;transition:.22s ease;position:relative}
.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(10,55,73,.14);border-color:rgba(24,114,102,.34)}
.product-media{height:235px;background:linear-gradient(135deg,#f8fcfc,#eef8f8);display:grid;place-items:center;padding:18px;border-bottom:1px solid var(--line);text-decoration:none;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:normal;border-radius:18px}
.product-media.cover img{object-fit:contain;object-position:center;mix-blend-mode:normal;border-radius:18px}
.product-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-badge{align-self:flex-start;background:#e7f7f4;color:#187266;border:1px solid rgba(24,114,102,.16);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.product-card h3{font-size:21px;line-height:1.2;margin:0;color:#0c3545;letter-spacing:-.02em}
.product-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.product-features{list-style:none;margin:2px 0 6px;padding:0;display:grid;gap:7px}
.product-features li{position:relative;padding-left:20px;color:#35505a;font-size:14px;line-height:1.35}
.product-features li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#187266;box-shadow:0 0 0 4px rgba(24,114,102,.10)}
.product-card .btn{margin-top:auto;width:100%;padding:12px 16px}
.catalog-products{display:grid;gap:28px}
.catalog-product-group{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow-soft)}
.catalog-product-group h3{margin:0 0 16px;color:#0c3545}
@media(max-width:1040px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-media{height:220px}}
@media(max-width:640px){.product-grid{grid-template-columns:1fr}.product-media{height:210px}.products-section{padding-top:48px;padding-bottom:52px}}



.product-card h3 a{color:inherit;text-decoration:none}.product-card h3 a:hover{color:#187266}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.product-actions .btn{width:100%;margin-top:0;padding:12px 14px}.product-actions .btn-secondary{background:#fff;color:#187266;border:1px solid rgba(24,114,102,.22);box-shadow:none}.product-actions .btn-secondary:hover{background:#eefaf8}
.product-landing-hero{padding:70px 0;background:linear-gradient(135deg,#ecfbfb 0%,#ffffff 50%,#e9f6f8 100%);position:relative;overflow:hidden}.product-landing-hero:before{content:"";position:absolute;right:-120px;top:-140px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(24,114,102,.16),transparent 68%)}.product-landing-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:48px;align-items:center}.product-landing-media{background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow);min-height:390px;display:grid;place-items:center}.product-landing-media img{width:100%;height:100%;max-height:350px;object-fit:contain;object-position:center;border-radius:24px}.product-landing-media.cover img{object-fit:contain;object-position:center;max-height:350px;height:100%;border-radius:24px}.product-label{display:inline-flex;align-items:center;gap:8px;background:#e7f7f4;color:#187266;border:1px solid rgba(24,114,102,.16);border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900;margin-bottom:16px;text-transform:uppercase}.product-landing-hero h1{font-size:clamp(34px,4.7vw,58px);line-height:1.04;margin:0 0 18px;color:#092f40;letter-spacing:-.04em}.product-landing-hero .lead{font-size:19px}.product-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.product-meta{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px;box-shadow:0 8px 24px rgba(10,55,73,.05)}.product-meta b{display:block;color:#0b3445;font-size:14px}.product-meta span{display:block;color:var(--muted);font-size:13px;line-height:1.35;margin-top:3px}.spec-table{width:100%;border-collapse:collapse;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.spec-table th,.spec-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.spec-table th{width:34%;background:#eaf8f7;color:#0b5268}.product-page .main-content h2{margin-top:0}.product-page .product-grid{grid-template-columns:repeat(2,1fr)}
@media(max-width:1040px){.product-landing-grid{grid-template-columns:1fr}.product-landing-media{min-height:300px}.product-page .product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.product-actions{grid-template-columns:1fr}.product-landing-hero{padding:48px 0}.product-meta-grid{grid-template-columns:1fr}.product-landing-media{padding:18px;border-radius:26px}.product-page .product-grid{grid-template-columns:1fr}.spec-table th,.spec-table td{display:block;width:100%;border-bottom:0}.spec-table tr{display:block;border-bottom:1px solid var(--line)}}

/* Form, privacy and service pages */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:#e4fbfb}
.form-consent input{width:auto!important;margin-top:3px;accent-color:var(--accent)}
.form-consent a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.form-status{display:none;border-radius:16px;padding:12px 14px;font-size:14px;line-height:1.45;background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.22)}
.form-status.visible{display:block}.form-status.error{background:#fff2f2;color:#8c2424;border-color:#ffd1d1}.form-status.success{background:#ecfffb;color:#075548;border-color:#b7f0e6}
.simple-page{padding:62px 0}.simple-page .card{max-width:920px;margin:0 auto}.simple-page h1{font-size:clamp(34px,4vw,52px);line-height:1.08;margin-top:0;color:#092f40}.simple-page h2{margin-top:34px;color:#092f40}.simple-page p,.simple-page li{font-size:17px}.footer-bottom a{color:#dff8f8;text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.form-consent{font-size:12px}.simple-page{padding:40px 0}}

/* Image fit fix: equipment photos are kept fully visible in category cards and product pages. */
.product-media,
.product-landing-media{
  background:linear-gradient(135deg,#ffffff,#f6fbfb);
}
.product-media img,
.product-media.cover img,
.product-landing-media img,
.product-landing-media.cover img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
}
.product-media.cover img,
.product-landing-media.cover img{
  max-height:100%!important;
  border-radius:18px;
}
.product-landing-media{
  height:420px;
  min-height:420px;
}
.product-landing-media img,
.product-landing-media.cover img{
  padding:4px;
}
@media(max-width:1040px){
  .product-landing-media{height:340px;min-height:340px;}
}
@media(max-width:640px){
  .product-media{height:230px;}
  .product-landing-media{height:300px;min-height:300px;}
}



/* Card preview layout fix: enlarge product images and remove preview text globally. */
.product-card{min-height:620px;}
.product-media{height:360px;padding:16px 16px 0;align-items:end;background:linear-gradient(180deg,#ffffff 0%,#f4fbfb 100%);}
.product-media img,.product-media.cover img{width:100%;height:100%;object-fit:contain!important;object-position:center bottom!important;display:block;}
.product-body{padding:18px 18px 18px;gap:14px;flex:1;}
.product-card p,.product-card .product-features{display:none!important;}
.product-card h3{font-size:20px;line-height:1.22;min-height:48px;display:flex;align-items:flex-start;}
.product-card h3 a{display:inline-block;}
.product-actions{margin-top:auto;}
@media(max-width:1040px){.product-card{min-height:590px;}.product-media{height:330px;}}
@media(max-width:640px){.product-card{min-height:0;}.product-media{height:300px;padding:14px 14px 0;}.product-card h3{min-height:auto;}}


/* Card preview layout fix v2: move titles lower and let photos occupy the freed space globally. */
.product-card{display:grid!important;grid-template-rows:420px minmax(160px,1fr)!important;min-height:620px!important;}
.product-media{height:420px!important;padding:14px 14px 0!important;align-items:end!important;background:linear-gradient(180deg,#ffffff 0%,#f4fbfb 100%)!important;}
.product-media img,.product-media.cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important;display:block!important;}
.product-body{display:flex!important;flex-direction:column!important;justify-content:flex-end!important;gap:14px!important;padding:16px 18px 18px!important;flex:unset!important;}
.product-card p,.product-card .product-features{display:none!important;}
.product-card h3{font-size:20px!important;line-height:1.22!important;min-height:auto!important;margin:0!important;}
.product-badge{margin-bottom:2px!important;}
.product-actions{margin-top:8px!important;}
.product-actions .btn{margin-top:0!important;}
@media(max-width:1040px){.product-card{grid-template-rows:390px minmax(156px,1fr)!important;min-height:580px!important;}.product-media{height:390px!important;}}
@media(max-width:640px){.product-card{grid-template-rows:320px auto!important;min-height:0!important;}.product-media{height:320px!important;padding:12px 12px 0!important;}.product-body{padding:14px 16px 16px!important;}.product-actions{grid-template-columns:1fr!important;}}


/* WATO EX-65 PRO preview fit fix */
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;object-position:center bottom!important;margin:0 auto!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}


/* Anesthesia preview wheel-fit fix */
.product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;margin:0 auto!important;object-position:center bottom!important;}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;margin:0 auto!important;object-position:center bottom!important;}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;margin:0 auto!important;object-position:center bottom!important;}
.product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){
  .product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}
}
@media(max-width:640px){
  .product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}
  .product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}
}@media(max-width:1040px){}
@media(max-width:640px){}
.product-media img[src*="apparat-ivl-sv300.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="apparat-ivl-sv300.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
@media(max-width:640px){.product-media img[src*="apparat-ivl-sv300.webp"]{width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;}}
.product-media img[src*="apparat-ivl-sv600.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="apparat-ivl-sv600.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}}
@media(max-width:640px){.product-media img[src*="apparat-ivl-sv600.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
.product-media img[src*="apparat-ivl-sv800.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="apparat-ivl-sv800.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
@media(max-width:640px){.product-media img[src*="apparat-ivl-sv800.webp"]{width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;}}
.product-media img[src*="avtomaticheskiy-naruzhnyy-defibrillyator.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="avtomaticheskiy-naruzhnyy-defibrillyator.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="avtomaticheskiy-naruzhnyy-defibrillyator.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="benefusion-esp-evp.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="benefusion-esp-evp.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="benefusion-esp-evp.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="benefusion-nsp.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="benefusion-nsp.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="benefusion-nsp.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="centralnaya-stanciya-monitoringa.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="centralnaya-stanciya-monitoringa.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="centralnaya-stanciya-monitoringa.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="defibrillyator-monitor.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="defibrillyator-monitor.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="defibrillyator-monitor.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="defibrillyator-s-kardiostimulyaciey.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="defibrillyator-s-kardiostimulyaciey.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
@media(max-width:640px){.product-media img[src*="defibrillyator-s-kardiostimulyaciey.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
.product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="endoskopicheskaya-stoyka.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="endoskopicheskaya-stoyka.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}}
@media(max-width:640px){.product-media img[src*="endoskopicheskaya-stoyka.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
.product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="infuzionnaya-stanciya-benefusion-cds.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="infuzionnaya-stanciya-benefusion-cds.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="infuzionnaya-stanciya-benefusion-cds.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="konsol-dlya-reanimacionnogo-mesta.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="konsol-dlya-reanimacionnogo-mesta.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
@media(max-width:640px){.product-media img[src*="konsol-dlya-reanimacionnogo-mesta.webp"]{width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;}}
.product-media img[src*="monitor-pacienta-benevision-n1.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="monitor-pacienta-benevision-n1.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="monitor-pacienta-benevision-n1.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="monitory-pacienta-benevision-serii-n22-n19.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="monitory-pacienta-benevision-serii-n22-n19.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="monitory-pacienta-benevision-serii-n22-n19.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-a7.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-a8.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-20.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-35.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65-pro.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}
@media(max-width:640px){.product-media img[src*="narkozno-dyhatelnyy-apparat-wato-ex-65.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;}}
.product-media img[src*="operacionnyy-stol-hybase-3000.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="operacionnyy-stol-hybase-3000.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="operacionnyy-stol-hybase-3000.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="operacionnyy-stol-hybase.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="operacionnyy-stol-hybase.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="operacionnyy-stol-hybase.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="operacionnyy-stol-unibase.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="operacionnyy-stol-unibase.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="operacionnyy-stol-unibase.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="potolochnaya-konsol-dlya-operacionnoy.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-dlya-operacionnoy.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-dlya-operacionnoy.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
.product-media img[src*="potolochnaya-konsol-hyport.webp"]{width:82%!important;height:82%!important;max-width:82%!important;max-height:82%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
.product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"]{width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
.product-media img[src*="videoendoskopicheskaya-sistema-full-hd.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;margin:0 auto!important;object-position:center bottom!important;}
@media(max-width:1040px){.product-media img[src*="videoendoskopicheskaya-sistema-full-hd.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}}
@media(max-width:640px){.product-media img[src*="videoendoskopicheskaya-sistema-full-hd.webp"]{width:84%!important;height:84%!important;max-width:84%!important;max-height:84%!important;}}


/* HyPort exact category preview fit */
.product-media img[src*="potolochnaya-konsol-hyport-9000.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;margin:0 auto!important;object-position:center center!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport-9000.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport-9000.webp"]{width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;}}
.product-media img[src*="potolochnaya-konsol-hyport-3000.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;margin:0 auto!important;object-position:center center!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport-3000.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport-3000.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
.product-media img[src*="potolochnaya-konsol-hyport-6000.webp"]{width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;margin:0 auto!important;object-position:center center!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport-6000.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport-6000.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;}}
.product-media img[src*="potolochnaya-konsol-hyport-8000-i.webp"]{width:96%!important;height:96%!important;max-width:96%!important;max-height:96%!important;margin:0 auto!important;object-position:center center!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport-8000-i.webp"]{width:94%!important;height:94%!important;max-width:94%!important;max-height:94%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport-8000-i.webp"]{width:92%!important;height:92%!important;max-width:92%!important;max-height:92%!important;}}
.product-media img[src*="potolochnaya-konsol-hyport-8000-ii.webp"]{width:96%!important;height:96%!important;max-width:96%!important;max-height:96%!important;margin:0 auto!important;object-position:center center!important;}
@media(max-width:1040px){.product-media img[src*="potolochnaya-konsol-hyport-8000-ii.webp"]{width:94%!important;height:94%!important;max-width:94%!important;max-height:94%!important;}}
@media(max-width:640px){.product-media img[src*="potolochnaya-konsol-hyport-8000-ii.webp"]{width:92%!important;height:92%!important;max-width:92%!important;max-height:92%!important;}}



/* Product photo lightbox */
.product-landing-media img.js-product-photo-zoom,
.hero-card.product-landing-media img.js-product-photo-zoom{
  cursor: zoom-in;
  transition: transform .18s ease, filter .18s ease;
}
.product-landing-media img.js-product-photo-zoom:hover,
.hero-card.product-landing-media img.js-product-photo-zoom:hover{
  transform: scale(1.015);
  filter: saturate(1.04) contrast(1.03);
}
.photo-lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(4, 25, 34, .82);
  backdrop-filter: blur(8px);
}
.photo-lightbox.open{
  display: flex;
}
.photo-lightbox__inner{
  position: relative;
  width: min(1180px, 96vw);
  height: min(86vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-lightbox__image{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0,0,0,.35);
}
.photo-lightbox__close{
  position: absolute;
  right: -8px;
  top: -8px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0b5268;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
}
.photo-lightbox__close:hover{
  transform: translateY(-1px);
}
@media(max-width:640px){
  .photo-lightbox{padding:14px;}
  .photo-lightbox__inner{width:96vw;height:84vh;}
  .photo-lightbox__image{border-radius:18px;}
  .photo-lightbox__close{right:4px;top:4px;width:44px;height:44px;}
}


/* IVL wheels visible fix */
.product-media img[src*="apparat-ivl-sv300.webp"]{
  width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;
  object-position:center center!important;transform:translateY(-14px)!important;
}
.product-media img[src*="apparat-ivl-sv600.webp"]{
  width:80%!important;height:80%!important;max-width:80%!important;max-height:80%!important;
  object-position:center center!important;transform:translateY(-14px)!important;
}
.product-media img[src*="apparat-ivl-sv800.webp"]{
  width:74%!important;height:74%!important;max-width:74%!important;max-height:74%!important;
  object-position:center center!important;transform:translateY(-14px)!important;
}
@media(max-width:1040px){
  .product-media img[src*="apparat-ivl-sv300.webp"]{width:72%!important;height:72%!important;max-width:72%!important;max-height:72%!important;transform:translateY(-12px)!important;}
  .product-media img[src*="apparat-ivl-sv600.webp"]{width:78%!important;height:78%!important;max-width:78%!important;max-height:78%!important;transform:translateY(-12px)!important;}
  .product-media img[src*="apparat-ivl-sv800.webp"]{width:72%!important;height:72%!important;max-width:72%!important;max-height:72%!important;transform:translateY(-12px)!important;}
}
@media(max-width:640px){
  .product-media img[src*="apparat-ivl-sv300.webp"]{width:70%!important;height:70%!important;max-width:70%!important;max-height:70%!important;transform:translateY(-10px)!important;}
  .product-media img[src*="apparat-ivl-sv600.webp"]{width:76%!important;height:76%!important;max-width:76%!important;max-height:76%!important;transform:translateY(-10px)!important;}
  .product-media img[src*="apparat-ivl-sv800.webp"]{width:70%!important;height:70%!important;max-width:70%!important;max-height:70%!important;transform:translateY(-10px)!important;}
}



/* IVL card final alignment fix */
.product-media:has(img[src*="apparat-ivl-sv300.webp"]),
.product-media:has(img[src*="apparat-ivl-sv600.webp"]),
.product-media:has(img[src*="apparat-ivl-sv800.webp"]){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
}

.product-media img[src*="apparat-ivl-sv300.webp"]{
  width:82%!important;
  height:82%!important;
  max-width:82%!important;
  max-height:82%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  margin:auto!important;
}

.product-media img[src*="apparat-ivl-sv600.webp"]{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  margin:0!important;
  border-radius:0!important;
}

.product-media img[src*="apparat-ivl-sv800.webp"]{
  width:82%!important;
  height:82%!important;
  max-width:82%!important;
  max-height:82%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  margin:auto!important;
}

@media(max-width:1040px){
  .product-media img[src*="apparat-ivl-sv300.webp"],
  .product-media img[src*="apparat-ivl-sv800.webp"]{
    width:80%!important;
    height:80%!important;
    max-width:80%!important;
    max-height:80%!important;
  }
}

@media(max-width:640px){
  .product-media img[src*="apparat-ivl-sv300.webp"],
  .product-media img[src*="apparat-ivl-sv800.webp"]{
    width:78%!important;
    height:78%!important;
    max-width:78%!important;
    max-height:78%!important;
  }
}


/* Surgical lights vertical centering fix */
.product-media:has(img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"]),
.product-media:has(img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"]),
.product-media:has(img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
}
.product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"],
.product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"],
.product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
  transform:none!important;
}
.product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"]{
  width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;
}
.product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"]{
  width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;
}
.product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{
  width:90%!important;height:90%!important;max-width:90%!important;max-height:90%!important;
}
@media(max-width:1040px){
  .product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"],
  .product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"],
  .product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{width:88%!important;height:88%!important;max-width:88%!important;max-height:88%!important;}
}
@media(max-width:640px){
  .product-media img[src*="potolochnyy-hirurgicheskiy-svetilnik.webp"],
  .product-media img[src*="hirurgicheskiy-svetilnik-s-kameroy.webp"],
  .product-media img[src*="dvuhkupolnyy-hirurgicheskiy-svetilnik.webp"]{width:86%!important;height:86%!important;max-width:86%!important;max-height:86%!important;}
}


/* Global category card vertical centering */
.product-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.product-media img{
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
}
@supports selector(:has(*)){
  .product-media:has(img){
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}



/* Equipment dropdown menu */
.nav-dropdown{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-dropdown__toggle{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-dropdown__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: -8px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #31576a;
  cursor: pointer;
  font-weight: 900;
  transition: .18s ease;
}
.nav-dropdown:hover .nav-dropdown__button,
.nav-dropdown.open .nav-dropdown__button{
  color: #187266;
  transform: rotate(180deg);
}
.nav-dropdown__menu{
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 1000;
  width: 330px;
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 28px 70px rgba(10,55,73,.16);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-dropdown__menu::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.open .nav-dropdown__menu{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-dropdown__menu a{
  display: block;
  padding: 11px 13px;
  border-radius: 14px;
  color: #17394a;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}
.nav-dropdown__menu a:hover{
  background: #e7f7f4;
  color: #187266;
}
.nav-dropdown__menu a:first-child{
  background: #f3fbfa;
  color: #187266;
}
@media(max-width: 920px){
  .nav-dropdown{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .nav-dropdown__toggle{
    width: 100%;
  }
  .nav-dropdown__button{
    width: 38px;
    height: 38px;
    margin-left: 0;
    background: #f3fbfa;
  }
  .nav-dropdown__menu{
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: none;
    background: #f8fcfc;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  .nav-dropdown.open .nav-dropdown__menu{
    display: grid;
  }
  .nav-dropdown:hover .nav-dropdown__menu{
    transform: none;
  }
  .nav-dropdown__menu::before{
    display: none;
  }
  .nav-dropdown__menu a{
    padding: 10px 12px;
  }
}



/* CTA lead modal */
.lead-modal{
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.lead-modal.open{
  display: flex;
}
.lead-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(4,25,34,.74);
  backdrop-filter: blur(8px);
}
.lead-modal__dialog{
  position: relative;
  width: min(560px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 34px 90px rgba(10,55,73,.28);
}
.lead-modal__close{
  position: absolute;
  right: 18px;
  top: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f2fbfa;
  color: #187266;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
}
.lead-modal__close:hover{
  background: #e7f7f4;
}
.lead-modal__eyebrow{
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e7f7f4;
  color: #187266;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.lead-modal h2{
  margin: 0 44px 12px 0;
  font-size: 34px;
  line-height: 1.08;
  color: #0c3545;
  letter-spacing: -.04em;
}
.lead-modal__text{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}
.lead-modal__form{
  display: grid;
  gap: 13px;
}
.lead-modal__form label{
  display: grid;
  gap: 7px;
  color: #17394a;
  font-weight: 800;
}
.lead-modal__form input,
.lead-modal__form textarea{
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  font: inherit;
  color: #0c3545;
  background: #f8fcfc;
  outline: none;
}
.lead-modal__form input:focus,
.lead-modal__form textarea:focus{
  border-color: rgba(24,114,102,.5);
  box-shadow: 0 0 0 4px rgba(24,114,102,.1);
  background: #fff;
}
.lead-modal__form textarea{
  resize: vertical;
  min-height: 98px;
}
.lead-modal__form .btn{
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.hp-field{
  position: absolute!important;
  left: -9999px!important;
  opacity: 0!important;
  width: 1px!important;
  height: 1px!important;
}
body.modal-open{
  overflow: hidden;
}
@media(max-width:640px){
  .lead-modal{
    padding: 12px;
  }
  .lead-modal__dialog{
    border-radius: 22px;
    padding: 22px;
  }
  .lead-modal h2{
    font-size: 28px;
  }
}



/* Contacts page first block */
.contacts-first-section{
  padding-top: 72px;
}
.contacts-first-section .contact-card{
  margin-top: 0;
}
@media(max-width: 760px){
  .contacts-first-section{
    padding-top: 42px;
  }
}



/* Breadcrumbs unified */
.breadcrumbs{
  font-size: 14px;
  line-height: 1.5;
  color: #8ea0aa;
  margin-bottom: 18px;
}
.breadcrumbs a{
  text-decoration: none;
  color: #3b6f83;
  font-weight: 700;
}
.breadcrumbs a:hover{
  color: #23586c;
}
.breadcrumbs .sep{
  color: #9fb0b9;
}
.breadcrumbs .current{
  color: #8a9aa5;
  font-weight: 400;
}



/* Mobile compact header only when sticky */
@media(max-width: 640px){
  body{
    padding-top: 0!important;
  }

  /* Normal mobile state: returned to previous non-fixed look */
  .topline{
    position: static!important;
    height: auto!important;
    min-height: 0!important;
    background: #062f40!important;
    font-size: 13px!important;
    line-height: 1.3!important;
    overflow: visible!important;
  }

  .topline .container{
    width: min(100% - 24px, 1200px)!important;
    max-width: none!important;
    height: auto!important;
    min-height: 0!important;
    padding: 9px 0!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 3px!important;
    text-align: center!important;
    white-space: normal!important;
  }

  .topline .container > span:first-child{
    display: inline!important;
  }

  .topline .container > span:last-child{
    display: inline!important;
    width: auto!important;
    overflow: visible!important;
    text-overflow: clip!important;
  }

  .topline a{
    font-size: 13px!important;
    line-height: 1.3!important;
    white-space: normal!important;
  }

  .header{
    position: sticky!important;
    top: 0!important;
    left: auto!important;
    right: auto!important;
    z-index: 1000!important;
    min-height: auto!important;
    background: rgba(255,255,255,.86)!important;
  }

  .header-row{
    height: 92px!important;
    min-height: 92px!important;
    padding: 0!important;
    gap: 20px!important;
  }

  .site-logo{
    height: 48px!important;
    max-width: 245px!important;
  }

  .logo{
    min-width: 230px!important;
    max-width: none!important;
    gap: 12px!important;
  }

  .burger{
    width: 46px!important;
    height: 46px!important;
    min-width: 46px!important;
    border-radius: 14px!important;
    font-size: 24px!important;
    line-height: normal!important;
    padding: 0!important;
  }

  .nav{
    top: 82px!important;
    left: 18px!important;
    right: 18px!important;
    padding: 18px!important;
    border-radius: 24px!important;
    max-height: none!important;
    overflow: visible!important;
  }

  .nav a{
    padding: 9px 12px!important;
    font-size: 15px!important;
    line-height: normal!important;
  }

  .nav-dropdown__button{
    width: 38px!important;
    height: 38px!important;
  }

  .nav-dropdown__menu{
    margin-top: 8px!important;
    padding: 8px!important;
  }

  .nav-dropdown__menu a{
    padding: 10px 12px!important;
    font-size: 15px!important;
  }

  .hero,
  .product-landing-hero{
    padding-top: 52px!important;
  }

  /* Compact state: only after scroll, when JS adds body.mobile-header-compact */
  body.mobile-header-compact{
    padding-top: 72px!important;
  }

  body.mobile-header-compact .topline{
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 1001!important;
    height: 24px!important;
    min-height: 24px!important;
    font-size: 11px!important;
    line-height: 1!important;
    overflow: hidden!important;
  }

  body.mobile-header-compact .topline .container{
    width: 100%!important;
    max-width: 100%!important;
    min-height: 24px!important;
    height: 24px!important;
    padding: 0 8px!important;
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 0!important;
    text-align: center!important;
    white-space: nowrap!important;
  }

  body.mobile-header-compact .topline .container > span:first-child{
    display: none!important;
  }

  body.mobile-header-compact .topline .container > span:last-child{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 4px!important;
    width: 100%!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
  }

  body.mobile-header-compact .topline a{
    font-size: 11px!important;
    line-height: 1!important;
    white-space: nowrap!important;
  }

  body.mobile-header-compact .header{
    position: fixed!important;
    top: 24px!important;
    left: 0!important;
    right: 0!important;
    z-index: 1000!important;
    min-height: 48px!important;
    background: rgba(255,255,255,.94)!important;
    border-bottom: 1px solid rgba(219,233,236,.85)!important;
  }

  body.mobile-header-compact .header-row{
    height: 48px!important;
    min-height: 48px!important;
    gap: 8px!important;
  }

  body.mobile-header-compact .site-logo{
    height: 32px!important;
    max-width: 178px!important;
  }

  body.mobile-header-compact .logo{
    min-width: 0!important;
    max-width: calc(100% - 54px)!important;
    gap: 6px!important;
  }

  body.mobile-header-compact .burger{
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    border-radius: 11px!important;
    font-size: 20px!important;
  }

  body.mobile-header-compact .nav{
    top: 54px!important;
    left: 10px!important;
    right: 10px!important;
    padding: 10px!important;
    border-radius: 18px!important;
    max-height: calc(100vh - 84px)!important;
    overflow: auto!important;
  }

  body.mobile-header-compact .nav a{
    padding: 8px 10px!important;
    font-size: 14px!important;
    line-height: 1.15!important;
  }

  body.mobile-header-compact .nav-dropdown__button{
    width: 30px!important;
    height: 30px!important;
  }

  body.mobile-header-compact .nav-dropdown__menu{
    margin-top: 4px!important;
    padding: 6px!important;
  }

  body.mobile-header-compact .nav-dropdown__menu a{
    padding: 8px 10px!important;
    font-size: 13px!important;
  }

  body.mobile-header-compact .hero,
  body.mobile-header-compact .product-landing-hero{
    padding-top: 38px!important;
  }
}



/* Yandex map contacts */
.map-placeholder.yandex-map{
  padding: 0!important;
  overflow: hidden!important;
  min-height: 420px;
  display: block!important;
  background: #e6f6f7;
}
.map-placeholder.yandex-map iframe{
  display: block;
  width: 100%;
  height: 420px;
  min-height: 420px;
  border: 0;
  border-radius: inherit;
}
@media(max-width:760px){
  .map-placeholder.yandex-map,
  .map-placeholder.yandex-map iframe{
    min-height: 320px;
    height: 320px;
  }
}



/* Contacts requisites */
.company-requisites{
  margin-top: 34px;
}
.company-requisites .section-head{
  margin-bottom: 18px;
}
.requisites-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.requisites-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 18px 55px rgba(10,55,73,.08);
}
.requisites-card--wide{
  grid-column: 1 / -1;
}
.requisites-card h3{
  margin: 0 0 16px;
  color: #0c3545;
  font-size: 24px;
  line-height: 1.15;
}
.requisites-card dl{
  margin: 0;
  display: grid;
  gap: 0;
}
.requisites-card dl > div{
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(219,233,236,.75);
}
.requisites-card dl > div:first-child{
  border-top: 0;
  padding-top: 0;
}
.requisites-card dt{
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}
.requisites-card dd{
  margin: 0;
  color: #17394a;
  font-weight: 700;
}
@media(max-width: 900px){
  .requisites-grid{
    grid-template-columns: 1fr;
  }
  .requisites-card--wide{
    grid-column: auto;
  }
}
@media(max-width: 640px){
  .company-requisites{
    margin-top: 24px;
  }
  .requisites-card{
    border-radius: 20px;
    padding: 20px;
  }
  .requisites-card h3{
    font-size: 21px;
  }
  .requisites-card dl > div{
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 11px 0;
  }
}



/* Yandex map marker fix */
.map-placeholder.yandex-map--marked{
  position: relative;
}
.map-placeholder.yandex-map--marked iframe{
  filter: saturate(1.04) contrast(1.02);
}
.map-house-marker{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -112%);
  border-radius: 50% 50% 50% 8px;
  background: #2f7d70;
  box-shadow: 0 12px 28px rgba(11,82,104,.34), 0 0 0 9px rgba(47,125,112,.14);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -45deg;
}
.map-house-marker span{
  display: block;
  rotate: 45deg;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  transform: translateY(1px);
}
.map-house-marker::after{
  content: "Медикал Кейс";
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #0c3545;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(10,55,73,.18);
}
@media(max-width:760px){
  .map-house-marker{
    width: 48px;
    height: 48px;
    box-shadow: 0 10px 22px rgba(11,82,104,.3), 0 0 0 7px rgba(47,125,112,.14);
  }
  .map-house-marker span{
    font-size: 24px;
  }
  .map-house-marker::after{
    top: 56px;
    font-size: 12px;
    padding: 6px 10px;
  }
}