:root{--navy:#1e55b8;--blue:#1e55b8;--red:#e30613;--text:#1e55b8;--muted:#5b6475;--line:#dce6f2;--bg:#f3f8ff;--white:#fff;--shadow:0 14px 34px rgba(0,43,102,.10);--r:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;color:var(--text);background:#fff;font-size:16px;overflow-x:hidden}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar__left,.topbar__right{display:flex;align-items:center;gap:14px}.divider{width:1px;height:16px;background:rgba(255,255,255,.35)}.lang-switch{display:flex;gap:5px}.lang-switch a{border:1px solid rgba(255,255,255,.35);border-radius:6px;padding:2px 5px}.mainbar{background:#fff;border-bottom:1px solid var(--line)}.mainbar__inner{height:76px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;min-width:230px}.logo-mark{display:grid;grid-template-columns:repeat(3,9px);gap:5px}.logo-mark i{width:9px;height:9px;border-radius:99px;background:var(--blue)}.logo-mark i:nth-child(2n){background:var(--red)}.logo-text strong{font-size:22px;color:var(--blue);line-height:1}.logo-text em{font-style:normal;color:var(--red)}.logo-text small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.nav__link{position:relative;font-weight:700;font-size:14px;color:var(--navy);padding:29px 0}.nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--red);border-radius:3px}.cabinet-btn{border:1px solid #9fb0c8;border-radius:8px;padding:12px 16px;font-weight:700;background:#fff}.burger{display:none;background:#fff;border:0;flex-direction:column;gap:4px}.burger span{width:24px;height:2px;background:var(--navy)}.hero{background:linear-gradient(90deg,#f9fcff 0%,#f2f7ff 52%,#ebf4ff 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:360px}.hero__copy{padding:36px 0;position:relative;z-index:1}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:800;margin-bottom:12px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:0 0 18px;color:var(--navy);letter-spacing:-.04em}.hero--compact h1,.hero--results h1{font-size:clamp(38px,4.2vw,62px)}.hero p{max-width:540px;font-size:18px;color:#263a5e;line-height:1.45;margin:0 0 24px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__media{align-self:stretch;min-height:310px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.18s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 18px rgba(227,6,19,.18)}.btn-dark{background:var(--navy);color:#fff}.btn-outline,.btn-light{background:#fff;color:var(--navy);border:1px solid #b9c8dd}.btn-small{padding:8px 13px;font-size:13px}.section-tight{margin-top:-42px;position:relative;z-index:3}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow);min-height:170px;display:flex;flex-direction:column;gap:8px}.category-card__icon{font-size:26px}.category-card strong{font-size:16px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-card em{font-style:normal;color:var(--red);font-weight:800;margin-top:auto}.category-card small{color:var(--blue);font-weight:800}.home-panels{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:18px;margin-top:26px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:22px}.panel h2,.card h2{margin:0 0 14px;color:var(--navy)}.map-card{border-radius:16px;overflow:hidden;background:#e6f2ff;border:1px solid var(--line)}.map-card img{width:100%;height:210px;object-fit:cover}.promo-panel{position:relative}.promo-panel img{height:120px;margin-left:auto}.badge-red{display:inline-flex;background:var(--red);color:#fff;padding:7px 12px;border-radius:999px;font-weight:900}.results-panel form,.result-form form{display:grid;gap:12px}.results-panel input,.result-form input,.pro-form input,.pro-form textarea,.searchbar input{width:100%;border:1px solid #cbd7e8;border-radius:9px;padding:12px;background:#fff}.benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px;margin-bottom:36px}.benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;box-shadow:var(--shadow);overflow:hidden;min-height:94px}.benefit__icon{width:52px;height:52px;min-width:52px;border:2px solid rgba(239,44,56,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);background:transparent;line-height:1;flex:none}.benefit__icon svg{width:26px;height:26px;display:block;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.benefit__content{min-width:0;flex:1}.benefit strong{display:block;font-size:13px;line-height:1.08;color:var(--blue);word-break:break-word}.benefit p{margin:3px 0 0;color:var(--blue);font-size:10px;line-height:1.15;word-break:break-word}.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:28px}.searchbar{display:flex;gap:10px;margin-bottom:14px}.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 15px;font-weight:800;color:var(--blue);cursor:pointer}.tab.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.test-list{display:grid;gap:8px}.test-row{display:grid;grid-template-columns:42px 1fr 90px 110px 170px;align-items:center;gap:12px;border:1px solid #e7edf6;border-radius:12px;padding:12px;background:#fff}.test-row__icon{width:34px;height:34px;border-radius:50%;background:#f4f8ff;display:grid;place-items:center}.test-row__name small{display:block;color:var(--muted);margin-top:3px}.test-row__price,.red{color:var(--red);font-weight:900}.test-row__actions{display:flex;gap:8px}.centered{margin:18px auto 0;display:flex;width:max-content}.calculator{position:sticky;top:14px;align-self:start}.calc-items{display:grid;gap:8px;min-height:54px}.calc-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#f7fbff;border:1px solid var(--line);border-radius:10px;padding:9px}.calc-item button{border:0;background:#fff;color:var(--red);font-weight:900}.calc-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin:14px 0;padding-top:14px}.recommend{padding-left:18px}.recommend li{margin:9px 0}.recommend em{display:block;color:var(--red);font-style:normal;font-weight:800}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:28px}.promo-big img{height:150px;margin:auto}.promo-big strong{color:var(--red);font-size:28px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.promo-card{position:relative}.price-line{display:flex;align-items:baseline;gap:10px;margin:16px 0}.price-line strong{font-size:28px;color:var(--red)}.why{margin-top:22px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-grid span{background:#f5f9ff;border-radius:12px;padding:16px;font-weight:800}.branch-layout{display:grid;grid-template-columns:210px 1fr;gap:18px;margin-top:28px}.district-filter{grid-row:span 2}.filter{width:100%;display:flex;justify-content:space-between;border:0;background:#fff;padding:12px;border-radius:9px;color:var(--text);font-weight:700;text-align:left}.filter.active{background:#fff1f2;color:var(--red)}.branch-cards{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.branch-card img{height:130px;width:100%;object-fit:cover;border-radius:14px}.tag{background:#fff3cd;color:#8a5b00;border-radius:99px;padding:5px 9px;font-weight:800;font-size:12px}.prep-layout{margin-top:28px}.tabs-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.tabs-wide .tab{border-radius:0}.tabs-wide .tab:first-child{border-radius:12px 0 0 12px}.tabs-wide .tab:last-child{border-radius:0 12px 12px 0}.prep-grid{display:grid;grid-template-columns:repeat(3,1fr) 260px;gap:16px}.prep-card{border-radius:16px;padding:20px}.prep-card.ok{background:#eefbf4}.prep-card.no{background:#fff1f3}.prep-card.info{background:#f2f6ff}.notice{margin-top:16px;background:#f3f7ff}.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-top:26px}.contacts-layout{grid-template-columns:1fr 1fr 330px}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-36px;position:relative;z-index:4}.contact-card span{font-size:28px}.pro-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-form label{display:grid;gap:6px;color:var(--muted);font-weight:700}.pro-form .span-2{grid-column:span 2}.pro-form .check{display:flex;align-items:center}.pro-form .check input{width:auto}.faq details{border-bottom:1px solid var(--line);padding:10px 0}.faq summary{cursor:pointer;font-weight:800}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.stats div{display:grid;grid-template-columns:90px 1fr;gap:6px;align-items:center;margin:8px 0}.stats strong{font-size:26px;color:var(--blue)}.timeline p{border-left:2px solid var(--red);padding-left:12px}.certs{margin-top:22px}.cert-row{display:grid;grid-template-columns:220px 1fr 180px;gap:14px;align-items:stretch}.cert-row img{height:130px;width:100%;object-fit:cover;border-radius:14px}.join{display:grid;place-items:center;text-align:center;background:#f4f8ff;border-radius:14px;font-weight:900}.result-form{margin-top:-54px;position:relative;z-index:3}.result-form form{grid-template-columns:1fr 1fr auto;align-items:end}.result-form p{grid-column:1/-1;margin:0;color:var(--muted)}.tracker{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.track-step{display:grid;gap:4px;text-align:center;position:relative}.track-step span{margin:auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f7ff;border:1px solid var(--line);font-weight:900}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.result-card em{display:inline-block;color:#16803a;background:#e9f8ef;border-radius:9px;padding:5px 9px;font-style:normal}.security-panels{grid-template-columns:1fr 1fr}.analysis-detail{grid-template-columns:1fr 320px}.sticky{position:sticky;top:14px;align-self:start}.sticky dl{display:grid;grid-template-columns:100px 1fr;gap:10px}.medical-note{background:#f4f8ff;border-left:4px solid var(--blue);padding:14px;border-radius:10px}.footer{background:var(--navy);color:#fff;margin-top:44px;padding:38px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.4fr;gap:22px}.footer a{display:block;margin:8px 0;color:#dfeaff}.footer-logo{font-size:24px;font-weight:900}.footer-logo span{color:#ff7279}.ai-bot{position:fixed;right:18px;bottom:18px;z-index:20;border:0;border-radius:999px;background:var(--red);color:#fff;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 14px 30px rgba(227,6,19,.25)}.ai-bot span{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900}.form-alert{margin-top:14px;border-radius:12px;padding:12px 16px;font-weight:800}.form-alert--success{background:#e9f8ef;color:#136e32}.form-alert--error{background:#fff1f3;color:#a00010}@media (max-width:980px){.mainbar__inner{height:auto;min-height:72px;flex-wrap:wrap}.burger{display:flex;margin-left:auto}.nav{display:none;order:10;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:10px 0}.nav.is-open{display:flex}.nav__link{padding:10px 0}.cabinet-btn{margin-left:auto}.hero__inner{grid-template-columns:1fr}.hero__media{min-height:250px;order:-1}.category-grid,.benefits,.contact-cards{grid-template-columns:repeat(2,1fr)}.home-panels,.price-layout,.two-column,.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail,.branch-layout{grid-template-columns:1fr}.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid{grid-template-columns:1fr 1fr}.district-filter,.branch-cards{grid-column:auto}.result-form{margin-top:20px}.result-form form{grid-template-columns:1fr}.tracker{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.test-row{grid-template-columns:36px 1fr;align-items:start}.test-row__term,.test-row__price,.test-row__actions{grid-column:2}.calculator,.sticky{position:static}.cert-row{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar__inner{height:auto;padding:7px 0;align-items:flex-start}.topbar__left,.topbar__right{flex-wrap:wrap;gap:8px}.logo{min-width:auto}.logo-text strong{font-size:18px}.cabinet-btn{width:100%;text-align:center}.hero h1{font-size:36px}.hero p{font-size:16px}.hero__media{min-height:220px}.category-grid,.benefits,.contact-cards,.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid,.tracker,.footer__grid,.mini-grid{grid-template-columns:1fr}.home-panels{grid-template-columns:1fr}.pro-form{grid-template-columns:1fr}.pro-form .span-2{grid-column:auto}.tabs-wide{grid-template-columns:1fr}.tabs-wide .tab{border-radius:10px!important}.searchbar{flex-direction:column}.ai-bot{right:10px;bottom:10px}.result-form form{grid-template-columns:1fr}.price-layout{margin-top:16px}.hero__copy{padding:24px 0}.card,.panel{padding:16px}.test-row__actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.centered{width:100%}}


/* Геометрична посадка під наданий референс-макет: компактні пропорції desktop */
@media (min-width: 981px){
  .container{width:min(1400px,calc(100% - 96px));}
  .topbar{font-size:14px;}
  .topbar__inner{height:34px;}
  .mainbar__inner{height:72px;gap:24px;}
  .logo{min-width:360px;gap:12px;}
  .logo-mark{grid-template-columns:repeat(3,10px);gap:6px;}
  .logo-mark i{width:10px;height:10px;}
  .logo-text strong{font-size:25px;letter-spacing:-.02em;}
  .logo-text small{font-size:13px;margin-top:4px;}
  .nav{gap:32px;}
  .nav__link{font-size:15px;padding:27px 0;}
  .nav__link.is-active:after{bottom:13px;}
  .cabinet-btn{border-radius:9px;padding:13px 20px;font-size:16px;white-space:nowrap;}

  .hero--home .hero__inner{grid-template-columns:46% 54%;min-height:332px;}
  .hero--home .hero__copy{padding:36px 0 72px;}
  .hero--home h1{font-size:clamp(52px,4.65vw,68px);line-height:.96;margin-bottom:22px;letter-spacing:-.045em;}
  .hero--home p{font-size:19px;line-height:1.42;max-width:570px;margin-bottom:28px;}
  .hero--home .hero__media{min-height:332px;}
  .hero--home .hero__media img{object-fit:cover;object-position:center center;}
  .hero--home .hero__actions{gap:16px;}
  .hero--home .btn{min-height:52px;padding:12px 24px;border-radius:10px;font-size:18px;}

  .section-tight{margin-top:-58px;}
  .category-grid{gap:18px;}
  .category-card{min-height:148px;padding:18px 20px;border-radius:16px;gap:8px;}
  .category-card__icon{font-size:24px;line-height:1;}
  .category-card strong{font-size:16px;line-height:1.12;}
  .category-card p{font-size:13px;line-height:1.22;}
  .category-card em{font-size:17px;line-height:1.1;}
  .category-card small{font-size:13px;}

  .home-panels{grid-template-columns:1.05fr 1.05fr 1fr;gap:18px;margin-top:18px;}
  .panel{padding:16px 18px;border-radius:16px;}
  .panel h2,.card h2{font-size:18px;line-height:1.15;margin-bottom:10px;}
  .panel p,.panel li{font-size:13px;line-height:1.25;}
  .panel ul{margin:8px 0 12px;padding-left:18px;}
  .map-card img{height:132px;}
  .promo-panel img{height:82px;max-width:42%;}
  .badge-red{padding:5px 10px;font-size:12px;}
  .results-panel form{gap:8px;}
  .results-panel label{font-size:12px;font-weight:700;color:var(--muted);}
  .results-panel input{padding:9px 10px;min-height:36px;border-radius:8px;font-size:13px;}
  .results-panel .btn,.home-panels .btn{min-height:36px;padding:8px 14px;border-radius:8px;font-size:13px;}

  .benefits{gap:12px;margin-top:16px;margin-bottom:28px;}
  .benefit{min-height:74px;padding:12px 14px;border-radius:14px;gap:10px;align-items:center;}
  .benefit span{font-size:24px;}
  .benefit strong{font-size:13px;line-height:1.1;}
  .benefit p{font-size:11px;line-height:1.2;margin-top:3px;}
  .footer{margin-top:26px;}
}

@media (min-width: 981px) and (max-width: 1240px){
  .container{width:min(1180px,calc(100% - 40px));}
  .logo{min-width:280px;}
  .nav{gap:20px;}
  .hero--home h1{font-size:54px;}
  .category-grid{gap:12px;}
  .category-card{padding:15px;}
}


/* ==========================================================
   PROLAB GRID-LOCK LAYOUT v3
   Жорстка координатна сітка у стилі Matlab uigridlayout:
   desktop-сторінки мають фіксовані колонки, рядки, висоти блоків,
   однакові gap, вирівнювання і контроль переповнення.
   ========================================================== */

:root{
  --site-max: 1400px;
  --site-pad: 32px;
  --grid-gap: 18px;
  --topbar-h: 30px;
  --header-h: 70px;
  --hero-h: 360px;
  --hero-copy-col: 46%;
  --hero-media-col: 54%;
  --card-h: 150px;
  --panel-h: 300px;
  --benefit-h: 72px;
}

@media (min-width: 981px){
  html,body{min-width:1080px;}
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad))) !important;
    max-width:var(--site-max);
  }

  /* Row 1: service bar */
  .topbar__inner{
    height:var(--topbar-h) !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }

  /* Row 2: main navigation bar */
  .mainbar__inner{
    height:var(--header-h) !important;
    display:grid !important;
    grid-template-columns:340px minmax(520px,1fr) 220px;
    gap:24px !important;
    align-items:center;
  }
  .logo{min-width:0 !important;width:340px;}
  .nav{
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    justify-content:center;
    align-items:center;
    gap:32px !important;
    min-width:0;
  }
  .nav__link{padding:0 !important;height:var(--header-h);display:grid;place-items:center;}
  .nav__link.is-active:after{bottom:10px !important;}
  .cabinet-btn{
    width:220px;
    height:48px;
    display:grid;
    place-items:center;
    padding:0 !important;
  }

  /* Universal hero grid for all pages */
  .hero{
    height:var(--hero-h);
    min-height:var(--hero-h);
  }
  .hero__inner{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    display:grid !important;
    grid-template-columns:var(--hero-copy-col) var(--hero-media-col) !important;
    grid-template-rows:var(--hero-h);
    align-items:stretch !important;
  }
  .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 42px 0 !important;
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr) auto;
    align-content:center;
    align-items:start;
    min-width:0;
    overflow:hidden;
  }
  .hero h1{
    margin:0 0 18px !important;
    max-width:620px;
  }
  .hero p{
    max-width:590px;
    margin:0 0 20px !important;
  }
  .hero__actions{
    align-self:start;
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:16px !important;
  }
  .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    overflow:hidden;
  }
  .hero__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .hero--home .hero__inner{
    grid-template-columns:46% 54% !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 86px 0 !important;
  }
  .hero--home .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home h1{
    font-size:clamp(54px,4.75vw,70px) !important;
    line-height:.94 !important;
    letter-spacing:-.055em;
  }

  /* Home: 6 cards exactly one grid row */
  .section-tight{
    margin-top:-58px !important;
    position:relative;
    z-index:5;
  }
  .category-grid{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
    grid-template-rows:var(--card-h);
    gap:var(--grid-gap) !important;
  }
  .category-card{
    height:var(--card-h) !important;
    min-height:var(--card-h) !important;
    max-height:var(--card-h) !important;
    padding:18px 20px !important;
    display:grid !important;
    grid-template-rows:24px 38px 32px 20px 16px;
    gap:5px !important;
    overflow:hidden;
  }
  .category-card__icon{height:24px;line-height:24px;}
  .category-card strong,.category-card p,.category-card em,.category-card small{
    overflow:hidden;
  }

  /* Home: 3 lower panels are a fixed 3-column layout */
  .home-panels{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1.05fr 1.05fr 1fr !important;
    grid-template-rows:var(--panel-h);
    gap:var(--grid-gap) !important;
    align-items:stretch;
  }
  .home-panels .panel{
    height:var(--panel-h);
    min-height:var(--panel-h);
    overflow:hidden;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    align-content:start;
  }
  .panel-map{
    grid-template-rows:auto 132px minmax(0,54px) 36px !important;
  }
  .panel-map .map-card{height:132px;}
  .panel-map ul{overflow:hidden;margin:6px 0 8px !important;}
  .promo-panel{
    grid-template-columns:1fr 150px;
    grid-template-rows:auto auto minmax(0,50px) 1fr 36px;
    column-gap:16px;
  }
  .promo-panel .badge-red{grid-column:1;grid-row:1;}
  .promo-panel h2{grid-column:1;grid-row:2;}
  .promo-panel strong{grid-column:1;grid-row:3;}
  .promo-panel p{grid-column:1;grid-row:4;overflow:hidden;}
  .promo-panel img{grid-column:2;grid-row:2 / span 3;width:150px;height:90px !important;align-self:center;}
  .promo-panel .btn{grid-column:1;grid-row:5;width:160px;}
  .results-panel{grid-template-rows:auto minmax(0,1fr) !important;}
  .results-panel form{align-content:start;}

  /* Benefits fixed one row */
  .benefits{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-template-rows:var(--benefit-h);
    gap:14px !important;
    margin-top:16px !important;
    margin-bottom:28px !important;
  }
  .benefit{
    height:var(--benefit-h);
    min-height:var(--benefit-h);
    overflow:hidden;
    display:grid !important;
    grid-template-columns:32px minmax(0,1fr);
    align-items:center !important;
  }

  /* Generic page sections: same fixed grid logic */
  .price-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .test-list{display:grid;gap:8px;}
  .test-row{
    min-height:58px;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) 100px 120px 178px !important;
    align-items:center !important;
  }
  .test-row__name,
  .test-row__term,
  .test-row__price{min-width:0;overflow:hidden;}
  .test-row__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .test-row__actions .btn{width:100%;min-width:0;}

  .two-column{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .cards-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cards-grid.four{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
  }
  .cards-grid > .card,
  .cards-grid > article{
    height:100%;
    display:grid;
    align-content:start;
  }

  .branch-layout{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) !important;
    grid-template-rows:260px auto;
    gap:var(--grid-gap) !important;
  }
  .district-filter{grid-row:1 / span 2;}
  .branch-layout > .map-card{height:260px;}
  .branch-layout > .map-card img{height:260px;}
  .branch-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:var(--grid-gap) !important;
  }
  .branch-card{
    height:100%;
    min-height:260px;
    display:grid;
    grid-template-rows:130px auto auto auto;
  }

  .prep-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) 260px !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .prep-card,.prep-grid .card{height:100%;}

  .doctor-panels,
  .result-layout,
  .security-panels,
  .analysis-detail{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 360px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contacts-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 330px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contact-cards{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-auto-rows:104px;
    gap:14px !important;
  }
  .contact-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    column-gap:10px;
  }

  .about-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cert-row{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) 180px !important;
    gap:14px !important;
    align-items:stretch;
  }

  .result-form form{
    display:grid !important;
    grid-template-columns:1fr 1fr 210px !important;
    align-items:end;
    gap:12px !important;
  }
  .tracker{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  .result-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .footer__grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 1.4fr 1.4fr !important;
    gap:32px !important;
    align-items:start;
  }
}

/* Tablet/mobile still use grid, but with controlled columns and no horizontal scroll */
@media (max-width: 980px){
  .container{width:min(100% - 24px, 900px) !important;}
  .mainbar__inner{
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:12px;
  }
  .cabinet-btn{grid-column:1 / -1;width:100%;}
  .hero{height:auto;min-height:0;}
  .hero__inner{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .hero__copy{display:grid;gap:14px;}
  .hero__media{height:260px !important;min-height:260px !important;}
  .category-grid,
  .home-panels,
  .benefits,
  .price-layout,
  .two-column,
  .branch-layout,
  .doctor-panels,
  .contacts-layout,
  .result-layout,
  .security-panels,
  .analysis-detail,
  .about-grid,
  .prep-grid,
  .result-cards,
  .footer__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px){
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    grid-template-columns:1fr !important;
  }
  .hero__media{height:220px !important;min-height:220px !important;}
}


/* ==========================================================
   PROLAB REFERENCE VISUAL THEME v4
   Колірна гама, типографіка, кнопки, іконки і композиція
   під останній наданий референс.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#3f5172;
  --line:#e5eaf3;
  --bg:#f6f9fd;
  --shadow:0 8px 22px rgba(6,43,104,.08);
  --site-max:1540px;
  --site-pad:42px;
  --topbar-h:32px;
  --header-h:98px;
  --hero-h:278px;
  --card-h:136px;
  --panel-h:230px;
  --benefit-h:70px;
  --grid-gap:16px;
}

body{
  background:#fff;
  color:var(--text);
  font-family:Inter,Manrope,Arial,sans-serif;
}

.topbar{
  background:#062b68!important;
  color:#fff;
  font-size:14px!important;
  font-weight:700;
}
.topbar__left,.topbar__right{gap:18px!important;}
.topbar a{color:#fff;}
.lang-current{font-weight:800;}

.mainbar{
  background:#fff;
  border-bottom:1px solid #edf1f7;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:360px minmax(650px,1fr) 220px!important;
    height:98px!important;
  }
}
.logo{
  width:360px!important;
  gap:16px!important;
}
.logo-mark{display:none!important;}
.logo-flask{
  display:grid;
  width:66px;
  height:66px;
  place-items:center;
  color:var(--red);
  flex:0 0 66px;
}
.logo-flask svg{width:66px;height:66px;}
.logo-text strong{
  font-size:34px!important;
  letter-spacing:-.04em;
  color:var(--navy)!important;
  font-weight:900;
}
.logo-text em{
  color:var(--red)!important;
  font-size:.62em;
  display:inline-block;
  transform:translateY(6px);
  margin-left:4px;
}
.logo-text small{
  color:#111a33!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.03em;
  margin-top:4px!important;
}
.nav{gap:56px!important;}
.nav__link{
  color:var(--navy)!important;
  font-size:16px!important;
  font-weight:900!important;
}
.nav__link.is-active:after{
  background:transparent!important;
}
.cabinet-btn{
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
  border-radius:8px!important;
  font-size:16px!important;
  font-weight:900!important;
  background:#fff!important;
}

.hero{
  background:#f3f7fc!important;
}
@media (min-width:981px){
  .hero,
  .hero__inner,
  .hero__copy,
  .hero__media,
  .hero--home .hero__media{
    height:278px!important;
    min-height:278px!important;
  }
  .hero__inner,
  .hero--home .hero__inner{
    grid-template-columns:42% 58%!important;
  }
  .hero__copy,
  .hero--home .hero__copy{
    padding:28px 28px 28px 0!important;
    grid-template-rows:auto auto auto auto!important;
    align-content:center!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:.95!important;
    letter-spacing:-.035em;
    margin-bottom:4px!important;
    white-space:nowrap;
  }
  .hero p{
    max-width:620px;
    margin:0 0 8px!important;
  }
  .hero__media img{
    object-position:center 42%!important;
  }
}
.hero h1{
  color:var(--navy)!important;
  font-weight:900;
}
.hero p{
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.32!important;
}
.hero p::first-line{
  font-size:34px;
  font-weight:400;
  line-height:1.05;
}
.hero__actions{
  margin-top:6px;
}
.btn{
  border-radius:6px!important;
  min-height:38px;
  font-size:15px;
  font-weight:900;
  padding:10px 22px!important;
}
.btn-primary{
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.btn-outline,
.btn-light{
  background:#fff!important;
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
}

.hero-features{
  height:58px;
  display:grid;
  grid-template-columns:220px 210px 220px;
  align-items:center;
  gap:34px;
  color:var(--navy);
}
.hero-features div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
}
.hero-features span{
  color:var(--red);
  font-size:20px;
  width:24px;
  text-align:center;
}

@media (min-width:981px){
  .section-tight{
    margin-top:0!important;
  }
  .category-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:136px!important;
    gap:16px!important;
  }
  .category-card{
    height:136px!important;
    min-height:136px!important;
    max-height:136px!important;
    padding:18px 20px!important;
    border-radius:10px!important;
    box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
    border:1px solid #eef1f6!important;
    grid-template-rows:28px 36px 36px 18px!important;
    gap:4px!important;
    position:relative;
  }
}
.category-card__icon{
  color:var(--red)!important;
  font-size:31px!important;
  font-weight:300;
  line-height:1;
}
.category-card strong{
  color:var(--navy);
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.category-card p{
  color:var(--muted);
  font-size:13px!important;
  line-height:1.18!important;
}
.category-card em{
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.category-card em::before{content:"ціни ";}
.category-card small{
  position:absolute;
  right:18px;
  bottom:14px;
  min-width:68px;
  height:28px;
  border:1.5px solid #e7a0a5;
  border-radius:7px;
  display:grid;
  place-items:center;
  color:var(--navy)!important;
  font-size:13px!important;
}
.category-card small::first-letter{text-transform:uppercase;}

.home-panels .panel,
.benefit,
.card{
  border:1px solid #eef1f6!important;
  border-radius:10px!important;
  box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
}
.panel h2,.card h2{
  color:var(--navy)!important;
  font-size:20px!important;
  font-weight:900!important;
}

@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.38fr 1fr!important;
    grid-template-rows:230px!important;
    gap:16px!important;
    margin-top:10px!important;
  }
  .home-panels .panel{
    height:230px!important;
    min-height:230px!important;
  }
}
.panel-map{
  position:relative;
  grid-template-columns:1.05fr .95fr!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:12px;
}
.panel-map h2{grid-column:1 / -1;}
.panel-map .map-card{
  grid-column:2;
  grid-row:1 / span 3;
  height:100%!important;
}
.panel-map .map-card img{
  height:100%!important;
  object-fit:cover;
}
.panel-map ul{
  grid-column:1;
  grid-row:2;
  list-style:none;
  padding:0!important;
  margin:0!important;
  color:var(--navy);
  font-size:11px;
  font-weight:700;
}
.panel-map li{margin:8px 0;}
.panel-map li::before{content:"📍 "; color:var(--red);}
.panel-map .btn{
  grid-column:1;
  grid-row:3;
  width:160px;
}

.promo-panel{
  background:#fff!important;
}
.promo-panel .badge-red{
  background:var(--red)!important;
  border-radius:8px!important;
  font-size:14px!important;
}
.promo-panel h2{font-size:22px!important;}
.promo-panel strong{
  color:var(--navy);
  font-size:16px;
  font-weight:900;
}
.promo-panel p{color:var(--muted);}
.promo-panel .btn{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
.promo-panel::after{
  content:none!important;display:none!important;
  position:absolute;
  right:70px;
  top:50px;
  color:var(--red);
  opacity:.88;
  font-size:92px;
  font-weight:300;
  line-height:1;
}
.promo-panel img{opacity:.22;}

.results-panel{
  background:#062b68!important;
  color:#fff!important;
  position:relative;
  overflow:hidden;
}
.results-panel::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-8px;
  width:140px;
  height:170px;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.05));
  clip-path:polygon(43% 0,54% 0,54% 18%,67% 18%,67% 100%,24% 100%,24% 18%,43% 18%);
  opacity:.5;
}
.results-panel h2,
.results-panel label{
  color:#fff!important;
}
.results-panel input{
  border:0!important;
  height:38px!important;
  border-radius:6px!important;
}
.results-panel .btn{
  background:var(--red)!important;
  color:#fff!important;
}
.results-panel form{position:relative;z-index:2;}

.benefits{
  border-top:0!important;
}
.benefit{
  grid-template-columns:54px minmax(0,1fr)!important;
}
.benefit span{
  width:46px;
  height:46px;
  border:1.5px solid var(--red);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  font-size:24px!important;
}
.benefit strong{
  color:var(--navy);
  font-size:15px!important;
  font-weight:900;
}
.benefit p{
  color:var(--muted);
  font-size:13px!important;
}

.footer{
  background:#062b68!important;
}

/* Internal pages use the same color/button/icon language */
.tab.is-active,
.btn-dark{
  background:var(--navy)!important;
  color:#fff!important;
}
.test-row__icon{
  background:#fff!important;
  color:var(--red)!important;
  border:1.5px solid #f0b7bb;
}
.test-row__price,
.red,
.price-line strong{
  color:var(--red)!important;
}
.medical-note{border-left-color:var(--red)!important;}

@media (max-width:980px){
  .hero-features{
    width:min(100% - 24px,900px);
    margin-inline:auto;
    grid-template-columns:1fr;
    height:auto;
    padding:12px 0;
    gap:10px;
  }
  .logo-flask{width:50px;height:50px;flex-basis:50px;}
  .logo-flask svg{width:50px;height:50px;}
}

.hero-lead{display:inline-block;font-size:34px;font-weight:400;line-height:1.05;margin-bottom:8px;color:var(--navy);}
@media (max-width:640px){.hero-lead{font-size:24px;}}


/* ==========================================================
   PROLAB REFERENCE FIX v5
   Виправлення пропорцій: шрифти, header overflow, плавний
   перехід hero-тексту в фото, line-icons замість emoji.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#344866;
  --line:#e8edf5;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:96px;
  --hero-h:284px;
  --card-h:138px;
  --panel-h:236px;
  --grid-gap:16px;
}

body{
  color:var(--navy);
  font-size:15px;
}

/* Header: no overflow, proportions close to reference */
@media (min-width:981px){
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad)))!important;
  }
  .topbar__inner{
    height:var(--topbar-h)!important;
    font-size:14px!important;
  }
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:390px minmax(0,1fr) 230px!important;
    gap:22px!important;
    overflow:hidden;
  }
  .logo,
  .logo--flask{
    width:390px!important;
    min-width:0!important;
  }
  .logo-flask{
    width:72px!important;
    height:72px!important;
    flex-basis:72px!important;
  }
  .logo-flask svg{
    width:72px!important;
    height:72px!important;
  }
  .logo-text strong{
    font-size:34px!important;
    line-height:.86!important;
  }
  .logo-text small{
    font-size:10px!important;
    letter-spacing:.025em;
  }
  .nav{
    min-width:0!important;
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(6,max-content);
    justify-content:space-between;
    gap:0!important;
  }
  .nav__link{
    height:var(--header-h)!important;
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap;
    padding:0 4px!important;
  }
  .cabinet-btn{
    width:230px!important;
    height:46px!important;
    font-size:15px!important;
    overflow:hidden;
    white-space:nowrap;
  }
}

/* HERO: image is not a separate hard block; it becomes a background-like layer with gradient fade */
.hero--home{
  background:#f4f8fd!important;
  position:relative;
}
@media (min-width:981px){
  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }
  .hero--home .hero__inner{
    position:relative;
    display:block!important;
    overflow:hidden;
  }
  .hero--home .hero__media{
    position:absolute!important;
    top:0;
    right:0;
    width:68%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    z-index:0;
  }
  .hero--home .hero__media::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 22%,
        rgba(244,248,253,.92) 34%,
        rgba(244,248,253,.56) 47%,
        rgba(244,248,253,.12) 59%,
        rgba(244,248,253,0) 72%);
    pointer-events:none;
  }
  .hero--home .hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    filter:saturate(.96) contrast(1.02);
  }
  .hero--home .hero__copy{
    position:relative;
    z-index:2;
    width:56%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:24px 20px 22px 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto;
    align-content:center!important;
    overflow:visible!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
    margin:0 0 4px!important;
    white-space:normal!important;
    max-width:680px;
    overflow:visible!important;
  }
  .hero--home .hero-lead{
    display:block!important;
    font-size:34px!important;
    line-height:1.05!important;
    font-weight:400!important;
    margin:0 0 8px!important;
    letter-spacing:-.015em;
  }
  .hero--home p{
    max-width:610px!important;
    margin:0 0 14px!important;
    color:var(--navy)!important;
    font-size:16px!important;
    line-height:1.28!important;
    font-weight:500;
  }
  .hero--home .hero__actions{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:20px!important;
  }
  .hero--home .btn{
    min-width:176px;
    min-height:38px!important;
    height:38px;
    border-radius:6px!important;
    font-size:15px!important;
    padding:0 22px!important;
  }
  .hero--home .btn-outline{
    min-width:206px;
  }
}

/* Red feature strip under hero, same visual scale as reference */
@media (min-width:981px){
  .hero-features{
    height:58px!important;
    margin-top:0;
    grid-template-columns:260px 240px 250px!important;
    gap:64px!important;
    align-items:center;
    font-size:15px!important;
  }
}
.hero-features span{
  color:var(--red)!important;
  font-size:24px!important;
}
.hero-features strong{
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

/* Real line-icons from CSS masks/drawing; no emoji icons */
.icon-line{
  position:relative;
  display:block!important;
  width:34px;
  height:34px;
  color:var(--red);
}
.icon-line::before,
.icon-line::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
}

/* drop */
.icon-line--zagalnoklinichni::before{
  inset:4px 8px 5px;
  border:3px solid currentColor;
  border-radius:55% 55% 55% 8px;
  transform:rotate(45deg);
}
/* molecule */
.icon-line--biokhimiia::before{
  width:8px;height:8px;border:3px solid currentColor;border-radius:50%;
  left:13px;top:13px;box-shadow:-13px -7px 0 -1px #fff, -13px -7px 0 2px currentColor, 13px -7px 0 -1px #fff, 13px -7px 0 2px currentColor, 0 14px 0 -1px #fff, 0 14px 0 2px currentColor;
}
.icon-line--biokhimiia::after{
  left:8px;top:8px;width:18px;height:20px;
  border-left:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(30deg);
}
/* shield */
.icon-line--imunolohiia::before{
  left:7px;top:3px;width:20px;height:26px;
  border:3px solid currentColor;
  border-radius:9px 9px 13px 13px;
  clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%);
}
/* dna */
.icon-line--henetychni::before{
  left:5px;top:4px;width:24px;height:26px;
  border-left:3px solid currentColor;
  border-right:3px solid currentColor;
  border-radius:50%;
  transform:rotate(28deg);
}
.icon-line--henetychni::after{
  left:8px;top:8px;width:18px;height:18px;
  background:repeating-linear-gradient(0deg, transparent 0 5px, currentColor 5px 7px);
  transform:rotate(28deg);
}
/* child face */
.icon-line--dlia-ditei::before{
  left:5px;top:5px;width:24px;height:24px;
  border:3px solid currentColor;border-radius:50%;
}
.icon-line--dlia-ditei::after{
  left:13px;top:16px;width:8px;height:4px;
  border-bottom:3px solid currentColor;border-radius:0 0 8px 8px;
  box-shadow:-6px -6px 0 -2px currentColor, 6px -6px 0 -2px currentColor;
}
/* heart */
.icon-line--hormony::before{
  left:5px;top:7px;width:24px;height:22px;
  border:3px solid currentColor;
  border-top:0;border-left:0;
  transform:rotate(45deg);
  border-radius:0 0 7px 0;
}
.icon-line--hormony::after{
  left:4px;top:5px;width:13px;height:13px;
  border:3px solid currentColor;border-radius:50%;
  box-shadow:12px 0 0 -0px #fff, 12px 0 0 0 currentColor;
  clip-path:inset(0 0 0 0);
}

/* Category card typography/geometry exactly tighter */
@media (min-width:981px){
  .category-grid{
    grid-template-rows:136px!important;
  }
  .category-card{
    padding:18px 22px 16px!important;
    grid-template-rows:32px 36px 34px 24px!important;
    gap:2px!important;
    overflow:hidden!important;
  }
  .category-card strong{
    font-size:18px!important;
    line-height:1.02!important;
    max-height:38px;
  }
  .category-card p{
    font-size:13px!important;
    line-height:1.18!important;
    max-height:34px;
  }
  .category-card em{
    align-self:end;
    font-size:13px!important;
    line-height:1;
  }
  .category-card small{
    bottom:16px!important;
    right:20px!important;
    width:70px;
    height:28px;
    background:#fff;
  }
}

/* Other icons: replace emoji feel with circular line style */
.benefit span{
  font-family:Arial,sans-serif;
  color:var(--red)!important;
  border-color:var(--red)!important;
}
.test-row__icon{
  color:var(--red)!important;
  border:1.5px solid rgba(229,41,50,.35)!important;
}

/* Panels corrected */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.35fr 1fr!important;
    margin-top:10px!important;
  }
  .results-panel h2{font-size:26px!important;}
  .panel h2,.card h2{font-size:20px!important;}
}

/* Do not let old pseudo first-line enlarge text unpredictably */
.hero p::first-line{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;}

@media (max-width:980px){
  .hero--home .hero__copy{width:auto;}
  .hero--home h1{white-space:normal!important;font-size:38px!important;}
}


/* ==========================================================
   PROLAB HEADER + ONLINE ORDER PANEL v6
   Правки за останнім скріном: верхня панель, dropdown-меню,
   кнопка "Результати онлайн", логотип, online-order панель.
   ========================================================== */

:root{
  --navy:#062b68;
  --red:#e52932;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:92px;
}

/* accessibility utility */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Top panel proportions like ref #6 */
.topbar{
  height:var(--topbar-h)!important;
  background:#062b68!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
}
.topbar__inner{
  height:var(--topbar-h)!important;
}
.topbar__left,
.topbar__right{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  white-space:nowrap;
}
.topbar__left{justify-content:flex-start;}
.topbar__right{justify-content:flex-end;}
.topbar-dot{
  opacity:.95;
  font-size:16px;
  line-height:1;
}
.topbar-lang,
.topbar-result,
.topbar-phone{
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Header grid */
@media (min-width:981px){
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:380px minmax(600px,1fr) 230px!important;
    gap:28px!important;
    overflow:visible!important;
  }
}
.mainbar{
  background:#fff!important;
  border-bottom:1px solid #eef2f7!important;
}

/* Exact logo construction: flask + PROLAB Odesa text */
.logo--prolab{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  width:380px!important;
  gap:14px!important;
  min-width:0!important;
}
.logo-flask{
  width:76px!important;
  height:76px!important;
  color:var(--red)!important;
  display:grid!important;
  place-items:center!important;
}
.logo-flask svg{
  width:76px!important;
  height:76px!important;
}
.logo-word{
  display:grid;
  grid-template-columns:max-content max-content;
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:8px;
}
.logo-pro{
  color:var(--navy);
  font-size:36px;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.88;
}
.logo-odesa{
  color:var(--red);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.05em;
  line-height:.88;
  transform:translateY(2px);
}
.logo-sub{
  grid-column:1 / -1;
  color:#111827;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1;
  margin-top:6px;
}

/* Navigation with dropdowns */
.nav{
  display:grid!important;
  grid-auto-flow:column;
  grid-auto-columns:max-content;
  justify-content:space-between!important;
  align-items:center!important;
  gap:0!important;
  min-width:0;
}
.nav-item{
  position:relative;
  height:var(--header-h);
  display:grid;
  align-items:center;
}
.nav__link{
  height:auto!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
}
.nav-caret{
  display:inline-block;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
  transform:translateY(-1px);
}
.dropdown-menu{
  position:absolute;
  left:0;
  top:calc(100% - 10px);
  min-width:250px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:10px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:8px;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:.16s ease;
  z-index:50;
}
.dropdown-menu a{
  display:block;
  padding:11px 12px;
  border-radius:8px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.dropdown-menu a:hover{
  background:#f4f8fd;
  color:var(--red);
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

/* Top right button is Results online, not cabinet */
.results-top-btn{
  width:188px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--red);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
}
.results-top-btn span{
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Old cabinet styles must not affect new button */
.cabinet-btn{display:none!important;}

/* Home online order panel replaces Results online form panel */
.order-online-panel{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 45%, rgba(63,111,189,.45), transparent 30%),
    linear-gradient(135deg,#062b68 0%,#06245c 58%,#083a86 100%)!important;
  color:#fff!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 32px rgba(6,43,104,.20)!important;
}
@media (min-width:981px){
  .order-online-panel{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 190px!important;
    grid-template-rows:1fr!important;
    height:230px!important;
    min-height:230px!important;
    padding:20px 18px!important;
  }
}
.order-online-panel__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-rows:auto auto auto 24px;
  align-content:start;
  gap:8px;
}
.order-online-panel h2{
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
  margin:0!important;
  font-weight:900!important;
}
.order-online-panel p{
  color:#fff!important;
  margin:0!important;
  max-width:320px;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800;
}
.order-online-form{
  display:grid;
  gap:10px;
  width:300px;
  max-width:100%;
}
.order-online-form input{
  height:38px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#5b6475;
  padding:0 14px;
  font-size:14px;
  font-weight:700;
}
.order-online-form .btn{
  height:38px;
  min-height:38px;
  background:var(--red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.order-safe{
  color:#fff;
  font-size:11px;
  font-weight:900;
  align-self:end;
}

/* Functional CSS illustration, not image */
.order-cart-illustration{
  position:relative;
  z-index:1;
  align-self:center;
  justify-self:end;
  width:178px;
  height:172px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));
}
.cart-handle{
  position:absolute;
  left:58px;
  top:0;
  width:40px;
  height:24px;
  border:7px solid #74a2dc;
  border-bottom:0;
  border-radius:16px 16px 0 0;
}
.cart-board{
  position:absolute;
  left:25px;
  top:18px;
  width:105px;
  height:92px;
  border-radius:12px;
  background:linear-gradient(180deg,#9fc0e8,#6d9bd3);
  border:4px solid #75a2d8;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.2);
}
.cart-board span{
  position:absolute;
  left:18px;
  width:18px;
  height:18px;
  color:#0b3a82;
  background:#eaf4ff;
  border-radius:4px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.cart-board span:nth-child(1){top:20px;}
.cart-board span:nth-child(2){top:52px;}
.cart-basket{
  position:absolute;
  left:6px;
  bottom:24px;
  width:142px;
  height:66px;
  border:5px solid #8fb5e4;
  border-top-width:7px;
  border-radius:5px 5px 14px 14px;
  transform:skewX(-8deg);
  background:rgba(255,255,255,.08);
}
.cart-basket::before,
.cart-basket::after{
  content:"";
  position:absolute;
  top:-4px;
  bottom:0;
  width:4px;
  background:#8fb5e4;
}
.cart-basket::before{left:45px;}
.cart-basket::after{left:90px;}
.cart-basket i{
  position:absolute;
  bottom:8px;
  width:10px;
  height:42px;
  border-radius:5px 5px 0 0;
  background:linear-gradient(180deg,#e8f4ff,#86b4e2);
  border:2px solid #cfe5fb;
}
.cart-basket i:nth-child(1){left:18px;}
.cart-basket i:nth-child(2){left:48px;}
.cart-basket i:nth-child(3){left:78px;}
.cart-basket i:nth-child(4){left:108px;}
.cart-wheel{
  position:absolute;
  bottom:4px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#b9d2ee;
  border:4px solid #75a2d8;
}
.cart-wheel--one{left:36px;}
.cart-wheel--two{left:116px;}

/* Make top online order panel responsive */
@media (max-width:980px){
  .logo--prolab{
    width:auto!important;
    grid-template-columns:58px minmax(0,1fr)!important;
  }
  .logo-flask,.logo-flask svg{width:56px!important;height:56px!important;}
  .logo-pro{font-size:27px;}
  .logo-odesa{font-size:16px;}
  .results-top-btn{
    grid-column:1 / -1;
    width:100%;
  }
  .nav{
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    justify-content:start!important;
  }
  .nav-item{
    height:auto;
    width:100%;
  }
  .dropdown-menu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 12px;
    display:none;
  }
  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    display:block;
  }
  .order-online-panel{
    min-height:260px;
    display:grid;
    grid-template-columns:1fr;
    padding:18px!important;
  }
  .order-cart-illustration{
    opacity:.35;
    position:absolute;
    right:12px;
    bottom:8px;
  }
}

/* ==========================================================
   PROLAB FLUID GRID LOCK v7
   Масштабування при 100% browser zoom без наповзань.
   ========================================================== */
:root{
  --site-max:1440px;
  --site-pad:clamp(24px,3.2vw,44px);
  --topbar-h:32px;
  --header-h:clamp(78px,6.2vw,92px);
  --hero-h:clamp(258px,18.4vw,284px);
  --grid-gap:clamp(12px,1.15vw,16px);
  --logo-col:clamp(292px,25vw,360px);
  --action-col:clamp(190px,15.2vw,220px);
  --nav-font:clamp(14px,1.08vw,16px);
  --h1-home:clamp(39px,3.25vw,48px);
  --lead-home:clamp(27px,2.25vw,34px);
  --card-h:clamp(128px,9vw,138px);
  --panel-h:clamp(220px,15.2vw,236px);
}
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
@media (min-width:981px){
  .container{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;max-width:var(--site-max)!important;}
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:minmax(270px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
    gap:clamp(14px,1.65vw,28px)!important;align-items:center!important;overflow:visible!important;
  }
  .logo--prolab{width:auto!important;max-width:var(--logo-col)!important;min-width:0!important;grid-template-columns:clamp(54px,5vw,72px) minmax(0,1fr)!important;gap:clamp(10px,1vw,14px)!important;overflow:hidden;}
  .logo-flask,.logo-flask svg{width:clamp(54px,5vw,72px)!important;height:clamp(54px,5vw,72px)!important;}
  .logo-word{min-width:0;overflow:hidden;}
  .logo-pro{font-size:clamp(27px,2.55vw,36px)!important;line-height:.9!important;}
  .logo-odesa{font-size:clamp(15px,1.45vw,20px)!important;}
  .logo-sub{font-size:clamp(8px,.74vw,10px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .nav{min-width:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  transform:translateY(-12px)!important;gap:clamp(14px,2.25vw,36px)!important;overflow:visible!important;}
  .nav-item{min-width:0;height:var(--header-h)!important;display:flex!important;align-items:center!important;flex:0 1 auto;}
  .nav__link{font-size:var(--nav-font)!important;line-height:1!important;padding:0!important;gap:3px!important;max-width:100%;white-space:nowrap!important;overflow:visible!important;}
  .nav-caret{font-size:13px!important;}
  .results-top-btn{width:100%!important;max-width:var(--action-col)!important;min-width:0!important;height:clamp(40px,3.25vw,46px)!important;font-size:clamp(13px,1vw,15px)!important;padding:0 12px!important;overflow:hidden!important;}
  .results-top-btn span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;}

  .hero--home,.hero--home .hero__inner{height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__copy{width:clamp(520px,48vw,660px)!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;padding:clamp(18px,1.65vw,24px) 20px clamp(18px,1.65vw,22px) 0!important;overflow:visible!important;}
  .hero--home .hero__media{width:68%!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__media::before{background:linear-gradient(90deg,#f4f8fd 0%,#f4f8fd 18%,rgba(244,248,253,.96) 31%,rgba(244,248,253,.72) 43%,rgba(244,248,253,.22) 57%,rgba(244,248,253,0) 72%)!important;}
  .hero--home h1{font-size:var(--h1-home)!important;line-height:1.01!important;margin-bottom:3px!important;max-width:clamp(520px,45vw,650px)!important;overflow:visible!important;}
  .hero--home .hero-lead{font-size:var(--lead-home)!important;line-height:1.05!important;margin-bottom:clamp(7px,.7vw,10px)!important;}
  .hero--home p{font-size:clamp(14px,.98vw,16px)!important;line-height:1.27!important;margin-bottom:clamp(10px,.9vw,14px)!important;max-width:clamp(480px,42vw,600px)!important;}
  .hero--home .hero__actions{gap:clamp(12px,1.6vw,20px)!important;}
  .hero--home .btn{min-width:clamp(160px,12vw,176px)!important;height:clamp(36px,2.7vw,38px)!important;min-height:clamp(36px,2.7vw,38px)!important;font-size:clamp(13px,.98vw,15px)!important;padding:0 clamp(16px,1.4vw,22px)!important;}
  .hero--home .btn-outline{min-width:clamp(184px,14.5vw,206px)!important;}

  .hero-features{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;height:clamp(50px,3.8vw,58px)!important;grid-template-columns:minmax(190px,260px) minmax(175px,240px) minmax(190px,250px)!important;gap:clamp(26px,4vw,64px)!important;}
  .hero-features strong{font-size:clamp(13px,1vw,15px)!important;}

  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--card-h)!important;gap:var(--grid-gap)!important;}
  .category-card{height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:30px 36px minmax(30px,1fr) 28px!important;column-gap:8px!important;row-gap:2px!important;padding:clamp(14px,1.2vw,18px) clamp(14px,1.35vw,20px)!important;overflow:hidden!important;}
  .category-card__icon{grid-column:1 / -1!important;grid-row:1!important;width:30px!important;height:30px!important;font-size:0!important;}
  .category-card strong{grid-column:1 / -1!important;grid-row:2!important;font-size:clamp(15px,1.18vw,18px)!important;line-height:1.02!important;max-height:38px!important;overflow:hidden!important;word-break:normal;}
  .category-card p{grid-column:1 / -1!important;grid-row:3!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1.15!important;max-height:34px!important;overflow:hidden!important;}
  .category-card em{grid-column:1!important;grid-row:4!important;align-self:center!important;min-width:0!important;font-size:clamp(11px,.86vw,13px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .category-card small{position:static!important;grid-column:2!important;grid-row:4!important;justify-self:end!important;align-self:center!important;width:clamp(58px,4.8vw,70px)!important;min-width:0!important;height:26px!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1!important;}

  .home-panels{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr)!important;grid-template-rows:var(--panel-h)!important;gap:var(--grid-gap)!important;}
  .home-panels .panel,.order-online-panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;}
  .order-online-panel{grid-template-columns:minmax(0,1fr) clamp(128px,12vw,178px)!important;padding:clamp(14px,1.3vw,20px)!important;overflow:hidden!important;}
  .order-online-panel h2{font-size:clamp(18px,1.55vw,24px)!important;line-height:1.04!important;}
  .order-online-panel p{font-size:clamp(12px,.92vw,14px)!important;}
  .order-online-form{width:min(300px,100%)!important;}
  .order-cart-illustration{width:clamp(128px,12vw,178px)!important;height:clamp(132px,11.5vw,172px)!important;transform-origin:center;}
  .benefits{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--grid-gap)!important;}
  .benefit{min-width:0!important;overflow:hidden!important;}
}
@media (min-width:981px) and (max-width:1320px){
  :root{--site-pad:24px;--logo-col:285px;--action-col:182px;--nav-font:13.5px;--h1-home:39px;--lead-home:26px;}
  .mainbar__inner{gap:14px!important;}
  .nav{gap:14px!important;}
  .logo-pro{font-size:27px!important;}
  .logo-odesa{font-size:15px!important;}
  .logo-sub{font-size:8px!important;}
  .logo-flask,.logo-flask svg{width:54px!important;height:54px!important;}
  .results-top-btn{font-size:12.5px!important;padding:0 8px!important;}
  .category-card strong{font-size:15px!important;}
  .category-card p{font-size:11.5px!important;}
}
@media (max-width:1080px){
  .mainbar__inner{display:flex!important;flex-wrap:wrap!important;min-height:72px!important;height:auto!important;padding:10px 0!important;}
  .logo--prolab{flex:1 1 auto!important;width:auto!important;max-width:none!important;}
  .burger{display:flex!important;margin-left:auto!important;}
  .nav{display:none!important;order:10!important;flex:1 0 100%!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;}
  .nav.is-open{display:flex!important;}
  .nav-item{height:auto!important;width:100%!important;}
  .nav__link{padding:10px 0!important;font-size:16px!important;}
  .results-top-btn{order:11!important;flex:1 0 100%!important;max-width:none!important;width:100%!important;margin-top:8px;}
}
@media (max-width:980px){
  .hero-features{width:min(100% - 24px,900px)!important;}
  .category-card{min-height:140px!important;}
  .home-panels .panel,.order-online-panel{max-height:none!important;height:auto!important;}
}

/* ==========================================================
   PROLAB REAL LOGO v8
   Використовується завантажений логотип як реальне зображення.
   ========================================================== */
.logo--image{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
.logo--image img{
  display:block!important;
  width:clamp(250px,24vw,360px)!important;
  height:auto!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
  }
  .logo--image{
    width:auto!important;
    max-width:var(--logo-col)!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .logo--image img{
    width:clamp(230px,21vw,285px)!important;
    max-height:64px!important;
  }
}
@media (max-width:1080px){
  .logo--image{
    flex:1 1 auto!important;
    max-width:calc(100% - 52px)!important;
  }
  .logo--image img{
    width:min(300px,100%)!important;
    max-height:64px!important;
  }
}
@media (max-width:640px){
  .logo--image img{
    width:min(240px,100%)!important;
    max-height:54px!important;
  }
}

/* v774: unified Partners menu, partnership hero and clinic/doctor tabs */
body[data-route="klinikam/spivrobitnytstvo-z-namy"],
body[data-route="likariam/partnerstvo-dlia-likariv"]{
  background:#f5f8fc;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners{
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
  margin-bottom:0!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__inner,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__inner{
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__copy,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__copy{
  width:min(48%,660px)!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
  padding:14px 20px 14px 0!important;
  align-content:center!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__copy h1,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__copy h1{
  margin:0 0 7px!important;
  font-size:clamp(38px,3.7vw,54px)!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__lead,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__lead{
  margin:0 0 6px!important;
  font-size:clamp(17px,1.45vw,22px)!important;
  line-height:1.12!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__text,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__text{
  font-size:14px!important;
  line-height:1.22!important;
  max-height:36px!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__media,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media{
  width:72%!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__media img,
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media img{
  height:206px!important;
  object-position:center 43%!important;
}

.partner-role-tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:16px;
  padding:6px;
  background:#eaf1fb;
  border:1px solid #d8e4f3;
  border-radius:14px;
  box-shadow:0 7px 18px rgba(11,52,118,.06);
}

.partner-role-tabs__item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 18px;
  color:#0b3476;
  background:transparent;
  border:1px solid transparent;
  border-radius:10px;
  font-size:16px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}

.partner-role-tabs__item:hover,
.partner-role-tabs__item:focus-visible{
  color:#e30613;
  background:rgba(255,255,255,.72);
  outline:none;
}

.partner-role-tabs__item.is-active{
  color:#fff;
  background:#0b3476;
  border-color:#0b3476;
  box-shadow:0 6px 14px rgba(11,52,118,.18);
}

@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners,
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__inner,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__inner{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__copy,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__copy{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:24px 0 18px!important;
  }

  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__media,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media,
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .section-hero--partners .section-hero__media img,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media img{
    width:100%!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }
}

@media (max-width:640px){
  .partner-role-tabs{
    gap:5px;
    margin-top:12px;
    padding:5px;
    border-radius:12px;
  }

  .partner-role-tabs__item{
    min-height:42px;
    padding:9px 10px;
    border-radius:9px;
    font-size:14px;
  }
}


/* ==========================================================
   PROLAB HERO TEXT LAYOUT v9
   Hero за референсом: заголовок в один рядок, компактна
   вертикальна ритміка, пропорційні інтервали між текст-блоками.
   ========================================================== */

@media (min-width:981px){
  :root{
    --hero-h:clamp(248px,17.2vw,270px);
    --h1-home:clamp(36px,3.1vw,48px);
    --lead-home:clamp(26px,2.1vw,36px);
  }

  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__copy{
    width:clamp(610px,50vw,760px)!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:clamp(22px,2vw,34px) 20px clamp(16px,1.6vw,24px) 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    align-content:start!important;
    gap:0!important;
  }

  .hero--home h1{
    white-space:nowrap!important;
    font-size:var(--h1-home)!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
    margin:0 0 clamp(4px,.45vw,8px)!important;
    max-width:none!important;
  }

  .hero--home .hero-lead{
    font-size:var(--lead-home)!important;
    line-height:1.04!important;
    font-weight:400!important;
    margin:0 0 clamp(12px,1.35vw,20px)!important;
    letter-spacing:-.015em!important;
  }

  .hero--home p{
    font-size:clamp(14px,.98vw,16px)!important;
    line-height:1.34!important;
    max-width:560px!important;
    margin:0 0 clamp(14px,1.2vw,20px)!important;
  }

  .hero--home .hero__actions{
    margin-top:0!important;
    gap:clamp(18px,1.7vw,24px)!important;
    align-self:start!important;
  }

  .hero--home .btn{
    height:clamp(36px,2.8vw,40px)!important;
    min-height:clamp(36px,2.8vw,40px)!important;
    border-radius:6px!important;
    font-size:clamp(13px,.98vw,15px)!important;
  }

  .hero--home .hero__media{
    width:70%!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__media::before{
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 20%,
        rgba(244,248,253,.98) 33%,
        rgba(244,248,253,.74) 46%,
        rgba(244,248,253,.24) 60%,
        rgba(244,248,253,0) 74%)!important;
  }

  .hero--home .hero__media img{
    object-position:center 48%!important;
  }

  .hero-features{
    height:clamp(48px,3.55vw,56px)!important;
    align-items:center!important;
    margin-top:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  :root{
    --h1-home:clamp(32px,3vw,39px);
    --lead-home:clamp(23px,2vw,28px);
  }

  .hero--home .hero__copy{
    width:clamp(520px,50vw,650px)!important;
  }

  .hero--home h1{
    font-size:var(--h1-home)!important;
  }
}

@media (max-width:980px){
  .hero--home h1{
    white-space:normal!important;
  }
}

/* PROLAB CATEGORY CARDS v10 */
@media (min-width:981px){
  :root{--category-card-h:142px;}
  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--category-card-h)!important;gap:16px!important;align-items:stretch!important;}
  .category-card--real-icon{height:var(--category-card-h)!important;min-height:var(--category-card-h)!important;max-height:var(--category-card-h)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 68px!important;grid-template-rows:46px minmax(34px,1fr) 30px!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:4px 10px!important;padding:18px 16px 14px 16px!important;background:#fff!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;box-shadow:0 8px 22px rgba(6,43,104,.075)!important;overflow:hidden!important;}
}
.category-card--real-icon .category-card__icon{grid-area:icon!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:38px!important;height:38px!important;min-width:38px!important;font-size:0!important;color:var(--red)!important;}
.category-card--real-icon .category-card__icon img{width:34px!important;height:34px!important;object-fit:contain!important;display:block!important;}
.category-card--real-icon strong{grid-area:title!important;align-self:start!important;color:var(--navy)!important;font-size:17px!important;font-weight:900!important;line-height:1.07!important;max-height:38px!important;overflow:hidden!important;}
.category-card--real-icon p{grid-area:desc!important;color:#243b63!important;font-size:12.5px!important;font-weight:500!important;line-height:1.22!important;max-height:34px!important;overflow:hidden!important;margin:0!important;}
.category-card--real-icon em{grid-area:price!important;align-self:center!important;color:var(--red)!important;font-size:13px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.category-card--real-icon em::before,.category-card em::before{content:""!important;}
.category-card--real-icon small{grid-area:btn!important;position:static!important;justify-self:end!important;align-self:center!important;width:66px!important;height:28px!important;border:1.5px solid #ee8e94!important;border-radius:7px!important;background:#fff!important;color:var(--navy)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;}
.category-card--real-icon small::after{content:"→";font-size:13px;line-height:1;transform:translateY(-1px);}
.category-card--real-icon:hover{border-color:#f0a3a8!important;box-shadow:0 12px 28px rgba(6,43,104,.12)!important;transform:translateY(-1px);}
@media (min-width:981px) and (max-width:1320px){
  .category-card--real-icon{grid-template-columns:34px minmax(0,1fr) 58px!important;padding:14px 12px 12px!important;gap:3px 8px!important;}
  .category-card--real-icon .category-card__icon,.category-card--real-icon .category-card__icon img{width:30px!important;height:30px!important;min-width:30px!important;}
  .category-card--real-icon strong{font-size:14.5px!important;max-height:32px!important;}
  .category-card--real-icon p{font-size:11px!important;max-height:32px!important;}
  .category-card--real-icon em{font-size:11.5px!important;}
  .category-card--real-icon small{width:56px!important;height:26px!important;font-size:11.5px!important;}
}
@media (max-width:980px){
  .category-card--real-icon{display:grid!important;grid-template-columns:42px minmax(0,1fr) 74px!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:8px 10px!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;}
}


/* ==========================================================
   PROLAB RESEARCH CARDS v11
   Остаточна структура плашок як на референсі:
   ряд 1: іконка ліворуч + назва праворуч;
   ряд 2: опис на всю ширину;
   ряд 3: червона жирна ціна + кнопка Далі справа.
   ========================================================== */

/* повністю вимикаємо стару геометрію category-card для цього блоку */
.category-grid--home .category-card,
.category-grid--home .category-card--real-icon{
  all:unset;
}

@media (min-width:981px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:132px!important;
    gap:16px!important;
    align-items:stretch!important;
  }

  .research-card{
    box-sizing:border-box!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px 16px 14px!important;
    background:#fff!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:var(--navy)!important;
  }
}

.research-card__icon{
  grid-area:icon!important;
  width:54px!important;
  height:54px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}

.research-card__icon img,
.research-card__icon .icon-line{
  width:50px!important;
  height:50px!important;
  display:block!important;
  object-fit:contain!important;
}

.research-card__title{
  grid-area:title!important;
  align-self:start!important;
  min-width:0!important;
  color:var(--navy)!important;
  font-size:15.5px!important;
  font-weight:900!important;
  line-height:1.08!important;
  max-height:36px!important;
  overflow:hidden!important;
}

.research-card__desc{
  grid-area:desc!important;
  margin:0!important;
  min-width:0!important;
  color:#203958!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.22!important;
  max-height:32px!important;
  overflow:hidden!important;
}

.research-card__price{
  grid-area:price!important;
  align-self:center!important;
  justify-self:start!important;
  min-width:0!important;
  color:var(--red)!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.research-card__button{
  grid-area:btn!important;
  align-self:center!important;
  justify-self:end!important;
  width:66px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border:1.5px solid #ee8e94!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}

.research-card__button::after{
  content:"→";
  font-size:11px;
  line-height:1;
  transform:translateY(-1px);
}

.research-card:hover{
  border-color:#ef9aa0!important;
  box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
  transform:translateY(-1px);
}

/* прибрати старі псевдо-префікси ціни, які заважали */
.category-card em::before,
.category-card--real-icon em::before{
  content:""!important;
}

/* середній desktop: не допускаємо виходу тексту за плашку */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:128px!important;
    gap:12px!important;
  }
  .research-card{
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    grid-template-columns:40px minmax(0,1fr) 56px!important;
    grid-template-rows:38px 34px 26px!important;
    column-gap:9px!important;
    padding:14px 12px 12px!important;
  }
  .research-card__icon,
  .research-card__icon img,
  .research-card__icon .icon-line{
    width:36px!important;
    height:36px!important;
  }
  .research-card__title{
    font-size:13.8px!important;
    max-height:31px!important;
  }
  .research-card__desc{
    font-size:10.8px!important;
    max-height:31px!important;
  }
  .research-card__price{
    font-size:11.5px!important;
  }
  .research-card__button{
    width:56px!important;
    height:25px!important;
    font-size:11.5px!important;
  }
}

@media (max-width:980px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .research-card{
    box-sizing:border-box!important;
    min-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    background:#fff!important;
  }
}

@media (max-width:640px){
  .category-grid--home{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   PROLAB HERO RAISE v12
   Піднято опис, кнопки та ряд переваг hero на один візуальний
   рядок вище; переваги накладені на нижню частину hero.
   ========================================================== */

@media (min-width:981px){
  .hero--home .hero__copy{
    padding-top:clamp(18px,1.65vw,28px)!important;
    padding-bottom:clamp(10px,1vw,16px)!important;
  }

  .hero--home .hero-lead{
    margin-bottom:clamp(6px,.65vw,10px)!important;
  }

  .hero--home p{
    transform:translateY(-16px);
    margin-bottom:clamp(0px,.35vw,6px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-16px);
  }

  .hero-features{
    position:relative!important;
    z-index:8!important;
    margin-top:-52px!important;
    margin-bottom:0!important;
    height:52px!important;
    display:grid!important;
    align-items:center!important;
    background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.38),rgba(255,255,255,0))!important;
    backdrop-filter:blur(1px);
  }

  .hero-features div{
    min-height:40px;
    align-items:center!important;
  }

  .section-tight{
    margin-top:8px!important;
    position:relative!important;
    z-index:6!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-12px);
  }

  .hero-features{
    margin-top:-48px!important;
    height:48px!important;
  }

  .section-tight{
    margin-top:8px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    margin-top:0!important;
    background:#fff!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURES + CARDS SPACING v13
   1) Ряд переваг поверх hero без плашки/тіні — фон тільки
      рівномірний від hero-зображення.
   2) Плашки досліджень вищі, нижній внутрішній відступ
      збалансований із верхнім.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    border:0!important;
    margin-top:-52px!important;
    height:52px!important;
    position:relative!important;
    z-index:8!important;
  }

  .hero-features::before,
  .hero-features::after{
    content:none!important;
    display:none!important;
  }

  .hero-features div{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* cards: taller and balanced internal vertical spacing */
  .category-grid--home{
    grid-template-rows:154px!important;
    align-items:stretch!important;
  }

  .research-card{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 42px 30px!important;
    column-gap:12px!important;
    row-gap:8px!important;
    padding:18px 16px 18px 16px!important;
  }

  .research-card__icon{
    width:42px!important;
    height:42px!important;
  }

  .research-card__icon img,
  .research-card__icon .icon-line{
    width:40px!important;
    height:40px!important;
  }

  .research-card__title{
    align-self:center!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:38px!important;
  }

  .research-card__desc{
    font-size:12.5px!important;
    line-height:1.24!important;
    max-height:40px!important;
  }

  .research-card__price{
    align-self:center!important;
  }

  .research-card__button{
    align-self:center!important;
    height:28px!important;
  }

  .home-panels{
    margin-top:16px!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:146px!important;
  }

  .research-card{
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:40px 40px 28px!important;
    padding:16px 12px 16px!important;
    row-gap:6px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:34px!important;
  }

  .research-card__desc{
    font-size:11.2px!important;
    max-height:38px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }

  .research-card{
    min-height:154px!important;
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}


/* ==========================================================
   PROLAB RESEARCH CARDS FINAL TUNE v14
   - "Клінічні дослідження"
   - опис темно-синій
   - ціна та кнопка підняті на рядок вище
   - трохи менша висота плашок із збереженням внутрішніх відступів
   - fallback DNA icon for genetic card
   ========================================================== */

@media (min-width:981px){
  .category-grid--home{
    grid-template-rows:144px!important;
    gap:16px!important;
  }

  .research-card{
    height:144px!important;
    min-height:144px!important;
    max-height:144px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:42px 34px 30px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    row-gap:6px!important;
    column-gap:12px!important;
    padding:18px 16px 16px 16px!important;
  }

  .research-card__title{
    align-self:start!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:36px!important;
  }

  .research-card__desc{
    color:var(--navy)!important;
    font-size:12.3px!important;
    font-weight:500!important;
    line-height:1.2!important;
    max-height:30px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
    transform:translateY(-2px);
  }

  .research-card__button{
    height:28px!important;
  }
}

/* Dark-blue description everywhere, including earlier rules */
.research-card__desc{
  color:var(--navy)!important;
}

/* If the uploaded genetic SVG does not render for any reason, draw a DNA fallback */
.research-card__icon--henetychni{
  position:relative;
}

.research-card__icon--henetychni img{
  min-width:32px;
  min-height:32px;
}

.research-card__icon--henetychni img[src=""],
.research-card__icon--henetychni img:not([src]){
  display:none!important;
}

.research-card__icon--henetychni:has(img[src=""])::before,
.research-card__icon--henetychni:has(img:not([src]))::before{
  content:"";
  width:32px;
  height:32px;
  display:block;
  background:
    linear-gradient(65deg, transparent 42%, var(--red) 42% 48%, transparent 48%),
    linear-gradient(115deg, transparent 42%, var(--red) 42% 48%, transparent 48%);
  border-radius:50%;
}

/* Medium desktop */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:138px!important;
    gap:12px!important;
  }

  .research-card{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:38px 32px 28px!important;
    row-gap:5px!important;
    padding:16px 12px 14px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:32px!important;
  }

  .research-card__desc{
    font-size:11px!important;
    max-height:28px!important;
  }

  .research-card__price,
  .research-card__button{
    transform:translateY(-1px);
  }
}

@media (max-width:980px){
  .research-card{
    min-height:144px!important;
    grid-template-rows:42px 34px 30px!important;
    padding:18px 16px 16px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
  }
}


/* ==========================================================
   PROLAB HERO SPACING v15
   Точне коригування вертикального ритму hero:
   - "Ваше здоров’я — наш пріоритет" на піврядка нижче від H1;
   - майже прибраний зазор між ним і нижнім описом.
   ========================================================== */

@media (min-width:981px){
  .hero--home h1{
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero-lead{
    transform:translateY(clamp(4px,.42vw,7px));
    margin-bottom:0!important;
  }

  .hero--home p{
    transform:translateY(-8px)!important;
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-8px)!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home h1{
    margin-bottom:8px!important;
  }

  .hero--home .hero-lead{
    transform:translateY(4px);
  }

  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-6px)!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v16
   Іконки hero-переваг беруться з архіву; 2-й та 3-й елементи
   посунуті ближче до першого без зміщення першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:clamp(72px,7.8vw,120px)!important;
    padding-left:0!important;
  }

  .hero-features div{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--red)!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-features{
    gap:clamp(46px,6vw,72px)!important;
  }
}

@media (max-width:980px){
  .hero-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .hero-feature-icon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v17
   Виправлення: правильний порядок 1/2/3, прозорий фон PNG,
   гарантоване зближення 2-го та 3-го елементів до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:0!important;
    padding-left:0!important;
  }

  .hero-features .hero-feature{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* перший не рухаємо; другий та третій явно ближче до нього */
  .hero-feature--equipment{
    margin-left:0!important;
  }

  .hero-feature--accuracy{
    margin-left:118px!important;
  }

  .hero-feature--speed{
    margin-left:118px!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
    background:transparent!important;
    mix-blend-mode:multiply;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:72px!important;
  }

  .hero-feature--speed{
    margin-left:72px!important;
  }
}

@media (max-width:980px){
  .hero-feature-icon,
  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    background:transparent!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICON BG FIX v18
   Прибирає білу підкладку за hero-feature іконками.
   SVG-файли також очищені від білих background/path/rect.
   ========================================================== */

.hero-features,
.hero-features *,
.hero-feature,
.hero-feature-icon,
.hero-feature-icon img{
  background-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hero-feature-icon{
  border:none!important;
  outline:none!important;
  padding:0!important;
  overflow:visible!important;
}

.hero-feature-icon img{
  mix-blend-mode:normal!important;
  border:none!important;
  outline:none!important;
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v19
   Остаточно: третя іконка без білої підкладки; 2-й і 3-й
   елементи ще ближче до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-feature--accuracy{
    margin-left:78px!important;
  }

  .hero-feature--speed{
    margin-left:78px!important;
  }

  .hero-feature-icon,
  .hero-feature-icon img,
  .hero-feature--speed .hero-feature-icon,
  .hero-feature--speed .hero-feature-icon img{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:48px!important;
  }

  .hero-feature--speed{
    margin-left:48px!important;
  }
}


/* ==========================================================
   PROLAB HERO SPEED ICON CLEAN v20
   Третя іконка повністю замінена на чистий SVG без білих
   елементів. Додано cache-busting filename speed-clean.svg.
   ========================================================== */

.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}

.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* PROLAB HERO SPEED ICON v21: third icon replaced by corrected uploaded 03.svg */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}


/* PROLAB HERO SPEED ICON v22: third icon uses uploaded background-free image from 03.zip */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}
.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}

/* ==========================================================
   PROLAB v23
   - Added the DNA icon to "Генетичні дослідження"
   - Replaced topbar "Результати онлайн" with separate white language pills UA / ENG / RU
   ========================================================== */
.topbar__right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.topbar-lang-pills{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.topbar-lang-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:36px!important;
  height:26px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:none!important;
}
.topbar-lang-pill.is-active{
  color:var(--red)!important;
  border-color:#fff!important;
}
.topbar-phone{
  white-space:nowrap!important;
}
@media (max-width:980px){
  .topbar-lang-pill{
    min-width:32px!important;
    height:24px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }
}
.research-card__icon--henetychni,
.research-card__icon--henetychni img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetychni img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* PROLAB v24: genetic card icon fix for actual slug "henetyka" */
.research-card__icon--henetyka,
.research-card__icon--henetyka img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetyka img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v25
   Оновлена функціональна панель відділень на головній:
   живі кнопки, HTML/CSS карта, геолокація для найближчого.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
  }

  .branches-home-panel{
    grid-column:1 / -1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:26px!important;
  }

  .promo-panel,
  .order-online-panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }
}

.branches-home-panel{
  background:#fff!important;
  border:1.5px solid #e1e9f3!important;
  border-radius:24px!important;
  box-shadow:0 18px 46px rgba(6,43,104,.10)!important;
  overflow:hidden!important;
}

.branches-home-panel__content{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
  gap:28px;
  align-items:stretch;
}

.branches-home-panel h2{
  margin:0!important;
  color:var(--navy)!important;
  font-size:clamp(36px,3.2vw,54px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.035em;
}

.branches-home-panel__subtitle{
  margin:16px 0 28px!important;
  color:#61739b!important;
  font-size:clamp(20px,1.55vw,27px)!important;
  line-height:1.15!important;
  font-weight:500!important;
}

.branch-home-list{
  display:grid;
  gap:0;
}

.branch-home-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 170px;
  gap:18px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #dce5f1;
  transition:.16s ease;
}

.branch-home-item:first-child{
  padding-top:0;
}

.branch-home-item.is-nearest{
  background:linear-gradient(90deg,rgba(229,41,50,.07),rgba(255,255,255,0));
  border-radius:14px;
  padding-left:10px;
}

.branch-home-pin{
  width:34px;
  height:46px;
  justify-self:center;
  position:relative;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 16px rgba(229,41,50,.2);
}

.branch-home-pin::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.branch-home-main strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  font-weight:900;
  line-height:1.1;
}

.branch-home-main span{
  display:block;
  color:#61739b;
  margin-top:8px;
  font-size:14px;
  line-height:1.2;
}

.branch-home-hours{
  display:grid;
  gap:8px;
  color:var(--navy);
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}

.branches-home-actions{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  margin-top:28px;
}

.branches-home-btn{
  height:58px!important;
  border-radius:8px!important;
  font-size:18px!important;
  font-weight:800!important;
}

.branches-home-status{
  min-height:22px;
  margin:12px 0 0!important;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}

.branches-home-map{
  min-height:520px;
  border:1px solid #d9e3ef;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 52%, rgba(255,255,255,.65), transparent 0 8%, transparent 8%),
    linear-gradient(90deg,rgba(248,246,240,.94) 0 58%,rgba(137,205,238,.74) 58% 100%),
    repeating-linear-gradient(30deg,rgba(174,190,207,.42) 0 2px,transparent 2px 56px),
    repeating-linear-gradient(100deg,rgba(174,190,207,.30) 0 2px,transparent 2px 74px);
}

.branches-home-map::before{
  content:"";
  position:absolute;
  right:-12%;
  top:-10%;
  width:54%;
  height:120%;
  background:linear-gradient(135deg,#c8ecff,#80c8ef);
  clip-path:polygon(22% 0,100% 0,100% 100%,0 100%,15% 64%,6% 46%,18% 24%);
  opacity:.95;
}

.map-road{
  position:absolute;
  height:4px;
  background:#b8c6d9;
  border-radius:999px;
  opacity:.75;
  transform-origin:left center;
}

.map-road--one{left:7%;top:38%;width:65%;transform:rotate(-24deg);}
.map-road--two{left:8%;top:72%;width:63%;transform:rotate(-35deg);}
.map-road--three{left:30%;top:12%;width:4px;height:88%;transform:rotate(-8deg);}

.map-label{
  position:absolute;
  color:#111827;
  font-size:16px;
  font-weight:700;
  z-index:3;
}

.map-label--odesa{left:49%;top:49%;font-size:28px;font-weight:900;}
.map-label--slobidka{left:13%;top:43%;}
.map-label--primorskyi{left:44%;top:66%;}
.map-label--kryzhanivka{left:60%;top:14%;}
.map-branch-pin{
  position:absolute;
  width:34px;
  height:46px;
  border:0;
  padding:0;
  cursor:pointer;
  z-index:6;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 18px rgba(229,41,50,.24);
}

.map-branch-pin::after{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.map-branch-pin.is-nearest{
  outline:4px solid rgba(229,41,50,.22);
  transform:rotate(-45deg) scale(1.08);
}

.map-branch-pin--buvalkina{right:17%;top:15%;}
.map-branch-pin--nesterenka{left:16%;top:34%;}
.map-branch-pin--segedska{right:31%;bottom:31%;}

.map-branch-label{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:10px;
  color:#1b2333;
  background:rgba(255,255,255,.93);
  box-shadow:0 6px 18px rgba(6,43,104,.12);
  font-size:15px;
  font-weight:800;
  line-height:1.15;
}

.map-branch-label--buvalkina{right:3%;top:16%;}
.map-branch-label--nesterenka{left:21%;top:35%;}
.map-branch-label--segedska{right:9%;bottom:32%;}

@media (max-width:980px){
  .branches-home-panel__content{
    grid-template-columns:1fr;
  }

  .branches-home-panel{
    padding:18px!important;
  }

  .branches-home-panel h2{
    font-size:34px!important;
  }

  .branches-home-panel__subtitle{
    font-size:20px!important;
    margin-bottom:18px!important;
  }

  .branch-home-item{
    grid-template-columns:40px 1fr;
  }

  .branch-home-hours{
    grid-column:2;
    font-size:14px;
  }

  .branches-home-actions{
    grid-template-columns:1fr;
  }

  .branches-home-map{
    min-height:360px;
  }
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v26
   Виправлення: на головній мають бути саме 3 плашки в один ряд,
   як у референсі. Панель відділень більше не розтягується
   на всю ширину, а працює як перша з трьох top-плашок.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .branches-home-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    padding:18px!important;
    overflow:hidden!important;
  }

  .branches-home-panel__content{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
    gap:14px!important;
    height:100%!important;
  }

  .branches-home-panel__left{
    display:grid!important;
    grid-template-rows:auto auto 1fr auto auto!important;
    min-width:0!important;
  }

  .branches-home-panel h2{
    font-size:21px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    margin:0 0 4px!important;
  }

  .branches-home-panel__subtitle{
    margin:0 0 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
    color:#5f6f90!important;
  }

  .branch-home-list{
    gap:0!important;
    min-width:0!important;
  }

  .branch-home-item{
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:8px!important;
    padding:10px 0!important;
    border-bottom:0!important;
    align-items:start!important;
  }

  .branch-home-item.is-nearest{
    padding-left:6px!important;
    border-radius:10px!important;
  }

  .branch-home-pin{
    width:14px!important;
    height:20px!important;
    margin-top:2px!important;
    box-shadow:none!important;
  }

  .branch-home-pin::after{
    width:6px!important;
    height:6px!important;
    left:4px!important;
    top:4px!important;
  }

  .branch-home-main strong{
    font-size:13px!important;
    line-height:1.15!important;
    margin:0!important;
  }

  .branch-home-main span{
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.22!important;
    color:#526788!important;
  }

  .branch-home-hours{
    gap:3px!important;
    font-size:11px!important;
    line-height:1.18!important;
    justify-self:end!important;
  }

  .branches-home-actions{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:10px!important;
  }

  .branches-home-btn{
    min-height:38px!important;
    height:38px!important;
    border-radius:9px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    font-weight:800!important;
    width:100%!important;
  }

  .branches-home-status{
    min-height:14px!important;
    margin:6px 0 0!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#516687!important;
  }

  .branches-home-map{
    min-height:0!important;
    height:100%!important;
    border-radius:16px!important;
  }

  .map-label{
    font-size:11px!important;
  }

  .map-label--odesa{
    font-size:16px!important;
  }

  .map-branch-pin{
    width:20px!important;
    height:28px!important;
    box-shadow:0 5px 12px rgba(229,41,50,.18)!important;
  }

  .map-branch-pin::after{
    width:7px!important;
    height:7px!important;
    left:6px!important;
    top:6px!important;
  }

  .map-branch-label{
    min-height:30px!important;
    padding:6px 10px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1.15!important;
    max-width:116px!important;
  }

  .map-branch-label--buvalkina{right:5%!important;top:18%!important;}
  .map-branch-label--nesterenka{left:22%!important;top:39%!important;}
  .map-branch-label--segedska{right:11%!important;bottom:34%!important;}
}

/* Додаткове страхування для планшетних desktop-ширин */
@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    gap:14px!important;
  }
  .branches-home-panel{
    padding:16px!important;
  }
  .branch-home-item{
    grid-template-columns:20px minmax(0,1fr) 84px!important;
    gap:7px!important;
  }
  .branch-home-main strong{font-size:12px!important;}
  .branch-home-main span{font-size:11px!important;}
  .branch-home-hours{font-size:10px!important;}
  .branches-home-btn{font-size:11px!important;}
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v27
   Desktop panel rebuilt to match the provided reference
   one-to-one using the approved reference image as the
   visual base plus live overlays for links and geolocation.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
    align-items:start!important;
  }

  .branches-reference-panel{
    grid-column:1 / -1!important;
    grid-row:1!important;
    padding:0!important;
    border-radius:28px!important;
    overflow:hidden!important;
    box-shadow:0 18px 42px rgba(6,43,104,.12)!important;
    border:1px solid #e2e8f2!important;
    background:#fff!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:620px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    user-select:none!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:16px!important;
    transition:.16s ease!important;
  }

  .branches-row-link:hover,
  .branches-map-hotspot:hover{
    outline:2px solid rgba(30,85,184,.26)!important;
    outline-offset:0!important;
    background:rgba(255,255,255,.06)!important;
  }

  .branches-row-link.is-nearest,
  .branches-map-hotspot.is-nearest{
    outline:4px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.05)!important;
    box-shadow:0 0 0 2px rgba(255,255,255,.72) inset!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;border-radius:14px!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;border-radius:14px!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;border-radius:14px!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:13px!important;
    font-weight:800!important;
    line-height:1!important;
    height:9.35%!important;
    min-height:54px!important;
    font-size:clamp(17px,1.45vw,22px)!important;
    letter-spacing:-.01em!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
    box-shadow:none!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:2px solid #0d3d8f!important;
    box-shadow:0 12px 26px rgba(13,61,143,.22)!important;
    cursor:pointer!important;
  }

  .branches-live-btn--nearest:disabled{
    opacity:.8!important;
    cursor:wait!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.6%!important;
    min-height:18px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }

  .promo-panel{
    grid-column:1!important;
    grid-row:2!important;
  }

  .order-online-panel{
    grid-column:2!important;
    grid-row:2!important;
  }
}

@media (max-width:980px){
  .branches-reference-panel{
    padding:0!important;
    overflow:hidden!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:280px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    line-height:1!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:1.5px solid #0d3d8f!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.5%!important;
    min-height:10px!important;
    font-size:clamp(7px,1.5vw,10px)!important;
    line-height:1.15!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }
}


/* ==========================================================
   PROLAB HOME PANELS v28
   Make the three top panels smaller and keep all three
   in one row on desktop: branches, promotions, order online.
   ========================================================== */
@media (min-width: 981px){
  .home-panels{
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
  }

  .branches-reference-panel{
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .branches-reference-bg{
    object-fit: cover !important;
    object-position: center center !important;
  }

  .branches-live-btn{
    border-radius: 10px !important;
    min-height: 32px !important;
    height: 10.2% !important;
    font-size: clamp(9px, 0.85vw, 13px) !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    bottom: 1.8% !important;
    left: 3.5% !important;
    right: 54% !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v29
   Fix the first panel visibility and scale all three top panels
   so they fit neatly in one desktop row without overlap.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 268px;
  }

  .home-panels{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .branches-reference-panel{
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .branches-reference-bg{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }

  .branches-live-btn{
    min-height: 32px !important;
    height: 10.1% !important;
    border-radius: 10px !important;
    font-size: clamp(10px,0.82vw,13px) !important;
    line-height: 1 !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    left: 3.8% !important;
    right: 54% !important;
    bottom: 2.0% !important;
  }

  .promo-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 120px !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    padding: 18px !important;
  }

  .promo-panel .badge-red{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .promo-panel h2{
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .promo-panel strong{
    grid-column: 1 !important;
    grid-row: 3 !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  .promo-panel p{
    grid-column: 1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    overflow: hidden !important;
  }

  .promo-panel img{
    grid-column: 2 !important;
    grid-row: 2 / span 3 !important;
    width: 110px !important;
    height: auto !important;
    max-width: 110px !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .promo-panel .btn{
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .order-online-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 130px !important;
    grid-template-rows: 1fr !important;
    padding: 16px 16px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 18px !important;
    gap: 8px !important;
  }

  .order-online-panel h2{
    font-size: 18px !important;
    line-height: 1.04 !important;
    margin: 0 !important;
  }

  .order-online-panel p{
    font-size: 12px !important;
    line-height: 1.18 !important;
    max-width: 250px !important;
  }

  .order-online-form{
    width: 100% !important;
    gap: 8px !important;
  }

  .order-online-form input{
    height: 34px !important;
    font-size: 12px !important;
  }

  .order-online-form .btn{
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }

  .order-safe{
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .order-cart-illustration{
    width: 120px !important;
    height: 120px !important;
    align-self: center !important;
    justify-self: end !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v30
   First top card restored as visible live departments panel.
   It fits one-row layout together with Promotions and Online Order.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-card-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    gap:12px!important;
    padding:16px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-card-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 15px!important;
    gap:4px!important;
  }

  .branches-card-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:22px!important;
    line-height:1.04!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
  }

  .branches-card-left > p{
    margin:0 0 6px!important;
    color:#667aa0!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:600!important;
  }

  .branches-card-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-card-row{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:7px!important;
    align-items:start!important;
    padding:6px 0!important;
    border-bottom:1px solid #e4ebf4!important;
    color:var(--navy)!important;
  }

  .branches-card-row:last-child{border-bottom:0!important;}

  .branches-card-row.is-nearest{
    background:rgba(227,6,19,.06)!important;
    border-radius:8px!important;
    padding-left:5px!important;
  }

  .branches-card-pin{
    width:15px!important;
    height:21px!important;
    margin-top:2px!important;
    position:relative!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 5px 10px rgba(227,6,19,.18)!important;
  }

  .branches-card-pin::after{
    content:""!important;
    position:absolute!important;
    width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:4.5px!important;
    top:4.5px!important;
  }

  .branches-card-info{
    min-width:0!important;
    display:block!important;
  }

  .branches-card-info strong{
    display:block!important;
    color:var(--navy)!important;
    font-size:12.3px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }

  .branches-card-info em{
    display:block!important;
    margin-top:3px!important;
    color:#607399!important;
    font-size:10.8px!important;
    line-height:1.12!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-card-hours{
    display:grid!important;
    gap:2px!important;
    justify-self:end!important;
    color:var(--navy)!important;
    font-size:9.4px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .branches-card-hours b{font-weight:700!important;}

  .branches-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1.14fr!important;
    gap:8px!important;
    margin-top:6px!important;
  }

  .branches-card-btn{
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
    font-size:10.6px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
    padding:0 8px!important;
  }

  .branches-card-btn--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-card-btn--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
  }

  .branches-card-status{
    color:#52688a!important;
    font-size:9px!important;
    line-height:1.1!important;
    overflow:hidden!important;
  }

  .branches-card-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:
      linear-gradient(90deg,rgba(250,247,241,.95) 0 60%,rgba(142,210,240,.84) 60% 100%),
      repeating-linear-gradient(31deg,rgba(160,176,196,.25) 0 2px,transparent 2px 42px),
      repeating-linear-gradient(101deg,rgba(160,176,196,.21) 0 2px,transparent 2px 54px)!important;
  }

  .branches-card-map::before{
    content:""!important;
    position:absolute!important;
    right:-10%!important;
    top:-8%!important;
    width:48%!important;
    height:116%!important;
    background:linear-gradient(145deg,#c6ecff,#82c9ed)!important;
    clip-path:polygon(24% 0,100% 0,100% 100%,0 100%,13% 58%,5% 43%,18% 20%)!important;
    opacity:.95!important;
  }

  .branches-card-road{
    position:absolute!important;
    z-index:2!important;
    height:3px!important;
    border-radius:999px!important;
    background:#b7c5d9!important;
    opacity:.75!important;
    transform-origin:left center!important;
  }
  .branches-card-road--one{left:8%;top:36%;width:70%;transform:rotate(-24deg);}
  .branches-card-road--two{left:6%;top:67%;width:68%;transform:rotate(-33deg);}
  .branches-card-road--three{left:34%;top:6%;width:3px;height:92%!important;transform:rotate(-7deg);}

  .branches-card-map-label{
    position:absolute!important;
    z-index:3!important;
    color:#111827!important;
    font-size:9.5px!important;
    font-weight:700!important;
    line-height:1.05!important;
  }
  .branches-card-map-label--odesa{left:48%;top:49%;font-size:15px!important;font-weight:900!important;}
  .branches-card-map-label--slobidka{left:12%;top:43%;}
  .branches-card-map-label--primorskyi{left:42%;top:66%;}
  .branches-card-map-label--kryzhanivka{left:58%;top:14%;}

  .branches-card-map-pin{
    position:absolute!important;
    z-index:6!important;
    width:19px!important;
    height:27px!important;
    border:0!important;
    padding:0!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    cursor:pointer!important;
    box-shadow:0 5px 12px rgba(227,6,19,.22)!important;
  }
  .branches-card-map-pin::after{
    content:""!important;
    position:absolute!important;
    width:7px!important;
    height:7px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:6px!important;
    top:6px!important;
  }
  .branches-card-map-pin.is-nearest{
    outline:3px solid rgba(227,6,19,.25)!important;
    transform:rotate(-45deg) scale(1.08)!important;
  }
  .branches-card-map-pin--buvalkina{right:17%;top:15%;}
  .branches-card-map-pin--nesterenka{left:16%;top:34%;}
  .branches-card-map-pin--segedska{right:31%;bottom:31%;}

  .branches-card-map-note{
    position:absolute!important;
    z-index:5!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    max-width:104px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
    color:#1b2333!important;
    background:rgba(255,255,255,.93)!important;
    box-shadow:0 5px 14px rgba(6,43,104,.12)!important;
    font-size:8.8px!important;
    font-weight:800!important;
    line-height:1.08!important;
  }
  .branches-card-map-note--buvalkina{right:3%;top:16%;}
  .branches-card-map-note--nesterenka{left:21%;top:35%;}
  .branches-card-map-note--segedska{right:8%;bottom:32%;}

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (max-width:980px){
  .branches-card-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:16px!important;
  }
  .branches-card-map{
    min-height:260px!important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v31
   Widen the branches panel and proportionally narrow the
   promo and online-order cards so the first panel matches
   the reference composition much closer.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 316px;}

  .home-panels{
    grid-template-columns: minmax(0,1.62fr) minmax(0,1.08fr) minmax(0,0.98fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-card-panel{
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr) !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .branches-card-left{
    grid-template-rows: auto auto 1fr auto 18px !important;
    gap: 6px !important;
  }

  .branches-card-left h2{
    font-size: 34px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em !important;
  }

  .branches-card-left > p{
    margin: 0 0 8px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
  }

  .branches-card-row{
    grid-template-columns: 28px minmax(0,1fr) 140px !important;
    gap: 11px !important;
    padding: 13px 0 !important;
  }

  .branches-card-pin{
    width: 20px !important;
    height: 28px !important;
    margin-top: 3px !important;
  }

  .branches-card-pin::after{
    width: 8px !important;
    height: 8px !important;
    left: 6px !important;
    top: 6px !important;
  }

  .branches-card-info strong{
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  .branches-card-info em{
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .branches-card-hours{
    gap: 5px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .branches-card-actions{
    grid-template-columns: 1fr 1.15fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .branches-card-btn{
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
  }

  .branches-card-status{
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  .branches-card-map{
    border-radius: 18px !important;
  }

  .branches-card-road{ height: 4px !important; }
  .branches-card-road--three{ width: 4px !important; }

  .branches-card-map-label{
    font-size: 13px !important;
  }
  .branches-card-map-label--odesa{
    font-size: 22px !important;
  }

  .branches-card-map-pin{
    width: 24px !important;
    height: 34px !important;
  }

  .branches-card-map-pin::after{
    width: 9px !important;
    height: 9px !important;
    left: 7px !important;
    top: 7px !important;
  }

  .branches-card-map-note{
    min-height: 38px !important;
    max-width: 150px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel{
    grid-template-columns: minmax(0,1fr) 112px !important;
    padding: 16px !important;
    column-gap: 10px !important;
  }

  .promo-panel .badge-red{
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .promo-panel h2{
    font-size: 16px !important;
    line-height: 1.02 !important;
  }

  .promo-panel strong{
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel p{
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .promo-panel img{
    width: 104px !important;
    max-width: 104px !important;
  }

  .promo-panel .btn{
    width: 138px !important;
    min-width: 138px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .order-online-panel{
    grid-template-columns: minmax(0,1fr) 106px !important;
    padding: 14px !important;
    column-gap: 8px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 16px !important;
    gap: 7px !important;
  }

  .order-online-panel h2{
    font-size: 16px !important;
    line-height: 1.03 !important;
  }

  .order-online-panel p{
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: 230px !important;
  }

  .order-online-form input{
    height: 32px !important;
    font-size: 11px !important;
  }

  .order-online-form .btn{
    height: 32px !important;
    min-height: 32px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  .order-safe{
    font-size: 10px !important;
  }

  .order-cart-illustration{
    width: 98px !important;
    height: 98px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v32
   Use the real approved departments-panel image again, not a
   synthetic CSS map. The whole first panel scales down as one
   reference composition to fit the three-panel row.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:minmax(0,1.55fr) minmax(0,1.12fr) minmax(0,1.03fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
  }

  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:fill!important;
    object-position:center!important;
    pointer-events:none!important;
    user-select:none!important;
  }

  .branches-ref-hotspot{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:10px!important;
  }

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.04)!important;
  }

  .branches-ref-hotspot--row1{left:3.5%!important;top:28.5%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row2{left:3.5%!important;top:47.0%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row3{left:3.5%!important;top:65.2%!important;width:42.5%!important;height:13.7%!important;}

  .branches-ref-hotspot--map1{left:82.0%!important;top:14.2%!important;width:14.0%!important;height:12.0%!important;}
  .branches-ref-hotspot--map2{left:55.0%!important;top:35.2%!important;width:13.5%!important;height:11.8%!important;}
  .branches-ref-hotspot--map3{left:70.7%!important;top:60.5%!important;width:17.8%!important;height:11.2%!important;}

  .branches-ref-live{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    font-weight:800!important;
    line-height:1!important;
    min-height:28px!important;
    font-size:clamp(8px,.74vw,11px)!important;
    padding:0 8px!important;
    white-space:nowrap!important;
  }

  .branches-ref-live--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.3%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.3%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
    cursor:pointer!important;
  }

  .branches-ref-live--nearest:disabled{
    opacity:.75!important;
    cursor:wait!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:6!important;
    left:3.8%!important;
    right:56%!important;
    bottom:2.2%!important;
    color:#52688a!important;
    font-size:8.5px!important;
    line-height:1.12!important;
    font-weight:700!important;
    min-height:10px!important;
    overflow:hidden!important;
  }

  .promo-panel,
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(0,1fr)!important;
    gap:14px!important;
  }
  .branches-ref-live{
    font-size:8px!important;
    min-height:24px!important;
    border-radius:7px!important;
  }
}

@media (max-width:980px){
  .branches-reference-compact-panel{
    padding:0!important;
  }
  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536/907!important;
    min-height:280px!important;
    overflow:hidden!important;
  }
  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v33
   Extra-robust fallback so the departments panel background
   is visible even if the inner <img> is not rendered/cached.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-reference-compact-panel{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
  }

  #branchesHomePanel .branches-reference-compact{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:transparent !important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:fill !important;
    object-position:center center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v34
   Keep three top panels in one row, enlarge them slightly,
   and place visible live buttons + large clickable hotspots
   over the real branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 305px;}

  .home-panels{
    grid-template-columns:minmax(0,1.62fr) minmax(0,1.16fr) minmax(0,1.08fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    border-radius:20px!important;
  }

  .branches-reference-compact{
    border-radius:20px!important;
  }

  .branches-ref-hotspot{
    z-index:8!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    text-decoration:none!important;
  }

  .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}

  .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;border-radius:18px!important;}

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot:focus-visible,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.28)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-ref-live{
    position:absolute!important;
    z-index:12!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:800!important;
    line-height:1!important;
    border-radius:10px!important;
    box-shadow:0 6px 16px rgba(10,42,96,.12)!important;
    font-size:12px!important;
    padding:0 12px!important;
  }

  .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    height:10.1%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    height:10.1%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
  }

  .branches-ref-live:hover,
  .branches-ref-live:focus-visible{
    transform:translateY(-1px)!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:12!important;
    left:4.6%!important;
    right:56%!important;
    bottom:4.3%!important;
    color:#5d7094!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    min-height:10px!important;
  }

  .promo-panel{
    padding:20px!important;
    grid-template-columns:minmax(0,1fr) 130px!important;
    column-gap:12px!important;
  }
  .promo-panel .badge-red{font-size:14px!important;}
  .promo-panel h2{font-size:18px!important;}
  .promo-panel strong{font-size:15px!important;}
  .promo-panel p{font-size:11px!important; line-height:1.22!important;}
  .promo-panel img{width:118px!important; max-width:118px!important;}
  .promo-panel .btn{height:40px!important; min-height:40px!important; font-size:13px!important; width:170px!important; min-width:170px!important;}

  .order-online-panel{
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
    column-gap:10px!important;
  }
  .order-online-panel h2{font-size:18px!important; line-height:1.04!important;}
  .order-online-panel p{font-size:11px!important; line-height:1.18!important;}
  .order-online-form input{height:38px!important; font-size:12px!important;}
  .order-online-form .btn{height:40px!important; min-height:40px!important; font-size:12px!important; line-height:1.08!important;}
  .order-safe{font-size:11px!important;}
  .order-cart-illustration{width:110px!important; height:110px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v35 — hard override
   Larger first panel, narrower 2nd/3rd panels, real map image,
   visible live buttons above the image. Placed at END of CSS.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 340px !important;
  }

  .home-panels{
    grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-color:#fff!important;
  }

  #branchesHomePanel .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:1!important;
  }

  #branchesHomePanel .branches-ref-hotspot{
    z-index:45!important;
    position:absolute!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    display:block!important;
  }

  #branchesHomePanel .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}
  #branchesHomePanel .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;}
  #branchesHomePanel .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;}

  #branchesHomePanel .branches-ref-live{
    position:absolute!important;
    z-index:60!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:900!important;
    line-height:1!important;
    border-radius:10px!important;
    min-height:34px!important;
    height:10.1%!important;
    font-size:13px!important;
    padding:0 12px!important;
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }

  #branchesHomePanel .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    background:#fff!important;
    color:#002b68!important;
    border:2px solid #002b68!important;
    box-shadow:0 6px 16px rgba(10,42,96,.16)!important;
  }

  #branchesHomePanel .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.22)!important;
    cursor:pointer!important;
  }

  #branchesHomePanel .branches-ref-status{
    position:absolute!important;
    z-index:60!important;
    left:4.7%!important;
    right:55%!important;
    bottom:4.2%!important;
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
  }

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
  }

  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:16px!important;
    grid-template-columns:minmax(0,1fr) 104px!important;
  }

  .order-cart-illustration{
    width:100px!important;
    height:100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v36
   Real live links and buttons over the branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}
  .home-panels{grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;grid-template-rows:var(--panel-h)!important;gap:18px!important;align-items:stretch!important;}
  .home-panels>.panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;overflow:hidden!important;}

  #branchesHomePanel.branches-reference-live-panel{padding:0!important;border-radius:20px!important;background:#fff!important;border:1px solid #dfe8f4!important;box-shadow:0 12px 28px rgba(6,43,104,.08)!important;}
  #branchesHomePanel .branches-reference-live{position:relative!important;width:100%!important;height:100%!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;}
  #branchesHomePanel .branches-reference-live__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;z-index:1!important;}

  #branchesHomePanel .branch-overlay-row{position:absolute!important;z-index:55!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;background:rgba(255,255,255,.96)!important;border-radius:12px!important;padding:10px 12px!important;box-shadow:none!important;border:1px solid rgba(219,228,241,.85)!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row--1{left:2.8%!important;top:28.2%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--2{left:2.8%!important;top:47.1%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--3{left:2.8%!important;top:65.7%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row__pin{position:relative!important;flex:0 0 22px!important;width:22px!important;height:30px!important;background:#ef2e38!important;border-radius:14px 14px 14px 0!important;transform:rotate(-45deg)!important;margin-left:2px!important;}
  #branchesHomePanel .branch-overlay-row__pin::after{content:''!important;position:absolute!important;left:6px!important;top:6px!important;width:10px!important;height:10px!important;background:#fff!important;border-radius:50%!important;}
  #branchesHomePanel .branch-overlay-row__main{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;flex:1 1 auto!important;}
  #branchesHomePanel .branch-overlay-row__main strong{font-size:13px!important;line-height:1.12!important;font-weight:900!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row__main em{font-style:normal!important;font-size:11px!important;line-height:1.2!important;color:#657ba4!important;}
  #branchesHomePanel .branch-overlay-row__hours{display:flex!important;flex-direction:column!important;gap:5px!important;flex:0 0 132px!important;max-width:132px!important;font-size:11px!important;line-height:1.15!important;color:#0b2f70!important;font-weight:700!important;white-space:nowrap!important;text-align:left!important;}

  #branchesHomePanel .branch-overlay-note{position:absolute!important;z-index:56!important;display:flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;background:rgba(255,255,255,.97)!important;border-radius:12px!important;color:#1b1b1b!important;text-decoration:none!important;font-size:12px!important;line-height:1.18!important;font-weight:800!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important;border:1px solid rgba(228,232,238,.92)!important;}
  #branchesHomePanel .branch-overlay-note--1{left:77.5%!important;top:13.8%!important;max-width:18.2%!important;}
  #branchesHomePanel .branch-overlay-note--2{left:51.0%!important;top:34.6%!important;max-width:18.8%!important;}
  #branchesHomePanel .branch-overlay-note--3{left:68.0%!important;top:59.7%!important;max-width:18.5%!important;}

  #branchesHomePanel [data-branch-code].is-nearest,
  #branchesHomePanel [data-map-branch].is-nearest{outline:2px solid rgba(227,6,19,.38)!important;box-shadow:0 0 0 4px rgba(227,6,19,.10)!important;}

  #branchesHomePanel .branches-ref-status{position:absolute!important;z-index:80!important;left:4.7%!important;right:55%!important;bottom:4.2%!important;color:#52688a!important;font-size:10px!important;line-height:1.15!important;font-weight:700!important;min-height:12px!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v37
   Rebuilt as real HTML: text, branch rows and buttons are live
   elements; only the right map is a real map image crop.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.78fr) minmax(0,1.04fr) minmax(0,.9fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;
    gap:18px!important;
    padding:22px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-live-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 16px!important;
    gap:6px!important;
  }

  .branches-live-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:31px!important;
    line-height:1.03!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
  }

  .branches-live-subtitle{
    margin:0 0 8px!important;
    color:#667aa0!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }

  .branches-live-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) 132px!important;
    gap:11px!important;
    align-items:center!important;
    padding:12px 0!important;
    border-bottom:1px solid #dfe8f4!important;
    color:var(--navy)!important;
    text-decoration:none!important;
    border-radius:10px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    background:rgba(227,6,19,.055)!important;
    padding-left:6px!important;
    outline:2px solid rgba(227,6,19,.16)!important;
  }

  .branches-live-row:last-child{border-bottom:0!important;}

  .branches-live-pin{
    position:relative!important;
    width:20px!important;
    height:28px!important;
    background:#ef2e38!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 6px 13px rgba(227,6,19,.20)!important;
  }

  .branches-live-pin::after{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#fff!important;
  }

  .branches-live-main{
    display:grid!important;
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    color:var(--navy)!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    color:#62759c!important;
    font-size:13px!important;
    line-height:1.16!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-live-hours{
    display:grid!important;
    gap:5px!important;
    color:var(--navy)!important;
    font-size:12px!important;
    line-height:1.12!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .branches-live-actions{
    display:grid!important;
    grid-template-columns:1fr 1.15fr!important;
    gap:12px!important;
    margin-top:10px!important;
  }

  .branches-live-button{
    height:44px!important;
    min-height:44px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }

  .branches-live-button--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-live-button--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.20)!important;
  }

  .branches-live-status{
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:#eef7ff!important;
  }

  .branches-live-map img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-map-link{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border-radius:12px!important;
  }

  .branches-map-link:hover,
  .branches-map-link.is-nearest{
    outline:2px solid rgba(227,6,19,.32)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:24%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:26%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}

@media (max-width:980px){
  #branchesHomePanel.branches-live-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:18px!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:32px 1fr!important;
  }

  .branches-live-hours{
    grid-column:2!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr!important;
  }

  .branches-live-map{
    min-height:300px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v38
   Same concept, reduced scale so the full first panel fits cleanly.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:318px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.74fr) minmax(0,1.03fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr)!important;
    gap:14px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:24px!important;
    line-height:1.02!important;
    letter-spacing:-.028em!important;
  }

  .branches-live-subtitle{
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 100px!important;
    gap:8px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    padding-left:4px!important;
  }

  .branches-live-pin{
    width:16px!important;
    height:22px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:6px!important;
    height:6px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:10px!important;
    line-height:1.07!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    gap:3px!important;
    font-size:7px!important;
    line-height:1.12!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:36px!important;
    min-height:36px!important;
    border-radius:8px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }

  .branches-live-status{
    font-size:8px!important;
    line-height:1.1!important;
    min-height:10px!important;
  }

  .branches-live-map{
    border-radius:16px!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:25%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:27%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 108px!important;}
  .promo-panel h2{font-size:18px!important;line-height:1.08!important;}
  .promo-panel strong{font-size:14px!important;line-height:1.15!important;}
  .promo-panel p{font-size:10px!important;line-height:1.18!important;}
  .promo-panel .btn{height:38px!important;min-height:38px!important;font-size:12px!important;width:160px!important;min-width:160px!important;}
  .promo-panel img{width:100px!important;max-width:100px!important;}

  .order-online-panel{padding:14px!important;grid-template-columns:minmax(0,1fr) 96px!important;}
  .order-online-panel h2{font-size:17px!important;line-height:1.04!important;}
  .order-online-panel p{font-size:10px!important;line-height:1.16!important;}
  .order-online-form input{height:36px!important;font-size:11px!important;}
  .order-online-form .btn{height:38px!important;min-height:38px!important;font-size:11px!important;line-height:1.08!important;}
  .order-safe{font-size:10px!important;line-height:1.12!important;}
  .order-cart-illustration{width:92px!important;height:92px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v39
   Slightly smaller overall scale, smaller heading, larger branch text.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:308px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.76fr) minmax(0,1.02fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr)!important;
    gap:12px!important;
    padding:14px!important;
  }

  .branches-live-left h2{
    font-size:17px!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:100%!important;
  }

  .branches-live-subtitle{
    font-size:8px!important;
    line-height:1.16!important;
    margin:0 0 3px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 95px!important;
    gap:8px!important;
    padding:7px 0!important;
  }

  .branches-live-main strong{
    font-size:9px!important;
    line-height:1.08!important;
  }

  .branches-live-main em{
    font-size:7.6px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    font-size:6.6px!important;
    line-height:1.1!important;
    gap:2px!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:9px!important;
    margin-top:5px!important;
  }

  .branches-live-button{
    height:34px!important;
    min-height:34px!important;
    font-size:10px!important;
    border-radius:8px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
  }

  .branches-live-map{border-radius:15px!important;}

  .promo-panel{padding:15px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .promo-panel h2{font-size:17px!important;}
  .promo-panel strong{font-size:13px!important;}
  .promo-panel p{font-size:9.5px!important;}
  .promo-panel img{width:96px!important;max-width:96px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:150px!important;min-width:150px!important;}

  .order-online-panel{padding:13px!important;grid-template-columns:minmax(0,1fr) 92px!important;}
  .order-online-panel h2{font-size:16px!important;}
  .order-online-panel p{font-size:9.5px!important;}
  .order-online-form input{height:34px!important;font-size:10.5px!important;}
  .order-online-form .btn{height:36px!important;min-height:36px!important;font-size:10.5px!important;}
  .order-safe{font-size:9.5px!important;}
  .order-cart-illustration{width:88px!important;height:88px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v40
   Wider branches panel, narrower online-order panel, promo shifts right.
   Larger branch names/hours and undistorted map proportions.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.96fr) minmax(0,1.03fr) minmax(0,.78fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:16px!important;
    padding:16px!important;
    border-radius:20px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:18px!important;
    line-height:1.03!important;
    letter-spacing:-.02em!important;
  }

  .branches-live-subtitle{
    font-size:8.5px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-list{
    gap:0!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 122px!important;
    gap:10px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-pin{
    width:18px!important;
    height:25px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:7px!important;
    height:7px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:17px!important;
    line-height:1.02!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.12!important;
    font-weight:700!important;
  }

  .branches-live-hours{
    font-size:13px!important;
    line-height:1.06!important;
    gap:3px!important;
    font-weight:800!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.22fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:35px!important;
    min-height:35px!important;
    font-size:10.5px!important;
    border-radius:9px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
    line-height:1.1!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link--buvalkina{right:3.5%!important;top:13%!important;width:24%!important;height:12%!important;}
  .branches-map-link--nesterenka{left:12.5%!important;top:35.4%!important;width:26.5%!important;height:14%!important;}
  .branches-map-link--segedska{right:13.8%!important;bottom:29.2%!important;width:29%!important;height:13.5%!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 102px!important;
  }
  .promo-panel h2{font-size:17px!important;line-height:1.06!important;}
  .promo-panel strong{font-size:13px!important;line-height:1.12!important;}
  .promo-panel p{font-size:9.5px!important;line-height:1.16!important;}
  .promo-panel img{width:92px!important;max-width:92px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:148px!important;min-width:148px!important;}

  .order-online-panel{
    padding:12px!important;
    grid-template-columns:minmax(0,1fr) 80px!important;
  }
  .order-online-panel h2{font-size:15px!important;line-height:1.03!important;}
  .order-online-panel p{font-size:9px!important;line-height:1.14!important;}
  .order-online-form input{height:33px!important;font-size:10px!important;}
  .order-online-form .btn{height:35px!important;min-height:35px!important;font-size:10px!important;line-height:1.06!important;}
  .order-safe{font-size:9px!important;line-height:1.1!important;}
  .order-cart-illustration{width:76px!important;height:76px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v41
   Fine tuning: smaller district names, larger addresses, cleaner map,
   no highlight outline, landscape crop so the map fills its subpanel.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{grid-template-columns:minmax(0,1.98fr) minmax(0,1.02fr) minmax(0,.76fr)!important;}

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-left h2{font-size:17px!important; line-height:1.03!important;}
  .branches-live-subtitle{font-size:8.5px!important; line-height:1.15!important;}

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 136px!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main strong{
    font-size:15px!important;
    line-height:1.03!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:11px!important;
    line-height:1.12!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:block!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link{
    background:transparent!important;
    outline:none!important;
    box-shadow:none!important;
    border:none!important;
  }
  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    outline:none!important;
    box-shadow:none!important;
    background:transparent!important;
    border:none!important;
  }

  /* Coordinates adjusted for the new landscape crop */
  .branches-map-link--buvalkina{right:4.0%!important; top:10.5%!important; width:23.5%!important; height:13.5%!important;}
  .branches-map-link--nesterenka{left:12.8%!important; top:34.0%!important; width:26.5%!important; height:14.0%!important;}
  .branches-map-link--segedska{right:15.0%!important; bottom:28.0%!important; width:27.5%!important; height:13.5%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v42
   District name in one line, larger address, hours aligned opposite address.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr)!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 138px!important;
    align-items:flex-start!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main{
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
    padding-top:17px!important;
    align-self:flex-start!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v43
   Wider branches panel, narrower online-order panel so district names fit.
   ========================================================== */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,2.14fr) minmax(0,1.00fr) minmax(0,.62fr)!important;
    gap:18px!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 132px!important;
    gap:10px!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    padding-top:17px!important;
  }

  .order-online-panel{
    padding:11px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
  }
  .order-online-panel h2{font-size:14px!important;line-height:1.02!important;}
  .order-online-panel p{font-size:8.5px!important;line-height:1.12!important;}
  .order-online-form input{height:31px!important;font-size:9.5px!important;}
  .order-online-form .btn{height:33px!important;min-height:33px!important;font-size:9.5px!important;line-height:1.04!important;}
  .order-safe{font-size:8.5px!important;line-height:1.08!important;}
  .order-cart-illustration{width:62px!important;height:62px!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v44
   Click areas on map cover pin + label, without red rectangle highlighting.
   ========================================================== */
@media (min-width:981px){
  .branches-map-link{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    z-index:6!important;
    cursor:pointer!important;
  }

  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
  }

  /* Clickable hit-areas include both the map pin and the text label bubble */
  .branches-map-link--buvalkina{right:1.8%!important;top:8.8%!important;width:31.5%!important;height:18.5%!important;}
  .branches-map-link--nesterenka{left:9.5%!important;top:31.8%!important;width:31.5%!important;height:18.0%!important;}
  .branches-map-link--segedska{right:12.0%!important;bottom:22.8%!important;width:33.0%!important;height:18.0%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v45
   Slightly move map upward inside its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map img{
    object-position:center 42%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v46
   Fix left-side location icon: upright map-pin instead of tilted shape.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:0 6px 13px rgba(227,6,19,.14)!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v47
   Transparent branch pin background fix.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    display:block!important;
    position:relative!important;
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .branches-live-pin::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    display:block!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.10))!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v48
   Fix map bleeding outside top edge of its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-card{
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    margin:0!important;
    padding:0!important;
    top:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    isolation:isolate!important;
    box-shadow:none!important;
    background:#f5f8fc!important;
  }

  .branches-live-map img{
    position:absolute!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    transform:none!important;
    z-index:1!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v49
   Use cropped map asset and hard-clip it strictly inside the map subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 0 0 0 round 24px)!important;
    contain:paint!important;
    background:#eef4fa!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:scale(1.0)!important;
    display:block!important;
  }
}


/* v54: keep extra branches hidden below visible area until cyclic rotation moves them up */
.branches-live-list{overflow:hidden!important;align-content:start!important;}


/* v56: keep branch buttons visible; list window ends just above the buttons with a small reserve */
@media (min-width:981px){
  .branches-live-list{
    display:block!important;
    max-height:206px!important;
    min-height:206px!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .branches-live-list .branches-live-row{
    box-sizing:border-box!important;
  }

  .branches-live-actions{
    margin-top:8px!important;
    align-self:start!important;
  }
}


/* v58: smooth one-row cyclic branch rotation */
.branches-live-list{
  will-change:transform;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* v59: list stays fixed during rotation; rows are clipped inside the list window */
.branches-live-list{
  overflow:hidden!important;
  transform:none!important;
  contain:paint!important;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* ==========================================================
   PROLAB BRANCHES MAP v61
   Add two extra visible branch markers on the homepage map:
   - вул. Ак. Заболотного, 26а
   - вул. Євгена Танцюри 17/2
   Keep the existing panel concept and map proportions.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    isolation:isolate!important;
  }

  .branches-map-marker{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    text-decoration:none!important;
    background:transparent!important;
    border-radius:0!important;
    outline:none!important;
    overflow:visible!important;
  }

  .branches-map-marker:hover,
  .branches-map-marker:focus,
  .branches-map-marker:active,
  .branches-map-marker.is-nearest{
    outline:none!important;
    background:transparent!important;
  }

  .branches-map-marker__pin{
    flex:0 0 22px!important;
    width:22px!important;
    height:30px!important;
    margin-top:3px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.15))!important;
  }

  .branches-map-marker__label{
    display:block!important;
    max-width:150px!important;
    padding:9px 12px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 8px 18px rgba(13,47,96,.12)!important;
    color:#202735!important;
    font-size:12px!important;
    line-height:1.18!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }

  .branches-map-marker.is-nearest .branches-map-marker__label,
  .branches-map-marker:hover .branches-map-marker__label,
  .branches-map-marker:focus .branches-map-marker__label{
    box-shadow:0 0 0 2px rgba(227,6,19,.24), 0 10px 18px rgba(13,47,96,.14)!important;
  }

  .branches-map-link--zabolotnoho{
    left:43.8%!important;
    top:12.8%!important;
    width:34.5%!important;
    min-height:11%!important;
  }

  .branches-map-link--tantsiury{
    left:6.8%!important;
    bottom:8.8%!important;
    width:33.5%!important;
    min-height:11%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v62
   Reduce extra marker labels to match native map labels and
   reposition the added branches with a comfortable margin.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:6px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 19px!important;
    width:19px!important;
    height:26px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:122px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
    line-height:1.14!important;
    font-weight:700!important;
    box-shadow:0 6px 14px rgba(13,47,96,.10)!important;
  }

  /* Keep all branches inside the visible map area with a small margin */
  .branches-map-link--zabolotnoho{
    left:35.8%!important;
    top:10.5%!important;
    width:auto!important;
    min-height:0!important;
  }

  .branches-map-link--tantsiury{
    left:6.2%!important;
    bottom:11.8%!important;
    width:auto!important;
    min-height:0!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v63
   Match added marker bubbles to the visual scale of the original
   Buvalkina / Nesterenka labels on the reference map.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:5px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 18px!important;
    width:18px!important;
    height:25px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:112px!important;
    padding:6px 9px!important;
    border-radius:11px!important;
    font-size:8.9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    letter-spacing:0!important;
    box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:112px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:106px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v64
   Fine-tune added map bubbles: smaller font like Nesterenka,
   no extra empty white area to the right, full "Академіка".
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:fit-content!important;
    max-width:102px!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:8px!important;
    line-height:1.08!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:108px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:92px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v65
   Remove extra empty space inside added address bubbles by
   narrowing them and controlling line breaks.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:auto!important;
    min-width:0!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:7.6px!important;
    line-height:1.06!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:96px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:82px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v66
   Shrink the whole map stage slightly and lift it upward so the
   full coverage fits cleanly inside the subpanel and Buvalkina
   remains fully visible.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    align-self:start!important;
  }

  .branches-live-map-stage{
    position:absolute!important;
    inset:0!important;
    transform:translateY(-8px) scale(.94)!important;
    transform-origin:center top!important;
  }

  .branches-live-map-stage > img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-live-map-stage > .branches-map-link,
  .branches-live-map-stage > .branches-map-marker{
    position:absolute!important;
  }

  .branches-map-link--zabolotnoho{
    left:34.8%!important;
    top:10.6%!important;
  }

  .branches-map-link--tantsiury{
    left:5.8%!important;
    bottom:10.3%!important;
  }
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER HIGHLIGHT v67
   Colored hover/focus highlight for every map point label.
   ========================================================== */
.branches-map-link{
  overflow:visible!important;
}

.branches-map-link::after{
  content:"";
  position:absolute;
  border:2px solid rgba(236, 76, 90, .58);
  background:rgba(236, 76, 90, .08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(236, 76, 90, .10);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.branches-map-link:hover::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  opacity:1;
}

/* real cloud overlays for image-based labels */
.branches-map-link--buvalkina::after{
  left:24%;
  top:9%;
  width:73%;
  height:67%;
}

.branches-map-link--nesterenka::after{
  left:24%;
  top:17%;
  width:73%;
  height:62%;
}

.branches-map-link--segedska::after{
  left:22%;
  top:16%;
  width:74%;
  height:64%;
}

/* cloud overlays for live HTML labels */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
}

.branches-map-marker__label{
  transition:box-shadow .18s ease, border-color .18s ease, background .18s ease;
  border:2px solid transparent!important;
}

.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label{
  border-color:rgba(236, 76, 90, .58)!important;
  background:rgba(255, 250, 251, .98)!important;
  box-shadow:0 0 0 1px rgba(236, 76, 90, .10), 0 10px 18px rgba(13,47,96,.14)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER v68
   Keep hover highlighting for original map labels only.
   Remove hover/focus/nearest highlight from the newly added
   Zabolotnoho and Tantsiury live markers.
   ========================================================== */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
  opacity:0!important;
}

.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP v69
   Remove hover highlight from all map points and slightly
   narrow / shift the Zabolotnoho bubble to the left.
   ========================================================== */
.branches-map-link::after,
.branches-map-link:hover::after,
.branches-map-link:focus::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  display:none !important;
  opacity:0 !important;
  content:none !important;
}

.branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 4px 12px rgba(13,47,96,.08) !important;
}

@media (min-width:981px){
  .branches-map-link--zabolotnoho{
    left:34.1% !important;
    top:10.5% !important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:92px !important;
    width:auto !important;
    min-width:0 !important;
    padding:5px 8px !important;
  }
}

@media (max-width: 1400px){.benefits{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 900px){.benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit{min-height:unset}}
@media (max-width: 640px){.benefits{grid-template-columns:1fr}}


/* v73: reduce lower benefit card typography by a couple more sizes */
.benefit strong{
  font-size:11px!important;
  line-height:1.05!important;
}

.benefit p{
  font-size:8.5px!important;
  line-height:1.12!important;
  margin-top:2px!important;
}


/* ==========================================================
   PROLAB BRANCHES MAP CROP v74
   Crop the top a bit below "Фонтанка" and the bottom a bit
   above "Великий Фонтан" while preserving the existing concept.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map-stage{
    transform:translateY(-2px) scale(1.01)!important;
    transform-origin:center center!important;
  }
}


/* ==========================================================
   PROLAB Home quick panels v75
   Four service panels between research cards and home panels.
   ========================================================== */
.service-shortcuts-section{
  margin-top:18px;
  margin-bottom:4px;
}
.service-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-shortcut{
  display:grid;
  grid-template-columns:60px minmax(0,1fr) 12px;
  align-items:center;
  gap:12px;
  min-height:88px;
  padding:12px 14px;
  background:#fff;
  border:1.5px solid #dfe8f5;
  border-radius:14px;
  box-shadow:0 9px 22px rgba(6,43,104,.08);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.service-shortcut:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(6,43,104,.11);
}
.service-shortcut--blue:hover{ border-color:#b8ccef; }
.service-shortcut--red:hover{ border-color:#f2b8be; }
.service-shortcut__icon{
  width:66px;
  height:66px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 10px 20px rgba(6,43,104,.10);
}
.service-shortcut--blue .service-shortcut__icon{
  background:linear-gradient(180deg,#1b58c6 0%,#0b44a7 100%);
}
.service-shortcut--red .service-shortcut__icon{
  background:linear-gradient(180deg,#ff4a4a 0%,#ee2c38 100%);
}
.service-shortcut__icon svg{
  width:26px;
  height:26px;
  display:block;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-shortcut__content{
  min-width:0;
  display:grid;
  gap:3px;
}
.service-shortcut__title{
  display:block;
  color:var(--navy);
  font-size:14px;
  line-height:1.05;
  font-weight:900;
}
.service-shortcut--accent .service-shortcut__title{
  color:var(--red);
}
.service-shortcut__desc{
  display:block;
  color:#1f3960;
  font-size:11px;
  line-height:1.15;
  font-weight:500;
}
.service-shortcut__arrow{
  color:#203c74;
  font-size:22px;
  line-height:1;
  align-self:center;
  justify-self:end;
}
@media (max-width:1180px){
  .service-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .service-shortcuts{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-shortcut{
    grid-template-columns:64px minmax(0,1fr) 14px;
    gap:12px;
    min-height:88px;
    padding:14px 16px;
  }
  .service-shortcut__icon{
    width:68px;
    height:68px;
  }
  .service-shortcut__icon svg{
    width:30px;
    height:30px;
  }
  .service-shortcut__title{
    font-size:16px;
  }
  .service-shortcut__desc{
    font-size:12px;
  }
}


/* custom uploaded icons */
.research-card__icon img{
  filter:none!important;
}
.service-shortcut__icon{
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
}
.service-shortcut__icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.benefit__icon--image{
  width:68px;
  height:68px;
  min-width:68px;
  border:none;
  background:transparent;
  box-shadow:none;
}
.benefit__icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}


/* v80 bigger homepage category icons */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:14px 16px 14px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:center!important;
  justify-content:center!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:62px!important;
  height:62px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:56px minmax(0,1fr) 58px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
  }
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:48px!important;
    height:48px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
  }
}


/* v81 fix homepage category icon positioning */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  grid-template-rows:50px 34px 24px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:10px 16px 10px!important;
  column-gap:8px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  align-self:start!important;
  transform:translateY(-6px)!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:60px!important;
  height:60px!important;
}
.category-grid--home .research-card__title{
  align-self:start!important;
  margin-top:2px!important;
  font-size:13px!important;
  line-height:1.03!important;
  max-height:28px!important;
}
.category-grid--home .research-card__desc{
  margin-top:-2px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 58px!important;
    grid-template-rows:44px 34px 24px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
    padding:9px 12px 9px!important;
    column-gap:7px!important;
    row-gap:4px!important;
  }
  .category-grid--home .research-card__icon{
    width:58px!important;
    height:58px!important;
    transform:translateY(-4px)!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__title{
    font-size:12.5px!important;
    max-height:27px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
    transform:none!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:46px!important;
    height:46px!important;
  }
}


/* v82 fix homepage category titles fitting */
.category-grid--home .research-card{
  grid-template-columns:66px minmax(0,1fr) 60px!important;
  grid-template-rows:44px 38px 24px!important;
  min-height:136px!important;
  height:136px!important;
  max-height:136px!important;
  padding:10px 14px 10px!important;
  column-gap:7px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__title{
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  margin-top:0!important;
  font-size:11.6px!important;
  line-height:1.02!important;
  max-height:38px!important;
  letter-spacing:-0.01em!important;
}
.category-grid--home .research-card__desc{
  font-size:10px!important;
  line-height:1.08!important;
  max-height:34px!important;
  margin-top:6px!important;
}
.category-grid--home .research-card__button{
  width:58px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 56px!important;
    grid-template-rows:42px 34px 24px!important;
    min-height:130px!important;
    height:130px!important;
    max-height:130px!important;
    padding:9px 12px 9px!important;
  }
  .category-grid--home .research-card__title{
    align-self:stretch!important;
    display:flex!important;
    align-items:center!important;
    font-size:11.2px!important;
    max-height:34px!important;
  }
  .category-grid--home .research-card__desc{
    font-size:9.4px!important;
    max-height:30px!important;
    margin-top:5px!important;
  }
}


/* v85: fix uploaded benefit icons — remove accidental red oval border from generic span rule */
.benefit .benefit__icon--image{
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:0!important;
}
.benefit .benefit__icon--image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}


/* v86: vertically center benefit card contents */
.benefits .benefit{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:102px !important;
}
.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center !important;
  flex:0 0 auto !important;
}
.benefits .benefit__content{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  min-height:68px !important;
}
.benefits .benefit strong,
.benefits .benefit p{
  margin-top:0 !important;
}
.benefits .benefit p{
  margin-top:3px !important;
}


/* v87: keep benefit panel size unchanged; only center content inside */
.benefits .benefit{
  min-height:74px!important;
  height:74px!important;
  max-height:74px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center!important;
  flex:0 0 auto!important;
}

.benefits .benefit__content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  min-height:0!important;
  height:auto!important;
}

.benefits .benefit strong{
  margin:0!important;
}

.benefits .benefit p{
  margin:2px 0 0!important;
}

/* v88: merge the online-order panel into the promotions area */
.home-panels > .promo-panel{
  grid-column: 2 / 4 !important;
}

.home-panels > .order-online-panel{
  display: none !important;
}

@media (max-width: 980px){
  .home-panels > .promo-panel{
    grid-column: auto !important;
  }
}

/* v89 footer redesign */
.footer--light{
  background:#ffffff !important;
  color:#35445f !important;
  padding:44px 0 40px !important;
  margin-top:44px;
}
.footer-service-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:48px;
  align-items:start;
}
.footer--light h3,
.footer--light h4{
  margin:0 0 20px;
  color:#334564;
  font-weight:800;
}
.footer--light h3{font-size:22px;}
.footer--light h4{font-size:18px; margin-top:34px;}
.footer--light a,
.footer--light p{
  color:#5c677d;
}
.footer-service__phone{
  display:block;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#0055a8 !important;
  margin:0 0 18px;
}
.footer-service p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  max-width:440px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-socials a{
  width:48px;
  height:48px;
  border:1px solid #d8dee8;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0055b8 !important;
  background:#f8fafc;
  font-weight:700;
  font-size:24px;
}
.footer-socials a span{line-height:1;}
.footer-socials a[aria-label="LinkedIn"] span{font-size:20px; font-weight:800;}
.footer-mail{
  display:inline-block;
  font-size:16px;
  color:#0055b8 !important;
  margin-top:4px;
}
.footer-nav-col a{
  display:block;
  color:#0055b8 !important;
  font-size:18px;
  line-height:1.45;
  margin:0 0 14px;
}
@media (max-width: 1100px){
  .footer-service-grid{grid-template-columns:1.4fr 1fr 1fr; gap:32px;}
  .footer-nav-col:last-child{grid-column:2 / 4;}
  .footer-service__phone{font-size:48px;}
}
@media (max-width: 800px){
  .footer-service-grid{grid-template-columns:1fr 1fr; gap:28px;}
  .footer-nav-col:last-child{grid-column:auto;}
  .footer-service__phone{font-size:42px;}
}
@media (max-width: 560px){
  .footer-service-grid{grid-template-columns:1fr;}
  .footer--light h3{font-size:20px;}
  .footer-service__phone{font-size:36px;}
  .footer-nav-col a,.footer-mail,.footer-service p{font-size:16px;}
}


/* v90 footer adjustments */
.footer-service__phone{margin:0 0 10px;}
.footer-socials a{background:#fff; border-color:#d9e0eb;}
.footer-socials a:hover{border-color:#9fb5d8; transform:translateY(-1px);}


/* v91 footer color/size refinement */
.footer--light{
  background:#072b68 !important;
  color:#ffffff !important;
}
.footer--light h3,
.footer--light h4{
  color:#ffffff !important;
}
.footer--light a,
.footer--light p{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:44px !important;
  line-height:1.08 !important;
  color:#ffffff !important;
  letter-spacing:0.2px;
}
.footer-nav-col a,
.footer-mail{
  color:#dce8ff !important;
}
.footer-nav-col a:hover,
.footer-mail:hover{
  color:#ffffff !important;
}
.footer-socials a{
  background:#ffffff !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#0055b8 !important;
}
.footer-socials a:hover{
  border-color:#ffffff !important;
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}
@media (max-width:1100px){
  .footer-service__phone{font-size:38px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:34px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:30px !important;}
}


/* v92 footer contact block */
.footer-contact-copy p{
  margin:0 0 10px;
  color:#dce8ff !important;
  font-size:18px;
  line-height:1.5;
}
.footer-contact-copy p:last-child{margin-bottom:0;}
.footer-contact-copy .footer-mail{
  color:#ffffff !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:36px !important;
  font-weight:800;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:32px !important;}
  .footer-contact-copy p{font-size:16px;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:28px !important;}
  .footer-contact-copy p{font-size:15px;}
}


/* v93 footer typography + centered contacts */
.footer--light{
  background:#072b68 !important;
}
.footer-service-grid{
  gap:42px;
}
.footer--light h3{
  font-size:18px !important;
  margin-bottom:16px !important;
}
.footer--light h4{
  font-size:15px !important;
  margin-top:28px !important;
  margin-bottom:12px !important;
}
.footer-service__phone{
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 20px !important;
}
.footer-nav-col a,
.footer-mail,
.footer-service p,
.footer--light p{
  font-size:15px !important;
  line-height:1.42 !important;
}
.footer-nav-col a{
  margin:0 0 12px !important;
}
.footer-socials a{
  width:46px;
  height:46px;
}
.footer-contact-copy{
  text-align:center;
  max-width:520px;
}
.footer-contact-copy h4{
  text-align:center;
}
.footer-contact-copy__line{
  margin:0 0 10px !important;
  color:#dce8ff !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.footer-contact-copy__company{
  font-size:16px !important;
}
.footer-contact-copy__links{
  white-space:normal;
}
.footer-contact-copy .footer-mail{
  display:inline;
  color:#ffffff !important;
  font-size:inherit !important;
  margin-top:0 !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:28px !important;}
  .footer--light h3{font-size:17px !important;}
  .footer-nav-col a,.footer-mail,.footer-service p,.footer--light p,.footer-contact-copy__line{font-size:14px !important;}
  .footer-contact-copy__company{font-size:15px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:26px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:24px !important;}
  .footer-socials a{width:42px;height:42px;}
}


/* v95 contacts in one row, left aligned */
.footer-contact-row{
  margin-top: 18px;
  padding-bottom: 8px;
}
.footer-contact-copy--row{
  max-width: none;
  text-align: left;
  margin: 0;
}
.footer-contact-copy--row h4{
  text-align: left;
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.footer-contact-copy__inline{
  margin: 0 !important;
  color: #dce8ff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.footer-contact-copy__sep{
  display: inline-block;
  margin: 0 10px;
  color: #dce8ff;
}
.footer-contact-copy--row .footer-mail{
  display: inline;
  color: #ffffff !important;
}
@media (max-width: 1200px){
  .footer-contact-copy__inline{font-size:13px !important;}
}
@media (max-width: 860px){
  .footer-contact-row{margin-top: 14px;}
  .footer-contact-copy__sep{margin:0 6px;}
}
@media (max-width: 640px){
  .footer-contact-copy__inline{font-size:13px !important;}
  .footer-contact-copy__sep{display:none;}
}


/* v96 social icons from provided images */
.footer-socials .social-icon--image{
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.footer-socials .social-icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:14px;
}
.footer-socials .social-icon--image:hover{
  transform:translateY(-1px);
  box-shadow:none !important;
}
.footer-socials .social-icon--image:hover img{
  filter:brightness(1.02);
}


/* === Home promotions slider v98 === */
.promo-slider{
  position:relative!important;
  overflow:hidden!important;
  padding:18px 54px 52px 22px!important;
  min-height:340px!important;
}
.promo-slider__viewport{
  position:relative!important;
  min-height:260px!important;
}
.promo-slide{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 170px!important;
  grid-template-rows:auto auto auto auto auto 1fr!important;
  gap:10px 20px!important;
  align-items:start!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .35s ease, visibility .35s ease!important;
}
.promo-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.promo-slide .badge-red{grid-column:1!important;grid-row:1!important;width:max-content!important;}
.promo-slide h2{grid-column:1!important;grid-row:2!important;margin:0!important;font-size:22px!important;line-height:1.08!important;}
.promo-slide strong{grid-column:1!important;grid-row:3!important;display:block!important;font-size:20px!important;line-height:1.15!important;color:var(--navy)!important;}
.promo-slide p{grid-column:1!important;grid-row:4!important;margin:0!important;font-size:15px!important;line-height:1.35!important;color:#334a73!important;max-width:430px!important;}
.promo-slide__price{grid-column:1!important;grid-row:5!important;display:flex!important;align-items:baseline!important;gap:14px!important;flex-wrap:wrap!important;}
.promo-slide__price del{color:#9ba9c0!important;font-size:18px!important;font-weight:700!important;}
.promo-slide__price span{color:var(--navy)!important;font-size:34px!important;font-weight:900!important;line-height:1!important;}
.promo-slide img{grid-column:2!important;grid-row:2 / span 4!important;align-self:center!important;justify-self:end!important;width:150px!important;max-width:100%!important;height:auto!important;opacity:1!important;}
.promo-slide .btn{grid-column:1!important;grid-row:6!important;align-self:end!important;width:170px!important;min-width:170px!important;}
.promo-slider__nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:40px!important;
  height:40px!important;
  border:1px solid #d7e1ef!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--navy)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:0 10px 20px rgba(30,85,184,.10)!important;
}
.promo-slider__nav--prev{left:10px!important;}
.promo-slider__nav--next{right:10px!important;}
.promo-slider__dots{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:14px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  z-index:3!important;
}
.promo-slider__dot{
  width:12px!important;
  height:12px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid #6f84aa!important;
  background:#fff!important;
  cursor:pointer!important;
}
.promo-slider__dot.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
}
@media (max-width:980px){
  .promo-slider{min-height:360px!important;}
}
@media (max-width:640px){
  .promo-slider{padding:18px 16px 54px 16px!important;min-height:420px!important;}
  .promo-slider__viewport{min-height:330px!important;}
  .promo-slide{grid-template-columns:1fr!important;grid-template-rows:auto auto auto auto auto auto 1fr!important;gap:10px!important;}
  .promo-slide img{grid-column:1!important;grid-row:5!important;justify-self:center!important;width:120px!important;}
  .promo-slide__price{grid-column:1!important;grid-row:6!important;}
  .promo-slide .btn{grid-column:1!important;grid-row:7!important;width:100%!important;min-width:0!important;}
  .promo-slide strong{font-size:17px!important;}
  .promo-slide p{font-size:13px!important;max-width:none!important;}
  .promo-slide__price del{font-size:16px!important;}
  .promo-slide__price span{font-size:28px!important;}
  .promo-slider__nav{top:auto!important;bottom:14px!important;transform:none!important;}
  .promo-slider__nav--prev{left:16px!important;}
  .promo-slider__nav--next{right:16px!important;}
}


/* v98: strict grid-layout contacts page */
body[data-route="kontakty"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%);
}

.contacts-hero-grid{
  background:
    linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%);
  border-bottom:1px solid #e2ebf7;
  overflow:hidden;
}

.contacts-hero-grid__inner{
  min-height:310px;
  display:grid;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr);
  align-items:stretch;
  gap:0;
}

.contacts-hero-grid__copy{
  display:grid;
  align-content:center;
  padding:44px 32px 44px 0;
  position:relative;
  z-index:2;
}

.contacts-hero-grid__copy h1{
  margin:0 0 18px;
  color:#0b3476;
  font-size:clamp(48px,5.4vw,74px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:900;
}

.contacts-hero-grid__copy p{
  margin:0;
  max-width:540px;
  color:#263d64;
  font-size:21px;
  line-height:1.42;
  font-weight:500;
}

.contacts-hero-grid__media{
  position:relative;
  min-height:310px;
  display:grid;
  overflow:hidden;
}

.contacts-hero-grid__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(248,251,255,.94) 0%,rgba(248,251,255,.58) 21%,rgba(248,251,255,0) 46%),
    linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,0) 44%);
  pointer-events:none;
}

.contacts-hero-grid__photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  filter:saturate(.94) contrast(1.02);
}

.contacts-hero-grid__logo{
  position:absolute;
  z-index:2;
  right:7%;
  top:42px;
  width:250px;
  max-width:34%;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(214,228,247,.86);
  box-shadow:0 16px 34px rgba(6,43,104,.10);
  backdrop-filter:blur(6px);
}

.contacts-hero-grid__logo img{
  width:100%;
  height:auto;
}

.contacts-hero-grid__operator{
  position:absolute;
  z-index:2;
  right:8%;
  bottom:36px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  border:1px solid #dce6f2;
  box-shadow:0 12px 26px rgba(6,43,104,.12);
  font-weight:900;
  font-size:14px;
}

.contacts-hero-grid__face{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef5ff;
  color:#e52932;
}

.contacts-info-grid{
  margin-top:-48px;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.contacts-info-card{
  min-height:112px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

.contacts-info-card__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b3476;
  display:grid;
  place-items:center;
  font-size:25px;
}

.contacts-info-card__body{
  min-width:0;
  display:grid;
  gap:5px;
}

.contacts-info-card strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
}

.contacts-info-card em{
  color:#e52932;
  font-style:normal;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

.contacts-info-card small{
  color:#1f3960;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.contacts-grid-layout{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(440px,1.1fr) minmax(340px,.9fr) minmax(340px,.9fr);
  gap:18px;
  align-items:stretch;
}

.contacts-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px;
  min-height:330px;
  overflow:hidden;
}

.contacts-card__head{
  margin-bottom:12px;
}

.contacts-card__head h2{
  margin:0 0 6px;
  color:#0b3476;
  font-size:22px;
  line-height:1.12;
  font-weight:900;
}

.contacts-card__head p{
  margin:0;
  color:#53637c;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.contacts-branches-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-branches-card__grid{
  display:grid;
  grid-template-columns:48% 1fr;
  gap:16px;
  min-height:240px;
}

.contacts-branches-map{
  overflow:hidden;
  border-radius:16px;
  background:#eaf4ff;
  border:1px solid #dce6f2;
  min-height:240px;
}

.contacts-branches-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.contacts-branches-list{
  display:grid;
  align-content:start;
  gap:9px;
}

.contacts-branch-link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:0;
  color:#0b3476;
}

.contacts-branch-link__pin{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#e52932;
  font-size:17px;
  line-height:1;
}

.contacts-branch-link strong,
.contacts-branch-link em,
.contacts-branch-link small{
  display:block;
}

.contacts-branch-link strong{
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

.contacts-branch-link em{
  margin-top:2px;
  color:#1f3960;
  font-style:normal;
  font-size:12.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-branch-link small{
  margin-top:2px;
  color:#64738b;
  font-size:10.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-map-button{
  justify-self:start;
  margin-top:14px;
  min-width:190px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  padding:0 18px;
  border-radius:10px;
  border:1.5px solid #0b3476;
  color:#0b3476;
  background:#fff;
  font-weight:900;
  font-size:14px;
}

.contacts-form-card .pro-form{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.contacts-form-card .pro-form label{
  display:grid;
  gap:5px;
  color:#53637c;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}

.contacts-form-card .pro-form input,
.contacts-form-card .pro-form textarea{
  width:100%;
  border:1px solid #cbd7e8;
  border-radius:9px;
  padding:10px 12px;
  min-height:39px;
  background:#fff;
  color:#0b3476;
}

.contacts-form-card .pro-form textarea{
  min-height:84px;
  resize:vertical;
}

.contacts-form-card .pro-form .span-2{
  grid-column:auto;
}

.contacts-form-card .pro-form .check{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:#0b3476;
}

.contacts-form-card .pro-form .check input{
  width:16px;
  height:16px;
  min-height:0;
  flex:0 0 auto;
}

.contacts-form-card .pro-form .btn{
  width:100%;
  min-height:44px;
}

.contacts-help-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-help-list{
  display:grid;
  gap:8px;
  align-content:start;
}

.contacts-help-list details{
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  padding:0;
}

.contacts-help-list summary{
  list-style:none;
  cursor:pointer;
  padding:11px 38px 11px 12px;
  position:relative;
  color:#0b3476;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.contacts-help-list summary::-webkit-details-marker{
  display:none;
}

.contacts-help-list summary::after{
  content:"⌄";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#0b3476;
}

.contacts-help-list details[open] summary::after{
  content:"⌃";
}

.contacts-help-list details p{
  margin:0;
  padding:0 12px 12px;
  color:#53637c;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.contacts-chat-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:12px;
  border:1px solid #dce6f2;
  background:#fff;
  color:#e52932;
  font-size:14px;
  font-weight:900;
}

body[data-route="kontakty"] .benefits{
  margin-top:20px;
}

@media (max-width:1180px){
  .contacts-hero-grid__inner{
    grid-template-columns:1fr;
  }
  .contacts-hero-grid__media{
    min-height:240px;
    order:-1;
  }
  .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:18px;
  }
  .contacts-info-grid .contacts-info-card:last-child{
    grid-column:1 / -1;
  }
  .contacts-grid-layout{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .contacts-hero-grid__copy{
    padding:30px 0;
  }
  .contacts-hero-grid__copy h1{
    font-size:42px;
  }
  .contacts-hero-grid__copy p{
    font-size:17px;
  }
  .contacts-info-grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-map{
    min-height:220px;
  }
}


/* v99 contacts page corrections */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding-top:34px!important;
  padding-bottom:34px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  font-size:48px!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:10px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  font-size:16px!important;
  line-height:1.34!important;
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo{
  width:210px!important;
  top:34px!important;
  right:6%!important;
}

body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  margin-top:0px!important;
  gap:12px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:86px!important;
  height:86px!important;
  padding:12px 14px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  border-radius:15px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:42px!important;
  height:42px!important;
  font-size:20px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  gap:3px!important;
  align-content:center!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:13px!important;
  line-height:1.05!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:12.5px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10.8px!important;
  line-height:1.13!important;
  white-space:pre-line!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  object-position:62% center!important;
  transform:translateX(-18px) scale(1.08);
  transform-origin:center center;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:230px!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:82px!important;
  }
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    font-size:40px!important;
  }
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:16px!important;
  }
}


/* v100 contacts hero/photo and compact info cards */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo,
body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  grid-template-columns:1.05fr 1.05fr 1.28fr 1.08fr 1fr!important;
  gap:10px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:78px!important;
  height:78px!important;
  padding:10px 12px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:9px!important;
  border-radius:14px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:38px!important;
  height:38px!important;
  font-size:18px!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:12px!important;
  line-height:1.02!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:11.5px!important;
  line-height:1.04!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) em{
  white-space:nowrap!important;
  font-size:11px!important;
  letter-spacing:-.02em!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
  white-space:nowrap!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(4) small{
  white-space:pre-line!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:78px!important;
  }
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) em,
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
    white-space:normal!important;
  }
}


/* v101 contacts hero proportions */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:338px!important;
  grid-template-columns:minmax(360px,.88fr) minmax(500px,1.02fr)!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:36px 26px 52px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 14px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:338px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,.96) 0%,rgba(248,251,255,.72) 18%,rgba(248,251,255,.16) 38%,rgba(248,251,255,0) 52%),
    linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 42%)!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  width:95%!important;
  height:92%!important;
  object-fit:contain!important;
  object-position:right center!important;
  justify-self:end!important;
  margin-left:auto!important;
  filter:saturate(.96) contrast(1.01)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:26px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:280px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    width:100%!important;
    height:100%!important;
  }
}


/* v106 contacts hero: lower the operator image so hands are mostly hidden by the contact cards */
body[data-route="kontakty"] .contacts-hero-grid__media{
  align-items:flex-end!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-position:right bottom!important;
  height:96%!important;
  transform:translateY(34px)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    object-position:center center!important;
    height:100%!important;
  }
}


/* v107 contacts hero: pull the whole hero block upward closer to the top white header edge */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:286px!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:14px 26px 44px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:286px!important;
  align-items:flex-start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  height:93%!important;
  transform:translateY(14px)!important;
}

body[data-route="kontakty"] .contact-cards{
  margin-top:-44px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:22px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:260px!important;
    align-items:center!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    height:100%!important;
  }
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v108 contacts hero: raise the contact cards a bit higher */
body[data-route="kontakty"] .contact-cards{
  margin-top:-60px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v110 contacts cards: increase card height further */
body[data-route="kontakty"] .contact-cards{
  grid-auto-rows:190px!important;
}

body[data-route="kontakty"] .contact-card{
  min-height:190px!important;
}

@media (max-width: 980px){
  body[data-route="kontakty"] .contact-cards{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contact-card{
    min-height:190px!important;
  }
}

/* v111 contacts info cards: actually increase the visible top contact tiles height */
body[data-route="kontakty"] .contacts-info-grid{
  grid-auto-rows:118px!important;
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:118px!important;
  height:118px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:46px!important;
  height:46px!important;
  font-size:21px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  align-self:center!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:118px!important;
  }
}


/* v112: raise top contact tiles higher into the hero area */
body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-56px!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:12px!important;
  }
}


/* v113: contacts hero text spacing and branch hours line breaks */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:84px 32px 28px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 24px !important;
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:8px;
  max-width:560px;
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:clamp(27px,2.25vw,34px);
  line-height:1.05;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#263a5e;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

body[data-route="kontakty"] .contacts-branch-link small{
  line-height:1.28;
}

body[data-route="kontakty"] .contacts-branch-link small br{
  content:"";
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:46px 0 24px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:16px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:24px;
  }
  body[data-route="kontakty"] .contacts-hero-grid__desc{
    font-size:15px;
  }
}


/* v114: contacts hero text styled to match home hero concept */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:72px 32px 26px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 6px !important;
  color:#0b3476;
  font-size:var(--h1-home) !important;
  line-height:1.01 !important;
  letter-spacing:-.045em;
  font-weight:900;
  max-width:clamp(520px,45vw,650px);
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:clamp(7px,.7vw,10px);
  max-width:clamp(480px,42vw,600px);
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px) !important;
  line-height:1.27 !important;
  font-weight:500;
  max-width:clamp(480px,42vw,600px);
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:38px 0 20px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:6px !important;
  }
}


/* v115: contacts hero phrase updated and sized like home hero subheading */
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(28px,2.3vw,35px) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  color:#0b3476 !important;
}

/* v116: visibly enlarge the second hero phrase on contacts page */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(44px,3.35vw,56px) !important;
  line-height:1.02 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  max-width:clamp(560px,48vw,760px) !important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:clamp(32px,4vw,42px) !important;
    line-height:1.05 !important;
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:30px !important;
  }
}


/* v117: match contacts hero secondary phrase to home hero parameters */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  margin-bottom:clamp(7px,.7vw,10px) !important;
  color:#0b3476 !important;
  max-width:none !important;
}


/* v118: update contacts hero phrase and raise it slightly higher */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:-22px !important;
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:-10px !important;
  }
}


/* v119: restore normal second line position and move the whole hero text group upward */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  transform:translateY(-28px);
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-16px);
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:0 !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-8px);
  }
}


/* v120 contacts map: use full branch map so every location stays visible */
body[data-route="kontakty"] .contacts-branches-map{
  background:#f4f8ff!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* v121 contacts map: stretch map to full height of the card area */
body[data-route="kontakty"] .contacts-branches-card__grid{
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  min-height:100%!important;
  height:100%!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:fill!important;
  object-position:center center!important;
}


/* v122 contacts map: keep natural proportions and enlarge the map area instead of stretching */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:56% 1fr!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:unset!important;
  object-position:center center!important;
  transform:none!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v123 contacts branches: place the branch list under a wider map */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:1fr!important;
  align-items:start!important;
  gap:18px!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="kontakty"] .contacts-branches-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-content:start!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v124 contacts branches: arrange branch addresses in two columns under the map */
body[data-route="kontakty"] .contacts-branches-list{
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  column-gap:28px!important;
  row-gap:18px!important;
}

body[data-route="kontakty"] .contacts-branch-link{
  height:100%!important;
}

@media (max-width:900px){
  body[data-route="kontakty"] .contacts-branches-list{
    grid-template-columns:1fr!important;
  }
}


/* === About page redesign === */
body[data-route="pro-nas"]{
  background:#f5f8fc;
}
body[data-route="pro-nas"] .footer{
  margin-top:34px;
}
.about-page{
  padding:0 0 24px;
}
.about-page__wrap{
  padding-top:0;
}
.about-hero-card{
  display:grid;
  grid-template-columns:minmax(320px, 38%) minmax(0, 62%);
  align-items:stretch;
  overflow:hidden;
  background:#eef4fb;
  border:1px solid var(--line);
  border-radius:0 0 22px 22px;
  box-shadow:var(--shadow);
}
.about-hero-card__copy{
  padding:48px 28px 22px 28px;
  position:relative;
  z-index:2;
}
.about-hero-card__copy h1{
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(44px, 5vw, 72px);
  line-height:.95;
  letter-spacing:-.045em;
}
.about-hero-card__lead{
  margin:0 0 14px;
  color:var(--navy);
  font-weight:800;
  font-size:clamp(18px, 2vw, 28px);
  line-height:1.1;
}
.about-hero-card__text{
  margin:0;
  max-width:430px;
  color:#28426f;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.45;
}
.about-hero-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
}
.about-hero-card__actions .btn{
  min-width:208px;
  min-height:44px;
  font-size:15px;
}
.about-hero-card__media{
  min-height:255px;
  position:relative;
}
.about-hero-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(238,244,251,1) 0%, rgba(238,244,251,.82) 12%, rgba(238,244,251,.25) 24%, rgba(238,244,251,0) 39%);
  z-index:1;
  pointer-events:none;
}
.about-hero-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.about-details-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.06fr) minmax(0,1.28fr);
  gap:18px;
  margin-top:22px;
}
.about-info-card{
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:20px 16px 18px;
  display:flex;
  flex-direction:column;
}
.about-info-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.about-info-card__icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  border:1px solid #d6e2f0;
  background:#f8fbff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.about-info-card__icon svg{
  width:29px;
  height:29px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-info-card h2{
  margin:0;
  color:var(--navy);
  font-size:22px;
  line-height:1.15;
}
.about-info-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
}
.about-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:7px 12px;
  border-radius:14px;
  border:1px solid #ccd8e8;
  color:var(--navy);
  background:#fbfdff;
  font-weight:700;
  text-align:center;
  line-height:1.2;
}
.about-info-card--stats .about-info-card__head{
  margin-bottom:18px;
}
.about-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 10px;
  margin-top:4px;
}
.about-stat{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.about-stat strong{
  color:var(--navy);
  font-size:22px;
  line-height:1;
}
.about-stat span{
  color:#27426b;
  font-size:14px;
  line-height:1.28;
}
.about-info-card--timeline{
  position:relative;
}
.about-timeline{
  position:relative;
  display:grid;
  gap:10px;
  padding-left:18px;
}
.about-timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  bottom:8px;
  width:2px;
  background:#dce6f2;
}
.about-timeline__item{
  position:relative;
  padding-left:20px;
}
.about-timeline__item::before{
  content:"";
  position:absolute;
  left:-1px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--red);
  z-index:1;
}
.about-timeline__item.is-active::before,
.about-timeline__item.is-today::before{
  background:var(--red);
}
.about-timeline__year{
  color:var(--navy);
  font-weight:800;
  font-size:18px;
  margin-bottom:5px;
}
.about-timeline__item p{
  font-size:14px;
  line-height:1.34;
}
.about-timeline__item.is-today .about-timeline__year{
  color:var(--red);
}
@media (max-width: 1180px){
  .about-hero-card{grid-template-columns:minmax(300px,40%) minmax(0,60%);}
  .about-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 900px){
  .about-hero-card{grid-template-columns:1fr; border-radius:0 0 20px 20px;}
  .about-hero-card__copy{padding:28px 20px 24px;}
  .about-hero-card__media{min-height:280px;}
  .about-hero-card__media::before{background:linear-gradient(180deg, rgba(238,244,251,.15) 0%, rgba(238,244,251,0) 24%);}
}
@media (max-width: 640px){
  .about-details-grid{grid-template-columns:1fr;}
  .about-stats-grid{grid-template-columns:1fr 1fr;}
  .about-hero-card__actions .btn{width:100%; min-width:0;}
  .about-info-card{min-height:auto;}
}

.about-team-section{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:16px 18px 18px;
}
.about-team-section__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.about-team-section__header h2{
  margin:0;
  color:var(--navy);
  font-size:32px;
  line-height:1.05;
}
.about-team-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(4, 1fr);
  gap:14px;
}
.about-team-photo{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#eff4fb;
  border:1px solid #d6e2f0;
  min-height:160px;
}
.about-team-photo--wide{
  min-height:160px;
}
.about-team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--team-pos, center center);
  display:block;
}
@media (max-width: 1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .about-team-photo--wide{
    grid-column:span 3;
    min-height:220px;
  }
}
@media (max-width: 900px){
  .about-team-section__header h2{font-size:28px;}
}
@media (max-width: 640px){
  .about-team-grid{
    grid-template-columns:1fr;
  }
  .about-team-photo--wide{
    grid-column:auto;
    min-height:180px;
  }
  .about-team-photo{
    min-height:180px;
  }
}


/* v133: compact about info panels and corrected stats */
body[data-route="pro-nas"] .about-details-grid{
  gap:14px!important;
  margin-top:18px!important;
}
body[data-route="pro-nas"] .about-info-card{
  min-height:205px!important;
  padding:16px 14px 15px!important;
  border-radius:18px!important;
}
body[data-route="pro-nas"] .about-info-card__head{
  gap:10px!important;
  margin-bottom:9px!important;
}
body[data-route="pro-nas"] .about-info-card__icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}
body[data-route="pro-nas"] .about-info-card__icon svg{
  width:23px!important;
  height:23px!important;
}
body[data-route="pro-nas"] .about-info-card h2{
  font-size:18px!important;
  line-height:1.12!important;
}
body[data-route="pro-nas"] .about-info-card p{
  font-size:13px!important;
  line-height:1.34!important;
}
body[data-route="pro-nas"] .about-badges{
  gap:8px!important;
  padding-top:12px!important;
}
body[data-route="pro-nas"] .about-badges span{
  min-height:40px!important;
  padding:6px 10px!important;
  font-size:12px!important;
  border-radius:12px!important;
}
body[data-route="pro-nas"] .about-stats-grid{
  gap:10px 9px!important;
  margin-top:0!important;
}
body[data-route="pro-nas"] .about-stat{
  gap:4px!important;
}
body[data-route="pro-nas"] .about-stat strong{
  font-size:19px!important;
}
body[data-route="pro-nas"] .about-stat span{
  font-size:12px!important;
  line-height:1.25!important;
}
body[data-route="pro-nas"] .about-timeline{
  gap:8px!important;
  padding-left:15px!important;
}
body[data-route="pro-nas"] .about-timeline__item{
  padding-left:17px!important;
}
body[data-route="pro-nas"] .about-timeline__year{
  font-size:14px!important;
  margin-bottom:3px!important;
}
body[data-route="pro-nas"] .about-timeline__item p{
  font-size:12px!important;
  line-height:1.28!important;
}
body[data-route="pro-nas"] .about-timeline__item::before{
  width:10px!important;
  height:10px!important;
  top:4px!important;
}


/* v135: remove ISO badges and use supplied real lab photos in the team block */
.about-badges{
  display:none!important;
}

.about-info-card{
  min-height:220px!important;
}

.about-team-section{
  padding:16px 18px 18px!important;
}

.about-team-grid{
  grid-template-columns:1.25fr repeat(4, 1fr)!important;
  gap:14px!important;
}

.about-team-photo{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo--wide{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--team-pos, center center)!important;
}

@media (max-width:1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .about-team-photo--wide{
    grid-column:span 3!important;
    height:220px!important;
    min-height:220px!important;
  }
}

@media (max-width:640px){
  .about-team-grid{
    grid-template-columns:1fr!important;
  }
  .about-team-photo,
  .about-team-photo--wide{
    grid-column:auto!important;
    height:180px!important;
    min-height:180px!important;
  }
}


/* v136: about hero text like contacts hero; compact one-line subtitles and one-row buttons */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px, 43%) minmax(0, 57%)!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding-top:48px!important;
  padding-bottom:34px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin-bottom:10px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 16px!important;
  font-size:clamp(30px, 2.35vw, 38px)!important;
  line-height:1.06!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0 0 4px!important;
  max-width:none!important;
  font-size:clamp(18px, 1.28vw, 22px)!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  margin-top:24px!important;
  align-items:center!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  width:auto!important;
  min-width:208px!important;
  white-space:nowrap!important;
}

@media (max-width: 1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
}

@media (max-width: 640px){
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:28px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:18px!important;
  }
}


/* v137: make About hero title closer to Contacts page title size */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:clamp(40px, 4.35vw, 62px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}


/* v138: doctors partnership page */
body[data-route="likariam"]{
  background:#f5f8fc;
}
.doctors-page{
  padding-bottom:34px;
}
.doctors-hero{
  position:relative;
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 52%,#e9f3ff 100%);
  overflow:hidden;
}
.doctors-hero__inner{
  position:relative;
  min-height:505px;
  display:grid;
  grid-template-columns:minmax(420px, 38%) minmax(0, 62%);
  align-items:stretch;
}
.doctors-hero__copy{
  position:relative;
  z-index:2;
  padding:58px 0 200px;
}
.doctors-hero__eyebrow{
  margin-bottom:22px;
  color:var(--red);
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.doctors-hero h1{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(58px, 5.2vw, 82px);
  line-height:1.05;
  letter-spacing:-.052em;
}
.doctors-hero p{
  margin:0;
  max-width:500px;
  color:#243d6a;
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.42;
}
.doctors-hero__photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:68%;
  z-index:1;
}
.doctors-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(249,252,255,1) 0%, rgba(249,252,255,.93) 10%, rgba(249,252,255,.42) 29%, rgba(249,252,255,0) 48%);
  pointer-events:none;
}
.doctors-hero__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.doctors-benefits{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:-148px;
}
.doctor-benefit-card{
  min-height:142px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:26px 22px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 15px 34px rgba(0,43,102,.11);
}
.doctor-benefit-card__icon{
  width:54px;
  height:54px;
  min-width:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-benefit-card__icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-benefit-card h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
  line-height:1.12;
}
.doctor-benefit-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.doctors-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:22px;
}
.doctor-register-card,
.doctor-docs-card{
  min-height:245px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.doctor-register-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:22px;
  align-items:center;
  padding:34px 36px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
}
.doctor-register-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-register-card__icon svg{
  width:118px;
  height:118px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-register-card__label{
  color:var(--red);
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.doctor-register-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
}
.doctor-register-card p{
  margin:0 0 24px;
  color:#27426b;
  font-size:15px;
  line-height:1.42;
}
.doctor-register-card__button{
  width:max-content!important;
  min-width:220px;
  min-height:54px;
}
.doctor-docs-card{
  padding:28px 30px;
}
.doctor-docs-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:18px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.doctor-docs-card__list{
  display:grid;
}
.doctor-doc-row{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) auto 28px;
  gap:14px;
  align-items:center;
  min-height:48px;
  border-bottom:1px solid #dce6f2;
  color:var(--navy);
}
.doctor-doc-row__icon svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-doc-row strong{
  font-size:14px;
  line-height:1.2;
}
.doctor-doc-row small{
  color:#5f708f;
  font-size:13px;
  white-space:nowrap;
}
.doctor-doc-row__download{
  color:var(--red);
  font-size:24px;
  line-height:1;
  text-align:center;
}
.doctor-docs-card__all{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
}
@media (max-width:1180px){
  .doctors-hero__inner{grid-template-columns:1fr;min-height:470px;}
  .doctors-hero__photo{width:78%;}
  .doctors-benefits{grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:-110px;}
  .doctors-partner-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .doctors-hero__copy{padding:38px 0 190px;}
  .doctors-hero h1{font-size:42px;}
  .doctors-hero p{font-size:18px;}
  .doctors-hero__photo{width:100%; opacity:.55;}
  .doctors-benefits{grid-template-columns:1fr; margin-top:-124px;}
  .doctor-register-card{grid-template-columns:1fr; padding:26px 22px;}
  .doctor-register-card__icon{justify-content:flex-start;}
  .doctor-doc-row{grid-template-columns:30px minmax(0,1fr) 28px;}
  .doctor-doc-row small{display:none;}
}


/* v139: replace doctor registration promo with full form panel */
.doctors-partner-grid{
  grid-template-columns:1fr!important;
  gap:22px!important;
}

.doctor-register-form-card{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:30px 34px 32px;
}

.doctor-register-form-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.doctor-register-form-card > p{
  margin:0 0 20px;
  color:var(--navy);
  font-size:21px;
  line-height:1.32;
}

.doctor-register-form{
  display:grid;
  gap:16px;
}

.doctor-register-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr;
}

.doctor-register-form label{
  display:grid;
  gap:8px;
  color:#33425d;
  font-weight:800;
  font-size:20px;
  line-height:1.15;
}

.doctor-register-form input,
.doctor-register-form textarea{
  width:100%;
  border:1px solid #c7d5e8;
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  font-size:20px;
  line-height:1.2;
  padding:16px 18px;
  outline:none;
}

.doctor-register-form input{
  min-height:64px;
}

.doctor-register-form textarea{
  min-height:142px;
  resize:vertical;
}

.doctor-register-form input::placeholder,
.doctor-register-form textarea::placeholder{
  color:#6d7480;
  font-weight:700;
}

.doctor-register-form__consent{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  font-size:21px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

.doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

.doctor-register-form__submit{
  width:100%!important;
  min-height:64px;
  border-radius:9px!important;
  font-size:22px!important;
  font-weight:900!important;
  text-transform:none;
}

@media (max-width: 800px){
  .doctor-register-form-card{
    padding:22px 18px 24px;
  }
  .doctor-register-form__row,
  .doctor-register-form__row--single{
    grid-template-columns:1fr;
  }
  .doctor-register-form-card > p,
  .doctor-register-form label,
  .doctor-register-form input,
  .doctor-register-form textarea,
  .doctor-register-form__consent{
    font-size:17px!important;
  }
}


/* v140: normalize Doctors page typography to Contacts page scale */
body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(46px, 4.6vw, 68px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(18px, 1.35vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:16px!important;
  line-height:1.12!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:14px!important;
  line-height:1.35!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  line-height:1.1!important;
  margin-bottom:14px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
  line-height:1.35!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:14px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:16px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:16px!important;
  line-height:1.22!important;
  padding:13px 16px!important;
  border-radius:10px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:52px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:116px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
  line-height:1.2!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:54px!important;
  font-size:18px!important;
  border-radius:9px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form-card > p,
  body[data-route="likariam"] .doctor-register-form label,
  body[data-route="likariam"] .doctor-register-form input,
  body[data-route="likariam"] .doctor-register-form textarea,
  body[data-route="likariam"] .doctor-register-form__consent{
    font-size:16px!important;
  }
}


/* v141: make Doctors page hero/cards typography match Contacts scale more closely */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:12px!important;
  line-height:1.15!important;
  letter-spacing:.08em!important;
  margin-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(40px, 3.25vw, 58px)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin-bottom:20px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.08vw, 22px)!important;
  line-height:1.42!important;
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-benefits{
  gap:18px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  min-height:150px!important;
  padding:22px 22px!important;
  gap:18px!important;
  align-items:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:48px!important;
  height:48px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:20px!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:16px!important;
  line-height:1.35!important;
  margin:0!important;
}

/* form remains readable, but no oversized 20–22px typography */
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
}

body[data-route="likariam"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
}

@media (max-width: 900px){
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:40px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy p{
    font-size:17px!important;
  }
}


/* v142: rigid Matlab-grid-like layout for Doctors page, matching reference composition */
body[data-route="likariam"] .doctors-page{
  background:#f5f8fc!important;
  padding-bottom:34px!important;
}

body[data-route="likariam"] .doctors-hero{
  min-height:390px!important;
  height:390px!important;
  position:relative!important;
  overflow:hidden!important;
  background:#edf4fb!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  height:100%!important;
  display:grid!important;
  grid-template-columns:39% 61%!important;
  align-items:stretch!important;
  position:relative!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  grid-column:1!important;
  max-width:none!important;
  align-self:center!important;
  padding:18px 0 84px!important;
  z-index:2!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  color:var(--red)!important;
  text-transform:uppercase!important;
  margin:0 0 20px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:clamp(46px, 4.45vw, 74px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  margin:0!important;
  max-width:520px!important;
  color:#183865!important;
  font-size:clamp(17px, 1.2vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctors-hero__photo{
  grid-column:2!important;
  position:absolute!important;
  inset:0 0 0 34%!important;
  height:100%!important;
  z-index:1!important;
}

body[data-route="likariam"] .doctors-hero__photo::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,#edf4fb 0%,rgba(237,244,251,.95) 8%,rgba(237,244,251,.44) 24%,rgba(237,244,251,0) 42%)!important;
  z-index:1!important;
  pointer-events:none!important;
}

body[data-route="likariam"] .doctors-hero__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

/* Benefits: strict 4-column row overlapping lower hero edge */
body[data-route="likariam"] .doctors-benefits{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-78px!important;
  margin-bottom:0!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-height:142px!important;
  height:142px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 16px 38px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:50px!important;
  height:50px!important;
  stroke-width:2.15!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.08!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.36!important;
  color:#27426b!important;
}

/* Bottom grid: exactly two panels like the reference */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:22px!important;
  margin-top:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-card,
body[data-route="likariam"] .doctor-docs-card{
  min-height:232px!important;
  height:232px!important;
  border-radius:18px!important;
  border:1px solid #dfe8f4!important;
  background:#fff!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
}

body[data-route="likariam"] .doctor-register-card{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:30px 32px!important;
  background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%)!important;
}

body[data-route="likariam"] .doctor-register-card__icon{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-register-card__icon svg{
  width:118px!important;
  height:118px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body[data-route="likariam"] .doctor-register-card__label{
  margin:0 0 12px!important;
  color:var(--red)!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

body[data-route="likariam"] .doctor-register-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-card p{
  margin:0 0 20px!important;
  color:#27426b!important;
  font-size:14px!important;
  line-height:1.38!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctor-register-card__button{
  min-width:210px!important;
  min-height:50px!important;
  width:max-content!important;
  font-size:15px!important;
  border-radius:8px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:28px 30px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 16px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body[data-route="likariam"] .doctor-doc-row{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto 28px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  margin-top:12px!important;
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctors-hero__inner{
    grid-template-columns:1fr!important;
    min-height:420px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:50px 0 46px!important;
  }
  body[data-route="likariam"] .doctors-hero__photo{
    inset:0!important;
    opacity:.45!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:130px!important;
  }
  body[data-route="likariam"] .doctor-register-card,
  body[data-route="likariam"] .doctor-docs-card{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctor-register-card{
    grid-template-columns:1fr!important;
  }
}


/* v143: Contacts-like typography, contact-style benefit panels, form instead of promo button */
body[data-route="likariam"] .doctors-hero{
  height:390px!important;
  min-height:390px!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:24px 0 96px!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(42px, 3.65vw, 62px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.12vw, 21px)!important;
  line-height:1.38!important;
  max-width:540px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-74px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:160px!important;
  min-height:160px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 15px 36px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  background:#f2f7ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:44px!important;
  height:44px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:15px!important;
  line-height:1.33!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:20px!important;
  margin-top:22px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  width:100%!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:var(--shadow)!important;
  padding:28px 34px 32px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  margin:0 0 20px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1.34!important;
}

body[data-route="likariam"] .doctor-register-form{
  display:grid!important;
  gap:16px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="likariam"] .doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr!important;
}

body[data-route="likariam"] .doctor-register-form label{
  display:grid!important;
  gap:8px!important;
  color:#33425d!important;
  font-weight:800!important;
  font-size:18px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  width:100%!important;
  border:1px solid #c7d5e8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.22!important;
  padding:15px 18px!important;
  outline:none!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:58px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:134px!important;
  resize:vertical!important;
}

body[data-route="likariam"] .doctor-register-form input::placeholder,
body[data-route="likariam"] .doctor-register-form textarea::placeholder{
  color:#6d7480!important;
  font-weight:700!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:18px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  width:100%!important;
  min-height:60px!important;
  border-radius:9px!important;
  font-size:20px!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form__row,
  body[data-route="likariam"] .doctor-register-form__row--single{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
}


/* v144: keep registration form and documents panel in the same row */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0, 1.42fr) minmax(360px, .72fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  min-height:0!important;
  height:auto!important;
}

body[data-route="likariam"] .doctor-docs-card{
  min-height:0!important;
  height:auto!important;
  align-self:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:17px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:15px!important;
  gap:6px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:15px!important;
  padding:12px 15px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:48px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:96px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:15px!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:50px!important;
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  min-height:48px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v145: reduce overall Doctors page scale — compact, reference-like proportions */
body[data-route="likariam"] .doctors-page{
  padding-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero{
  height:280px!important;
  min-height:280px!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  grid-template-columns:37% 63%!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:12px 0 56px!important;
  max-width:430px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:9px!important;
  line-height:1!important;
  margin-bottom:12px!important;
  letter-spacing:.11em!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(30px, 2.75vw, 46px)!important;
  line-height:1.04!important;
  margin-bottom:12px!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(12px, .9vw, 15px)!important;
  line-height:1.38!important;
  max-width:390px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:-48px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:104px!important;
  min-height:104px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  padding:14px 14px!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:33px!important;
  height:33px!important;
  stroke-width:2!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:13px!important;
  line-height:1.08!important;
  margin:0 0 7px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:11px!important;
  line-height:1.28!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0, 1.42fr) minmax(320px, .72fr)!important;
  gap:16px!important;
  margin-top:16px!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:22px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:8px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:11px!important;
  line-height:1.1!important;
  gap:4px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:11px!important;
  line-height:1.2!important;
  padding:8px 10px!important;
  border-radius:7px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:34px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:70px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:11px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:13px!important;
  height:13px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:36px!important;
  font-size:13px!important;
  border-radius:6px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 22px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:12px!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:22px minmax(0,1fr) auto 20px!important;
  min-height:33px!important;
  gap:9px!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:10.5px!important;
  line-height:1.18!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:10px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__download{
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:11px!important;
  margin-top:8px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:14px!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:320px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:30px 0 34px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:34px!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:92px!important;
  }
}


/* v146: move Doctors hero title block upward, closer to the top-left of the hero */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:34px!important;
  padding-bottom:56px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  margin-top:0!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin-top:0!important;
}


/* v147: Doctors hero text style aligned with Contacts hero concept */
body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:26px!important;
  padding-bottom:56px!important;
  max-width:610px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(42px, 3.25vw, 56px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 22px!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(27px, 2.0vw, 36px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(16px, 1.05vw, 20px)!important;
  line-height:1.32!important;
  max-width:620px!important;
}

body[data-route="likariam"] .doctors-hero__copy > p:not(.doctors-hero__lead):not(.doctors-hero__text){
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding-top:28px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:36px!important;
  }
  body[data-route="likariam"] .doctors-hero__lead{
    font-size:24px!important;
  }
  body[data-route="likariam"] .doctors-hero__text{
    font-size:16px!important;
  }
}


/* v148: Doctors hero title in one bold line, slogan smaller and regular */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:720px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  white-space:nowrap!important;
  font-weight:900!important;
  font-size:clamp(38px, 3.15vw, 54px)!important;
  line-height:1.02!important;
  margin:0 0 10px!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 18px!important;
  font-weight:400!important;
  font-size:clamp(24px, 1.65vw, 32px)!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-weight:400!important;
  font-size:clamp(15px, .95vw, 18px)!important;
  line-height:1.32!important;
  max-width:640px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}


/* v149: use exact Contacts hero typography parameters for Doctors hero rows */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  max-width:760px!important;
  transform:translateY(-28px)!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    margin-bottom:6px!important;
  }
}


/* v150: make Doctors hero slogan two visual sizes smaller than title and regular weight */
body[data-route="likariam"] .doctors-hero__lead{
  font-size:clamp(24px,1.85vw,30px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
  margin:0 0 clamp(8px,.75vw,11px)!important;
}


/* v151: exact Contacts hero typography for Doctors hero */
body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  color:#0b3476!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  color:#0b3476!important;
  margin:0!important;
  max-width:clamp(480px,42vw,600px)!important;
}


/* v152 HARD FIX: Doctors hero typography exactly like Contacts hero + cache-busted CSS */
body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  transform:translateY(-28px)!important;
  max-width:760px!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:clamp(39px,3.25vw,48px)!important;
  line-height:1.01!important;
  letter-spacing:-0.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1,
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
}


/* v153: equal widths for registration/documents panels and unified typography */
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:24px minmax(0,1fr) auto 22px!important;
  gap:12px!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:900!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:12px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  margin-top:10px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v155: Patients preparation pages — rigid Matlab-grid-like layout */
body[data-route^="patsiientam"] .prep-hero{
  background:#f4f8fd;
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:305px;
  display:grid;
  grid-template-columns:minmax(520px,.98fr) minmax(560px,1.1fr);
  align-items:stretch;
  gap:0;
  position:relative;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 64px 0;
  position:relative;
  z-index:2;
}

body[data-route^="patsiientam"] .prep-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#516584;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

body[data-route^="patsiientam"] .prep-breadcrumb a{
  color:#29456f;
}

body[data-route^="patsiientam"] .prep-breadcrumb strong{
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  margin:0 0 16px;
  color:#0b3476;
  font-size:clamp(42px,3.6vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  margin:0;
  max-width:560px;
  color:#263d64;
  font-size:clamp(18px,1.35vw,24px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="patsiientam"] .prep-hero__media{
  position:relative;
  min-height:305px;
  overflow:hidden;
}

body[data-route^="patsiientam"] .prep-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(244,248,253,1) 0%,rgba(244,248,253,.72) 24%,rgba(244,248,253,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 56%);
  pointer-events:none;
}

body[data-route^="patsiientam"] .prep-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-44px;
  position:relative;
  z-index:4;
}

body[data-route^="patsiientam"] .prep-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

body[data-route^="patsiientam"] .prep-tab{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#0b3476;
  font-size:18px;
  font-weight:900;
  border-right:1px solid #dce6f2;
  background:#fff;
  position:relative;
}

body[data-route^="patsiientam"] .prep-tab:last-child{
  border-right:0;
}

body[data-route^="patsiientam"] .prep-tab.is-active{
  background:#e60012;
  color:#fff;
}

body[data-route^="patsiientam"] .prep-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:4px;
  background:#e60012;
  border-radius:999px;
}

body[data-route^="patsiientam"] .prep-tab__icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route^="patsiientam"] .prep-tab svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="patsiientam"] .prep-content-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(330px,.92fr);
  grid-template-rows:auto auto;
  gap:18px;
  align-items:stretch;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:282px;
  border-radius:18px;
  padding:26px 28px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  border:1px solid rgba(220,230,242,.9);
}

body[data-route^="patsiientam"] .prep-guidance-card--ok{
  background:linear-gradient(135deg,#f2fff5 0%,#eefbf4 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card--no{
  background:linear-gradient(135deg,#fff6f7 0%,#fff0f3 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card--info{
  background:linear-gradient(135deg,#f7fbff 0%,#f2f7ff 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card__head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

body[data-route^="patsiientam"] .prep-status-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:800;
  background:#fff;
  border:2px solid currentColor;
}

body[data-route^="patsiientam"] .prep-status-icon--ok{
  color:#118a36;
}

body[data-route^="patsiientam"] .prep-status-icon--no{
  color:#e60012;
}

body[data-route^="patsiientam"] .prep-status-icon--info{
  color:#0b3476;
  font-family:Georgia,serif;
  font-style:italic;
}

body[data-route^="patsiientam"] .prep-guidance-card h2{
  margin:0;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-guidance-card--ok h2{
  color:#14652d;
}

body[data-route^="patsiientam"] .prep-guidance-card--no h2{
  color:#d90013;
}

body[data-route^="patsiientam"] .prep-guidance-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
}

body[data-route^="patsiientam"] .prep-guidance-card li{
  position:relative;
  padding-left:28px;
  color:#203b63;
  font-size:16px;
  line-height:1.35;
  font-weight:500;
}

body[data-route^="patsiientam"] .prep-guidance-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b3476;
}

body[data-route^="patsiientam"] .prep-guidance-card--ok li::before{
  background:#1fab42;
}

body[data-route^="patsiientam"] .prep-guidance-card--no li::before{
  background:#e52932;
}

body[data-route^="patsiientam"] .prep-side-stack{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:132px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px 22px;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px;
  gap:18px;
  align-items:center;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 8px;
  color:#0b3476;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0 0 14px;
  color:#405478;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

body[data-route^="patsiientam"] .prep-side-card .btn{
  min-height:42px;
  font-size:14px;
  border-radius:9px;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:72px;
  height:84px;
  border-radius:12px;
  background:#f1f6ff;
  color:#e52932;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  border:1px solid #dce6f2;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:16px;
  line-height:1.15;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:12px;
  font-weight:700;
  color:#53637c;
}

body[data-route^="patsiientam"] .prep-notice{
  grid-column:1 / 4;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:78px;
  padding:18px 24px;
  background:#f1f6ff;
  border:1px solid #dce6f2;
  border-radius:14px;
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-notice span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

body[data-route^="patsiientam"] .prep-notice svg{
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route^="patsiientam"] .prep-notice p{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="patsiientam"] .prep-hero__media{
    position:absolute;
    inset:0;
    opacity:.36;
  }
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  body[data-route^="patsiientam"] .prep-notice{
    grid-column:1 / -1;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-hero__inner{
    min-height:280px;
  }
  body[data-route^="patsiientam"] .prep-hero__copy{
    padding:28px 0 52px;
  }
  body[data-route^="patsiientam"] .prep-hero__copy h1{
    font-size:38px;
  }
  body[data-route^="patsiientam"] .prep-tabs,
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr;
  }
  body[data-route^="patsiientam"] .prep-tab{
    min-height:56px;
    justify-content:flex-start;
    padding:0 18px;
    border-right:0;
    border-bottom:1px solid #dce6f2;
  }
  body[data-route^="patsiientam"] .prep-tab.is-active::after{
    display:none;
  }
}


/* v156: patients preparation page — remove breadcrumb area, compact typography like Contacts/About, red notice */
body[data-route^="patsiientam"] .prep-breadcrumb{
  display:none!important;
}

body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:278px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  padding:38px 24px 58px 0!important;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  color:#0b3476!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__media{
  min-height:278px!important;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-40px!important;
}

body[data-route^="patsiientam"] .prep-tabs{
  border-radius:12px!important;
}

body[data-route^="patsiientam"] .prep-tab{
  min-height:58px!important;
  font-size:16px!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-tab__icon,
body[data-route^="patsiientam"] .prep-tab svg{
  width:26px!important;
  height:26px!important;
}

body[data-route^="patsiientam"] .prep-content-grid{
  margin-top:28px!important;
  gap:16px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(310px,.88fr)!important;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:236px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card__head{
  gap:14px!important;
  margin-bottom:18px!important;
}

body[data-route^="patsiientam"] .prep-status-icon{
  width:36px!important;
  height:36px!important;
  font-size:22px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card h2{
  font-size:20px!important;
  line-height:1.1!important;
}

body[data-route^="patsiientam"] .prep-guidance-card ul{
  gap:13px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card li{
  font-size:14px!important;
  line-height:1.32!important;
  padding-left:24px!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:116px!important;
  padding:18px 20px!important;
  border-radius:15px!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  font-size:16px!important;
  margin-bottom:7px!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card .btn{
  min-height:38px!important;
  font-size:13px!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:62px!important;
  height:74px!important;
  font-size:30px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:14px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:11px!important;
}

body[data-route^="patsiientam"] .prep-notice{
  grid-column:1 / 4!important;
  min-height:72px!important;
  padding:16px 22px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fff4f5 0%,#ffecef 100%)!important;
  border:1px solid #ffd1d6!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-notice span{
  color:#e52932!important;
}

body[data-route^="patsiientam"] .prep-notice p{
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:700!important;
}

body[data-route^="patsiientam"] .prep-notice p strong{
  color:#e52932!important;
  font-weight:900!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-notice{
    grid-column:1 / -1!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-hero__copy{
    padding:30px 0 52px!important;
  }
  body[data-route^="patsiientam"] .prep-hero__copy h1{
    font-size:38px!important;
  }
  body[data-route^="patsiientam"] .prep-hero__copy p{
    font-size:24px!important;
  }
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:1fr!important;
  }
}


/* v157: preparation right-side panels styled like provided reference */
body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:154px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 14px 34px rgba(0,43,102,.08)!important;
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question{
  background:linear-gradient(135deg,#ffffff 0%,#f4f8ff 100%)!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#0b3476!important;
  font-size:24px!important;
  line-height:1!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 10px!important;
  color:#0b3476!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:900!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  color:#405478!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 92px!important;
  align-items:end!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(0,1fr) minmax(160px,auto)!important;
  align-items:end!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:max-content!important;
  min-width:184px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:9px!important;
  font-size:14px!important;
  font-weight:900!important;
  justify-self:start!important;
  align-self:end!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:82px!important;
  height:88px!important;
  justify-self:end!important;
  align-self:end!important;
  position:relative!important;
  border:0!important;
  background:transparent!important;
  color:#e52932!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  bottom:8px!important;
  width:58px!important;
  height:72px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 6px 6px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 16px 19px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 33px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 47px / 20px 3px no-repeat,
    #f7fbff!important;
  transform:rotate(0deg)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:12px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#e60012!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  position:absolute!important;
  z-index:2!important;
  right:12px!important;
  bottom:22px!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  display:grid!important;
  gap:8px!important;
  justify-self:end!important;
  align-self:end!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  color:#53637c!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v158: hard grid layout for preparation side panels — no overlaps */
body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:154px!important;
  height:154px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:78px 44px!important;
  row-gap:14px!important;
  padding:18px 20px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  height:78px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card__head > div{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:7px!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  font-size:22px!important;
  line-height:1!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#405478!important;
  max-width:190px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  height:44px!important;
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) 78px!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(148px,1fr) minmax(142px,auto)!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:100%!important;
  min-width:0!important;
  max-width:188px!important;
  min-height:40px!important;
  height:40px!important;
  justify-self:start!important;
  align-self:center!important;
  padding:0 12px!important;
  border-radius:9px!important;
  font-size:12.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:72px!important;
  height:72px!important;
  justify-self:end!important;
  align-self:center!important;
  position:relative!important;
  overflow:visible!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  right:10px!important;
  bottom:6px!important;
  width:48px!important;
  height:58px!important;
  border-width:4px!important;
  border-radius:9px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 13px 16px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 29px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 42px / 17px 3px no-repeat,
    #f7fbff!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:38px!important;
  height:38px!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  right:11px!important;
  bottom:19px!important;
  font-size:24px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* keep side panels stable in desktop column */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(350px,.88fr)!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-side-card{
    height:160px!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card{
    height:auto!important;
    min-height:154px!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    max-width:none!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v159: side panels fixed layout, wider column, no clipping/overlap */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(420px,.92fr)!important;
  align-items:stretch!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  height:100%!important;
  align-self:stretch!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  height:auto!important;
  min-height:174px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 52px!important;
  row-gap:12px!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  height:auto!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  overflow:visible!important;
}

body[data-route^="patsiientam"] .prep-side-card__head > div{
  min-width:0!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  line-height:1!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  max-width:235px!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:600!important;
  color:#405478!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  height:52px!important;
  display:grid!important;
  grid-template-columns:190px minmax(78px,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:190px minmax(170px,1fr)!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:190px!important;
  max-width:190px!important;
  min-width:190px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  justify-self:start!important;
  align-self:center!important;
  border-radius:9px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:84px!important;
  height:84px!important;
  justify-self:end!important;
  align-self:center!important;
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  right:16px!important;
  bottom:8px!important;
  width:52px!important;
  height:64px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 7px 7px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 14px 18px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 32px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 46px / 18px 3px no-repeat,
    #f7fbff!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:40px!important;
  height:40px!important;
  background:#e60012!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  right:12px!important;
  bottom:20px!important;
  font-size:26px!important;
  line-height:1!important;
  color:#fff!important;
  z-index:2!important;
  position:absolute!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:13.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* make the right side extend visually to the bottom of the Important block */
body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:366px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:174px!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
  body[data-route^="patsiientam"] .prep-guidance-card{
    min-height:260px!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card{
    min-height:174px!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v160: compact right panels, wider main guidance cards, document icon centered vertically */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,1.05fr) minmax(330px,.72fr)!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:338px!important;
  padding:22px 24px!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:161px!important;
  padding:20px 22px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr 72px!important;
  grid-template-rows:1fr 42px!important;
  gap:12px 14px!important;
  align-items:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head{
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__bottom{
  grid-column:1!important;
  grid-row:2!important;
  display:block!important;
  height:42px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
  grid-column:2!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:center!important;
  width:72px!important;
  height:82px!important;
  position:relative!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration::before{
  right:6px!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:52px!important;
  height:64px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration::after,
body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration span{
  display:none!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:40px!important;
  min-height:40px!important;
  font-size:13.5px!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  font-size:18px!important;
  margin-bottom:8px!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  font-size:13.5px!important;
  line-height:1.3!important;
  max-width:220px!important;
}

/* Question panel: text -> phone block -> button, strict vertical layout */
body[data-route^="patsiientam"] .prep-side-card--question{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
  align-content:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__head{
  grid-row:1!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact{
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  margin-left:44px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact strong{
  font-size:13.5px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact small{
  font-size:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
  grid-row:3!important;
  justify-self:start!important;
  align-self:end!important;
  margin-left:44px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-guidance-card{
    min-height:260px!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--memo{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact,
  body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
    margin-left:0!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v161: memo panel like question panel: one-line title, two-line comment, centered button; remove doc illustration */
body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 42px!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  grid-column:auto!important;
  grid-row:auto!important;
  height:auto!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo h3{
  white-space:nowrap!important;
  font-size:18px!important;
  line-height:1.1!important;
  margin:0 0 8px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo p{
  max-width:none!important;
  font-size:13.5px!important;
  line-height:1.3!important;
  margin:0!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
  grid-row:2!important;
  justify-self:center!important;
  align-self:end!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  height:40px!important;
  min-height:40px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__bottom,
body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
  display:none!important;
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v162: Branches page — rigid Matlab-grid-like layout, filters, carousel */
body[data-route="viddilennia"] .branches-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 42%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:318px;
  display:grid;
  grid-template-columns:minmax(520px,.92fr) minmax(650px,1.18fr);
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 36px 0;
  position:relative;
  z-index:2;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 14px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  margin:0;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.34;
  font-weight:500;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid;
  grid-template-columns:190px 190px;
  gap:22px;
  margin-top:28px;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  grid-row:1 / 3;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-hero svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  color:#405478;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:318px;
  position:relative;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.75) 25%,rgba(249,252,255,0) 52%);
}

body[data-route="viddilennia"] .branches-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-page-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:240px minmax(280px,310px) minmax(0,1fr);
  grid-template-rows:auto 56px;
  gap:18px;
  align-items:stretch;
}

body[data-route="viddilennia"] .branches-filter-panel{
  grid-column:1;
  grid-row:1;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px 16px;
  min-height:326px;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-filter-panel__head span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="viddilennia"] .branches-filter-panel__head svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.3;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter-list{
  display:grid;
  gap:0;
  border:1px solid #e7edf6;
  border-radius:12px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:48px;
  width:100%;
  border:0;
  border-bottom:1px solid #e7edf6;
  background:#fff;
  color:#0b3476;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:0 14px;
  font-weight:700;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-filter:last-child{
  border-bottom:0;
}

body[data-route="viddilennia"] .branches-filter.is-active{
  color:#e52932;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter b{
  font:inherit;
}

body[data-route="viddilennia"] .branches-map-panel{
  grid-column:2;
  grid-row:1;
  border-radius:16px;
  border:1px solid #dce6f2;
  overflow:hidden;
  background:#eef6ff;
  min-height:326px;
  box-shadow:var(--shadow);
}

body[data-route="viddilennia"] .branches-map-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-action{
  min-height:56px;
  border-radius:12px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:16px;
  line-height:1.1;
  font-weight:900;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-action--nearest{
  background:#e52932;
  color:#fff;
  box-shadow:0 10px 18px rgba(229,41,50,.16);
}

body[data-route="viddilennia"] .branches-action--help{
  background:#0b3476;
  color:#fff;
  box-shadow:0 10px 18px rgba(0,43,102,.16);
}

body[data-route="viddilennia"] .branches-nearest-status{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  font-size:12px;
  line-height:1.2;
  color:#405478;
  font-weight:700;
}

body[data-route="viddilennia"] .branches-carousel{
  grid-column:3;
  grid-row:1 / 3;
  min-width:0;
  align-self:stretch;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  width:100%;
  height:100%;
  min-height:400px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-carousel__track{
  height:100%;
  display:flex;
  gap:18px;
  transition:transform 3s ease;
  will-change:transform;
}

body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 36px) / 3 + 18px));
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  min-height:400px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  grid-template-rows:172px minmax(0,1fr);
}

body[data-route="viddilennia"] .branches-office-card[hidden]{
  display:none!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  width:100%;
  height:172px;
  overflow:hidden;
  background:#f3f7ff;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:18px 20px 20px;
  display:grid;
  grid-template-rows:auto auto auto 1fr;
  align-content:start;
}

body[data-route="viddilennia"] .branches-office-card h3{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-office-card__line{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:8px;
  align-items:start;
  margin:0 0 10px;
  color:#27426b;
  font-size:14px;
  line-height:1.32;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:18px;
  height:18px;
  stroke:#0b3476;
  fill:none;
  stroke-width:2;
}

body[data-route="viddilennia"] .branches-office-card__button{
  align-self:end;
  width:100%;
  min-height:48px;
  margin-top:16px;
  border-radius:9px;
  font-size:15px;
}

body[data-route="viddilennia"] .branches-office-card.is-nearest{
  border-color:#e52932;
  box-shadow:0 14px 36px rgba(229,41,50,.14);
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:240px minmax(280px,1fr);
  }
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1 / -1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:calc((100% - 36px) / 3);
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-filter-panel,
  body[data-route="viddilennia"] .branches-map-panel,
  body[data-route="viddilennia"] .branches-quick-actions,
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%;
  }
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    transform:translateX(calc(100% + 18px));
  }
}


/* v163: compact branches page, narrower filters, wider cards, real photos */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(460px,.9fr) minmax(590px,1.1fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:24px 20px 28px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  font-size:clamp(38px,3.1vw,48px)!important;
  margin-bottom:10px!important;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.32!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  grid-template-columns:170px 170px!important;
  gap:18px!important;
  margin-top:20px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:40px!important;
  height:40px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:250px!important;
}

body[data-route="viddilennia"] .branches-page-grid{
  grid-template-columns:190px minmax(300px,340px) minmax(0,1fr)!important;
  grid-template-rows:auto 50px!important;
  gap:16px!important;
  margin-top:18px!important;
}

body[data-route="viddilennia"] .branches-filter-panel{
  min-height:286px!important;
  padding:15px 12px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  margin-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  font-size:16px!important;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:42px!important;
  padding:0 11px!important;
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-map-panel{
  min-height:286px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3!important;
  grid-template-columns:190px minmax(300px,340px)!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-action{
  min-height:50px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  min-height:336px!important;
}

body[data-route="viddilennia"] .branches-carousel__track{
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-height:336px!important;
  grid-template-rows:132px minmax(0,1fr)!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  height:132px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:14px 16px 16px!important;
}

body[data-route="viddilennia"] .branches-office-card h3{
  font-size:15px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="viddilennia"] .branches-office-card__line{
  font-size:12.5px!important;
  line-height:1.25!important;
  margin-bottom:7px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:7px!important;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:15px!important;
  height:15px!important;
}

body[data-route="viddilennia"] .branches-office-card__button{
  min-height:40px!important;
  margin-top:10px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

/* all branch page typography outside hero slightly smaller */
body[data-route="viddilennia"] .branches-page-grid{
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid,
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr!important;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%!important;
  }
}


/* v163 carousel right move distance after card/gap compacting */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 32px) / 3 + 16px))!important;
}


/* v164: Branches hero compact, Contacts-like typography, 3 badges; seamless right carousel */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:224px!important;
  grid-template-columns:minmax(520px,.95fr) minmax(620px,1.05fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:20px 22px 24px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:640px!important;
}

body[data-route="viddilennia"] .branches-hero__copy > p:not(.branches-hero__lead):not(.branches-hero__text){
  display:none!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:224px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:20px!important;
  max-width:660px!important;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  align-items:center!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:42px!important;
  height:42px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
  line-height:1.12!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
  line-height:1.16!important;
}

/* JS drives transform in px for seamless right motion; prevent old class from creating blank gap */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:none!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__copy h1,
  body[data-route="viddilennia"] .branches-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-hero__badges{
    grid-template-columns:1fr!important;
  }
}


/* v165: raise branches hero text, lift content area, exact contacts-like lead, 5 benefit pills */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:16px!important;
  padding-bottom:18px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
  margin-bottom:6px!important;
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}

/* Pull the filter/map/cards block upward under the hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:-20px!important;
  position:relative!important;
  z-index:5!important;
}

/* Five evenly distributed lower benefit cards */
body[data-route="viddilennia"] .benefits{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .benefit{
  min-width:0!important;
}

body[data-route="viddilennia"] .benefit h3{
  font-size:14px!important;
  line-height:1.1!important;
}

body[data-route="viddilennia"] .benefit p{
  font-size:12px!important;
  line-height:1.22!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    margin-top:18px!important;
  }
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:720px){
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:1fr!important;
  }
}


/* v166: revert lifted content; crop/compact only the hero area itself */
body[data-route="viddilennia"] .branches-hero{
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:206px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:12px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:206px!important;
  max-height:206px!important;
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__media img{
  height:206px!important;
  object-fit:cover!important;
  object-position:center 38%!important;
}

/* Return the main section to its normal position; do not overlap it with hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:18px!important;
  position:relative!important;
  z-index:1!important;
}


/* v167: move hero text/badges group down a couple of medium text lines */
body[data-route="viddilennia"] .branches-hero__copy{
  padding-top:42px!important;
  padding-bottom:8px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}


/* v168: exact Contacts hero lead typography for Branches hero lead */
body[data-route="viddilennia"] main .branches-hero .branches-hero__copy .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}


/* v169: nested dropdown menu for Analyses catalog */
.dropdown-subitem{
  position:relative;
}

.dropdown-subitem__parent{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.dropdown-subitem__parent span{
  font-size:18px;
  font-weight:900;
  line-height:1;
}

.dropdown-submenu{
  position:absolute;
  left:calc(100% + 8px);
  top:-8px;
  min-width:620px;
  display:grid;
  grid-template-columns:repeat(2,minmax(250px,1fr));
  gap:4px 8px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:14px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:12px;
  opacity:0;
  transform:translateX(-6px);
  pointer-events:none;
  transition:.16s ease;
  z-index:60;
}

.dropdown-subitem:hover .dropdown-submenu,
.dropdown-subitem:focus-within .dropdown-submenu{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}

.dropdown-submenu a{
  display:block;
  padding:10px 12px!important;
  border-radius:10px;
  color:var(--navy);
  font-size:14px;
  font-weight:850;
  line-height:1.18;
  white-space:normal;
}

.dropdown-submenu a:hover{
  background:#f4f8fd;
  color:var(--red);
}

@media (max-width:980px){
  .dropdown-submenu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 14px;
    display:block;
  }
}


/* v171: Clinics menu and pages */
.nav{
  gap:clamp(12px,1.55vw,26px)!important;
}
.nav__link{
  font-size:clamp(13px,.92vw,16px)!important;
}

body[data-route^="klinikam"] .clinics-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 46%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero__inner{
  min-height:286px;
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(560px,1.05fr);
  align-items:stretch;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__inner{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 30px 0;
  position:relative;
  z-index:2;
}
body[data-route^="klinikam"] .clinics-hero__copy h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}
body[data-route^="klinikam"] .clinics-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
  max-width:620px;
}
body[data-route^="klinikam"] .clinics-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
body[data-route^="klinikam"] .clinics-hero__media{
  min-height:286px;
  position:relative;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__media{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.72) 24%,rgba(249,252,255,0) 52%);
  pointer-events:none;
}
body[data-route^="klinikam"] .clinics-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
body[data-route^="klinikam"] .clinics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
  margin-bottom:34px;
}
body[data-route^="klinikam"] .clinics-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:22px 24px;
  min-height:160px;
}
body[data-route^="klinikam"] .clinics-card h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-card p{
  margin:0;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}
@media (max-width:1180px){
  body[data-route^="klinikam"] .clinics-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="klinikam"] .clinics-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route^="klinikam"] .clinics-grid{
    grid-template-columns:1fr;
  }
}


/* v172: About hero crop to the action buttons line + Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px,43%) minmax(0,57%)!important;
  min-height:276px!important;
  max-height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:34px 28px 24px 28px!important;
  display:grid!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:2px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  margin-top:18px!important;
  align-items:center!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-width:190px!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  font-size:14px!important;
  border-radius:9px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:276px!important;
  max-height:276px!important;
  height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:276px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route="pro-nas"] .about-details-grid{
  margin-top:18px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    max-height:none!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1,
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:240px!important;
    max-height:240px!important;
    height:240px!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:28px 20px 22px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions .btn{
    width:100%!important;
    min-width:0!important;
  }
}


/* v173: About hero cropped tighter to just below action buttons; lower content moves up */
body[data-route="pro-nas"] .about-hero-card{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:28px 28px 12px 28px!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  margin:0 0 6px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  margin:0!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:1px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px!important;
  height:42px!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 40%!important;
}

/* Proportionally lift the content below after hero cropping */
body[data-route="pro-nas"] .about-details-grid{
  margin-top:12px!important;
}

body[data-route="pro-nas"] .about-team-section{
  margin-top:14px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
  }
}


/* v174: default Blood tab active and vertically center memo/question side-panel content */
body[data-route^="patsiientam"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo,
body[data-route^="patsiientam"] .prep-side-card--question{
  align-content:center!important;
  justify-content:stretch!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  grid-template-rows:auto 42px!important;
  gap:18px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question{
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head,
body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__head{
  align-self:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
  align-self:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
  align-self:center!important;
}


/* v175: Patients preparation hero typography/layout copied from Contacts concept */
body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:250px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  display:grid!important;
  align-content:start!important;
  padding-top:34px!important;
  padding-bottom:42px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:none!important;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  margin:0!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__media{
  min-height:250px!important;
  max-height:250px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-36px!important;
}


/* v176: third small hero line for preparation page */
body[data-route^="patsiientam"] .prep-hero__copy .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy > p:not(.prep-hero__lead):not(.prep-hero__text){
  display:none!important;
}


/* v177: menu guide links + About hero text order/typography like Contacts */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  display:none!important;
}


/* v178: navigation landing pages for top-level multi-section menu items */
body[data-route="analizy"],
body[data-route="patsiientam"],
body[data-route="likariam"],
body[data-route="klinikam"],
body[data-route="analizy/kataloh-doslidzhen"]{
  background:#f5f8fc;
}

.nav-landing-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
}

.nav-landing-hero__inner{
  min-height:178px;
  display:grid;
  align-content:center;
  padding-top:24px;
  padding-bottom:24px;
}

.nav-landing-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

.nav-landing-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}

.nav-landing-hero__text{
  margin:0;
  max-width:760px;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

.nav-landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-top:24px;
  padding-bottom:36px;
}

.nav-landing-card{
  min-height:300px;
  display:grid;
  grid-template-rows:148px minmax(0,1fr);
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  overflow:hidden;
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nav-landing-card:hover,
.nav-landing-card:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(0,43,102,.13);
  border-color:#cbd8eb;
}

.nav-landing-card__photo{
  position:relative;
  min-height:0;
  overflow:visible;
  background:#eef5ff;
  z-index:1;
}

.nav-landing-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform .28s ease;
}

.nav-landing-card:hover .nav-landing-card__photo img{
  transform:scale(1.025);
}

.nav-landing-card__icon{
  position:absolute;
  left:24px;
  bottom:-28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 10px 22px rgba(0,43,102,.12);
  display:grid;
  place-items:center;
  color:#0b3476;
  z-index:4;
}

.nav-landing-card__icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nav-landing-card__body{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  gap:9px 16px;
  padding:42px 24px 24px;
  min-width:0;
}

.nav-landing-card__body strong{
  grid-column:1;
  color:#0b3476;
  font-size:20px;
  line-height:1.12;
  font-weight:900;
}

.nav-landing-card__body span{
  grid-column:1;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}

.nav-landing-card__body em{
  grid-column:2;
  grid-row:1 / 4;
  align-self:end;
  justify-self:end;
  color:#e52932;
  font-style:normal;
  font-size:34px;
  line-height:1;
  font-weight:300;
  transition:transform .22s ease;
}

.nav-landing-card:hover .nav-landing-card__body em{
  transform:translateX(5px);
}

@media (max-width:1180px){
  .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .nav-landing-grid{
    grid-template-columns:1fr;
  }
  .nav-landing-card{
    min-height:280px;
  }
}


/* v181: Analyses and prices page — rigid Matlab-grid-like layout */
body[data-route="analizy-ta-tsiny"]{
  background:#f5f8fc;
}

body[data-route="analizy-ta-tsiny"] .prices-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  overflow:hidden;
  border-bottom:1px solid #e4edf8;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(520px,.88fr) minmax(700px,1.12fr);
  align-items:stretch;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 26px 42px 0;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 12px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 22px;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.32;
  font-weight:500;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(600px,100%);
  height:54px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #b9c8dd;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-search span{
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#0b3476;
  font-size:16px;
  font-weight:600;
}

body[data-route="analizy-ta-tsiny"] .prices-search input::placeholder{
  color:#7586a3;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:42px;
  padding:0 18px;
  border:1px solid #b9c8dd;
  border-radius:9px;
  background:#fff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-tab.is-active,
body[data-route="analizy-ta-tsiny"] .prices-tab:hover{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:390px;
  overflow:hidden;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 40%,rgba(249,252,255,0) 60%);
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.78fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:22px 26px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  margin:0 0 14px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  display:grid;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:36px;
  color:#27426b;
  font-size:12px;
  font-weight:900;
  border-bottom:1px solid #e2eaf5;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row:last-child{
  border-bottom:0;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:14px;
  font-weight:800;
  line-height:1.18;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  color:#0b3476;
  font-size:14px;
  font-weight:700;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px;
  border:0;
  border-radius:8px;
  background:#e60012;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(230,0,18,.14);
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  justify-self:center;
  min-width:260px;
  min-height:42px;
  margin-top:14px;
  padding:0 18px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  background:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
  min-height:220px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px;
  gap:16px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list{
  display:grid;
  gap:10px;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item{
  min-height:64px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 12px;
  align-items:center;
  padding:11px 14px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  grid-row:1 / 3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  color:#e52932;
  font-size:13px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  width:100%;
  max-height:210px;
  object-fit:contain;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:24px;
  margin-bottom:34px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner,
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
}

@media (max-width:860px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head{
    display:none;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:6px 10px;
    padding:12px 0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__price,
  body[data-route="analizy-ta-tsiny"] .prices-row__term,
  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    grid-column:2;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
    grid-template-columns:1fr;
  }
}


/* v182: analyses prices layout updates */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto auto minmax(140px,1fr) auto auto;
  align-self:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  margin:0 0 14px;
  color:#37527d;
  font-size:14px;
  line-height:1.45;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .muted{
  margin:0;
  color:#7586a3;
  font-size:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:24px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:190px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) 260px;
  gap:18px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:92px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-more{
  margin-top:10px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
    grid-template-columns:1fr;
  }
}


/* v183: Analyses and prices — compact typography/layout closer to About page */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  padding:24px 24px 28px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:1.01!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  font-size:clamp(16px,1.05vw,18px)!important;
  line-height:1.28!important;
  margin-bottom:16px!important;
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(520px,100%)!important;
  height:46px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  border-radius:9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:20px!important;
  height:20px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  gap:8px!important;
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  gap:18px!important;
  margin-top:20px!important;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.58fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  padding:18px 20px 14px!important;
  grid-template-rows:auto auto minmax(110px,1fr) auto auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  font-size:18px!important;
  line-height:1.1!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:30px!important;
  font-size:11px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:12.5px!important;
  line-height:1.15!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:15px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:30px!important;
  border-radius:7px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  min-width:230px!important;
  min-height:36px!important;
  margin-top:10px!important;
  border-radius:7px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  font-size:12.5px!important;
  line-height:1.34!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-items{
  gap:6px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item{
  padding:7px 8px!important;
  border-radius:8px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-total{
  margin:10px 0!important;
  padding-top:10px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  gap:8px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions .btn{
  min-height:36px!important;
  padding:9px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:142px!important;
  grid-template-columns:minmax(0,1fr) 210px!important;
  gap:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:72px!important;
  padding:9px 11px!important;
  border-radius:10px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:1px 9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:12.5px!important;
  line-height:1.12!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  font-size:11.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  max-height:150px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  font-size:13px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:18px!important;
  margin-bottom:28px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr!important;
  }
}


/* v184: Analyses prices hero only title/text; search and tabs moved to panel below hero */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:26px 24px 30px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

/* separate search/category panel under hero */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  margin-top:18px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
  padding:18px 20px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,520px) minmax(0,1fr)!important;
  gap:16px 20px!important;
  align-items:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  width:100%!important;
  height:42px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  box-shadow:none!important;
  margin:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  justify-content:flex-start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

/* remove legacy spacing assumptions after moving controls */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  margin-top:18px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
    white-space:normal!important;
  }
}


/* v185: hero second row one-line + useful/promos horizontal panels */
body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
  margin-top:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel--horizontal{
  margin:0!important;
  min-height:236px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel__content--wide{
  grid-template-columns:minmax(0,1fr) 185px!important;
  min-height:136px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
  padding:18px 20px 14px;
  min-width:0;
  min-height:236px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head h2{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls{
  display:flex;
  gap:7px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button{
  width:32px;
  height:32px;
  border:1px solid #b9c8dd;
  border-radius:8px;
  background:#fff;
  color:#0b3476;
  font-size:22px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button:hover{
  background:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__viewport{
  overflow:hidden;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__track{
  display:flex;
  gap:12px;
  transition:transform .45s ease;
  will-change:transform;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card{
  flex:0 0 calc((100% - 24px)/3);
  min-height:130px;
  border:1px solid #e4edf8;
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);
  padding:13px 14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  gap:4px 10px;
  color:#0b3476;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card span{
  grid-row:1 / 4;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#fff;
  display:grid;
  place-items:center;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card svg{
  width:19px;
  height:19px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card strong{
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card small{
  font-size:11px;
  line-height:1.22;
  font-weight:600;
  color:#37527d;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card em{
  font-size:12px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8d4e6;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i.is-active{
  background:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
    white-space:normal!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card{
    flex-basis:100%!important;
  }
}


/* v186: compact search width + more categories dropdown */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(260px,720px) minmax(0,1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  align-items:flex-start!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative;
  flex:0 0 auto;
}

body[data-route="analizy-ta-tsiny"] .prices-tab--more span{
  font-size:12px;
  margin-left:2px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:220px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 18px 38px rgba(0,43,102,.14);
  padding:8px;
  display:none;
  z-index:30;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu.is-open .prices-more-menu__dropdown{
  display:grid;
  gap:4px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item:hover{
  background:#f3f7fd;
  color:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
    flex-wrap:wrap!important;
  }
}


/* v187: force narrower search so the "Ще" menu is visible in one row */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(280px,560px) minmax(0,1fr)!important;
  gap:12px 16px!important;
  align-items:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  flex-wrap:nowrap!important;
  gap:6px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:30px!important;
  padding:0 10px!important;
  font-size:11px!important;
  letter-spacing:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  min-width:70px!important;
}

@media (max-width:1300px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px,500px) minmax(0,1fr)!important;
  }
}


/* v191: ensure Catalog landing page is shown as navigation page, not analysis-single */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:300px!important;
}
@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:1fr!important;
  }
}


/* v192: research category pages in strict grid layout */
body[data-route^="analizy/"] .research-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="analizy/"] .research-hero__inner{
  min-height:330px;
  display:grid;
  grid-template-columns:minmax(520px,.86fr) minmax(680px,1.14fr);
  align-items:stretch;
}

body[data-route^="analizy/"] .research-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 24px 0;
  position:relative;
  z-index:2;
}

body[data-route^="analizy/"] .research-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route^="analizy/"] .research-hero h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(42px,4.5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__lead{
  margin:0 0 6px;
  color:#0b3476;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.15;
  font-weight:400;
}

body[data-route^="analizy/"] .research-hero__text{
  margin:0;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(13px,.95vw,15px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="analizy/"] .research-hero__badges{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:650px;
}

body[data-route^="analizy/"] .research-hero__badges span{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 10px;
  color:#0b3476;
  align-items:center;
}

body[data-route^="analizy/"] .research-hero__badges svg{
  grid-row:1 / 3;
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-hero__badges strong{
  font-size:12px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__badges small{
  font-size:11px;
  line-height:1.2;
  color:#37527d;
  font-weight:600;
}

body[data-route^="analizy/"] .research-hero__media{
  min-height:330px;
  overflow:hidden;
  position:relative;
}

body[data-route^="analizy/"] .research-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
}

body[data-route^="analizy/"] .research-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route^="analizy/"] .research-tabs{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:14px;
}

body[data-route^="analizy/"] .research-tab{
  min-height:38px;
  border:1px solid #cbd8eb;
  border-radius:8px;
  display:grid;
  place-items:center;
  padding:0 10px;
  background:#fff;
  color:#0b3476;
  font-size:12px;
  font-weight:800;
  text-align:center;
  box-shadow:0 6px 14px rgba(0,43,102,.04);
}

body[data-route^="analizy/"] .research-tab.is-active{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route^="analizy/"] .research-grid{
  margin-top:14px;
  margin-bottom:32px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(390px,.72fr);
  gap:22px;
  align-items:stretch;
}

body[data-route^="analizy/"] .research-list-panel,
body[data-route^="analizy/"] .research-promo-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route^="analizy/"] .research-list-panel{
  padding:18px 22px 14px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route^="analizy/"] .research-list-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-list{
  display:grid;
}

body[data-route^="analizy/"] .research-test-row{
  min-height:58px;
  display:grid;
  grid-template-columns:44px minmax(260px,1fr) 118px 132px;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row:last-child{
  border-bottom:0;
}

body[data-route^="analizy/"] .research-test-row__icon{
  width:36px;
  height:36px;
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__icon svg{
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-test-row__body{
  display:grid;
  gap:3px;
}

body[data-route^="analizy/"] .research-test-row__body strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__body small{
  color:#37527d;
  font-size:11.5px;
  line-height:1.25;
  font-weight:600;
}

body[data-route^="analizy/"] .research-test-row__price{
  font-size:13px;
  font-weight:800;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__price b{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__btn{
  min-height:32px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  color:#0b3476;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row:hover .research-test-row__btn{
  border-color:#e52932;
  color:#e52932;
}

body[data-route^="analizy/"] .research-more-btn{
  justify-self:center;
  margin-top:12px;
  min-height:36px;
  min-width:250px;
  border:0;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

body[data-route^="analizy/"] .research-promo-panel{
  position:relative;
  padding:22px 24px 20px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  display:grid;
  grid-template-rows:auto auto auto auto 1fr auto;
}

body[data-route^="analizy/"] .research-promo-panel__label{
  justify-self:start;
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  color:#e52932;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel__discount{
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#e60012;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel h2{
  margin:18px 0 8px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  max-width:260px;
}

body[data-route^="analizy/"] .research-promo-panel p{
  margin:0 0 14px;
  color:#37527d;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  max-width:300px;
}

body[data-route^="analizy/"] .research-promo-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#0b3476;
  font-size:12.5px;
  font-weight:700;
  z-index:2;
}

body[data-route^="analizy/"] .research-promo-panel li::before{
  content:"✓";
  color:#e52932;
  margin-right:8px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel > img{
  position:absolute;
  right:14px;
  bottom:82px;
  width:190px;
  max-height:160px;
  object-fit:contain;
  opacity:.92;
}

body[data-route^="analizy/"] .research-promo-panel__bottom{
  margin-top:22px;
  min-height:70px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,43,102,.06);
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:14px;
  align-items:center;
  padding:13px 14px;
  position:relative;
  z-index:3;
}

body[data-route^="analizy/"] .research-promo-panel__bottom span{
  display:grid;
  gap:3px;
  color:#7586a3;
  font-size:12px;
}

body[data-route^="analizy/"] .research-promo-panel__bottom b{
  color:#e52932;
  font-size:18px;
  line-height:1;
}

body[data-route^="analizy/"] .research-promo-panel__bottom .btn{
  min-height:38px;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
}

@media (max-width:1180px){
  body[data-route^="analizy/"] .research-hero__inner,
  body[data-route^="analizy/"] .research-grid{
    grid-template-columns:1fr;
  }
  body[data-route^="analizy/"] .research-hero__media{
    display:none;
  }
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:1fr 1fr;
  }
  body[data-route^="analizy/"] .research-test-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:7px 10px;
    padding:11px 0;
  }
  body[data-route^="analizy/"] .research-test-row__price,
  body[data-route^="analizy/"] .research-test-row__btn{
    grid-column:2;
  }
  body[data-route^="analizy/"] .research-promo-panel__bottom{
    grid-template-columns:1fr;
  }
}


/* v193 checkups page */
.checkups-hero{background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid #dfe8f3;overflow:hidden}.checkups-hero__inner{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:stretch;min-height:328px}.checkups-hero__copy{display:grid;align-content:center;padding:34px 0 24px;position:relative;z-index:2}.checkups-hero__copy h1{margin:0 0 14px;color:#0b3476;font-size:clamp(42px,4.8vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:900}.checkups-hero__lead{margin:0;color:#0b3476;font-size:clamp(18px,1.7vw,26px);line-height:1.32;font-weight:400;max-width:560px}.checkups-hero__facts{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:690px}.checkups-fact{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.checkups-fact__icon{width:40px;height:40px;color:#0b3476}.checkups-fact__icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-fact__text{display:grid;gap:3px}.checkups-fact__text strong{font-size:12px;line-height:1.1;color:#0b3476;font-weight:900}.checkups-fact__text small{font-size:11px;line-height:1.18;color:#23467b;font-weight:700}.checkups-hero__media{min-height:328px;position:relative;overflow:hidden}.checkups-hero__media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 18%,rgba(248,251,255,.22) 44%,rgba(248,251,255,0) 68%);z-index:1;pointer-events:none}.checkups-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.checkups-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:-28px;position:relative;z-index:3}.checkup-card{background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);padding:20px 18px 18px;display:grid;grid-template-rows:auto auto auto auto 1fr;min-height:286px}.checkup-card__head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.checkup-card__icon{width:54px;height:54px;color:#0b3476;display:grid;place-items:center}.checkup-card__icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkup-card__titlebox h2{margin:0 0 8px;color:#0b3476;font-size:17px;line-height:1.12;font-weight:900}.checkup-card__titlebox p{margin:0;color:#37527d;font-size:13px;line-height:1.32;font-weight:600;min-height:52px}.checkup-card__tests{margin-top:16px;justify-self:start;padding:6px 10px;border-radius:10px;background:#edf4ff;color:#5d76a6;font-size:12px;font-weight:800}.checkup-card__prices{margin-top:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.checkup-card__old{color:#94a2bc;font-size:14px;text-decoration:line-through}.checkup-card__discount{min-width:48px;height:32px;padding:0 10px;border-radius:8px;background:#e60012;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.checkup-card__new{margin-top:8px;color:#0b3476;font-size:16px;font-weight:800}.checkup-card__new b{color:#e30613;font-size:28px;line-height:1;font-weight:900}.checkup-card__btn{margin-top:16px;min-height:38px;padding:10px 12px;border-radius:8px;font-size:14px}.checkups-why{margin-top:24px;margin-bottom:34px;display:grid;grid-template-columns:1.25fr repeat(5,minmax(0,1fr));gap:0;background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);overflow:hidden}.checkups-why__title,.checkups-why__item{padding:20px 18px;min-height:126px}.checkups-why__title{display:grid;align-content:center;border-right:1px solid #e7edf6}.checkups-why__title h2{margin:0;color:#0b3476;font-size:18px;line-height:1.22;font-weight:900}.checkups-why__title h2 span{color:#e30613}.checkups-why__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-content:start;border-right:1px solid #e7edf6}.checkups-why__item:last-child{border-right:0}.checkups-why__icon{width:42px;height:42px;color:#0b3476}.checkups-why__icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-why__content{display:grid;gap:4px}.checkups-why__content strong{color:#0b3476;font-size:13px;line-height:1.14;font-weight:900}.checkups-why__content p{margin:0;color:#37527d;font-size:11.5px;line-height:1.28;font-weight:600}.checkups-why__content em{margin-top:auto;font-style:normal;color:#0b3476;font-size:22px;font-weight:900;line-height:1}.checkups-why__item:hover .checkups-why__content em,.checkup-card:hover .checkup-card__btn{transform:translateX(2px)}@media (max-width:1180px){.checkups-hero__inner{grid-template-columns:1fr}.checkups-hero__media{display:none}.checkups-packages{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.checkups-why{grid-template-columns:1fr 1fr 1fr}.checkups-why__title{grid-column:1/-1;border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:nth-child(4){border-right:0}}@media (max-width:760px){.checkups-hero__facts{grid-template-columns:1fr}.checkups-packages{grid-template-columns:1fr}.checkups-why{grid-template-columns:1fr}.checkups-why__item,.checkups-why__title{border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:last-child{border-bottom:0}}


/* v194: compact Check-ups page, aligned with Analyses and Prices density */
body[data-route="check-upy"] .checkups-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(500px,.86fr) minmax(640px,1.14fr)!important;
}

body[data-route="check-upy"] .checkups-hero__copy{
  padding:26px 0 22px!important;
}

body[data-route="check-upy"] .checkups-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  margin:0 0 6px!important;
  letter-spacing:-.045em!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  font-size:var(--lead-home)!important;
  line-height:1.08!important;
  margin:0!important;
  max-width:760px!important;
}

body[data-route="check-upy"] .checkups-hero__facts{
  margin-top:20px!important;
  gap:14px!important;
  max-width:650px!important;
}

body[data-route="check-upy"] .checkups-fact{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-fact__icon,
body[data-route="check-upy"] .checkups-fact__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-fact__text strong{
  font-size:11.5px!important;
}

body[data-route="check-upy"] .checkups-fact__text small{
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkups-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="check-upy"] .checkups-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 44%!important;
}

body[data-route="check-upy"] .checkups-packages{
  gap:14px!important;
  margin-top:-18px!important;
}

body[data-route="check-upy"] .checkup-card{
  border-radius:16px!important;
  padding:15px 14px 14px!important;
  min-height:232px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkup-card__head{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="check-upy"] .checkup-card__icon{
  width:42px!important;
  height:42px!important;
}

body[data-route="check-upy"] .checkup-card__icon svg{
  width:35px!important;
  height:35px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  margin-bottom:5px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox p{
  font-size:11.5px!important;
  line-height:1.24!important;
  min-height:38px!important;
}

body[data-route="check-upy"] .checkup-card__tests{
  margin-top:11px!important;
  padding:5px 8px!important;
  border-radius:8px!important;
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkup-card__prices{
  margin-top:12px!important;
  gap:8px!important;
}

body[data-route="check-upy"] .checkup-card__old{
  font-size:12px!important;
}

body[data-route="check-upy"] .checkup-card__discount{
  min-width:42px!important;
  height:27px!important;
  border-radius:7px!important;
  font-size:11px!important;
  padding:0 8px!important;
}

body[data-route="check-upy"] .checkup-card__new{
  margin-top:5px!important;
  font-size:13px!important;
}

body[data-route="check-upy"] .checkup-card__new b{
  font-size:23px!important;
}

body[data-route="check-upy"] .checkup-card__btn{
  margin-top:12px!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="check-upy"] .checkups-why{
  margin-top:18px!important;
  margin-bottom:28px!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  padding:15px 14px!important;
  min-height:92px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:15.5px!important;
  line-height:1.16!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size:11.5px!important;
  line-height:1.1!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:10px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  font-size:18px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkups-packages{
    margin-top:18px!important;
  }
}


/* v195: Check-up package buttons match Analyses and prices red order buttons */
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:#e60012!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 8px 16px rgba(230,0,18,.14)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  text-align:center!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card:hover .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn:hover{
  background:#d80011!important;
  box-shadow:0 10px 18px rgba(230,0,18,.18)!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card__btn::after{
  content:none!important;
}


/* v196: compact bottom checkups benefits: Prolab casing, no checks, one-line mini titles */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:.95fr repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:15px 12px 15px 14px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}

body[data-route="check-upy"] .checkups-why__title h2 span{
  white-space:nowrap!important;
  color:#e30613!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:8px!important;
  padding:14px 12px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:30px!important;
  height:30px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.15!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v197: centered checkups benefits, no separators, improved icons/text */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns: 1fr repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  min-height: 112px !important;
  padding: 16px 14px !important;
  border-right: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title{
  display: grid !important;
  align-content: center !important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size: 15px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
}

body[data-route="check-upy"] .checkups-why__item{
  display: grid !important;
  grid-template-columns: 40px minmax(0,1fr) !important;
  gap: 10px !important;
  align-content: center !important;
  align-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon{
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon svg{
  width: 36px !important;
  height: 36px !important;
  stroke-width: 1.9 !important;
}

body[data-route="check-upy"] .checkups-why__content{
  display: grid !important;
  align-content: center !important;
  gap: 3px !important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size: 11.4px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body[data-route="check-upy"] .checkups-why__content p{
  margin: 0 !important;
  font-size: 10.3px !important;
  line-height: 1.22 !important;
  color: #23467b !important;
  font-weight: 600 !important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display: none !important;
}

@media (max-width: 1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  body[data-route="check-upy"] .checkups-why__title{
    border-bottom: 0 !important;
  }
}


/* v198: checkups hero title/subtitle/third line hierarchy */
body[data-route="check-upy"] .checkups-hero__copy{
  gap: 0 !important;
}
body[data-route="check-upy"] .checkups-hero__copy h1{
  margin: 0 0 10px !important;
}
body[data-route="check-upy"] .checkups-hero__text{
  display: grid !important;
  gap: 8px !important;
  max-width: 760px !important;
}
body[data-route="check-upy"] .checkups-hero__lead{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 26px !important;
  line-height: 1.16 !important;
  font-weight: 400 !important;
  max-width: none !important;
}
body[data-route="check-upy"] .checkups-hero__desc{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 16px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
  max-width: 620px !important;
}
@media (max-width: 980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 22px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 15px !important;
  }
}
@media (max-width: 640px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 20px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 14px !important;
  }
}


/* v199: exact line behavior for checkups hero and support benefit */
body[data-route="check-upy"] .checkups-hero__text{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
  font-size:clamp(24px,1.95vw,30px)!important;
  line-height:1.14!important;
}

body[data-route="check-upy"] .checkups-hero__desc{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p{
  white-space:normal!important;
  max-width:170px!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p br{
  display:block!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    white-space:normal!important;
    font-size:22px!important;
  }
}

/* v200: bring benefits block items closer to title cell */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:250px repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:20px 14px 20px 18px!important;
}

body[data-route="check-upy"] .checkups-why__item{
  padding:20px 14px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v201: make bottom benefit titles fit without truncation */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:220px repeat(5,minmax(185px,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 10px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:11.2px!important;
  line-height:1.12!important;
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:32px!important;
  height:32px!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:18px 10px 18px 16px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14px!important;
  line-height:1.12!important;
}

@media (max-width:1400px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:200px repeat(5,minmax(165px,1fr))!important;
  }
  body[data-route="check-upy"] .checkups-why__content strong{
    font-size:10.8px!important;
  }
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}

/* v203: Promotions page in Analyses-and-Prices style */
body[data-route="aktsii"]{background:#f5f8fc;}
body[data-route="aktsii"] .promos-hero{background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);overflow:hidden;border-bottom:1px solid #e4edf8;}
body[data-route="aktsii"] .promos-hero__inner{min-height:250px;display:grid;grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);align-items:stretch;}
body[data-route="aktsii"] .promos-hero__copy{display:grid;align-content:center;padding:26px 24px 30px 0;position:relative;z-index:2;}
body[data-route="aktsii"] .promos-hero__copy h1{margin:0 0 6px;color:#0b3476;font-size:var(--h1-home);line-height:1.01;letter-spacing:-.045em;font-weight:900;}
body[data-route="aktsii"] .promos-hero__lead{margin:0 0 clamp(7px,.7vw,10px);color:#0b3476;font-size:var(--lead-home);line-height:1.05;font-weight:400;white-space:nowrap;}
body[data-route="aktsii"] .promos-hero__text{margin:0;color:#0b3476;font-size:clamp(14px,.98vw,16px);line-height:1.27;font-weight:500;max-width:720px;}
body[data-route="aktsii"] .promos-hero__media{min-height:250px;max-height:250px;overflow:hidden;position:relative;}
body[data-route="aktsii"] .promos-hero__media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 44%,rgba(249,252,255,0) 68%);pointer-events:none;}
body[data-route="aktsii"] .promos-hero__media img{width:100%;height:250px;object-fit:contain;object-position:center;background:#f2f7ff;}
body[data-route="aktsii"] .promos-control-panel{margin-top:18px;background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);padding:18px 20px;display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:14px 18px;align-items:center;}
body[data-route="aktsii"] .promos-search{height:42px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid #b9c8dd;border-radius:9px;background:#fff;}
body[data-route="aktsii"] .promos-search span{display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-search svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0b3476;font-size:14px;font-weight:700;}
body[data-route="aktsii"] .promos-search input::placeholder{color:#7586a3;}
body[data-route="aktsii"] .promos-tabs{display:flex;flex-wrap:wrap;gap:8px;}
body[data-route="aktsii"] .promos-tab{min-height:34px;padding:0 13px;border:1px solid #b9c8dd;border-radius:8px;background:#fff;color:#0b3476;font-size:12.5px;font-weight:900;cursor:pointer;}
body[data-route="aktsii"] .promos-tab.is-active,body[data-route="aktsii"] .promos-tab:hover{background:#0b3476;border-color:#0b3476;color:#fff;}
body[data-route="aktsii"] .promos-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);gap:18px;margin-top:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-list-panel,body[data-route="aktsii"] .promos-info-panel,body[data-route="aktsii"] .promos-mini-panel,body[data-route="aktsii"] .promos-note-panel{background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);}
body[data-route="aktsii"] .promos-list-panel{padding:18px 22px 14px;display:grid;grid-template-rows:auto minmax(0,1fr);}
body[data-route="aktsii"] .promos-list-panel h2,body[data-route="aktsii"] .promos-info-panel h2,body[data-route="aktsii"] .promos-mini-panel h2{margin:0 0 10px;color:#0b3476;font-size:18px;line-height:1.1;font-weight:900;}
body[data-route="aktsii"] .promos-list{display:grid;gap:10px;}
body[data-route="aktsii"] .promos-offer{display:grid;grid-template-columns:42px minmax(0,1fr) 112px 112px;gap:12px;align-items:center;min-height:90px;border:1px solid #e4edf8;border-radius:14px;background:#fff;padding:12px;}
body[data-route="aktsii"] .promos-offer__icon{width:34px;height:34px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-offer__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
body[data-route="aktsii"] .promos-offer__body{min-width:0;}
body[data-route="aktsii"] .promos-offer__label{display:inline-flex;margin-bottom:4px;color:#e52932;font-size:10.5px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer h3{margin:0 0 4px;color:#0b3476;font-size:14px;line-height:1.15;font-weight:900;}
body[data-route="aktsii"] .promos-offer p{margin:0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .promos-offer__price{display:grid;gap:3px;align-content:center;}
body[data-route="aktsii"] .promos-offer__discount{justify-self:start;padding:4px 8px;border-radius:999px;background:#e60012;color:#fff;font-size:11px;font-weight:900;}
body[data-route="aktsii"] .promos-offer__price del{color:#94a2bc;font-size:11px;}
body[data-route="aktsii"] .promos-offer__price strong{color:#e52932;font-size:20px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer__btn{min-height:30px;border:0;border-radius:7px;background:#e60012;color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;padding:0 10px;box-shadow:0 8px 16px rgba(230,0,18,.14);}
body[data-route="aktsii"] .promos-info-panel{padding:18px 20px 14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:start;}
body[data-route="aktsii"] .promos-steps{display:grid;gap:6px;align-content:start;}
body[data-route="aktsii"] .promos-steps div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:9px;row-gap:0;align-items:center;}
body[data-route="aktsii"] .promos-steps span{width:28px;height:28px;border-radius:50%;background:#0b3476;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps strong{color:#0b3476;font-size:13px;line-height:1.08;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps p{grid-column:2;margin:-1px 0 0;color:#37527d;font-size:11.5px;line-height:1.18;font-weight:600;align-self:start;}
body[data-route="aktsii"] .promos-info-panel img{width:100%;height:146px;object-fit:cover;border-radius:12px;margin:8px 0 10px;}
body[data-route="aktsii"] .promos-info-panel .btn{min-height:36px;padding:9px 12px;border-radius:8px;font-size:12.5px;}
body[data-route="aktsii"] .promos-lower-panels{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);gap:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-mini-panel{padding:18px 22px 14px;}
body[data-route="aktsii"] .promos-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
body[data-route="aktsii"] .promos-mini-grid a{min-height:72px;padding:9px 11px;border-radius:10px;background:#fff;box-shadow:0 10px 22px rgba(0,43,102,.08);display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;gap:1px 9px;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid span{grid-row:1/3;width:30px;height:30px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-mini-grid strong{font-size:12.5px;line-height:1.12;font-weight:900;}
body[data-route="aktsii"] .promos-mini-grid small{font-size:11px;line-height:1.15;color:#37527d;font-weight:600;}
body[data-route="aktsii"] .promos-note-panel{padding:18px 20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center;}
body[data-route="aktsii"] .promos-note-panel > span{width:40px;height:40px;border-radius:50%;border:1px solid #dce6f2;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-note-panel svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-note-panel strong{display:block;color:#0b3476;font-size:14px;font-weight:900;}
body[data-route="aktsii"] .promos-note-panel p{margin:4px 0 0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .benefits{margin-top:18px;margin-bottom:28px;}
@media (max-width:1180px){body[data-route="aktsii"] .promos-hero__inner,body[data-route="aktsii"] .promos-control-panel,body[data-route="aktsii"] .promos-main-grid,body[data-route="aktsii"] .promos-lower-panels{grid-template-columns:1fr;}body[data-route="aktsii"] .promos-hero__media{display:none;}body[data-route="aktsii"] .promos-hero__lead{white-space:normal;}}
@media (max-width:760px){body[data-route="aktsii"] .promos-offer{grid-template-columns:38px minmax(0,1fr);gap:8px;}body[data-route="aktsii"] .promos-offer__price,body[data-route="aktsii"] .promos-offer__btn{grid-column:2;}body[data-route="aktsii"] .promos-mini-grid{grid-template-columns:1fr;}}


/* v206: promotions page — align lower panels with upper grid and raise image inside info card */
body[data-route="aktsii"] .promos-main-grid,
body[data-route="aktsii"] .promos-lower-panels{
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}

body[data-route="aktsii"] .promos-info-panel{
  grid-template-rows:auto auto auto auto!important;
  align-content:start!important;
}

body[data-route="aktsii"] .promos-steps{
  gap:6px!important;
  margin-bottom:8px!important;
}

body[data-route="aktsii"] .promos-steps div{
  grid-template-columns:32px minmax(0,1fr)!important;
  column-gap:9px!important;
  row-gap:0!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-steps span{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps strong{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps p{
  margin:-1px 0 0!important;
  line-height:1.18!important;
}

body[data-route="aktsii"] .promos-info-panel img{
  height:168px!important;
  margin:8px 0 10px!important;
  object-fit:cover!important;
  object-position:center 48%!important;
}

body[data-route="aktsii"] .promos-lower-panels{
  margin-top:20px!important;
}

body[data-route="aktsii"] .promos-mini-panel,
body[data-route="aktsii"] .promos-note-panel{
  min-height:170px!important;
}

body[data-route="aktsii"] .promos-mini-panel{
  padding:20px 22px!important;
}

body[data-route="aktsii"] .promos-note-panel{
  padding:20px 22px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  align-items:center!important;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-main-grid,
  body[data-route="aktsii"] .promos-lower-panels{
    grid-template-columns:1fr!important;
  }
}


/* v207: loyalty subpage integrated into Aktsii + promotions popular directions 4-card grid */
body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  padding:12px 11px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner{
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__copy{
  display:grid;
  align-content:center;
  padding:26px 24px 30px 0;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__lead{
  margin:0 0 9px;
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.08;
  font-weight:400;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.3;
  font-weight:500;
  max-width:690px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
  min-height:250px;
  max-height:250px;
  overflow:hidden;
  position:relative;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
  z-index:1;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center 45%;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr);
  gap:20px;
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels{
  display:grid;
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:14px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 78px;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid span,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel > span{
  width:42px;
  height:42px;
  border:1px solid #dce6f2;
  border-radius:50%;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body strong{
  display:block;
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:4px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__value{
  color:#e30613;
  font-size:26px;
  line-height:1;
  font-weight:900;
  text-align:right;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps{
  display:grid;
  gap:10px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:0 9px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#0b3476;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps strong{
  color:#0b3476;
  font-size:13px;
  line-height:1.08;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps p{
  grid-column:2;
  margin:-1px 0 0;
  color:#37527d;
  font-size:11.5px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel .btn{
  width:100%;
  margin-top:18px;
  min-height:38px;
  border-radius:8px;
  font-size:12.5px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid a{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:12px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:7px 12px;
  align-items:center;
  padding:12px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid strong{
  display:block;
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid small{
  display:block;
  margin-top:4px;
  color:#37527d;
  font-size:11px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  min-height:170px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel strong{
  display:block;
  color:#0b3476;
  font-size:16px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:6px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
    display:none;
  }
}

@media (max-width:720px){
  body[data-route="aktsii"] .promos-mini-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
    grid-template-columns:1fr!important;
  }
}


/* v211: compact about hero photo */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(360px, 47%) minmax(0, 53%);
}
body[data-route="pro-nas"] .about-hero-card__copy{
  padding:22px 24px 12px 24px;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(16px, 1.1vw, 18px);
  line-height:1.28;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px;
}
body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:210px;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  object-position:center 22%;
}
@media (max-width:980px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:30px 20px 16px;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    margin-top:14px;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:220px;
  }
  body[data-route="pro-nas"] .about-hero-card__media img{
    object-position:center 24%;
  }
}


/* v212 HARD INLINE BACKUP: about hero fixed height */
body .about-page .about-hero-card{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  grid-template-columns:minmax(360px,47%) minmax(0,53%)!important;
}
body .about-page .about-hero-card__copy{
  padding:16px 24px 12px 24px!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body .about-page .about-hero-card__copy h1{margin:0 0 8px!important;}
body .about-page .about-hero-card__lead{margin:0 0 7px!important;}
body .about-page .about-hero-card__text{
  margin:0!important;
  font-size:17px!important;
  line-height:1.26!important;
}
body .about-page .about-hero-card__actions{
  margin-top:13px!important;
  gap:12px!important;
}
body .about-page .about-hero-card__actions .btn{
  min-height:42px!important;
  padding-top:9px!important;
  padding-bottom:9px!important;
}
body .about-page .about-hero-card__media{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
}
body .about-page .about-hero-card__media img{
  width:100%!important;
  height:270px!important;
  object-fit:cover!important;
  object-position:center 20%!important;
}


/* v215: About hero aligned to Contacts hero concept */
body[data-route="pro-nas"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%)!important;
}
body[data-route="pro-nas"] .about-hero-card{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr)!important;
  background:linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%)!important;
  border:0!important;
  border-bottom:1px solid #e2ebf7!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  font-weight:900!important;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  height:100%!important;
  object-fit:cover!important;
  object-position:center 43%!important;
  filter:saturate(.94) contrast(1.02)!important;
}


/* v216: About hero typography exactly follows Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:8px 0 0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  align-content:center!important;
  padding:44px 32px 44px 0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}

@media (max-width:720px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:46px 0 24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1{
    margin-bottom:16px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:15px!important;
  }
}


/* v217: About hero text hierarchy = Contacts hero, 3 separate sizes */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__textwrap{
  display:grid!important;
  gap:8px!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}


/* v218: about hero exact pixel sizes to match Contacts + new hero image */
body[data-route="pro-nas"] .about-hero-card__copy h1{font-size:39px!important;line-height:1.01!important;}
body[data-route="pro-nas"] .about-hero-card__lead{font-size:26px!important;line-height:1.05!important;font-weight:400!important;}
body[data-route="pro-nas"] .about-hero-card__text{font-size:16px!important;line-height:1.27!important;font-weight:500!important;}
body[data-route="pro-nas"] .about-hero-card__media img{object-position:center center!important;}


/* v219: clinics cooperation hero image + dropdowns always above hero images */
.header,
.site-header,
.topbar,
.header-main,
.header__inner,
.nav,
.nav-item{
  position:relative!important;
  z-index:10000!important;
}

.dropdown-menu,
.dropdown-submenu{
  z-index:10050!important;
}

main,
.hero,
[class*="hero"],
[class*="hero__media"],
[class*="hero-card__media"]{
  position:relative;
  z-index:1;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero{
  position:relative;
  z-index:1;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  position:relative;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(249,252,255,.94) 0%,rgba(249,252,255,.62) 24%,rgba(249,252,255,0) 54%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 42%);
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(.95) contrast(1.03)!important;
}

/* v223: clinics cooperation hero crop exactly from provided image + contact form */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  margin-top:24px;
  margin-bottom:36px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card{
  min-height:0;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form{
  margin-top:14px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  display:grid;
  align-content:start;
  gap:16px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  display:grid;
  gap:12px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:78px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:4px 12px;
  align-items:center;
  padding:12px;
  border:1px solid #e4edf8;
  border-radius:12px;
  background:#f8fbff;
  color:#0b3476;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  grid-row:1 / span 2;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef5ff;
  border:1px solid #dce6f2;
  color:#e30613;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  display:block;
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  display:block;
  color:#37527d;
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
}

@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr;
  }
}


/* v224: compact clinics cooperation page + custom partner form label */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__inner{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy{
  padding:20px 22px 22px 0!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy h1{
  margin-bottom:4px!important;
  font-size:clamp(34px,3vw,44px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__lead{
  margin-bottom:7px!important;
  font-size:clamp(23px,1.9vw,30px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__text{
  font-size:14px!important;
  line-height:1.24!important;
  max-width:560px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions{
  margin-top:14px!important;
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions .btn{
  min-height:40px!important;
  padding:9px 18px!important;
  border-radius:8px!important;
  font-size:13.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-grid{
  gap:14px!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card{
  min-height:112px!important;
  padding:16px 18px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card h2{
  margin-bottom:8px!important;
  font-size:16px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card p{
  font-size:12.5px!important;
  line-height:1.25!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:16px!important;
  margin-top:18px!important;
  margin-bottom:24px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section .contacts-card{
  padding:18px 20px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head{
  margin-bottom:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head h2{
  margin-bottom:6px!important;
  font-size:20px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head p{
  font-size:12.5px!important;
  line-height:1.26!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form{
  margin-top:8px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form label{
  gap:4px!important;
  font-size:11.5px!important;
  line-height:1.15!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form input,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:36px!important;
  padding:8px 11px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:70px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .check{
  font-size:11.5px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .btn{
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:13px!important;
  border-radius:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:64px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:2px 10px!important;
  padding:9px!important;
  border-radius:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  width:36px!important;
  height:36px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  font-size:10.5px!important;
}
@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr!important;
  }
}


/* v225: Catalog page category cards use uploaded 1200x480 WebP images */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image{
  overflow:hidden!important;
}


/* v226: Catalog page cards must show uploaded images fully, without cropping */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#fff!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}


/* v231: common preparation slug inherits patient preparation design */
:root{--navy:#1e55b8;--blue:#1e55b8;--red:#e30613;--text:#1e55b8;--muted:#5b6475;--line:#dce6f2;--bg:#f3f8ff;--white:#fff;--shadow:0 14px 34px rgba(0,43,102,.10);--r:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;color:var(--text);background:#fff;font-size:16px;overflow-x:hidden}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar__left,.topbar__right{display:flex;align-items:center;gap:14px}.divider{width:1px;height:16px;background:rgba(255,255,255,.35)}.lang-switch{display:flex;gap:5px}.lang-switch a{border:1px solid rgba(255,255,255,.35);border-radius:6px;padding:2px 5px}.mainbar{background:#fff;border-bottom:1px solid var(--line)}.mainbar__inner{height:76px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;min-width:230px}.logo-mark{display:grid;grid-template-columns:repeat(3,9px);gap:5px}.logo-mark i{width:9px;height:9px;border-radius:99px;background:var(--blue)}.logo-mark i:nth-child(2n){background:var(--red)}.logo-text strong{font-size:22px;color:var(--blue);line-height:1}.logo-text em{font-style:normal;color:var(--red)}.logo-text small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.nav__link{position:relative;font-weight:700;font-size:14px;color:var(--navy);padding:29px 0}.nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--red);border-radius:3px}.cabinet-btn{border:1px solid #9fb0c8;border-radius:8px;padding:12px 16px;font-weight:700;background:#fff}.burger{display:none;background:#fff;border:0;flex-direction:column;gap:4px}.burger span{width:24px;height:2px;background:var(--navy)}.hero{background:linear-gradient(90deg,#f9fcff 0%,#f2f7ff 52%,#ebf4ff 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:360px}.hero__copy{padding:36px 0;position:relative;z-index:1}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:800;margin-bottom:12px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:0 0 18px;color:var(--navy);letter-spacing:-.04em}.hero--compact h1,.hero--results h1{font-size:clamp(38px,4.2vw,62px)}.hero p{max-width:540px;font-size:18px;color:#263a5e;line-height:1.45;margin:0 0 24px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__media{align-self:stretch;min-height:310px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.18s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 18px rgba(227,6,19,.18)}.btn-dark{background:var(--navy);color:#fff}.btn-outline,.btn-light{background:#fff;color:var(--navy);border:1px solid #b9c8dd}.btn-small{padding:8px 13px;font-size:13px}.section-tight{margin-top:-42px;position:relative;z-index:3}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow);min-height:170px;display:flex;flex-direction:column;gap:8px}.category-card__icon{font-size:26px}.category-card strong{font-size:16px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-card em{font-style:normal;color:var(--red);font-weight:800;margin-top:auto}.category-card small{color:var(--blue);font-weight:800}.home-panels{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:18px;margin-top:26px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:22px}.panel h2,.card h2{margin:0 0 14px;color:var(--navy)}.map-card{border-radius:16px;overflow:hidden;background:#e6f2ff;border:1px solid var(--line)}.map-card img{width:100%;height:210px;object-fit:cover}.promo-panel{position:relative}.promo-panel img{height:120px;margin-left:auto}.badge-red{display:inline-flex;background:var(--red);color:#fff;padding:7px 12px;border-radius:999px;font-weight:900}.results-panel form,.result-form form{display:grid;gap:12px}.results-panel input,.result-form input,.pro-form input,.pro-form textarea,.searchbar input{width:100%;border:1px solid #cbd7e8;border-radius:9px;padding:12px;background:#fff}.benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px;margin-bottom:36px}.benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;box-shadow:var(--shadow);overflow:hidden;min-height:94px}.benefit__icon{width:52px;height:52px;min-width:52px;border:2px solid rgba(239,44,56,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);background:transparent;line-height:1;flex:none}.benefit__icon svg{width:26px;height:26px;display:block;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.benefit__content{min-width:0;flex:1}.benefit strong{display:block;font-size:13px;line-height:1.08;color:var(--blue);word-break:break-word}.benefit p{margin:3px 0 0;color:var(--blue);font-size:10px;line-height:1.15;word-break:break-word}.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:28px}.searchbar{display:flex;gap:10px;margin-bottom:14px}.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 15px;font-weight:800;color:var(--blue);cursor:pointer}.tab.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.test-list{display:grid;gap:8px}.test-row{display:grid;grid-template-columns:42px 1fr 90px 110px 170px;align-items:center;gap:12px;border:1px solid #e7edf6;border-radius:12px;padding:12px;background:#fff}.test-row__icon{width:34px;height:34px;border-radius:50%;background:#f4f8ff;display:grid;place-items:center}.test-row__name small{display:block;color:var(--muted);margin-top:3px}.test-row__price,.red{color:var(--red);font-weight:900}.test-row__actions{display:flex;gap:8px}.centered{margin:18px auto 0;display:flex;width:max-content}.calculator{position:sticky;top:14px;align-self:start}.calc-items{display:grid;gap:8px;min-height:54px}.calc-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#f7fbff;border:1px solid var(--line);border-radius:10px;padding:9px}.calc-item button{border:0;background:#fff;color:var(--red);font-weight:900}.calc-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin:14px 0;padding-top:14px}.recommend{padding-left:18px}.recommend li{margin:9px 0}.recommend em{display:block;color:var(--red);font-style:normal;font-weight:800}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:28px}.promo-big img{height:150px;margin:auto}.promo-big strong{color:var(--red);font-size:28px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.promo-card{position:relative}.price-line{display:flex;align-items:baseline;gap:10px;margin:16px 0}.price-line strong{font-size:28px;color:var(--red)}.why{margin-top:22px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-grid span{background:#f5f9ff;border-radius:12px;padding:16px;font-weight:800}.branch-layout{display:grid;grid-template-columns:210px 1fr;gap:18px;margin-top:28px}.district-filter{grid-row:span 2}.filter{width:100%;display:flex;justify-content:space-between;border:0;background:#fff;padding:12px;border-radius:9px;color:var(--text);font-weight:700;text-align:left}.filter.active{background:#fff1f2;color:var(--red)}.branch-cards{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.branch-card img{height:130px;width:100%;object-fit:cover;border-radius:14px}.tag{background:#fff3cd;color:#8a5b00;border-radius:99px;padding:5px 9px;font-weight:800;font-size:12px}.prep-layout{margin-top:28px}.tabs-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.tabs-wide .tab{border-radius:0}.tabs-wide .tab:first-child{border-radius:12px 0 0 12px}.tabs-wide .tab:last-child{border-radius:0 12px 12px 0}.prep-grid{display:grid;grid-template-columns:repeat(3,1fr) 260px;gap:16px}.prep-card{border-radius:16px;padding:20px}.prep-card.ok{background:#eefbf4}.prep-card.no{background:#fff1f3}.prep-card.info{background:#f2f6ff}.notice{margin-top:16px;background:#f3f7ff}.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-top:26px}.contacts-layout{grid-template-columns:1fr 1fr 330px}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-36px;position:relative;z-index:4}.contact-card span{font-size:28px}.pro-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-form label{display:grid;gap:6px;color:var(--muted);font-weight:700}.pro-form .span-2{grid-column:span 2}.pro-form .check{display:flex;align-items:center}.pro-form .check input{width:auto}.faq details{border-bottom:1px solid var(--line);padding:10px 0}.faq summary{cursor:pointer;font-weight:800}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.stats div{display:grid;grid-template-columns:90px 1fr;gap:6px;align-items:center;margin:8px 0}.stats strong{font-size:26px;color:var(--blue)}.timeline p{border-left:2px solid var(--red);padding-left:12px}.certs{margin-top:22px}.cert-row{display:grid;grid-template-columns:220px 1fr 180px;gap:14px;align-items:stretch}.cert-row img{height:130px;width:100%;object-fit:cover;border-radius:14px}.join{display:grid;place-items:center;text-align:center;background:#f4f8ff;border-radius:14px;font-weight:900}.result-form{margin-top:-54px;position:relative;z-index:3}.result-form form{grid-template-columns:1fr 1fr auto;align-items:end}.result-form p{grid-column:1/-1;margin:0;color:var(--muted)}.tracker{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.track-step{display:grid;gap:4px;text-align:center;position:relative}.track-step span{margin:auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f7ff;border:1px solid var(--line);font-weight:900}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.result-card em{display:inline-block;color:#16803a;background:#e9f8ef;border-radius:9px;padding:5px 9px;font-style:normal}.security-panels{grid-template-columns:1fr 1fr}.analysis-detail{grid-template-columns:1fr 320px}.sticky{position:sticky;top:14px;align-self:start}.sticky dl{display:grid;grid-template-columns:100px 1fr;gap:10px}.medical-note{background:#f4f8ff;border-left:4px solid var(--blue);padding:14px;border-radius:10px}.footer{background:var(--navy);color:#fff;margin-top:44px;padding:38px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.4fr;gap:22px}.footer a{display:block;margin:8px 0;color:#dfeaff}.footer-logo{font-size:24px;font-weight:900}.footer-logo span{color:#ff7279}.ai-bot{position:fixed;right:18px;bottom:18px;z-index:20;border:0;border-radius:999px;background:var(--red);color:#fff;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 14px 30px rgba(227,6,19,.25)}.ai-bot span{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900}.form-alert{margin-top:14px;border-radius:12px;padding:12px 16px;font-weight:800}.form-alert--success{background:#e9f8ef;color:#136e32}.form-alert--error{background:#fff1f3;color:#a00010}@media (max-width:980px){.mainbar__inner{height:auto;min-height:72px;flex-wrap:wrap}.burger{display:flex;margin-left:auto}.nav{display:none;order:10;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:10px 0}.nav.is-open{display:flex}.nav__link{padding:10px 0}.cabinet-btn{margin-left:auto}.hero__inner{grid-template-columns:1fr}.hero__media{min-height:250px;order:-1}.category-grid,.benefits,.contact-cards{grid-template-columns:repeat(2,1fr)}.home-panels,.price-layout,.two-column,.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail,.branch-layout{grid-template-columns:1fr}.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid{grid-template-columns:1fr 1fr}.district-filter,.branch-cards{grid-column:auto}.result-form{margin-top:20px}.result-form form{grid-template-columns:1fr}.tracker{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.test-row{grid-template-columns:36px 1fr;align-items:start}.test-row__term,.test-row__price,.test-row__actions{grid-column:2}.calculator,.sticky{position:static}.cert-row{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar__inner{height:auto;padding:7px 0;align-items:flex-start}.topbar__left,.topbar__right{flex-wrap:wrap;gap:8px}.logo{min-width:auto}.logo-text strong{font-size:18px}.cabinet-btn{width:100%;text-align:center}.hero h1{font-size:36px}.hero p{font-size:16px}.hero__media{min-height:220px}.category-grid,.benefits,.contact-cards,.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid,.tracker,.footer__grid,.mini-grid{grid-template-columns:1fr}.home-panels{grid-template-columns:1fr}.pro-form{grid-template-columns:1fr}.pro-form .span-2{grid-column:auto}.tabs-wide{grid-template-columns:1fr}.tabs-wide .tab{border-radius:10px!important}.searchbar{flex-direction:column}.ai-bot{right:10px;bottom:10px}.result-form form{grid-template-columns:1fr}.price-layout{margin-top:16px}.hero__copy{padding:24px 0}.card,.panel{padding:16px}.test-row__actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.centered{width:100%}}


/* Геометрична посадка під наданий референс-макет: компактні пропорції desktop */
@media (min-width: 981px){
  .container{width:min(1400px,calc(100% - 96px));}
  .topbar{font-size:14px;}
  .topbar__inner{height:34px;}
  .mainbar__inner{height:72px;gap:24px;}
  .logo{min-width:360px;gap:12px;}
  .logo-mark{grid-template-columns:repeat(3,10px);gap:6px;}
  .logo-mark i{width:10px;height:10px;}
  .logo-text strong{font-size:25px;letter-spacing:-.02em;}
  .logo-text small{font-size:13px;margin-top:4px;}
  .nav{gap:32px;}
  .nav__link{font-size:15px;padding:27px 0;}
  .nav__link.is-active:after{bottom:13px;}
  .cabinet-btn{border-radius:9px;padding:13px 20px;font-size:16px;white-space:nowrap;}

  .hero--home .hero__inner{grid-template-columns:46% 54%;min-height:332px;}
  .hero--home .hero__copy{padding:36px 0 72px;}
  .hero--home h1{font-size:clamp(52px,4.65vw,68px);line-height:.96;margin-bottom:22px;letter-spacing:-.045em;}
  .hero--home p{font-size:19px;line-height:1.42;max-width:570px;margin-bottom:28px;}
  .hero--home .hero__media{min-height:332px;}
  .hero--home .hero__media img{object-fit:cover;object-position:center center;}
  .hero--home .hero__actions{gap:16px;}
  .hero--home .btn{min-height:52px;padding:12px 24px;border-radius:10px;font-size:18px;}

  .section-tight{margin-top:-58px;}
  .category-grid{gap:18px;}
  .category-card{min-height:148px;padding:18px 20px;border-radius:16px;gap:8px;}
  .category-card__icon{font-size:24px;line-height:1;}
  .category-card strong{font-size:16px;line-height:1.12;}
  .category-card p{font-size:13px;line-height:1.22;}
  .category-card em{font-size:17px;line-height:1.1;}
  .category-card small{font-size:13px;}

  .home-panels{grid-template-columns:1.05fr 1.05fr 1fr;gap:18px;margin-top:18px;}
  .panel{padding:16px 18px;border-radius:16px;}
  .panel h2,.card h2{font-size:18px;line-height:1.15;margin-bottom:10px;}
  .panel p,.panel li{font-size:13px;line-height:1.25;}
  .panel ul{margin:8px 0 12px;padding-left:18px;}
  .map-card img{height:132px;}
  .promo-panel img{height:82px;max-width:42%;}
  .badge-red{padding:5px 10px;font-size:12px;}
  .results-panel form{gap:8px;}
  .results-panel label{font-size:12px;font-weight:700;color:var(--muted);}
  .results-panel input{padding:9px 10px;min-height:36px;border-radius:8px;font-size:13px;}
  .results-panel .btn,.home-panels .btn{min-height:36px;padding:8px 14px;border-radius:8px;font-size:13px;}

  .benefits{gap:12px;margin-top:16px;margin-bottom:28px;}
  .benefit{min-height:74px;padding:12px 14px;border-radius:14px;gap:10px;align-items:center;}
  .benefit span{font-size:24px;}
  .benefit strong{font-size:13px;line-height:1.1;}
  .benefit p{font-size:11px;line-height:1.2;margin-top:3px;}
  .footer{margin-top:26px;}
}

@media (min-width: 981px) and (max-width: 1240px){
  .container{width:min(1180px,calc(100% - 40px));}
  .logo{min-width:280px;}
  .nav{gap:20px;}
  .hero--home h1{font-size:54px;}
  .category-grid{gap:12px;}
  .category-card{padding:15px;}
}


/* ==========================================================
   PROLAB GRID-LOCK LAYOUT v3
   Жорстка координатна сітка у стилі Matlab uigridlayout:
   desktop-сторінки мають фіксовані колонки, рядки, висоти блоків,
   однакові gap, вирівнювання і контроль переповнення.
   ========================================================== */

:root{
  --site-max: 1400px;
  --site-pad: 32px;
  --grid-gap: 18px;
  --topbar-h: 30px;
  --header-h: 70px;
  --hero-h: 360px;
  --hero-copy-col: 46%;
  --hero-media-col: 54%;
  --card-h: 150px;
  --panel-h: 300px;
  --benefit-h: 72px;
}

@media (min-width: 981px){
  html,body{min-width:1080px;}
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad))) !important;
    max-width:var(--site-max);
  }

  /* Row 1: service bar */
  .topbar__inner{
    height:var(--topbar-h) !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }

  /* Row 2: main navigation bar */
  .mainbar__inner{
    height:var(--header-h) !important;
    display:grid !important;
    grid-template-columns:340px minmax(520px,1fr) 220px;
    gap:24px !important;
    align-items:center;
  }
  .logo{min-width:0 !important;width:340px;}
  .nav{
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    justify-content:center;
    align-items:center;
    gap:32px !important;
    min-width:0;
  }
  .nav__link{padding:0 !important;height:var(--header-h);display:grid;place-items:center;}
  .nav__link.is-active:after{bottom:10px !important;}
  .cabinet-btn{
    width:220px;
    height:48px;
    display:grid;
    place-items:center;
    padding:0 !important;
  }

  /* Universal hero grid for all pages */
  .hero{
    height:var(--hero-h);
    min-height:var(--hero-h);
  }
  .hero__inner{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    display:grid !important;
    grid-template-columns:var(--hero-copy-col) var(--hero-media-col) !important;
    grid-template-rows:var(--hero-h);
    align-items:stretch !important;
  }
  .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 42px 0 !important;
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr) auto;
    align-content:center;
    align-items:start;
    min-width:0;
    overflow:hidden;
  }
  .hero h1{
    margin:0 0 18px !important;
    max-width:620px;
  }
  .hero p{
    max-width:590px;
    margin:0 0 20px !important;
  }
  .hero__actions{
    align-self:start;
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:16px !important;
  }
  .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    overflow:hidden;
  }
  .hero__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .hero--home .hero__inner{
    grid-template-columns:46% 54% !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 86px 0 !important;
  }
  .hero--home .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home h1{
    font-size:clamp(54px,4.75vw,70px) !important;
    line-height:.94 !important;
    letter-spacing:-.055em;
  }

  /* Home: 6 cards exactly one grid row */
  .section-tight{
    margin-top:-58px !important;
    position:relative;
    z-index:5;
  }
  .category-grid{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
    grid-template-rows:var(--card-h);
    gap:var(--grid-gap) !important;
  }
  .category-card{
    height:var(--card-h) !important;
    min-height:var(--card-h) !important;
    max-height:var(--card-h) !important;
    padding:18px 20px !important;
    display:grid !important;
    grid-template-rows:24px 38px 32px 20px 16px;
    gap:5px !important;
    overflow:hidden;
  }
  .category-card__icon{height:24px;line-height:24px;}
  .category-card strong,.category-card p,.category-card em,.category-card small{
    overflow:hidden;
  }

  /* Home: 3 lower panels are a fixed 3-column layout */
  .home-panels{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1.05fr 1.05fr 1fr !important;
    grid-template-rows:var(--panel-h);
    gap:var(--grid-gap) !important;
    align-items:stretch;
  }
  .home-panels .panel{
    height:var(--panel-h);
    min-height:var(--panel-h);
    overflow:hidden;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    align-content:start;
  }
  .panel-map{
    grid-template-rows:auto 132px minmax(0,54px) 36px !important;
  }
  .panel-map .map-card{height:132px;}
  .panel-map ul{overflow:hidden;margin:6px 0 8px !important;}
  .promo-panel{
    grid-template-columns:1fr 150px;
    grid-template-rows:auto auto minmax(0,50px) 1fr 36px;
    column-gap:16px;
  }
  .promo-panel .badge-red{grid-column:1;grid-row:1;}
  .promo-panel h2{grid-column:1;grid-row:2;}
  .promo-panel strong{grid-column:1;grid-row:3;}
  .promo-panel p{grid-column:1;grid-row:4;overflow:hidden;}
  .promo-panel img{grid-column:2;grid-row:2 / span 3;width:150px;height:90px !important;align-self:center;}
  .promo-panel .btn{grid-column:1;grid-row:5;width:160px;}
  .results-panel{grid-template-rows:auto minmax(0,1fr) !important;}
  .results-panel form{align-content:start;}

  /* Benefits fixed one row */
  .benefits{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-template-rows:var(--benefit-h);
    gap:14px !important;
    margin-top:16px !important;
    margin-bottom:28px !important;
  }
  .benefit{
    height:var(--benefit-h);
    min-height:var(--benefit-h);
    overflow:hidden;
    display:grid !important;
    grid-template-columns:32px minmax(0,1fr);
    align-items:center !important;
  }

  /* Generic page sections: same fixed grid logic */
  .price-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .test-list{display:grid;gap:8px;}
  .test-row{
    min-height:58px;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) 100px 120px 178px !important;
    align-items:center !important;
  }
  .test-row__name,
  .test-row__term,
  .test-row__price{min-width:0;overflow:hidden;}
  .test-row__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .test-row__actions .btn{width:100%;min-width:0;}

  .two-column{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .cards-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cards-grid.four{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
  }
  .cards-grid > .card,
  .cards-grid > article{
    height:100%;
    display:grid;
    align-content:start;
  }

  .branch-layout{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) !important;
    grid-template-rows:260px auto;
    gap:var(--grid-gap) !important;
  }
  .district-filter{grid-row:1 / span 2;}
  .branch-layout > .map-card{height:260px;}
  .branch-layout > .map-card img{height:260px;}
  .branch-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:var(--grid-gap) !important;
  }
  .branch-card{
    height:100%;
    min-height:260px;
    display:grid;
    grid-template-rows:130px auto auto auto;
  }

  .prep-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) 260px !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .prep-card,.prep-grid .card{height:100%;}

  .doctor-panels,
  .result-layout,
  .security-panels,
  .analysis-detail{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 360px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contacts-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 330px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contact-cards{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-auto-rows:104px;
    gap:14px !important;
  }
  .contact-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    column-gap:10px;
  }

  .about-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cert-row{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) 180px !important;
    gap:14px !important;
    align-items:stretch;
  }

  .result-form form{
    display:grid !important;
    grid-template-columns:1fr 1fr 210px !important;
    align-items:end;
    gap:12px !important;
  }
  .tracker{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  .result-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .footer__grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 1.4fr 1.4fr !important;
    gap:32px !important;
    align-items:start;
  }
}

/* Tablet/mobile still use grid, but with controlled columns and no horizontal scroll */
@media (max-width: 980px){
  .container{width:min(100% - 24px, 900px) !important;}
  .mainbar__inner{
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:12px;
  }
  .cabinet-btn{grid-column:1 / -1;width:100%;}
  .hero{height:auto;min-height:0;}
  .hero__inner{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .hero__copy{display:grid;gap:14px;}
  .hero__media{height:260px !important;min-height:260px !important;}
  .category-grid,
  .home-panels,
  .benefits,
  .price-layout,
  .two-column,
  .branch-layout,
  .doctor-panels,
  .contacts-layout,
  .result-layout,
  .security-panels,
  .analysis-detail,
  .about-grid,
  .prep-grid,
  .result-cards,
  .footer__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px){
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    grid-template-columns:1fr !important;
  }
  .hero__media{height:220px !important;min-height:220px !important;}
}


/* ==========================================================
   PROLAB REFERENCE VISUAL THEME v4
   Колірна гама, типографіка, кнопки, іконки і композиція
   під останній наданий референс.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#3f5172;
  --line:#e5eaf3;
  --bg:#f6f9fd;
  --shadow:0 8px 22px rgba(6,43,104,.08);
  --site-max:1540px;
  --site-pad:42px;
  --topbar-h:32px;
  --header-h:98px;
  --hero-h:278px;
  --card-h:136px;
  --panel-h:230px;
  --benefit-h:70px;
  --grid-gap:16px;
}

body{
  background:#fff;
  color:var(--text);
  font-family:Inter,Manrope,Arial,sans-serif;
}

.topbar{
  background:#062b68!important;
  color:#fff;
  font-size:14px!important;
  font-weight:700;
}
.topbar__left,.topbar__right{gap:18px!important;}
.topbar a{color:#fff;}
.lang-current{font-weight:800;}

.mainbar{
  background:#fff;
  border-bottom:1px solid #edf1f7;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:360px minmax(650px,1fr) 220px!important;
    height:98px!important;
  }
}
.logo{
  width:360px!important;
  gap:16px!important;
}
.logo-mark{display:none!important;}
.logo-flask{
  display:grid;
  width:66px;
  height:66px;
  place-items:center;
  color:var(--red);
  flex:0 0 66px;
}
.logo-flask svg{width:66px;height:66px;}
.logo-text strong{
  font-size:34px!important;
  letter-spacing:-.04em;
  color:var(--navy)!important;
  font-weight:900;
}
.logo-text em{
  color:var(--red)!important;
  font-size:.62em;
  display:inline-block;
  transform:translateY(6px);
  margin-left:4px;
}
.logo-text small{
  color:#111a33!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.03em;
  margin-top:4px!important;
}
.nav{gap:56px!important;}
.nav__link{
  color:var(--navy)!important;
  font-size:16px!important;
  font-weight:900!important;
}
.nav__link.is-active:after{
  background:transparent!important;
}
.cabinet-btn{
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
  border-radius:8px!important;
  font-size:16px!important;
  font-weight:900!important;
  background:#fff!important;
}

.hero{
  background:#f3f7fc!important;
}
@media (min-width:981px){
  .hero,
  .hero__inner,
  .hero__copy,
  .hero__media,
  .hero--home .hero__media{
    height:278px!important;
    min-height:278px!important;
  }
  .hero__inner,
  .hero--home .hero__inner{
    grid-template-columns:42% 58%!important;
  }
  .hero__copy,
  .hero--home .hero__copy{
    padding:28px 28px 28px 0!important;
    grid-template-rows:auto auto auto auto!important;
    align-content:center!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:.95!important;
    letter-spacing:-.035em;
    margin-bottom:4px!important;
    white-space:nowrap;
  }
  .hero p{
    max-width:620px;
    margin:0 0 8px!important;
  }
  .hero__media img{
    object-position:center 42%!important;
  }
}
.hero h1{
  color:var(--navy)!important;
  font-weight:900;
}
.hero p{
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.32!important;
}
.hero p::first-line{
  font-size:34px;
  font-weight:400;
  line-height:1.05;
}
.hero__actions{
  margin-top:6px;
}
.btn{
  border-radius:6px!important;
  min-height:38px;
  font-size:15px;
  font-weight:900;
  padding:10px 22px!important;
}
.btn-primary{
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.btn-outline,
.btn-light{
  background:#fff!important;
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
}

.hero-features{
  height:58px;
  display:grid;
  grid-template-columns:220px 210px 220px;
  align-items:center;
  gap:34px;
  color:var(--navy);
}
.hero-features div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
}
.hero-features span{
  color:var(--red);
  font-size:20px;
  width:24px;
  text-align:center;
}

@media (min-width:981px){
  .section-tight{
    margin-top:0!important;
  }
  .category-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:136px!important;
    gap:16px!important;
  }
  .category-card{
    height:136px!important;
    min-height:136px!important;
    max-height:136px!important;
    padding:18px 20px!important;
    border-radius:10px!important;
    box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
    border:1px solid #eef1f6!important;
    grid-template-rows:28px 36px 36px 18px!important;
    gap:4px!important;
    position:relative;
  }
}
.category-card__icon{
  color:var(--red)!important;
  font-size:31px!important;
  font-weight:300;
  line-height:1;
}
.category-card strong{
  color:var(--navy);
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.category-card p{
  color:var(--muted);
  font-size:13px!important;
  line-height:1.18!important;
}
.category-card em{
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.category-card em::before{content:"ціни ";}
.category-card small{
  position:absolute;
  right:18px;
  bottom:14px;
  min-width:68px;
  height:28px;
  border:1.5px solid #e7a0a5;
  border-radius:7px;
  display:grid;
  place-items:center;
  color:var(--navy)!important;
  font-size:13px!important;
}
.category-card small::first-letter{text-transform:uppercase;}

.home-panels .panel,
.benefit,
.card{
  border:1px solid #eef1f6!important;
  border-radius:10px!important;
  box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
}
.panel h2,.card h2{
  color:var(--navy)!important;
  font-size:20px!important;
  font-weight:900!important;
}

@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.38fr 1fr!important;
    grid-template-rows:230px!important;
    gap:16px!important;
    margin-top:10px!important;
  }
  .home-panels .panel{
    height:230px!important;
    min-height:230px!important;
  }
}
.panel-map{
  position:relative;
  grid-template-columns:1.05fr .95fr!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:12px;
}
.panel-map h2{grid-column:1 / -1;}
.panel-map .map-card{
  grid-column:2;
  grid-row:1 / span 3;
  height:100%!important;
}
.panel-map .map-card img{
  height:100%!important;
  object-fit:cover;
}
.panel-map ul{
  grid-column:1;
  grid-row:2;
  list-style:none;
  padding:0!important;
  margin:0!important;
  color:var(--navy);
  font-size:11px;
  font-weight:700;
}
.panel-map li{margin:8px 0;}
.panel-map li::before{content:"📍 "; color:var(--red);}
.panel-map .btn{
  grid-column:1;
  grid-row:3;
  width:160px;
}

.promo-panel{
  background:#fff!important;
}
.promo-panel .badge-red{
  background:var(--red)!important;
  border-radius:8px!important;
  font-size:14px!important;
}
.promo-panel h2{font-size:22px!important;}
.promo-panel strong{
  color:var(--navy);
  font-size:16px;
  font-weight:900;
}
.promo-panel p{color:var(--muted);}
.promo-panel .btn{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
.promo-panel::after{
  content:none!important;display:none!important;
  position:absolute;
  right:70px;
  top:50px;
  color:var(--red);
  opacity:.88;
  font-size:92px;
  font-weight:300;
  line-height:1;
}
.promo-panel img{opacity:.22;}

.results-panel{
  background:#062b68!important;
  color:#fff!important;
  position:relative;
  overflow:hidden;
}
.results-panel::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-8px;
  width:140px;
  height:170px;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.05));
  clip-path:polygon(43% 0,54% 0,54% 18%,67% 18%,67% 100%,24% 100%,24% 18%,43% 18%);
  opacity:.5;
}
.results-panel h2,
.results-panel label{
  color:#fff!important;
}
.results-panel input{
  border:0!important;
  height:38px!important;
  border-radius:6px!important;
}
.results-panel .btn{
  background:var(--red)!important;
  color:#fff!important;
}
.results-panel form{position:relative;z-index:2;}

.benefits{
  border-top:0!important;
}
.benefit{
  grid-template-columns:54px minmax(0,1fr)!important;
}
.benefit span{
  width:46px;
  height:46px;
  border:1.5px solid var(--red);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  font-size:24px!important;
}
.benefit strong{
  color:var(--navy);
  font-size:15px!important;
  font-weight:900;
}
.benefit p{
  color:var(--muted);
  font-size:13px!important;
}

.footer{
  background:#062b68!important;
}

/* Internal pages use the same color/button/icon language */
.tab.is-active,
.btn-dark{
  background:var(--navy)!important;
  color:#fff!important;
}
.test-row__icon{
  background:#fff!important;
  color:var(--red)!important;
  border:1.5px solid #f0b7bb;
}
.test-row__price,
.red,
.price-line strong{
  color:var(--red)!important;
}
.medical-note{border-left-color:var(--red)!important;}

@media (max-width:980px){
  .hero-features{
    width:min(100% - 24px,900px);
    margin-inline:auto;
    grid-template-columns:1fr;
    height:auto;
    padding:12px 0;
    gap:10px;
  }
  .logo-flask{width:50px;height:50px;flex-basis:50px;}
  .logo-flask svg{width:50px;height:50px;}
}

.hero-lead{display:inline-block;font-size:34px;font-weight:400;line-height:1.05;margin-bottom:8px;color:var(--navy);}
@media (max-width:640px){.hero-lead{font-size:24px;}}


/* ==========================================================
   PROLAB REFERENCE FIX v5
   Виправлення пропорцій: шрифти, header overflow, плавний
   перехід hero-тексту в фото, line-icons замість emoji.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#344866;
  --line:#e8edf5;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:96px;
  --hero-h:284px;
  --card-h:138px;
  --panel-h:236px;
  --grid-gap:16px;
}

body{
  color:var(--navy);
  font-size:15px;
}

/* Header: no overflow, proportions close to reference */
@media (min-width:981px){
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad)))!important;
  }
  .topbar__inner{
    height:var(--topbar-h)!important;
    font-size:14px!important;
  }
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:390px minmax(0,1fr) 230px!important;
    gap:22px!important;
    overflow:hidden;
  }
  .logo,
  .logo--flask{
    width:390px!important;
    min-width:0!important;
  }
  .logo-flask{
    width:72px!important;
    height:72px!important;
    flex-basis:72px!important;
  }
  .logo-flask svg{
    width:72px!important;
    height:72px!important;
  }
  .logo-text strong{
    font-size:34px!important;
    line-height:.86!important;
  }
  .logo-text small{
    font-size:10px!important;
    letter-spacing:.025em;
  }
  .nav{
    min-width:0!important;
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(6,max-content);
    justify-content:space-between;
    gap:0!important;
  }
  .nav__link{
    height:var(--header-h)!important;
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap;
    padding:0 4px!important;
  }
  .cabinet-btn{
    width:230px!important;
    height:46px!important;
    font-size:15px!important;
    overflow:hidden;
    white-space:nowrap;
  }
}

/* HERO: image is not a separate hard block; it becomes a background-like layer with gradient fade */
.hero--home{
  background:#f4f8fd!important;
  position:relative;
}
@media (min-width:981px){
  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }
  .hero--home .hero__inner{
    position:relative;
    display:block!important;
    overflow:hidden;
  }
  .hero--home .hero__media{
    position:absolute!important;
    top:0;
    right:0;
    width:68%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    z-index:0;
  }
  .hero--home .hero__media::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 22%,
        rgba(244,248,253,.92) 34%,
        rgba(244,248,253,.56) 47%,
        rgba(244,248,253,.12) 59%,
        rgba(244,248,253,0) 72%);
    pointer-events:none;
  }
  .hero--home .hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    filter:saturate(.96) contrast(1.02);
  }
  .hero--home .hero__copy{
    position:relative;
    z-index:2;
    width:56%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:24px 20px 22px 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto;
    align-content:center!important;
    overflow:visible!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
    margin:0 0 4px!important;
    white-space:normal!important;
    max-width:680px;
    overflow:visible!important;
  }
  .hero--home .hero-lead{
    display:block!important;
    font-size:34px!important;
    line-height:1.05!important;
    font-weight:400!important;
    margin:0 0 8px!important;
    letter-spacing:-.015em;
  }
  .hero--home p{
    max-width:610px!important;
    margin:0 0 14px!important;
    color:var(--navy)!important;
    font-size:16px!important;
    line-height:1.28!important;
    font-weight:500;
  }
  .hero--home .hero__actions{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:20px!important;
  }
  .hero--home .btn{
    min-width:176px;
    min-height:38px!important;
    height:38px;
    border-radius:6px!important;
    font-size:15px!important;
    padding:0 22px!important;
  }
  .hero--home .btn-outline{
    min-width:206px;
  }
}

/* Red feature strip under hero, same visual scale as reference */
@media (min-width:981px){
  .hero-features{
    height:58px!important;
    margin-top:0;
    grid-template-columns:260px 240px 250px!important;
    gap:64px!important;
    align-items:center;
    font-size:15px!important;
  }
}
.hero-features span{
  color:var(--red)!important;
  font-size:24px!important;
}
.hero-features strong{
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

/* Real line-icons from CSS masks/drawing; no emoji icons */
.icon-line{
  position:relative;
  display:block!important;
  width:34px;
  height:34px;
  color:var(--red);
}
.icon-line::before,
.icon-line::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
}

/* drop */
.icon-line--zagalnoklinichni::before{
  inset:4px 8px 5px;
  border:3px solid currentColor;
  border-radius:55% 55% 55% 8px;
  transform:rotate(45deg);
}
/* molecule */
.icon-line--biokhimiia::before{
  width:8px;height:8px;border:3px solid currentColor;border-radius:50%;
  left:13px;top:13px;box-shadow:-13px -7px 0 -1px #fff, -13px -7px 0 2px currentColor, 13px -7px 0 -1px #fff, 13px -7px 0 2px currentColor, 0 14px 0 -1px #fff, 0 14px 0 2px currentColor;
}
.icon-line--biokhimiia::after{
  left:8px;top:8px;width:18px;height:20px;
  border-left:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(30deg);
}
/* shield */
.icon-line--imunolohiia::before{
  left:7px;top:3px;width:20px;height:26px;
  border:3px solid currentColor;
  border-radius:9px 9px 13px 13px;
  clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%);
}
/* dna */
.icon-line--henetychni::before{
  left:5px;top:4px;width:24px;height:26px;
  border-left:3px solid currentColor;
  border-right:3px solid currentColor;
  border-radius:50%;
  transform:rotate(28deg);
}
.icon-line--henetychni::after{
  left:8px;top:8px;width:18px;height:18px;
  background:repeating-linear-gradient(0deg, transparent 0 5px, currentColor 5px 7px);
  transform:rotate(28deg);
}
/* child face */
.icon-line--dlia-ditei::before{
  left:5px;top:5px;width:24px;height:24px;
  border:3px solid currentColor;border-radius:50%;
}
.icon-line--dlia-ditei::after{
  left:13px;top:16px;width:8px;height:4px;
  border-bottom:3px solid currentColor;border-radius:0 0 8px 8px;
  box-shadow:-6px -6px 0 -2px currentColor, 6px -6px 0 -2px currentColor;
}
/* heart */
.icon-line--hormony::before{
  left:5px;top:7px;width:24px;height:22px;
  border:3px solid currentColor;
  border-top:0;border-left:0;
  transform:rotate(45deg);
  border-radius:0 0 7px 0;
}
.icon-line--hormony::after{
  left:4px;top:5px;width:13px;height:13px;
  border:3px solid currentColor;border-radius:50%;
  box-shadow:12px 0 0 -0px #fff, 12px 0 0 0 currentColor;
  clip-path:inset(0 0 0 0);
}

/* Category card typography/geometry exactly tighter */
@media (min-width:981px){
  .category-grid{
    grid-template-rows:136px!important;
  }
  .category-card{
    padding:18px 22px 16px!important;
    grid-template-rows:32px 36px 34px 24px!important;
    gap:2px!important;
    overflow:hidden!important;
  }
  .category-card strong{
    font-size:18px!important;
    line-height:1.02!important;
    max-height:38px;
  }
  .category-card p{
    font-size:13px!important;
    line-height:1.18!important;
    max-height:34px;
  }
  .category-card em{
    align-self:end;
    font-size:13px!important;
    line-height:1;
  }
  .category-card small{
    bottom:16px!important;
    right:20px!important;
    width:70px;
    height:28px;
    background:#fff;
  }
}

/* Other icons: replace emoji feel with circular line style */
.benefit span{
  font-family:Arial,sans-serif;
  color:var(--red)!important;
  border-color:var(--red)!important;
}
.test-row__icon{
  color:var(--red)!important;
  border:1.5px solid rgba(229,41,50,.35)!important;
}

/* Panels corrected */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.35fr 1fr!important;
    margin-top:10px!important;
  }
  .results-panel h2{font-size:26px!important;}
  .panel h2,.card h2{font-size:20px!important;}
}

/* Do not let old pseudo first-line enlarge text unpredictably */
.hero p::first-line{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;}

@media (max-width:980px){
  .hero--home .hero__copy{width:auto;}
  .hero--home h1{white-space:normal!important;font-size:38px!important;}
}


/* ==========================================================
   PROLAB HEADER + ONLINE ORDER PANEL v6
   Правки за останнім скріном: верхня панель, dropdown-меню,
   кнопка "Результати онлайн", логотип, online-order панель.
   ========================================================== */

:root{
  --navy:#062b68;
  --red:#e52932;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:92px;
}

/* accessibility utility */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Top panel proportions like ref #6 */
.topbar{
  height:var(--topbar-h)!important;
  background:#062b68!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
}
.topbar__inner{
  height:var(--topbar-h)!important;
}
.topbar__left,
.topbar__right{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  white-space:nowrap;
}
.topbar__left{justify-content:flex-start;}
.topbar__right{justify-content:flex-end;}
.topbar-dot{
  opacity:.95;
  font-size:16px;
  line-height:1;
}
.topbar-lang,
.topbar-result,
.topbar-phone{
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Header grid */
@media (min-width:981px){
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:380px minmax(600px,1fr) 230px!important;
    gap:28px!important;
    overflow:visible!important;
  }
}
.mainbar{
  background:#fff!important;
  border-bottom:1px solid #eef2f7!important;
}

/* Exact logo construction: flask + PROLAB Odesa text */
.logo--prolab{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  width:380px!important;
  gap:14px!important;
  min-width:0!important;
}
.logo-flask{
  width:76px!important;
  height:76px!important;
  color:var(--red)!important;
  display:grid!important;
  place-items:center!important;
}
.logo-flask svg{
  width:76px!important;
  height:76px!important;
}
.logo-word{
  display:grid;
  grid-template-columns:max-content max-content;
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:8px;
}
.logo-pro{
  color:var(--navy);
  font-size:36px;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.88;
}
.logo-odesa{
  color:var(--red);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.05em;
  line-height:.88;
  transform:translateY(2px);
}
.logo-sub{
  grid-column:1 / -1;
  color:#111827;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1;
  margin-top:6px;
}

/* Navigation with dropdowns */
.nav{
  display:grid!important;
  grid-auto-flow:column;
  grid-auto-columns:max-content;
  justify-content:space-between!important;
  align-items:center!important;
  gap:0!important;
  min-width:0;
}
.nav-item{
  position:relative;
  height:var(--header-h);
  display:grid;
  align-items:center;
}
.nav__link{
  height:auto!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
}
.nav-caret{
  display:inline-block;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
  transform:translateY(-1px);
}
.dropdown-menu{
  position:absolute;
  left:0;
  top:calc(100% - 10px);
  min-width:250px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:10px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:8px;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:.16s ease;
  z-index:50;
}
.dropdown-menu a{
  display:block;
  padding:11px 12px;
  border-radius:8px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.dropdown-menu a:hover{
  background:#f4f8fd;
  color:var(--red);
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

/* Top right button is Results online, not cabinet */
.results-top-btn{
  width:230px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--red);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
}
.results-top-btn span{
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Old cabinet styles must not affect new button */
.cabinet-btn{display:none!important;}

/* Home online order panel replaces Results online form panel */
.order-online-panel{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 45%, rgba(63,111,189,.45), transparent 30%),
    linear-gradient(135deg,#062b68 0%,#06245c 58%,#083a86 100%)!important;
  color:#fff!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 32px rgba(6,43,104,.20)!important;
}
@media (min-width:981px){
  .order-online-panel{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 190px!important;
    grid-template-rows:1fr!important;
    height:230px!important;
    min-height:230px!important;
    padding:20px 18px!important;
  }
}
.order-online-panel__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-rows:auto auto auto 24px;
  align-content:start;
  gap:8px;
}
.order-online-panel h2{
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
  margin:0!important;
  font-weight:900!important;
}
.order-online-panel p{
  color:#fff!important;
  margin:0!important;
  max-width:320px;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800;
}
.order-online-form{
  display:grid;
  gap:10px;
  width:300px;
  max-width:100%;
}
.order-online-form input{
  height:38px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#5b6475;
  padding:0 14px;
  font-size:14px;
  font-weight:700;
}
.order-online-form .btn{
  height:38px;
  min-height:38px;
  background:var(--red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.order-safe{
  color:#fff;
  font-size:11px;
  font-weight:900;
  align-self:end;
}

/* Functional CSS illustration, not image */
.order-cart-illustration{
  position:relative;
  z-index:1;
  align-self:center;
  justify-self:end;
  width:178px;
  height:172px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));
}
.cart-handle{
  position:absolute;
  left:58px;
  top:0;
  width:40px;
  height:24px;
  border:7px solid #74a2dc;
  border-bottom:0;
  border-radius:16px 16px 0 0;
}
.cart-board{
  position:absolute;
  left:25px;
  top:18px;
  width:105px;
  height:92px;
  border-radius:12px;
  background:linear-gradient(180deg,#9fc0e8,#6d9bd3);
  border:4px solid #75a2d8;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.2);
}
.cart-board span{
  position:absolute;
  left:18px;
  width:18px;
  height:18px;
  color:#0b3a82;
  background:#eaf4ff;
  border-radius:4px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.cart-board span:nth-child(1){top:20px;}
.cart-board span:nth-child(2){top:52px;}
.cart-basket{
  position:absolute;
  left:6px;
  bottom:24px;
  width:142px;
  height:66px;
  border:5px solid #8fb5e4;
  border-top-width:7px;
  border-radius:5px 5px 14px 14px;
  transform:skewX(-8deg);
  background:rgba(255,255,255,.08);
}
.cart-basket::before,
.cart-basket::after{
  content:"";
  position:absolute;
  top:-4px;
  bottom:0;
  width:4px;
  background:#8fb5e4;
}
.cart-basket::before{left:45px;}
.cart-basket::after{left:90px;}
.cart-basket i{
  position:absolute;
  bottom:8px;
  width:10px;
  height:42px;
  border-radius:5px 5px 0 0;
  background:linear-gradient(180deg,#e8f4ff,#86b4e2);
  border:2px solid #cfe5fb;
}
.cart-basket i:nth-child(1){left:18px;}
.cart-basket i:nth-child(2){left:48px;}
.cart-basket i:nth-child(3){left:78px;}
.cart-basket i:nth-child(4){left:108px;}
.cart-wheel{
  position:absolute;
  bottom:4px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#b9d2ee;
  border:4px solid #75a2d8;
}
.cart-wheel--one{left:36px;}
.cart-wheel--two{left:116px;}

/* Make top online order panel responsive */
@media (max-width:980px){
  .logo--prolab{
    width:auto!important;
    grid-template-columns:58px minmax(0,1fr)!important;
  }
  .logo-flask,.logo-flask svg{width:56px!important;height:56px!important;}
  .logo-pro{font-size:27px;}
  .logo-odesa{font-size:16px;}
  .results-top-btn{
    grid-column:1 / -1;
    width:100%;
  }
  .nav{
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    justify-content:start!important;
  }
  .nav-item{
    height:auto;
    width:100%;
  }
  .dropdown-menu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 12px;
    display:none;
  }
  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    display:block;
  }
  .order-online-panel{
    min-height:260px;
    display:grid;
    grid-template-columns:1fr;
    padding:18px!important;
  }
  .order-cart-illustration{
    opacity:.35;
    position:absolute;
    right:12px;
    bottom:8px;
  }
}

/* ==========================================================
   PROLAB FLUID GRID LOCK v7
   Масштабування при 100% browser zoom без наповзань.
   ========================================================== */
:root{
  --site-max:1440px;
  --site-pad:clamp(24px,3.2vw,44px);
  --topbar-h:32px;
  --header-h:clamp(78px,6.2vw,92px);
  --hero-h:clamp(258px,18.4vw,284px);
  --grid-gap:clamp(12px,1.15vw,16px);
  --logo-col:clamp(292px,25vw,360px);
  --action-col:clamp(190px,15.2vw,220px);
  --nav-font:clamp(14px,1.08vw,16px);
  --h1-home:clamp(39px,3.25vw,48px);
  --lead-home:clamp(27px,2.25vw,34px);
  --card-h:clamp(128px,9vw,138px);
  --panel-h:clamp(220px,15.2vw,236px);
}
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
@media (min-width:981px){
  .container{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;max-width:var(--site-max)!important;}
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:minmax(270px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
    gap:clamp(14px,1.65vw,28px)!important;align-items:center!important;overflow:visible!important;
  }
  .logo--prolab{width:auto!important;max-width:var(--logo-col)!important;min-width:0!important;grid-template-columns:clamp(54px,5vw,72px) minmax(0,1fr)!important;gap:clamp(10px,1vw,14px)!important;overflow:hidden;}
  .logo-flask,.logo-flask svg{width:clamp(54px,5vw,72px)!important;height:clamp(54px,5vw,72px)!important;}
  .logo-word{min-width:0;overflow:hidden;}
  .logo-pro{font-size:clamp(27px,2.55vw,36px)!important;line-height:.9!important;}
  .logo-odesa{font-size:clamp(15px,1.45vw,20px)!important;}
  .logo-sub{font-size:clamp(8px,.74vw,10px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .nav{min-width:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  transform:translateY(-12px)!important;gap:clamp(14px,2.25vw,36px)!important;overflow:visible!important;}
  .nav-item{min-width:0;height:var(--header-h)!important;display:flex!important;align-items:center!important;flex:0 1 auto;}
  .nav__link{font-size:var(--nav-font)!important;line-height:1!important;padding:0!important;gap:3px!important;max-width:100%;white-space:nowrap!important;overflow:visible!important;}
  .nav-caret{font-size:13px!important;}
  .results-top-btn{width:100%!important;max-width:var(--action-col)!important;min-width:0!important;height:clamp(40px,3.25vw,46px)!important;font-size:clamp(13px,1vw,15px)!important;padding:0 12px!important;overflow:hidden!important;}
  .results-top-btn span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;}

  .hero--home,.hero--home .hero__inner{height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__copy{width:clamp(520px,48vw,660px)!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;padding:clamp(18px,1.65vw,24px) 20px clamp(18px,1.65vw,22px) 0!important;overflow:visible!important;}
  .hero--home .hero__media{width:68%!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__media::before{background:linear-gradient(90deg,#f4f8fd 0%,#f4f8fd 18%,rgba(244,248,253,.96) 31%,rgba(244,248,253,.72) 43%,rgba(244,248,253,.22) 57%,rgba(244,248,253,0) 72%)!important;}
  .hero--home h1{font-size:var(--h1-home)!important;line-height:1.01!important;margin-bottom:3px!important;max-width:clamp(520px,45vw,650px)!important;overflow:visible!important;}
  .hero--home .hero-lead{font-size:var(--lead-home)!important;line-height:1.05!important;margin-bottom:clamp(7px,.7vw,10px)!important;}
  .hero--home p{font-size:clamp(14px,.98vw,16px)!important;line-height:1.27!important;margin-bottom:clamp(10px,.9vw,14px)!important;max-width:clamp(480px,42vw,600px)!important;}
  .hero--home .hero__actions{gap:clamp(12px,1.6vw,20px)!important;}
  .hero--home .btn{min-width:clamp(160px,12vw,176px)!important;height:clamp(36px,2.7vw,38px)!important;min-height:clamp(36px,2.7vw,38px)!important;font-size:clamp(13px,.98vw,15px)!important;padding:0 clamp(16px,1.4vw,22px)!important;}
  .hero--home .btn-outline{min-width:clamp(184px,14.5vw,206px)!important;}

  .hero-features{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;height:clamp(50px,3.8vw,58px)!important;grid-template-columns:minmax(190px,260px) minmax(175px,240px) minmax(190px,250px)!important;gap:clamp(26px,4vw,64px)!important;}
  .hero-features strong{font-size:clamp(13px,1vw,15px)!important;}

  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--card-h)!important;gap:var(--grid-gap)!important;}
  .category-card{height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:30px 36px minmax(30px,1fr) 28px!important;column-gap:8px!important;row-gap:2px!important;padding:clamp(14px,1.2vw,18px) clamp(14px,1.35vw,20px)!important;overflow:hidden!important;}
  .category-card__icon{grid-column:1 / -1!important;grid-row:1!important;width:30px!important;height:30px!important;font-size:0!important;}
  .category-card strong{grid-column:1 / -1!important;grid-row:2!important;font-size:clamp(15px,1.18vw,18px)!important;line-height:1.02!important;max-height:38px!important;overflow:hidden!important;word-break:normal;}
  .category-card p{grid-column:1 / -1!important;grid-row:3!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1.15!important;max-height:34px!important;overflow:hidden!important;}
  .category-card em{grid-column:1!important;grid-row:4!important;align-self:center!important;min-width:0!important;font-size:clamp(11px,.86vw,13px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .category-card small{position:static!important;grid-column:2!important;grid-row:4!important;justify-self:end!important;align-self:center!important;width:clamp(58px,4.8vw,70px)!important;min-width:0!important;height:26px!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1!important;}

  .home-panels{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr)!important;grid-template-rows:var(--panel-h)!important;gap:var(--grid-gap)!important;}
  .home-panels .panel,.order-online-panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;}
  .order-online-panel{grid-template-columns:minmax(0,1fr) clamp(128px,12vw,178px)!important;padding:clamp(14px,1.3vw,20px)!important;overflow:hidden!important;}
  .order-online-panel h2{font-size:clamp(18px,1.55vw,24px)!important;line-height:1.04!important;}
  .order-online-panel p{font-size:clamp(12px,.92vw,14px)!important;}
  .order-online-form{width:min(300px,100%)!important;}
  .order-cart-illustration{width:clamp(128px,12vw,178px)!important;height:clamp(132px,11.5vw,172px)!important;transform-origin:center;}
  .benefits{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--grid-gap)!important;}
  .benefit{min-width:0!important;overflow:hidden!important;}
}
@media (min-width:981px) and (max-width:1320px){
  :root{--site-pad:24px;--logo-col:285px;--action-col:182px;--nav-font:13.5px;--h1-home:39px;--lead-home:26px;}
  .mainbar__inner{gap:14px!important;}
  .nav{gap:14px!important;}
  .logo-pro{font-size:27px!important;}
  .logo-odesa{font-size:15px!important;}
  .logo-sub{font-size:8px!important;}
  .logo-flask,.logo-flask svg{width:54px!important;height:54px!important;}
  .results-top-btn{font-size:12.5px!important;padding:0 8px!important;}
  .category-card strong{font-size:15px!important;}
  .category-card p{font-size:11.5px!important;}
}
@media (max-width:1080px){
  .mainbar__inner{display:flex!important;flex-wrap:wrap!important;min-height:72px!important;height:auto!important;padding:10px 0!important;}
  .logo--prolab{flex:1 1 auto!important;width:auto!important;max-width:none!important;}
  .burger{display:flex!important;margin-left:auto!important;}
  .nav{display:none!important;order:10!important;flex:1 0 100%!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;}
  .nav.is-open{display:flex!important;}
  .nav-item{height:auto!important;width:100%!important;}
  .nav__link{padding:10px 0!important;font-size:16px!important;}
  .results-top-btn{order:11!important;flex:1 0 100%!important;max-width:none!important;width:100%!important;margin-top:8px;}
}
@media (max-width:980px){
  .hero-features{width:min(100% - 24px,900px)!important;}
  .category-card{min-height:140px!important;}
  .home-panels .panel,.order-online-panel{max-height:none!important;height:auto!important;}
}

/* ==========================================================
   PROLAB REAL LOGO v8
   Використовується завантажений логотип як реальне зображення.
   ========================================================== */
.logo--image{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
.logo--image img{
  display:block!important;
  width:clamp(250px,24vw,360px)!important;
  height:auto!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
  }
  .logo--image{
    width:auto!important;
    max-width:var(--logo-col)!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .logo--image img{
    width:clamp(230px,21vw,285px)!important;
    max-height:64px!important;
  }
}
@media (max-width:1080px){
  .logo--image{
    flex:1 1 auto!important;
    max-width:calc(100% - 52px)!important;
  }
  .logo--image img{
    width:min(300px,100%)!important;
    max-height:64px!important;
  }
}
@media (max-width:640px){
  .logo--image img{
    width:min(240px,100%)!important;
    max-height:54px!important;
  }
}


/* ==========================================================
   PROLAB HERO TEXT LAYOUT v9
   Hero за референсом: заголовок в один рядок, компактна
   вертикальна ритміка, пропорційні інтервали між текст-блоками.
   ========================================================== */

@media (min-width:981px){
  :root{
    --hero-h:clamp(248px,17.2vw,270px);
    --h1-home:clamp(36px,3.1vw,48px);
    --lead-home:clamp(26px,2.1vw,36px);
  }

  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__copy{
    width:clamp(610px,50vw,760px)!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:clamp(22px,2vw,34px) 20px clamp(16px,1.6vw,24px) 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    align-content:start!important;
    gap:0!important;
  }

  .hero--home h1{
    white-space:nowrap!important;
    font-size:var(--h1-home)!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
    margin:0 0 clamp(4px,.45vw,8px)!important;
    max-width:none!important;
  }

  .hero--home .hero-lead{
    font-size:var(--lead-home)!important;
    line-height:1.04!important;
    font-weight:400!important;
    margin:0 0 clamp(12px,1.35vw,20px)!important;
    letter-spacing:-.015em!important;
  }

  .hero--home p{
    font-size:clamp(14px,.98vw,16px)!important;
    line-height:1.34!important;
    max-width:560px!important;
    margin:0 0 clamp(14px,1.2vw,20px)!important;
  }

  .hero--home .hero__actions{
    margin-top:0!important;
    gap:clamp(18px,1.7vw,24px)!important;
    align-self:start!important;
  }

  .hero--home .btn{
    height:clamp(36px,2.8vw,40px)!important;
    min-height:clamp(36px,2.8vw,40px)!important;
    border-radius:6px!important;
    font-size:clamp(13px,.98vw,15px)!important;
  }

  .hero--home .hero__media{
    width:70%!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__media::before{
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 20%,
        rgba(244,248,253,.98) 33%,
        rgba(244,248,253,.74) 46%,
        rgba(244,248,253,.24) 60%,
        rgba(244,248,253,0) 74%)!important;
  }

  .hero--home .hero__media img{
    object-position:center 48%!important;
  }

  .hero-features{
    height:clamp(48px,3.55vw,56px)!important;
    align-items:center!important;
    margin-top:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  :root{
    --h1-home:clamp(32px,3vw,39px);
    --lead-home:clamp(23px,2vw,28px);
  }

  .hero--home .hero__copy{
    width:clamp(520px,50vw,650px)!important;
  }

  .hero--home h1{
    font-size:var(--h1-home)!important;
  }
}

@media (max-width:980px){
  .hero--home h1{
    white-space:normal!important;
  }
}

/* PROLAB CATEGORY CARDS v10 */
@media (min-width:981px){
  :root{--category-card-h:142px;}
  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--category-card-h)!important;gap:16px!important;align-items:stretch!important;}
  .category-card--real-icon{height:var(--category-card-h)!important;min-height:var(--category-card-h)!important;max-height:var(--category-card-h)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 68px!important;grid-template-rows:46px minmax(34px,1fr) 30px!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:4px 10px!important;padding:18px 16px 14px 16px!important;background:#fff!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;box-shadow:0 8px 22px rgba(6,43,104,.075)!important;overflow:hidden!important;}
}
.category-card--real-icon .category-card__icon{grid-area:icon!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:38px!important;height:38px!important;min-width:38px!important;font-size:0!important;color:var(--red)!important;}
.category-card--real-icon .category-card__icon img{width:34px!important;height:34px!important;object-fit:contain!important;display:block!important;}
.category-card--real-icon strong{grid-area:title!important;align-self:start!important;color:var(--navy)!important;font-size:17px!important;font-weight:900!important;line-height:1.07!important;max-height:38px!important;overflow:hidden!important;}
.category-card--real-icon p{grid-area:desc!important;color:#243b63!important;font-size:12.5px!important;font-weight:500!important;line-height:1.22!important;max-height:34px!important;overflow:hidden!important;margin:0!important;}
.category-card--real-icon em{grid-area:price!important;align-self:center!important;color:var(--red)!important;font-size:13px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.category-card--real-icon em::before,.category-card em::before{content:""!important;}
.category-card--real-icon small{grid-area:btn!important;position:static!important;justify-self:end!important;align-self:center!important;width:66px!important;height:28px!important;border:1.5px solid #ee8e94!important;border-radius:7px!important;background:#fff!important;color:var(--navy)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;}
.category-card--real-icon small::after{content:"→";font-size:13px;line-height:1;transform:translateY(-1px);}
.category-card--real-icon:hover{border-color:#f0a3a8!important;box-shadow:0 12px 28px rgba(6,43,104,.12)!important;transform:translateY(-1px);}
@media (min-width:981px) and (max-width:1320px){
  .category-card--real-icon{grid-template-columns:34px minmax(0,1fr) 58px!important;padding:14px 12px 12px!important;gap:3px 8px!important;}
  .category-card--real-icon .category-card__icon,.category-card--real-icon .category-card__icon img{width:30px!important;height:30px!important;min-width:30px!important;}
  .category-card--real-icon strong{font-size:14.5px!important;max-height:32px!important;}
  .category-card--real-icon p{font-size:11px!important;max-height:32px!important;}
  .category-card--real-icon em{font-size:11.5px!important;}
  .category-card--real-icon small{width:56px!important;height:26px!important;font-size:11.5px!important;}
}
@media (max-width:980px){
  .category-card--real-icon{display:grid!important;grid-template-columns:42px minmax(0,1fr) 74px!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:8px 10px!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;}
}


/* ==========================================================
   PROLAB RESEARCH CARDS v11
   Остаточна структура плашок як на референсі:
   ряд 1: іконка ліворуч + назва праворуч;
   ряд 2: опис на всю ширину;
   ряд 3: червона жирна ціна + кнопка Далі справа.
   ========================================================== */

/* повністю вимикаємо стару геометрію category-card для цього блоку */
.category-grid--home .category-card,
.category-grid--home .category-card--real-icon{
  all:unset;
}

@media (min-width:981px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:132px!important;
    gap:16px!important;
    align-items:stretch!important;
  }

  .research-card{
    box-sizing:border-box!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px 16px 14px!important;
    background:#fff!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:var(--navy)!important;
  }
}

.research-card__icon{
  grid-area:icon!important;
  width:54px!important;
  height:54px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}

.research-card__icon img,
.research-card__icon .icon-line{
  width:50px!important;
  height:50px!important;
  display:block!important;
  object-fit:contain!important;
}

.research-card__title{
  grid-area:title!important;
  align-self:start!important;
  min-width:0!important;
  color:var(--navy)!important;
  font-size:15.5px!important;
  font-weight:900!important;
  line-height:1.08!important;
  max-height:36px!important;
  overflow:hidden!important;
}

.research-card__desc{
  grid-area:desc!important;
  margin:0!important;
  min-width:0!important;
  color:#203958!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.22!important;
  max-height:32px!important;
  overflow:hidden!important;
}

.research-card__price{
  grid-area:price!important;
  align-self:center!important;
  justify-self:start!important;
  min-width:0!important;
  color:var(--red)!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.research-card__button{
  grid-area:btn!important;
  align-self:center!important;
  justify-self:end!important;
  width:66px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border:1.5px solid #ee8e94!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}

.research-card__button::after{
  content:"→";
  font-size:11px;
  line-height:1;
  transform:translateY(-1px);
}

.research-card:hover{
  border-color:#ef9aa0!important;
  box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
  transform:translateY(-1px);
}

/* прибрати старі псевдо-префікси ціни, які заважали */
.category-card em::before,
.category-card--real-icon em::before{
  content:""!important;
}

/* середній desktop: не допускаємо виходу тексту за плашку */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:128px!important;
    gap:12px!important;
  }
  .research-card{
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    grid-template-columns:40px minmax(0,1fr) 56px!important;
    grid-template-rows:38px 34px 26px!important;
    column-gap:9px!important;
    padding:14px 12px 12px!important;
  }
  .research-card__icon,
  .research-card__icon img,
  .research-card__icon .icon-line{
    width:36px!important;
    height:36px!important;
  }
  .research-card__title{
    font-size:13.8px!important;
    max-height:31px!important;
  }
  .research-card__desc{
    font-size:10.8px!important;
    max-height:31px!important;
  }
  .research-card__price{
    font-size:11.5px!important;
  }
  .research-card__button{
    width:56px!important;
    height:25px!important;
    font-size:11.5px!important;
  }
}

@media (max-width:980px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .research-card{
    box-sizing:border-box!important;
    min-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    background:#fff!important;
  }
}

@media (max-width:640px){
  .category-grid--home{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   PROLAB HERO RAISE v12
   Піднято опис, кнопки та ряд переваг hero на один візуальний
   рядок вище; переваги накладені на нижню частину hero.
   ========================================================== */

@media (min-width:981px){
  .hero--home .hero__copy{
    padding-top:clamp(18px,1.65vw,28px)!important;
    padding-bottom:clamp(10px,1vw,16px)!important;
  }

  .hero--home .hero-lead{
    margin-bottom:clamp(6px,.65vw,10px)!important;
  }

  .hero--home p{
    transform:translateY(-16px);
    margin-bottom:clamp(0px,.35vw,6px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-16px);
  }

  .hero-features{
    position:relative!important;
    z-index:8!important;
    margin-top:-52px!important;
    margin-bottom:0!important;
    height:52px!important;
    display:grid!important;
    align-items:center!important;
    background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.38),rgba(255,255,255,0))!important;
    backdrop-filter:blur(1px);
  }

  .hero-features div{
    min-height:40px;
    align-items:center!important;
  }

  .section-tight{
    margin-top:8px!important;
    position:relative!important;
    z-index:6!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-12px);
  }

  .hero-features{
    margin-top:-48px!important;
    height:48px!important;
  }

  .section-tight{
    margin-top:8px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    margin-top:0!important;
    background:#fff!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURES + CARDS SPACING v13
   1) Ряд переваг поверх hero без плашки/тіні — фон тільки
      рівномірний від hero-зображення.
   2) Плашки досліджень вищі, нижній внутрішній відступ
      збалансований із верхнім.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    border:0!important;
    margin-top:-52px!important;
    height:52px!important;
    position:relative!important;
    z-index:8!important;
  }

  .hero-features::before,
  .hero-features::after{
    content:none!important;
    display:none!important;
  }

  .hero-features div{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* cards: taller and balanced internal vertical spacing */
  .category-grid--home{
    grid-template-rows:154px!important;
    align-items:stretch!important;
  }

  .research-card{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 42px 30px!important;
    column-gap:12px!important;
    row-gap:8px!important;
    padding:18px 16px 18px 16px!important;
  }

  .research-card__icon{
    width:42px!important;
    height:42px!important;
  }

  .research-card__icon img,
  .research-card__icon .icon-line{
    width:40px!important;
    height:40px!important;
  }

  .research-card__title{
    align-self:center!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:38px!important;
  }

  .research-card__desc{
    font-size:12.5px!important;
    line-height:1.24!important;
    max-height:40px!important;
  }

  .research-card__price{
    align-self:center!important;
  }

  .research-card__button{
    align-self:center!important;
    height:28px!important;
  }

  .home-panels{
    margin-top:16px!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:146px!important;
  }

  .research-card{
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:40px 40px 28px!important;
    padding:16px 12px 16px!important;
    row-gap:6px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:34px!important;
  }

  .research-card__desc{
    font-size:11.2px!important;
    max-height:38px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }

  .research-card{
    min-height:154px!important;
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}


/* ==========================================================
   PROLAB RESEARCH CARDS FINAL TUNE v14
   - "Клінічні дослідження"
   - опис темно-синій
   - ціна та кнопка підняті на рядок вище
   - трохи менша висота плашок із збереженням внутрішніх відступів
   - fallback DNA icon for genetic card
   ========================================================== */

@media (min-width:981px){
  .category-grid--home{
    grid-template-rows:144px!important;
    gap:16px!important;
  }

  .research-card{
    height:144px!important;
    min-height:144px!important;
    max-height:144px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:42px 34px 30px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    row-gap:6px!important;
    column-gap:12px!important;
    padding:18px 16px 16px 16px!important;
  }

  .research-card__title{
    align-self:start!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:36px!important;
  }

  .research-card__desc{
    color:var(--navy)!important;
    font-size:12.3px!important;
    font-weight:500!important;
    line-height:1.2!important;
    max-height:30px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
    transform:translateY(-2px);
  }

  .research-card__button{
    height:28px!important;
  }
}

/* Dark-blue description everywhere, including earlier rules */
.research-card__desc{
  color:var(--navy)!important;
}

/* If the uploaded genetic SVG does not render for any reason, draw a DNA fallback */
.research-card__icon--henetychni{
  position:relative;
}

.research-card__icon--henetychni img{
  min-width:32px;
  min-height:32px;
}

.research-card__icon--henetychni img[src=""],
.research-card__icon--henetychni img:not([src]){
  display:none!important;
}

.research-card__icon--henetychni:has(img[src=""])::before,
.research-card__icon--henetychni:has(img:not([src]))::before{
  content:"";
  width:32px;
  height:32px;
  display:block;
  background:
    linear-gradient(65deg, transparent 42%, var(--red) 42% 48%, transparent 48%),
    linear-gradient(115deg, transparent 42%, var(--red) 42% 48%, transparent 48%);
  border-radius:50%;
}

/* Medium desktop */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:138px!important;
    gap:12px!important;
  }

  .research-card{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:38px 32px 28px!important;
    row-gap:5px!important;
    padding:16px 12px 14px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:32px!important;
  }

  .research-card__desc{
    font-size:11px!important;
    max-height:28px!important;
  }

  .research-card__price,
  .research-card__button{
    transform:translateY(-1px);
  }
}

@media (max-width:980px){
  .research-card{
    min-height:144px!important;
    grid-template-rows:42px 34px 30px!important;
    padding:18px 16px 16px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
  }
}


/* ==========================================================
   PROLAB HERO SPACING v15
   Точне коригування вертикального ритму hero:
   - "Ваше здоров’я — наш пріоритет" на піврядка нижче від H1;
   - майже прибраний зазор між ним і нижнім описом.
   ========================================================== */

@media (min-width:981px){
  .hero--home h1{
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero-lead{
    transform:translateY(clamp(4px,.42vw,7px));
    margin-bottom:0!important;
  }

  .hero--home p{
    transform:translateY(-8px)!important;
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-8px)!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home h1{
    margin-bottom:8px!important;
  }

  .hero--home .hero-lead{
    transform:translateY(4px);
  }

  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-6px)!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v16
   Іконки hero-переваг беруться з архіву; 2-й та 3-й елементи
   посунуті ближче до першого без зміщення першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:clamp(72px,7.8vw,120px)!important;
    padding-left:0!important;
  }

  .hero-features div{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--red)!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-features{
    gap:clamp(46px,6vw,72px)!important;
  }
}

@media (max-width:980px){
  .hero-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .hero-feature-icon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v17
   Виправлення: правильний порядок 1/2/3, прозорий фон PNG,
   гарантоване зближення 2-го та 3-го елементів до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:0!important;
    padding-left:0!important;
  }

  .hero-features .hero-feature{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* перший не рухаємо; другий та третій явно ближче до нього */
  .hero-feature--equipment{
    margin-left:0!important;
  }

  .hero-feature--accuracy{
    margin-left:118px!important;
  }

  .hero-feature--speed{
    margin-left:118px!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
    background:transparent!important;
    mix-blend-mode:multiply;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:72px!important;
  }

  .hero-feature--speed{
    margin-left:72px!important;
  }
}

@media (max-width:980px){
  .hero-feature-icon,
  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    background:transparent!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICON BG FIX v18
   Прибирає білу підкладку за hero-feature іконками.
   SVG-файли також очищені від білих background/path/rect.
   ========================================================== */

.hero-features,
.hero-features *,
.hero-feature,
.hero-feature-icon,
.hero-feature-icon img{
  background-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hero-feature-icon{
  border:none!important;
  outline:none!important;
  padding:0!important;
  overflow:visible!important;
}

.hero-feature-icon img{
  mix-blend-mode:normal!important;
  border:none!important;
  outline:none!important;
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v19
   Остаточно: третя іконка без білої підкладки; 2-й і 3-й
   елементи ще ближче до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-feature--accuracy{
    margin-left:78px!important;
  }

  .hero-feature--speed{
    margin-left:78px!important;
  }

  .hero-feature-icon,
  .hero-feature-icon img,
  .hero-feature--speed .hero-feature-icon,
  .hero-feature--speed .hero-feature-icon img{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:48px!important;
  }

  .hero-feature--speed{
    margin-left:48px!important;
  }
}


/* ==========================================================
   PROLAB HERO SPEED ICON CLEAN v20
   Третя іконка повністю замінена на чистий SVG без білих
   елементів. Додано cache-busting filename speed-clean.svg.
   ========================================================== */

.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}

.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* PROLAB HERO SPEED ICON v21: third icon replaced by corrected uploaded 03.svg */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}


/* PROLAB HERO SPEED ICON v22: third icon uses uploaded background-free image from 03.zip */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}
.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB v23
   - Added the DNA icon to "Генетичні дослідження"
   - Replaced topbar "Результати онлайн" with separate white language pills UA / ENG / RU
   ========================================================== */
.topbar__right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.topbar-lang-pills{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.topbar-lang-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:36px!important;
  height:26px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:none!important;
}
.topbar-lang-pill.is-active{
  color:var(--red)!important;
  border-color:#fff!important;
}
.topbar-phone{
  white-space:nowrap!important;
}
@media (max-width:980px){
  .topbar-lang-pill{
    min-width:32px!important;
    height:24px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }
}
.research-card__icon--henetychni,
.research-card__icon--henetychni img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetychni img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* PROLAB v24: genetic card icon fix for actual slug "henetyka" */
.research-card__icon--henetyka,
.research-card__icon--henetyka img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetyka img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v25
   Оновлена функціональна панель відділень на головній:
   живі кнопки, HTML/CSS карта, геолокація для найближчого.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
  }

  .branches-home-panel{
    grid-column:1 / -1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:26px!important;
  }

  .promo-panel,
  .order-online-panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }
}

.branches-home-panel{
  background:#fff!important;
  border:1.5px solid #e1e9f3!important;
  border-radius:24px!important;
  box-shadow:0 18px 46px rgba(6,43,104,.10)!important;
  overflow:hidden!important;
}

.branches-home-panel__content{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
  gap:28px;
  align-items:stretch;
}

.branches-home-panel h2{
  margin:0!important;
  color:var(--navy)!important;
  font-size:clamp(36px,3.2vw,54px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.035em;
}

.branches-home-panel__subtitle{
  margin:16px 0 28px!important;
  color:#61739b!important;
  font-size:clamp(20px,1.55vw,27px)!important;
  line-height:1.15!important;
  font-weight:500!important;
}

.branch-home-list{
  display:grid;
  gap:0;
}

.branch-home-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 170px;
  gap:18px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #dce5f1;
  transition:.16s ease;
}

.branch-home-item:first-child{
  padding-top:0;
}

.branch-home-item.is-nearest{
  background:linear-gradient(90deg,rgba(229,41,50,.07),rgba(255,255,255,0));
  border-radius:14px;
  padding-left:10px;
}

.branch-home-pin{
  width:34px;
  height:46px;
  justify-self:center;
  position:relative;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 16px rgba(229,41,50,.2);
}

.branch-home-pin::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.branch-home-main strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  font-weight:900;
  line-height:1.1;
}

.branch-home-main span{
  display:block;
  color:#61739b;
  margin-top:8px;
  font-size:14px;
  line-height:1.2;
}

.branch-home-hours{
  display:grid;
  gap:8px;
  color:var(--navy);
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}

.branches-home-actions{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  margin-top:28px;
}

.branches-home-btn{
  height:58px!important;
  border-radius:8px!important;
  font-size:18px!important;
  font-weight:800!important;
}

.branches-home-status{
  min-height:22px;
  margin:12px 0 0!important;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}

.branches-home-map{
  min-height:520px;
  border:1px solid #d9e3ef;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 52%, rgba(255,255,255,.65), transparent 0 8%, transparent 8%),
    linear-gradient(90deg,rgba(248,246,240,.94) 0 58%,rgba(137,205,238,.74) 58% 100%),
    repeating-linear-gradient(30deg,rgba(174,190,207,.42) 0 2px,transparent 2px 56px),
    repeating-linear-gradient(100deg,rgba(174,190,207,.30) 0 2px,transparent 2px 74px);
}

.branches-home-map::before{
  content:"";
  position:absolute;
  right:-12%;
  top:-10%;
  width:54%;
  height:120%;
  background:linear-gradient(135deg,#c8ecff,#80c8ef);
  clip-path:polygon(22% 0,100% 0,100% 100%,0 100%,15% 64%,6% 46%,18% 24%);
  opacity:.95;
}

.map-road{
  position:absolute;
  height:4px;
  background:#b8c6d9;
  border-radius:999px;
  opacity:.75;
  transform-origin:left center;
}

.map-road--one{left:7%;top:38%;width:65%;transform:rotate(-24deg);}
.map-road--two{left:8%;top:72%;width:63%;transform:rotate(-35deg);}
.map-road--three{left:30%;top:12%;width:4px;height:88%;transform:rotate(-8deg);}

.map-label{
  position:absolute;
  color:#111827;
  font-size:16px;
  font-weight:700;
  z-index:3;
}

.map-label--odesa{left:49%;top:49%;font-size:28px;font-weight:900;}
.map-label--slobidka{left:13%;top:43%;}
.map-label--primorskyi{left:44%;top:66%;}
.map-label--kryzhanivka{left:60%;top:14%;}
.map-branch-pin{
  position:absolute;
  width:34px;
  height:46px;
  border:0;
  padding:0;
  cursor:pointer;
  z-index:6;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 18px rgba(229,41,50,.24);
}

.map-branch-pin::after{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.map-branch-pin.is-nearest{
  outline:4px solid rgba(229,41,50,.22);
  transform:rotate(-45deg) scale(1.08);
}

.map-branch-pin--buvalkina{right:17%;top:15%;}
.map-branch-pin--nesterenka{left:16%;top:34%;}
.map-branch-pin--segedska{right:31%;bottom:31%;}

.map-branch-label{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:10px;
  color:#1b2333;
  background:rgba(255,255,255,.93);
  box-shadow:0 6px 18px rgba(6,43,104,.12);
  font-size:15px;
  font-weight:800;
  line-height:1.15;
}

.map-branch-label--buvalkina{right:3%;top:16%;}
.map-branch-label--nesterenka{left:21%;top:35%;}
.map-branch-label--segedska{right:9%;bottom:32%;}

@media (max-width:980px){
  .branches-home-panel__content{
    grid-template-columns:1fr;
  }

  .branches-home-panel{
    padding:18px!important;
  }

  .branches-home-panel h2{
    font-size:34px!important;
  }

  .branches-home-panel__subtitle{
    font-size:20px!important;
    margin-bottom:18px!important;
  }

  .branch-home-item{
    grid-template-columns:40px 1fr;
  }

  .branch-home-hours{
    grid-column:2;
    font-size:14px;
  }

  .branches-home-actions{
    grid-template-columns:1fr;
  }

  .branches-home-map{
    min-height:360px;
  }
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v26
   Виправлення: на головній мають бути саме 3 плашки в один ряд,
   як у референсі. Панель відділень більше не розтягується
   на всю ширину, а працює як перша з трьох top-плашок.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .branches-home-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    padding:18px!important;
    overflow:hidden!important;
  }

  .branches-home-panel__content{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
    gap:14px!important;
    height:100%!important;
  }

  .branches-home-panel__left{
    display:grid!important;
    grid-template-rows:auto auto 1fr auto auto!important;
    min-width:0!important;
  }

  .branches-home-panel h2{
    font-size:21px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    margin:0 0 4px!important;
  }

  .branches-home-panel__subtitle{
    margin:0 0 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
    color:#5f6f90!important;
  }

  .branch-home-list{
    gap:0!important;
    min-width:0!important;
  }

  .branch-home-item{
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:8px!important;
    padding:10px 0!important;
    border-bottom:0!important;
    align-items:start!important;
  }

  .branch-home-item.is-nearest{
    padding-left:6px!important;
    border-radius:10px!important;
  }

  .branch-home-pin{
    width:14px!important;
    height:20px!important;
    margin-top:2px!important;
    box-shadow:none!important;
  }

  .branch-home-pin::after{
    width:6px!important;
    height:6px!important;
    left:4px!important;
    top:4px!important;
  }

  .branch-home-main strong{
    font-size:13px!important;
    line-height:1.15!important;
    margin:0!important;
  }

  .branch-home-main span{
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.22!important;
    color:#526788!important;
  }

  .branch-home-hours{
    gap:3px!important;
    font-size:11px!important;
    line-height:1.18!important;
    justify-self:end!important;
  }

  .branches-home-actions{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:10px!important;
  }

  .branches-home-btn{
    min-height:38px!important;
    height:38px!important;
    border-radius:9px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    font-weight:800!important;
    width:100%!important;
  }

  .branches-home-status{
    min-height:14px!important;
    margin:6px 0 0!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#516687!important;
  }

  .branches-home-map{
    min-height:0!important;
    height:100%!important;
    border-radius:16px!important;
  }

  .map-label{
    font-size:11px!important;
  }

  .map-label--odesa{
    font-size:16px!important;
  }

  .map-branch-pin{
    width:20px!important;
    height:28px!important;
    box-shadow:0 5px 12px rgba(229,41,50,.18)!important;
  }

  .map-branch-pin::after{
    width:7px!important;
    height:7px!important;
    left:6px!important;
    top:6px!important;
  }

  .map-branch-label{
    min-height:30px!important;
    padding:6px 10px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1.15!important;
    max-width:116px!important;
  }

  .map-branch-label--buvalkina{right:5%!important;top:18%!important;}
  .map-branch-label--nesterenka{left:22%!important;top:39%!important;}
  .map-branch-label--segedska{right:11%!important;bottom:34%!important;}
}

/* Додаткове страхування для планшетних desktop-ширин */
@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    gap:14px!important;
  }
  .branches-home-panel{
    padding:16px!important;
  }
  .branch-home-item{
    grid-template-columns:20px minmax(0,1fr) 84px!important;
    gap:7px!important;
  }
  .branch-home-main strong{font-size:12px!important;}
  .branch-home-main span{font-size:11px!important;}
  .branch-home-hours{font-size:10px!important;}
  .branches-home-btn{font-size:11px!important;}
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v27
   Desktop panel rebuilt to match the provided reference
   one-to-one using the approved reference image as the
   visual base plus live overlays for links and geolocation.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
    align-items:start!important;
  }

  .branches-reference-panel{
    grid-column:1 / -1!important;
    grid-row:1!important;
    padding:0!important;
    border-radius:28px!important;
    overflow:hidden!important;
    box-shadow:0 18px 42px rgba(6,43,104,.12)!important;
    border:1px solid #e2e8f2!important;
    background:#fff!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:620px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    user-select:none!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:16px!important;
    transition:.16s ease!important;
  }

  .branches-row-link:hover,
  .branches-map-hotspot:hover{
    outline:2px solid rgba(30,85,184,.26)!important;
    outline-offset:0!important;
    background:rgba(255,255,255,.06)!important;
  }

  .branches-row-link.is-nearest,
  .branches-map-hotspot.is-nearest{
    outline:4px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.05)!important;
    box-shadow:0 0 0 2px rgba(255,255,255,.72) inset!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;border-radius:14px!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;border-radius:14px!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;border-radius:14px!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:13px!important;
    font-weight:800!important;
    line-height:1!important;
    height:9.35%!important;
    min-height:54px!important;
    font-size:clamp(17px,1.45vw,22px)!important;
    letter-spacing:-.01em!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
    box-shadow:none!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:2px solid #0d3d8f!important;
    box-shadow:0 12px 26px rgba(13,61,143,.22)!important;
    cursor:pointer!important;
  }

  .branches-live-btn--nearest:disabled{
    opacity:.8!important;
    cursor:wait!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.6%!important;
    min-height:18px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }

  .promo-panel{
    grid-column:1!important;
    grid-row:2!important;
  }

  .order-online-panel{
    grid-column:2!important;
    grid-row:2!important;
  }
}

@media (max-width:980px){
  .branches-reference-panel{
    padding:0!important;
    overflow:hidden!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:280px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    line-height:1!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:1.5px solid #0d3d8f!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.5%!important;
    min-height:10px!important;
    font-size:clamp(7px,1.5vw,10px)!important;
    line-height:1.15!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }
}


/* ==========================================================
   PROLAB HOME PANELS v28
   Make the three top panels smaller and keep all three
   in one row on desktop: branches, promotions, order online.
   ========================================================== */
@media (min-width: 981px){
  .home-panels{
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
  }

  .branches-reference-panel{
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .branches-reference-bg{
    object-fit: cover !important;
    object-position: center center !important;
  }

  .branches-live-btn{
    border-radius: 10px !important;
    min-height: 32px !important;
    height: 10.2% !important;
    font-size: clamp(9px, 0.85vw, 13px) !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    bottom: 1.8% !important;
    left: 3.5% !important;
    right: 54% !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v29
   Fix the first panel visibility and scale all three top panels
   so they fit neatly in one desktop row without overlap.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 268px;
  }

  .home-panels{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .branches-reference-panel{
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .branches-reference-bg{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }

  .branches-live-btn{
    min-height: 32px !important;
    height: 10.1% !important;
    border-radius: 10px !important;
    font-size: clamp(10px,0.82vw,13px) !important;
    line-height: 1 !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    left: 3.8% !important;
    right: 54% !important;
    bottom: 2.0% !important;
  }

  .promo-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 120px !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    padding: 18px !important;
  }

  .promo-panel .badge-red{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .promo-panel h2{
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .promo-panel strong{
    grid-column: 1 !important;
    grid-row: 3 !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  .promo-panel p{
    grid-column: 1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    overflow: hidden !important;
  }

  .promo-panel img{
    grid-column: 2 !important;
    grid-row: 2 / span 3 !important;
    width: 110px !important;
    height: auto !important;
    max-width: 110px !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .promo-panel .btn{
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .order-online-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 130px !important;
    grid-template-rows: 1fr !important;
    padding: 16px 16px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 18px !important;
    gap: 8px !important;
  }

  .order-online-panel h2{
    font-size: 18px !important;
    line-height: 1.04 !important;
    margin: 0 !important;
  }

  .order-online-panel p{
    font-size: 12px !important;
    line-height: 1.18 !important;
    max-width: 250px !important;
  }

  .order-online-form{
    width: 100% !important;
    gap: 8px !important;
  }

  .order-online-form input{
    height: 34px !important;
    font-size: 12px !important;
  }

  .order-online-form .btn{
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }

  .order-safe{
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .order-cart-illustration{
    width: 120px !important;
    height: 120px !important;
    align-self: center !important;
    justify-self: end !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v30
   First top card restored as visible live departments panel.
   It fits one-row layout together with Promotions and Online Order.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-card-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    gap:12px!important;
    padding:16px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-card-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 15px!important;
    gap:4px!important;
  }

  .branches-card-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:22px!important;
    line-height:1.04!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
  }

  .branches-card-left > p{
    margin:0 0 6px!important;
    color:#667aa0!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:600!important;
  }

  .branches-card-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-card-row{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:7px!important;
    align-items:start!important;
    padding:6px 0!important;
    border-bottom:1px solid #e4ebf4!important;
    color:var(--navy)!important;
  }

  .branches-card-row:last-child{border-bottom:0!important;}

  .branches-card-row.is-nearest{
    background:rgba(227,6,19,.06)!important;
    border-radius:8px!important;
    padding-left:5px!important;
  }

  .branches-card-pin{
    width:15px!important;
    height:21px!important;
    margin-top:2px!important;
    position:relative!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 5px 10px rgba(227,6,19,.18)!important;
  }

  .branches-card-pin::after{
    content:""!important;
    position:absolute!important;
    width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:4.5px!important;
    top:4.5px!important;
  }

  .branches-card-info{
    min-width:0!important;
    display:block!important;
  }

  .branches-card-info strong{
    display:block!important;
    color:var(--navy)!important;
    font-size:12.3px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }

  .branches-card-info em{
    display:block!important;
    margin-top:3px!important;
    color:#607399!important;
    font-size:10.8px!important;
    line-height:1.12!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-card-hours{
    display:grid!important;
    gap:2px!important;
    justify-self:end!important;
    color:var(--navy)!important;
    font-size:9.4px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .branches-card-hours b{font-weight:700!important;}

  .branches-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1.14fr!important;
    gap:8px!important;
    margin-top:6px!important;
  }

  .branches-card-btn{
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
    font-size:10.6px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
    padding:0 8px!important;
  }

  .branches-card-btn--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-card-btn--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
  }

  .branches-card-status{
    color:#52688a!important;
    font-size:9px!important;
    line-height:1.1!important;
    overflow:hidden!important;
  }

  .branches-card-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:
      linear-gradient(90deg,rgba(250,247,241,.95) 0 60%,rgba(142,210,240,.84) 60% 100%),
      repeating-linear-gradient(31deg,rgba(160,176,196,.25) 0 2px,transparent 2px 42px),
      repeating-linear-gradient(101deg,rgba(160,176,196,.21) 0 2px,transparent 2px 54px)!important;
  }

  .branches-card-map::before{
    content:""!important;
    position:absolute!important;
    right:-10%!important;
    top:-8%!important;
    width:48%!important;
    height:116%!important;
    background:linear-gradient(145deg,#c6ecff,#82c9ed)!important;
    clip-path:polygon(24% 0,100% 0,100% 100%,0 100%,13% 58%,5% 43%,18% 20%)!important;
    opacity:.95!important;
  }

  .branches-card-road{
    position:absolute!important;
    z-index:2!important;
    height:3px!important;
    border-radius:999px!important;
    background:#b7c5d9!important;
    opacity:.75!important;
    transform-origin:left center!important;
  }
  .branches-card-road--one{left:8%;top:36%;width:70%;transform:rotate(-24deg);}
  .branches-card-road--two{left:6%;top:67%;width:68%;transform:rotate(-33deg);}
  .branches-card-road--three{left:34%;top:6%;width:3px;height:92%!important;transform:rotate(-7deg);}

  .branches-card-map-label{
    position:absolute!important;
    z-index:3!important;
    color:#111827!important;
    font-size:9.5px!important;
    font-weight:700!important;
    line-height:1.05!important;
  }
  .branches-card-map-label--odesa{left:48%;top:49%;font-size:15px!important;font-weight:900!important;}
  .branches-card-map-label--slobidka{left:12%;top:43%;}
  .branches-card-map-label--primorskyi{left:42%;top:66%;}
  .branches-card-map-label--kryzhanivka{left:58%;top:14%;}

  .branches-card-map-pin{
    position:absolute!important;
    z-index:6!important;
    width:19px!important;
    height:27px!important;
    border:0!important;
    padding:0!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    cursor:pointer!important;
    box-shadow:0 5px 12px rgba(227,6,19,.22)!important;
  }
  .branches-card-map-pin::after{
    content:""!important;
    position:absolute!important;
    width:7px!important;
    height:7px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:6px!important;
    top:6px!important;
  }
  .branches-card-map-pin.is-nearest{
    outline:3px solid rgba(227,6,19,.25)!important;
    transform:rotate(-45deg) scale(1.08)!important;
  }
  .branches-card-map-pin--buvalkina{right:17%;top:15%;}
  .branches-card-map-pin--nesterenka{left:16%;top:34%;}
  .branches-card-map-pin--segedska{right:31%;bottom:31%;}

  .branches-card-map-note{
    position:absolute!important;
    z-index:5!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    max-width:104px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
    color:#1b2333!important;
    background:rgba(255,255,255,.93)!important;
    box-shadow:0 5px 14px rgba(6,43,104,.12)!important;
    font-size:8.8px!important;
    font-weight:800!important;
    line-height:1.08!important;
  }
  .branches-card-map-note--buvalkina{right:3%;top:16%;}
  .branches-card-map-note--nesterenka{left:21%;top:35%;}
  .branches-card-map-note--segedska{right:8%;bottom:32%;}

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (max-width:980px){
  .branches-card-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:16px!important;
  }
  .branches-card-map{
    min-height:260px!important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v31
   Widen the branches panel and proportionally narrow the
   promo and online-order cards so the first panel matches
   the reference composition much closer.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 316px;}

  .home-panels{
    grid-template-columns: minmax(0,1.62fr) minmax(0,1.08fr) minmax(0,0.98fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-card-panel{
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr) !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .branches-card-left{
    grid-template-rows: auto auto 1fr auto 18px !important;
    gap: 6px !important;
  }

  .branches-card-left h2{
    font-size: 34px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em !important;
  }

  .branches-card-left > p{
    margin: 0 0 8px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
  }

  .branches-card-row{
    grid-template-columns: 28px minmax(0,1fr) 140px !important;
    gap: 11px !important;
    padding: 13px 0 !important;
  }

  .branches-card-pin{
    width: 20px !important;
    height: 28px !important;
    margin-top: 3px !important;
  }

  .branches-card-pin::after{
    width: 8px !important;
    height: 8px !important;
    left: 6px !important;
    top: 6px !important;
  }

  .branches-card-info strong{
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  .branches-card-info em{
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .branches-card-hours{
    gap: 5px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .branches-card-actions{
    grid-template-columns: 1fr 1.15fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .branches-card-btn{
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
  }

  .branches-card-status{
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  .branches-card-map{
    border-radius: 18px !important;
  }

  .branches-card-road{ height: 4px !important; }
  .branches-card-road--three{ width: 4px !important; }

  .branches-card-map-label{
    font-size: 13px !important;
  }
  .branches-card-map-label--odesa{
    font-size: 22px !important;
  }

  .branches-card-map-pin{
    width: 24px !important;
    height: 34px !important;
  }

  .branches-card-map-pin::after{
    width: 9px !important;
    height: 9px !important;
    left: 7px !important;
    top: 7px !important;
  }

  .branches-card-map-note{
    min-height: 38px !important;
    max-width: 150px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel{
    grid-template-columns: minmax(0,1fr) 112px !important;
    padding: 16px !important;
    column-gap: 10px !important;
  }

  .promo-panel .badge-red{
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .promo-panel h2{
    font-size: 16px !important;
    line-height: 1.02 !important;
  }

  .promo-panel strong{
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel p{
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .promo-panel img{
    width: 104px !important;
    max-width: 104px !important;
  }

  .promo-panel .btn{
    width: 138px !important;
    min-width: 138px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .order-online-panel{
    grid-template-columns: minmax(0,1fr) 106px !important;
    padding: 14px !important;
    column-gap: 8px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 16px !important;
    gap: 7px !important;
  }

  .order-online-panel h2{
    font-size: 16px !important;
    line-height: 1.03 !important;
  }

  .order-online-panel p{
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: 230px !important;
  }

  .order-online-form input{
    height: 32px !important;
    font-size: 11px !important;
  }

  .order-online-form .btn{
    height: 32px !important;
    min-height: 32px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  .order-safe{
    font-size: 10px !important;
  }

  .order-cart-illustration{
    width: 98px !important;
    height: 98px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v32
   Use the real approved departments-panel image again, not a
   synthetic CSS map. The whole first panel scales down as one
   reference composition to fit the three-panel row.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:minmax(0,1.55fr) minmax(0,1.12fr) minmax(0,1.03fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
  }

  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:fill!important;
    object-position:center!important;
    pointer-events:none!important;
    user-select:none!important;
  }

  .branches-ref-hotspot{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:10px!important;
  }

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.04)!important;
  }

  .branches-ref-hotspot--row1{left:3.5%!important;top:28.5%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row2{left:3.5%!important;top:47.0%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row3{left:3.5%!important;top:65.2%!important;width:42.5%!important;height:13.7%!important;}

  .branches-ref-hotspot--map1{left:82.0%!important;top:14.2%!important;width:14.0%!important;height:12.0%!important;}
  .branches-ref-hotspot--map2{left:55.0%!important;top:35.2%!important;width:13.5%!important;height:11.8%!important;}
  .branches-ref-hotspot--map3{left:70.7%!important;top:60.5%!important;width:17.8%!important;height:11.2%!important;}

  .branches-ref-live{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    font-weight:800!important;
    line-height:1!important;
    min-height:28px!important;
    font-size:clamp(8px,.74vw,11px)!important;
    padding:0 8px!important;
    white-space:nowrap!important;
  }

  .branches-ref-live--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.3%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.3%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
    cursor:pointer!important;
  }

  .branches-ref-live--nearest:disabled{
    opacity:.75!important;
    cursor:wait!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:6!important;
    left:3.8%!important;
    right:56%!important;
    bottom:2.2%!important;
    color:#52688a!important;
    font-size:8.5px!important;
    line-height:1.12!important;
    font-weight:700!important;
    min-height:10px!important;
    overflow:hidden!important;
  }

  .promo-panel,
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(0,1fr)!important;
    gap:14px!important;
  }
  .branches-ref-live{
    font-size:8px!important;
    min-height:24px!important;
    border-radius:7px!important;
  }
}

@media (max-width:980px){
  .branches-reference-compact-panel{
    padding:0!important;
  }
  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536/907!important;
    min-height:280px!important;
    overflow:hidden!important;
  }
  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v33
   Extra-robust fallback so the departments panel background
   is visible even if the inner <img> is not rendered/cached.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-reference-compact-panel{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
  }

  #branchesHomePanel .branches-reference-compact{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:transparent !important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:fill !important;
    object-position:center center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v34
   Keep three top panels in one row, enlarge them slightly,
   and place visible live buttons + large clickable hotspots
   over the real branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 305px;}

  .home-panels{
    grid-template-columns:minmax(0,1.62fr) minmax(0,1.16fr) minmax(0,1.08fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    border-radius:20px!important;
  }

  .branches-reference-compact{
    border-radius:20px!important;
  }

  .branches-ref-hotspot{
    z-index:8!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    text-decoration:none!important;
  }

  .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}

  .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;border-radius:18px!important;}

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot:focus-visible,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.28)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-ref-live{
    position:absolute!important;
    z-index:12!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:800!important;
    line-height:1!important;
    border-radius:10px!important;
    box-shadow:0 6px 16px rgba(10,42,96,.12)!important;
    font-size:12px!important;
    padding:0 12px!important;
  }

  .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    height:10.1%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    height:10.1%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
  }

  .branches-ref-live:hover,
  .branches-ref-live:focus-visible{
    transform:translateY(-1px)!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:12!important;
    left:4.6%!important;
    right:56%!important;
    bottom:4.3%!important;
    color:#5d7094!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    min-height:10px!important;
  }

  .promo-panel{
    padding:20px!important;
    grid-template-columns:minmax(0,1fr) 130px!important;
    column-gap:12px!important;
  }
  .promo-panel .badge-red{font-size:14px!important;}
  .promo-panel h2{font-size:18px!important;}
  .promo-panel strong{font-size:15px!important;}
  .promo-panel p{font-size:11px!important; line-height:1.22!important;}
  .promo-panel img{width:118px!important; max-width:118px!important;}
  .promo-panel .btn{height:40px!important; min-height:40px!important; font-size:13px!important; width:170px!important; min-width:170px!important;}

  .order-online-panel{
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
    column-gap:10px!important;
  }
  .order-online-panel h2{font-size:18px!important; line-height:1.04!important;}
  .order-online-panel p{font-size:11px!important; line-height:1.18!important;}
  .order-online-form input{height:38px!important; font-size:12px!important;}
  .order-online-form .btn{height:40px!important; min-height:40px!important; font-size:12px!important; line-height:1.08!important;}
  .order-safe{font-size:11px!important;}
  .order-cart-illustration{width:110px!important; height:110px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v35 — hard override
   Larger first panel, narrower 2nd/3rd panels, real map image,
   visible live buttons above the image. Placed at END of CSS.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 340px !important;
  }

  .home-panels{
    grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-color:#fff!important;
  }

  #branchesHomePanel .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:1!important;
  }

  #branchesHomePanel .branches-ref-hotspot{
    z-index:45!important;
    position:absolute!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    display:block!important;
  }

  #branchesHomePanel .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}
  #branchesHomePanel .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;}
  #branchesHomePanel .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;}

  #branchesHomePanel .branches-ref-live{
    position:absolute!important;
    z-index:60!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:900!important;
    line-height:1!important;
    border-radius:10px!important;
    min-height:34px!important;
    height:10.1%!important;
    font-size:13px!important;
    padding:0 12px!important;
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }

  #branchesHomePanel .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    background:#fff!important;
    color:#002b68!important;
    border:2px solid #002b68!important;
    box-shadow:0 6px 16px rgba(10,42,96,.16)!important;
  }

  #branchesHomePanel .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.22)!important;
    cursor:pointer!important;
  }

  #branchesHomePanel .branches-ref-status{
    position:absolute!important;
    z-index:60!important;
    left:4.7%!important;
    right:55%!important;
    bottom:4.2%!important;
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
  }

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
  }

  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:16px!important;
    grid-template-columns:minmax(0,1fr) 104px!important;
  }

  .order-cart-illustration{
    width:100px!important;
    height:100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v36
   Real live links and buttons over the branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}
  .home-panels{grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;grid-template-rows:var(--panel-h)!important;gap:18px!important;align-items:stretch!important;}
  .home-panels>.panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;overflow:hidden!important;}

  #branchesHomePanel.branches-reference-live-panel{padding:0!important;border-radius:20px!important;background:#fff!important;border:1px solid #dfe8f4!important;box-shadow:0 12px 28px rgba(6,43,104,.08)!important;}
  #branchesHomePanel .branches-reference-live{position:relative!important;width:100%!important;height:100%!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;}
  #branchesHomePanel .branches-reference-live__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;z-index:1!important;}

  #branchesHomePanel .branch-overlay-row{position:absolute!important;z-index:55!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;background:rgba(255,255,255,.96)!important;border-radius:12px!important;padding:10px 12px!important;box-shadow:none!important;border:1px solid rgba(219,228,241,.85)!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row--1{left:2.8%!important;top:28.2%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--2{left:2.8%!important;top:47.1%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--3{left:2.8%!important;top:65.7%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row__pin{position:relative!important;flex:0 0 22px!important;width:22px!important;height:30px!important;background:#ef2e38!important;border-radius:14px 14px 14px 0!important;transform:rotate(-45deg)!important;margin-left:2px!important;}
  #branchesHomePanel .branch-overlay-row__pin::after{content:''!important;position:absolute!important;left:6px!important;top:6px!important;width:10px!important;height:10px!important;background:#fff!important;border-radius:50%!important;}
  #branchesHomePanel .branch-overlay-row__main{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;flex:1 1 auto!important;}
  #branchesHomePanel .branch-overlay-row__main strong{font-size:13px!important;line-height:1.12!important;font-weight:900!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row__main em{font-style:normal!important;font-size:11px!important;line-height:1.2!important;color:#657ba4!important;}
  #branchesHomePanel .branch-overlay-row__hours{display:flex!important;flex-direction:column!important;gap:5px!important;flex:0 0 132px!important;max-width:132px!important;font-size:11px!important;line-height:1.15!important;color:#0b2f70!important;font-weight:700!important;white-space:nowrap!important;text-align:left!important;}

  #branchesHomePanel .branch-overlay-note{position:absolute!important;z-index:56!important;display:flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;background:rgba(255,255,255,.97)!important;border-radius:12px!important;color:#1b1b1b!important;text-decoration:none!important;font-size:12px!important;line-height:1.18!important;font-weight:800!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important;border:1px solid rgba(228,232,238,.92)!important;}
  #branchesHomePanel .branch-overlay-note--1{left:77.5%!important;top:13.8%!important;max-width:18.2%!important;}
  #branchesHomePanel .branch-overlay-note--2{left:51.0%!important;top:34.6%!important;max-width:18.8%!important;}
  #branchesHomePanel .branch-overlay-note--3{left:68.0%!important;top:59.7%!important;max-width:18.5%!important;}

  #branchesHomePanel [data-branch-code].is-nearest,
  #branchesHomePanel [data-map-branch].is-nearest{outline:2px solid rgba(227,6,19,.38)!important;box-shadow:0 0 0 4px rgba(227,6,19,.10)!important;}

  #branchesHomePanel .branches-ref-status{position:absolute!important;z-index:80!important;left:4.7%!important;right:55%!important;bottom:4.2%!important;color:#52688a!important;font-size:10px!important;line-height:1.15!important;font-weight:700!important;min-height:12px!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v37
   Rebuilt as real HTML: text, branch rows and buttons are live
   elements; only the right map is a real map image crop.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.78fr) minmax(0,1.04fr) minmax(0,.9fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;
    gap:18px!important;
    padding:22px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-live-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 16px!important;
    gap:6px!important;
  }

  .branches-live-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:31px!important;
    line-height:1.03!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
  }

  .branches-live-subtitle{
    margin:0 0 8px!important;
    color:#667aa0!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }

  .branches-live-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) 132px!important;
    gap:11px!important;
    align-items:center!important;
    padding:12px 0!important;
    border-bottom:1px solid #dfe8f4!important;
    color:var(--navy)!important;
    text-decoration:none!important;
    border-radius:10px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    background:rgba(227,6,19,.055)!important;
    padding-left:6px!important;
    outline:2px solid rgba(227,6,19,.16)!important;
  }

  .branches-live-row:last-child{border-bottom:0!important;}

  .branches-live-pin{
    position:relative!important;
    width:20px!important;
    height:28px!important;
    background:#ef2e38!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 6px 13px rgba(227,6,19,.20)!important;
  }

  .branches-live-pin::after{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#fff!important;
  }

  .branches-live-main{
    display:grid!important;
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    color:var(--navy)!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    color:#62759c!important;
    font-size:13px!important;
    line-height:1.16!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-live-hours{
    display:grid!important;
    gap:5px!important;
    color:var(--navy)!important;
    font-size:12px!important;
    line-height:1.12!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .branches-live-actions{
    display:grid!important;
    grid-template-columns:1fr 1.15fr!important;
    gap:12px!important;
    margin-top:10px!important;
  }

  .branches-live-button{
    height:44px!important;
    min-height:44px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }

  .branches-live-button--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-live-button--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.20)!important;
  }

  .branches-live-status{
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:#eef7ff!important;
  }

  .branches-live-map img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-map-link{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border-radius:12px!important;
  }

  .branches-map-link:hover,
  .branches-map-link.is-nearest{
    outline:2px solid rgba(227,6,19,.32)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:24%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:26%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}

@media (max-width:980px){
  #branchesHomePanel.branches-live-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:18px!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:32px 1fr!important;
  }

  .branches-live-hours{
    grid-column:2!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr!important;
  }

  .branches-live-map{
    min-height:300px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v38
   Same concept, reduced scale so the full first panel fits cleanly.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:318px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.74fr) minmax(0,1.03fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr)!important;
    gap:14px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:24px!important;
    line-height:1.02!important;
    letter-spacing:-.028em!important;
  }

  .branches-live-subtitle{
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 100px!important;
    gap:8px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    padding-left:4px!important;
  }

  .branches-live-pin{
    width:16px!important;
    height:22px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:6px!important;
    height:6px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:10px!important;
    line-height:1.07!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    gap:3px!important;
    font-size:7px!important;
    line-height:1.12!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:36px!important;
    min-height:36px!important;
    border-radius:8px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }

  .branches-live-status{
    font-size:8px!important;
    line-height:1.1!important;
    min-height:10px!important;
  }

  .branches-live-map{
    border-radius:16px!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:25%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:27%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 108px!important;}
  .promo-panel h2{font-size:18px!important;line-height:1.08!important;}
  .promo-panel strong{font-size:14px!important;line-height:1.15!important;}
  .promo-panel p{font-size:10px!important;line-height:1.18!important;}
  .promo-panel .btn{height:38px!important;min-height:38px!important;font-size:12px!important;width:160px!important;min-width:160px!important;}
  .promo-panel img{width:100px!important;max-width:100px!important;}

  .order-online-panel{padding:14px!important;grid-template-columns:minmax(0,1fr) 96px!important;}
  .order-online-panel h2{font-size:17px!important;line-height:1.04!important;}
  .order-online-panel p{font-size:10px!important;line-height:1.16!important;}
  .order-online-form input{height:36px!important;font-size:11px!important;}
  .order-online-form .btn{height:38px!important;min-height:38px!important;font-size:11px!important;line-height:1.08!important;}
  .order-safe{font-size:10px!important;line-height:1.12!important;}
  .order-cart-illustration{width:92px!important;height:92px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v39
   Slightly smaller overall scale, smaller heading, larger branch text.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:308px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.76fr) minmax(0,1.02fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr)!important;
    gap:12px!important;
    padding:14px!important;
  }

  .branches-live-left h2{
    font-size:17px!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:100%!important;
  }

  .branches-live-subtitle{
    font-size:8px!important;
    line-height:1.16!important;
    margin:0 0 3px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 95px!important;
    gap:8px!important;
    padding:7px 0!important;
  }

  .branches-live-main strong{
    font-size:9px!important;
    line-height:1.08!important;
  }

  .branches-live-main em{
    font-size:7.6px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    font-size:6.6px!important;
    line-height:1.1!important;
    gap:2px!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:9px!important;
    margin-top:5px!important;
  }

  .branches-live-button{
    height:34px!important;
    min-height:34px!important;
    font-size:10px!important;
    border-radius:8px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
  }

  .branches-live-map{border-radius:15px!important;}

  .promo-panel{padding:15px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .promo-panel h2{font-size:17px!important;}
  .promo-panel strong{font-size:13px!important;}
  .promo-panel p{font-size:9.5px!important;}
  .promo-panel img{width:96px!important;max-width:96px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:150px!important;min-width:150px!important;}

  .order-online-panel{padding:13px!important;grid-template-columns:minmax(0,1fr) 92px!important;}
  .order-online-panel h2{font-size:16px!important;}
  .order-online-panel p{font-size:9.5px!important;}
  .order-online-form input{height:34px!important;font-size:10.5px!important;}
  .order-online-form .btn{height:36px!important;min-height:36px!important;font-size:10.5px!important;}
  .order-safe{font-size:9.5px!important;}
  .order-cart-illustration{width:88px!important;height:88px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v40
   Wider branches panel, narrower online-order panel, promo shifts right.
   Larger branch names/hours and undistorted map proportions.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.96fr) minmax(0,1.03fr) minmax(0,.78fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:16px!important;
    padding:16px!important;
    border-radius:20px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:18px!important;
    line-height:1.03!important;
    letter-spacing:-.02em!important;
  }

  .branches-live-subtitle{
    font-size:8.5px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-list{
    gap:0!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 122px!important;
    gap:10px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-pin{
    width:18px!important;
    height:25px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:7px!important;
    height:7px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:17px!important;
    line-height:1.02!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.12!important;
    font-weight:700!important;
  }

  .branches-live-hours{
    font-size:13px!important;
    line-height:1.06!important;
    gap:3px!important;
    font-weight:800!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.22fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:35px!important;
    min-height:35px!important;
    font-size:10.5px!important;
    border-radius:9px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
    line-height:1.1!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link--buvalkina{right:3.5%!important;top:13%!important;width:24%!important;height:12%!important;}
  .branches-map-link--nesterenka{left:12.5%!important;top:35.4%!important;width:26.5%!important;height:14%!important;}
  .branches-map-link--segedska{right:13.8%!important;bottom:29.2%!important;width:29%!important;height:13.5%!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 102px!important;
  }
  .promo-panel h2{font-size:17px!important;line-height:1.06!important;}
  .promo-panel strong{font-size:13px!important;line-height:1.12!important;}
  .promo-panel p{font-size:9.5px!important;line-height:1.16!important;}
  .promo-panel img{width:92px!important;max-width:92px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:148px!important;min-width:148px!important;}

  .order-online-panel{
    padding:12px!important;
    grid-template-columns:minmax(0,1fr) 80px!important;
  }
  .order-online-panel h2{font-size:15px!important;line-height:1.03!important;}
  .order-online-panel p{font-size:9px!important;line-height:1.14!important;}
  .order-online-form input{height:33px!important;font-size:10px!important;}
  .order-online-form .btn{height:35px!important;min-height:35px!important;font-size:10px!important;line-height:1.06!important;}
  .order-safe{font-size:9px!important;line-height:1.1!important;}
  .order-cart-illustration{width:76px!important;height:76px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v41
   Fine tuning: smaller district names, larger addresses, cleaner map,
   no highlight outline, landscape crop so the map fills its subpanel.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{grid-template-columns:minmax(0,1.98fr) minmax(0,1.02fr) minmax(0,.76fr)!important;}

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-left h2{font-size:17px!important; line-height:1.03!important;}
  .branches-live-subtitle{font-size:8.5px!important; line-height:1.15!important;}

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 136px!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main strong{
    font-size:15px!important;
    line-height:1.03!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:11px!important;
    line-height:1.12!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:block!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link{
    background:transparent!important;
    outline:none!important;
    box-shadow:none!important;
    border:none!important;
  }
  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    outline:none!important;
    box-shadow:none!important;
    background:transparent!important;
    border:none!important;
  }

  /* Coordinates adjusted for the new landscape crop */
  .branches-map-link--buvalkina{right:4.0%!important; top:10.5%!important; width:23.5%!important; height:13.5%!important;}
  .branches-map-link--nesterenka{left:12.8%!important; top:34.0%!important; width:26.5%!important; height:14.0%!important;}
  .branches-map-link--segedska{right:15.0%!important; bottom:28.0%!important; width:27.5%!important; height:13.5%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v42
   District name in one line, larger address, hours aligned opposite address.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr)!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 138px!important;
    align-items:flex-start!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main{
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
    padding-top:17px!important;
    align-self:flex-start!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v43
   Wider branches panel, narrower online-order panel so district names fit.
   ========================================================== */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,2.14fr) minmax(0,1.00fr) minmax(0,.62fr)!important;
    gap:18px!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 132px!important;
    gap:10px!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    padding-top:17px!important;
  }

  .order-online-panel{
    padding:11px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
  }
  .order-online-panel h2{font-size:14px!important;line-height:1.02!important;}
  .order-online-panel p{font-size:8.5px!important;line-height:1.12!important;}
  .order-online-form input{height:31px!important;font-size:9.5px!important;}
  .order-online-form .btn{height:33px!important;min-height:33px!important;font-size:9.5px!important;line-height:1.04!important;}
  .order-safe{font-size:8.5px!important;line-height:1.08!important;}
  .order-cart-illustration{width:62px!important;height:62px!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v44
   Click areas on map cover pin + label, without red rectangle highlighting.
   ========================================================== */
@media (min-width:981px){
  .branches-map-link{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    z-index:6!important;
    cursor:pointer!important;
  }

  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
  }

  /* Clickable hit-areas include both the map pin and the text label bubble */
  .branches-map-link--buvalkina{right:1.8%!important;top:8.8%!important;width:31.5%!important;height:18.5%!important;}
  .branches-map-link--nesterenka{left:9.5%!important;top:31.8%!important;width:31.5%!important;height:18.0%!important;}
  .branches-map-link--segedska{right:12.0%!important;bottom:22.8%!important;width:33.0%!important;height:18.0%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v45
   Slightly move map upward inside its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map img{
    object-position:center 42%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v46
   Fix left-side location icon: upright map-pin instead of tilted shape.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:0 6px 13px rgba(227,6,19,.14)!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v47
   Transparent branch pin background fix.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    display:block!important;
    position:relative!important;
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .branches-live-pin::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    display:block!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.10))!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v48
   Fix map bleeding outside top edge of its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-card{
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    margin:0!important;
    padding:0!important;
    top:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    isolation:isolate!important;
    box-shadow:none!important;
    background:#f5f8fc!important;
  }

  .branches-live-map img{
    position:absolute!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    transform:none!important;
    z-index:1!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v49
   Use cropped map asset and hard-clip it strictly inside the map subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 0 0 0 round 24px)!important;
    contain:paint!important;
    background:#eef4fa!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:scale(1.0)!important;
    display:block!important;
  }
}


/* v54: keep extra branches hidden below visible area until cyclic rotation moves them up */
.branches-live-list{overflow:hidden!important;align-content:start!important;}


/* v56: keep branch buttons visible; list window ends just above the buttons with a small reserve */
@media (min-width:981px){
  .branches-live-list{
    display:block!important;
    max-height:206px!important;
    min-height:206px!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .branches-live-list .branches-live-row{
    box-sizing:border-box!important;
  }

  .branches-live-actions{
    margin-top:8px!important;
    align-self:start!important;
  }
}


/* v58: smooth one-row cyclic branch rotation */
.branches-live-list{
  will-change:transform;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* v59: list stays fixed during rotation; rows are clipped inside the list window */
.branches-live-list{
  overflow:hidden!important;
  transform:none!important;
  contain:paint!important;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* ==========================================================
   PROLAB BRANCHES MAP v61
   Add two extra visible branch markers on the homepage map:
   - вул. Ак. Заболотного, 26а
   - вул. Євгена Танцюри 17/2
   Keep the existing panel concept and map proportions.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    isolation:isolate!important;
  }

  .branches-map-marker{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    text-decoration:none!important;
    background:transparent!important;
    border-radius:0!important;
    outline:none!important;
    overflow:visible!important;
  }

  .branches-map-marker:hover,
  .branches-map-marker:focus,
  .branches-map-marker:active,
  .branches-map-marker.is-nearest{
    outline:none!important;
    background:transparent!important;
  }

  .branches-map-marker__pin{
    flex:0 0 22px!important;
    width:22px!important;
    height:30px!important;
    margin-top:3px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.15))!important;
  }

  .branches-map-marker__label{
    display:block!important;
    max-width:150px!important;
    padding:9px 12px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 8px 18px rgba(13,47,96,.12)!important;
    color:#202735!important;
    font-size:12px!important;
    line-height:1.18!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }

  .branches-map-marker.is-nearest .branches-map-marker__label,
  .branches-map-marker:hover .branches-map-marker__label,
  .branches-map-marker:focus .branches-map-marker__label{
    box-shadow:0 0 0 2px rgba(227,6,19,.24), 0 10px 18px rgba(13,47,96,.14)!important;
  }

  .branches-map-link--zabolotnoho{
    left:43.8%!important;
    top:12.8%!important;
    width:34.5%!important;
    min-height:11%!important;
  }

  .branches-map-link--tantsiury{
    left:6.8%!important;
    bottom:8.8%!important;
    width:33.5%!important;
    min-height:11%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v62
   Reduce extra marker labels to match native map labels and
   reposition the added branches with a comfortable margin.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:6px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 19px!important;
    width:19px!important;
    height:26px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:122px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
    line-height:1.14!important;
    font-weight:700!important;
    box-shadow:0 6px 14px rgba(13,47,96,.10)!important;
  }

  /* Keep all branches inside the visible map area with a small margin */
  .branches-map-link--zabolotnoho{
    left:35.8%!important;
    top:10.5%!important;
    width:auto!important;
    min-height:0!important;
  }

  .branches-map-link--tantsiury{
    left:6.2%!important;
    bottom:11.8%!important;
    width:auto!important;
    min-height:0!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v63
   Match added marker bubbles to the visual scale of the original
   Buvalkina / Nesterenka labels on the reference map.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:5px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 18px!important;
    width:18px!important;
    height:25px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:112px!important;
    padding:6px 9px!important;
    border-radius:11px!important;
    font-size:8.9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    letter-spacing:0!important;
    box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:112px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:106px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v64
   Fine-tune added map bubbles: smaller font like Nesterenka,
   no extra empty white area to the right, full "Академіка".
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:fit-content!important;
    max-width:102px!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:8px!important;
    line-height:1.08!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:108px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:92px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v65
   Remove extra empty space inside added address bubbles by
   narrowing them and controlling line breaks.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:auto!important;
    min-width:0!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:7.6px!important;
    line-height:1.06!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:96px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:82px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v66
   Shrink the whole map stage slightly and lift it upward so the
   full coverage fits cleanly inside the subpanel and Buvalkina
   remains fully visible.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    align-self:start!important;
  }

  .branches-live-map-stage{
    position:absolute!important;
    inset:0!important;
    transform:translateY(-8px) scale(.94)!important;
    transform-origin:center top!important;
  }

  .branches-live-map-stage > img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-live-map-stage > .branches-map-link,
  .branches-live-map-stage > .branches-map-marker{
    position:absolute!important;
  }

  .branches-map-link--zabolotnoho{
    left:34.8%!important;
    top:10.6%!important;
  }

  .branches-map-link--tantsiury{
    left:5.8%!important;
    bottom:10.3%!important;
  }
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER HIGHLIGHT v67
   Colored hover/focus highlight for every map point label.
   ========================================================== */
.branches-map-link{
  overflow:visible!important;
}

.branches-map-link::after{
  content:"";
  position:absolute;
  border:2px solid rgba(236, 76, 90, .58);
  background:rgba(236, 76, 90, .08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(236, 76, 90, .10);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.branches-map-link:hover::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  opacity:1;
}

/* real cloud overlays for image-based labels */
.branches-map-link--buvalkina::after{
  left:24%;
  top:9%;
  width:73%;
  height:67%;
}

.branches-map-link--nesterenka::after{
  left:24%;
  top:17%;
  width:73%;
  height:62%;
}

.branches-map-link--segedska::after{
  left:22%;
  top:16%;
  width:74%;
  height:64%;
}

/* cloud overlays for live HTML labels */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
}

.branches-map-marker__label{
  transition:box-shadow .18s ease, border-color .18s ease, background .18s ease;
  border:2px solid transparent!important;
}

.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label{
  border-color:rgba(236, 76, 90, .58)!important;
  background:rgba(255, 250, 251, .98)!important;
  box-shadow:0 0 0 1px rgba(236, 76, 90, .10), 0 10px 18px rgba(13,47,96,.14)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER v68
   Keep hover highlighting for original map labels only.
   Remove hover/focus/nearest highlight from the newly added
   Zabolotnoho and Tantsiury live markers.
   ========================================================== */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
  opacity:0!important;
}

.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP v69
   Remove hover highlight from all map points and slightly
   narrow / shift the Zabolotnoho bubble to the left.
   ========================================================== */
.branches-map-link::after,
.branches-map-link:hover::after,
.branches-map-link:focus::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  display:none !important;
  opacity:0 !important;
  content:none !important;
}

.branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 4px 12px rgba(13,47,96,.08) !important;
}

@media (min-width:981px){
  .branches-map-link--zabolotnoho{
    left:34.1% !important;
    top:10.5% !important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:92px !important;
    width:auto !important;
    min-width:0 !important;
    padding:5px 8px !important;
  }
}

@media (max-width: 1400px){.benefits{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 900px){.benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit{min-height:unset}}
@media (max-width: 640px){.benefits{grid-template-columns:1fr}}


/* v73: reduce lower benefit card typography by a couple more sizes */
.benefit strong{
  font-size:11px!important;
  line-height:1.05!important;
}

.benefit p{
  font-size:8.5px!important;
  line-height:1.12!important;
  margin-top:2px!important;
}


/* ==========================================================
   PROLAB BRANCHES MAP CROP v74
   Crop the top a bit below "Фонтанка" and the bottom a bit
   above "Великий Фонтан" while preserving the existing concept.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map-stage{
    transform:translateY(-2px) scale(1.01)!important;
    transform-origin:center center!important;
  }
}


/* ==========================================================
   PROLAB Home quick panels v75
   Four service panels between research cards and home panels.
   ========================================================== */
.service-shortcuts-section{
  margin-top:18px;
  margin-bottom:4px;
}
.service-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-shortcut{
  display:grid;
  grid-template-columns:60px minmax(0,1fr) 12px;
  align-items:center;
  gap:12px;
  min-height:88px;
  padding:12px 14px;
  background:#fff;
  border:1.5px solid #dfe8f5;
  border-radius:14px;
  box-shadow:0 9px 22px rgba(6,43,104,.08);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.service-shortcut:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(6,43,104,.11);
}
.service-shortcut--blue:hover{ border-color:#b8ccef; }
.service-shortcut--red:hover{ border-color:#f2b8be; }
.service-shortcut__icon{
  width:66px;
  height:66px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 10px 20px rgba(6,43,104,.10);
}
.service-shortcut--blue .service-shortcut__icon{
  background:linear-gradient(180deg,#1b58c6 0%,#0b44a7 100%);
}
.service-shortcut--red .service-shortcut__icon{
  background:linear-gradient(180deg,#ff4a4a 0%,#ee2c38 100%);
}
.service-shortcut__icon svg{
  width:26px;
  height:26px;
  display:block;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-shortcut__content{
  min-width:0;
  display:grid;
  gap:3px;
}
.service-shortcut__title{
  display:block;
  color:var(--navy);
  font-size:14px;
  line-height:1.05;
  font-weight:900;
}
.service-shortcut--accent .service-shortcut__title{
  color:var(--red);
}
.service-shortcut__desc{
  display:block;
  color:#1f3960;
  font-size:11px;
  line-height:1.15;
  font-weight:500;
}
.service-shortcut__arrow{
  color:#203c74;
  font-size:22px;
  line-height:1;
  align-self:center;
  justify-self:end;
}
@media (max-width:1180px){
  .service-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .service-shortcuts{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-shortcut{
    grid-template-columns:64px minmax(0,1fr) 14px;
    gap:12px;
    min-height:88px;
    padding:14px 16px;
  }
  .service-shortcut__icon{
    width:68px;
    height:68px;
  }
  .service-shortcut__icon svg{
    width:30px;
    height:30px;
  }
  .service-shortcut__title{
    font-size:16px;
  }
  .service-shortcut__desc{
    font-size:12px;
  }
}


/* custom uploaded icons */
.research-card__icon img{
  filter:none!important;
}
.service-shortcut__icon{
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
}
.service-shortcut__icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.benefit__icon--image{
  width:68px;
  height:68px;
  min-width:68px;
  border:none;
  background:transparent;
  box-shadow:none;
}
.benefit__icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}


/* v80 bigger homepage category icons */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:14px 16px 14px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:center!important;
  justify-content:center!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:62px!important;
  height:62px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:56px minmax(0,1fr) 58px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
  }
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:48px!important;
    height:48px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
  }
}


/* v81 fix homepage category icon positioning */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  grid-template-rows:50px 34px 24px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:10px 16px 10px!important;
  column-gap:8px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  align-self:start!important;
  transform:translateY(-6px)!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:60px!important;
  height:60px!important;
}
.category-grid--home .research-card__title{
  align-self:start!important;
  margin-top:2px!important;
  font-size:13px!important;
  line-height:1.03!important;
  max-height:28px!important;
}
.category-grid--home .research-card__desc{
  margin-top:-2px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 58px!important;
    grid-template-rows:44px 34px 24px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
    padding:9px 12px 9px!important;
    column-gap:7px!important;
    row-gap:4px!important;
  }
  .category-grid--home .research-card__icon{
    width:58px!important;
    height:58px!important;
    transform:translateY(-4px)!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__title{
    font-size:12.5px!important;
    max-height:27px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
    transform:none!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:46px!important;
    height:46px!important;
  }
}


/* v82 fix homepage category titles fitting */
.category-grid--home .research-card{
  grid-template-columns:66px minmax(0,1fr) 60px!important;
  grid-template-rows:44px 38px 24px!important;
  min-height:136px!important;
  height:136px!important;
  max-height:136px!important;
  padding:10px 14px 10px!important;
  column-gap:7px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__title{
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  margin-top:0!important;
  font-size:11.6px!important;
  line-height:1.02!important;
  max-height:38px!important;
  letter-spacing:-0.01em!important;
}
.category-grid--home .research-card__desc{
  font-size:10px!important;
  line-height:1.08!important;
  max-height:34px!important;
  margin-top:6px!important;
}
.category-grid--home .research-card__button{
  width:58px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 56px!important;
    grid-template-rows:42px 34px 24px!important;
    min-height:130px!important;
    height:130px!important;
    max-height:130px!important;
    padding:9px 12px 9px!important;
  }
  .category-grid--home .research-card__title{
    align-self:stretch!important;
    display:flex!important;
    align-items:center!important;
    font-size:11.2px!important;
    max-height:34px!important;
  }
  .category-grid--home .research-card__desc{
    font-size:9.4px!important;
    max-height:30px!important;
    margin-top:5px!important;
  }
}


/* v85: fix uploaded benefit icons — remove accidental red oval border from generic span rule */
.benefit .benefit__icon--image{
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:0!important;
}
.benefit .benefit__icon--image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}


/* v86: vertically center benefit card contents */
.benefits .benefit{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:102px !important;
}
.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center !important;
  flex:0 0 auto !important;
}
.benefits .benefit__content{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  min-height:68px !important;
}
.benefits .benefit strong,
.benefits .benefit p{
  margin-top:0 !important;
}
.benefits .benefit p{
  margin-top:3px !important;
}


/* v87: keep benefit panel size unchanged; only center content inside */
.benefits .benefit{
  min-height:74px!important;
  height:74px!important;
  max-height:74px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center!important;
  flex:0 0 auto!important;
}

.benefits .benefit__content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  min-height:0!important;
  height:auto!important;
}

.benefits .benefit strong{
  margin:0!important;
}

.benefits .benefit p{
  margin:2px 0 0!important;
}

/* v88: merge the online-order panel into the promotions area */
.home-panels > .promo-panel{
  grid-column: 2 / 4 !important;
}

.home-panels > .order-online-panel{
  display: none !important;
}

@media (max-width: 980px){
  .home-panels > .promo-panel{
    grid-column: auto !important;
  }
}

/* v89 footer redesign */
.footer--light{
  background:#ffffff !important;
  color:#35445f !important;
  padding:44px 0 40px !important;
  margin-top:44px;
}
.footer-service-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:48px;
  align-items:start;
}
.footer--light h3,
.footer--light h4{
  margin:0 0 20px;
  color:#334564;
  font-weight:800;
}
.footer--light h3{font-size:22px;}
.footer--light h4{font-size:18px; margin-top:34px;}
.footer--light a,
.footer--light p{
  color:#5c677d;
}
.footer-service__phone{
  display:block;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#0055a8 !important;
  margin:0 0 18px;
}
.footer-service p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  max-width:440px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-socials a{
  width:48px;
  height:48px;
  border:1px solid #d8dee8;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0055b8 !important;
  background:#f8fafc;
  font-weight:700;
  font-size:24px;
}
.footer-socials a span{line-height:1;}
.footer-socials a[aria-label="LinkedIn"] span{font-size:20px; font-weight:800;}
.footer-mail{
  display:inline-block;
  font-size:16px;
  color:#0055b8 !important;
  margin-top:4px;
}
.footer-nav-col a{
  display:block;
  color:#0055b8 !important;
  font-size:18px;
  line-height:1.45;
  margin:0 0 14px;
}
@media (max-width: 1100px){
  .footer-service-grid{grid-template-columns:1.4fr 1fr 1fr; gap:32px;}
  .footer-nav-col:last-child{grid-column:2 / 4;}
  .footer-service__phone{font-size:48px;}
}
@media (max-width: 800px){
  .footer-service-grid{grid-template-columns:1fr 1fr; gap:28px;}
  .footer-nav-col:last-child{grid-column:auto;}
  .footer-service__phone{font-size:42px;}
}
@media (max-width: 560px){
  .footer-service-grid{grid-template-columns:1fr;}
  .footer--light h3{font-size:20px;}
  .footer-service__phone{font-size:36px;}
  .footer-nav-col a,.footer-mail,.footer-service p{font-size:16px;}
}


/* v90 footer adjustments */
.footer-service__phone{margin:0 0 10px;}
.footer-socials a{background:#fff; border-color:#d9e0eb;}
.footer-socials a:hover{border-color:#9fb5d8; transform:translateY(-1px);}


/* v91 footer color/size refinement */
.footer--light{
  background:#072b68 !important;
  color:#ffffff !important;
}
.footer--light h3,
.footer--light h4{
  color:#ffffff !important;
}
.footer--light a,
.footer--light p{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:44px !important;
  line-height:1.08 !important;
  color:#ffffff !important;
  letter-spacing:0.2px;
}
.footer-nav-col a,
.footer-mail{
  color:#dce8ff !important;
}
.footer-nav-col a:hover,
.footer-mail:hover{
  color:#ffffff !important;
}
.footer-socials a{
  background:#ffffff !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#0055b8 !important;
}
.footer-socials a:hover{
  border-color:#ffffff !important;
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}
@media (max-width:1100px){
  .footer-service__phone{font-size:38px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:34px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:30px !important;}
}


/* v92 footer contact block */
.footer-contact-copy p{
  margin:0 0 10px;
  color:#dce8ff !important;
  font-size:18px;
  line-height:1.5;
}
.footer-contact-copy p:last-child{margin-bottom:0;}
.footer-contact-copy .footer-mail{
  color:#ffffff !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:36px !important;
  font-weight:800;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:32px !important;}
  .footer-contact-copy p{font-size:16px;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:28px !important;}
  .footer-contact-copy p{font-size:15px;}
}


/* v93 footer typography + centered contacts */
.footer--light{
  background:#072b68 !important;
}
.footer-service-grid{
  gap:42px;
}
.footer--light h3{
  font-size:18px !important;
  margin-bottom:16px !important;
}
.footer--light h4{
  font-size:15px !important;
  margin-top:28px !important;
  margin-bottom:12px !important;
}
.footer-service__phone{
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 20px !important;
}
.footer-nav-col a,
.footer-mail,
.footer-service p,
.footer--light p{
  font-size:15px !important;
  line-height:1.42 !important;
}
.footer-nav-col a{
  margin:0 0 12px !important;
}
.footer-socials a{
  width:46px;
  height:46px;
}
.footer-contact-copy{
  text-align:center;
  max-width:520px;
}
.footer-contact-copy h4{
  text-align:center;
}
.footer-contact-copy__line{
  margin:0 0 10px !important;
  color:#dce8ff !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.footer-contact-copy__company{
  font-size:16px !important;
}
.footer-contact-copy__links{
  white-space:normal;
}
.footer-contact-copy .footer-mail{
  display:inline;
  color:#ffffff !important;
  font-size:inherit !important;
  margin-top:0 !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:28px !important;}
  .footer--light h3{font-size:17px !important;}
  .footer-nav-col a,.footer-mail,.footer-service p,.footer--light p,.footer-contact-copy__line{font-size:14px !important;}
  .footer-contact-copy__company{font-size:15px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:26px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:24px !important;}
  .footer-socials a{width:42px;height:42px;}
}


/* v95 contacts in one row, left aligned */
.footer-contact-row{
  margin-top: 18px;
  padding-bottom: 8px;
}
.footer-contact-copy--row{
  max-width: none;
  text-align: left;
  margin: 0;
}
.footer-contact-copy--row h4{
  text-align: left;
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.footer-contact-copy__inline{
  margin: 0 !important;
  color: #dce8ff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.footer-contact-copy__sep{
  display: inline-block;
  margin: 0 10px;
  color: #dce8ff;
}
.footer-contact-copy--row .footer-mail{
  display: inline;
  color: #ffffff !important;
}
@media (max-width: 1200px){
  .footer-contact-copy__inline{font-size:13px !important;}
}
@media (max-width: 860px){
  .footer-contact-row{margin-top: 14px;}
  .footer-contact-copy__sep{margin:0 6px;}
}
@media (max-width: 640px){
  .footer-contact-copy__inline{font-size:13px !important;}
  .footer-contact-copy__sep{display:none;}
}


/* v96 social icons from provided images */
.footer-socials .social-icon--image{
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.footer-socials .social-icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:14px;
}
.footer-socials .social-icon--image:hover{
  transform:translateY(-1px);
  box-shadow:none !important;
}
.footer-socials .social-icon--image:hover img{
  filter:brightness(1.02);
}


/* === Home promotions slider v98 === */
.promo-slider{
  position:relative!important;
  overflow:hidden!important;
  padding:18px 54px 52px 22px!important;
  min-height:340px!important;
}
.promo-slider__viewport{
  position:relative!important;
  min-height:260px!important;
}
.promo-slide{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 170px!important;
  grid-template-rows:auto auto auto auto auto 1fr!important;
  gap:10px 20px!important;
  align-items:start!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .35s ease, visibility .35s ease!important;
}
.promo-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.promo-slide .badge-red{grid-column:1!important;grid-row:1!important;width:max-content!important;}
.promo-slide h2{grid-column:1!important;grid-row:2!important;margin:0!important;font-size:22px!important;line-height:1.08!important;}
.promo-slide strong{grid-column:1!important;grid-row:3!important;display:block!important;font-size:20px!important;line-height:1.15!important;color:var(--navy)!important;}
.promo-slide p{grid-column:1!important;grid-row:4!important;margin:0!important;font-size:15px!important;line-height:1.35!important;color:#334a73!important;max-width:430px!important;}
.promo-slide__price{grid-column:1!important;grid-row:5!important;display:flex!important;align-items:baseline!important;gap:14px!important;flex-wrap:wrap!important;}
.promo-slide__price del{color:#9ba9c0!important;font-size:18px!important;font-weight:700!important;}
.promo-slide__price span{color:var(--navy)!important;font-size:34px!important;font-weight:900!important;line-height:1!important;}
.promo-slide img{grid-column:2!important;grid-row:2 / span 4!important;align-self:center!important;justify-self:end!important;width:150px!important;max-width:100%!important;height:auto!important;opacity:1!important;}
.promo-slide .btn{grid-column:1!important;grid-row:6!important;align-self:end!important;width:170px!important;min-width:170px!important;}
.promo-slider__nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:40px!important;
  height:40px!important;
  border:1px solid #d7e1ef!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--navy)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:0 10px 20px rgba(30,85,184,.10)!important;
}
.promo-slider__nav--prev{left:10px!important;}
.promo-slider__nav--next{right:10px!important;}
.promo-slider__dots{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:14px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  z-index:3!important;
}
.promo-slider__dot{
  width:12px!important;
  height:12px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid #6f84aa!important;
  background:#fff!important;
  cursor:pointer!important;
}
.promo-slider__dot.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
}
@media (max-width:980px){
  .promo-slider{min-height:360px!important;}
}
@media (max-width:640px){
  .promo-slider{padding:18px 16px 54px 16px!important;min-height:420px!important;}
  .promo-slider__viewport{min-height:330px!important;}
  .promo-slide{grid-template-columns:1fr!important;grid-template-rows:auto auto auto auto auto auto 1fr!important;gap:10px!important;}
  .promo-slide img{grid-column:1!important;grid-row:5!important;justify-self:center!important;width:120px!important;}
  .promo-slide__price{grid-column:1!important;grid-row:6!important;}
  .promo-slide .btn{grid-column:1!important;grid-row:7!important;width:100%!important;min-width:0!important;}
  .promo-slide strong{font-size:17px!important;}
  .promo-slide p{font-size:13px!important;max-width:none!important;}
  .promo-slide__price del{font-size:16px!important;}
  .promo-slide__price span{font-size:28px!important;}
  .promo-slider__nav{top:auto!important;bottom:14px!important;transform:none!important;}
  .promo-slider__nav--prev{left:16px!important;}
  .promo-slider__nav--next{right:16px!important;}
}


/* v98: strict grid-layout contacts page */
body[data-route="kontakty"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%);
}

.contacts-hero-grid{
  background:
    linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%);
  border-bottom:1px solid #e2ebf7;
  overflow:hidden;
}

.contacts-hero-grid__inner{
  min-height:310px;
  display:grid;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr);
  align-items:stretch;
  gap:0;
}

.contacts-hero-grid__copy{
  display:grid;
  align-content:center;
  padding:44px 32px 44px 0;
  position:relative;
  z-index:2;
}

.contacts-hero-grid__copy h1{
  margin:0 0 18px;
  color:#0b3476;
  font-size:clamp(48px,5.4vw,74px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:900;
}

.contacts-hero-grid__copy p{
  margin:0;
  max-width:540px;
  color:#263d64;
  font-size:21px;
  line-height:1.42;
  font-weight:500;
}

.contacts-hero-grid__media{
  position:relative;
  min-height:310px;
  display:grid;
  overflow:hidden;
}

.contacts-hero-grid__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(248,251,255,.94) 0%,rgba(248,251,255,.58) 21%,rgba(248,251,255,0) 46%),
    linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,0) 44%);
  pointer-events:none;
}

.contacts-hero-grid__photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  filter:saturate(.94) contrast(1.02);
}

.contacts-hero-grid__logo{
  position:absolute;
  z-index:2;
  right:7%;
  top:42px;
  width:250px;
  max-width:34%;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(214,228,247,.86);
  box-shadow:0 16px 34px rgba(6,43,104,.10);
  backdrop-filter:blur(6px);
}

.contacts-hero-grid__logo img{
  width:100%;
  height:auto;
}

.contacts-hero-grid__operator{
  position:absolute;
  z-index:2;
  right:8%;
  bottom:36px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  border:1px solid #dce6f2;
  box-shadow:0 12px 26px rgba(6,43,104,.12);
  font-weight:900;
  font-size:14px;
}

.contacts-hero-grid__face{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef5ff;
  color:#e52932;
}

.contacts-info-grid{
  margin-top:-48px;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.contacts-info-card{
  min-height:112px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

.contacts-info-card__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b3476;
  display:grid;
  place-items:center;
  font-size:25px;
}

.contacts-info-card__body{
  min-width:0;
  display:grid;
  gap:5px;
}

.contacts-info-card strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
}

.contacts-info-card em{
  color:#e52932;
  font-style:normal;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

.contacts-info-card small{
  color:#1f3960;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.contacts-grid-layout{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(440px,1.1fr) minmax(340px,.9fr) minmax(340px,.9fr);
  gap:18px;
  align-items:stretch;
}

.contacts-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px;
  min-height:330px;
  overflow:hidden;
}

.contacts-card__head{
  margin-bottom:12px;
}

.contacts-card__head h2{
  margin:0 0 6px;
  color:#0b3476;
  font-size:22px;
  line-height:1.12;
  font-weight:900;
}

.contacts-card__head p{
  margin:0;
  color:#53637c;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.contacts-branches-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-branches-card__grid{
  display:grid;
  grid-template-columns:48% 1fr;
  gap:16px;
  min-height:240px;
}

.contacts-branches-map{
  overflow:hidden;
  border-radius:16px;
  background:#eaf4ff;
  border:1px solid #dce6f2;
  min-height:240px;
}

.contacts-branches-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.contacts-branches-list{
  display:grid;
  align-content:start;
  gap:9px;
}

.contacts-branch-link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:0;
  color:#0b3476;
}

.contacts-branch-link__pin{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#e52932;
  font-size:17px;
  line-height:1;
}

.contacts-branch-link strong,
.contacts-branch-link em,
.contacts-branch-link small{
  display:block;
}

.contacts-branch-link strong{
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

.contacts-branch-link em{
  margin-top:2px;
  color:#1f3960;
  font-style:normal;
  font-size:12.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-branch-link small{
  margin-top:2px;
  color:#64738b;
  font-size:10.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-map-button{
  justify-self:start;
  margin-top:14px;
  min-width:190px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  padding:0 18px;
  border-radius:10px;
  border:1.5px solid #0b3476;
  color:#0b3476;
  background:#fff;
  font-weight:900;
  font-size:14px;
}

.contacts-form-card .pro-form{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.contacts-form-card .pro-form label{
  display:grid;
  gap:5px;
  color:#53637c;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}

.contacts-form-card .pro-form input,
.contacts-form-card .pro-form textarea{
  width:100%;
  border:1px solid #cbd7e8;
  border-radius:9px;
  padding:10px 12px;
  min-height:39px;
  background:#fff;
  color:#0b3476;
}

.contacts-form-card .pro-form textarea{
  min-height:84px;
  resize:vertical;
}

.contacts-form-card .pro-form .span-2{
  grid-column:auto;
}

.contacts-form-card .pro-form .check{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:#0b3476;
}

.contacts-form-card .pro-form .check input{
  width:16px;
  height:16px;
  min-height:0;
  flex:0 0 auto;
}

.contacts-form-card .pro-form .btn{
  width:100%;
  min-height:44px;
}

.contacts-help-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-help-list{
  display:grid;
  gap:8px;
  align-content:start;
}

.contacts-help-list details{
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  padding:0;
}

.contacts-help-list summary{
  list-style:none;
  cursor:pointer;
  padding:11px 38px 11px 12px;
  position:relative;
  color:#0b3476;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.contacts-help-list summary::-webkit-details-marker{
  display:none;
}

.contacts-help-list summary::after{
  content:"⌄";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#0b3476;
}

.contacts-help-list details[open] summary::after{
  content:"⌃";
}

.contacts-help-list details p{
  margin:0;
  padding:0 12px 12px;
  color:#53637c;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.contacts-chat-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:12px;
  border:1px solid #dce6f2;
  background:#fff;
  color:#e52932;
  font-size:14px;
  font-weight:900;
}

body[data-route="kontakty"] .benefits{
  margin-top:20px;
}

@media (max-width:1180px){
  .contacts-hero-grid__inner{
    grid-template-columns:1fr;
  }
  .contacts-hero-grid__media{
    min-height:240px;
    order:-1;
  }
  .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:18px;
  }
  .contacts-info-grid .contacts-info-card:last-child{
    grid-column:1 / -1;
  }
  .contacts-grid-layout{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .contacts-hero-grid__copy{
    padding:30px 0;
  }
  .contacts-hero-grid__copy h1{
    font-size:42px;
  }
  .contacts-hero-grid__copy p{
    font-size:17px;
  }
  .contacts-info-grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-map{
    min-height:220px;
  }
}


/* v99 contacts page corrections */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding-top:34px!important;
  padding-bottom:34px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  font-size:48px!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:10px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  font-size:16px!important;
  line-height:1.34!important;
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo{
  width:210px!important;
  top:34px!important;
  right:6%!important;
}

body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-34px!important;
  gap:12px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:86px!important;
  height:86px!important;
  padding:12px 14px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  border-radius:15px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:42px!important;
  height:42px!important;
  font-size:20px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  gap:3px!important;
  align-content:center!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:13px!important;
  line-height:1.05!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:12.5px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10.8px!important;
  line-height:1.13!important;
  white-space:pre-line!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  object-position:62% center!important;
  transform:translateX(-18px) scale(1.08);
  transform-origin:center center;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:230px!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:82px!important;
  }
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    font-size:40px!important;
  }
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:16px!important;
  }
}


/* v100 contacts hero/photo and compact info cards */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo,
body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  grid-template-columns:1.05fr 1.05fr 1.28fr 1.08fr 1fr!important;
  gap:10px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:78px!important;
  height:78px!important;
  padding:10px 12px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:9px!important;
  border-radius:14px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:38px!important;
  height:38px!important;
  font-size:18px!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:12px!important;
  line-height:1.02!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:11.5px!important;
  line-height:1.04!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) em{
  white-space:nowrap!important;
  font-size:11px!important;
  letter-spacing:-.02em!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
  white-space:nowrap!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(4) small{
  white-space:pre-line!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:78px!important;
  }
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) em,
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
    white-space:normal!important;
  }
}


/* v101 contacts hero proportions */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:338px!important;
  grid-template-columns:minmax(360px,.88fr) minmax(500px,1.02fr)!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:36px 26px 52px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 14px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:338px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,.96) 0%,rgba(248,251,255,.72) 18%,rgba(248,251,255,.16) 38%,rgba(248,251,255,0) 52%),
    linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 42%)!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  width:95%!important;
  height:92%!important;
  object-fit:contain!important;
  object-position:right center!important;
  justify-self:end!important;
  margin-left:auto!important;
  filter:saturate(.96) contrast(1.01)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:26px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:280px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    width:100%!important;
    height:100%!important;
  }
}


/* v106 contacts hero: lower the operator image so hands are mostly hidden by the contact cards */
body[data-route="kontakty"] .contacts-hero-grid__media{
  align-items:flex-end!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-position:right bottom!important;
  height:96%!important;
  transform:translateY(34px)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    object-position:center center!important;
    height:100%!important;
  }
}


/* v107 contacts hero: pull the whole hero block upward closer to the top white header edge */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:286px!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:14px 26px 44px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:286px!important;
  align-items:flex-start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  height:93%!important;
  transform:translateY(14px)!important;
}

body[data-route="kontakty"] .contact-cards{
  margin-top:-44px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:22px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:260px!important;
    align-items:center!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    height:100%!important;
  }
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v108 contacts hero: raise the contact cards a bit higher */
body[data-route="kontakty"] .contact-cards{
  margin-top:-60px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v110 contacts cards: increase card height further */
body[data-route="kontakty"] .contact-cards{
  grid-auto-rows:190px!important;
}

body[data-route="kontakty"] .contact-card{
  min-height:190px!important;
}

@media (max-width: 980px){
  body[data-route="kontakty"] .contact-cards{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contact-card{
    min-height:190px!important;
  }
}

/* v111 contacts info cards: actually increase the visible top contact tiles height */
body[data-route="kontakty"] .contacts-info-grid{
  grid-auto-rows:118px!important;
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:118px!important;
  height:118px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:46px!important;
  height:46px!important;
  font-size:21px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  align-self:center!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:118px!important;
  }
}


/* v112: raise top contact tiles higher into the hero area */
body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-56px!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:12px!important;
  }
}


/* v113: contacts hero text spacing and branch hours line breaks */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:84px 32px 28px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 24px !important;
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:8px;
  max-width:560px;
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:clamp(27px,2.25vw,34px);
  line-height:1.05;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#263a5e;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

body[data-route="kontakty"] .contacts-branch-link small{
  line-height:1.28;
}

body[data-route="kontakty"] .contacts-branch-link small br{
  content:"";
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:46px 0 24px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:16px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:24px;
  }
  body[data-route="kontakty"] .contacts-hero-grid__desc{
    font-size:15px;
  }
}


/* v114: contacts hero text styled to match home hero concept */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:72px 32px 26px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 6px !important;
  color:#0b3476;
  font-size:var(--h1-home) !important;
  line-height:1.01 !important;
  letter-spacing:-.045em;
  font-weight:900;
  max-width:clamp(520px,45vw,650px);
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:clamp(7px,.7vw,10px);
  max-width:clamp(480px,42vw,600px);
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px) !important;
  line-height:1.27 !important;
  font-weight:500;
  max-width:clamp(480px,42vw,600px);
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:38px 0 20px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:6px !important;
  }
}


/* v115: contacts hero phrase updated and sized like home hero subheading */
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(28px,2.3vw,35px) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  color:#0b3476 !important;
}

/* v116: visibly enlarge the second hero phrase on contacts page */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(44px,3.35vw,56px) !important;
  line-height:1.02 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  max-width:clamp(560px,48vw,760px) !important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:clamp(32px,4vw,42px) !important;
    line-height:1.05 !important;
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:30px !important;
  }
}


/* v117: match contacts hero secondary phrase to home hero parameters */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  margin-bottom:clamp(7px,.7vw,10px) !important;
  color:#0b3476 !important;
  max-width:none !important;
}


/* v118: update contacts hero phrase and raise it slightly higher */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:-22px !important;
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:-10px !important;
  }
}


/* v119: restore normal second line position and move the whole hero text group upward */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  transform:translateY(-28px);
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-16px);
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:0 !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-8px);
  }
}


/* v120 contacts map: use full branch map so every location stays visible */
body[data-route="kontakty"] .contacts-branches-map{
  background:#f4f8ff!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* v121 contacts map: stretch map to full height of the card area */
body[data-route="kontakty"] .contacts-branches-card__grid{
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  min-height:100%!important;
  height:100%!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:fill!important;
  object-position:center center!important;
}


/* v122 contacts map: keep natural proportions and enlarge the map area instead of stretching */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:56% 1fr!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:unset!important;
  object-position:center center!important;
  transform:none!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v123 contacts branches: place the branch list under a wider map */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:1fr!important;
  align-items:start!important;
  gap:18px!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="kontakty"] .contacts-branches-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-content:start!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v124 contacts branches: arrange branch addresses in two columns under the map */
body[data-route="kontakty"] .contacts-branches-list{
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  column-gap:28px!important;
  row-gap:18px!important;
}

body[data-route="kontakty"] .contacts-branch-link{
  height:100%!important;
}

@media (max-width:900px){
  body[data-route="kontakty"] .contacts-branches-list{
    grid-template-columns:1fr!important;
  }
}


/* === About page redesign === */
body[data-route="pro-nas"]{
  background:#f5f8fc;
}
body[data-route="pro-nas"] .footer{
  margin-top:34px;
}
.about-page{
  padding:0 0 24px;
}
.about-page__wrap{
  padding-top:0;
}
.about-hero-card{
  display:grid;
  grid-template-columns:minmax(320px, 38%) minmax(0, 62%);
  align-items:stretch;
  overflow:hidden;
  background:#eef4fb;
  border:1px solid var(--line);
  border-radius:0 0 22px 22px;
  box-shadow:var(--shadow);
}
.about-hero-card__copy{
  padding:48px 28px 22px 28px;
  position:relative;
  z-index:2;
}
.about-hero-card__copy h1{
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(44px, 5vw, 72px);
  line-height:.95;
  letter-spacing:-.045em;
}
.about-hero-card__lead{
  margin:0 0 14px;
  color:var(--navy);
  font-weight:800;
  font-size:clamp(18px, 2vw, 28px);
  line-height:1.1;
}
.about-hero-card__text{
  margin:0;
  max-width:430px;
  color:#28426f;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.45;
}
.about-hero-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
}
.about-hero-card__actions .btn{
  min-width:208px;
  min-height:44px;
  font-size:15px;
}
.about-hero-card__media{
  min-height:255px;
  position:relative;
}
.about-hero-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(238,244,251,1) 0%, rgba(238,244,251,.82) 12%, rgba(238,244,251,.25) 24%, rgba(238,244,251,0) 39%);
  z-index:1;
  pointer-events:none;
}
.about-hero-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.about-details-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.06fr) minmax(0,1.28fr);
  gap:18px;
  margin-top:22px;
}
.about-info-card{
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:20px 16px 18px;
  display:flex;
  flex-direction:column;
}
.about-info-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.about-info-card__icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  border:1px solid #d6e2f0;
  background:#f8fbff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.about-info-card__icon svg{
  width:29px;
  height:29px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-info-card h2{
  margin:0;
  color:var(--navy);
  font-size:22px;
  line-height:1.15;
}
.about-info-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
}
.about-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:7px 12px;
  border-radius:14px;
  border:1px solid #ccd8e8;
  color:var(--navy);
  background:#fbfdff;
  font-weight:700;
  text-align:center;
  line-height:1.2;
}
.about-info-card--stats .about-info-card__head{
  margin-bottom:18px;
}
.about-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 10px;
  margin-top:4px;
}
.about-stat{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.about-stat strong{
  color:var(--navy);
  font-size:22px;
  line-height:1;
}
.about-stat span{
  color:#27426b;
  font-size:14px;
  line-height:1.28;
}
.about-info-card--timeline{
  position:relative;
}
.about-timeline{
  position:relative;
  display:grid;
  gap:10px;
  padding-left:18px;
}
.about-timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  bottom:8px;
  width:2px;
  background:#dce6f2;
}
.about-timeline__item{
  position:relative;
  padding-left:20px;
}
.about-timeline__item::before{
  content:"";
  position:absolute;
  left:-1px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--red);
  z-index:1;
}
.about-timeline__item.is-active::before,
.about-timeline__item.is-today::before{
  background:var(--red);
}
.about-timeline__year{
  color:var(--navy);
  font-weight:800;
  font-size:18px;
  margin-bottom:5px;
}
.about-timeline__item p{
  font-size:14px;
  line-height:1.34;
}
.about-timeline__item.is-today .about-timeline__year{
  color:var(--red);
}
@media (max-width: 1180px){
  .about-hero-card{grid-template-columns:minmax(300px,40%) minmax(0,60%);}
  .about-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 900px){
  .about-hero-card{grid-template-columns:1fr; border-radius:0 0 20px 20px;}
  .about-hero-card__copy{padding:28px 20px 24px;}
  .about-hero-card__media{min-height:280px;}
  .about-hero-card__media::before{background:linear-gradient(180deg, rgba(238,244,251,.15) 0%, rgba(238,244,251,0) 24%);}
}
@media (max-width: 640px){
  .about-details-grid{grid-template-columns:1fr;}
  .about-stats-grid{grid-template-columns:1fr 1fr;}
  .about-hero-card__actions .btn{width:100%; min-width:0;}
  .about-info-card{min-height:auto;}
}

.about-team-section{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:16px 18px 18px;
}
.about-team-section__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.about-team-section__header h2{
  margin:0;
  color:var(--navy);
  font-size:32px;
  line-height:1.05;
}
.about-team-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(4, 1fr);
  gap:14px;
}
.about-team-photo{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#eff4fb;
  border:1px solid #d6e2f0;
  min-height:160px;
}
.about-team-photo--wide{
  min-height:160px;
}
.about-team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--team-pos, center center);
  display:block;
}
@media (max-width: 1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .about-team-photo--wide{
    grid-column:span 3;
    min-height:220px;
  }
}
@media (max-width: 900px){
  .about-team-section__header h2{font-size:28px;}
}
@media (max-width: 640px){
  .about-team-grid{
    grid-template-columns:1fr;
  }
  .about-team-photo--wide{
    grid-column:auto;
    min-height:180px;
  }
  .about-team-photo{
    min-height:180px;
  }
}


/* v133: compact about info panels and corrected stats */
body[data-route="pro-nas"] .about-details-grid{
  gap:14px!important;
  margin-top:18px!important;
}
body[data-route="pro-nas"] .about-info-card{
  min-height:205px!important;
  padding:16px 14px 15px!important;
  border-radius:18px!important;
}
body[data-route="pro-nas"] .about-info-card__head{
  gap:10px!important;
  margin-bottom:9px!important;
}
body[data-route="pro-nas"] .about-info-card__icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}
body[data-route="pro-nas"] .about-info-card__icon svg{
  width:23px!important;
  height:23px!important;
}
body[data-route="pro-nas"] .about-info-card h2{
  font-size:18px!important;
  line-height:1.12!important;
}
body[data-route="pro-nas"] .about-info-card p{
  font-size:13px!important;
  line-height:1.34!important;
}
body[data-route="pro-nas"] .about-badges{
  gap:8px!important;
  padding-top:12px!important;
}
body[data-route="pro-nas"] .about-badges span{
  min-height:40px!important;
  padding:6px 10px!important;
  font-size:12px!important;
  border-radius:12px!important;
}
body[data-route="pro-nas"] .about-stats-grid{
  gap:10px 9px!important;
  margin-top:0!important;
}
body[data-route="pro-nas"] .about-stat{
  gap:4px!important;
}
body[data-route="pro-nas"] .about-stat strong{
  font-size:19px!important;
}
body[data-route="pro-nas"] .about-stat span{
  font-size:12px!important;
  line-height:1.25!important;
}
body[data-route="pro-nas"] .about-timeline{
  gap:8px!important;
  padding-left:15px!important;
}
body[data-route="pro-nas"] .about-timeline__item{
  padding-left:17px!important;
}
body[data-route="pro-nas"] .about-timeline__year{
  font-size:14px!important;
  margin-bottom:3px!important;
}
body[data-route="pro-nas"] .about-timeline__item p{
  font-size:12px!important;
  line-height:1.28!important;
}
body[data-route="pro-nas"] .about-timeline__item::before{
  width:10px!important;
  height:10px!important;
  top:4px!important;
}


/* v135: remove ISO badges and use supplied real lab photos in the team block */
.about-badges{
  display:none!important;
}

.about-info-card{
  min-height:220px!important;
}

.about-team-section{
  padding:16px 18px 18px!important;
}

.about-team-grid{
  grid-template-columns:1.25fr repeat(4, 1fr)!important;
  gap:14px!important;
}

.about-team-photo{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo--wide{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--team-pos, center center)!important;
}

@media (max-width:1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .about-team-photo--wide{
    grid-column:span 3!important;
    height:220px!important;
    min-height:220px!important;
  }
}

@media (max-width:640px){
  .about-team-grid{
    grid-template-columns:1fr!important;
  }
  .about-team-photo,
  .about-team-photo--wide{
    grid-column:auto!important;
    height:180px!important;
    min-height:180px!important;
  }
}


/* v136: about hero text like contacts hero; compact one-line subtitles and one-row buttons */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px, 43%) minmax(0, 57%)!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding-top:48px!important;
  padding-bottom:34px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin-bottom:10px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 16px!important;
  font-size:clamp(30px, 2.35vw, 38px)!important;
  line-height:1.06!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0 0 4px!important;
  max-width:none!important;
  font-size:clamp(18px, 1.28vw, 22px)!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  margin-top:24px!important;
  align-items:center!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  width:auto!important;
  min-width:208px!important;
  white-space:nowrap!important;
}

@media (max-width: 1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
}

@media (max-width: 640px){
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:28px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:18px!important;
  }
}


/* v137: make About hero title closer to Contacts page title size */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:clamp(40px, 4.35vw, 62px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}


/* v138: doctors partnership page */
body[data-route="likariam"]{
  background:#f5f8fc;
}
.doctors-page{
  padding-bottom:34px;
}
.doctors-hero{
  position:relative;
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 52%,#e9f3ff 100%);
  overflow:hidden;
}
.doctors-hero__inner{
  position:relative;
  min-height:505px;
  display:grid;
  grid-template-columns:minmax(420px, 38%) minmax(0, 62%);
  align-items:stretch;
}
.doctors-hero__copy{
  position:relative;
  z-index:2;
  padding:58px 0 200px;
}
.doctors-hero__eyebrow{
  margin-bottom:22px;
  color:var(--red);
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.doctors-hero h1{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(58px, 5.2vw, 82px);
  line-height:1.05;
  letter-spacing:-.052em;
}
.doctors-hero p{
  margin:0;
  max-width:500px;
  color:#243d6a;
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.42;
}
.doctors-hero__photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:68%;
  z-index:1;
}
.doctors-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(249,252,255,1) 0%, rgba(249,252,255,.93) 10%, rgba(249,252,255,.42) 29%, rgba(249,252,255,0) 48%);
  pointer-events:none;
}
.doctors-hero__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.doctors-benefits{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:-148px;
}
.doctor-benefit-card{
  min-height:142px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:26px 22px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 15px 34px rgba(0,43,102,.11);
}
.doctor-benefit-card__icon{
  width:54px;
  height:54px;
  min-width:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-benefit-card__icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-benefit-card h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
  line-height:1.12;
}
.doctor-benefit-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.doctors-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:22px;
}
.doctor-register-card,
.doctor-docs-card{
  min-height:245px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.doctor-register-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:22px;
  align-items:center;
  padding:34px 36px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
}
.doctor-register-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-register-card__icon svg{
  width:118px;
  height:118px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-register-card__label{
  color:var(--red);
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.doctor-register-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
}
.doctor-register-card p{
  margin:0 0 24px;
  color:#27426b;
  font-size:15px;
  line-height:1.42;
}
.doctor-register-card__button{
  width:max-content!important;
  min-width:220px;
  min-height:54px;
}
.doctor-docs-card{
  padding:28px 30px;
}
.doctor-docs-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:18px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.doctor-docs-card__list{
  display:grid;
}
.doctor-doc-row{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) auto 28px;
  gap:14px;
  align-items:center;
  min-height:48px;
  border-bottom:1px solid #dce6f2;
  color:var(--navy);
}
.doctor-doc-row__icon svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-doc-row strong{
  font-size:14px;
  line-height:1.2;
}
.doctor-doc-row small{
  color:#5f708f;
  font-size:13px;
  white-space:nowrap;
}
.doctor-doc-row__download{
  color:var(--red);
  font-size:24px;
  line-height:1;
  text-align:center;
}
.doctor-docs-card__all{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
}
@media (max-width:1180px){
  .doctors-hero__inner{grid-template-columns:1fr;min-height:470px;}
  .doctors-hero__photo{width:78%;}
  .doctors-benefits{grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:-110px;}
  .doctors-partner-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .doctors-hero__copy{padding:38px 0 190px;}
  .doctors-hero h1{font-size:42px;}
  .doctors-hero p{font-size:18px;}
  .doctors-hero__photo{width:100%; opacity:.55;}
  .doctors-benefits{grid-template-columns:1fr; margin-top:-124px;}
  .doctor-register-card{grid-template-columns:1fr; padding:26px 22px;}
  .doctor-register-card__icon{justify-content:flex-start;}
  .doctor-doc-row{grid-template-columns:30px minmax(0,1fr) 28px;}
  .doctor-doc-row small{display:none;}
}


/* v139: replace doctor registration promo with full form panel */
.doctors-partner-grid{
  grid-template-columns:1fr!important;
  gap:22px!important;
}

.doctor-register-form-card{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:30px 34px 32px;
}

.doctor-register-form-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.doctor-register-form-card > p{
  margin:0 0 20px;
  color:var(--navy);
  font-size:21px;
  line-height:1.32;
}

.doctor-register-form{
  display:grid;
  gap:16px;
}

.doctor-register-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr;
}

.doctor-register-form label{
  display:grid;
  gap:8px;
  color:#33425d;
  font-weight:800;
  font-size:20px;
  line-height:1.15;
}

.doctor-register-form input,
.doctor-register-form textarea{
  width:100%;
  border:1px solid #c7d5e8;
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  font-size:20px;
  line-height:1.2;
  padding:16px 18px;
  outline:none;
}

.doctor-register-form input{
  min-height:64px;
}

.doctor-register-form textarea{
  min-height:142px;
  resize:vertical;
}

.doctor-register-form input::placeholder,
.doctor-register-form textarea::placeholder{
  color:#6d7480;
  font-weight:700;
}

.doctor-register-form__consent{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  font-size:21px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

.doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

.doctor-register-form__submit{
  width:100%!important;
  min-height:64px;
  border-radius:9px!important;
  font-size:22px!important;
  font-weight:900!important;
  text-transform:none;
}

@media (max-width: 800px){
  .doctor-register-form-card{
    padding:22px 18px 24px;
  }
  .doctor-register-form__row,
  .doctor-register-form__row--single{
    grid-template-columns:1fr;
  }
  .doctor-register-form-card > p,
  .doctor-register-form label,
  .doctor-register-form input,
  .doctor-register-form textarea,
  .doctor-register-form__consent{
    font-size:17px!important;
  }
}


/* v140: normalize Doctors page typography to Contacts page scale */
body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(46px, 4.6vw, 68px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(18px, 1.35vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:16px!important;
  line-height:1.12!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:14px!important;
  line-height:1.35!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  line-height:1.1!important;
  margin-bottom:14px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
  line-height:1.35!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:14px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:16px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:16px!important;
  line-height:1.22!important;
  padding:13px 16px!important;
  border-radius:10px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:52px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:116px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
  line-height:1.2!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:54px!important;
  font-size:18px!important;
  border-radius:9px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form-card > p,
  body[data-route="likariam"] .doctor-register-form label,
  body[data-route="likariam"] .doctor-register-form input,
  body[data-route="likariam"] .doctor-register-form textarea,
  body[data-route="likariam"] .doctor-register-form__consent{
    font-size:16px!important;
  }
}


/* v141: make Doctors page hero/cards typography match Contacts scale more closely */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:12px!important;
  line-height:1.15!important;
  letter-spacing:.08em!important;
  margin-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(40px, 3.25vw, 58px)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin-bottom:20px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.08vw, 22px)!important;
  line-height:1.42!important;
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-benefits{
  gap:18px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  min-height:150px!important;
  padding:22px 22px!important;
  gap:18px!important;
  align-items:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:48px!important;
  height:48px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:20px!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:16px!important;
  line-height:1.35!important;
  margin:0!important;
}

/* form remains readable, but no oversized 20–22px typography */
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
}

body[data-route="likariam"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
}

@media (max-width: 900px){
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:40px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy p{
    font-size:17px!important;
  }
}


/* v142: rigid Matlab-grid-like layout for Doctors page, matching reference composition */
body[data-route="likariam"] .doctors-page{
  background:#f5f8fc!important;
  padding-bottom:34px!important;
}

body[data-route="likariam"] .doctors-hero{
  min-height:390px!important;
  height:390px!important;
  position:relative!important;
  overflow:hidden!important;
  background:#edf4fb!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  height:100%!important;
  display:grid!important;
  grid-template-columns:39% 61%!important;
  align-items:stretch!important;
  position:relative!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  grid-column:1!important;
  max-width:none!important;
  align-self:center!important;
  padding:18px 0 84px!important;
  z-index:2!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  color:var(--red)!important;
  text-transform:uppercase!important;
  margin:0 0 20px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:clamp(46px, 4.45vw, 74px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  margin:0!important;
  max-width:520px!important;
  color:#183865!important;
  font-size:clamp(17px, 1.2vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctors-hero__photo{
  grid-column:2!important;
  position:absolute!important;
  inset:0 0 0 34%!important;
  height:100%!important;
  z-index:1!important;
}

body[data-route="likariam"] .doctors-hero__photo::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,#edf4fb 0%,rgba(237,244,251,.95) 8%,rgba(237,244,251,.44) 24%,rgba(237,244,251,0) 42%)!important;
  z-index:1!important;
  pointer-events:none!important;
}

body[data-route="likariam"] .doctors-hero__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

/* Benefits: strict 4-column row overlapping lower hero edge */
body[data-route="likariam"] .doctors-benefits{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-78px!important;
  margin-bottom:0!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-height:142px!important;
  height:142px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 16px 38px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:50px!important;
  height:50px!important;
  stroke-width:2.15!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.08!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.36!important;
  color:#27426b!important;
}

/* Bottom grid: exactly two panels like the reference */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:22px!important;
  margin-top:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-card,
body[data-route="likariam"] .doctor-docs-card{
  min-height:232px!important;
  height:232px!important;
  border-radius:18px!important;
  border:1px solid #dfe8f4!important;
  background:#fff!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
}

body[data-route="likariam"] .doctor-register-card{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:30px 32px!important;
  background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%)!important;
}

body[data-route="likariam"] .doctor-register-card__icon{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-register-card__icon svg{
  width:118px!important;
  height:118px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body[data-route="likariam"] .doctor-register-card__label{
  margin:0 0 12px!important;
  color:var(--red)!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

body[data-route="likariam"] .doctor-register-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-card p{
  margin:0 0 20px!important;
  color:#27426b!important;
  font-size:14px!important;
  line-height:1.38!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctor-register-card__button{
  min-width:210px!important;
  min-height:50px!important;
  width:max-content!important;
  font-size:15px!important;
  border-radius:8px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:28px 30px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 16px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body[data-route="likariam"] .doctor-doc-row{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto 28px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  margin-top:12px!important;
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctors-hero__inner{
    grid-template-columns:1fr!important;
    min-height:420px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:50px 0 46px!important;
  }
  body[data-route="likariam"] .doctors-hero__photo{
    inset:0!important;
    opacity:.45!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:130px!important;
  }
  body[data-route="likariam"] .doctor-register-card,
  body[data-route="likariam"] .doctor-docs-card{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctor-register-card{
    grid-template-columns:1fr!important;
  }
}


/* v143: Contacts-like typography, contact-style benefit panels, form instead of promo button */
body[data-route="likariam"] .doctors-hero{
  height:390px!important;
  min-height:390px!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:24px 0 96px!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(42px, 3.65vw, 62px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.12vw, 21px)!important;
  line-height:1.38!important;
  max-width:540px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-74px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:160px!important;
  min-height:160px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 15px 36px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  background:#f2f7ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:44px!important;
  height:44px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:15px!important;
  line-height:1.33!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:20px!important;
  margin-top:22px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  width:100%!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:var(--shadow)!important;
  padding:28px 34px 32px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  margin:0 0 20px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1.34!important;
}

body[data-route="likariam"] .doctor-register-form{
  display:grid!important;
  gap:16px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="likariam"] .doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr!important;
}

body[data-route="likariam"] .doctor-register-form label{
  display:grid!important;
  gap:8px!important;
  color:#33425d!important;
  font-weight:800!important;
  font-size:18px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  width:100%!important;
  border:1px solid #c7d5e8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.22!important;
  padding:15px 18px!important;
  outline:none!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:58px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:134px!important;
  resize:vertical!important;
}

body[data-route="likariam"] .doctor-register-form input::placeholder,
body[data-route="likariam"] .doctor-register-form textarea::placeholder{
  color:#6d7480!important;
  font-weight:700!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:18px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  width:100%!important;
  min-height:60px!important;
  border-radius:9px!important;
  font-size:20px!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form__row,
  body[data-route="likariam"] .doctor-register-form__row--single{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
}


/* v144: keep registration form and documents panel in the same row */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0, 1.42fr) minmax(360px, .72fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  min-height:0!important;
  height:auto!important;
}

body[data-route="likariam"] .doctor-docs-card{
  min-height:0!important;
  height:auto!important;
  align-self:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:17px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:15px!important;
  gap:6px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:15px!important;
  padding:12px 15px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:48px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:96px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:15px!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:50px!important;
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  min-height:48px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v145: reduce overall Doctors page scale — compact, reference-like proportions */
body[data-route="likariam"] .doctors-page{
  padding-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero{
  height:280px!important;
  min-height:280px!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  grid-template-columns:37% 63%!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:12px 0 56px!important;
  max-width:430px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:9px!important;
  line-height:1!important;
  margin-bottom:12px!important;
  letter-spacing:.11em!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(30px, 2.75vw, 46px)!important;
  line-height:1.04!important;
  margin-bottom:12px!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(12px, .9vw, 15px)!important;
  line-height:1.38!important;
  max-width:390px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:-48px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:104px!important;
  min-height:104px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  padding:14px 14px!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:33px!important;
  height:33px!important;
  stroke-width:2!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:13px!important;
  line-height:1.08!important;
  margin:0 0 7px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:11px!important;
  line-height:1.28!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0, 1.42fr) minmax(320px, .72fr)!important;
  gap:16px!important;
  margin-top:16px!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:22px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:8px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:11px!important;
  line-height:1.1!important;
  gap:4px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:11px!important;
  line-height:1.2!important;
  padding:8px 10px!important;
  border-radius:7px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:34px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:70px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:11px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:13px!important;
  height:13px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:36px!important;
  font-size:13px!important;
  border-radius:6px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 22px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:12px!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:22px minmax(0,1fr) auto 20px!important;
  min-height:33px!important;
  gap:9px!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:10.5px!important;
  line-height:1.18!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:10px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__download{
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:11px!important;
  margin-top:8px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:14px!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:320px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:30px 0 34px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:34px!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:92px!important;
  }
}


/* v146: move Doctors hero title block upward, closer to the top-left of the hero */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:34px!important;
  padding-bottom:56px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  margin-top:0!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin-top:0!important;
}


/* v147: Doctors hero text style aligned with Contacts hero concept */
body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:26px!important;
  padding-bottom:56px!important;
  max-width:610px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(42px, 3.25vw, 56px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 22px!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(27px, 2.0vw, 36px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(16px, 1.05vw, 20px)!important;
  line-height:1.32!important;
  max-width:620px!important;
}

body[data-route="likariam"] .doctors-hero__copy > p:not(.doctors-hero__lead):not(.doctors-hero__text){
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding-top:28px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:36px!important;
  }
  body[data-route="likariam"] .doctors-hero__lead{
    font-size:24px!important;
  }
  body[data-route="likariam"] .doctors-hero__text{
    font-size:16px!important;
  }
}


/* v148: Doctors hero title in one bold line, slogan smaller and regular */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:720px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  white-space:nowrap!important;
  font-weight:900!important;
  font-size:clamp(38px, 3.15vw, 54px)!important;
  line-height:1.02!important;
  margin:0 0 10px!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 18px!important;
  font-weight:400!important;
  font-size:clamp(24px, 1.65vw, 32px)!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-weight:400!important;
  font-size:clamp(15px, .95vw, 18px)!important;
  line-height:1.32!important;
  max-width:640px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}


/* v149: use exact Contacts hero typography parameters for Doctors hero rows */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  max-width:760px!important;
  transform:translateY(-28px)!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    margin-bottom:6px!important;
  }
}


/* v150: make Doctors hero slogan two visual sizes smaller than title and regular weight */
body[data-route="likariam"] .doctors-hero__lead{
  font-size:clamp(24px,1.85vw,30px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
  margin:0 0 clamp(8px,.75vw,11px)!important;
}


/* v151: exact Contacts hero typography for Doctors hero */
body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  color:#0b3476!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  color:#0b3476!important;
  margin:0!important;
  max-width:clamp(480px,42vw,600px)!important;
}


/* v152 HARD FIX: Doctors hero typography exactly like Contacts hero + cache-busted CSS */
body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  transform:translateY(-28px)!important;
  max-width:760px!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:clamp(39px,3.25vw,48px)!important;
  line-height:1.01!important;
  letter-spacing:-0.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1,
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
}


/* v153: equal widths for registration/documents panels and unified typography */
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:24px minmax(0,1fr) auto 22px!important;
  gap:12px!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:900!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:12px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  margin-top:10px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v155: Patients preparation pages — rigid Matlab-grid-like layout */
body[data-route="pidhotovka-do-analiziv"] .prep-hero{
  background:#f4f8fd;
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:305px;
  display:grid;
  grid-template-columns:minmax(520px,.98fr) minmax(560px,1.1fr);
  align-items:stretch;
  gap:0;
  position:relative;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 64px 0;
  position:relative;
  z-index:2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#516584;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb a{
  color:#29456f;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb strong{
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 16px;
  color:#0b3476;
  font-size:clamp(42px,3.6vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  margin:0;
  max-width:560px;
  color:#263d64;
  font-size:clamp(18px,1.35vw,24px);
  line-height:1.35;
  font-weight:500;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  position:relative;
  min-height:305px;
  overflow:hidden;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(244,248,253,1) 0%,rgba(244,248,253,.72) 24%,rgba(244,248,253,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 56%);
  pointer-events:none;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-44px;
  position:relative;
  z-index:4;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#0b3476;
  font-size:18px;
  font-weight:900;
  border-right:1px solid #dce6f2;
  background:#fff;
  position:relative;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab:last-child{
  border-right:0;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012;
  color:#fff;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:4px;
  background:#e60012;
  border-radius:999px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab__icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(330px,.92fr);
  grid-template-rows:auto auto;
  gap:18px;
  align-items:stretch;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:282px;
  border-radius:18px;
  padding:26px 28px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  border:1px solid rgba(220,230,242,.9);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok{
  background:linear-gradient(135deg,#f2fff5 0%,#eefbf4 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no{
  background:linear-gradient(135deg,#fff6f7 0%,#fff0f3 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--info{
  background:linear-gradient(135deg,#f7fbff 0%,#f2f7ff 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card__head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:800;
  background:#fff;
  border:2px solid currentColor;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--ok{
  color:#118a36;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--no{
  color:#e60012;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--info{
  color:#0b3476;
  font-family:Georgia,serif;
  font-style:italic;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card h2{
  margin:0;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok h2{
  color:#14652d;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no h2{
  color:#d90013;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li{
  position:relative;
  padding-left:28px;
  color:#203b63;
  font-size:16px;
  line-height:1.35;
  font-weight:500;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok li::before{
  background:#1fab42;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no li::before{
  background:#e52932;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:132px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px 22px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px;
  gap:18px;
  align-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 8px;
  color:#0b3476;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0 0 14px;
  color:#405478;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card .btn{
  min-height:42px;
  font-size:14px;
  border-radius:9px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:72px;
  height:84px;
  border-radius:12px;
  background:#f1f6ff;
  color:#e52932;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  border:1px solid #dce6f2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:16px;
  line-height:1.15;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:12px;
  font-weight:700;
  color:#53637c;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice{
  grid-column:1 / 4;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:78px;
  padding:18px 24px;
  background:#f1f6ff;
  border:1px solid #dce6f2;
  border-radius:14px;
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice svg{
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
    position:absolute;
    inset:0;
    opacity:.36;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-notice{
    grid-column:1 / -1;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
    min-height:280px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
    padding:28px 0 52px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
    font-size:38px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tabs,
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tab{
    min-height:56px;
    justify-content:flex-start;
    padding:0 18px;
    border-right:0;
    border-bottom:1px solid #dce6f2;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active::after{
    display:none;
  }
}


/* v156: patients preparation page — remove breadcrumb area, compact typography like Contacts/About, red notice */
body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb{
  display:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:278px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  padding:38px 24px 58px 0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  color:#0b3476!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  min-height:278px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-40px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  border-radius:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab{
  min-height:58px!important;
  font-size:16px!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab__icon,
body[data-route="pidhotovka-do-analiziv"] .prep-tab svg{
  width:26px!important;
  height:26px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  margin-top:28px!important;
  gap:16px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(310px,.88fr)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:236px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card__head{
  gap:14px!important;
  margin-bottom:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon{
  width:36px!important;
  height:36px!important;
  font-size:22px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card h2{
  font-size:20px!important;
  line-height:1.1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card ul{
  gap:13px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li{
  font-size:14px!important;
  line-height:1.32!important;
  padding-left:24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:116px!important;
  padding:18px 20px!important;
  border-radius:15px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  font-size:16px!important;
  margin-bottom:7px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card .btn{
  min-height:38px!important;
  font-size:13px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:62px!important;
  height:74px!important;
  font-size:30px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:14px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:11px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice{
  grid-column:1 / 4!important;
  min-height:72px!important;
  padding:16px 22px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fff4f5 0%,#ffecef 100%)!important;
  border:1px solid #ffd1d6!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice span{
  color:#e52932!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p{
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:700!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p strong{
  color:#e52932!important;
  font-weight:900!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-notice{
    grid-column:1 / -1!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
    padding:30px 0 52px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
    font-size:38px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
    font-size:24px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:1fr!important;
  }
}


/* v157: preparation right-side panels styled like provided reference */
body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:154px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 14px 34px rgba(0,43,102,.08)!important;
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  background:linear-gradient(135deg,#ffffff 0%,#f4f8ff 100%)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#0b3476!important;
  font-size:24px!important;
  line-height:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 10px!important;
  color:#0b3476!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:900!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  color:#405478!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 92px!important;
  align-items:end!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(0,1fr) minmax(160px,auto)!important;
  align-items:end!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:max-content!important;
  min-width:184px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:9px!important;
  font-size:14px!important;
  font-weight:900!important;
  justify-self:start!important;
  align-self:end!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:82px!important;
  height:88px!important;
  justify-self:end!important;
  align-self:end!important;
  position:relative!important;
  border:0!important;
  background:transparent!important;
  color:#e52932!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  bottom:8px!important;
  width:58px!important;
  height:72px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 6px 6px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 16px 19px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 33px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 47px / 20px 3px no-repeat,
    #f7fbff!important;
  transform:rotate(0deg)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:12px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#e60012!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  position:absolute!important;
  z-index:2!important;
  right:12px!important;
  bottom:22px!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  display:grid!important;
  gap:8px!important;
  justify-self:end!important;
  align-self:end!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  color:#53637c!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v158: hard grid layout for preparation side panels — no overlaps */
body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:154px!important;
  height:154px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:78px 44px!important;
  row-gap:14px!important;
  padding:18px 20px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  height:78px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head > div{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:7px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  font-size:22px!important;
  line-height:1!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#405478!important;
  max-width:190px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  height:44px!important;
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) 78px!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(148px,1fr) minmax(142px,auto)!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:100%!important;
  min-width:0!important;
  max-width:188px!important;
  min-height:40px!important;
  height:40px!important;
  justify-self:start!important;
  align-self:center!important;
  padding:0 12px!important;
  border-radius:9px!important;
  font-size:12.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:72px!important;
  height:72px!important;
  justify-self:end!important;
  align-self:center!important;
  position:relative!important;
  overflow:visible!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  right:10px!important;
  bottom:6px!important;
  width:48px!important;
  height:58px!important;
  border-width:4px!important;
  border-radius:9px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 13px 16px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 29px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 42px / 17px 3px no-repeat,
    #f7fbff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:38px!important;
  height:38px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  right:11px!important;
  bottom:19px!important;
  font-size:24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* keep side panels stable in desktop column */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(350px,.88fr)!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    height:160px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    height:auto!important;
    min-height:154px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    max-width:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v159: side panels fixed layout, wider column, no clipping/overlap */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(420px,.92fr)!important;
  align-items:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  height:100%!important;
  align-self:stretch!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  height:auto!important;
  min-height:174px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 52px!important;
  row-gap:12px!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  height:auto!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  overflow:visible!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head > div{
  min-width:0!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  line-height:1!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  max-width:235px!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:600!important;
  color:#405478!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  height:52px!important;
  display:grid!important;
  grid-template-columns:190px minmax(78px,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:190px minmax(170px,1fr)!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:190px!important;
  max-width:190px!important;
  min-width:190px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  justify-self:start!important;
  align-self:center!important;
  border-radius:9px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:84px!important;
  height:84px!important;
  justify-self:end!important;
  align-self:center!important;
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  right:16px!important;
  bottom:8px!important;
  width:52px!important;
  height:64px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 7px 7px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 14px 18px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 32px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 46px / 18px 3px no-repeat,
    #f7fbff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:40px!important;
  height:40px!important;
  background:#e60012!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  right:12px!important;
  bottom:20px!important;
  font-size:26px!important;
  line-height:1!important;
  color:#fff!important;
  z-index:2!important;
  position:absolute!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:13.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* make the right side extend visually to the bottom of the Important block */
body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:366px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:174px!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
    min-height:260px!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    min-height:174px!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v160: compact right panels, wider main guidance cards, document icon centered vertically */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,1.05fr) minmax(330px,.72fr)!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:338px!important;
  padding:22px 24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:161px!important;
  padding:20px 22px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr 72px!important;
  grid-template-rows:1fr 42px!important;
  gap:12px 14px!important;
  align-items:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head{
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__bottom{
  grid-column:1!important;
  grid-row:2!important;
  display:block!important;
  height:42px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
  grid-column:2!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:center!important;
  width:72px!important;
  height:82px!important;
  position:relative!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration::before{
  right:6px!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:52px!important;
  height:64px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration::after,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration span{
  display:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:40px!important;
  min-height:40px!important;
  font-size:13.5px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  font-size:18px!important;
  margin-bottom:8px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  font-size:13.5px!important;
  line-height:1.3!important;
  max-width:220px!important;
}

/* Question panel: text -> phone block -> button, strict vertical layout */
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
  align-content:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__head{
  grid-row:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact{
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  margin-left:44px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact strong{
  font-size:13.5px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact small{
  font-size:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
  grid-row:3!important;
  justify-self:start!important;
  align-self:end!important;
  margin-left:44px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
    min-height:260px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
    margin-left:0!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v161: memo panel like question panel: one-line title, two-line comment, centered button; remove doc illustration */
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 42px!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  grid-column:auto!important;
  grid-row:auto!important;
  height:auto!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo h3{
  white-space:nowrap!important;
  font-size:18px!important;
  line-height:1.1!important;
  margin:0 0 8px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo p{
  max-width:none!important;
  font-size:13.5px!important;
  line-height:1.3!important;
  margin:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
  grid-row:2!important;
  justify-self:center!important;
  align-self:end!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  height:40px!important;
  min-height:40px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__bottom,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
  display:none!important;
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v162: Branches page — rigid Matlab-grid-like layout, filters, carousel */
body[data-route="viddilennia"] .branches-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 42%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:318px;
  display:grid;
  grid-template-columns:minmax(520px,.92fr) minmax(650px,1.18fr);
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 36px 0;
  position:relative;
  z-index:2;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 14px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  margin:0;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.34;
  font-weight:500;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid;
  grid-template-columns:190px 190px;
  gap:22px;
  margin-top:28px;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  grid-row:1 / 3;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-hero svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  color:#405478;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:318px;
  position:relative;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.75) 25%,rgba(249,252,255,0) 52%);
}

body[data-route="viddilennia"] .branches-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-page-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:240px minmax(280px,310px) minmax(0,1fr);
  grid-template-rows:auto 56px;
  gap:18px;
  align-items:stretch;
}

body[data-route="viddilennia"] .branches-filter-panel{
  grid-column:1;
  grid-row:1;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px 16px;
  min-height:326px;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-filter-panel__head span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="viddilennia"] .branches-filter-panel__head svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.3;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter-list{
  display:grid;
  gap:0;
  border:1px solid #e7edf6;
  border-radius:12px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:48px;
  width:100%;
  border:0;
  border-bottom:1px solid #e7edf6;
  background:#fff;
  color:#0b3476;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:0 14px;
  font-weight:700;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-filter:last-child{
  border-bottom:0;
}

body[data-route="viddilennia"] .branches-filter.is-active{
  color:#e52932;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter b{
  font:inherit;
}

body[data-route="viddilennia"] .branches-map-panel{
  grid-column:2;
  grid-row:1;
  border-radius:16px;
  border:1px solid #dce6f2;
  overflow:hidden;
  background:#eef6ff;
  min-height:326px;
  box-shadow:var(--shadow);
}

body[data-route="viddilennia"] .branches-map-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-action{
  min-height:56px;
  border-radius:12px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:16px;
  line-height:1.1;
  font-weight:900;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-action--nearest{
  background:#e52932;
  color:#fff;
  box-shadow:0 10px 18px rgba(229,41,50,.16);
}

body[data-route="viddilennia"] .branches-action--help{
  background:#0b3476;
  color:#fff;
  box-shadow:0 10px 18px rgba(0,43,102,.16);
}

body[data-route="viddilennia"] .branches-nearest-status{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  font-size:12px;
  line-height:1.2;
  color:#405478;
  font-weight:700;
}

body[data-route="viddilennia"] .branches-carousel{
  grid-column:3;
  grid-row:1 / 3;
  min-width:0;
  align-self:stretch;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  width:100%;
  height:100%;
  min-height:400px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-carousel__track{
  height:100%;
  display:flex;
  gap:18px;
  transition:transform 3s ease;
  will-change:transform;
}

body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 36px) / 3 + 18px));
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  min-height:400px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  grid-template-rows:172px minmax(0,1fr);
}

body[data-route="viddilennia"] .branches-office-card[hidden]{
  display:none!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  width:100%;
  height:172px;
  overflow:hidden;
  background:#f3f7ff;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:18px 20px 20px;
  display:grid;
  grid-template-rows:auto auto auto 1fr;
  align-content:start;
}

body[data-route="viddilennia"] .branches-office-card h3{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-office-card__line{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:8px;
  align-items:start;
  margin:0 0 10px;
  color:#27426b;
  font-size:14px;
  line-height:1.32;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:18px;
  height:18px;
  stroke:#0b3476;
  fill:none;
  stroke-width:2;
}

body[data-route="viddilennia"] .branches-office-card__button{
  align-self:end;
  width:100%;
  min-height:48px;
  margin-top:16px;
  border-radius:9px;
  font-size:15px;
}

body[data-route="viddilennia"] .branches-office-card.is-nearest{
  border-color:#e52932;
  box-shadow:0 14px 36px rgba(229,41,50,.14);
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:240px minmax(280px,1fr);
  }
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1 / -1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:calc((100% - 36px) / 3);
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-filter-panel,
  body[data-route="viddilennia"] .branches-map-panel,
  body[data-route="viddilennia"] .branches-quick-actions,
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%;
  }
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    transform:translateX(calc(100% + 18px));
  }
}


/* v163: compact branches page, narrower filters, wider cards, real photos */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(460px,.9fr) minmax(590px,1.1fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:24px 20px 28px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  font-size:clamp(38px,3.1vw,48px)!important;
  margin-bottom:10px!important;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.32!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  grid-template-columns:170px 170px!important;
  gap:18px!important;
  margin-top:20px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:40px!important;
  height:40px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:250px!important;
}

body[data-route="viddilennia"] .branches-page-grid{
  grid-template-columns:190px minmax(300px,340px) minmax(0,1fr)!important;
  grid-template-rows:auto 50px!important;
  gap:16px!important;
  margin-top:18px!important;
}

body[data-route="viddilennia"] .branches-filter-panel{
  min-height:286px!important;
  padding:15px 12px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  margin-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  font-size:16px!important;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:42px!important;
  padding:0 11px!important;
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-map-panel{
  min-height:286px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3!important;
  grid-template-columns:190px minmax(300px,340px)!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-action{
  min-height:50px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  min-height:336px!important;
}

body[data-route="viddilennia"] .branches-carousel__track{
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-height:336px!important;
  grid-template-rows:132px minmax(0,1fr)!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  height:132px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:14px 16px 16px!important;
}

body[data-route="viddilennia"] .branches-office-card h3{
  font-size:15px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="viddilennia"] .branches-office-card__line{
  font-size:12.5px!important;
  line-height:1.25!important;
  margin-bottom:7px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:7px!important;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:15px!important;
  height:15px!important;
}

body[data-route="viddilennia"] .branches-office-card__button{
  min-height:40px!important;
  margin-top:10px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

/* all branch page typography outside hero slightly smaller */
body[data-route="viddilennia"] .branches-page-grid{
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid,
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr!important;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%!important;
  }
}


/* v163 carousel right move distance after card/gap compacting */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 32px) / 3 + 16px))!important;
}


/* v164: Branches hero compact, Contacts-like typography, 3 badges; seamless right carousel */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:224px!important;
  grid-template-columns:minmax(520px,.95fr) minmax(620px,1.05fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:20px 22px 24px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:640px!important;
}

body[data-route="viddilennia"] .branches-hero__copy > p:not(.branches-hero__lead):not(.branches-hero__text){
  display:none!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:224px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:20px!important;
  max-width:660px!important;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  align-items:center!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:42px!important;
  height:42px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
  line-height:1.12!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
  line-height:1.16!important;
}

/* JS drives transform in px for seamless right motion; prevent old class from creating blank gap */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:none!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__copy h1,
  body[data-route="viddilennia"] .branches-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-hero__badges{
    grid-template-columns:1fr!important;
  }
}


/* v165: raise branches hero text, lift content area, exact contacts-like lead, 5 benefit pills */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:16px!important;
  padding-bottom:18px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
  margin-bottom:6px!important;
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}

/* Pull the filter/map/cards block upward under the hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:-20px!important;
  position:relative!important;
  z-index:5!important;
}

/* Five evenly distributed lower benefit cards */
body[data-route="viddilennia"] .benefits{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .benefit{
  min-width:0!important;
}

body[data-route="viddilennia"] .benefit h3{
  font-size:14px!important;
  line-height:1.1!important;
}

body[data-route="viddilennia"] .benefit p{
  font-size:12px!important;
  line-height:1.22!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    margin-top:18px!important;
  }
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:720px){
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:1fr!important;
  }
}


/* v166: revert lifted content; crop/compact only the hero area itself */
body[data-route="viddilennia"] .branches-hero{
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:206px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:12px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:206px!important;
  max-height:206px!important;
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__media img{
  height:206px!important;
  object-fit:cover!important;
  object-position:center 38%!important;
}

/* Return the main section to its normal position; do not overlap it with hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:18px!important;
  position:relative!important;
  z-index:1!important;
}


/* v167: move hero text/badges group down a couple of medium text lines */
body[data-route="viddilennia"] .branches-hero__copy{
  padding-top:42px!important;
  padding-bottom:8px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}


/* v168: exact Contacts hero lead typography for Branches hero lead */
body[data-route="viddilennia"] main .branches-hero .branches-hero__copy .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}


/* v169: nested dropdown menu for Analyses catalog */
.dropdown-subitem{
  position:relative;
}

.dropdown-subitem__parent{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.dropdown-subitem__parent span{
  font-size:18px;
  font-weight:900;
  line-height:1;
}

.dropdown-submenu{
  position:absolute;
  left:calc(100% + 8px);
  top:-8px;
  min-width:620px;
  display:grid;
  grid-template-columns:repeat(2,minmax(250px,1fr));
  gap:4px 8px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:14px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:12px;
  opacity:0;
  transform:translateX(-6px);
  pointer-events:none;
  transition:.16s ease;
  z-index:60;
}

.dropdown-subitem:hover .dropdown-submenu,
.dropdown-subitem:focus-within .dropdown-submenu{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}

.dropdown-submenu a{
  display:block;
  padding:10px 12px!important;
  border-radius:10px;
  color:var(--navy);
  font-size:14px;
  font-weight:850;
  line-height:1.18;
  white-space:normal;
}

.dropdown-submenu a:hover{
  background:#f4f8fd;
  color:var(--red);
}

@media (max-width:980px){
  .dropdown-submenu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 14px;
    display:block;
  }
}


/* v171: Clinics menu and pages */
.nav{
  gap:clamp(12px,1.55vw,26px)!important;
}
.nav__link{
  font-size:clamp(13px,.92vw,16px)!important;
}

body[data-route^="klinikam"] .clinics-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 46%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero__inner{
  min-height:286px;
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(560px,1.05fr);
  align-items:stretch;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__inner{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 30px 0;
  position:relative;
  z-index:2;
}
body[data-route^="klinikam"] .clinics-hero__copy h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}
body[data-route^="klinikam"] .clinics-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
  max-width:620px;
}
body[data-route^="klinikam"] .clinics-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
body[data-route^="klinikam"] .clinics-hero__media{
  min-height:286px;
  position:relative;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__media{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.72) 24%,rgba(249,252,255,0) 52%);
  pointer-events:none;
}
body[data-route^="klinikam"] .clinics-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
body[data-route^="klinikam"] .clinics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
  margin-bottom:34px;
}
body[data-route^="klinikam"] .clinics-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:22px 24px;
  min-height:160px;
}
body[data-route^="klinikam"] .clinics-card h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-card p{
  margin:0;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}
@media (max-width:1180px){
  body[data-route^="klinikam"] .clinics-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="klinikam"] .clinics-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route^="klinikam"] .clinics-grid{
    grid-template-columns:1fr;
  }
}


/* v172: About hero crop to the action buttons line + Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px,43%) minmax(0,57%)!important;
  min-height:276px!important;
  max-height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:34px 28px 24px 28px!important;
  display:grid!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:2px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  margin-top:18px!important;
  align-items:center!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-width:190px!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  font-size:14px!important;
  border-radius:9px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:276px!important;
  max-height:276px!important;
  height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:276px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route="pro-nas"] .about-details-grid{
  margin-top:18px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    max-height:none!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1,
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:240px!important;
    max-height:240px!important;
    height:240px!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:28px 20px 22px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions .btn{
    width:100%!important;
    min-width:0!important;
  }
}


/* v173: About hero cropped tighter to just below action buttons; lower content moves up */
body[data-route="pro-nas"] .about-hero-card{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:28px 28px 12px 28px!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  margin:0 0 6px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  margin:0!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:1px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px!important;
  height:42px!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 40%!important;
}

/* Proportionally lift the content below after hero cropping */
body[data-route="pro-nas"] .about-details-grid{
  margin-top:12px!important;
}

body[data-route="pro-nas"] .about-team-section{
  margin-top:14px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
  }
}


/* v174: default Blood tab active and vertically center memo/question side-panel content */
body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  align-content:center!important;
  justify-content:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  grid-template-rows:auto 42px!important;
  gap:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__head{
  align-self:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
  align-self:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
  align-self:center!important;
}


/* v175: Patients preparation hero typography/layout copied from Contacts concept */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:250px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid!important;
  align-content:start!important;
  padding-top:34px!important;
  padding-bottom:42px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  margin:0!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  min-height:250px!important;
  max-height:250px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:right center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-36px!important;
}


/* v176: third small hero line for preparation page */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy > p:not(.prep-hero__lead):not(.prep-hero__text){
  display:none!important;
}


/* v177: menu guide links + About hero text order/typography like Contacts */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  display:none!important;
}


/* v178: navigation landing pages for top-level multi-section menu items */
body[data-route="analizy"],
body[data-route="patsiientam"],
body[data-route="likariam"],
body[data-route="klinikam"],
body[data-route="analizy/kataloh-doslidzhen"]{
  background:#f5f8fc;
}

.nav-landing-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
}

.nav-landing-hero__inner{
  min-height:178px;
  display:grid;
  align-content:center;
  padding-top:24px;
  padding-bottom:24px;
}

.nav-landing-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

.nav-landing-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}

.nav-landing-hero__text{
  margin:0;
  max-width:760px;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

.nav-landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-top:24px;
  padding-bottom:36px;
}

.nav-landing-card{
  min-height:300px;
  display:grid;
  grid-template-rows:148px minmax(0,1fr);
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  overflow:hidden;
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nav-landing-card:hover,
.nav-landing-card:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(0,43,102,.13);
  border-color:#cbd8eb;
}

.nav-landing-card__photo{
  position:relative;
  min-height:0;
  overflow:visible;
  background:#eef5ff;
  z-index:1;
}

.nav-landing-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform .28s ease;
}

.nav-landing-card:hover .nav-landing-card__photo img{
  transform:scale(1.025);
}

.nav-landing-card__icon{
  position:absolute;
  left:24px;
  bottom:-28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 10px 22px rgba(0,43,102,.12);
  display:grid;
  place-items:center;
  color:#0b3476;
  z-index:4;
}

.nav-landing-card__icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nav-landing-card__body{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  gap:9px 16px;
  padding:42px 24px 24px;
  min-width:0;
}

.nav-landing-card__body strong{
  grid-column:1;
  color:#0b3476;
  font-size:20px;
  line-height:1.12;
  font-weight:900;
}

.nav-landing-card__body span{
  grid-column:1;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}

.nav-landing-card__body em{
  grid-column:2;
  grid-row:1 / 4;
  align-self:end;
  justify-self:end;
  color:#e52932;
  font-style:normal;
  font-size:34px;
  line-height:1;
  font-weight:300;
  transition:transform .22s ease;
}

.nav-landing-card:hover .nav-landing-card__body em{
  transform:translateX(5px);
}

@media (max-width:1180px){
  .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .nav-landing-grid{
    grid-template-columns:1fr;
  }
  .nav-landing-card{
    min-height:280px;
  }
}


/* v181: Analyses and prices page — rigid Matlab-grid-like layout */
body[data-route="analizy-ta-tsiny"]{
  background:#f5f8fc;
}

body[data-route="analizy-ta-tsiny"] .prices-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  overflow:hidden;
  border-bottom:1px solid #e4edf8;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(520px,.88fr) minmax(700px,1.12fr);
  align-items:stretch;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 26px 42px 0;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 12px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 22px;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.32;
  font-weight:500;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(600px,100%);
  height:54px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #b9c8dd;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-search span{
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#0b3476;
  font-size:16px;
  font-weight:600;
}

body[data-route="analizy-ta-tsiny"] .prices-search input::placeholder{
  color:#7586a3;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:42px;
  padding:0 18px;
  border:1px solid #b9c8dd;
  border-radius:9px;
  background:#fff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-tab.is-active,
body[data-route="analizy-ta-tsiny"] .prices-tab:hover{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:390px;
  overflow:hidden;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 40%,rgba(249,252,255,0) 60%);
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.78fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:22px 26px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  margin:0 0 14px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  display:grid;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:36px;
  color:#27426b;
  font-size:12px;
  font-weight:900;
  border-bottom:1px solid #e2eaf5;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row:last-child{
  border-bottom:0;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:14px;
  font-weight:800;
  line-height:1.18;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  color:#0b3476;
  font-size:14px;
  font-weight:700;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px;
  border:0;
  border-radius:8px;
  background:#e60012;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(230,0,18,.14);
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  justify-self:center;
  min-width:260px;
  min-height:42px;
  margin-top:14px;
  padding:0 18px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  background:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
  min-height:220px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px;
  gap:16px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list{
  display:grid;
  gap:10px;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item{
  min-height:64px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 12px;
  align-items:center;
  padding:11px 14px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  grid-row:1 / 3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  color:#e52932;
  font-size:13px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  width:100%;
  max-height:210px;
  object-fit:contain;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:24px;
  margin-bottom:34px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner,
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
}

@media (max-width:860px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head{
    display:none;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:6px 10px;
    padding:12px 0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__price,
  body[data-route="analizy-ta-tsiny"] .prices-row__term,
  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    grid-column:2;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
    grid-template-columns:1fr;
  }
}


/* v182: analyses prices layout updates */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto auto minmax(140px,1fr) auto auto;
  align-self:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  margin:0 0 14px;
  color:#37527d;
  font-size:14px;
  line-height:1.45;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .muted{
  margin:0;
  color:#7586a3;
  font-size:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:24px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:190px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) 260px;
  gap:18px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:92px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-more{
  margin-top:10px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
    grid-template-columns:1fr;
  }
}


/* v183: Analyses and prices — compact typography/layout closer to About page */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  padding:24px 24px 28px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:1.01!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  font-size:clamp(16px,1.05vw,18px)!important;
  line-height:1.28!important;
  margin-bottom:16px!important;
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(520px,100%)!important;
  height:46px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  border-radius:9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:20px!important;
  height:20px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  gap:8px!important;
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  gap:18px!important;
  margin-top:20px!important;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.58fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  padding:18px 20px 14px!important;
  grid-template-rows:auto auto minmax(110px,1fr) auto auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  font-size:18px!important;
  line-height:1.1!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:30px!important;
  font-size:11px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:12.5px!important;
  line-height:1.15!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:15px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:30px!important;
  border-radius:7px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  min-width:230px!important;
  min-height:36px!important;
  margin-top:10px!important;
  border-radius:7px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  font-size:12.5px!important;
  line-height:1.34!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-items{
  gap:6px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item{
  padding:7px 8px!important;
  border-radius:8px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-total{
  margin:10px 0!important;
  padding-top:10px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  gap:8px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions .btn{
  min-height:36px!important;
  padding:9px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:142px!important;
  grid-template-columns:minmax(0,1fr) 210px!important;
  gap:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:72px!important;
  padding:9px 11px!important;
  border-radius:10px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:1px 9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:12.5px!important;
  line-height:1.12!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  font-size:11.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  max-height:150px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  font-size:13px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:18px!important;
  margin-bottom:28px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr!important;
  }
}


/* v184: Analyses prices hero only title/text; search and tabs moved to panel below hero */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:26px 24px 30px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

/* separate search/category panel under hero */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  margin-top:18px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
  padding:18px 20px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,520px) minmax(0,1fr)!important;
  gap:16px 20px!important;
  align-items:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  width:100%!important;
  height:42px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  box-shadow:none!important;
  margin:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  justify-content:flex-start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

/* remove legacy spacing assumptions after moving controls */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  margin-top:18px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
    white-space:normal!important;
  }
}


/* v185: hero second row one-line + useful/promos horizontal panels */
body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
  margin-top:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel--horizontal{
  margin:0!important;
  min-height:236px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel__content--wide{
  grid-template-columns:minmax(0,1fr) 185px!important;
  min-height:136px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
  padding:18px 20px 14px;
  min-width:0;
  min-height:236px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head h2{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls{
  display:flex;
  gap:7px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button{
  width:32px;
  height:32px;
  border:1px solid #b9c8dd;
  border-radius:8px;
  background:#fff;
  color:#0b3476;
  font-size:22px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button:hover{
  background:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__viewport{
  overflow:hidden;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__track{
  display:flex;
  gap:12px;
  transition:transform .45s ease;
  will-change:transform;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card{
  flex:0 0 calc((100% - 24px)/3);
  min-height:130px;
  border:1px solid #e4edf8;
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);
  padding:13px 14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  gap:4px 10px;
  color:#0b3476;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card span{
  grid-row:1 / 4;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#fff;
  display:grid;
  place-items:center;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card svg{
  width:19px;
  height:19px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card strong{
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card small{
  font-size:11px;
  line-height:1.22;
  font-weight:600;
  color:#37527d;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card em{
  font-size:12px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8d4e6;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i.is-active{
  background:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
    white-space:normal!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card{
    flex-basis:100%!important;
  }
}


/* v186: compact search width + more categories dropdown */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(260px,720px) minmax(0,1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  align-items:flex-start!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative;
  flex:0 0 auto;
}

body[data-route="analizy-ta-tsiny"] .prices-tab--more span{
  font-size:12px;
  margin-left:2px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:220px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 18px 38px rgba(0,43,102,.14);
  padding:8px;
  display:none;
  z-index:30;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu.is-open .prices-more-menu__dropdown{
  display:grid;
  gap:4px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item:hover{
  background:#f3f7fd;
  color:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
    flex-wrap:wrap!important;
  }
}


/* v187: force narrower search so the "Ще" menu is visible in one row */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(280px,560px) minmax(0,1fr)!important;
  gap:12px 16px!important;
  align-items:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  flex-wrap:nowrap!important;
  gap:6px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:30px!important;
  padding:0 10px!important;
  font-size:11px!important;
  letter-spacing:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  min-width:70px!important;
}

@media (max-width:1300px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px,500px) minmax(0,1fr)!important;
  }
}


/* v191: ensure Catalog landing page is shown as navigation page, not analysis-single */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:300px!important;
}
@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:1fr!important;
  }
}


/* v192: research category pages in strict grid layout */
body[data-route^="analizy/"] .research-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="analizy/"] .research-hero__inner{
  min-height:330px;
  display:grid;
  grid-template-columns:minmax(520px,.86fr) minmax(680px,1.14fr);
  align-items:stretch;
}

body[data-route^="analizy/"] .research-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 24px 0;
  position:relative;
  z-index:2;
}

body[data-route^="analizy/"] .research-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route^="analizy/"] .research-hero h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(42px,4.5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__lead{
  margin:0 0 6px;
  color:#0b3476;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.15;
  font-weight:400;
}

body[data-route^="analizy/"] .research-hero__text{
  margin:0;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(13px,.95vw,15px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="analizy/"] .research-hero__badges{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:650px;
}

body[data-route^="analizy/"] .research-hero__badges span{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 10px;
  color:#0b3476;
  align-items:center;
}

body[data-route^="analizy/"] .research-hero__badges svg{
  grid-row:1 / 3;
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-hero__badges strong{
  font-size:12px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__badges small{
  font-size:11px;
  line-height:1.2;
  color:#37527d;
  font-weight:600;
}

body[data-route^="analizy/"] .research-hero__media{
  min-height:330px;
  overflow:hidden;
  position:relative;
}

body[data-route^="analizy/"] .research-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
}

body[data-route^="analizy/"] .research-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route^="analizy/"] .research-tabs{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:14px;
}

body[data-route^="analizy/"] .research-tab{
  min-height:38px;
  border:1px solid #cbd8eb;
  border-radius:8px;
  display:grid;
  place-items:center;
  padding:0 10px;
  background:#fff;
  color:#0b3476;
  font-size:12px;
  font-weight:800;
  text-align:center;
  box-shadow:0 6px 14px rgba(0,43,102,.04);
}

body[data-route^="analizy/"] .research-tab.is-active{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route^="analizy/"] .research-grid{
  margin-top:14px;
  margin-bottom:32px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(390px,.72fr);
  gap:22px;
  align-items:stretch;
}

body[data-route^="analizy/"] .research-list-panel,
body[data-route^="analizy/"] .research-promo-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route^="analizy/"] .research-list-panel{
  padding:18px 22px 14px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route^="analizy/"] .research-list-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-list{
  display:grid;
}

body[data-route^="analizy/"] .research-test-row{
  min-height:58px;
  display:grid;
  grid-template-columns:44px minmax(260px,1fr) 118px 132px;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row:last-child{
  border-bottom:0;
}

body[data-route^="analizy/"] .research-test-row__icon{
  width:36px;
  height:36px;
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__icon svg{
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-test-row__body{
  display:grid;
  gap:3px;
}

body[data-route^="analizy/"] .research-test-row__body strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__body small{
  color:#37527d;
  font-size:11.5px;
  line-height:1.25;
  font-weight:600;
}

body[data-route^="analizy/"] .research-test-row__price{
  font-size:13px;
  font-weight:800;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__price b{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__btn{
  min-height:32px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  color:#0b3476;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row:hover .research-test-row__btn{
  border-color:#e52932;
  color:#e52932;
}

body[data-route^="analizy/"] .research-more-btn{
  justify-self:center;
  margin-top:12px;
  min-height:36px;
  min-width:250px;
  border:0;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

body[data-route^="analizy/"] .research-promo-panel{
  position:relative;
  padding:22px 24px 20px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  display:grid;
  grid-template-rows:auto auto auto auto 1fr auto;
}

body[data-route^="analizy/"] .research-promo-panel__label{
  justify-self:start;
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  color:#e52932;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel__discount{
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#e60012;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel h2{
  margin:18px 0 8px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  max-width:260px;
}

body[data-route^="analizy/"] .research-promo-panel p{
  margin:0 0 14px;
  color:#37527d;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  max-width:300px;
}

body[data-route^="analizy/"] .research-promo-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#0b3476;
  font-size:12.5px;
  font-weight:700;
  z-index:2;
}

body[data-route^="analizy/"] .research-promo-panel li::before{
  content:"✓";
  color:#e52932;
  margin-right:8px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel > img{
  position:absolute;
  right:14px;
  bottom:82px;
  width:190px;
  max-height:160px;
  object-fit:contain;
  opacity:.92;
}

body[data-route^="analizy/"] .research-promo-panel__bottom{
  margin-top:22px;
  min-height:70px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,43,102,.06);
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:14px;
  align-items:center;
  padding:13px 14px;
  position:relative;
  z-index:3;
}

body[data-route^="analizy/"] .research-promo-panel__bottom span{
  display:grid;
  gap:3px;
  color:#7586a3;
  font-size:12px;
}

body[data-route^="analizy/"] .research-promo-panel__bottom b{
  color:#e52932;
  font-size:18px;
  line-height:1;
}

body[data-route^="analizy/"] .research-promo-panel__bottom .btn{
  min-height:38px;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
}

@media (max-width:1180px){
  body[data-route^="analizy/"] .research-hero__inner,
  body[data-route^="analizy/"] .research-grid{
    grid-template-columns:1fr;
  }
  body[data-route^="analizy/"] .research-hero__media{
    display:none;
  }
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:1fr 1fr;
  }
  body[data-route^="analizy/"] .research-test-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:7px 10px;
    padding:11px 0;
  }
  body[data-route^="analizy/"] .research-test-row__price,
  body[data-route^="analizy/"] .research-test-row__btn{
    grid-column:2;
  }
  body[data-route^="analizy/"] .research-promo-panel__bottom{
    grid-template-columns:1fr;
  }
}


/* v193 checkups page */
.checkups-hero{background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid #dfe8f3;overflow:hidden}.checkups-hero__inner{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:stretch;min-height:328px}.checkups-hero__copy{display:grid;align-content:center;padding:34px 0 24px;position:relative;z-index:2}.checkups-hero__copy h1{margin:0 0 14px;color:#0b3476;font-size:clamp(42px,4.8vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:900}.checkups-hero__lead{margin:0;color:#0b3476;font-size:clamp(18px,1.7vw,26px);line-height:1.32;font-weight:400;max-width:560px}.checkups-hero__facts{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:690px}.checkups-fact{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.checkups-fact__icon{width:40px;height:40px;color:#0b3476}.checkups-fact__icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-fact__text{display:grid;gap:3px}.checkups-fact__text strong{font-size:12px;line-height:1.1;color:#0b3476;font-weight:900}.checkups-fact__text small{font-size:11px;line-height:1.18;color:#23467b;font-weight:700}.checkups-hero__media{min-height:328px;position:relative;overflow:hidden}.checkups-hero__media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 18%,rgba(248,251,255,.22) 44%,rgba(248,251,255,0) 68%);z-index:1;pointer-events:none}.checkups-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.checkups-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:-28px;position:relative;z-index:3}.checkup-card{background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);padding:20px 18px 18px;display:grid;grid-template-rows:auto auto auto auto 1fr;min-height:286px}.checkup-card__head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.checkup-card__icon{width:54px;height:54px;color:#0b3476;display:grid;place-items:center}.checkup-card__icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkup-card__titlebox h2{margin:0 0 8px;color:#0b3476;font-size:17px;line-height:1.12;font-weight:900}.checkup-card__titlebox p{margin:0;color:#37527d;font-size:13px;line-height:1.32;font-weight:600;min-height:52px}.checkup-card__tests{margin-top:16px;justify-self:start;padding:6px 10px;border-radius:10px;background:#edf4ff;color:#5d76a6;font-size:12px;font-weight:800}.checkup-card__prices{margin-top:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.checkup-card__old{color:#94a2bc;font-size:14px;text-decoration:line-through}.checkup-card__discount{min-width:48px;height:32px;padding:0 10px;border-radius:8px;background:#e60012;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.checkup-card__new{margin-top:8px;color:#0b3476;font-size:16px;font-weight:800}.checkup-card__new b{color:#e30613;font-size:28px;line-height:1;font-weight:900}.checkup-card__btn{margin-top:16px;min-height:38px;padding:10px 12px;border-radius:8px;font-size:14px}.checkups-why{margin-top:24px;margin-bottom:34px;display:grid;grid-template-columns:1.25fr repeat(5,minmax(0,1fr));gap:0;background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);overflow:hidden}.checkups-why__title,.checkups-why__item{padding:20px 18px;min-height:126px}.checkups-why__title{display:grid;align-content:center;border-right:1px solid #e7edf6}.checkups-why__title h2{margin:0;color:#0b3476;font-size:18px;line-height:1.22;font-weight:900}.checkups-why__title h2 span{color:#e30613}.checkups-why__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-content:start;border-right:1px solid #e7edf6}.checkups-why__item:last-child{border-right:0}.checkups-why__icon{width:42px;height:42px;color:#0b3476}.checkups-why__icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-why__content{display:grid;gap:4px}.checkups-why__content strong{color:#0b3476;font-size:13px;line-height:1.14;font-weight:900}.checkups-why__content p{margin:0;color:#37527d;font-size:11.5px;line-height:1.28;font-weight:600}.checkups-why__content em{margin-top:auto;font-style:normal;color:#0b3476;font-size:22px;font-weight:900;line-height:1}.checkups-why__item:hover .checkups-why__content em,.checkup-card:hover .checkup-card__btn{transform:translateX(2px)}@media (max-width:1180px){.checkups-hero__inner{grid-template-columns:1fr}.checkups-hero__media{display:none}.checkups-packages{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.checkups-why{grid-template-columns:1fr 1fr 1fr}.checkups-why__title{grid-column:1/-1;border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:nth-child(4){border-right:0}}@media (max-width:760px){.checkups-hero__facts{grid-template-columns:1fr}.checkups-packages{grid-template-columns:1fr}.checkups-why{grid-template-columns:1fr}.checkups-why__item,.checkups-why__title{border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:last-child{border-bottom:0}}


/* v194: compact Check-ups page, aligned with Analyses and Prices density */
body[data-route="check-upy"] .checkups-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(500px,.86fr) minmax(640px,1.14fr)!important;
}

body[data-route="check-upy"] .checkups-hero__copy{
  padding:26px 0 22px!important;
}

body[data-route="check-upy"] .checkups-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  margin:0 0 6px!important;
  letter-spacing:-.045em!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  font-size:var(--lead-home)!important;
  line-height:1.08!important;
  margin:0!important;
  max-width:760px!important;
}

body[data-route="check-upy"] .checkups-hero__facts{
  margin-top:20px!important;
  gap:14px!important;
  max-width:650px!important;
}

body[data-route="check-upy"] .checkups-fact{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-fact__icon,
body[data-route="check-upy"] .checkups-fact__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-fact__text strong{
  font-size:11.5px!important;
}

body[data-route="check-upy"] .checkups-fact__text small{
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkups-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="check-upy"] .checkups-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 44%!important;
}

body[data-route="check-upy"] .checkups-packages{
  gap:14px!important;
  margin-top:-18px!important;
}

body[data-route="check-upy"] .checkup-card{
  border-radius:16px!important;
  padding:15px 14px 14px!important;
  min-height:232px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkup-card__head{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="check-upy"] .checkup-card__icon{
  width:42px!important;
  height:42px!important;
}

body[data-route="check-upy"] .checkup-card__icon svg{
  width:35px!important;
  height:35px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  margin-bottom:5px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox p{
  font-size:11.5px!important;
  line-height:1.24!important;
  min-height:38px!important;
}

body[data-route="check-upy"] .checkup-card__tests{
  margin-top:11px!important;
  padding:5px 8px!important;
  border-radius:8px!important;
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkup-card__prices{
  margin-top:12px!important;
  gap:8px!important;
}

body[data-route="check-upy"] .checkup-card__old{
  font-size:12px!important;
}

body[data-route="check-upy"] .checkup-card__discount{
  min-width:42px!important;
  height:27px!important;
  border-radius:7px!important;
  font-size:11px!important;
  padding:0 8px!important;
}

body[data-route="check-upy"] .checkup-card__new{
  margin-top:5px!important;
  font-size:13px!important;
}

body[data-route="check-upy"] .checkup-card__new b{
  font-size:23px!important;
}

body[data-route="check-upy"] .checkup-card__btn{
  margin-top:12px!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="check-upy"] .checkups-why{
  margin-top:18px!important;
  margin-bottom:28px!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  padding:15px 14px!important;
  min-height:92px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:15.5px!important;
  line-height:1.16!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size:11.5px!important;
  line-height:1.1!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:10px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  font-size:18px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkups-packages{
    margin-top:18px!important;
  }
}


/* v195: Check-up package buttons match Analyses and prices red order buttons */
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:#e60012!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 8px 16px rgba(230,0,18,.14)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  text-align:center!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card:hover .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn:hover{
  background:#d80011!important;
  box-shadow:0 10px 18px rgba(230,0,18,.18)!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card__btn::after{
  content:none!important;
}


/* v196: compact bottom checkups benefits: Prolab casing, no checks, one-line mini titles */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:.95fr repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:15px 12px 15px 14px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}

body[data-route="check-upy"] .checkups-why__title h2 span{
  white-space:nowrap!important;
  color:#e30613!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:8px!important;
  padding:14px 12px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:30px!important;
  height:30px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.15!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v197: centered checkups benefits, no separators, improved icons/text */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns: 1fr repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  min-height: 112px !important;
  padding: 16px 14px !important;
  border-right: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title{
  display: grid !important;
  align-content: center !important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size: 15px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
}

body[data-route="check-upy"] .checkups-why__item{
  display: grid !important;
  grid-template-columns: 40px minmax(0,1fr) !important;
  gap: 10px !important;
  align-content: center !important;
  align-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon{
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon svg{
  width: 36px !important;
  height: 36px !important;
  stroke-width: 1.9 !important;
}

body[data-route="check-upy"] .checkups-why__content{
  display: grid !important;
  align-content: center !important;
  gap: 3px !important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size: 11.4px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body[data-route="check-upy"] .checkups-why__content p{
  margin: 0 !important;
  font-size: 10.3px !important;
  line-height: 1.22 !important;
  color: #23467b !important;
  font-weight: 600 !important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display: none !important;
}

@media (max-width: 1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  body[data-route="check-upy"] .checkups-why__title{
    border-bottom: 0 !important;
  }
}


/* v198: checkups hero title/subtitle/third line hierarchy */
body[data-route="check-upy"] .checkups-hero__copy{
  gap: 0 !important;
}
body[data-route="check-upy"] .checkups-hero__copy h1{
  margin: 0 0 10px !important;
}
body[data-route="check-upy"] .checkups-hero__text{
  display: grid !important;
  gap: 8px !important;
  max-width: 760px !important;
}
body[data-route="check-upy"] .checkups-hero__lead{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 26px !important;
  line-height: 1.16 !important;
  font-weight: 400 !important;
  max-width: none !important;
}
body[data-route="check-upy"] .checkups-hero__desc{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 16px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
  max-width: 620px !important;
}
@media (max-width: 980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 22px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 15px !important;
  }
}
@media (max-width: 640px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 20px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 14px !important;
  }
}


/* v199: exact line behavior for checkups hero and support benefit */
body[data-route="check-upy"] .checkups-hero__text{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
  font-size:clamp(24px,1.95vw,30px)!important;
  line-height:1.14!important;
}

body[data-route="check-upy"] .checkups-hero__desc{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p{
  white-space:normal!important;
  max-width:170px!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p br{
  display:block!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    white-space:normal!important;
    font-size:22px!important;
  }
}

/* v200: bring benefits block items closer to title cell */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:250px repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:20px 14px 20px 18px!important;
}

body[data-route="check-upy"] .checkups-why__item{
  padding:20px 14px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v201: make bottom benefit titles fit without truncation */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:220px repeat(5,minmax(185px,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 10px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:11.2px!important;
  line-height:1.12!important;
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:32px!important;
  height:32px!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:18px 10px 18px 16px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14px!important;
  line-height:1.12!important;
}

@media (max-width:1400px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:200px repeat(5,minmax(165px,1fr))!important;
  }
  body[data-route="check-upy"] .checkups-why__content strong{
    font-size:10.8px!important;
  }
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}

/* v203: Promotions page in Analyses-and-Prices style */
body[data-route="aktsii"]{background:#f5f8fc;}
body[data-route="aktsii"] .promos-hero{background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);overflow:hidden;border-bottom:1px solid #e4edf8;}
body[data-route="aktsii"] .promos-hero__inner{min-height:250px;display:grid;grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);align-items:stretch;}
body[data-route="aktsii"] .promos-hero__copy{display:grid;align-content:center;padding:26px 24px 30px 0;position:relative;z-index:2;}
body[data-route="aktsii"] .promos-hero__copy h1{margin:0 0 6px;color:#0b3476;font-size:var(--h1-home);line-height:1.01;letter-spacing:-.045em;font-weight:900;}
body[data-route="aktsii"] .promos-hero__lead{margin:0 0 clamp(7px,.7vw,10px);color:#0b3476;font-size:var(--lead-home);line-height:1.05;font-weight:400;white-space:nowrap;}
body[data-route="aktsii"] .promos-hero__text{margin:0;color:#0b3476;font-size:clamp(14px,.98vw,16px);line-height:1.27;font-weight:500;max-width:720px;}
body[data-route="aktsii"] .promos-hero__media{min-height:250px;max-height:250px;overflow:hidden;position:relative;}
body[data-route="aktsii"] .promos-hero__media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 44%,rgba(249,252,255,0) 68%);pointer-events:none;}
body[data-route="aktsii"] .promos-hero__media img{width:100%;height:250px;object-fit:contain;object-position:center;background:#f2f7ff;}
body[data-route="aktsii"] .promos-control-panel{margin-top:18px;background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);padding:18px 20px;display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:14px 18px;align-items:center;}
body[data-route="aktsii"] .promos-search{height:42px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid #b9c8dd;border-radius:9px;background:#fff;}
body[data-route="aktsii"] .promos-search span{display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-search svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0b3476;font-size:14px;font-weight:700;}
body[data-route="aktsii"] .promos-search input::placeholder{color:#7586a3;}
body[data-route="aktsii"] .promos-tabs{display:flex;flex-wrap:wrap;gap:8px;}
body[data-route="aktsii"] .promos-tab{min-height:34px;padding:0 13px;border:1px solid #b9c8dd;border-radius:8px;background:#fff;color:#0b3476;font-size:12.5px;font-weight:900;cursor:pointer;}
body[data-route="aktsii"] .promos-tab.is-active,body[data-route="aktsii"] .promos-tab:hover{background:#0b3476;border-color:#0b3476;color:#fff;}
body[data-route="aktsii"] .promos-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);gap:18px;margin-top:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-list-panel,body[data-route="aktsii"] .promos-info-panel,body[data-route="aktsii"] .promos-mini-panel,body[data-route="aktsii"] .promos-note-panel{background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);}
body[data-route="aktsii"] .promos-list-panel{padding:18px 22px 14px;display:grid;grid-template-rows:auto minmax(0,1fr);}
body[data-route="aktsii"] .promos-list-panel h2,body[data-route="aktsii"] .promos-info-panel h2,body[data-route="aktsii"] .promos-mini-panel h2{margin:0 0 10px;color:#0b3476;font-size:18px;line-height:1.1;font-weight:900;}
body[data-route="aktsii"] .promos-list{display:grid;gap:10px;}
body[data-route="aktsii"] .promos-offer{display:grid;grid-template-columns:42px minmax(0,1fr) 112px 112px;gap:12px;align-items:center;min-height:90px;border:1px solid #e4edf8;border-radius:14px;background:#fff;padding:12px;}
body[data-route="aktsii"] .promos-offer__icon{width:34px;height:34px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-offer__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
body[data-route="aktsii"] .promos-offer__body{min-width:0;}
body[data-route="aktsii"] .promos-offer__label{display:inline-flex;margin-bottom:4px;color:#e52932;font-size:10.5px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer h3{margin:0 0 4px;color:#0b3476;font-size:14px;line-height:1.15;font-weight:900;}
body[data-route="aktsii"] .promos-offer p{margin:0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .promos-offer__price{display:grid;gap:3px;align-content:center;}
body[data-route="aktsii"] .promos-offer__discount{justify-self:start;padding:4px 8px;border-radius:999px;background:#e60012;color:#fff;font-size:11px;font-weight:900;}
body[data-route="aktsii"] .promos-offer__price del{color:#94a2bc;font-size:11px;}
body[data-route="aktsii"] .promos-offer__price strong{color:#e52932;font-size:20px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer__btn{min-height:30px;border:0;border-radius:7px;background:#e60012;color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;padding:0 10px;box-shadow:0 8px 16px rgba(230,0,18,.14);}
body[data-route="aktsii"] .promos-info-panel{padding:18px 20px 14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:start;}
body[data-route="aktsii"] .promos-steps{display:grid;gap:6px;align-content:start;}
body[data-route="aktsii"] .promos-steps div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:9px;row-gap:0;align-items:center;}
body[data-route="aktsii"] .promos-steps span{width:28px;height:28px;border-radius:50%;background:#0b3476;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps strong{color:#0b3476;font-size:13px;line-height:1.08;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps p{grid-column:2;margin:-1px 0 0;color:#37527d;font-size:11.5px;line-height:1.18;font-weight:600;align-self:start;}
body[data-route="aktsii"] .promos-info-panel img{width:100%;height:146px;object-fit:cover;border-radius:12px;margin:8px 0 10px;}
body[data-route="aktsii"] .promos-info-panel .btn{min-height:36px;padding:9px 12px;border-radius:8px;font-size:12.5px;}
body[data-route="aktsii"] .promos-lower-panels{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);gap:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-mini-panel{padding:18px 22px 14px;}
body[data-route="aktsii"] .promos-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
body[data-route="aktsii"] .promos-mini-grid a{min-height:72px;padding:9px 11px;border-radius:10px;background:#fff;box-shadow:0 10px 22px rgba(0,43,102,.08);display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;gap:1px 9px;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid span{grid-row:1/3;width:30px;height:30px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-mini-grid strong{font-size:12.5px;line-height:1.12;font-weight:900;}
body[data-route="aktsii"] .promos-mini-grid small{font-size:11px;line-height:1.15;color:#37527d;font-weight:600;}
body[data-route="aktsii"] .promos-note-panel{padding:18px 20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center;}
body[data-route="aktsii"] .promos-note-panel > span{width:40px;height:40px;border-radius:50%;border:1px solid #dce6f2;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-note-panel svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-note-panel strong{display:block;color:#0b3476;font-size:14px;font-weight:900;}
body[data-route="aktsii"] .promos-note-panel p{margin:4px 0 0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .benefits{margin-top:18px;margin-bottom:28px;}
@media (max-width:1180px){body[data-route="aktsii"] .promos-hero__inner,body[data-route="aktsii"] .promos-control-panel,body[data-route="aktsii"] .promos-main-grid,body[data-route="aktsii"] .promos-lower-panels{grid-template-columns:1fr;}body[data-route="aktsii"] .promos-hero__media{display:none;}body[data-route="aktsii"] .promos-hero__lead{white-space:normal;}}
@media (max-width:760px){body[data-route="aktsii"] .promos-offer{grid-template-columns:38px minmax(0,1fr);gap:8px;}body[data-route="aktsii"] .promos-offer__price,body[data-route="aktsii"] .promos-offer__btn{grid-column:2;}body[data-route="aktsii"] .promos-mini-grid{grid-template-columns:1fr;}}


/* v206: promotions page — align lower panels with upper grid and raise image inside info card */
body[data-route="aktsii"] .promos-main-grid,
body[data-route="aktsii"] .promos-lower-panels{
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}

body[data-route="aktsii"] .promos-info-panel{
  grid-template-rows:auto auto auto auto!important;
  align-content:start!important;
}

body[data-route="aktsii"] .promos-steps{
  gap:6px!important;
  margin-bottom:8px!important;
}

body[data-route="aktsii"] .promos-steps div{
  grid-template-columns:32px minmax(0,1fr)!important;
  column-gap:9px!important;
  row-gap:0!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-steps span{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps strong{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps p{
  margin:-1px 0 0!important;
  line-height:1.18!important;
}

body[data-route="aktsii"] .promos-info-panel img{
  height:168px!important;
  margin:8px 0 10px!important;
  object-fit:cover!important;
  object-position:center 48%!important;
}

body[data-route="aktsii"] .promos-lower-panels{
  margin-top:20px!important;
}

body[data-route="aktsii"] .promos-mini-panel,
body[data-route="aktsii"] .promos-note-panel{
  min-height:170px!important;
}

body[data-route="aktsii"] .promos-mini-panel{
  padding:20px 22px!important;
}

body[data-route="aktsii"] .promos-note-panel{
  padding:20px 22px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  align-items:center!important;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-main-grid,
  body[data-route="aktsii"] .promos-lower-panels{
    grid-template-columns:1fr!important;
  }
}


/* v207: loyalty subpage integrated into Aktsii + promotions popular directions 4-card grid */
body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  padding:12px 11px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner{
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__copy{
  display:grid;
  align-content:center;
  padding:26px 24px 30px 0;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__lead{
  margin:0 0 9px;
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.08;
  font-weight:400;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.3;
  font-weight:500;
  max-width:690px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
  min-height:250px;
  max-height:250px;
  overflow:hidden;
  position:relative;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
  z-index:1;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center 45%;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr);
  gap:20px;
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels{
  display:grid;
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:14px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 78px;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid span,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel > span{
  width:42px;
  height:42px;
  border:1px solid #dce6f2;
  border-radius:50%;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body strong{
  display:block;
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:4px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__value{
  color:#e30613;
  font-size:26px;
  line-height:1;
  font-weight:900;
  text-align:right;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps{
  display:grid;
  gap:10px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:0 9px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#0b3476;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps strong{
  color:#0b3476;
  font-size:13px;
  line-height:1.08;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps p{
  grid-column:2;
  margin:-1px 0 0;
  color:#37527d;
  font-size:11.5px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel .btn{
  width:100%;
  margin-top:18px;
  min-height:38px;
  border-radius:8px;
  font-size:12.5px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid a{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:12px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:7px 12px;
  align-items:center;
  padding:12px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid strong{
  display:block;
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid small{
  display:block;
  margin-top:4px;
  color:#37527d;
  font-size:11px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  min-height:170px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel strong{
  display:block;
  color:#0b3476;
  font-size:16px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:6px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
    display:none;
  }
}

@media (max-width:720px){
  body[data-route="aktsii"] .promos-mini-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
    grid-template-columns:1fr!important;
  }
}


/* v211: compact about hero photo */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(360px, 47%) minmax(0, 53%);
}
body[data-route="pro-nas"] .about-hero-card__copy{
  padding:22px 24px 12px 24px;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(16px, 1.1vw, 18px);
  line-height:1.28;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px;
}
body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:210px;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  object-position:center 22%;
}
@media (max-width:980px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:30px 20px 16px;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    margin-top:14px;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:220px;
  }
  body[data-route="pro-nas"] .about-hero-card__media img{
    object-position:center 24%;
  }
}


/* v212 HARD INLINE BACKUP: about hero fixed height */
body .about-page .about-hero-card{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  grid-template-columns:minmax(360px,47%) minmax(0,53%)!important;
}
body .about-page .about-hero-card__copy{
  padding:16px 24px 12px 24px!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body .about-page .about-hero-card__copy h1{margin:0 0 8px!important;}
body .about-page .about-hero-card__lead{margin:0 0 7px!important;}
body .about-page .about-hero-card__text{
  margin:0!important;
  font-size:17px!important;
  line-height:1.26!important;
}
body .about-page .about-hero-card__actions{
  margin-top:13px!important;
  gap:12px!important;
}
body .about-page .about-hero-card__actions .btn{
  min-height:42px!important;
  padding-top:9px!important;
  padding-bottom:9px!important;
}
body .about-page .about-hero-card__media{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
}
body .about-page .about-hero-card__media img{
  width:100%!important;
  height:270px!important;
  object-fit:cover!important;
  object-position:center 20%!important;
}


/* v215: About hero aligned to Contacts hero concept */
body[data-route="pro-nas"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%)!important;
}
body[data-route="pro-nas"] .about-hero-card{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr)!important;
  background:linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%)!important;
  border:0!important;
  border-bottom:1px solid #e2ebf7!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  font-weight:900!important;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  height:100%!important;
  object-fit:cover!important;
  object-position:center 43%!important;
  filter:saturate(.94) contrast(1.02)!important;
}


/* v216: About hero typography exactly follows Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:8px 0 0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  align-content:center!important;
  padding:44px 32px 44px 0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}

@media (max-width:720px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:46px 0 24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1{
    margin-bottom:16px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:15px!important;
  }
}


/* v217: About hero text hierarchy = Contacts hero, 3 separate sizes */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__textwrap{
  display:grid!important;
  gap:8px!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}


/* v218: about hero exact pixel sizes to match Contacts + new hero image */
body[data-route="pro-nas"] .about-hero-card__copy h1{font-size:39px!important;line-height:1.01!important;}
body[data-route="pro-nas"] .about-hero-card__lead{font-size:26px!important;line-height:1.05!important;font-weight:400!important;}
body[data-route="pro-nas"] .about-hero-card__text{font-size:16px!important;line-height:1.27!important;font-weight:500!important;}
body[data-route="pro-nas"] .about-hero-card__media img{object-position:center center!important;}


/* v219: clinics cooperation hero image + dropdowns always above hero images */
.header,
.site-header,
.topbar,
.header-main,
.header__inner,
.nav,
.nav-item{
  position:relative!important;
  z-index:10000!important;
}

.dropdown-menu,
.dropdown-submenu{
  z-index:10050!important;
}

main,
.hero,
[class*="hero"],
[class*="hero__media"],
[class*="hero-card__media"]{
  position:relative;
  z-index:1;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero{
  position:relative;
  z-index:1;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  position:relative;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(249,252,255,.94) 0%,rgba(249,252,255,.62) 24%,rgba(249,252,255,0) 54%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 42%);
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(.95) contrast(1.03)!important;
}

/* v223: clinics cooperation hero crop exactly from provided image + contact form */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  margin-top:24px;
  margin-bottom:36px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card{
  min-height:0;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form{
  margin-top:14px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  display:grid;
  align-content:start;
  gap:16px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  display:grid;
  gap:12px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:78px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:4px 12px;
  align-items:center;
  padding:12px;
  border:1px solid #e4edf8;
  border-radius:12px;
  background:#f8fbff;
  color:#0b3476;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  grid-row:1 / span 2;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef5ff;
  border:1px solid #dce6f2;
  color:#e30613;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  display:block;
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  display:block;
  color:#37527d;
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
}

@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr;
  }
}


/* v224: compact clinics cooperation page + custom partner form label */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__inner{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy{
  padding:20px 22px 22px 0!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy h1{
  margin-bottom:4px!important;
  font-size:clamp(34px,3vw,44px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__lead{
  margin-bottom:7px!important;
  font-size:clamp(23px,1.9vw,30px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__text{
  font-size:14px!important;
  line-height:1.24!important;
  max-width:560px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions{
  margin-top:14px!important;
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions .btn{
  min-height:40px!important;
  padding:9px 18px!important;
  border-radius:8px!important;
  font-size:13.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-grid{
  gap:14px!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card{
  min-height:112px!important;
  padding:16px 18px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card h2{
  margin-bottom:8px!important;
  font-size:16px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card p{
  font-size:12.5px!important;
  line-height:1.25!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:16px!important;
  margin-top:18px!important;
  margin-bottom:24px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section .contacts-card{
  padding:18px 20px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head{
  margin-bottom:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head h2{
  margin-bottom:6px!important;
  font-size:20px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head p{
  font-size:12.5px!important;
  line-height:1.26!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form{
  margin-top:8px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form label{
  gap:4px!important;
  font-size:11.5px!important;
  line-height:1.15!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form input,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:36px!important;
  padding:8px 11px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:70px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .check{
  font-size:11.5px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .btn{
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:13px!important;
  border-radius:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:64px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:2px 10px!important;
  padding:9px!important;
  border-radius:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  width:36px!important;
  height:36px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  font-size:10.5px!important;
}
@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr!important;
  }
}


/* v225: Catalog page category cards use uploaded 1200x480 WebP images */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image{
  overflow:hidden!important;
}


/* v226: Catalog page cards must show uploaded images fully, without cropping */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#fff!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}


/* v231 hard final: pidhotovka-do-analiziv must look like the old patient preparation page */
body[data-route="pidhotovka-do-analiziv"] .prep-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%)!important;
  border-bottom:1px solid #e4edf8!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:310px!important;
  display:grid!important;
  grid-template-columns:minmax(520px,.9fr) minmax(620px,1.1fr)!important;
  align-items:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:46px 26px 54px 0!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-44px!important;
  position:relative!important;
  z-index:4!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(0,43,102,.10)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}


/* v232: Catalog page cards use user-provided images and a more compact body area */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  gap:20px!important;
  padding-top:24px!important;
  padding-bottom:30px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:0!important;
  grid-template-rows:220px auto!important;
  border-radius:18px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#eef4fb!important;
  overflow:hidden!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#eef4fb!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
  grid-template-columns:minmax(0,1fr) 26px!important;
  grid-template-rows:auto auto auto!important;
  gap:10px 14px!important;
  padding:34px 22px 18px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong{
  font-size:20px!important;
  line-height:1.12!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span{
  font-size:15px!important;
  line-height:1.34!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body em{
  align-self:end!important;
  margin-bottom:2px!important;
}

@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
    grid-template-rows:210px auto!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
    grid-template-rows:190px auto!important;
  }
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
    padding:32px 20px 18px!important;
  }
}


/* v233: bring catalog icons to foreground and make them more distinct */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{overflow:visible!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{z-index:1!important;overflow:visible!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{position:relative!important;z-index:2!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__icon{
  z-index:9!important;
  width:66px!important;
  height:66px!important;
  left:18px!important;
  bottom:-33px!important;
  border:2px solid #dfe8f5!important;
  box-shadow:0 14px 30px rgba(0,43,102,.18)!important;
  background:#fff!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__icon svg{
  width:40px!important;
  height:40px!important;
  stroke:#113d86!important;
  stroke-width:2.2!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
  padding-top:42px!important;
}


/* v236: final biochemistry catalog crop — cover full image area, no contain margins, no distortion */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo{
  background:#eef5ff!important;
  display:block!important;
  overflow:hidden!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  background:transparent!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:hover .nav-landing-card__photo img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:focus-visible .nav-landing-card__photo img{
  transform:scale(1.01)!important;
}


/* v237: Biochemistry catalog card uses uploaded photo, pre-cropped to include hands + organ sphere */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo{
  background:#eef5ff!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  background:transparent!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:hover .nav-landing-card__photo img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:focus-visible .nav-landing-card__photo img{
  transform:scale(1.01)!important;
}

/* v238: Clinics partner cabinet page — rigid Matlab-grid-like layout */
body[data-route="klinikam/osobystyi-kabinet"]{
  background:#f5f9ff;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__grid{
  min-height:520px;
  display:grid;
  grid-template-columns: minmax(460px, .92fr) minmax(620px, 1.08fr);
  gap:34px;
  align-items:stretch;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__copy{
  display:grid;
  grid-template-rows:auto auto auto auto 1fr;
  align-content:center;
  padding:70px 0 58px;
  min-width:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  color:#51709d;
  font-size:13px;
  font-weight:700;
  margin-bottom:28px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-breadcrumb a:hover{
  color:#e30613;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero h1{
  margin:0 0 24px;
  color:#0b3476;
  font-size:clamp(42px,3.4vw,62px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__lead{
  max-width:620px;
  margin:0 0 28px;
  color:#183965;
  font-size:18px;
  line-height:1.62;
  font-weight:600;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__actions{
  margin-bottom:28px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__actions .btn{
  min-height:58px;
  padding:16px 30px;
  border-radius:10px;
  font-size:17px;
  box-shadow:0 16px 26px rgba(227,6,19,.19);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__note{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  max-width:500px;
  margin:0;
  color:#254e82;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__note span{
  color:#0b3476;
  font-size:22px;
  line-height:1;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__visual{
  position:relative;
  display:grid;
  place-items:center;
  min-width:0;
  min-height:520px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__visual::before{
  content:"";
  position:absolute;
  inset:48px -120px 58px 20px;
  background:
    radial-gradient(circle at 75% 22%,rgba(30,85,184,.13),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(222,235,250,.78));
  border-radius:36px;
  transform:skewX(-5deg);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop{
  position:relative;
  z-index:2;
  width:min(680px,92%);
  transform:perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop__screen{
  background:#111b2d;
  border-radius:18px 18px 10px 10px;
  padding:14px;
  box-shadow:0 28px 54px rgba(11,52,118,.20);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop__base{
  width:108%;
  height:34px;
  margin:-1px -4% 0;
  background:linear-gradient(180deg,#e8eef7,#c9d5e7);
  border-radius:0 0 34px 34px;
  box-shadow:0 14px 26px rgba(11,52,118,.16);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard{
  height:330px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  overflow:hidden;
  border-radius:10px;
  background:#f7fbff;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side{
  background:#0b3476;
  color:#fff;
  padding:20px 16px;
  display:grid;
  align-content:start;
  gap:12px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side strong{
  color:#fff;
  font-size:20px;
  letter-spacing:.02em;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side span{
  color:#e8f0ff;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side i{
  display:block;
  height:12px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main{
  padding:22px;
  display:grid;
  grid-template-rows:auto 88px minmax(0,1fr);
  gap:18px;
  min-width:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#0b3476;
  font-weight:900;
  font-size:22px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main header em{
  font-style:normal;
  color:#5b78a2;
  font-size:12px;
  font-weight:800;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats div{
  display:grid;
  align-content:center;
  gap:4px;
  background:#fff;
  border:1px solid #e1eaf5;
  border-radius:13px;
  padding:12px;
  box-shadow:0 10px 22px rgba(11,52,118,.06);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats small{
  color:#5b78a2;
  font-size:10px;
  font-weight:800;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats b{
  color:#0b3476;
  font-size:32px;
  line-height:1;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats div:nth-child(2) b{color:#f2992e;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats div:nth-child(3) b{color:#1ca764;}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table{
  display:grid;
  gap:8px;
  min-width:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table p{
  display:grid;
  grid-template-columns:1fr 1fr 74px;
  gap:12px;
  align-items:center;
  min-height:34px;
  margin:0;
  padding:0 12px;
  background:#fff;
  border:1px solid #e1eaf5;
  border-radius:9px;
  color:#244a7a;
  font-size:12px;
  font-weight:700;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table p:first-child{
  background:#eef5ff;
  color:#0b3476;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table strong{
  justify-self:end;
  color:#1ca764;
  background:#eaf8f0;
  border-radius:999px;
  padding:3px 10px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes{
  position:absolute;
  z-index:1;
  right:4px;
  top:138px;
  display:flex;
  gap:10px;
  opacity:.65;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes i{
  width:22px;
  height:132px;
  border:3px solid rgba(11,52,118,.16);
  border-radius:0 0 12px 12px;
  background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(52,169,255,.42) 45% 100%);
}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes i:nth-child(2){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(37,202,161,.42) 45% 100%);}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes i:nth-child(3){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(255,206,71,.45) 45% 100%);}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes i:nth-child(4){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(29,121,255,.38) 45% 100%);}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section{
  padding-top:34px;
  padding-bottom:28px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head{
  display:grid;
  place-items:center;
  text-align:center;
  margin-bottom:28px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head h2{
  margin:0;
  color:#0b3476;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
  position:relative;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head h2::after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  border-radius:3px;
  background:#e30613;
  margin:13px auto 0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-features{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature{
  min-height:342px;
  display:grid;
  grid-template-rows:62px auto minmax(0,1fr);
  gap:14px;
  padding:28px 24px;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:first-child{border-radius:18px 0 0 18px;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:last-child{border-radius:0 18px 18px 0;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature + .clinic-cabinet-feature{border-left:0;}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature__icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4f8ff;
  border:1px solid #dce6f2;
  color:#0b55c6;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature__icon svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature h3{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
  color:#1e416e;
  font-size:13px;
  line-height:1.42;
  font-weight:650;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security{
  min-height:210px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:center;
  margin-top:16px;
  margin-bottom:34px;
  padding:30px 36px;
  background:linear-gradient(90deg,#edf6ff,#f8fbff);
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield{
  width:150px;
  height:150px;
  margin:auto;
  display:grid;
  place-items:center;
  color:#0b55c6;
  background:rgba(255,255,255,.64);
  border-radius:50%;
  box-shadow:inset 0 0 0 1px #d8e6f7;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield svg{
  width:96px;
  height:96px;
  stroke:#0b55c6;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security h2{
  margin:0 0 24px;
  color:#0b3476;
  font-size:28px;
  line-height:1.16;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items span{
  min-height:84px;
  display:grid;
  grid-template-rows:32px auto;
  gap:9px;
  justify-items:center;
  text-align:center;
  padding:0 16px;
  border-left:1px solid #d3dfef;
  color:#0b55c6;
}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items span:first-child{border-left:0;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items svg{width:30px;height:30px;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b{color:#244a7a;font-size:13px;line-height:1.32;font-weight:800;}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--steps{
  padding-top:0;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  position:relative;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article{
  min-height:190px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  grid-template-rows:48px auto 1fr;
  gap:12px 16px;
  position:relative;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article:not(:last-child)::after{
  content:"";
  position:absolute;
  left:calc(100% - 12px);
  top:23px;
  width:56px;
  height:1px;
  background:repeating-linear-gradient(90deg,#a9bdd8 0 6px,transparent 6px 11px);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article > span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:#0b55c6;
  background:#fff;
  border:1px solid #cbd8eb;
  border-radius:50%;
  font-weight:900;
  font-size:18px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article > svg{
  width:48px;
  height:48px;
  color:#0b55c6;
  grid-column:2;
  grid-row:1;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps h3{
  grid-column:1 / -1;
  margin:6px 0 0;
  color:#0b3476;
  font-size:18px;
  line-height:1.24;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps p{
  grid-column:1 / -1;
  margin:0;
  color:#244a7a;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__action{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__action .btn{
  min-width:340px;
  min-height:54px;
  border-color:#e30613;
  color:#e30613;
  font-size:16px;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta{
  min-height:215px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr) 330px;
  gap:26px;
  align-items:center;
  margin-top:12px;
  margin-bottom:28px;
  padding:30px 36px;
  background:#f8fbff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image{
  display:grid;
  place-items:center;
  color:#0b55c6;
}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image svg{width:145px;height:145px;}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:28px;
  line-height:1.18;
  font-weight:900;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta p{
  margin:0;
  color:#244a7a;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts{
  display:grid;
  gap:10px;
}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts .btn{min-height:48px;border-radius:8px;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts p{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;font-size:14px;font-weight:800;}
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts span{color:#0b55c6;}

@media (max-width:1180px){
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__grid{grid-template-columns:1fr;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__visual{min-height:420px;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:first-child,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:last-child{border-radius:18px;border-left:1px solid #dce6f2;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security{grid-template-columns:1fr;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items span{border-left:0;border-top:1px solid #d3dfef;padding-top:14px;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article::after{display:none;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta{grid-template-columns:1fr;}
}

@media (max-width:720px){
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__copy{padding:34px 0;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero h1{font-size:36px;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-features,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps{grid-template-columns:1fr;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard{grid-template-columns:1fr; height:auto;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side{display:none;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats{grid-template-columns:1fr;}
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop{width:100%;}
}


/* v239: Clinics personal cabinet — compact Contacts-style rigid layout */
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%)!important;
  border-bottom:1px solid #e4edf8!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__grid{
  min-height:330px!important;
  display:grid!important;
  grid-template-columns:minmax(440px,.92fr) minmax(560px,1.08fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__copy{
  display:grid!important;
  grid-template-rows:auto auto auto auto auto!important;
  align-content:center!important;
  padding:34px 0 36px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-breadcrumb{
  gap:8px!important;
  margin-bottom:14px!important;
  font-size:12px!important;
  line-height:1.1!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero h1{
  margin:0 0 10px!important;
  font-size:clamp(36px,3.05vw,48px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__lead{
  max-width:560px!important;
  margin:0 0 16px!important;
  font-size:15px!important;
  line-height:1.44!important;
  font-weight:600!important;
  color:#183965!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__actions{
  margin-bottom:14px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__actions .btn{
  min-height:44px!important;
  padding:11px 22px!important;
  border-radius:8px!important;
  font-size:14px!important;
  box-shadow:0 10px 18px rgba(227,6,19,.16)!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__note{
  grid-template-columns:20px minmax(0,1fr)!important;
  gap:9px!important;
  max-width:520px!important;
  font-size:12px!important;
  line-height:1.34!important;
  font-weight:650!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__note span{
  font-size:17px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__visual{
  min-height:330px!important;
  place-items:center!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-hero__visual::before{
  inset:30px -70px 34px 12px!important;
  border-radius:24px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop{
  width:min(520px,94%)!important;
  transform:perspective(900px) rotateY(-3deg) rotateX(1deg)!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop__screen{
  border-radius:14px 14px 8px 8px!important;
  padding:10px!important;
  box-shadow:0 18px 34px rgba(11,52,118,.17)!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-laptop__base{
  height:23px!important;
  border-radius:0 0 24px 24px!important;
  box-shadow:0 9px 18px rgba(11,52,118,.13)!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard{
  height:238px!important;
  grid-template-columns:108px minmax(0,1fr)!important;
  border-radius:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side{
  padding:13px 11px!important;
  gap:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side strong{
  font-size:14px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side span{
  font-size:10px!important;
  margin-bottom:4px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__side i{
  height:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main{
  padding:14px!important;
  grid-template-rows:auto 60px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main header{
  font-size:15px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__main header em{
  font-size:9px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats{
  gap:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats div{
  padding:8px!important;
  border-radius:9px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats small{
  font-size:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__stats b{
  font-size:23px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table{
  gap:5px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table p{
  min-height:22px!important;
  grid-template-columns:1fr 1fr 48px!important;
  gap:7px!important;
  padding:0 8px!important;
  border-radius:6px!important;
  font-size:8.5px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-dashboard__table strong{
  padding:2px 6px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes{
  right:0!important;
  top:92px!important;
  gap:7px!important;
  opacity:.5!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-tubes i{
  width:15px!important;
  height:86px!important;
  border-width:2px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section{
  padding-top:22px!important;
  padding-bottom:18px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head{
  margin-bottom:18px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head h2{
  font-size:23px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head h2::after{
  width:38px!important;
  height:2px!important;
  margin-top:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-features{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:first-child,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature:last-child{
  min-height:226px!important;
  grid-template-rows:46px auto minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 16px!important;
  border-radius:14px!important;
  border-left:1px solid #dce6f2!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature__icon{
  width:46px!important;
  height:46px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature__icon svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature h3{
  font-size:14px!important;
  line-height:1.22!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-feature ul{
  gap:5px!important;
  padding-left:14px!important;
  font-size:10.5px!important;
  line-height:1.34!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security{
  min-height:132px!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  gap:18px!important;
  margin-top:8px!important;
  margin-bottom:22px!important;
  padding:18px 22px!important;
  border-radius:14px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield{
  width:98px!important;
  height:98px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield svg{
  width:64px!important;
  height:64px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security h2{
  margin:0 0 14px!important;
  font-size:21px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items span{
  min-height:56px!important;
  grid-template-rows:22px auto!important;
  gap:5px!important;
  padding:0 10px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b{
  font-size:10.3px!important;
  line-height:1.24!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article{
  min-height:126px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  grid-template-rows:34px auto 1fr!important;
  gap:8px 10px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article:not(:last-child)::after{
  left:calc(100% - 6px)!important;
  top:17px!important;
  width:34px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article > span{
  width:40px!important;
  height:40px!important;
  font-size:13px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article > svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps h3{
  margin:3px 0 0!important;
  font-size:13.5px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps p{
  font-size:10.8px!important;
  line-height:1.34!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__action{
  margin-top:12px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__action .btn{
  min-width:260px!important;
  min-height:40px!important;
  padding:9px 16px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta{
  min-height:132px!important;
  grid-template-columns:150px minmax(0,1fr) 275px!important;
  gap:18px!important;
  margin-top:6px!important;
  margin-bottom:18px!important;
  padding:18px 22px!important;
  border-radius:14px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image svg{
  width:90px!important;
  height:90px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta h2{
  margin:0 0 7px!important;
  font-size:21px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta p{
  font-size:12px!important;
  line-height:1.36!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts{
  gap:6px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts .btn{
  min-height:38px!important;
  padding:8px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts p{
  grid-template-columns:20px minmax(0,1fr)!important;
  gap:6px!important;
  font-size:11.5px!important;
}


/* v240: remove standalone centered manager button under connection steps */
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__action,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action{
  display:none!important;
}


/* v240: Doctors personal cabinet uses the same compact rigid layout as Clinics cabinet */
:root{--navy:#1e55b8;--blue:#1e55b8;--red:#e30613;--text:#1e55b8;--muted:#5b6475;--line:#dce6f2;--bg:#f3f8ff;--white:#fff;--shadow:0 14px 34px rgba(0,43,102,.10);--r:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;color:var(--text);background:#fff;font-size:16px;overflow-x:hidden}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar__left,.topbar__right{display:flex;align-items:center;gap:14px}.divider{width:1px;height:16px;background:rgba(255,255,255,.35)}.lang-switch{display:flex;gap:5px}.lang-switch a{border:1px solid rgba(255,255,255,.35);border-radius:6px;padding:2px 5px}.mainbar{background:#fff;border-bottom:1px solid var(--line)}.mainbar__inner{height:76px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;min-width:230px}.logo-mark{display:grid;grid-template-columns:repeat(3,9px);gap:5px}.logo-mark i{width:9px;height:9px;border-radius:99px;background:var(--blue)}.logo-mark i:nth-child(2n){background:var(--red)}.logo-text strong{font-size:22px;color:var(--blue);line-height:1}.logo-text em{font-style:normal;color:var(--red)}.logo-text small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.nav__link{position:relative;font-weight:700;font-size:14px;color:var(--navy);padding:29px 0}.nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--red);border-radius:3px}.cabinet-btn{border:1px solid #9fb0c8;border-radius:8px;padding:12px 16px;font-weight:700;background:#fff}.burger{display:none;background:#fff;border:0;flex-direction:column;gap:4px}.burger span{width:24px;height:2px;background:var(--navy)}.hero{background:linear-gradient(90deg,#f9fcff 0%,#f2f7ff 52%,#ebf4ff 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:360px}.hero__copy{padding:36px 0;position:relative;z-index:1}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:800;margin-bottom:12px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:0 0 18px;color:var(--navy);letter-spacing:-.04em}.hero--compact h1,.hero--results h1{font-size:clamp(38px,4.2vw,62px)}.hero p{max-width:540px;font-size:18px;color:#263a5e;line-height:1.45;margin:0 0 24px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__media{align-self:stretch;min-height:310px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.18s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 18px rgba(227,6,19,.18)}.btn-dark{background:var(--navy);color:#fff}.btn-outline,.btn-light{background:#fff;color:var(--navy);border:1px solid #b9c8dd}.btn-small{padding:8px 13px;font-size:13px}.section-tight{margin-top:-42px;position:relative;z-index:3}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow);min-height:170px;display:flex;flex-direction:column;gap:8px}.category-card__icon{font-size:26px}.category-card strong{font-size:16px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-card em{font-style:normal;color:var(--red);font-weight:800;margin-top:auto}.category-card small{color:var(--blue);font-weight:800}.home-panels{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:18px;margin-top:26px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:22px}.panel h2,.card h2{margin:0 0 14px;color:var(--navy)}.map-card{border-radius:16px;overflow:hidden;background:#e6f2ff;border:1px solid var(--line)}.map-card img{width:100%;height:210px;object-fit:cover}.promo-panel{position:relative}.promo-panel img{height:120px;margin-left:auto}.badge-red{display:inline-flex;background:var(--red);color:#fff;padding:7px 12px;border-radius:999px;font-weight:900}.results-panel form,.result-form form{display:grid;gap:12px}.results-panel input,.result-form input,.pro-form input,.pro-form textarea,.searchbar input{width:100%;border:1px solid #cbd7e8;border-radius:9px;padding:12px;background:#fff}.benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px;margin-bottom:36px}.benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;box-shadow:var(--shadow);overflow:hidden;min-height:94px}.benefit__icon{width:52px;height:52px;min-width:52px;border:2px solid rgba(239,44,56,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);background:transparent;line-height:1;flex:none}.benefit__icon svg{width:26px;height:26px;display:block;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.benefit__content{min-width:0;flex:1}.benefit strong{display:block;font-size:13px;line-height:1.08;color:var(--blue);word-break:break-word}.benefit p{margin:3px 0 0;color:var(--blue);font-size:10px;line-height:1.15;word-break:break-word}.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:28px}.searchbar{display:flex;gap:10px;margin-bottom:14px}.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 15px;font-weight:800;color:var(--blue);cursor:pointer}.tab.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.test-list{display:grid;gap:8px}.test-row{display:grid;grid-template-columns:42px 1fr 90px 110px 170px;align-items:center;gap:12px;border:1px solid #e7edf6;border-radius:12px;padding:12px;background:#fff}.test-row__icon{width:34px;height:34px;border-radius:50%;background:#f4f8ff;display:grid;place-items:center}.test-row__name small{display:block;color:var(--muted);margin-top:3px}.test-row__price,.red{color:var(--red);font-weight:900}.test-row__actions{display:flex;gap:8px}.centered{margin:18px auto 0;display:flex;width:max-content}.calculator{position:sticky;top:14px;align-self:start}.calc-items{display:grid;gap:8px;min-height:54px}.calc-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#f7fbff;border:1px solid var(--line);border-radius:10px;padding:9px}.calc-item button{border:0;background:#fff;color:var(--red);font-weight:900}.calc-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin:14px 0;padding-top:14px}.recommend{padding-left:18px}.recommend li{margin:9px 0}.recommend em{display:block;color:var(--red);font-style:normal;font-weight:800}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:28px}.promo-big img{height:150px;margin:auto}.promo-big strong{color:var(--red);font-size:28px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.promo-card{position:relative}.price-line{display:flex;align-items:baseline;gap:10px;margin:16px 0}.price-line strong{font-size:28px;color:var(--red)}.why{margin-top:22px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-grid span{background:#f5f9ff;border-radius:12px;padding:16px;font-weight:800}.branch-layout{display:grid;grid-template-columns:210px 1fr;gap:18px;margin-top:28px}.district-filter{grid-row:span 2}.filter{width:100%;display:flex;justify-content:space-between;border:0;background:#fff;padding:12px;border-radius:9px;color:var(--text);font-weight:700;text-align:left}.filter.active{background:#fff1f2;color:var(--red)}.branch-cards{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.branch-card img{height:130px;width:100%;object-fit:cover;border-radius:14px}.tag{background:#fff3cd;color:#8a5b00;border-radius:99px;padding:5px 9px;font-weight:800;font-size:12px}.prep-layout{margin-top:28px}.tabs-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.tabs-wide .tab{border-radius:0}.tabs-wide .tab:first-child{border-radius:12px 0 0 12px}.tabs-wide .tab:last-child{border-radius:0 12px 12px 0}.prep-grid{display:grid;grid-template-columns:repeat(3,1fr) 260px;gap:16px}.prep-card{border-radius:16px;padding:20px}.prep-card.ok{background:#eefbf4}.prep-card.no{background:#fff1f3}.prep-card.info{background:#f2f6ff}.notice{margin-top:16px;background:#f3f7ff}.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-top:26px}.contacts-layout{grid-template-columns:1fr 1fr 330px}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-36px;position:relative;z-index:4}.contact-card span{font-size:28px}.pro-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-form label{display:grid;gap:6px;color:var(--muted);font-weight:700}.pro-form .span-2{grid-column:span 2}.pro-form .check{display:flex;align-items:center}.pro-form .check input{width:auto}.faq details{border-bottom:1px solid var(--line);padding:10px 0}.faq summary{cursor:pointer;font-weight:800}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.stats div{display:grid;grid-template-columns:90px 1fr;gap:6px;align-items:center;margin:8px 0}.stats strong{font-size:26px;color:var(--blue)}.timeline p{border-left:2px solid var(--red);padding-left:12px}.certs{margin-top:22px}.cert-row{display:grid;grid-template-columns:220px 1fr 180px;gap:14px;align-items:stretch}.cert-row img{height:130px;width:100%;object-fit:cover;border-radius:14px}.join{display:grid;place-items:center;text-align:center;background:#f4f8ff;border-radius:14px;font-weight:900}.result-form{margin-top:-54px;position:relative;z-index:3}.result-form form{grid-template-columns:1fr 1fr auto;align-items:end}.result-form p{grid-column:1/-1;margin:0;color:var(--muted)}.tracker{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.track-step{display:grid;gap:4px;text-align:center;position:relative}.track-step span{margin:auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f7ff;border:1px solid var(--line);font-weight:900}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.result-card em{display:inline-block;color:#16803a;background:#e9f8ef;border-radius:9px;padding:5px 9px;font-style:normal}.security-panels{grid-template-columns:1fr 1fr}.analysis-detail{grid-template-columns:1fr 320px}.sticky{position:sticky;top:14px;align-self:start}.sticky dl{display:grid;grid-template-columns:100px 1fr;gap:10px}.medical-note{background:#f4f8ff;border-left:4px solid var(--blue);padding:14px;border-radius:10px}.footer{background:var(--navy);color:#fff;margin-top:44px;padding:38px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.4fr;gap:22px}.footer a{display:block;margin:8px 0;color:#dfeaff}.footer-logo{font-size:24px;font-weight:900}.footer-logo span{color:#ff7279}.ai-bot{position:fixed;right:18px;bottom:18px;z-index:20;border:0;border-radius:999px;background:var(--red);color:#fff;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 14px 30px rgba(227,6,19,.25)}.ai-bot span{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900}.form-alert{margin-top:14px;border-radius:12px;padding:12px 16px;font-weight:800}.form-alert--success{background:#e9f8ef;color:#136e32}.form-alert--error{background:#fff1f3;color:#a00010}@media (max-width:980px){.mainbar__inner{height:auto;min-height:72px;flex-wrap:wrap}.burger{display:flex;margin-left:auto}.nav{display:none;order:10;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:10px 0}.nav.is-open{display:flex}.nav__link{padding:10px 0}.cabinet-btn{margin-left:auto}.hero__inner{grid-template-columns:1fr}.hero__media{min-height:250px;order:-1}.category-grid,.benefits,.contact-cards{grid-template-columns:repeat(2,1fr)}.home-panels,.price-layout,.two-column,.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail,.branch-layout{grid-template-columns:1fr}.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid{grid-template-columns:1fr 1fr}.district-filter,.branch-cards{grid-column:auto}.result-form{margin-top:20px}.result-form form{grid-template-columns:1fr}.tracker{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.test-row{grid-template-columns:36px 1fr;align-items:start}.test-row__term,.test-row__price,.test-row__actions{grid-column:2}.calculator,.sticky{position:static}.cert-row{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar__inner{height:auto;padding:7px 0;align-items:flex-start}.topbar__left,.topbar__right{flex-wrap:wrap;gap:8px}.logo{min-width:auto}.logo-text strong{font-size:18px}.cabinet-btn{width:100%;text-align:center}.hero h1{font-size:36px}.hero p{font-size:16px}.hero__media{min-height:220px}.category-grid,.benefits,.contact-cards,.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid,.tracker,.footer__grid,.mini-grid{grid-template-columns:1fr}.home-panels{grid-template-columns:1fr}.pro-form{grid-template-columns:1fr}.pro-form .span-2{grid-column:auto}.tabs-wide{grid-template-columns:1fr}.tabs-wide .tab{border-radius:10px!important}.searchbar{flex-direction:column}.ai-bot{right:10px;bottom:10px}.result-form form{grid-template-columns:1fr}.price-layout{margin-top:16px}.hero__copy{padding:24px 0}.card,.panel{padding:16px}.test-row__actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.centered{width:100%}}


/* Геометрична посадка під наданий референс-макет: компактні пропорції desktop */
@media (min-width: 981px){
  .container{width:min(1400px,calc(100% - 96px));}
  .topbar{font-size:14px;}
  .topbar__inner{height:34px;}
  .mainbar__inner{height:72px;gap:24px;}
  .logo{min-width:360px;gap:12px;}
  .logo-mark{grid-template-columns:repeat(3,10px);gap:6px;}
  .logo-mark i{width:10px;height:10px;}
  .logo-text strong{font-size:25px;letter-spacing:-.02em;}
  .logo-text small{font-size:13px;margin-top:4px;}
  .nav{gap:32px;}
  .nav__link{font-size:15px;padding:27px 0;}
  .nav__link.is-active:after{bottom:13px;}
  .cabinet-btn{border-radius:9px;padding:13px 20px;font-size:16px;white-space:nowrap;}

  .hero--home .hero__inner{grid-template-columns:46% 54%;min-height:332px;}
  .hero--home .hero__copy{padding:36px 0 72px;}
  .hero--home h1{font-size:clamp(52px,4.65vw,68px);line-height:.96;margin-bottom:22px;letter-spacing:-.045em;}
  .hero--home p{font-size:19px;line-height:1.42;max-width:570px;margin-bottom:28px;}
  .hero--home .hero__media{min-height:332px;}
  .hero--home .hero__media img{object-fit:cover;object-position:center center;}
  .hero--home .hero__actions{gap:16px;}
  .hero--home .btn{min-height:52px;padding:12px 24px;border-radius:10px;font-size:18px;}

  .section-tight{margin-top:-58px;}
  .category-grid{gap:18px;}
  .category-card{min-height:148px;padding:18px 20px;border-radius:16px;gap:8px;}
  .category-card__icon{font-size:24px;line-height:1;}
  .category-card strong{font-size:16px;line-height:1.12;}
  .category-card p{font-size:13px;line-height:1.22;}
  .category-card em{font-size:17px;line-height:1.1;}
  .category-card small{font-size:13px;}

  .home-panels{grid-template-columns:1.05fr 1.05fr 1fr;gap:18px;margin-top:18px;}
  .panel{padding:16px 18px;border-radius:16px;}
  .panel h2,.card h2{font-size:18px;line-height:1.15;margin-bottom:10px;}
  .panel p,.panel li{font-size:13px;line-height:1.25;}
  .panel ul{margin:8px 0 12px;padding-left:18px;}
  .map-card img{height:132px;}
  .promo-panel img{height:82px;max-width:42%;}
  .badge-red{padding:5px 10px;font-size:12px;}
  .results-panel form{gap:8px;}
  .results-panel label{font-size:12px;font-weight:700;color:var(--muted);}
  .results-panel input{padding:9px 10px;min-height:36px;border-radius:8px;font-size:13px;}
  .results-panel .btn,.home-panels .btn{min-height:36px;padding:8px 14px;border-radius:8px;font-size:13px;}

  .benefits{gap:12px;margin-top:16px;margin-bottom:28px;}
  .benefit{min-height:74px;padding:12px 14px;border-radius:14px;gap:10px;align-items:center;}
  .benefit span{font-size:24px;}
  .benefit strong{font-size:13px;line-height:1.1;}
  .benefit p{font-size:11px;line-height:1.2;margin-top:3px;}
  .footer{margin-top:26px;}
}

@media (min-width: 981px) and (max-width: 1240px){
  .container{width:min(1180px,calc(100% - 40px));}
  .logo{min-width:280px;}
  .nav{gap:20px;}
  .hero--home h1{font-size:54px;}
  .category-grid{gap:12px;}
  .category-card{padding:15px;}
}


/* ==========================================================
   PROLAB GRID-LOCK LAYOUT v3
   Жорстка координатна сітка у стилі Matlab uigridlayout:
   desktop-сторінки мають фіксовані колонки, рядки, висоти блоків,
   однакові gap, вирівнювання і контроль переповнення.
   ========================================================== */

:root{
  --site-max: 1400px;
  --site-pad: 32px;
  --grid-gap: 18px;
  --topbar-h: 30px;
  --header-h: 70px;
  --hero-h: 360px;
  --hero-copy-col: 46%;
  --hero-media-col: 54%;
  --card-h: 150px;
  --panel-h: 300px;
  --benefit-h: 72px;
}

@media (min-width: 981px){
  html,body{min-width:1080px;}
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad))) !important;
    max-width:var(--site-max);
  }

  /* Row 1: service bar */
  .topbar__inner{
    height:var(--topbar-h) !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }

  /* Row 2: main navigation bar */
  .mainbar__inner{
    height:var(--header-h) !important;
    display:grid !important;
    grid-template-columns:340px minmax(520px,1fr) 220px;
    gap:24px !important;
    align-items:center;
  }
  .logo{min-width:0 !important;width:340px;}
  .nav{
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    justify-content:center;
    align-items:center;
    gap:32px !important;
    min-width:0;
  }
  .nav__link{padding:0 !important;height:var(--header-h);display:grid;place-items:center;}
  .nav__link.is-active:after{bottom:10px !important;}
  .cabinet-btn{
    width:220px;
    height:48px;
    display:grid;
    place-items:center;
    padding:0 !important;
  }

  /* Universal hero grid for all pages */
  .hero{
    height:var(--hero-h);
    min-height:var(--hero-h);
  }
  .hero__inner{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    display:grid !important;
    grid-template-columns:var(--hero-copy-col) var(--hero-media-col) !important;
    grid-template-rows:var(--hero-h);
    align-items:stretch !important;
  }
  .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 42px 0 !important;
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr) auto;
    align-content:center;
    align-items:start;
    min-width:0;
    overflow:hidden;
  }
  .hero h1{
    margin:0 0 18px !important;
    max-width:620px;
  }
  .hero p{
    max-width:590px;
    margin:0 0 20px !important;
  }
  .hero__actions{
    align-self:start;
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:16px !important;
  }
  .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    overflow:hidden;
  }
  .hero__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .hero--home .hero__inner{
    grid-template-columns:46% 54% !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 86px 0 !important;
  }
  .hero--home .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home h1{
    font-size:clamp(54px,4.75vw,70px) !important;
    line-height:.94 !important;
    letter-spacing:-.055em;
  }

  /* Home: 6 cards exactly one grid row */
  .section-tight{
    margin-top:-58px !important;
    position:relative;
    z-index:5;
  }
  .category-grid{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
    grid-template-rows:var(--card-h);
    gap:var(--grid-gap) !important;
  }
  .category-card{
    height:var(--card-h) !important;
    min-height:var(--card-h) !important;
    max-height:var(--card-h) !important;
    padding:18px 20px !important;
    display:grid !important;
    grid-template-rows:24px 38px 32px 20px 16px;
    gap:5px !important;
    overflow:hidden;
  }
  .category-card__icon{height:24px;line-height:24px;}
  .category-card strong,.category-card p,.category-card em,.category-card small{
    overflow:hidden;
  }

  /* Home: 3 lower panels are a fixed 3-column layout */
  .home-panels{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1.05fr 1.05fr 1fr !important;
    grid-template-rows:var(--panel-h);
    gap:var(--grid-gap) !important;
    align-items:stretch;
  }
  .home-panels .panel{
    height:var(--panel-h);
    min-height:var(--panel-h);
    overflow:hidden;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    align-content:start;
  }
  .panel-map{
    grid-template-rows:auto 132px minmax(0,54px) 36px !important;
  }
  .panel-map .map-card{height:132px;}
  .panel-map ul{overflow:hidden;margin:6px 0 8px !important;}
  .promo-panel{
    grid-template-columns:1fr 150px;
    grid-template-rows:auto auto minmax(0,50px) 1fr 36px;
    column-gap:16px;
  }
  .promo-panel .badge-red{grid-column:1;grid-row:1;}
  .promo-panel h2{grid-column:1;grid-row:2;}
  .promo-panel strong{grid-column:1;grid-row:3;}
  .promo-panel p{grid-column:1;grid-row:4;overflow:hidden;}
  .promo-panel img{grid-column:2;grid-row:2 / span 3;width:150px;height:90px !important;align-self:center;}
  .promo-panel .btn{grid-column:1;grid-row:5;width:160px;}
  .results-panel{grid-template-rows:auto minmax(0,1fr) !important;}
  .results-panel form{align-content:start;}

  /* Benefits fixed one row */
  .benefits{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-template-rows:var(--benefit-h);
    gap:14px !important;
    margin-top:16px !important;
    margin-bottom:28px !important;
  }
  .benefit{
    height:var(--benefit-h);
    min-height:var(--benefit-h);
    overflow:hidden;
    display:grid !important;
    grid-template-columns:32px minmax(0,1fr);
    align-items:center !important;
  }

  /* Generic page sections: same fixed grid logic */
  .price-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .test-list{display:grid;gap:8px;}
  .test-row{
    min-height:58px;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) 100px 120px 178px !important;
    align-items:center !important;
  }
  .test-row__name,
  .test-row__term,
  .test-row__price{min-width:0;overflow:hidden;}
  .test-row__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .test-row__actions .btn{width:100%;min-width:0;}

  .two-column{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .cards-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cards-grid.four{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
  }
  .cards-grid > .card,
  .cards-grid > article{
    height:100%;
    display:grid;
    align-content:start;
  }

  .branch-layout{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) !important;
    grid-template-rows:260px auto;
    gap:var(--grid-gap) !important;
  }
  .district-filter{grid-row:1 / span 2;}
  .branch-layout > .map-card{height:260px;}
  .branch-layout > .map-card img{height:260px;}
  .branch-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:var(--grid-gap) !important;
  }
  .branch-card{
    height:100%;
    min-height:260px;
    display:grid;
    grid-template-rows:130px auto auto auto;
  }

  .prep-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) 260px !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .prep-card,.prep-grid .card{height:100%;}

  .doctor-panels,
  .result-layout,
  .security-panels,
  .analysis-detail{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 360px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contacts-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 330px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contact-cards{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-auto-rows:104px;
    gap:14px !important;
  }
  .contact-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    column-gap:10px;
  }

  .about-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cert-row{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) 180px !important;
    gap:14px !important;
    align-items:stretch;
  }

  .result-form form{
    display:grid !important;
    grid-template-columns:1fr 1fr 210px !important;
    align-items:end;
    gap:12px !important;
  }
  .tracker{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  .result-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .footer__grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 1.4fr 1.4fr !important;
    gap:32px !important;
    align-items:start;
  }
}

/* Tablet/mobile still use grid, but with controlled columns and no horizontal scroll */
@media (max-width: 980px){
  .container{width:min(100% - 24px, 900px) !important;}
  .mainbar__inner{
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:12px;
  }
  .cabinet-btn{grid-column:1 / -1;width:100%;}
  .hero{height:auto;min-height:0;}
  .hero__inner{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .hero__copy{display:grid;gap:14px;}
  .hero__media{height:260px !important;min-height:260px !important;}
  .category-grid,
  .home-panels,
  .benefits,
  .price-layout,
  .two-column,
  .branch-layout,
  .doctor-panels,
  .contacts-layout,
  .result-layout,
  .security-panels,
  .analysis-detail,
  .about-grid,
  .prep-grid,
  .result-cards,
  .footer__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px){
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    grid-template-columns:1fr !important;
  }
  .hero__media{height:220px !important;min-height:220px !important;}
}


/* ==========================================================
   PROLAB REFERENCE VISUAL THEME v4
   Колірна гама, типографіка, кнопки, іконки і композиція
   під останній наданий референс.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#3f5172;
  --line:#e5eaf3;
  --bg:#f6f9fd;
  --shadow:0 8px 22px rgba(6,43,104,.08);
  --site-max:1540px;
  --site-pad:42px;
  --topbar-h:32px;
  --header-h:98px;
  --hero-h:278px;
  --card-h:136px;
  --panel-h:230px;
  --benefit-h:70px;
  --grid-gap:16px;
}

body{
  background:#fff;
  color:var(--text);
  font-family:Inter,Manrope,Arial,sans-serif;
}

.topbar{
  background:#062b68!important;
  color:#fff;
  font-size:14px!important;
  font-weight:700;
}
.topbar__left,.topbar__right{gap:18px!important;}
.topbar a{color:#fff;}
.lang-current{font-weight:800;}

.mainbar{
  background:#fff;
  border-bottom:1px solid #edf1f7;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:360px minmax(650px,1fr) 220px!important;
    height:98px!important;
  }
}
.logo{
  width:360px!important;
  gap:16px!important;
}
.logo-mark{display:none!important;}
.logo-flask{
  display:grid;
  width:66px;
  height:66px;
  place-items:center;
  color:var(--red);
  flex:0 0 66px;
}
.logo-flask svg{width:66px;height:66px;}
.logo-text strong{
  font-size:34px!important;
  letter-spacing:-.04em;
  color:var(--navy)!important;
  font-weight:900;
}
.logo-text em{
  color:var(--red)!important;
  font-size:.62em;
  display:inline-block;
  transform:translateY(6px);
  margin-left:4px;
}
.logo-text small{
  color:#111a33!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.03em;
  margin-top:4px!important;
}
.nav{gap:56px!important;}
.nav__link{
  color:var(--navy)!important;
  font-size:16px!important;
  font-weight:900!important;
}
.nav__link.is-active:after{
  background:transparent!important;
}
.cabinet-btn{
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
  border-radius:8px!important;
  font-size:16px!important;
  font-weight:900!important;
  background:#fff!important;
}

.hero{
  background:#f3f7fc!important;
}
@media (min-width:981px){
  .hero,
  .hero__inner,
  .hero__copy,
  .hero__media,
  .hero--home .hero__media{
    height:278px!important;
    min-height:278px!important;
  }
  .hero__inner,
  .hero--home .hero__inner{
    grid-template-columns:42% 58%!important;
  }
  .hero__copy,
  .hero--home .hero__copy{
    padding:28px 28px 28px 0!important;
    grid-template-rows:auto auto auto auto!important;
    align-content:center!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:.95!important;
    letter-spacing:-.035em;
    margin-bottom:4px!important;
    white-space:nowrap;
  }
  .hero p{
    max-width:620px;
    margin:0 0 8px!important;
  }
  .hero__media img{
    object-position:center 42%!important;
  }
}
.hero h1{
  color:var(--navy)!important;
  font-weight:900;
}
.hero p{
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.32!important;
}
.hero p::first-line{
  font-size:34px;
  font-weight:400;
  line-height:1.05;
}
.hero__actions{
  margin-top:6px;
}
.btn{
  border-radius:6px!important;
  min-height:38px;
  font-size:15px;
  font-weight:900;
  padding:10px 22px!important;
}
.btn-primary{
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.btn-outline,
.btn-light{
  background:#fff!important;
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
}

.hero-features{
  height:58px;
  display:grid;
  grid-template-columns:220px 210px 220px;
  align-items:center;
  gap:34px;
  color:var(--navy);
}
.hero-features div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
}
.hero-features span{
  color:var(--red);
  font-size:20px;
  width:24px;
  text-align:center;
}

@media (min-width:981px){
  .section-tight{
    margin-top:0!important;
  }
  .category-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:136px!important;
    gap:16px!important;
  }
  .category-card{
    height:136px!important;
    min-height:136px!important;
    max-height:136px!important;
    padding:18px 20px!important;
    border-radius:10px!important;
    box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
    border:1px solid #eef1f6!important;
    grid-template-rows:28px 36px 36px 18px!important;
    gap:4px!important;
    position:relative;
  }
}
.category-card__icon{
  color:var(--red)!important;
  font-size:31px!important;
  font-weight:300;
  line-height:1;
}
.category-card strong{
  color:var(--navy);
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.category-card p{
  color:var(--muted);
  font-size:13px!important;
  line-height:1.18!important;
}
.category-card em{
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.category-card em::before{content:"ціни ";}
.category-card small{
  position:absolute;
  right:18px;
  bottom:14px;
  min-width:68px;
  height:28px;
  border:1.5px solid #e7a0a5;
  border-radius:7px;
  display:grid;
  place-items:center;
  color:var(--navy)!important;
  font-size:13px!important;
}
.category-card small::first-letter{text-transform:uppercase;}

.home-panels .panel,
.benefit,
.card{
  border:1px solid #eef1f6!important;
  border-radius:10px!important;
  box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
}
.panel h2,.card h2{
  color:var(--navy)!important;
  font-size:20px!important;
  font-weight:900!important;
}

@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.38fr 1fr!important;
    grid-template-rows:230px!important;
    gap:16px!important;
    margin-top:10px!important;
  }
  .home-panels .panel{
    height:230px!important;
    min-height:230px!important;
  }
}
.panel-map{
  position:relative;
  grid-template-columns:1.05fr .95fr!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:12px;
}
.panel-map h2{grid-column:1 / -1;}
.panel-map .map-card{
  grid-column:2;
  grid-row:1 / span 3;
  height:100%!important;
}
.panel-map .map-card img{
  height:100%!important;
  object-fit:cover;
}
.panel-map ul{
  grid-column:1;
  grid-row:2;
  list-style:none;
  padding:0!important;
  margin:0!important;
  color:var(--navy);
  font-size:11px;
  font-weight:700;
}
.panel-map li{margin:8px 0;}
.panel-map li::before{content:"📍 "; color:var(--red);}
.panel-map .btn{
  grid-column:1;
  grid-row:3;
  width:160px;
}

.promo-panel{
  background:#fff!important;
}
.promo-panel .badge-red{
  background:var(--red)!important;
  border-radius:8px!important;
  font-size:14px!important;
}
.promo-panel h2{font-size:22px!important;}
.promo-panel strong{
  color:var(--navy);
  font-size:16px;
  font-weight:900;
}
.promo-panel p{color:var(--muted);}
.promo-panel .btn{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
.promo-panel::after{
  content:none!important;display:none!important;
  position:absolute;
  right:70px;
  top:50px;
  color:var(--red);
  opacity:.88;
  font-size:92px;
  font-weight:300;
  line-height:1;
}
.promo-panel img{opacity:.22;}

.results-panel{
  background:#062b68!important;
  color:#fff!important;
  position:relative;
  overflow:hidden;
}
.results-panel::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-8px;
  width:140px;
  height:170px;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.05));
  clip-path:polygon(43% 0,54% 0,54% 18%,67% 18%,67% 100%,24% 100%,24% 18%,43% 18%);
  opacity:.5;
}
.results-panel h2,
.results-panel label{
  color:#fff!important;
}
.results-panel input{
  border:0!important;
  height:38px!important;
  border-radius:6px!important;
}
.results-panel .btn{
  background:var(--red)!important;
  color:#fff!important;
}
.results-panel form{position:relative;z-index:2;}

.benefits{
  border-top:0!important;
}
.benefit{
  grid-template-columns:54px minmax(0,1fr)!important;
}
.benefit span{
  width:46px;
  height:46px;
  border:1.5px solid var(--red);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  font-size:24px!important;
}
.benefit strong{
  color:var(--navy);
  font-size:15px!important;
  font-weight:900;
}
.benefit p{
  color:var(--muted);
  font-size:13px!important;
}

.footer{
  background:#062b68!important;
}

/* Internal pages use the same color/button/icon language */
.tab.is-active,
.btn-dark{
  background:var(--navy)!important;
  color:#fff!important;
}
.test-row__icon{
  background:#fff!important;
  color:var(--red)!important;
  border:1.5px solid #f0b7bb;
}
.test-row__price,
.red,
.price-line strong{
  color:var(--red)!important;
}
.medical-note{border-left-color:var(--red)!important;}

@media (max-width:980px){
  .hero-features{
    width:min(100% - 24px,900px);
    margin-inline:auto;
    grid-template-columns:1fr;
    height:auto;
    padding:12px 0;
    gap:10px;
  }
  .logo-flask{width:50px;height:50px;flex-basis:50px;}
  .logo-flask svg{width:50px;height:50px;}
}

.hero-lead{display:inline-block;font-size:34px;font-weight:400;line-height:1.05;margin-bottom:8px;color:var(--navy);}
@media (max-width:640px){.hero-lead{font-size:24px;}}


/* ==========================================================
   PROLAB REFERENCE FIX v5
   Виправлення пропорцій: шрифти, header overflow, плавний
   перехід hero-тексту в фото, line-icons замість emoji.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#344866;
  --line:#e8edf5;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:96px;
  --hero-h:284px;
  --card-h:138px;
  --panel-h:236px;
  --grid-gap:16px;
}

body{
  color:var(--navy);
  font-size:15px;
}

/* Header: no overflow, proportions close to reference */
@media (min-width:981px){
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad)))!important;
  }
  .topbar__inner{
    height:var(--topbar-h)!important;
    font-size:14px!important;
  }
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:390px minmax(0,1fr) 230px!important;
    gap:22px!important;
    overflow:hidden;
  }
  .logo,
  .logo--flask{
    width:390px!important;
    min-width:0!important;
  }
  .logo-flask{
    width:72px!important;
    height:72px!important;
    flex-basis:72px!important;
  }
  .logo-flask svg{
    width:72px!important;
    height:72px!important;
  }
  .logo-text strong{
    font-size:34px!important;
    line-height:.86!important;
  }
  .logo-text small{
    font-size:10px!important;
    letter-spacing:.025em;
  }
  .nav{
    min-width:0!important;
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(6,max-content);
    justify-content:space-between;
    gap:0!important;
  }
  .nav__link{
    height:var(--header-h)!important;
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap;
    padding:0 4px!important;
  }
  .cabinet-btn{
    width:230px!important;
    height:46px!important;
    font-size:15px!important;
    overflow:hidden;
    white-space:nowrap;
  }
}

/* HERO: image is not a separate hard block; it becomes a background-like layer with gradient fade */
.hero--home{
  background:#f4f8fd!important;
  position:relative;
}
@media (min-width:981px){
  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }
  .hero--home .hero__inner{
    position:relative;
    display:block!important;
    overflow:hidden;
  }
  .hero--home .hero__media{
    position:absolute!important;
    top:0;
    right:0;
    width:68%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    z-index:0;
  }
  .hero--home .hero__media::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 22%,
        rgba(244,248,253,.92) 34%,
        rgba(244,248,253,.56) 47%,
        rgba(244,248,253,.12) 59%,
        rgba(244,248,253,0) 72%);
    pointer-events:none;
  }
  .hero--home .hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    filter:saturate(.96) contrast(1.02);
  }
  .hero--home .hero__copy{
    position:relative;
    z-index:2;
    width:56%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:24px 20px 22px 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto;
    align-content:center!important;
    overflow:visible!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
    margin:0 0 4px!important;
    white-space:normal!important;
    max-width:680px;
    overflow:visible!important;
  }
  .hero--home .hero-lead{
    display:block!important;
    font-size:34px!important;
    line-height:1.05!important;
    font-weight:400!important;
    margin:0 0 8px!important;
    letter-spacing:-.015em;
  }
  .hero--home p{
    max-width:610px!important;
    margin:0 0 14px!important;
    color:var(--navy)!important;
    font-size:16px!important;
    line-height:1.28!important;
    font-weight:500;
  }
  .hero--home .hero__actions{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:20px!important;
  }
  .hero--home .btn{
    min-width:176px;
    min-height:38px!important;
    height:38px;
    border-radius:6px!important;
    font-size:15px!important;
    padding:0 22px!important;
  }
  .hero--home .btn-outline{
    min-width:206px;
  }
}

/* Red feature strip under hero, same visual scale as reference */
@media (min-width:981px){
  .hero-features{
    height:58px!important;
    margin-top:0;
    grid-template-columns:260px 240px 250px!important;
    gap:64px!important;
    align-items:center;
    font-size:15px!important;
  }
}
.hero-features span{
  color:var(--red)!important;
  font-size:24px!important;
}
.hero-features strong{
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

/* Real line-icons from CSS masks/drawing; no emoji icons */
.icon-line{
  position:relative;
  display:block!important;
  width:34px;
  height:34px;
  color:var(--red);
}
.icon-line::before,
.icon-line::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
}

/* drop */
.icon-line--zagalnoklinichni::before{
  inset:4px 8px 5px;
  border:3px solid currentColor;
  border-radius:55% 55% 55% 8px;
  transform:rotate(45deg);
}
/* molecule */
.icon-line--biokhimiia::before{
  width:8px;height:8px;border:3px solid currentColor;border-radius:50%;
  left:13px;top:13px;box-shadow:-13px -7px 0 -1px #fff, -13px -7px 0 2px currentColor, 13px -7px 0 -1px #fff, 13px -7px 0 2px currentColor, 0 14px 0 -1px #fff, 0 14px 0 2px currentColor;
}
.icon-line--biokhimiia::after{
  left:8px;top:8px;width:18px;height:20px;
  border-left:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(30deg);
}
/* shield */
.icon-line--imunolohiia::before{
  left:7px;top:3px;width:20px;height:26px;
  border:3px solid currentColor;
  border-radius:9px 9px 13px 13px;
  clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%);
}
/* dna */
.icon-line--henetychni::before{
  left:5px;top:4px;width:24px;height:26px;
  border-left:3px solid currentColor;
  border-right:3px solid currentColor;
  border-radius:50%;
  transform:rotate(28deg);
}
.icon-line--henetychni::after{
  left:8px;top:8px;width:18px;height:18px;
  background:repeating-linear-gradient(0deg, transparent 0 5px, currentColor 5px 7px);
  transform:rotate(28deg);
}
/* child face */
.icon-line--dlia-ditei::before{
  left:5px;top:5px;width:24px;height:24px;
  border:3px solid currentColor;border-radius:50%;
}
.icon-line--dlia-ditei::after{
  left:13px;top:16px;width:8px;height:4px;
  border-bottom:3px solid currentColor;border-radius:0 0 8px 8px;
  box-shadow:-6px -6px 0 -2px currentColor, 6px -6px 0 -2px currentColor;
}
/* heart */
.icon-line--hormony::before{
  left:5px;top:7px;width:24px;height:22px;
  border:3px solid currentColor;
  border-top:0;border-left:0;
  transform:rotate(45deg);
  border-radius:0 0 7px 0;
}
.icon-line--hormony::after{
  left:4px;top:5px;width:13px;height:13px;
  border:3px solid currentColor;border-radius:50%;
  box-shadow:12px 0 0 -0px #fff, 12px 0 0 0 currentColor;
  clip-path:inset(0 0 0 0);
}

/* Category card typography/geometry exactly tighter */
@media (min-width:981px){
  .category-grid{
    grid-template-rows:136px!important;
  }
  .category-card{
    padding:18px 22px 16px!important;
    grid-template-rows:32px 36px 34px 24px!important;
    gap:2px!important;
    overflow:hidden!important;
  }
  .category-card strong{
    font-size:18px!important;
    line-height:1.02!important;
    max-height:38px;
  }
  .category-card p{
    font-size:13px!important;
    line-height:1.18!important;
    max-height:34px;
  }
  .category-card em{
    align-self:end;
    font-size:13px!important;
    line-height:1;
  }
  .category-card small{
    bottom:16px!important;
    right:20px!important;
    width:70px;
    height:28px;
    background:#fff;
  }
}

/* Other icons: replace emoji feel with circular line style */
.benefit span{
  font-family:Arial,sans-serif;
  color:var(--red)!important;
  border-color:var(--red)!important;
}
.test-row__icon{
  color:var(--red)!important;
  border:1.5px solid rgba(229,41,50,.35)!important;
}

/* Panels corrected */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.35fr 1fr!important;
    margin-top:10px!important;
  }
  .results-panel h2{font-size:26px!important;}
  .panel h2,.card h2{font-size:20px!important;}
}

/* Do not let old pseudo first-line enlarge text unpredictably */
.hero p::first-line{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;}

@media (max-width:980px){
  .hero--home .hero__copy{width:auto;}
  .hero--home h1{white-space:normal!important;font-size:38px!important;}
}


/* ==========================================================
   PROLAB HEADER + ONLINE ORDER PANEL v6
   Правки за останнім скріном: верхня панель, dropdown-меню,
   кнопка "Результати онлайн", логотип, online-order панель.
   ========================================================== */

:root{
  --navy:#062b68;
  --red:#e52932;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:92px;
}

/* accessibility utility */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Top panel proportions like ref #6 */
.topbar{
  height:var(--topbar-h)!important;
  background:#062b68!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
}
.topbar__inner{
  height:var(--topbar-h)!important;
}
.topbar__left,
.topbar__right{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  white-space:nowrap;
}
.topbar__left{justify-content:flex-start;}
.topbar__right{justify-content:flex-end;}
.topbar-dot{
  opacity:.95;
  font-size:16px;
  line-height:1;
}
.topbar-lang,
.topbar-result,
.topbar-phone{
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Header grid */
@media (min-width:981px){
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:380px minmax(600px,1fr) 230px!important;
    gap:28px!important;
    overflow:visible!important;
  }
}
.mainbar{
  background:#fff!important;
  border-bottom:1px solid #eef2f7!important;
}

/* Exact logo construction: flask + PROLAB Odesa text */
.logo--prolab{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  width:380px!important;
  gap:14px!important;
  min-width:0!important;
}
.logo-flask{
  width:76px!important;
  height:76px!important;
  color:var(--red)!important;
  display:grid!important;
  place-items:center!important;
}
.logo-flask svg{
  width:76px!important;
  height:76px!important;
}
.logo-word{
  display:grid;
  grid-template-columns:max-content max-content;
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:8px;
}
.logo-pro{
  color:var(--navy);
  font-size:36px;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.88;
}
.logo-odesa{
  color:var(--red);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.05em;
  line-height:.88;
  transform:translateY(2px);
}
.logo-sub{
  grid-column:1 / -1;
  color:#111827;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1;
  margin-top:6px;
}

/* Navigation with dropdowns */
.nav{
  display:grid!important;
  grid-auto-flow:column;
  grid-auto-columns:max-content;
  justify-content:space-between!important;
  align-items:center!important;
  gap:0!important;
  min-width:0;
}
.nav-item{
  position:relative;
  height:var(--header-h);
  display:grid;
  align-items:center;
}
.nav__link{
  height:auto!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
}
.nav-caret{
  display:inline-block;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
  transform:translateY(-1px);
}
.dropdown-menu{
  position:absolute;
  left:0;
  top:calc(100% - 10px);
  min-width:250px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:10px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:8px;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:.16s ease;
  z-index:50;
}
.dropdown-menu a{
  display:block;
  padding:11px 12px;
  border-radius:8px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.dropdown-menu a:hover{
  background:#f4f8fd;
  color:var(--red);
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

/* Top right button is Results online, not cabinet */
.results-top-btn{
  width:230px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--red);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
}
.results-top-btn span{
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Old cabinet styles must not affect new button */
.cabinet-btn{display:none!important;}

/* Home online order panel replaces Results online form panel */
.order-online-panel{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 45%, rgba(63,111,189,.45), transparent 30%),
    linear-gradient(135deg,#062b68 0%,#06245c 58%,#083a86 100%)!important;
  color:#fff!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 32px rgba(6,43,104,.20)!important;
}
@media (min-width:981px){
  .order-online-panel{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 190px!important;
    grid-template-rows:1fr!important;
    height:230px!important;
    min-height:230px!important;
    padding:20px 18px!important;
  }
}
.order-online-panel__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-rows:auto auto auto 24px;
  align-content:start;
  gap:8px;
}
.order-online-panel h2{
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
  margin:0!important;
  font-weight:900!important;
}
.order-online-panel p{
  color:#fff!important;
  margin:0!important;
  max-width:320px;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800;
}
.order-online-form{
  display:grid;
  gap:10px;
  width:300px;
  max-width:100%;
}
.order-online-form input{
  height:38px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#5b6475;
  padding:0 14px;
  font-size:14px;
  font-weight:700;
}
.order-online-form .btn{
  height:38px;
  min-height:38px;
  background:var(--red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.order-safe{
  color:#fff;
  font-size:11px;
  font-weight:900;
  align-self:end;
}

/* Functional CSS illustration, not image */
.order-cart-illustration{
  position:relative;
  z-index:1;
  align-self:center;
  justify-self:end;
  width:178px;
  height:172px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));
}
.cart-handle{
  position:absolute;
  left:58px;
  top:0;
  width:40px;
  height:24px;
  border:7px solid #74a2dc;
  border-bottom:0;
  border-radius:16px 16px 0 0;
}
.cart-board{
  position:absolute;
  left:25px;
  top:18px;
  width:105px;
  height:92px;
  border-radius:12px;
  background:linear-gradient(180deg,#9fc0e8,#6d9bd3);
  border:4px solid #75a2d8;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.2);
}
.cart-board span{
  position:absolute;
  left:18px;
  width:18px;
  height:18px;
  color:#0b3a82;
  background:#eaf4ff;
  border-radius:4px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.cart-board span:nth-child(1){top:20px;}
.cart-board span:nth-child(2){top:52px;}
.cart-basket{
  position:absolute;
  left:6px;
  bottom:24px;
  width:142px;
  height:66px;
  border:5px solid #8fb5e4;
  border-top-width:7px;
  border-radius:5px 5px 14px 14px;
  transform:skewX(-8deg);
  background:rgba(255,255,255,.08);
}
.cart-basket::before,
.cart-basket::after{
  content:"";
  position:absolute;
  top:-4px;
  bottom:0;
  width:4px;
  background:#8fb5e4;
}
.cart-basket::before{left:45px;}
.cart-basket::after{left:90px;}
.cart-basket i{
  position:absolute;
  bottom:8px;
  width:10px;
  height:42px;
  border-radius:5px 5px 0 0;
  background:linear-gradient(180deg,#e8f4ff,#86b4e2);
  border:2px solid #cfe5fb;
}
.cart-basket i:nth-child(1){left:18px;}
.cart-basket i:nth-child(2){left:48px;}
.cart-basket i:nth-child(3){left:78px;}
.cart-basket i:nth-child(4){left:108px;}
.cart-wheel{
  position:absolute;
  bottom:4px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#b9d2ee;
  border:4px solid #75a2d8;
}
.cart-wheel--one{left:36px;}
.cart-wheel--two{left:116px;}

/* Make top online order panel responsive */
@media (max-width:980px){
  .logo--prolab{
    width:auto!important;
    grid-template-columns:58px minmax(0,1fr)!important;
  }
  .logo-flask,.logo-flask svg{width:56px!important;height:56px!important;}
  .logo-pro{font-size:27px;}
  .logo-odesa{font-size:16px;}
  .results-top-btn{
    grid-column:1 / -1;
    width:100%;
  }
  .nav{
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    justify-content:start!important;
  }
  .nav-item{
    height:auto;
    width:100%;
  }
  .dropdown-menu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 12px;
    display:none;
  }
  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    display:block;
  }
  .order-online-panel{
    min-height:260px;
    display:grid;
    grid-template-columns:1fr;
    padding:18px!important;
  }
  .order-cart-illustration{
    opacity:.35;
    position:absolute;
    right:12px;
    bottom:8px;
  }
}

/* ==========================================================
   PROLAB FLUID GRID LOCK v7
   Масштабування при 100% browser zoom без наповзань.
   ========================================================== */
:root{
  --site-max:1440px;
  --site-pad:clamp(24px,3.2vw,44px);
  --topbar-h:32px;
  --header-h:clamp(78px,6.2vw,92px);
  --hero-h:clamp(258px,18.4vw,284px);
  --grid-gap:clamp(12px,1.15vw,16px);
  --logo-col:clamp(292px,25vw,360px);
  --action-col:clamp(190px,15.2vw,220px);
  --nav-font:clamp(14px,1.08vw,16px);
  --h1-home:clamp(39px,3.25vw,48px);
  --lead-home:clamp(27px,2.25vw,34px);
  --card-h:clamp(128px,9vw,138px);
  --panel-h:clamp(220px,15.2vw,236px);
}
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
@media (min-width:981px){
  .container{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;max-width:var(--site-max)!important;}
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:minmax(270px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
    gap:clamp(14px,1.65vw,28px)!important;align-items:center!important;overflow:visible!important;
  }
  .logo--prolab{width:auto!important;max-width:var(--logo-col)!important;min-width:0!important;grid-template-columns:clamp(54px,5vw,72px) minmax(0,1fr)!important;gap:clamp(10px,1vw,14px)!important;overflow:hidden;}
  .logo-flask,.logo-flask svg{width:clamp(54px,5vw,72px)!important;height:clamp(54px,5vw,72px)!important;}
  .logo-word{min-width:0;overflow:hidden;}
  .logo-pro{font-size:clamp(27px,2.55vw,36px)!important;line-height:.9!important;}
  .logo-odesa{font-size:clamp(15px,1.45vw,20px)!important;}
  .logo-sub{font-size:clamp(8px,.74vw,10px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .nav{min-width:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  transform:translateY(-12px)!important;gap:clamp(14px,2.25vw,36px)!important;overflow:visible!important;}
  .nav-item{min-width:0;height:var(--header-h)!important;display:flex!important;align-items:center!important;flex:0 1 auto;}
  .nav__link{font-size:var(--nav-font)!important;line-height:1!important;padding:0!important;gap:3px!important;max-width:100%;white-space:nowrap!important;overflow:visible!important;}
  .nav-caret{font-size:13px!important;}
  .results-top-btn{width:100%!important;max-width:var(--action-col)!important;min-width:0!important;height:clamp(40px,3.25vw,46px)!important;font-size:clamp(13px,1vw,15px)!important;padding:0 12px!important;overflow:hidden!important;}
  .results-top-btn span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;}

  .hero--home,.hero--home .hero__inner{height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__copy{width:clamp(520px,48vw,660px)!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;padding:clamp(18px,1.65vw,24px) 20px clamp(18px,1.65vw,22px) 0!important;overflow:visible!important;}
  .hero--home .hero__media{width:68%!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__media::before{background:linear-gradient(90deg,#f4f8fd 0%,#f4f8fd 18%,rgba(244,248,253,.96) 31%,rgba(244,248,253,.72) 43%,rgba(244,248,253,.22) 57%,rgba(244,248,253,0) 72%)!important;}
  .hero--home h1{font-size:var(--h1-home)!important;line-height:1.01!important;margin-bottom:3px!important;max-width:clamp(520px,45vw,650px)!important;overflow:visible!important;}
  .hero--home .hero-lead{font-size:var(--lead-home)!important;line-height:1.05!important;margin-bottom:clamp(7px,.7vw,10px)!important;}
  .hero--home p{font-size:clamp(14px,.98vw,16px)!important;line-height:1.27!important;margin-bottom:clamp(10px,.9vw,14px)!important;max-width:clamp(480px,42vw,600px)!important;}
  .hero--home .hero__actions{gap:clamp(12px,1.6vw,20px)!important;}
  .hero--home .btn{min-width:clamp(160px,12vw,176px)!important;height:clamp(36px,2.7vw,38px)!important;min-height:clamp(36px,2.7vw,38px)!important;font-size:clamp(13px,.98vw,15px)!important;padding:0 clamp(16px,1.4vw,22px)!important;}
  .hero--home .btn-outline{min-width:clamp(184px,14.5vw,206px)!important;}

  .hero-features{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;height:clamp(50px,3.8vw,58px)!important;grid-template-columns:minmax(190px,260px) minmax(175px,240px) minmax(190px,250px)!important;gap:clamp(26px,4vw,64px)!important;}
  .hero-features strong{font-size:clamp(13px,1vw,15px)!important;}

  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--card-h)!important;gap:var(--grid-gap)!important;}
  .category-card{height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:30px 36px minmax(30px,1fr) 28px!important;column-gap:8px!important;row-gap:2px!important;padding:clamp(14px,1.2vw,18px) clamp(14px,1.35vw,20px)!important;overflow:hidden!important;}
  .category-card__icon{grid-column:1 / -1!important;grid-row:1!important;width:30px!important;height:30px!important;font-size:0!important;}
  .category-card strong{grid-column:1 / -1!important;grid-row:2!important;font-size:clamp(15px,1.18vw,18px)!important;line-height:1.02!important;max-height:38px!important;overflow:hidden!important;word-break:normal;}
  .category-card p{grid-column:1 / -1!important;grid-row:3!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1.15!important;max-height:34px!important;overflow:hidden!important;}
  .category-card em{grid-column:1!important;grid-row:4!important;align-self:center!important;min-width:0!important;font-size:clamp(11px,.86vw,13px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .category-card small{position:static!important;grid-column:2!important;grid-row:4!important;justify-self:end!important;align-self:center!important;width:clamp(58px,4.8vw,70px)!important;min-width:0!important;height:26px!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1!important;}

  .home-panels{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr)!important;grid-template-rows:var(--panel-h)!important;gap:var(--grid-gap)!important;}
  .home-panels .panel,.order-online-panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;}
  .order-online-panel{grid-template-columns:minmax(0,1fr) clamp(128px,12vw,178px)!important;padding:clamp(14px,1.3vw,20px)!important;overflow:hidden!important;}
  .order-online-panel h2{font-size:clamp(18px,1.55vw,24px)!important;line-height:1.04!important;}
  .order-online-panel p{font-size:clamp(12px,.92vw,14px)!important;}
  .order-online-form{width:min(300px,100%)!important;}
  .order-cart-illustration{width:clamp(128px,12vw,178px)!important;height:clamp(132px,11.5vw,172px)!important;transform-origin:center;}
  .benefits{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--grid-gap)!important;}
  .benefit{min-width:0!important;overflow:hidden!important;}
}
@media (min-width:981px) and (max-width:1320px){
  :root{--site-pad:24px;--logo-col:285px;--action-col:182px;--nav-font:13.5px;--h1-home:39px;--lead-home:26px;}
  .mainbar__inner{gap:14px!important;}
  .nav{gap:14px!important;}
  .logo-pro{font-size:27px!important;}
  .logo-odesa{font-size:15px!important;}
  .logo-sub{font-size:8px!important;}
  .logo-flask,.logo-flask svg{width:54px!important;height:54px!important;}
  .results-top-btn{font-size:12.5px!important;padding:0 8px!important;}
  .category-card strong{font-size:15px!important;}
  .category-card p{font-size:11.5px!important;}
}
@media (max-width:1080px){
  .mainbar__inner{display:flex!important;flex-wrap:wrap!important;min-height:72px!important;height:auto!important;padding:10px 0!important;}
  .logo--prolab{flex:1 1 auto!important;width:auto!important;max-width:none!important;}
  .burger{display:flex!important;margin-left:auto!important;}
  .nav{display:none!important;order:10!important;flex:1 0 100%!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;}
  .nav.is-open{display:flex!important;}
  .nav-item{height:auto!important;width:100%!important;}
  .nav__link{padding:10px 0!important;font-size:16px!important;}
  .results-top-btn{order:11!important;flex:1 0 100%!important;max-width:none!important;width:100%!important;margin-top:8px;}
}
@media (max-width:980px){
  .hero-features{width:min(100% - 24px,900px)!important;}
  .category-card{min-height:140px!important;}
  .home-panels .panel,.order-online-panel{max-height:none!important;height:auto!important;}
}

/* ==========================================================
   PROLAB REAL LOGO v8
   Використовується завантажений логотип як реальне зображення.
   ========================================================== */
.logo--image{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
.logo--image img{
  display:block!important;
  width:clamp(250px,24vw,360px)!important;
  height:auto!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
  }
  .logo--image{
    width:auto!important;
    max-width:var(--logo-col)!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .logo--image img{
    width:clamp(230px,21vw,285px)!important;
    max-height:64px!important;
  }
}
@media (max-width:1080px){
  .logo--image{
    flex:1 1 auto!important;
    max-width:calc(100% - 52px)!important;
  }
  .logo--image img{
    width:min(300px,100%)!important;
    max-height:64px!important;
  }
}
@media (max-width:640px){
  .logo--image img{
    width:min(240px,100%)!important;
    max-height:54px!important;
  }
}


/* ==========================================================
   PROLAB HERO TEXT LAYOUT v9
   Hero за референсом: заголовок в один рядок, компактна
   вертикальна ритміка, пропорційні інтервали між текст-блоками.
   ========================================================== */

@media (min-width:981px){
  :root{
    --hero-h:clamp(248px,17.2vw,270px);
    --h1-home:clamp(36px,3.1vw,48px);
    --lead-home:clamp(26px,2.1vw,36px);
  }

  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__copy{
    width:clamp(610px,50vw,760px)!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:clamp(22px,2vw,34px) 20px clamp(16px,1.6vw,24px) 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    align-content:start!important;
    gap:0!important;
  }

  .hero--home h1{
    white-space:nowrap!important;
    font-size:var(--h1-home)!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
    margin:0 0 clamp(4px,.45vw,8px)!important;
    max-width:none!important;
  }

  .hero--home .hero-lead{
    font-size:var(--lead-home)!important;
    line-height:1.04!important;
    font-weight:400!important;
    margin:0 0 clamp(12px,1.35vw,20px)!important;
    letter-spacing:-.015em!important;
  }

  .hero--home p{
    font-size:clamp(14px,.98vw,16px)!important;
    line-height:1.34!important;
    max-width:560px!important;
    margin:0 0 clamp(14px,1.2vw,20px)!important;
  }

  .hero--home .hero__actions{
    margin-top:0!important;
    gap:clamp(18px,1.7vw,24px)!important;
    align-self:start!important;
  }

  .hero--home .btn{
    height:clamp(36px,2.8vw,40px)!important;
    min-height:clamp(36px,2.8vw,40px)!important;
    border-radius:6px!important;
    font-size:clamp(13px,.98vw,15px)!important;
  }

  .hero--home .hero__media{
    width:70%!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__media::before{
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 20%,
        rgba(244,248,253,.98) 33%,
        rgba(244,248,253,.74) 46%,
        rgba(244,248,253,.24) 60%,
        rgba(244,248,253,0) 74%)!important;
  }

  .hero--home .hero__media img{
    object-position:center 48%!important;
  }

  .hero-features{
    height:clamp(48px,3.55vw,56px)!important;
    align-items:center!important;
    margin-top:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  :root{
    --h1-home:clamp(32px,3vw,39px);
    --lead-home:clamp(23px,2vw,28px);
  }

  .hero--home .hero__copy{
    width:clamp(520px,50vw,650px)!important;
  }

  .hero--home h1{
    font-size:var(--h1-home)!important;
  }
}

@media (max-width:980px){
  .hero--home h1{
    white-space:normal!important;
  }
}

/* PROLAB CATEGORY CARDS v10 */
@media (min-width:981px){
  :root{--category-card-h:142px;}
  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--category-card-h)!important;gap:16px!important;align-items:stretch!important;}
  .category-card--real-icon{height:var(--category-card-h)!important;min-height:var(--category-card-h)!important;max-height:var(--category-card-h)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 68px!important;grid-template-rows:46px minmax(34px,1fr) 30px!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:4px 10px!important;padding:18px 16px 14px 16px!important;background:#fff!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;box-shadow:0 8px 22px rgba(6,43,104,.075)!important;overflow:hidden!important;}
}
.category-card--real-icon .category-card__icon{grid-area:icon!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:38px!important;height:38px!important;min-width:38px!important;font-size:0!important;color:var(--red)!important;}
.category-card--real-icon .category-card__icon img{width:34px!important;height:34px!important;object-fit:contain!important;display:block!important;}
.category-card--real-icon strong{grid-area:title!important;align-self:start!important;color:var(--navy)!important;font-size:17px!important;font-weight:900!important;line-height:1.07!important;max-height:38px!important;overflow:hidden!important;}
.category-card--real-icon p{grid-area:desc!important;color:#243b63!important;font-size:12.5px!important;font-weight:500!important;line-height:1.22!important;max-height:34px!important;overflow:hidden!important;margin:0!important;}
.category-card--real-icon em{grid-area:price!important;align-self:center!important;color:var(--red)!important;font-size:13px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.category-card--real-icon em::before,.category-card em::before{content:""!important;}
.category-card--real-icon small{grid-area:btn!important;position:static!important;justify-self:end!important;align-self:center!important;width:66px!important;height:28px!important;border:1.5px solid #ee8e94!important;border-radius:7px!important;background:#fff!important;color:var(--navy)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;}
.category-card--real-icon small::after{content:"→";font-size:13px;line-height:1;transform:translateY(-1px);}
.category-card--real-icon:hover{border-color:#f0a3a8!important;box-shadow:0 12px 28px rgba(6,43,104,.12)!important;transform:translateY(-1px);}
@media (min-width:981px) and (max-width:1320px){
  .category-card--real-icon{grid-template-columns:34px minmax(0,1fr) 58px!important;padding:14px 12px 12px!important;gap:3px 8px!important;}
  .category-card--real-icon .category-card__icon,.category-card--real-icon .category-card__icon img{width:30px!important;height:30px!important;min-width:30px!important;}
  .category-card--real-icon strong{font-size:14.5px!important;max-height:32px!important;}
  .category-card--real-icon p{font-size:11px!important;max-height:32px!important;}
  .category-card--real-icon em{font-size:11.5px!important;}
  .category-card--real-icon small{width:56px!important;height:26px!important;font-size:11.5px!important;}
}
@media (max-width:980px){
  .category-card--real-icon{display:grid!important;grid-template-columns:42px minmax(0,1fr) 74px!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:8px 10px!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;}
}


/* ==========================================================
   PROLAB RESEARCH CARDS v11
   Остаточна структура плашок як на референсі:
   ряд 1: іконка ліворуч + назва праворуч;
   ряд 2: опис на всю ширину;
   ряд 3: червона жирна ціна + кнопка Далі справа.
   ========================================================== */

/* повністю вимикаємо стару геометрію category-card для цього блоку */
.category-grid--home .category-card,
.category-grid--home .category-card--real-icon{
  all:unset;
}

@media (min-width:981px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:132px!important;
    gap:16px!important;
    align-items:stretch!important;
  }

  .research-card{
    box-sizing:border-box!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px 16px 14px!important;
    background:#fff!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:var(--navy)!important;
  }
}

.research-card__icon{
  grid-area:icon!important;
  width:54px!important;
  height:54px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}

.research-card__icon img,
.research-card__icon .icon-line{
  width:50px!important;
  height:50px!important;
  display:block!important;
  object-fit:contain!important;
}

.research-card__title{
  grid-area:title!important;
  align-self:start!important;
  min-width:0!important;
  color:var(--navy)!important;
  font-size:15.5px!important;
  font-weight:900!important;
  line-height:1.08!important;
  max-height:36px!important;
  overflow:hidden!important;
}

.research-card__desc{
  grid-area:desc!important;
  margin:0!important;
  min-width:0!important;
  color:#203958!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.22!important;
  max-height:32px!important;
  overflow:hidden!important;
}

.research-card__price{
  grid-area:price!important;
  align-self:center!important;
  justify-self:start!important;
  min-width:0!important;
  color:var(--red)!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.research-card__button{
  grid-area:btn!important;
  align-self:center!important;
  justify-self:end!important;
  width:66px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border:1.5px solid #ee8e94!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}

.research-card__button::after{
  content:"→";
  font-size:11px;
  line-height:1;
  transform:translateY(-1px);
}

.research-card:hover{
  border-color:#ef9aa0!important;
  box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
  transform:translateY(-1px);
}

/* прибрати старі псевдо-префікси ціни, які заважали */
.category-card em::before,
.category-card--real-icon em::before{
  content:""!important;
}

/* середній desktop: не допускаємо виходу тексту за плашку */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:128px!important;
    gap:12px!important;
  }
  .research-card{
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    grid-template-columns:40px minmax(0,1fr) 56px!important;
    grid-template-rows:38px 34px 26px!important;
    column-gap:9px!important;
    padding:14px 12px 12px!important;
  }
  .research-card__icon,
  .research-card__icon img,
  .research-card__icon .icon-line{
    width:36px!important;
    height:36px!important;
  }
  .research-card__title{
    font-size:13.8px!important;
    max-height:31px!important;
  }
  .research-card__desc{
    font-size:10.8px!important;
    max-height:31px!important;
  }
  .research-card__price{
    font-size:11.5px!important;
  }
  .research-card__button{
    width:56px!important;
    height:25px!important;
    font-size:11.5px!important;
  }
}

@media (max-width:980px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .research-card{
    box-sizing:border-box!important;
    min-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    background:#fff!important;
  }
}

@media (max-width:640px){
  .category-grid--home{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   PROLAB HERO RAISE v12
   Піднято опис, кнопки та ряд переваг hero на один візуальний
   рядок вище; переваги накладені на нижню частину hero.
   ========================================================== */

@media (min-width:981px){
  .hero--home .hero__copy{
    padding-top:clamp(18px,1.65vw,28px)!important;
    padding-bottom:clamp(10px,1vw,16px)!important;
  }

  .hero--home .hero-lead{
    margin-bottom:clamp(6px,.65vw,10px)!important;
  }

  .hero--home p{
    transform:translateY(-16px);
    margin-bottom:clamp(0px,.35vw,6px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-16px);
  }

  .hero-features{
    position:relative!important;
    z-index:8!important;
    margin-top:-52px!important;
    margin-bottom:0!important;
    height:52px!important;
    display:grid!important;
    align-items:center!important;
    background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.38),rgba(255,255,255,0))!important;
    backdrop-filter:blur(1px);
  }

  .hero-features div{
    min-height:40px;
    align-items:center!important;
  }

  .section-tight{
    margin-top:8px!important;
    position:relative!important;
    z-index:6!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-12px);
  }

  .hero-features{
    margin-top:-48px!important;
    height:48px!important;
  }

  .section-tight{
    margin-top:8px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    margin-top:0!important;
    background:#fff!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURES + CARDS SPACING v13
   1) Ряд переваг поверх hero без плашки/тіні — фон тільки
      рівномірний від hero-зображення.
   2) Плашки досліджень вищі, нижній внутрішній відступ
      збалансований із верхнім.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    border:0!important;
    margin-top:-52px!important;
    height:52px!important;
    position:relative!important;
    z-index:8!important;
  }

  .hero-features::before,
  .hero-features::after{
    content:none!important;
    display:none!important;
  }

  .hero-features div{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* cards: taller and balanced internal vertical spacing */
  .category-grid--home{
    grid-template-rows:154px!important;
    align-items:stretch!important;
  }

  .research-card{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 42px 30px!important;
    column-gap:12px!important;
    row-gap:8px!important;
    padding:18px 16px 18px 16px!important;
  }

  .research-card__icon{
    width:42px!important;
    height:42px!important;
  }

  .research-card__icon img,
  .research-card__icon .icon-line{
    width:40px!important;
    height:40px!important;
  }

  .research-card__title{
    align-self:center!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:38px!important;
  }

  .research-card__desc{
    font-size:12.5px!important;
    line-height:1.24!important;
    max-height:40px!important;
  }

  .research-card__price{
    align-self:center!important;
  }

  .research-card__button{
    align-self:center!important;
    height:28px!important;
  }

  .home-panels{
    margin-top:16px!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:146px!important;
  }

  .research-card{
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:40px 40px 28px!important;
    padding:16px 12px 16px!important;
    row-gap:6px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:34px!important;
  }

  .research-card__desc{
    font-size:11.2px!important;
    max-height:38px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }

  .research-card{
    min-height:154px!important;
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}


/* ==========================================================
   PROLAB RESEARCH CARDS FINAL TUNE v14
   - "Клінічні дослідження"
   - опис темно-синій
   - ціна та кнопка підняті на рядок вище
   - трохи менша висота плашок із збереженням внутрішніх відступів
   - fallback DNA icon for genetic card
   ========================================================== */

@media (min-width:981px){
  .category-grid--home{
    grid-template-rows:144px!important;
    gap:16px!important;
  }

  .research-card{
    height:144px!important;
    min-height:144px!important;
    max-height:144px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:42px 34px 30px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    row-gap:6px!important;
    column-gap:12px!important;
    padding:18px 16px 16px 16px!important;
  }

  .research-card__title{
    align-self:start!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:36px!important;
  }

  .research-card__desc{
    color:var(--navy)!important;
    font-size:12.3px!important;
    font-weight:500!important;
    line-height:1.2!important;
    max-height:30px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
    transform:translateY(-2px);
  }

  .research-card__button{
    height:28px!important;
  }
}

/* Dark-blue description everywhere, including earlier rules */
.research-card__desc{
  color:var(--navy)!important;
}

/* If the uploaded genetic SVG does not render for any reason, draw a DNA fallback */
.research-card__icon--henetychni{
  position:relative;
}

.research-card__icon--henetychni img{
  min-width:32px;
  min-height:32px;
}

.research-card__icon--henetychni img[src=""],
.research-card__icon--henetychni img:not([src]){
  display:none!important;
}

.research-card__icon--henetychni:has(img[src=""])::before,
.research-card__icon--henetychni:has(img:not([src]))::before{
  content:"";
  width:32px;
  height:32px;
  display:block;
  background:
    linear-gradient(65deg, transparent 42%, var(--red) 42% 48%, transparent 48%),
    linear-gradient(115deg, transparent 42%, var(--red) 42% 48%, transparent 48%);
  border-radius:50%;
}

/* Medium desktop */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:138px!important;
    gap:12px!important;
  }

  .research-card{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:38px 32px 28px!important;
    row-gap:5px!important;
    padding:16px 12px 14px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:32px!important;
  }

  .research-card__desc{
    font-size:11px!important;
    max-height:28px!important;
  }

  .research-card__price,
  .research-card__button{
    transform:translateY(-1px);
  }
}

@media (max-width:980px){
  .research-card{
    min-height:144px!important;
    grid-template-rows:42px 34px 30px!important;
    padding:18px 16px 16px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
  }
}


/* ==========================================================
   PROLAB HERO SPACING v15
   Точне коригування вертикального ритму hero:
   - "Ваше здоров’я — наш пріоритет" на піврядка нижче від H1;
   - майже прибраний зазор між ним і нижнім описом.
   ========================================================== */

@media (min-width:981px){
  .hero--home h1{
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero-lead{
    transform:translateY(clamp(4px,.42vw,7px));
    margin-bottom:0!important;
  }

  .hero--home p{
    transform:translateY(-8px)!important;
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-8px)!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home h1{
    margin-bottom:8px!important;
  }

  .hero--home .hero-lead{
    transform:translateY(4px);
  }

  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-6px)!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v16
   Іконки hero-переваг беруться з архіву; 2-й та 3-й елементи
   посунуті ближче до першого без зміщення першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:clamp(72px,7.8vw,120px)!important;
    padding-left:0!important;
  }

  .hero-features div{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--red)!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-features{
    gap:clamp(46px,6vw,72px)!important;
  }
}

@media (max-width:980px){
  .hero-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .hero-feature-icon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v17
   Виправлення: правильний порядок 1/2/3, прозорий фон PNG,
   гарантоване зближення 2-го та 3-го елементів до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:0!important;
    padding-left:0!important;
  }

  .hero-features .hero-feature{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* перший не рухаємо; другий та третій явно ближче до нього */
  .hero-feature--equipment{
    margin-left:0!important;
  }

  .hero-feature--accuracy{
    margin-left:118px!important;
  }

  .hero-feature--speed{
    margin-left:118px!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
    background:transparent!important;
    mix-blend-mode:multiply;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:72px!important;
  }

  .hero-feature--speed{
    margin-left:72px!important;
  }
}

@media (max-width:980px){
  .hero-feature-icon,
  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    background:transparent!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICON BG FIX v18
   Прибирає білу підкладку за hero-feature іконками.
   SVG-файли також очищені від білих background/path/rect.
   ========================================================== */

.hero-features,
.hero-features *,
.hero-feature,
.hero-feature-icon,
.hero-feature-icon img{
  background-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hero-feature-icon{
  border:none!important;
  outline:none!important;
  padding:0!important;
  overflow:visible!important;
}

.hero-feature-icon img{
  mix-blend-mode:normal!important;
  border:none!important;
  outline:none!important;
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v19
   Остаточно: третя іконка без білої підкладки; 2-й і 3-й
   елементи ще ближче до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-feature--accuracy{
    margin-left:78px!important;
  }

  .hero-feature--speed{
    margin-left:78px!important;
  }

  .hero-feature-icon,
  .hero-feature-icon img,
  .hero-feature--speed .hero-feature-icon,
  .hero-feature--speed .hero-feature-icon img{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:48px!important;
  }

  .hero-feature--speed{
    margin-left:48px!important;
  }
}


/* ==========================================================
   PROLAB HERO SPEED ICON CLEAN v20
   Третя іконка повністю замінена на чистий SVG без білих
   елементів. Додано cache-busting filename speed-clean.svg.
   ========================================================== */

.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}

.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* PROLAB HERO SPEED ICON v21: third icon replaced by corrected uploaded 03.svg */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}


/* PROLAB HERO SPEED ICON v22: third icon uses uploaded background-free image from 03.zip */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}
.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB v23
   - Added the DNA icon to "Генетичні дослідження"
   - Replaced topbar "Результати онлайн" with separate white language pills UA / ENG / RU
   ========================================================== */
.topbar__right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.topbar-lang-pills{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.topbar-lang-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:36px!important;
  height:26px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:none!important;
}
.topbar-lang-pill.is-active{
  color:var(--red)!important;
  border-color:#fff!important;
}
.topbar-phone{
  white-space:nowrap!important;
}
@media (max-width:980px){
  .topbar-lang-pill{
    min-width:32px!important;
    height:24px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }
}
.research-card__icon--henetychni,
.research-card__icon--henetychni img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetychni img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* PROLAB v24: genetic card icon fix for actual slug "henetyka" */
.research-card__icon--henetyka,
.research-card__icon--henetyka img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetyka img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v25
   Оновлена функціональна панель відділень на головній:
   живі кнопки, HTML/CSS карта, геолокація для найближчого.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
  }

  .branches-home-panel{
    grid-column:1 / -1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:26px!important;
  }

  .promo-panel,
  .order-online-panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }
}

.branches-home-panel{
  background:#fff!important;
  border:1.5px solid #e1e9f3!important;
  border-radius:24px!important;
  box-shadow:0 18px 46px rgba(6,43,104,.10)!important;
  overflow:hidden!important;
}

.branches-home-panel__content{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
  gap:28px;
  align-items:stretch;
}

.branches-home-panel h2{
  margin:0!important;
  color:var(--navy)!important;
  font-size:clamp(36px,3.2vw,54px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.035em;
}

.branches-home-panel__subtitle{
  margin:16px 0 28px!important;
  color:#61739b!important;
  font-size:clamp(20px,1.55vw,27px)!important;
  line-height:1.15!important;
  font-weight:500!important;
}

.branch-home-list{
  display:grid;
  gap:0;
}

.branch-home-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 170px;
  gap:18px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #dce5f1;
  transition:.16s ease;
}

.branch-home-item:first-child{
  padding-top:0;
}

.branch-home-item.is-nearest{
  background:linear-gradient(90deg,rgba(229,41,50,.07),rgba(255,255,255,0));
  border-radius:14px;
  padding-left:10px;
}

.branch-home-pin{
  width:34px;
  height:46px;
  justify-self:center;
  position:relative;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 16px rgba(229,41,50,.2);
}

.branch-home-pin::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.branch-home-main strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  font-weight:900;
  line-height:1.1;
}

.branch-home-main span{
  display:block;
  color:#61739b;
  margin-top:8px;
  font-size:14px;
  line-height:1.2;
}

.branch-home-hours{
  display:grid;
  gap:8px;
  color:var(--navy);
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}

.branches-home-actions{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  margin-top:28px;
}

.branches-home-btn{
  height:58px!important;
  border-radius:8px!important;
  font-size:18px!important;
  font-weight:800!important;
}

.branches-home-status{
  min-height:22px;
  margin:12px 0 0!important;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}

.branches-home-map{
  min-height:520px;
  border:1px solid #d9e3ef;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 52%, rgba(255,255,255,.65), transparent 0 8%, transparent 8%),
    linear-gradient(90deg,rgba(248,246,240,.94) 0 58%,rgba(137,205,238,.74) 58% 100%),
    repeating-linear-gradient(30deg,rgba(174,190,207,.42) 0 2px,transparent 2px 56px),
    repeating-linear-gradient(100deg,rgba(174,190,207,.30) 0 2px,transparent 2px 74px);
}

.branches-home-map::before{
  content:"";
  position:absolute;
  right:-12%;
  top:-10%;
  width:54%;
  height:120%;
  background:linear-gradient(135deg,#c8ecff,#80c8ef);
  clip-path:polygon(22% 0,100% 0,100% 100%,0 100%,15% 64%,6% 46%,18% 24%);
  opacity:.95;
}

.map-road{
  position:absolute;
  height:4px;
  background:#b8c6d9;
  border-radius:999px;
  opacity:.75;
  transform-origin:left center;
}

.map-road--one{left:7%;top:38%;width:65%;transform:rotate(-24deg);}
.map-road--two{left:8%;top:72%;width:63%;transform:rotate(-35deg);}
.map-road--three{left:30%;top:12%;width:4px;height:88%;transform:rotate(-8deg);}

.map-label{
  position:absolute;
  color:#111827;
  font-size:16px;
  font-weight:700;
  z-index:3;
}

.map-label--odesa{left:49%;top:49%;font-size:28px;font-weight:900;}
.map-label--slobidka{left:13%;top:43%;}
.map-label--primorskyi{left:44%;top:66%;}
.map-label--kryzhanivka{left:60%;top:14%;}
.map-branch-pin{
  position:absolute;
  width:34px;
  height:46px;
  border:0;
  padding:0;
  cursor:pointer;
  z-index:6;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 18px rgba(229,41,50,.24);
}

.map-branch-pin::after{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.map-branch-pin.is-nearest{
  outline:4px solid rgba(229,41,50,.22);
  transform:rotate(-45deg) scale(1.08);
}

.map-branch-pin--buvalkina{right:17%;top:15%;}
.map-branch-pin--nesterenka{left:16%;top:34%;}
.map-branch-pin--segedska{right:31%;bottom:31%;}

.map-branch-label{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:10px;
  color:#1b2333;
  background:rgba(255,255,255,.93);
  box-shadow:0 6px 18px rgba(6,43,104,.12);
  font-size:15px;
  font-weight:800;
  line-height:1.15;
}

.map-branch-label--buvalkina{right:3%;top:16%;}
.map-branch-label--nesterenka{left:21%;top:35%;}
.map-branch-label--segedska{right:9%;bottom:32%;}

@media (max-width:980px){
  .branches-home-panel__content{
    grid-template-columns:1fr;
  }

  .branches-home-panel{
    padding:18px!important;
  }

  .branches-home-panel h2{
    font-size:34px!important;
  }

  .branches-home-panel__subtitle{
    font-size:20px!important;
    margin-bottom:18px!important;
  }

  .branch-home-item{
    grid-template-columns:40px 1fr;
  }

  .branch-home-hours{
    grid-column:2;
    font-size:14px;
  }

  .branches-home-actions{
    grid-template-columns:1fr;
  }

  .branches-home-map{
    min-height:360px;
  }
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v26
   Виправлення: на головній мають бути саме 3 плашки в один ряд,
   як у референсі. Панель відділень більше не розтягується
   на всю ширину, а працює як перша з трьох top-плашок.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .branches-home-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    padding:18px!important;
    overflow:hidden!important;
  }

  .branches-home-panel__content{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
    gap:14px!important;
    height:100%!important;
  }

  .branches-home-panel__left{
    display:grid!important;
    grid-template-rows:auto auto 1fr auto auto!important;
    min-width:0!important;
  }

  .branches-home-panel h2{
    font-size:21px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    margin:0 0 4px!important;
  }

  .branches-home-panel__subtitle{
    margin:0 0 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
    color:#5f6f90!important;
  }

  .branch-home-list{
    gap:0!important;
    min-width:0!important;
  }

  .branch-home-item{
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:8px!important;
    padding:10px 0!important;
    border-bottom:0!important;
    align-items:start!important;
  }

  .branch-home-item.is-nearest{
    padding-left:6px!important;
    border-radius:10px!important;
  }

  .branch-home-pin{
    width:14px!important;
    height:20px!important;
    margin-top:2px!important;
    box-shadow:none!important;
  }

  .branch-home-pin::after{
    width:6px!important;
    height:6px!important;
    left:4px!important;
    top:4px!important;
  }

  .branch-home-main strong{
    font-size:13px!important;
    line-height:1.15!important;
    margin:0!important;
  }

  .branch-home-main span{
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.22!important;
    color:#526788!important;
  }

  .branch-home-hours{
    gap:3px!important;
    font-size:11px!important;
    line-height:1.18!important;
    justify-self:end!important;
  }

  .branches-home-actions{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:10px!important;
  }

  .branches-home-btn{
    min-height:38px!important;
    height:38px!important;
    border-radius:9px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    font-weight:800!important;
    width:100%!important;
  }

  .branches-home-status{
    min-height:14px!important;
    margin:6px 0 0!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#516687!important;
  }

  .branches-home-map{
    min-height:0!important;
    height:100%!important;
    border-radius:16px!important;
  }

  .map-label{
    font-size:11px!important;
  }

  .map-label--odesa{
    font-size:16px!important;
  }

  .map-branch-pin{
    width:20px!important;
    height:28px!important;
    box-shadow:0 5px 12px rgba(229,41,50,.18)!important;
  }

  .map-branch-pin::after{
    width:7px!important;
    height:7px!important;
    left:6px!important;
    top:6px!important;
  }

  .map-branch-label{
    min-height:30px!important;
    padding:6px 10px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1.15!important;
    max-width:116px!important;
  }

  .map-branch-label--buvalkina{right:5%!important;top:18%!important;}
  .map-branch-label--nesterenka{left:22%!important;top:39%!important;}
  .map-branch-label--segedska{right:11%!important;bottom:34%!important;}
}

/* Додаткове страхування для планшетних desktop-ширин */
@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    gap:14px!important;
  }
  .branches-home-panel{
    padding:16px!important;
  }
  .branch-home-item{
    grid-template-columns:20px minmax(0,1fr) 84px!important;
    gap:7px!important;
  }
  .branch-home-main strong{font-size:12px!important;}
  .branch-home-main span{font-size:11px!important;}
  .branch-home-hours{font-size:10px!important;}
  .branches-home-btn{font-size:11px!important;}
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v27
   Desktop panel rebuilt to match the provided reference
   one-to-one using the approved reference image as the
   visual base plus live overlays for links and geolocation.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
    align-items:start!important;
  }

  .branches-reference-panel{
    grid-column:1 / -1!important;
    grid-row:1!important;
    padding:0!important;
    border-radius:28px!important;
    overflow:hidden!important;
    box-shadow:0 18px 42px rgba(6,43,104,.12)!important;
    border:1px solid #e2e8f2!important;
    background:#fff!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:620px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    user-select:none!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:16px!important;
    transition:.16s ease!important;
  }

  .branches-row-link:hover,
  .branches-map-hotspot:hover{
    outline:2px solid rgba(30,85,184,.26)!important;
    outline-offset:0!important;
    background:rgba(255,255,255,.06)!important;
  }

  .branches-row-link.is-nearest,
  .branches-map-hotspot.is-nearest{
    outline:4px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.05)!important;
    box-shadow:0 0 0 2px rgba(255,255,255,.72) inset!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;border-radius:14px!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;border-radius:14px!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;border-radius:14px!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:13px!important;
    font-weight:800!important;
    line-height:1!important;
    height:9.35%!important;
    min-height:54px!important;
    font-size:clamp(17px,1.45vw,22px)!important;
    letter-spacing:-.01em!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
    box-shadow:none!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:2px solid #0d3d8f!important;
    box-shadow:0 12px 26px rgba(13,61,143,.22)!important;
    cursor:pointer!important;
  }

  .branches-live-btn--nearest:disabled{
    opacity:.8!important;
    cursor:wait!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.6%!important;
    min-height:18px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }

  .promo-panel{
    grid-column:1!important;
    grid-row:2!important;
  }

  .order-online-panel{
    grid-column:2!important;
    grid-row:2!important;
  }
}

@media (max-width:980px){
  .branches-reference-panel{
    padding:0!important;
    overflow:hidden!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:280px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    line-height:1!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:1.5px solid #0d3d8f!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.5%!important;
    min-height:10px!important;
    font-size:clamp(7px,1.5vw,10px)!important;
    line-height:1.15!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }
}


/* ==========================================================
   PROLAB HOME PANELS v28
   Make the three top panels smaller and keep all three
   in one row on desktop: branches, promotions, order online.
   ========================================================== */
@media (min-width: 981px){
  .home-panels{
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
  }

  .branches-reference-panel{
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .branches-reference-bg{
    object-fit: cover !important;
    object-position: center center !important;
  }

  .branches-live-btn{
    border-radius: 10px !important;
    min-height: 32px !important;
    height: 10.2% !important;
    font-size: clamp(9px, 0.85vw, 13px) !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    bottom: 1.8% !important;
    left: 3.5% !important;
    right: 54% !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v29
   Fix the first panel visibility and scale all three top panels
   so they fit neatly in one desktop row without overlap.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 268px;
  }

  .home-panels{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .branches-reference-panel{
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .branches-reference-bg{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }

  .branches-live-btn{
    min-height: 32px !important;
    height: 10.1% !important;
    border-radius: 10px !important;
    font-size: clamp(10px,0.82vw,13px) !important;
    line-height: 1 !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    left: 3.8% !important;
    right: 54% !important;
    bottom: 2.0% !important;
  }

  .promo-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 120px !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    padding: 18px !important;
  }

  .promo-panel .badge-red{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .promo-panel h2{
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .promo-panel strong{
    grid-column: 1 !important;
    grid-row: 3 !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  .promo-panel p{
    grid-column: 1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    overflow: hidden !important;
  }

  .promo-panel img{
    grid-column: 2 !important;
    grid-row: 2 / span 3 !important;
    width: 110px !important;
    height: auto !important;
    max-width: 110px !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .promo-panel .btn{
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .order-online-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 130px !important;
    grid-template-rows: 1fr !important;
    padding: 16px 16px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 18px !important;
    gap: 8px !important;
  }

  .order-online-panel h2{
    font-size: 18px !important;
    line-height: 1.04 !important;
    margin: 0 !important;
  }

  .order-online-panel p{
    font-size: 12px !important;
    line-height: 1.18 !important;
    max-width: 250px !important;
  }

  .order-online-form{
    width: 100% !important;
    gap: 8px !important;
  }

  .order-online-form input{
    height: 34px !important;
    font-size: 12px !important;
  }

  .order-online-form .btn{
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }

  .order-safe{
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .order-cart-illustration{
    width: 120px !important;
    height: 120px !important;
    align-self: center !important;
    justify-self: end !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v30
   First top card restored as visible live departments panel.
   It fits one-row layout together with Promotions and Online Order.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-card-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    gap:12px!important;
    padding:16px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-card-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 15px!important;
    gap:4px!important;
  }

  .branches-card-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:22px!important;
    line-height:1.04!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
  }

  .branches-card-left > p{
    margin:0 0 6px!important;
    color:#667aa0!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:600!important;
  }

  .branches-card-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-card-row{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:7px!important;
    align-items:start!important;
    padding:6px 0!important;
    border-bottom:1px solid #e4ebf4!important;
    color:var(--navy)!important;
  }

  .branches-card-row:last-child{border-bottom:0!important;}

  .branches-card-row.is-nearest{
    background:rgba(227,6,19,.06)!important;
    border-radius:8px!important;
    padding-left:5px!important;
  }

  .branches-card-pin{
    width:15px!important;
    height:21px!important;
    margin-top:2px!important;
    position:relative!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 5px 10px rgba(227,6,19,.18)!important;
  }

  .branches-card-pin::after{
    content:""!important;
    position:absolute!important;
    width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:4.5px!important;
    top:4.5px!important;
  }

  .branches-card-info{
    min-width:0!important;
    display:block!important;
  }

  .branches-card-info strong{
    display:block!important;
    color:var(--navy)!important;
    font-size:12.3px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }

  .branches-card-info em{
    display:block!important;
    margin-top:3px!important;
    color:#607399!important;
    font-size:10.8px!important;
    line-height:1.12!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-card-hours{
    display:grid!important;
    gap:2px!important;
    justify-self:end!important;
    color:var(--navy)!important;
    font-size:9.4px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .branches-card-hours b{font-weight:700!important;}

  .branches-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1.14fr!important;
    gap:8px!important;
    margin-top:6px!important;
  }

  .branches-card-btn{
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
    font-size:10.6px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
    padding:0 8px!important;
  }

  .branches-card-btn--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-card-btn--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
  }

  .branches-card-status{
    color:#52688a!important;
    font-size:9px!important;
    line-height:1.1!important;
    overflow:hidden!important;
  }

  .branches-card-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:
      linear-gradient(90deg,rgba(250,247,241,.95) 0 60%,rgba(142,210,240,.84) 60% 100%),
      repeating-linear-gradient(31deg,rgba(160,176,196,.25) 0 2px,transparent 2px 42px),
      repeating-linear-gradient(101deg,rgba(160,176,196,.21) 0 2px,transparent 2px 54px)!important;
  }

  .branches-card-map::before{
    content:""!important;
    position:absolute!important;
    right:-10%!important;
    top:-8%!important;
    width:48%!important;
    height:116%!important;
    background:linear-gradient(145deg,#c6ecff,#82c9ed)!important;
    clip-path:polygon(24% 0,100% 0,100% 100%,0 100%,13% 58%,5% 43%,18% 20%)!important;
    opacity:.95!important;
  }

  .branches-card-road{
    position:absolute!important;
    z-index:2!important;
    height:3px!important;
    border-radius:999px!important;
    background:#b7c5d9!important;
    opacity:.75!important;
    transform-origin:left center!important;
  }
  .branches-card-road--one{left:8%;top:36%;width:70%;transform:rotate(-24deg);}
  .branches-card-road--two{left:6%;top:67%;width:68%;transform:rotate(-33deg);}
  .branches-card-road--three{left:34%;top:6%;width:3px;height:92%!important;transform:rotate(-7deg);}

  .branches-card-map-label{
    position:absolute!important;
    z-index:3!important;
    color:#111827!important;
    font-size:9.5px!important;
    font-weight:700!important;
    line-height:1.05!important;
  }
  .branches-card-map-label--odesa{left:48%;top:49%;font-size:15px!important;font-weight:900!important;}
  .branches-card-map-label--slobidka{left:12%;top:43%;}
  .branches-card-map-label--primorskyi{left:42%;top:66%;}
  .branches-card-map-label--kryzhanivka{left:58%;top:14%;}

  .branches-card-map-pin{
    position:absolute!important;
    z-index:6!important;
    width:19px!important;
    height:27px!important;
    border:0!important;
    padding:0!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    cursor:pointer!important;
    box-shadow:0 5px 12px rgba(227,6,19,.22)!important;
  }
  .branches-card-map-pin::after{
    content:""!important;
    position:absolute!important;
    width:7px!important;
    height:7px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:6px!important;
    top:6px!important;
  }
  .branches-card-map-pin.is-nearest{
    outline:3px solid rgba(227,6,19,.25)!important;
    transform:rotate(-45deg) scale(1.08)!important;
  }
  .branches-card-map-pin--buvalkina{right:17%;top:15%;}
  .branches-card-map-pin--nesterenka{left:16%;top:34%;}
  .branches-card-map-pin--segedska{right:31%;bottom:31%;}

  .branches-card-map-note{
    position:absolute!important;
    z-index:5!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    max-width:104px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
    color:#1b2333!important;
    background:rgba(255,255,255,.93)!important;
    box-shadow:0 5px 14px rgba(6,43,104,.12)!important;
    font-size:8.8px!important;
    font-weight:800!important;
    line-height:1.08!important;
  }
  .branches-card-map-note--buvalkina{right:3%;top:16%;}
  .branches-card-map-note--nesterenka{left:21%;top:35%;}
  .branches-card-map-note--segedska{right:8%;bottom:32%;}

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (max-width:980px){
  .branches-card-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:16px!important;
  }
  .branches-card-map{
    min-height:260px!important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v31
   Widen the branches panel and proportionally narrow the
   promo and online-order cards so the first panel matches
   the reference composition much closer.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 316px;}

  .home-panels{
    grid-template-columns: minmax(0,1.62fr) minmax(0,1.08fr) minmax(0,0.98fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-card-panel{
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr) !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .branches-card-left{
    grid-template-rows: auto auto 1fr auto 18px !important;
    gap: 6px !important;
  }

  .branches-card-left h2{
    font-size: 34px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em !important;
  }

  .branches-card-left > p{
    margin: 0 0 8px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
  }

  .branches-card-row{
    grid-template-columns: 28px minmax(0,1fr) 140px !important;
    gap: 11px !important;
    padding: 13px 0 !important;
  }

  .branches-card-pin{
    width: 20px !important;
    height: 28px !important;
    margin-top: 3px !important;
  }

  .branches-card-pin::after{
    width: 8px !important;
    height: 8px !important;
    left: 6px !important;
    top: 6px !important;
  }

  .branches-card-info strong{
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  .branches-card-info em{
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .branches-card-hours{
    gap: 5px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .branches-card-actions{
    grid-template-columns: 1fr 1.15fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .branches-card-btn{
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
  }

  .branches-card-status{
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  .branches-card-map{
    border-radius: 18px !important;
  }

  .branches-card-road{ height: 4px !important; }
  .branches-card-road--three{ width: 4px !important; }

  .branches-card-map-label{
    font-size: 13px !important;
  }
  .branches-card-map-label--odesa{
    font-size: 22px !important;
  }

  .branches-card-map-pin{
    width: 24px !important;
    height: 34px !important;
  }

  .branches-card-map-pin::after{
    width: 9px !important;
    height: 9px !important;
    left: 7px !important;
    top: 7px !important;
  }

  .branches-card-map-note{
    min-height: 38px !important;
    max-width: 150px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel{
    grid-template-columns: minmax(0,1fr) 112px !important;
    padding: 16px !important;
    column-gap: 10px !important;
  }

  .promo-panel .badge-red{
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .promo-panel h2{
    font-size: 16px !important;
    line-height: 1.02 !important;
  }

  .promo-panel strong{
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel p{
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .promo-panel img{
    width: 104px !important;
    max-width: 104px !important;
  }

  .promo-panel .btn{
    width: 138px !important;
    min-width: 138px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .order-online-panel{
    grid-template-columns: minmax(0,1fr) 106px !important;
    padding: 14px !important;
    column-gap: 8px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 16px !important;
    gap: 7px !important;
  }

  .order-online-panel h2{
    font-size: 16px !important;
    line-height: 1.03 !important;
  }

  .order-online-panel p{
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: 230px !important;
  }

  .order-online-form input{
    height: 32px !important;
    font-size: 11px !important;
  }

  .order-online-form .btn{
    height: 32px !important;
    min-height: 32px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  .order-safe{
    font-size: 10px !important;
  }

  .order-cart-illustration{
    width: 98px !important;
    height: 98px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v32
   Use the real approved departments-panel image again, not a
   synthetic CSS map. The whole first panel scales down as one
   reference composition to fit the three-panel row.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:minmax(0,1.55fr) minmax(0,1.12fr) minmax(0,1.03fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
  }

  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:fill!important;
    object-position:center!important;
    pointer-events:none!important;
    user-select:none!important;
  }

  .branches-ref-hotspot{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:10px!important;
  }

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.04)!important;
  }

  .branches-ref-hotspot--row1{left:3.5%!important;top:28.5%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row2{left:3.5%!important;top:47.0%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row3{left:3.5%!important;top:65.2%!important;width:42.5%!important;height:13.7%!important;}

  .branches-ref-hotspot--map1{left:82.0%!important;top:14.2%!important;width:14.0%!important;height:12.0%!important;}
  .branches-ref-hotspot--map2{left:55.0%!important;top:35.2%!important;width:13.5%!important;height:11.8%!important;}
  .branches-ref-hotspot--map3{left:70.7%!important;top:60.5%!important;width:17.8%!important;height:11.2%!important;}

  .branches-ref-live{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    font-weight:800!important;
    line-height:1!important;
    min-height:28px!important;
    font-size:clamp(8px,.74vw,11px)!important;
    padding:0 8px!important;
    white-space:nowrap!important;
  }

  .branches-ref-live--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.3%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.3%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
    cursor:pointer!important;
  }

  .branches-ref-live--nearest:disabled{
    opacity:.75!important;
    cursor:wait!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:6!important;
    left:3.8%!important;
    right:56%!important;
    bottom:2.2%!important;
    color:#52688a!important;
    font-size:8.5px!important;
    line-height:1.12!important;
    font-weight:700!important;
    min-height:10px!important;
    overflow:hidden!important;
  }

  .promo-panel,
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(0,1fr)!important;
    gap:14px!important;
  }
  .branches-ref-live{
    font-size:8px!important;
    min-height:24px!important;
    border-radius:7px!important;
  }
}

@media (max-width:980px){
  .branches-reference-compact-panel{
    padding:0!important;
  }
  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536/907!important;
    min-height:280px!important;
    overflow:hidden!important;
  }
  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v33
   Extra-robust fallback so the departments panel background
   is visible even if the inner <img> is not rendered/cached.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-reference-compact-panel{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
  }

  #branchesHomePanel .branches-reference-compact{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:transparent !important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:fill !important;
    object-position:center center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v34
   Keep three top panels in one row, enlarge them slightly,
   and place visible live buttons + large clickable hotspots
   over the real branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 305px;}

  .home-panels{
    grid-template-columns:minmax(0,1.62fr) minmax(0,1.16fr) minmax(0,1.08fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    border-radius:20px!important;
  }

  .branches-reference-compact{
    border-radius:20px!important;
  }

  .branches-ref-hotspot{
    z-index:8!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    text-decoration:none!important;
  }

  .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}

  .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;border-radius:18px!important;}

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot:focus-visible,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.28)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-ref-live{
    position:absolute!important;
    z-index:12!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:800!important;
    line-height:1!important;
    border-radius:10px!important;
    box-shadow:0 6px 16px rgba(10,42,96,.12)!important;
    font-size:12px!important;
    padding:0 12px!important;
  }

  .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    height:10.1%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    height:10.1%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
  }

  .branches-ref-live:hover,
  .branches-ref-live:focus-visible{
    transform:translateY(-1px)!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:12!important;
    left:4.6%!important;
    right:56%!important;
    bottom:4.3%!important;
    color:#5d7094!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    min-height:10px!important;
  }

  .promo-panel{
    padding:20px!important;
    grid-template-columns:minmax(0,1fr) 130px!important;
    column-gap:12px!important;
  }
  .promo-panel .badge-red{font-size:14px!important;}
  .promo-panel h2{font-size:18px!important;}
  .promo-panel strong{font-size:15px!important;}
  .promo-panel p{font-size:11px!important; line-height:1.22!important;}
  .promo-panel img{width:118px!important; max-width:118px!important;}
  .promo-panel .btn{height:40px!important; min-height:40px!important; font-size:13px!important; width:170px!important; min-width:170px!important;}

  .order-online-panel{
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
    column-gap:10px!important;
  }
  .order-online-panel h2{font-size:18px!important; line-height:1.04!important;}
  .order-online-panel p{font-size:11px!important; line-height:1.18!important;}
  .order-online-form input{height:38px!important; font-size:12px!important;}
  .order-online-form .btn{height:40px!important; min-height:40px!important; font-size:12px!important; line-height:1.08!important;}
  .order-safe{font-size:11px!important;}
  .order-cart-illustration{width:110px!important; height:110px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v35 — hard override
   Larger first panel, narrower 2nd/3rd panels, real map image,
   visible live buttons above the image. Placed at END of CSS.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 340px !important;
  }

  .home-panels{
    grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-color:#fff!important;
  }

  #branchesHomePanel .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:1!important;
  }

  #branchesHomePanel .branches-ref-hotspot{
    z-index:45!important;
    position:absolute!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    display:block!important;
  }

  #branchesHomePanel .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}
  #branchesHomePanel .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;}
  #branchesHomePanel .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;}

  #branchesHomePanel .branches-ref-live{
    position:absolute!important;
    z-index:60!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:900!important;
    line-height:1!important;
    border-radius:10px!important;
    min-height:34px!important;
    height:10.1%!important;
    font-size:13px!important;
    padding:0 12px!important;
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }

  #branchesHomePanel .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    background:#fff!important;
    color:#002b68!important;
    border:2px solid #002b68!important;
    box-shadow:0 6px 16px rgba(10,42,96,.16)!important;
  }

  #branchesHomePanel .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.22)!important;
    cursor:pointer!important;
  }

  #branchesHomePanel .branches-ref-status{
    position:absolute!important;
    z-index:60!important;
    left:4.7%!important;
    right:55%!important;
    bottom:4.2%!important;
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
  }

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
  }

  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:16px!important;
    grid-template-columns:minmax(0,1fr) 104px!important;
  }

  .order-cart-illustration{
    width:100px!important;
    height:100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v36
   Real live links and buttons over the branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}
  .home-panels{grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;grid-template-rows:var(--panel-h)!important;gap:18px!important;align-items:stretch!important;}
  .home-panels>.panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;overflow:hidden!important;}

  #branchesHomePanel.branches-reference-live-panel{padding:0!important;border-radius:20px!important;background:#fff!important;border:1px solid #dfe8f4!important;box-shadow:0 12px 28px rgba(6,43,104,.08)!important;}
  #branchesHomePanel .branches-reference-live{position:relative!important;width:100%!important;height:100%!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;}
  #branchesHomePanel .branches-reference-live__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;z-index:1!important;}

  #branchesHomePanel .branch-overlay-row{position:absolute!important;z-index:55!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;background:rgba(255,255,255,.96)!important;border-radius:12px!important;padding:10px 12px!important;box-shadow:none!important;border:1px solid rgba(219,228,241,.85)!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row--1{left:2.8%!important;top:28.2%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--2{left:2.8%!important;top:47.1%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--3{left:2.8%!important;top:65.7%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row__pin{position:relative!important;flex:0 0 22px!important;width:22px!important;height:30px!important;background:#ef2e38!important;border-radius:14px 14px 14px 0!important;transform:rotate(-45deg)!important;margin-left:2px!important;}
  #branchesHomePanel .branch-overlay-row__pin::after{content:''!important;position:absolute!important;left:6px!important;top:6px!important;width:10px!important;height:10px!important;background:#fff!important;border-radius:50%!important;}
  #branchesHomePanel .branch-overlay-row__main{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;flex:1 1 auto!important;}
  #branchesHomePanel .branch-overlay-row__main strong{font-size:13px!important;line-height:1.12!important;font-weight:900!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row__main em{font-style:normal!important;font-size:11px!important;line-height:1.2!important;color:#657ba4!important;}
  #branchesHomePanel .branch-overlay-row__hours{display:flex!important;flex-direction:column!important;gap:5px!important;flex:0 0 132px!important;max-width:132px!important;font-size:11px!important;line-height:1.15!important;color:#0b2f70!important;font-weight:700!important;white-space:nowrap!important;text-align:left!important;}

  #branchesHomePanel .branch-overlay-note{position:absolute!important;z-index:56!important;display:flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;background:rgba(255,255,255,.97)!important;border-radius:12px!important;color:#1b1b1b!important;text-decoration:none!important;font-size:12px!important;line-height:1.18!important;font-weight:800!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important;border:1px solid rgba(228,232,238,.92)!important;}
  #branchesHomePanel .branch-overlay-note--1{left:77.5%!important;top:13.8%!important;max-width:18.2%!important;}
  #branchesHomePanel .branch-overlay-note--2{left:51.0%!important;top:34.6%!important;max-width:18.8%!important;}
  #branchesHomePanel .branch-overlay-note--3{left:68.0%!important;top:59.7%!important;max-width:18.5%!important;}

  #branchesHomePanel [data-branch-code].is-nearest,
  #branchesHomePanel [data-map-branch].is-nearest{outline:2px solid rgba(227,6,19,.38)!important;box-shadow:0 0 0 4px rgba(227,6,19,.10)!important;}

  #branchesHomePanel .branches-ref-status{position:absolute!important;z-index:80!important;left:4.7%!important;right:55%!important;bottom:4.2%!important;color:#52688a!important;font-size:10px!important;line-height:1.15!important;font-weight:700!important;min-height:12px!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v37
   Rebuilt as real HTML: text, branch rows and buttons are live
   elements; only the right map is a real map image crop.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.78fr) minmax(0,1.04fr) minmax(0,.9fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;
    gap:18px!important;
    padding:22px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-live-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 16px!important;
    gap:6px!important;
  }

  .branches-live-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:31px!important;
    line-height:1.03!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
  }

  .branches-live-subtitle{
    margin:0 0 8px!important;
    color:#667aa0!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }

  .branches-live-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) 132px!important;
    gap:11px!important;
    align-items:center!important;
    padding:12px 0!important;
    border-bottom:1px solid #dfe8f4!important;
    color:var(--navy)!important;
    text-decoration:none!important;
    border-radius:10px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    background:rgba(227,6,19,.055)!important;
    padding-left:6px!important;
    outline:2px solid rgba(227,6,19,.16)!important;
  }

  .branches-live-row:last-child{border-bottom:0!important;}

  .branches-live-pin{
    position:relative!important;
    width:20px!important;
    height:28px!important;
    background:#ef2e38!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 6px 13px rgba(227,6,19,.20)!important;
  }

  .branches-live-pin::after{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#fff!important;
  }

  .branches-live-main{
    display:grid!important;
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    color:var(--navy)!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    color:#62759c!important;
    font-size:13px!important;
    line-height:1.16!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-live-hours{
    display:grid!important;
    gap:5px!important;
    color:var(--navy)!important;
    font-size:12px!important;
    line-height:1.12!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .branches-live-actions{
    display:grid!important;
    grid-template-columns:1fr 1.15fr!important;
    gap:12px!important;
    margin-top:10px!important;
  }

  .branches-live-button{
    height:44px!important;
    min-height:44px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }

  .branches-live-button--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-live-button--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.20)!important;
  }

  .branches-live-status{
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:#eef7ff!important;
  }

  .branches-live-map img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-map-link{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border-radius:12px!important;
  }

  .branches-map-link:hover,
  .branches-map-link.is-nearest{
    outline:2px solid rgba(227,6,19,.32)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:24%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:26%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}

@media (max-width:980px){
  #branchesHomePanel.branches-live-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:18px!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:32px 1fr!important;
  }

  .branches-live-hours{
    grid-column:2!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr!important;
  }

  .branches-live-map{
    min-height:300px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v38
   Same concept, reduced scale so the full first panel fits cleanly.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:318px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.74fr) minmax(0,1.03fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr)!important;
    gap:14px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:24px!important;
    line-height:1.02!important;
    letter-spacing:-.028em!important;
  }

  .branches-live-subtitle{
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 100px!important;
    gap:8px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    padding-left:4px!important;
  }

  .branches-live-pin{
    width:16px!important;
    height:22px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:6px!important;
    height:6px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:10px!important;
    line-height:1.07!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    gap:3px!important;
    font-size:7px!important;
    line-height:1.12!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:36px!important;
    min-height:36px!important;
    border-radius:8px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }

  .branches-live-status{
    font-size:8px!important;
    line-height:1.1!important;
    min-height:10px!important;
  }

  .branches-live-map{
    border-radius:16px!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:25%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:27%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 108px!important;}
  .promo-panel h2{font-size:18px!important;line-height:1.08!important;}
  .promo-panel strong{font-size:14px!important;line-height:1.15!important;}
  .promo-panel p{font-size:10px!important;line-height:1.18!important;}
  .promo-panel .btn{height:38px!important;min-height:38px!important;font-size:12px!important;width:160px!important;min-width:160px!important;}
  .promo-panel img{width:100px!important;max-width:100px!important;}

  .order-online-panel{padding:14px!important;grid-template-columns:minmax(0,1fr) 96px!important;}
  .order-online-panel h2{font-size:17px!important;line-height:1.04!important;}
  .order-online-panel p{font-size:10px!important;line-height:1.16!important;}
  .order-online-form input{height:36px!important;font-size:11px!important;}
  .order-online-form .btn{height:38px!important;min-height:38px!important;font-size:11px!important;line-height:1.08!important;}
  .order-safe{font-size:10px!important;line-height:1.12!important;}
  .order-cart-illustration{width:92px!important;height:92px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v39
   Slightly smaller overall scale, smaller heading, larger branch text.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:308px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.76fr) minmax(0,1.02fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr)!important;
    gap:12px!important;
    padding:14px!important;
  }

  .branches-live-left h2{
    font-size:17px!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:100%!important;
  }

  .branches-live-subtitle{
    font-size:8px!important;
    line-height:1.16!important;
    margin:0 0 3px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 95px!important;
    gap:8px!important;
    padding:7px 0!important;
  }

  .branches-live-main strong{
    font-size:9px!important;
    line-height:1.08!important;
  }

  .branches-live-main em{
    font-size:7.6px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    font-size:6.6px!important;
    line-height:1.1!important;
    gap:2px!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:9px!important;
    margin-top:5px!important;
  }

  .branches-live-button{
    height:34px!important;
    min-height:34px!important;
    font-size:10px!important;
    border-radius:8px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
  }

  .branches-live-map{border-radius:15px!important;}

  .promo-panel{padding:15px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .promo-panel h2{font-size:17px!important;}
  .promo-panel strong{font-size:13px!important;}
  .promo-panel p{font-size:9.5px!important;}
  .promo-panel img{width:96px!important;max-width:96px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:150px!important;min-width:150px!important;}

  .order-online-panel{padding:13px!important;grid-template-columns:minmax(0,1fr) 92px!important;}
  .order-online-panel h2{font-size:16px!important;}
  .order-online-panel p{font-size:9.5px!important;}
  .order-online-form input{height:34px!important;font-size:10.5px!important;}
  .order-online-form .btn{height:36px!important;min-height:36px!important;font-size:10.5px!important;}
  .order-safe{font-size:9.5px!important;}
  .order-cart-illustration{width:88px!important;height:88px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v40
   Wider branches panel, narrower online-order panel, promo shifts right.
   Larger branch names/hours and undistorted map proportions.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.96fr) minmax(0,1.03fr) minmax(0,.78fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:16px!important;
    padding:16px!important;
    border-radius:20px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:18px!important;
    line-height:1.03!important;
    letter-spacing:-.02em!important;
  }

  .branches-live-subtitle{
    font-size:8.5px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-list{
    gap:0!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 122px!important;
    gap:10px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-pin{
    width:18px!important;
    height:25px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:7px!important;
    height:7px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:17px!important;
    line-height:1.02!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.12!important;
    font-weight:700!important;
  }

  .branches-live-hours{
    font-size:13px!important;
    line-height:1.06!important;
    gap:3px!important;
    font-weight:800!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.22fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:35px!important;
    min-height:35px!important;
    font-size:10.5px!important;
    border-radius:9px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
    line-height:1.1!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link--buvalkina{right:3.5%!important;top:13%!important;width:24%!important;height:12%!important;}
  .branches-map-link--nesterenka{left:12.5%!important;top:35.4%!important;width:26.5%!important;height:14%!important;}
  .branches-map-link--segedska{right:13.8%!important;bottom:29.2%!important;width:29%!important;height:13.5%!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 102px!important;
  }
  .promo-panel h2{font-size:17px!important;line-height:1.06!important;}
  .promo-panel strong{font-size:13px!important;line-height:1.12!important;}
  .promo-panel p{font-size:9.5px!important;line-height:1.16!important;}
  .promo-panel img{width:92px!important;max-width:92px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:148px!important;min-width:148px!important;}

  .order-online-panel{
    padding:12px!important;
    grid-template-columns:minmax(0,1fr) 80px!important;
  }
  .order-online-panel h2{font-size:15px!important;line-height:1.03!important;}
  .order-online-panel p{font-size:9px!important;line-height:1.14!important;}
  .order-online-form input{height:33px!important;font-size:10px!important;}
  .order-online-form .btn{height:35px!important;min-height:35px!important;font-size:10px!important;line-height:1.06!important;}
  .order-safe{font-size:9px!important;line-height:1.1!important;}
  .order-cart-illustration{width:76px!important;height:76px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v41
   Fine tuning: smaller district names, larger addresses, cleaner map,
   no highlight outline, landscape crop so the map fills its subpanel.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{grid-template-columns:minmax(0,1.98fr) minmax(0,1.02fr) minmax(0,.76fr)!important;}

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-left h2{font-size:17px!important; line-height:1.03!important;}
  .branches-live-subtitle{font-size:8.5px!important; line-height:1.15!important;}

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 136px!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main strong{
    font-size:15px!important;
    line-height:1.03!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:11px!important;
    line-height:1.12!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:block!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link{
    background:transparent!important;
    outline:none!important;
    box-shadow:none!important;
    border:none!important;
  }
  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    outline:none!important;
    box-shadow:none!important;
    background:transparent!important;
    border:none!important;
  }

  /* Coordinates adjusted for the new landscape crop */
  .branches-map-link--buvalkina{right:4.0%!important; top:10.5%!important; width:23.5%!important; height:13.5%!important;}
  .branches-map-link--nesterenka{left:12.8%!important; top:34.0%!important; width:26.5%!important; height:14.0%!important;}
  .branches-map-link--segedska{right:15.0%!important; bottom:28.0%!important; width:27.5%!important; height:13.5%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v42
   District name in one line, larger address, hours aligned opposite address.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr)!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 138px!important;
    align-items:flex-start!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main{
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
    padding-top:17px!important;
    align-self:flex-start!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v43
   Wider branches panel, narrower online-order panel so district names fit.
   ========================================================== */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,2.14fr) minmax(0,1.00fr) minmax(0,.62fr)!important;
    gap:18px!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 132px!important;
    gap:10px!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    padding-top:17px!important;
  }

  .order-online-panel{
    padding:11px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
  }
  .order-online-panel h2{font-size:14px!important;line-height:1.02!important;}
  .order-online-panel p{font-size:8.5px!important;line-height:1.12!important;}
  .order-online-form input{height:31px!important;font-size:9.5px!important;}
  .order-online-form .btn{height:33px!important;min-height:33px!important;font-size:9.5px!important;line-height:1.04!important;}
  .order-safe{font-size:8.5px!important;line-height:1.08!important;}
  .order-cart-illustration{width:62px!important;height:62px!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v44
   Click areas on map cover pin + label, without red rectangle highlighting.
   ========================================================== */
@media (min-width:981px){
  .branches-map-link{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    z-index:6!important;
    cursor:pointer!important;
  }

  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
  }

  /* Clickable hit-areas include both the map pin and the text label bubble */
  .branches-map-link--buvalkina{right:1.8%!important;top:8.8%!important;width:31.5%!important;height:18.5%!important;}
  .branches-map-link--nesterenka{left:9.5%!important;top:31.8%!important;width:31.5%!important;height:18.0%!important;}
  .branches-map-link--segedska{right:12.0%!important;bottom:22.8%!important;width:33.0%!important;height:18.0%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v45
   Slightly move map upward inside its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map img{
    object-position:center 42%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v46
   Fix left-side location icon: upright map-pin instead of tilted shape.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:0 6px 13px rgba(227,6,19,.14)!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v47
   Transparent branch pin background fix.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    display:block!important;
    position:relative!important;
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .branches-live-pin::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    display:block!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.10))!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v48
   Fix map bleeding outside top edge of its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-card{
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    margin:0!important;
    padding:0!important;
    top:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    isolation:isolate!important;
    box-shadow:none!important;
    background:#f5f8fc!important;
  }

  .branches-live-map img{
    position:absolute!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    transform:none!important;
    z-index:1!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v49
   Use cropped map asset and hard-clip it strictly inside the map subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 0 0 0 round 24px)!important;
    contain:paint!important;
    background:#eef4fa!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:scale(1.0)!important;
    display:block!important;
  }
}


/* v54: keep extra branches hidden below visible area until cyclic rotation moves them up */
.branches-live-list{overflow:hidden!important;align-content:start!important;}


/* v56: keep branch buttons visible; list window ends just above the buttons with a small reserve */
@media (min-width:981px){
  .branches-live-list{
    display:block!important;
    max-height:206px!important;
    min-height:206px!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .branches-live-list .branches-live-row{
    box-sizing:border-box!important;
  }

  .branches-live-actions{
    margin-top:8px!important;
    align-self:start!important;
  }
}


/* v58: smooth one-row cyclic branch rotation */
.branches-live-list{
  will-change:transform;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* v59: list stays fixed during rotation; rows are clipped inside the list window */
.branches-live-list{
  overflow:hidden!important;
  transform:none!important;
  contain:paint!important;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* ==========================================================
   PROLAB BRANCHES MAP v61
   Add two extra visible branch markers on the homepage map:
   - вул. Ак. Заболотного, 26а
   - вул. Євгена Танцюри 17/2
   Keep the existing panel concept and map proportions.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    isolation:isolate!important;
  }

  .branches-map-marker{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    text-decoration:none!important;
    background:transparent!important;
    border-radius:0!important;
    outline:none!important;
    overflow:visible!important;
  }

  .branches-map-marker:hover,
  .branches-map-marker:focus,
  .branches-map-marker:active,
  .branches-map-marker.is-nearest{
    outline:none!important;
    background:transparent!important;
  }

  .branches-map-marker__pin{
    flex:0 0 22px!important;
    width:22px!important;
    height:30px!important;
    margin-top:3px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.15))!important;
  }

  .branches-map-marker__label{
    display:block!important;
    max-width:150px!important;
    padding:9px 12px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 8px 18px rgba(13,47,96,.12)!important;
    color:#202735!important;
    font-size:12px!important;
    line-height:1.18!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }

  .branches-map-marker.is-nearest .branches-map-marker__label,
  .branches-map-marker:hover .branches-map-marker__label,
  .branches-map-marker:focus .branches-map-marker__label{
    box-shadow:0 0 0 2px rgba(227,6,19,.24), 0 10px 18px rgba(13,47,96,.14)!important;
  }

  .branches-map-link--zabolotnoho{
    left:43.8%!important;
    top:12.8%!important;
    width:34.5%!important;
    min-height:11%!important;
  }

  .branches-map-link--tantsiury{
    left:6.8%!important;
    bottom:8.8%!important;
    width:33.5%!important;
    min-height:11%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v62
   Reduce extra marker labels to match native map labels and
   reposition the added branches with a comfortable margin.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:6px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 19px!important;
    width:19px!important;
    height:26px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:122px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
    line-height:1.14!important;
    font-weight:700!important;
    box-shadow:0 6px 14px rgba(13,47,96,.10)!important;
  }

  /* Keep all branches inside the visible map area with a small margin */
  .branches-map-link--zabolotnoho{
    left:35.8%!important;
    top:10.5%!important;
    width:auto!important;
    min-height:0!important;
  }

  .branches-map-link--tantsiury{
    left:6.2%!important;
    bottom:11.8%!important;
    width:auto!important;
    min-height:0!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v63
   Match added marker bubbles to the visual scale of the original
   Buvalkina / Nesterenka labels on the reference map.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:5px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 18px!important;
    width:18px!important;
    height:25px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:112px!important;
    padding:6px 9px!important;
    border-radius:11px!important;
    font-size:8.9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    letter-spacing:0!important;
    box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:112px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:106px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v64
   Fine-tune added map bubbles: smaller font like Nesterenka,
   no extra empty white area to the right, full "Академіка".
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:fit-content!important;
    max-width:102px!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:8px!important;
    line-height:1.08!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:108px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:92px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v65
   Remove extra empty space inside added address bubbles by
   narrowing them and controlling line breaks.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:auto!important;
    min-width:0!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:7.6px!important;
    line-height:1.06!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:96px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:82px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v66
   Shrink the whole map stage slightly and lift it upward so the
   full coverage fits cleanly inside the subpanel and Buvalkina
   remains fully visible.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    align-self:start!important;
  }

  .branches-live-map-stage{
    position:absolute!important;
    inset:0!important;
    transform:translateY(-8px) scale(.94)!important;
    transform-origin:center top!important;
  }

  .branches-live-map-stage > img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-live-map-stage > .branches-map-link,
  .branches-live-map-stage > .branches-map-marker{
    position:absolute!important;
  }

  .branches-map-link--zabolotnoho{
    left:34.8%!important;
    top:10.6%!important;
  }

  .branches-map-link--tantsiury{
    left:5.8%!important;
    bottom:10.3%!important;
  }
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER HIGHLIGHT v67
   Colored hover/focus highlight for every map point label.
   ========================================================== */
.branches-map-link{
  overflow:visible!important;
}

.branches-map-link::after{
  content:"";
  position:absolute;
  border:2px solid rgba(236, 76, 90, .58);
  background:rgba(236, 76, 90, .08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(236, 76, 90, .10);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.branches-map-link:hover::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  opacity:1;
}

/* real cloud overlays for image-based labels */
.branches-map-link--buvalkina::after{
  left:24%;
  top:9%;
  width:73%;
  height:67%;
}

.branches-map-link--nesterenka::after{
  left:24%;
  top:17%;
  width:73%;
  height:62%;
}

.branches-map-link--segedska::after{
  left:22%;
  top:16%;
  width:74%;
  height:64%;
}

/* cloud overlays for live HTML labels */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
}

.branches-map-marker__label{
  transition:box-shadow .18s ease, border-color .18s ease, background .18s ease;
  border:2px solid transparent!important;
}

.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label{
  border-color:rgba(236, 76, 90, .58)!important;
  background:rgba(255, 250, 251, .98)!important;
  box-shadow:0 0 0 1px rgba(236, 76, 90, .10), 0 10px 18px rgba(13,47,96,.14)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER v68
   Keep hover highlighting for original map labels only.
   Remove hover/focus/nearest highlight from the newly added
   Zabolotnoho and Tantsiury live markers.
   ========================================================== */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
  opacity:0!important;
}

.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP v69
   Remove hover highlight from all map points and slightly
   narrow / shift the Zabolotnoho bubble to the left.
   ========================================================== */
.branches-map-link::after,
.branches-map-link:hover::after,
.branches-map-link:focus::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  display:none !important;
  opacity:0 !important;
  content:none !important;
}

.branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 4px 12px rgba(13,47,96,.08) !important;
}

@media (min-width:981px){
  .branches-map-link--zabolotnoho{
    left:34.1% !important;
    top:10.5% !important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:92px !important;
    width:auto !important;
    min-width:0 !important;
    padding:5px 8px !important;
  }
}

@media (max-width: 1400px){.benefits{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 900px){.benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit{min-height:unset}}
@media (max-width: 640px){.benefits{grid-template-columns:1fr}}


/* v73: reduce lower benefit card typography by a couple more sizes */
.benefit strong{
  font-size:11px!important;
  line-height:1.05!important;
}

.benefit p{
  font-size:8.5px!important;
  line-height:1.12!important;
  margin-top:2px!important;
}


/* ==========================================================
   PROLAB BRANCHES MAP CROP v74
   Crop the top a bit below "Фонтанка" and the bottom a bit
   above "Великий Фонтан" while preserving the existing concept.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map-stage{
    transform:translateY(-2px) scale(1.01)!important;
    transform-origin:center center!important;
  }
}


/* ==========================================================
   PROLAB Home quick panels v75
   Four service panels between research cards and home panels.
   ========================================================== */
.service-shortcuts-section{
  margin-top:18px;
  margin-bottom:4px;
}
.service-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-shortcut{
  display:grid;
  grid-template-columns:60px minmax(0,1fr) 12px;
  align-items:center;
  gap:12px;
  min-height:88px;
  padding:12px 14px;
  background:#fff;
  border:1.5px solid #dfe8f5;
  border-radius:14px;
  box-shadow:0 9px 22px rgba(6,43,104,.08);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.service-shortcut:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(6,43,104,.11);
}
.service-shortcut--blue:hover{ border-color:#b8ccef; }
.service-shortcut--red:hover{ border-color:#f2b8be; }
.service-shortcut__icon{
  width:66px;
  height:66px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 10px 20px rgba(6,43,104,.10);
}
.service-shortcut--blue .service-shortcut__icon{
  background:linear-gradient(180deg,#1b58c6 0%,#0b44a7 100%);
}
.service-shortcut--red .service-shortcut__icon{
  background:linear-gradient(180deg,#ff4a4a 0%,#ee2c38 100%);
}
.service-shortcut__icon svg{
  width:26px;
  height:26px;
  display:block;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-shortcut__content{
  min-width:0;
  display:grid;
  gap:3px;
}
.service-shortcut__title{
  display:block;
  color:var(--navy);
  font-size:14px;
  line-height:1.05;
  font-weight:900;
}
.service-shortcut--accent .service-shortcut__title{
  color:var(--red);
}
.service-shortcut__desc{
  display:block;
  color:#1f3960;
  font-size:11px;
  line-height:1.15;
  font-weight:500;
}
.service-shortcut__arrow{
  color:#203c74;
  font-size:22px;
  line-height:1;
  align-self:center;
  justify-self:end;
}
@media (max-width:1180px){
  .service-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .service-shortcuts{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-shortcut{
    grid-template-columns:64px minmax(0,1fr) 14px;
    gap:12px;
    min-height:88px;
    padding:14px 16px;
  }
  .service-shortcut__icon{
    width:68px;
    height:68px;
  }
  .service-shortcut__icon svg{
    width:30px;
    height:30px;
  }
  .service-shortcut__title{
    font-size:16px;
  }
  .service-shortcut__desc{
    font-size:12px;
  }
}


/* custom uploaded icons */
.research-card__icon img{
  filter:none!important;
}
.service-shortcut__icon{
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
}
.service-shortcut__icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.benefit__icon--image{
  width:68px;
  height:68px;
  min-width:68px;
  border:none;
  background:transparent;
  box-shadow:none;
}
.benefit__icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}


/* v80 bigger homepage category icons */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:14px 16px 14px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:center!important;
  justify-content:center!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:62px!important;
  height:62px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:56px minmax(0,1fr) 58px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
  }
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:48px!important;
    height:48px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
  }
}


/* v81 fix homepage category icon positioning */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  grid-template-rows:50px 34px 24px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:10px 16px 10px!important;
  column-gap:8px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  align-self:start!important;
  transform:translateY(-6px)!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:60px!important;
  height:60px!important;
}
.category-grid--home .research-card__title{
  align-self:start!important;
  margin-top:2px!important;
  font-size:13px!important;
  line-height:1.03!important;
  max-height:28px!important;
}
.category-grid--home .research-card__desc{
  margin-top:-2px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 58px!important;
    grid-template-rows:44px 34px 24px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
    padding:9px 12px 9px!important;
    column-gap:7px!important;
    row-gap:4px!important;
  }
  .category-grid--home .research-card__icon{
    width:58px!important;
    height:58px!important;
    transform:translateY(-4px)!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__title{
    font-size:12.5px!important;
    max-height:27px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
    transform:none!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:46px!important;
    height:46px!important;
  }
}


/* v82 fix homepage category titles fitting */
.category-grid--home .research-card{
  grid-template-columns:66px minmax(0,1fr) 60px!important;
  grid-template-rows:44px 38px 24px!important;
  min-height:136px!important;
  height:136px!important;
  max-height:136px!important;
  padding:10px 14px 10px!important;
  column-gap:7px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__title{
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  margin-top:0!important;
  font-size:11.6px!important;
  line-height:1.02!important;
  max-height:38px!important;
  letter-spacing:-0.01em!important;
}
.category-grid--home .research-card__desc{
  font-size:10px!important;
  line-height:1.08!important;
  max-height:34px!important;
  margin-top:6px!important;
}
.category-grid--home .research-card__button{
  width:58px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 56px!important;
    grid-template-rows:42px 34px 24px!important;
    min-height:130px!important;
    height:130px!important;
    max-height:130px!important;
    padding:9px 12px 9px!important;
  }
  .category-grid--home .research-card__title{
    align-self:stretch!important;
    display:flex!important;
    align-items:center!important;
    font-size:11.2px!important;
    max-height:34px!important;
  }
  .category-grid--home .research-card__desc{
    font-size:9.4px!important;
    max-height:30px!important;
    margin-top:5px!important;
  }
}


/* v85: fix uploaded benefit icons — remove accidental red oval border from generic span rule */
.benefit .benefit__icon--image{
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:0!important;
}
.benefit .benefit__icon--image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}


/* v86: vertically center benefit card contents */
.benefits .benefit{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:102px !important;
}
.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center !important;
  flex:0 0 auto !important;
}
.benefits .benefit__content{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  min-height:68px !important;
}
.benefits .benefit strong,
.benefits .benefit p{
  margin-top:0 !important;
}
.benefits .benefit p{
  margin-top:3px !important;
}


/* v87: keep benefit panel size unchanged; only center content inside */
.benefits .benefit{
  min-height:74px!important;
  height:74px!important;
  max-height:74px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center!important;
  flex:0 0 auto!important;
}

.benefits .benefit__content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  min-height:0!important;
  height:auto!important;
}

.benefits .benefit strong{
  margin:0!important;
}

.benefits .benefit p{
  margin:2px 0 0!important;
}

/* v88: merge the online-order panel into the promotions area */
.home-panels > .promo-panel{
  grid-column: 2 / 4 !important;
}

.home-panels > .order-online-panel{
  display: none !important;
}

@media (max-width: 980px){
  .home-panels > .promo-panel{
    grid-column: auto !important;
  }
}

/* v89 footer redesign */
.footer--light{
  background:#ffffff !important;
  color:#35445f !important;
  padding:44px 0 40px !important;
  margin-top:44px;
}
.footer-service-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:48px;
  align-items:start;
}
.footer--light h3,
.footer--light h4{
  margin:0 0 20px;
  color:#334564;
  font-weight:800;
}
.footer--light h3{font-size:22px;}
.footer--light h4{font-size:18px; margin-top:34px;}
.footer--light a,
.footer--light p{
  color:#5c677d;
}
.footer-service__phone{
  display:block;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#0055a8 !important;
  margin:0 0 18px;
}
.footer-service p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  max-width:440px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-socials a{
  width:48px;
  height:48px;
  border:1px solid #d8dee8;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0055b8 !important;
  background:#f8fafc;
  font-weight:700;
  font-size:24px;
}
.footer-socials a span{line-height:1;}
.footer-socials a[aria-label="LinkedIn"] span{font-size:20px; font-weight:800;}
.footer-mail{
  display:inline-block;
  font-size:16px;
  color:#0055b8 !important;
  margin-top:4px;
}
.footer-nav-col a{
  display:block;
  color:#0055b8 !important;
  font-size:18px;
  line-height:1.45;
  margin:0 0 14px;
}
@media (max-width: 1100px){
  .footer-service-grid{grid-template-columns:1.4fr 1fr 1fr; gap:32px;}
  .footer-nav-col:last-child{grid-column:2 / 4;}
  .footer-service__phone{font-size:48px;}
}
@media (max-width: 800px){
  .footer-service-grid{grid-template-columns:1fr 1fr; gap:28px;}
  .footer-nav-col:last-child{grid-column:auto;}
  .footer-service__phone{font-size:42px;}
}
@media (max-width: 560px){
  .footer-service-grid{grid-template-columns:1fr;}
  .footer--light h3{font-size:20px;}
  .footer-service__phone{font-size:36px;}
  .footer-nav-col a,.footer-mail,.footer-service p{font-size:16px;}
}


/* v90 footer adjustments */
.footer-service__phone{margin:0 0 10px;}
.footer-socials a{background:#fff; border-color:#d9e0eb;}
.footer-socials a:hover{border-color:#9fb5d8; transform:translateY(-1px);}


/* v91 footer color/size refinement */
.footer--light{
  background:#072b68 !important;
  color:#ffffff !important;
}
.footer--light h3,
.footer--light h4{
  color:#ffffff !important;
}
.footer--light a,
.footer--light p{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:44px !important;
  line-height:1.08 !important;
  color:#ffffff !important;
  letter-spacing:0.2px;
}
.footer-nav-col a,
.footer-mail{
  color:#dce8ff !important;
}
.footer-nav-col a:hover,
.footer-mail:hover{
  color:#ffffff !important;
}
.footer-socials a{
  background:#ffffff !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#0055b8 !important;
}
.footer-socials a:hover{
  border-color:#ffffff !important;
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}
@media (max-width:1100px){
  .footer-service__phone{font-size:38px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:34px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:30px !important;}
}


/* v92 footer contact block */
.footer-contact-copy p{
  margin:0 0 10px;
  color:#dce8ff !important;
  font-size:18px;
  line-height:1.5;
}
.footer-contact-copy p:last-child{margin-bottom:0;}
.footer-contact-copy .footer-mail{
  color:#ffffff !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:36px !important;
  font-weight:800;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:32px !important;}
  .footer-contact-copy p{font-size:16px;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:28px !important;}
  .footer-contact-copy p{font-size:15px;}
}


/* v93 footer typography + centered contacts */
.footer--light{
  background:#072b68 !important;
}
.footer-service-grid{
  gap:42px;
}
.footer--light h3{
  font-size:18px !important;
  margin-bottom:16px !important;
}
.footer--light h4{
  font-size:15px !important;
  margin-top:28px !important;
  margin-bottom:12px !important;
}
.footer-service__phone{
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 20px !important;
}
.footer-nav-col a,
.footer-mail,
.footer-service p,
.footer--light p{
  font-size:15px !important;
  line-height:1.42 !important;
}
.footer-nav-col a{
  margin:0 0 12px !important;
}
.footer-socials a{
  width:46px;
  height:46px;
}
.footer-contact-copy{
  text-align:center;
  max-width:520px;
}
.footer-contact-copy h4{
  text-align:center;
}
.footer-contact-copy__line{
  margin:0 0 10px !important;
  color:#dce8ff !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.footer-contact-copy__company{
  font-size:16px !important;
}
.footer-contact-copy__links{
  white-space:normal;
}
.footer-contact-copy .footer-mail{
  display:inline;
  color:#ffffff !important;
  font-size:inherit !important;
  margin-top:0 !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:28px !important;}
  .footer--light h3{font-size:17px !important;}
  .footer-nav-col a,.footer-mail,.footer-service p,.footer--light p,.footer-contact-copy__line{font-size:14px !important;}
  .footer-contact-copy__company{font-size:15px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:26px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:24px !important;}
  .footer-socials a{width:42px;height:42px;}
}


/* v95 contacts in one row, left aligned */
.footer-contact-row{
  margin-top: 18px;
  padding-bottom: 8px;
}
.footer-contact-copy--row{
  max-width: none;
  text-align: left;
  margin: 0;
}
.footer-contact-copy--row h4{
  text-align: left;
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.footer-contact-copy__inline{
  margin: 0 !important;
  color: #dce8ff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.footer-contact-copy__sep{
  display: inline-block;
  margin: 0 10px;
  color: #dce8ff;
}
.footer-contact-copy--row .footer-mail{
  display: inline;
  color: #ffffff !important;
}
@media (max-width: 1200px){
  .footer-contact-copy__inline{font-size:13px !important;}
}
@media (max-width: 860px){
  .footer-contact-row{margin-top: 14px;}
  .footer-contact-copy__sep{margin:0 6px;}
}
@media (max-width: 640px){
  .footer-contact-copy__inline{font-size:13px !important;}
  .footer-contact-copy__sep{display:none;}
}


/* v96 social icons from provided images */
.footer-socials .social-icon--image{
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.footer-socials .social-icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:14px;
}
.footer-socials .social-icon--image:hover{
  transform:translateY(-1px);
  box-shadow:none !important;
}
.footer-socials .social-icon--image:hover img{
  filter:brightness(1.02);
}


/* === Home promotions slider v98 === */
.promo-slider{
  position:relative!important;
  overflow:hidden!important;
  padding:18px 54px 52px 22px!important;
  min-height:340px!important;
}
.promo-slider__viewport{
  position:relative!important;
  min-height:260px!important;
}
.promo-slide{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 170px!important;
  grid-template-rows:auto auto auto auto auto 1fr!important;
  gap:10px 20px!important;
  align-items:start!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .35s ease, visibility .35s ease!important;
}
.promo-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.promo-slide .badge-red{grid-column:1!important;grid-row:1!important;width:max-content!important;}
.promo-slide h2{grid-column:1!important;grid-row:2!important;margin:0!important;font-size:22px!important;line-height:1.08!important;}
.promo-slide strong{grid-column:1!important;grid-row:3!important;display:block!important;font-size:20px!important;line-height:1.15!important;color:var(--navy)!important;}
.promo-slide p{grid-column:1!important;grid-row:4!important;margin:0!important;font-size:15px!important;line-height:1.35!important;color:#334a73!important;max-width:430px!important;}
.promo-slide__price{grid-column:1!important;grid-row:5!important;display:flex!important;align-items:baseline!important;gap:14px!important;flex-wrap:wrap!important;}
.promo-slide__price del{color:#9ba9c0!important;font-size:18px!important;font-weight:700!important;}
.promo-slide__price span{color:var(--navy)!important;font-size:34px!important;font-weight:900!important;line-height:1!important;}
.promo-slide img{grid-column:2!important;grid-row:2 / span 4!important;align-self:center!important;justify-self:end!important;width:150px!important;max-width:100%!important;height:auto!important;opacity:1!important;}
.promo-slide .btn{grid-column:1!important;grid-row:6!important;align-self:end!important;width:170px!important;min-width:170px!important;}
.promo-slider__nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:40px!important;
  height:40px!important;
  border:1px solid #d7e1ef!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--navy)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:0 10px 20px rgba(30,85,184,.10)!important;
}
.promo-slider__nav--prev{left:10px!important;}
.promo-slider__nav--next{right:10px!important;}
.promo-slider__dots{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:14px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  z-index:3!important;
}
.promo-slider__dot{
  width:12px!important;
  height:12px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid #6f84aa!important;
  background:#fff!important;
  cursor:pointer!important;
}
.promo-slider__dot.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
}
@media (max-width:980px){
  .promo-slider{min-height:360px!important;}
}
@media (max-width:640px){
  .promo-slider{padding:18px 16px 54px 16px!important;min-height:420px!important;}
  .promo-slider__viewport{min-height:330px!important;}
  .promo-slide{grid-template-columns:1fr!important;grid-template-rows:auto auto auto auto auto auto 1fr!important;gap:10px!important;}
  .promo-slide img{grid-column:1!important;grid-row:5!important;justify-self:center!important;width:120px!important;}
  .promo-slide__price{grid-column:1!important;grid-row:6!important;}
  .promo-slide .btn{grid-column:1!important;grid-row:7!important;width:100%!important;min-width:0!important;}
  .promo-slide strong{font-size:17px!important;}
  .promo-slide p{font-size:13px!important;max-width:none!important;}
  .promo-slide__price del{font-size:16px!important;}
  .promo-slide__price span{font-size:28px!important;}
  .promo-slider__nav{top:auto!important;bottom:14px!important;transform:none!important;}
  .promo-slider__nav--prev{left:16px!important;}
  .promo-slider__nav--next{right:16px!important;}
}


/* v98: strict grid-layout contacts page */
body[data-route="kontakty"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%);
}

.contacts-hero-grid{
  background:
    linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%);
  border-bottom:1px solid #e2ebf7;
  overflow:hidden;
}

.contacts-hero-grid__inner{
  min-height:310px;
  display:grid;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr);
  align-items:stretch;
  gap:0;
}

.contacts-hero-grid__copy{
  display:grid;
  align-content:center;
  padding:44px 32px 44px 0;
  position:relative;
  z-index:2;
}

.contacts-hero-grid__copy h1{
  margin:0 0 18px;
  color:#0b3476;
  font-size:clamp(48px,5.4vw,74px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:900;
}

.contacts-hero-grid__copy p{
  margin:0;
  max-width:540px;
  color:#263d64;
  font-size:21px;
  line-height:1.42;
  font-weight:500;
}

.contacts-hero-grid__media{
  position:relative;
  min-height:310px;
  display:grid;
  overflow:hidden;
}

.contacts-hero-grid__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(248,251,255,.94) 0%,rgba(248,251,255,.58) 21%,rgba(248,251,255,0) 46%),
    linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,0) 44%);
  pointer-events:none;
}

.contacts-hero-grid__photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  filter:saturate(.94) contrast(1.02);
}

.contacts-hero-grid__logo{
  position:absolute;
  z-index:2;
  right:7%;
  top:42px;
  width:250px;
  max-width:34%;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(214,228,247,.86);
  box-shadow:0 16px 34px rgba(6,43,104,.10);
  backdrop-filter:blur(6px);
}

.contacts-hero-grid__logo img{
  width:100%;
  height:auto;
}

.contacts-hero-grid__operator{
  position:absolute;
  z-index:2;
  right:8%;
  bottom:36px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  border:1px solid #dce6f2;
  box-shadow:0 12px 26px rgba(6,43,104,.12);
  font-weight:900;
  font-size:14px;
}

.contacts-hero-grid__face{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef5ff;
  color:#e52932;
}

.contacts-info-grid{
  margin-top:-48px;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.contacts-info-card{
  min-height:100px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

.contacts-info-card__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b3476;
  display:grid;
  place-items:center;
  font-size:25px;
}

.contacts-info-card__body{
  min-width:0;
  display:grid;
  gap:5px;
}

.contacts-info-card strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
}

.contacts-info-card em{
  color:#e52932;
  font-style:normal;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

.contacts-info-card small{
  color:#1f3960;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.contacts-grid-layout{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(440px,1.1fr) minmax(340px,.9fr) minmax(340px,.9fr);
  gap:18px;
  align-items:stretch;
}

.contacts-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px;
  min-height:330px;
  overflow:hidden;
}

.contacts-card__head{
  margin-bottom:12px;
}

.contacts-card__head h2{
  margin:0 0 6px;
  color:#0b3476;
  font-size:22px;
  line-height:1.12;
  font-weight:900;
}

.contacts-card__head p{
  margin:0;
  color:#53637c;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.contacts-branches-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-branches-card__grid{
  display:grid;
  grid-template-columns:48% 1fr;
  gap:16px;
  min-height:240px;
}

.contacts-branches-map{
  overflow:hidden;
  border-radius:16px;
  background:#eaf4ff;
  border:1px solid #dce6f2;
  min-height:240px;
}

.contacts-branches-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.contacts-branches-list{
  display:grid;
  align-content:start;
  gap:9px;
}

.contacts-branch-link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:0;
  color:#0b3476;
}

.contacts-branch-link__pin{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#e52932;
  font-size:17px;
  line-height:1;
}

.contacts-branch-link strong,
.contacts-branch-link em,
.contacts-branch-link small{
  display:block;
}

.contacts-branch-link strong{
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

.contacts-branch-link em{
  margin-top:2px;
  color:#1f3960;
  font-style:normal;
  font-size:12.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-branch-link small{
  margin-top:2px;
  color:#64738b;
  font-size:10.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-map-button{
  justify-self:start;
  margin-top:14px;
  min-width:190px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  padding:0 18px;
  border-radius:10px;
  border:1.5px solid #0b3476;
  color:#0b3476;
  background:#fff;
  font-weight:900;
  font-size:14px;
}

.contacts-form-card .pro-form{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.contacts-form-card .pro-form label{
  display:grid;
  gap:5px;
  color:#53637c;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}

.contacts-form-card .pro-form input,
.contacts-form-card .pro-form textarea{
  width:100%;
  border:1px solid #cbd7e8;
  border-radius:9px;
  padding:10px 12px;
  min-height:39px;
  background:#fff;
  color:#0b3476;
}

.contacts-form-card .pro-form textarea{
  min-height:84px;
  resize:vertical;
}

.contacts-form-card .pro-form .span-2{
  grid-column:auto;
}

.contacts-form-card .pro-form .check{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:#0b3476;
}

.contacts-form-card .pro-form .check input{
  width:16px;
  height:16px;
  min-height:0;
  flex:0 0 auto;
}

.contacts-form-card .pro-form .btn{
  width:100%;
  min-height:44px;
}

.contacts-help-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-help-list{
  display:grid;
  gap:8px;
  align-content:start;
}

.contacts-help-list details{
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  padding:0;
}

.contacts-help-list summary{
  list-style:none;
  cursor:pointer;
  padding:11px 38px 11px 12px;
  position:relative;
  color:#0b3476;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.contacts-help-list summary::-webkit-details-marker{
  display:none;
}

.contacts-help-list summary::after{
  content:"⌄";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#0b3476;
}

.contacts-help-list details[open] summary::after{
  content:"⌃";
}

.contacts-help-list details p{
  margin:0;
  padding:0 12px 12px;
  color:#53637c;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.contacts-chat-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:12px;
  border:1px solid #dce6f2;
  background:#fff;
  color:#e52932;
  font-size:14px;
  font-weight:900;
}

body[data-route="kontakty"] .benefits{
  margin-top:20px;
}

@media (max-width:1180px){
  .contacts-hero-grid__inner{
    grid-template-columns:1fr;
  }
  .contacts-hero-grid__media{
    min-height:240px;
    order:-1;
  }
  .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:18px;
  }
  .contacts-info-grid .contacts-info-card:last-child{
    grid-column:1 / -1;
  }
  .contacts-grid-layout{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .contacts-hero-grid__copy{
    padding:30px 0;
  }
  .contacts-hero-grid__copy h1{
    font-size:42px;
  }
  .contacts-hero-grid__copy p{
    font-size:17px;
  }
  .contacts-info-grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-map{
    min-height:220px;
  }
}


/* v99 contacts page corrections */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding-top:34px!important;
  padding-bottom:34px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  font-size:48px!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:10px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  font-size:16px!important;
  line-height:1.34!important;
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo{
  width:210px!important;
  top:34px!important;
  right:6%!important;
}

body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-34px!important;
  gap:12px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:86px!important;
  height:86px!important;
  padding:12px 14px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  border-radius:15px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:42px!important;
  height:42px!important;
  font-size:20px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  gap:3px!important;
  align-content:center!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:13px!important;
  line-height:1.05!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:12.5px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10.8px!important;
  line-height:1.13!important;
  white-space:pre-line!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  object-position:62% center!important;
  transform:translateX(-18px) scale(1.08);
  transform-origin:center center;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:230px!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:82px!important;
  }
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    font-size:40px!important;
  }
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:16px!important;
  }
}


/* v100 contacts hero/photo and compact info cards */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo,
body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  grid-template-columns:1.05fr 1.05fr 1.28fr 1.08fr 1fr!important;
  gap:10px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:78px!important;
  height:78px!important;
  padding:10px 12px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:9px!important;
  border-radius:14px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:38px!important;
  height:38px!important;
  font-size:18px!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:12px!important;
  line-height:1.02!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:11.5px!important;
  line-height:1.04!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) em{
  white-space:nowrap!important;
  font-size:11px!important;
  letter-spacing:-.02em!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
  white-space:nowrap!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(4) small{
  white-space:pre-line!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:78px!important;
  }
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) em,
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
    white-space:normal!important;
  }
}


/* v101 contacts hero proportions */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:338px!important;
  grid-template-columns:minmax(360px,.88fr) minmax(500px,1.02fr)!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:36px 26px 52px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 14px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:338px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,.96) 0%,rgba(248,251,255,.72) 18%,rgba(248,251,255,.16) 38%,rgba(248,251,255,0) 52%),
    linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 42%)!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  width:95%!important;
  height:92%!important;
  object-fit:contain!important;
  object-position:right center!important;
  justify-self:end!important;
  margin-left:auto!important;
  filter:saturate(.96) contrast(1.01)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:26px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:280px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    width:100%!important;
    height:100%!important;
  }
}


/* v106 contacts hero: lower the operator image so hands are mostly hidden by the contact cards */
body[data-route="kontakty"] .contacts-hero-grid__media{
  align-items:flex-end!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-position:right bottom!important;
  height:96%!important;
  transform:translateY(34px)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    object-position:center center!important;
    height:100%!important;
  }
}


/* v107 contacts hero: pull the whole hero block upward closer to the top white header edge */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:286px!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:14px 26px 44px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:286px!important;
  align-items:flex-start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  height:93%!important;
  transform:translateY(14px)!important;
}

body[data-route="kontakty"] .contact-cards{
  margin-top:-44px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:22px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:260px!important;
    align-items:center!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    height:100%!important;
  }
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v108 contacts hero: raise the contact cards a bit higher */
body[data-route="kontakty"] .contact-cards{
  margin-top:-60px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v110 contacts cards: increase card height further */
body[data-route="kontakty"] .contact-cards{
  grid-auto-rows:190px!important;
}

body[data-route="kontakty"] .contact-card{
  min-height:190px!important;
}

@media (max-width: 980px){
  body[data-route="kontakty"] .contact-cards{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contact-card{
    min-height:190px!important;
  }
}

/* v111 contacts info cards: actually increase the visible top contact tiles height */
body[data-route="kontakty"] .contacts-info-grid{
  grid-auto-rows:118px!important;
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:118px!important;
  height:118px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:46px!important;
  height:46px!important;
  font-size:21px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  align-self:center!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:118px!important;
  }
}


/* v112: raise top contact tiles higher into the hero area */
body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-56px!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:12px!important;
  }
}


/* v113: contacts hero text spacing and branch hours line breaks */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:84px 32px 28px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 24px !important;
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:8px;
  max-width:560px;
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:clamp(27px,2.25vw,34px);
  line-height:1.05;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#263a5e;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

body[data-route="kontakty"] .contacts-branch-link small{
  line-height:1.28;
}

body[data-route="kontakty"] .contacts-branch-link small br{
  content:"";
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:46px 0 24px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:16px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:24px;
  }
  body[data-route="kontakty"] .contacts-hero-grid__desc{
    font-size:15px;
  }
}


/* v114: contacts hero text styled to match home hero concept */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:72px 32px 26px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 6px !important;
  color:#0b3476;
  font-size:var(--h1-home) !important;
  line-height:1.01 !important;
  letter-spacing:-.045em;
  font-weight:900;
  max-width:clamp(520px,45vw,650px);
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:clamp(7px,.7vw,10px);
  max-width:clamp(480px,42vw,600px);
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px) !important;
  line-height:1.27 !important;
  font-weight:500;
  max-width:clamp(480px,42vw,600px);
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:38px 0 20px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:6px !important;
  }
}


/* v115: contacts hero phrase updated and sized like home hero subheading */
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(28px,2.3vw,35px) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  color:#0b3476 !important;
}

/* v116: visibly enlarge the second hero phrase on contacts page */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(44px,3.35vw,56px) !important;
  line-height:1.02 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  max-width:clamp(560px,48vw,760px) !important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:clamp(32px,4vw,42px) !important;
    line-height:1.05 !important;
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:30px !important;
  }
}


/* v117: match contacts hero secondary phrase to home hero parameters */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  margin-bottom:clamp(7px,.7vw,10px) !important;
  color:#0b3476 !important;
  max-width:none !important;
}


/* v118: update contacts hero phrase and raise it slightly higher */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:-22px !important;
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:-10px !important;
  }
}


/* v119: restore normal second line position and move the whole hero text group upward */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  transform:translateY(-28px);
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-16px);
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:0 !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-8px);
  }
}


/* v120 contacts map: use full branch map so every location stays visible */
body[data-route="kontakty"] .contacts-branches-map{
  background:#f4f8ff!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* v121 contacts map: stretch map to full height of the card area */
body[data-route="kontakty"] .contacts-branches-card__grid{
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  min-height:100%!important;
  height:100%!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:fill!important;
  object-position:center center!important;
}


/* v122 contacts map: keep natural proportions and enlarge the map area instead of stretching */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:56% 1fr!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:unset!important;
  object-position:center center!important;
  transform:none!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v123 contacts branches: place the branch list under a wider map */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:1fr!important;
  align-items:start!important;
  gap:18px!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="kontakty"] .contacts-branches-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-content:start!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v124 contacts branches: arrange branch addresses in two columns under the map */
body[data-route="kontakty"] .contacts-branches-list{
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  column-gap:28px!important;
  row-gap:18px!important;
}

body[data-route="kontakty"] .contacts-branch-link{
  height:100%!important;
}

@media (max-width:900px){
  body[data-route="kontakty"] .contacts-branches-list{
    grid-template-columns:1fr!important;
  }
}


/* === About page redesign === */
body[data-route="pro-nas"]{
  background:#f5f8fc;
}
body[data-route="pro-nas"] .footer{
  margin-top:34px;
}
.about-page{
  padding:0 0 24px;
}
.about-page__wrap{
  padding-top:0;
}
.about-hero-card{
  display:grid;
  grid-template-columns:minmax(320px, 38%) minmax(0, 62%);
  align-items:stretch;
  overflow:hidden;
  background:#eef4fb;
  border:1px solid var(--line);
  border-radius:0 0 22px 22px;
  box-shadow:var(--shadow);
}
.about-hero-card__copy{
  padding:48px 28px 22px 28px;
  position:relative;
  z-index:2;
}
.about-hero-card__copy h1{
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(44px, 5vw, 72px);
  line-height:.95;
  letter-spacing:-.045em;
}
.about-hero-card__lead{
  margin:0 0 14px;
  color:var(--navy);
  font-weight:800;
  font-size:clamp(18px, 2vw, 28px);
  line-height:1.1;
}
.about-hero-card__text{
  margin:0;
  max-width:430px;
  color:#28426f;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.45;
}
.about-hero-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
}
.about-hero-card__actions .btn{
  min-width:208px;
  min-height:44px;
  font-size:15px;
}
.about-hero-card__media{
  min-height:255px;
  position:relative;
}
.about-hero-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(238,244,251,1) 0%, rgba(238,244,251,.82) 12%, rgba(238,244,251,.25) 24%, rgba(238,244,251,0) 39%);
  z-index:1;
  pointer-events:none;
}
.about-hero-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.about-details-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.06fr) minmax(0,1.28fr);
  gap:18px;
  margin-top:22px;
}
.about-info-card{
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:20px 16px 18px;
  display:flex;
  flex-direction:column;
}
.about-info-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.about-info-card__icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  border:1px solid #d6e2f0;
  background:#f8fbff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.about-info-card__icon svg{
  width:29px;
  height:29px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-info-card h2{
  margin:0;
  color:var(--navy);
  font-size:22px;
  line-height:1.15;
}
.about-info-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
}
.about-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:7px 12px;
  border-radius:14px;
  border:1px solid #ccd8e8;
  color:var(--navy);
  background:#fbfdff;
  font-weight:700;
  text-align:center;
  line-height:1.2;
}
.about-info-card--stats .about-info-card__head{
  margin-bottom:18px;
}
.about-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 10px;
  margin-top:4px;
}
.about-stat{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.about-stat strong{
  color:var(--navy);
  font-size:22px;
  line-height:1;
}
.about-stat span{
  color:#27426b;
  font-size:14px;
  line-height:1.28;
}
.about-info-card--timeline{
  position:relative;
}
.about-timeline{
  position:relative;
  display:grid;
  gap:10px;
  padding-left:18px;
}
.about-timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  bottom:8px;
  width:2px;
  background:#dce6f2;
}
.about-timeline__item{
  position:relative;
  padding-left:20px;
}
.about-timeline__item::before{
  content:"";
  position:absolute;
  left:-1px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--red);
  z-index:1;
}
.about-timeline__item.is-active::before,
.about-timeline__item.is-today::before{
  background:var(--red);
}
.about-timeline__year{
  color:var(--navy);
  font-weight:800;
  font-size:18px;
  margin-bottom:5px;
}
.about-timeline__item p{
  font-size:14px;
  line-height:1.34;
}
.about-timeline__item.is-today .about-timeline__year{
  color:var(--red);
}
@media (max-width: 1180px){
  .about-hero-card{grid-template-columns:minmax(300px,40%) minmax(0,60%);}
  .about-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 900px){
  .about-hero-card{grid-template-columns:1fr; border-radius:0 0 20px 20px;}
  .about-hero-card__copy{padding:28px 20px 24px;}
  .about-hero-card__media{min-height:280px;}
  .about-hero-card__media::before{background:linear-gradient(180deg, rgba(238,244,251,.15) 0%, rgba(238,244,251,0) 24%);}
}
@media (max-width: 640px){
  .about-details-grid{grid-template-columns:1fr;}
  .about-stats-grid{grid-template-columns:1fr 1fr;}
  .about-hero-card__actions .btn{width:100%; min-width:0;}
  .about-info-card{min-height:auto;}
}

.about-team-section{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:16px 18px 18px;
}
.about-team-section__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.about-team-section__header h2{
  margin:0;
  color:var(--navy);
  font-size:32px;
  line-height:1.05;
}
.about-team-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(4, 1fr);
  gap:14px;
}
.about-team-photo{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#eff4fb;
  border:1px solid #d6e2f0;
  min-height:160px;
}
.about-team-photo--wide{
  min-height:160px;
}
.about-team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--team-pos, center center);
  display:block;
}
@media (max-width: 1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .about-team-photo--wide{
    grid-column:span 3;
    min-height:220px;
  }
}
@media (max-width: 900px){
  .about-team-section__header h2{font-size:28px;}
}
@media (max-width: 640px){
  .about-team-grid{
    grid-template-columns:1fr;
  }
  .about-team-photo--wide{
    grid-column:auto;
    min-height:180px;
  }
  .about-team-photo{
    min-height:180px;
  }
}


/* v133: compact about info panels and corrected stats */
body[data-route="pro-nas"] .about-details-grid{
  gap:14px!important;
  margin-top:18px!important;
}
body[data-route="pro-nas"] .about-info-card{
  min-height:205px!important;
  padding:16px 14px 15px!important;
  border-radius:18px!important;
}
body[data-route="pro-nas"] .about-info-card__head{
  gap:10px!important;
  margin-bottom:9px!important;
}
body[data-route="pro-nas"] .about-info-card__icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}
body[data-route="pro-nas"] .about-info-card__icon svg{
  width:23px!important;
  height:23px!important;
}
body[data-route="pro-nas"] .about-info-card h2{
  font-size:18px!important;
  line-height:1.12!important;
}
body[data-route="pro-nas"] .about-info-card p{
  font-size:13px!important;
  line-height:1.34!important;
}
body[data-route="pro-nas"] .about-badges{
  gap:8px!important;
  padding-top:12px!important;
}
body[data-route="pro-nas"] .about-badges span{
  min-height:40px!important;
  padding:6px 10px!important;
  font-size:12px!important;
  border-radius:12px!important;
}
body[data-route="pro-nas"] .about-stats-grid{
  gap:10px 9px!important;
  margin-top:0!important;
}
body[data-route="pro-nas"] .about-stat{
  gap:4px!important;
}
body[data-route="pro-nas"] .about-stat strong{
  font-size:19px!important;
}
body[data-route="pro-nas"] .about-stat span{
  font-size:12px!important;
  line-height:1.25!important;
}
body[data-route="pro-nas"] .about-timeline{
  gap:8px!important;
  padding-left:15px!important;
}
body[data-route="pro-nas"] .about-timeline__item{
  padding-left:17px!important;
}
body[data-route="pro-nas"] .about-timeline__year{
  font-size:14px!important;
  margin-bottom:3px!important;
}
body[data-route="pro-nas"] .about-timeline__item p{
  font-size:12px!important;
  line-height:1.28!important;
}
body[data-route="pro-nas"] .about-timeline__item::before{
  width:10px!important;
  height:10px!important;
  top:4px!important;
}


/* v135: remove ISO badges and use supplied real lab photos in the team block */
.about-badges{
  display:none!important;
}

.about-info-card{
  min-height:220px!important;
}

.about-team-section{
  padding:16px 18px 18px!important;
}

.about-team-grid{
  grid-template-columns:1.25fr repeat(4, 1fr)!important;
  gap:14px!important;
}

.about-team-photo{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo--wide{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--team-pos, center center)!important;
}

@media (max-width:1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .about-team-photo--wide{
    grid-column:span 3!important;
    height:220px!important;
    min-height:220px!important;
  }
}

@media (max-width:640px){
  .about-team-grid{
    grid-template-columns:1fr!important;
  }
  .about-team-photo,
  .about-team-photo--wide{
    grid-column:auto!important;
    height:180px!important;
    min-height:180px!important;
  }
}


/* v136: about hero text like contacts hero; compact one-line subtitles and one-row buttons */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px, 43%) minmax(0, 57%)!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding-top:48px!important;
  padding-bottom:34px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin-bottom:10px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 16px!important;
  font-size:clamp(30px, 2.35vw, 38px)!important;
  line-height:1.06!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0 0 4px!important;
  max-width:none!important;
  font-size:clamp(18px, 1.28vw, 22px)!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  margin-top:24px!important;
  align-items:center!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  width:auto!important;
  min-width:208px!important;
  white-space:nowrap!important;
}

@media (max-width: 1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
}

@media (max-width: 640px){
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:28px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:18px!important;
  }
}


/* v137: make About hero title closer to Contacts page title size */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:clamp(40px, 4.35vw, 62px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}


/* v138: doctors partnership page */
body[data-route="likariam"]{
  background:#f5f8fc;
}
.doctors-page{
  padding-bottom:34px;
}
.doctors-hero{
  position:relative;
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 52%,#e9f3ff 100%);
  overflow:hidden;
}
.doctors-hero__inner{
  position:relative;
  min-height:505px;
  display:grid;
  grid-template-columns:minmax(420px, 38%) minmax(0, 62%);
  align-items:stretch;
}
.doctors-hero__copy{
  position:relative;
  z-index:2;
  padding:58px 0 200px;
}
.doctors-hero__eyebrow{
  margin-bottom:22px;
  color:var(--red);
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.doctors-hero h1{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(58px, 5.2vw, 82px);
  line-height:1.05;
  letter-spacing:-.052em;
}
.doctors-hero p{
  margin:0;
  max-width:500px;
  color:#243d6a;
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.42;
}
.doctors-hero__photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:68%;
  z-index:1;
}
.doctors-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(249,252,255,1) 0%, rgba(249,252,255,.93) 10%, rgba(249,252,255,.42) 29%, rgba(249,252,255,0) 48%);
  pointer-events:none;
}
.doctors-hero__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.doctors-benefits{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:-148px;
}
.doctor-benefit-card{
  min-height:142px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:26px 22px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 15px 34px rgba(0,43,102,.11);
}
.doctor-benefit-card__icon{
  width:54px;
  height:54px;
  min-width:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-benefit-card__icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-benefit-card h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
  line-height:1.12;
}
.doctor-benefit-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.doctors-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:22px;
}
.doctor-register-card,
.doctor-docs-card{
  min-height:245px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.doctor-register-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:22px;
  align-items:center;
  padding:34px 36px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
}
.doctor-register-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-register-card__icon svg{
  width:118px;
  height:118px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-register-card__label{
  color:var(--red);
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.doctor-register-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
}
.doctor-register-card p{
  margin:0 0 24px;
  color:#27426b;
  font-size:15px;
  line-height:1.42;
}
.doctor-register-card__button{
  width:max-content!important;
  min-width:220px;
  min-height:54px;
}
.doctor-docs-card{
  padding:28px 30px;
}
.doctor-docs-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:18px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.doctor-docs-card__list{
  display:grid;
}
.doctor-doc-row{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) auto 28px;
  gap:14px;
  align-items:center;
  min-height:48px;
  border-bottom:1px solid #dce6f2;
  color:var(--navy);
}
.doctor-doc-row__icon svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-doc-row strong{
  font-size:14px;
  line-height:1.2;
}
.doctor-doc-row small{
  color:#5f708f;
  font-size:13px;
  white-space:nowrap;
}
.doctor-doc-row__download{
  color:var(--red);
  font-size:24px;
  line-height:1;
  text-align:center;
}
.doctor-docs-card__all{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
}
@media (max-width:1180px){
  .doctors-hero__inner{grid-template-columns:1fr;min-height:470px;}
  .doctors-hero__photo{width:78%;}
  .doctors-benefits{grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:-110px;}
  .doctors-partner-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .doctors-hero__copy{padding:38px 0 190px;}
  .doctors-hero h1{font-size:42px;}
  .doctors-hero p{font-size:18px;}
  .doctors-hero__photo{width:100%; opacity:.55;}
  .doctors-benefits{grid-template-columns:1fr; margin-top:-124px;}
  .doctor-register-card{grid-template-columns:1fr; padding:26px 22px;}
  .doctor-register-card__icon{justify-content:flex-start;}
  .doctor-doc-row{grid-template-columns:30px minmax(0,1fr) 28px;}
  .doctor-doc-row small{display:none;}
}


/* v139: replace doctor registration promo with full form panel */
.doctors-partner-grid{
  grid-template-columns:1fr!important;
  gap:22px!important;
}

.doctor-register-form-card{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:30px 34px 32px;
}

.doctor-register-form-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.doctor-register-form-card > p{
  margin:0 0 20px;
  color:var(--navy);
  font-size:21px;
  line-height:1.32;
}

.doctor-register-form{
  display:grid;
  gap:16px;
}

.doctor-register-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr;
}

.doctor-register-form label{
  display:grid;
  gap:8px;
  color:#33425d;
  font-weight:800;
  font-size:20px;
  line-height:1.15;
}

.doctor-register-form input,
.doctor-register-form textarea{
  width:100%;
  border:1px solid #c7d5e8;
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  font-size:20px;
  line-height:1.2;
  padding:16px 18px;
  outline:none;
}

.doctor-register-form input{
  min-height:64px;
}

.doctor-register-form textarea{
  min-height:142px;
  resize:vertical;
}

.doctor-register-form input::placeholder,
.doctor-register-form textarea::placeholder{
  color:#6d7480;
  font-weight:700;
}

.doctor-register-form__consent{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  font-size:21px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

.doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

.doctor-register-form__submit{
  width:100%!important;
  min-height:64px;
  border-radius:9px!important;
  font-size:22px!important;
  font-weight:900!important;
  text-transform:none;
}

@media (max-width: 800px){
  .doctor-register-form-card{
    padding:22px 18px 24px;
  }
  .doctor-register-form__row,
  .doctor-register-form__row--single{
    grid-template-columns:1fr;
  }
  .doctor-register-form-card > p,
  .doctor-register-form label,
  .doctor-register-form input,
  .doctor-register-form textarea,
  .doctor-register-form__consent{
    font-size:17px!important;
  }
}


/* v140: normalize Doctors page typography to Contacts page scale */
body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(46px, 4.6vw, 68px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(18px, 1.35vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:16px!important;
  line-height:1.12!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:14px!important;
  line-height:1.35!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  line-height:1.1!important;
  margin-bottom:14px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
  line-height:1.35!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:14px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:16px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:16px!important;
  line-height:1.22!important;
  padding:13px 16px!important;
  border-radius:10px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:52px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:116px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
  line-height:1.2!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:54px!important;
  font-size:18px!important;
  border-radius:9px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form-card > p,
  body[data-route="likariam"] .doctor-register-form label,
  body[data-route="likariam"] .doctor-register-form input,
  body[data-route="likariam"] .doctor-register-form textarea,
  body[data-route="likariam"] .doctor-register-form__consent{
    font-size:16px!important;
  }
}


/* v141: make Doctors page hero/cards typography match Contacts scale more closely */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:12px!important;
  line-height:1.15!important;
  letter-spacing:.08em!important;
  margin-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(40px, 3.25vw, 58px)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin-bottom:20px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.08vw, 22px)!important;
  line-height:1.42!important;
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-benefits{
  gap:18px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  min-height:150px!important;
  padding:22px 22px!important;
  gap:18px!important;
  align-items:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:48px!important;
  height:48px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:20px!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:16px!important;
  line-height:1.35!important;
  margin:0!important;
}

/* form remains readable, but no oversized 20–22px typography */
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
}

body[data-route="likariam"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
}

@media (max-width: 900px){
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:40px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy p{
    font-size:17px!important;
  }
}


/* v142: rigid Matlab-grid-like layout for Doctors page, matching reference composition */
body[data-route="likariam"] .doctors-page{
  background:#f5f8fc!important;
  padding-bottom:34px!important;
}

body[data-route="likariam"] .doctors-hero{
  min-height:390px!important;
  height:390px!important;
  position:relative!important;
  overflow:hidden!important;
  background:#edf4fb!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  height:100%!important;
  display:grid!important;
  grid-template-columns:39% 61%!important;
  align-items:stretch!important;
  position:relative!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  grid-column:1!important;
  max-width:none!important;
  align-self:center!important;
  padding:18px 0 84px!important;
  z-index:2!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  color:var(--red)!important;
  text-transform:uppercase!important;
  margin:0 0 20px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:clamp(46px, 4.45vw, 74px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  margin:0!important;
  max-width:520px!important;
  color:#183865!important;
  font-size:clamp(17px, 1.2vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctors-hero__photo{
  grid-column:2!important;
  position:absolute!important;
  inset:0 0 0 34%!important;
  height:100%!important;
  z-index:1!important;
}

body[data-route="likariam"] .doctors-hero__photo::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,#edf4fb 0%,rgba(237,244,251,.95) 8%,rgba(237,244,251,.44) 24%,rgba(237,244,251,0) 42%)!important;
  z-index:1!important;
  pointer-events:none!important;
}

body[data-route="likariam"] .doctors-hero__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

/* Benefits: strict 4-column row overlapping lower hero edge */
body[data-route="likariam"] .doctors-benefits{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-78px!important;
  margin-bottom:0!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-height:142px!important;
  height:142px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 16px 38px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:50px!important;
  height:50px!important;
  stroke-width:2.15!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.08!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.36!important;
  color:#27426b!important;
}

/* Bottom grid: exactly two panels like the reference */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:22px!important;
  margin-top:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-card,
body[data-route="likariam"] .doctor-docs-card{
  min-height:232px!important;
  height:232px!important;
  border-radius:18px!important;
  border:1px solid #dfe8f4!important;
  background:#fff!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
}

body[data-route="likariam"] .doctor-register-card{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:30px 32px!important;
  background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%)!important;
}

body[data-route="likariam"] .doctor-register-card__icon{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-register-card__icon svg{
  width:118px!important;
  height:118px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body[data-route="likariam"] .doctor-register-card__label{
  margin:0 0 12px!important;
  color:var(--red)!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

body[data-route="likariam"] .doctor-register-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-card p{
  margin:0 0 20px!important;
  color:#27426b!important;
  font-size:14px!important;
  line-height:1.38!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctor-register-card__button{
  min-width:210px!important;
  min-height:50px!important;
  width:max-content!important;
  font-size:15px!important;
  border-radius:8px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:28px 30px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 16px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body[data-route="likariam"] .doctor-doc-row{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto 28px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  margin-top:12px!important;
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctors-hero__inner{
    grid-template-columns:1fr!important;
    min-height:420px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:50px 0 46px!important;
  }
  body[data-route="likariam"] .doctors-hero__photo{
    inset:0!important;
    opacity:.45!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:130px!important;
  }
  body[data-route="likariam"] .doctor-register-card,
  body[data-route="likariam"] .doctor-docs-card{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctor-register-card{
    grid-template-columns:1fr!important;
  }
}


/* v143: Contacts-like typography, contact-style benefit panels, form instead of promo button */
body[data-route="likariam"] .doctors-hero{
  height:390px!important;
  min-height:390px!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:24px 0 96px!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(42px, 3.65vw, 62px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.12vw, 21px)!important;
  line-height:1.38!important;
  max-width:540px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-74px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:160px!important;
  min-height:160px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 15px 36px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  background:#f2f7ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:44px!important;
  height:44px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:15px!important;
  line-height:1.33!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:20px!important;
  margin-top:22px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  width:100%!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:var(--shadow)!important;
  padding:28px 34px 32px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  margin:0 0 20px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1.34!important;
}

body[data-route="likariam"] .doctor-register-form{
  display:grid!important;
  gap:16px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="likariam"] .doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr!important;
}

body[data-route="likariam"] .doctor-register-form label{
  display:grid!important;
  gap:8px!important;
  color:#33425d!important;
  font-weight:800!important;
  font-size:18px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  width:100%!important;
  border:1px solid #c7d5e8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.22!important;
  padding:15px 18px!important;
  outline:none!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:58px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:134px!important;
  resize:vertical!important;
}

body[data-route="likariam"] .doctor-register-form input::placeholder,
body[data-route="likariam"] .doctor-register-form textarea::placeholder{
  color:#6d7480!important;
  font-weight:700!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:18px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  width:100%!important;
  min-height:60px!important;
  border-radius:9px!important;
  font-size:20px!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form__row,
  body[data-route="likariam"] .doctor-register-form__row--single{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
}


/* v144: keep registration form and documents panel in the same row */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0, 1.42fr) minmax(360px, .72fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  min-height:0!important;
  height:auto!important;
}

body[data-route="likariam"] .doctor-docs-card{
  min-height:0!important;
  height:auto!important;
  align-self:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:17px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:15px!important;
  gap:6px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:15px!important;
  padding:12px 15px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:48px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:96px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:15px!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:50px!important;
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  min-height:48px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v145: reduce overall Doctors page scale — compact, reference-like proportions */
body[data-route="likariam"] .doctors-page{
  padding-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero{
  height:280px!important;
  min-height:280px!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  grid-template-columns:37% 63%!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:12px 0 56px!important;
  max-width:430px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:9px!important;
  line-height:1!important;
  margin-bottom:12px!important;
  letter-spacing:.11em!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(30px, 2.75vw, 46px)!important;
  line-height:1.04!important;
  margin-bottom:12px!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(12px, .9vw, 15px)!important;
  line-height:1.38!important;
  max-width:390px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:-48px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:104px!important;
  min-height:104px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  padding:14px 14px!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:33px!important;
  height:33px!important;
  stroke-width:2!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:13px!important;
  line-height:1.08!important;
  margin:0 0 7px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:11px!important;
  line-height:1.28!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0, 1.42fr) minmax(320px, .72fr)!important;
  gap:16px!important;
  margin-top:16px!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:22px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:8px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:11px!important;
  line-height:1.1!important;
  gap:4px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:11px!important;
  line-height:1.2!important;
  padding:8px 10px!important;
  border-radius:7px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:34px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:70px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:11px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:13px!important;
  height:13px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:36px!important;
  font-size:13px!important;
  border-radius:6px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 22px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:12px!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:22px minmax(0,1fr) auto 20px!important;
  min-height:33px!important;
  gap:9px!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:10.5px!important;
  line-height:1.18!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:10px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__download{
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:11px!important;
  margin-top:8px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:14px!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:320px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:30px 0 34px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:34px!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:92px!important;
  }
}


/* v146: move Doctors hero title block upward, closer to the top-left of the hero */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:34px!important;
  padding-bottom:56px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  margin-top:0!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin-top:0!important;
}


/* v147: Doctors hero text style aligned with Contacts hero concept */
body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:26px!important;
  padding-bottom:56px!important;
  max-width:610px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(42px, 3.25vw, 56px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 22px!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(27px, 2.0vw, 36px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(16px, 1.05vw, 20px)!important;
  line-height:1.32!important;
  max-width:620px!important;
}

body[data-route="likariam"] .doctors-hero__copy > p:not(.doctors-hero__lead):not(.doctors-hero__text){
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding-top:28px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:36px!important;
  }
  body[data-route="likariam"] .doctors-hero__lead{
    font-size:24px!important;
  }
  body[data-route="likariam"] .doctors-hero__text{
    font-size:16px!important;
  }
}


/* v148: Doctors hero title in one bold line, slogan smaller and regular */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:720px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  white-space:nowrap!important;
  font-weight:900!important;
  font-size:clamp(38px, 3.15vw, 54px)!important;
  line-height:1.02!important;
  margin:0 0 10px!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 18px!important;
  font-weight:400!important;
  font-size:clamp(24px, 1.65vw, 32px)!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-weight:400!important;
  font-size:clamp(15px, .95vw, 18px)!important;
  line-height:1.32!important;
  max-width:640px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}


/* v149: use exact Contacts hero typography parameters for Doctors hero rows */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  max-width:760px!important;
  transform:translateY(-28px)!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    margin-bottom:6px!important;
  }
}


/* v150: make Doctors hero slogan two visual sizes smaller than title and regular weight */
body[data-route="likariam"] .doctors-hero__lead{
  font-size:clamp(24px,1.85vw,30px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
  margin:0 0 clamp(8px,.75vw,11px)!important;
}


/* v151: exact Contacts hero typography for Doctors hero */
body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  color:#0b3476!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  color:#0b3476!important;
  margin:0!important;
  max-width:clamp(480px,42vw,600px)!important;
}


/* v152 HARD FIX: Doctors hero typography exactly like Contacts hero + cache-busted CSS */
body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  transform:translateY(-28px)!important;
  max-width:760px!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:clamp(39px,3.25vw,48px)!important;
  line-height:1.01!important;
  letter-spacing:-0.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1,
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
}


/* v153: equal widths for registration/documents panels and unified typography */
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:24px minmax(0,1fr) auto 22px!important;
  gap:12px!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:900!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:12px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  margin-top:10px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v155: Patients preparation pages — rigid Matlab-grid-like layout */
body[data-route^="patsiientam"] .prep-hero{
  background:#f4f8fd;
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:305px;
  display:grid;
  grid-template-columns:minmax(520px,.98fr) minmax(560px,1.1fr);
  align-items:stretch;
  gap:0;
  position:relative;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 64px 0;
  position:relative;
  z-index:2;
}

body[data-route^="patsiientam"] .prep-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#516584;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

body[data-route^="patsiientam"] .prep-breadcrumb a{
  color:#29456f;
}

body[data-route^="patsiientam"] .prep-breadcrumb strong{
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  margin:0 0 16px;
  color:#0b3476;
  font-size:clamp(42px,3.6vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  margin:0;
  max-width:560px;
  color:#263d64;
  font-size:clamp(18px,1.35vw,24px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="patsiientam"] .prep-hero__media{
  position:relative;
  min-height:305px;
  overflow:hidden;
}

body[data-route^="patsiientam"] .prep-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(244,248,253,1) 0%,rgba(244,248,253,.72) 24%,rgba(244,248,253,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 56%);
  pointer-events:none;
}

body[data-route^="patsiientam"] .prep-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-44px;
  position:relative;
  z-index:4;
}

body[data-route^="patsiientam"] .prep-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

body[data-route^="patsiientam"] .prep-tab{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#0b3476;
  font-size:18px;
  font-weight:900;
  border-right:1px solid #dce6f2;
  background:#fff;
  position:relative;
}

body[data-route^="patsiientam"] .prep-tab:last-child{
  border-right:0;
}

body[data-route^="patsiientam"] .prep-tab.is-active{
  background:#e60012;
  color:#fff;
}

body[data-route^="patsiientam"] .prep-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:4px;
  background:#e60012;
  border-radius:999px;
}

body[data-route^="patsiientam"] .prep-tab__icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route^="patsiientam"] .prep-tab svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="patsiientam"] .prep-content-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(330px,.92fr);
  grid-template-rows:auto auto;
  gap:18px;
  align-items:stretch;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:282px;
  border-radius:18px;
  padding:26px 28px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  border:1px solid rgba(220,230,242,.9);
}

body[data-route^="patsiientam"] .prep-guidance-card--ok{
  background:linear-gradient(135deg,#f2fff5 0%,#eefbf4 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card--no{
  background:linear-gradient(135deg,#fff6f7 0%,#fff0f3 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card--info{
  background:linear-gradient(135deg,#f7fbff 0%,#f2f7ff 100%);
}

body[data-route^="patsiientam"] .prep-guidance-card__head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

body[data-route^="patsiientam"] .prep-status-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:800;
  background:#fff;
  border:2px solid currentColor;
}

body[data-route^="patsiientam"] .prep-status-icon--ok{
  color:#118a36;
}

body[data-route^="patsiientam"] .prep-status-icon--no{
  color:#e60012;
}

body[data-route^="patsiientam"] .prep-status-icon--info{
  color:#0b3476;
  font-family:Georgia,serif;
  font-style:italic;
}

body[data-route^="patsiientam"] .prep-guidance-card h2{
  margin:0;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-guidance-card--ok h2{
  color:#14652d;
}

body[data-route^="patsiientam"] .prep-guidance-card--no h2{
  color:#d90013;
}

body[data-route^="patsiientam"] .prep-guidance-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
}

body[data-route^="patsiientam"] .prep-guidance-card li{
  position:relative;
  padding-left:28px;
  color:#203b63;
  font-size:16px;
  line-height:1.35;
  font-weight:500;
}

body[data-route^="patsiientam"] .prep-guidance-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b3476;
}

body[data-route^="patsiientam"] .prep-guidance-card--ok li::before{
  background:#1fab42;
}

body[data-route^="patsiientam"] .prep-guidance-card--no li::before{
  background:#e52932;
}

body[data-route^="patsiientam"] .prep-side-stack{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:132px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px 22px;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px;
  gap:18px;
  align-items:center;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 8px;
  color:#0b3476;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0 0 14px;
  color:#405478;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

body[data-route^="patsiientam"] .prep-side-card .btn{
  min-height:42px;
  font-size:14px;
  border-radius:9px;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:72px;
  height:84px;
  border-radius:12px;
  background:#f1f6ff;
  color:#e52932;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  border:1px solid #dce6f2;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:16px;
  line-height:1.15;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:12px;
  font-weight:700;
  color:#53637c;
}

body[data-route^="patsiientam"] .prep-notice{
  grid-column:1 / 4;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:78px;
  padding:18px 24px;
  background:#f1f6ff;
  border:1px solid #dce6f2;
  border-radius:14px;
  color:#0b3476;
}

body[data-route^="patsiientam"] .prep-notice span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

body[data-route^="patsiientam"] .prep-notice svg{
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route^="patsiientam"] .prep-notice p{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="patsiientam"] .prep-hero__media{
    position:absolute;
    inset:0;
    opacity:.36;
  }
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  body[data-route^="patsiientam"] .prep-notice{
    grid-column:1 / -1;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-hero__inner{
    min-height:280px;
  }
  body[data-route^="patsiientam"] .prep-hero__copy{
    padding:28px 0 52px;
  }
  body[data-route^="patsiientam"] .prep-hero__copy h1{
    font-size:38px;
  }
  body[data-route^="patsiientam"] .prep-tabs,
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr;
  }
  body[data-route^="patsiientam"] .prep-tab{
    min-height:56px;
    justify-content:flex-start;
    padding:0 18px;
    border-right:0;
    border-bottom:1px solid #dce6f2;
  }
  body[data-route^="patsiientam"] .prep-tab.is-active::after{
    display:none;
  }
}


/* v156: patients preparation page — remove breadcrumb area, compact typography like Contacts/About, red notice */
body[data-route^="patsiientam"] .prep-breadcrumb{
  display:none!important;
}

body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:278px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  padding:38px 24px 58px 0!important;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  color:#0b3476!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__media{
  min-height:278px!important;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-40px!important;
}

body[data-route^="patsiientam"] .prep-tabs{
  border-radius:12px!important;
}

body[data-route^="patsiientam"] .prep-tab{
  min-height:58px!important;
  font-size:16px!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-tab__icon,
body[data-route^="patsiientam"] .prep-tab svg{
  width:26px!important;
  height:26px!important;
}

body[data-route^="patsiientam"] .prep-content-grid{
  margin-top:28px!important;
  gap:16px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(310px,.88fr)!important;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:236px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card__head{
  gap:14px!important;
  margin-bottom:18px!important;
}

body[data-route^="patsiientam"] .prep-status-icon{
  width:36px!important;
  height:36px!important;
  font-size:22px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card h2{
  font-size:20px!important;
  line-height:1.1!important;
}

body[data-route^="patsiientam"] .prep-guidance-card ul{
  gap:13px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card li{
  font-size:14px!important;
  line-height:1.32!important;
  padding-left:24px!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:116px!important;
  padding:18px 20px!important;
  border-radius:15px!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  font-size:16px!important;
  margin-bottom:7px!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card .btn{
  min-height:38px!important;
  font-size:13px!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:62px!important;
  height:74px!important;
  font-size:30px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:14px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:11px!important;
}

body[data-route^="patsiientam"] .prep-notice{
  grid-column:1 / 4!important;
  min-height:72px!important;
  padding:16px 22px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fff4f5 0%,#ffecef 100%)!important;
  border:1px solid #ffd1d6!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-notice span{
  color:#e52932!important;
}

body[data-route^="patsiientam"] .prep-notice p{
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:700!important;
}

body[data-route^="patsiientam"] .prep-notice p strong{
  color:#e52932!important;
  font-weight:900!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-notice{
    grid-column:1 / -1!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-hero__copy{
    padding:30px 0 52px!important;
  }
  body[data-route^="patsiientam"] .prep-hero__copy h1{
    font-size:38px!important;
  }
  body[data-route^="patsiientam"] .prep-hero__copy p{
    font-size:24px!important;
  }
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:1fr!important;
  }
}


/* v157: preparation right-side panels styled like provided reference */
body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:154px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 14px 34px rgba(0,43,102,.08)!important;
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question{
  background:linear-gradient(135deg,#ffffff 0%,#f4f8ff 100%)!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#0b3476!important;
  font-size:24px!important;
  line-height:1!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 10px!important;
  color:#0b3476!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:900!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  color:#405478!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 92px!important;
  align-items:end!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(0,1fr) minmax(160px,auto)!important;
  align-items:end!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:max-content!important;
  min-width:184px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:9px!important;
  font-size:14px!important;
  font-weight:900!important;
  justify-self:start!important;
  align-self:end!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:82px!important;
  height:88px!important;
  justify-self:end!important;
  align-self:end!important;
  position:relative!important;
  border:0!important;
  background:transparent!important;
  color:#e52932!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  bottom:8px!important;
  width:58px!important;
  height:72px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 6px 6px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 16px 19px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 33px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 47px / 20px 3px no-repeat,
    #f7fbff!important;
  transform:rotate(0deg)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:12px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#e60012!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  position:absolute!important;
  z-index:2!important;
  right:12px!important;
  bottom:22px!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  display:grid!important;
  gap:8px!important;
  justify-self:end!important;
  align-self:end!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  color:#53637c!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v158: hard grid layout for preparation side panels — no overlaps */
body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:154px!important;
  height:154px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:78px 44px!important;
  row-gap:14px!important;
  padding:18px 20px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  height:78px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card__head > div{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:7px!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  font-size:22px!important;
  line-height:1!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#405478!important;
  max-width:190px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  height:44px!important;
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) 78px!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(148px,1fr) minmax(142px,auto)!important;
  gap:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:100%!important;
  min-width:0!important;
  max-width:188px!important;
  min-height:40px!important;
  height:40px!important;
  justify-self:start!important;
  align-self:center!important;
  padding:0 12px!important;
  border-radius:9px!important;
  font-size:12.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:72px!important;
  height:72px!important;
  justify-self:end!important;
  align-self:center!important;
  position:relative!important;
  overflow:visible!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  right:10px!important;
  bottom:6px!important;
  width:48px!important;
  height:58px!important;
  border-width:4px!important;
  border-radius:9px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 13px 16px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 29px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 42px / 17px 3px no-repeat,
    #f7fbff!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:38px!important;
  height:38px!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  right:11px!important;
  bottom:19px!important;
  font-size:24px!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* keep side panels stable in desktop column */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(350px,.88fr)!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-side-card{
    height:160px!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card{
    height:auto!important;
    min-height:154px!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    max-width:none!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v159: side panels fixed layout, wider column, no clipping/overlap */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(420px,.92fr)!important;
  align-items:stretch!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  height:100%!important;
  align-self:stretch!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  height:auto!important;
  min-height:174px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 52px!important;
  row-gap:12px!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route^="patsiientam"] .prep-side-card__head{
  height:auto!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  overflow:visible!important;
}

body[data-route^="patsiientam"] .prep-side-card__head > div{
  min-width:0!important;
  display:block!important;
}

body[data-route^="patsiientam"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  line-height:1!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  margin:0!important;
  max-width:235px!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:600!important;
  color:#405478!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom{
  height:52px!important;
  display:grid!important;
  grid-template-columns:190px minmax(78px,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  grid-template-columns:190px minmax(170px,1fr)!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:190px!important;
  max-width:190px!important;
  min-width:190px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  justify-self:start!important;
  align-self:center!important;
  border-radius:9px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration{
  width:84px!important;
  height:84px!important;
  justify-self:end!important;
  align-self:center!important;
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::before{
  right:16px!important;
  bottom:8px!important;
  width:52px!important;
  height:64px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 7px 7px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 14px 18px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 32px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 46px / 18px 3px no-repeat,
    #f7fbff!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:40px!important;
  height:40px!important;
  background:#e60012!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route^="patsiientam"] .prep-doc-illustration span{
  right:12px!important;
  bottom:20px!important;
  font-size:26px!important;
  line-height:1!important;
  color:#fff!important;
  z-index:2!important;
  position:absolute!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact strong{
  font-size:13.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route^="patsiientam"] .prep-side-card__contact small{
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* make the right side extend visually to the bottom of the Important block */
body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:366px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:174px!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
  body[data-route^="patsiientam"] .prep-guidance-card{
    min-height:260px!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card{
    min-height:174px!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__bottom,
  body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  body[data-route^="patsiientam"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v160: compact right panels, wider main guidance cards, document icon centered vertically */
body[data-route^="patsiientam"] .prep-content-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,1.05fr) minmax(330px,.72fr)!important;
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-guidance-card{
  min-height:338px!important;
  padding:22px 24px!important;
}

body[data-route^="patsiientam"] .prep-side-stack{
  gap:16px!important;
}

body[data-route^="patsiientam"] .prep-side-card{
  min-height:161px!important;
  padding:20px 22px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr 72px!important;
  grid-template-rows:1fr 42px!important;
  gap:12px 14px!important;
  align-items:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head{
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__bottom{
  grid-column:1!important;
  grid-row:2!important;
  display:block!important;
  height:42px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
  grid-column:2!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:center!important;
  width:72px!important;
  height:82px!important;
  position:relative!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration::before{
  right:6px!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:52px!important;
  height:64px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration::after,
body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration span{
  display:none!important;
}

body[data-route^="patsiientam"] .prep-side-card__button{
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:40px!important;
  min-height:40px!important;
  font-size:13.5px!important;
}

body[data-route^="patsiientam"] .prep-side-card h3{
  font-size:18px!important;
  margin-bottom:8px!important;
}

body[data-route^="patsiientam"] .prep-side-card p{
  font-size:13.5px!important;
  line-height:1.3!important;
  max-width:220px!important;
}

/* Question panel: text -> phone block -> button, strict vertical layout */
body[data-route^="patsiientam"] .prep-side-card--question{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
  align-content:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__head{
  grid-row:1!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact{
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  margin-left:44px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact strong{
  font-size:13.5px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact small{
  font-size:12px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
  grid-row:3!important;
  justify-self:start!important;
  align-self:end!important;
  margin-left:44px!important;
}

body[data-route^="patsiientam"] .prep-side-card__bottom--contact{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route^="patsiientam"] .prep-guidance-card{
    min-height:260px!important;
  }
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-content-grid,
  body[data-route^="patsiientam"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--memo{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
    display:none!important;
  }
  body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__contact,
  body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
    margin-left:0!important;
  }
  body[data-route^="patsiientam"] .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v161: memo panel like question panel: one-line title, two-line comment, centered button; remove doc illustration */
body[data-route^="patsiientam"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 42px!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  grid-column:auto!important;
  grid-row:auto!important;
  height:auto!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo h3{
  white-space:nowrap!important;
  font-size:18px!important;
  line-height:1.1!important;
  margin:0 0 8px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo p{
  max-width:none!important;
  font-size:13.5px!important;
  line-height:1.3!important;
  margin:0!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
  grid-row:2!important;
  justify-self:center!important;
  align-self:end!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  height:40px!important;
  min-height:40px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__bottom,
body[data-route^="patsiientam"] .prep-side-card--memo .prep-doc-illustration{
  display:none!important;
}

@media (max-width:760px){
  body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v162: Branches page — rigid Matlab-grid-like layout, filters, carousel */
body[data-route="viddilennia"] .branches-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 42%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:318px;
  display:grid;
  grid-template-columns:minmax(520px,.92fr) minmax(650px,1.18fr);
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 36px 0;
  position:relative;
  z-index:2;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 14px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  margin:0;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.34;
  font-weight:500;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid;
  grid-template-columns:190px 190px;
  gap:22px;
  margin-top:28px;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  grid-row:1 / 3;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-hero svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  color:#405478;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:318px;
  position:relative;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.75) 25%,rgba(249,252,255,0) 52%);
}

body[data-route="viddilennia"] .branches-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-page-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:240px minmax(280px,310px) minmax(0,1fr);
  grid-template-rows:auto 56px;
  gap:18px;
  align-items:stretch;
}

body[data-route="viddilennia"] .branches-filter-panel{
  grid-column:1;
  grid-row:1;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px 16px;
  min-height:326px;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-filter-panel__head span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="viddilennia"] .branches-filter-panel__head svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.3;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter-list{
  display:grid;
  gap:0;
  border:1px solid #e7edf6;
  border-radius:12px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:48px;
  width:100%;
  border:0;
  border-bottom:1px solid #e7edf6;
  background:#fff;
  color:#0b3476;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:0 14px;
  font-weight:700;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-filter:last-child{
  border-bottom:0;
}

body[data-route="viddilennia"] .branches-filter.is-active{
  color:#e52932;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter b{
  font:inherit;
}

body[data-route="viddilennia"] .branches-map-panel{
  grid-column:2;
  grid-row:1;
  border-radius:16px;
  border:1px solid #dce6f2;
  overflow:hidden;
  background:#eef6ff;
  min-height:326px;
  box-shadow:var(--shadow);
}

body[data-route="viddilennia"] .branches-map-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-action{
  min-height:56px;
  border-radius:12px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:16px;
  line-height:1.1;
  font-weight:900;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-action--nearest{
  background:#e52932;
  color:#fff;
  box-shadow:0 10px 18px rgba(229,41,50,.16);
}

body[data-route="viddilennia"] .branches-action--help{
  background:#0b3476;
  color:#fff;
  box-shadow:0 10px 18px rgba(0,43,102,.16);
}

body[data-route="viddilennia"] .branches-nearest-status{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  font-size:12px;
  line-height:1.2;
  color:#405478;
  font-weight:700;
}

body[data-route="viddilennia"] .branches-carousel{
  grid-column:3;
  grid-row:1 / 3;
  min-width:0;
  align-self:stretch;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  width:100%;
  height:100%;
  min-height:400px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-carousel__track{
  height:100%;
  display:flex;
  gap:18px;
  transition:transform 3s ease;
  will-change:transform;
}

body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 36px) / 3 + 18px));
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  min-height:400px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  grid-template-rows:172px minmax(0,1fr);
}

body[data-route="viddilennia"] .branches-office-card[hidden]{
  display:none!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  width:100%;
  height:172px;
  overflow:hidden;
  background:#f3f7ff;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:18px 20px 20px;
  display:grid;
  grid-template-rows:auto auto auto 1fr;
  align-content:start;
}

body[data-route="viddilennia"] .branches-office-card h3{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-office-card__line{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:8px;
  align-items:start;
  margin:0 0 10px;
  color:#27426b;
  font-size:14px;
  line-height:1.32;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:18px;
  height:18px;
  stroke:#0b3476;
  fill:none;
  stroke-width:2;
}

body[data-route="viddilennia"] .branches-office-card__button{
  align-self:end;
  width:100%;
  min-height:48px;
  margin-top:16px;
  border-radius:9px;
  font-size:15px;
}

body[data-route="viddilennia"] .branches-office-card.is-nearest{
  border-color:#e52932;
  box-shadow:0 14px 36px rgba(229,41,50,.14);
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:240px minmax(280px,1fr);
  }
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1 / -1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:calc((100% - 36px) / 3);
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-filter-panel,
  body[data-route="viddilennia"] .branches-map-panel,
  body[data-route="viddilennia"] .branches-quick-actions,
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%;
  }
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    transform:translateX(calc(100% + 18px));
  }
}


/* v163: compact branches page, narrower filters, wider cards, real photos */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(460px,.9fr) minmax(590px,1.1fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:24px 20px 28px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  font-size:clamp(38px,3.1vw,48px)!important;
  margin-bottom:10px!important;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.32!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  grid-template-columns:170px 170px!important;
  gap:18px!important;
  margin-top:20px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:40px!important;
  height:40px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:250px!important;
}

body[data-route="viddilennia"] .branches-page-grid{
  grid-template-columns:190px minmax(300px,340px) minmax(0,1fr)!important;
  grid-template-rows:auto 50px!important;
  gap:16px!important;
  margin-top:18px!important;
}

body[data-route="viddilennia"] .branches-filter-panel{
  min-height:286px!important;
  padding:15px 12px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  margin-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  font-size:16px!important;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:42px!important;
  padding:0 11px!important;
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-map-panel{
  min-height:286px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3!important;
  grid-template-columns:190px minmax(300px,340px)!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-action{
  min-height:50px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  min-height:336px!important;
}

body[data-route="viddilennia"] .branches-carousel__track{
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-height:336px!important;
  grid-template-rows:132px minmax(0,1fr)!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  height:132px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:14px 16px 16px!important;
}

body[data-route="viddilennia"] .branches-office-card h3{
  font-size:15px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="viddilennia"] .branches-office-card__line{
  font-size:12.5px!important;
  line-height:1.25!important;
  margin-bottom:7px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:7px!important;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:15px!important;
  height:15px!important;
}

body[data-route="viddilennia"] .branches-office-card__button{
  min-height:40px!important;
  margin-top:10px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

/* all branch page typography outside hero slightly smaller */
body[data-route="viddilennia"] .branches-page-grid{
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid,
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr!important;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%!important;
  }
}


/* v163 carousel right move distance after card/gap compacting */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 32px) / 3 + 16px))!important;
}


/* v164: Branches hero compact, Contacts-like typography, 3 badges; seamless right carousel */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:224px!important;
  grid-template-columns:minmax(520px,.95fr) minmax(620px,1.05fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:20px 22px 24px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:640px!important;
}

body[data-route="viddilennia"] .branches-hero__copy > p:not(.branches-hero__lead):not(.branches-hero__text){
  display:none!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:224px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:20px!important;
  max-width:660px!important;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  align-items:center!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:42px!important;
  height:42px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
  line-height:1.12!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
  line-height:1.16!important;
}

/* JS drives transform in px for seamless right motion; prevent old class from creating blank gap */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:none!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__copy h1,
  body[data-route="viddilennia"] .branches-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-hero__badges{
    grid-template-columns:1fr!important;
  }
}


/* v165: raise branches hero text, lift content area, exact contacts-like lead, 5 benefit pills */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:16px!important;
  padding-bottom:18px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
  margin-bottom:6px!important;
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}

/* Pull the filter/map/cards block upward under the hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:-20px!important;
  position:relative!important;
  z-index:5!important;
}

/* Five evenly distributed lower benefit cards */
body[data-route="viddilennia"] .benefits{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .benefit{
  min-width:0!important;
}

body[data-route="viddilennia"] .benefit h3{
  font-size:14px!important;
  line-height:1.1!important;
}

body[data-route="viddilennia"] .benefit p{
  font-size:12px!important;
  line-height:1.22!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    margin-top:18px!important;
  }
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:720px){
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:1fr!important;
  }
}


/* v166: revert lifted content; crop/compact only the hero area itself */
body[data-route="viddilennia"] .branches-hero{
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:206px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:12px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:206px!important;
  max-height:206px!important;
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__media img{
  height:206px!important;
  object-fit:cover!important;
  object-position:center 38%!important;
}

/* Return the main section to its normal position; do not overlap it with hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:18px!important;
  position:relative!important;
  z-index:1!important;
}


/* v167: move hero text/badges group down a couple of medium text lines */
body[data-route="viddilennia"] .branches-hero__copy{
  padding-top:42px!important;
  padding-bottom:8px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}


/* v168: exact Contacts hero lead typography for Branches hero lead */
body[data-route="viddilennia"] main .branches-hero .branches-hero__copy .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}


/* v169: nested dropdown menu for Analyses catalog */
.dropdown-subitem{
  position:relative;
}

.dropdown-subitem__parent{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.dropdown-subitem__parent span{
  font-size:18px;
  font-weight:900;
  line-height:1;
}

.dropdown-submenu{
  position:absolute;
  left:calc(100% + 8px);
  top:-8px;
  min-width:620px;
  display:grid;
  grid-template-columns:repeat(2,minmax(250px,1fr));
  gap:4px 8px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:14px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:12px;
  opacity:0;
  transform:translateX(-6px);
  pointer-events:none;
  transition:.16s ease;
  z-index:60;
}

.dropdown-subitem:hover .dropdown-submenu,
.dropdown-subitem:focus-within .dropdown-submenu{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}

.dropdown-submenu a{
  display:block;
  padding:10px 12px!important;
  border-radius:10px;
  color:var(--navy);
  font-size:14px;
  font-weight:850;
  line-height:1.18;
  white-space:normal;
}

.dropdown-submenu a:hover{
  background:#f4f8fd;
  color:var(--red);
}

@media (max-width:980px){
  .dropdown-submenu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 14px;
    display:block;
  }
}


/* v171: Clinics menu and pages */
.nav{
  gap:clamp(12px,1.55vw,26px)!important;
}
.nav__link{
  font-size:clamp(13px,.92vw,16px)!important;
}

body[data-route^="klinikam"] .clinics-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 46%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero__inner{
  min-height:286px;
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(560px,1.05fr);
  align-items:stretch;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__inner{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 30px 0;
  position:relative;
  z-index:2;
}
body[data-route^="klinikam"] .clinics-hero__copy h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}
body[data-route^="klinikam"] .clinics-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
  max-width:620px;
}
body[data-route^="klinikam"] .clinics-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
body[data-route^="klinikam"] .clinics-hero__media{
  min-height:286px;
  position:relative;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__media{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.72) 24%,rgba(249,252,255,0) 52%);
  pointer-events:none;
}
body[data-route^="klinikam"] .clinics-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
body[data-route^="klinikam"] .clinics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
  margin-bottom:34px;
}
body[data-route^="klinikam"] .clinics-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:22px 24px;
  min-height:160px;
}
body[data-route^="klinikam"] .clinics-card h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-card p{
  margin:0;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}
@media (max-width:1180px){
  body[data-route^="klinikam"] .clinics-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="klinikam"] .clinics-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route^="klinikam"] .clinics-grid{
    grid-template-columns:1fr;
  }
}


/* v172: About hero crop to the action buttons line + Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px,43%) minmax(0,57%)!important;
  min-height:276px!important;
  max-height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:34px 28px 24px 28px!important;
  display:grid!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:2px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  margin-top:18px!important;
  align-items:center!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-width:190px!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  font-size:14px!important;
  border-radius:9px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:276px!important;
  max-height:276px!important;
  height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:276px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route="pro-nas"] .about-details-grid{
  margin-top:18px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    max-height:none!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1,
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:240px!important;
    max-height:240px!important;
    height:240px!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:28px 20px 22px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions .btn{
    width:100%!important;
    min-width:0!important;
  }
}


/* v173: About hero cropped tighter to just below action buttons; lower content moves up */
body[data-route="pro-nas"] .about-hero-card{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:28px 28px 12px 28px!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  margin:0 0 6px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  margin:0!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:1px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px!important;
  height:42px!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 40%!important;
}

/* Proportionally lift the content below after hero cropping */
body[data-route="pro-nas"] .about-details-grid{
  margin-top:12px!important;
}

body[data-route="pro-nas"] .about-team-section{
  margin-top:14px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
  }
}


/* v174: default Blood tab active and vertically center memo/question side-panel content */
body[data-route^="patsiientam"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo,
body[data-route^="patsiientam"] .prep-side-card--question{
  align-content:center!important;
  justify-content:stretch!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo{
  grid-template-rows:auto 42px!important;
  gap:18px!important;
}

body[data-route^="patsiientam"] .prep-side-card--question{
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__head,
body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__head{
  align-self:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--memo .prep-side-card__button{
  align-self:center!important;
}

body[data-route^="patsiientam"] .prep-side-card--question .prep-side-card__button{
  align-self:center!important;
}


/* v175: Patients preparation hero typography/layout copied from Contacts concept */
body[data-route^="patsiientam"] .prep-hero__inner{
  min-height:250px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy{
  display:grid!important;
  align-content:start!important;
  padding-top:34px!important;
  padding-bottom:42px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:none!important;
}

body[data-route^="patsiientam"] .prep-hero__copy p{
  margin:0!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__media{
  min-height:250px!important;
  max-height:250px!important;
  overflow:hidden!important;
}

body[data-route^="patsiientam"] .prep-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route^="patsiientam"] .prep-page-layout{
  margin-top:-36px!important;
}


/* v176: third small hero line for preparation page */
body[data-route^="patsiientam"] .prep-hero__copy .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route^="patsiientam"] .prep-hero__copy > p:not(.prep-hero__lead):not(.prep-hero__text){
  display:none!important;
}


/* v177: menu guide links + About hero text order/typography like Contacts */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  display:none!important;
}


/* v178: navigation landing pages for top-level multi-section menu items */
body[data-route="analizy"],
body[data-route="patsiientam"],
body[data-route="likariam"],
body[data-route="klinikam"],
body[data-route="analizy/kataloh-doslidzhen"]{
  background:#f5f8fc;
}

.nav-landing-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
}

.nav-landing-hero__inner{
  min-height:178px;
  display:grid;
  align-content:center;
  padding-top:24px;
  padding-bottom:24px;
}

.nav-landing-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

.nav-landing-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}

.nav-landing-hero__text{
  margin:0;
  max-width:760px;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

.nav-landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-top:24px;
  padding-bottom:36px;
}

.nav-landing-card{
  min-height:300px;
  display:grid;
  grid-template-rows:148px minmax(0,1fr);
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  overflow:hidden;
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nav-landing-card:hover,
.nav-landing-card:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(0,43,102,.13);
  border-color:#cbd8eb;
}

.nav-landing-card__photo{
  position:relative;
  min-height:0;
  overflow:visible;
  background:#eef5ff;
  z-index:1;
}

.nav-landing-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform .28s ease;
}

.nav-landing-card:hover .nav-landing-card__photo img{
  transform:scale(1.025);
}

.nav-landing-card__icon{
  position:absolute;
  left:24px;
  bottom:-28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 10px 22px rgba(0,43,102,.12);
  display:grid;
  place-items:center;
  color:#0b3476;
  z-index:4;
}

.nav-landing-card__icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nav-landing-card__body{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  gap:9px 16px;
  padding:42px 24px 24px;
  min-width:0;
}

.nav-landing-card__body strong{
  grid-column:1;
  color:#0b3476;
  font-size:20px;
  line-height:1.12;
  font-weight:900;
}

.nav-landing-card__body span{
  grid-column:1;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}

.nav-landing-card__body em{
  grid-column:2;
  grid-row:1 / 4;
  align-self:end;
  justify-self:end;
  color:#e52932;
  font-style:normal;
  font-size:34px;
  line-height:1;
  font-weight:300;
  transition:transform .22s ease;
}

.nav-landing-card:hover .nav-landing-card__body em{
  transform:translateX(5px);
}

@media (max-width:1180px){
  .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .nav-landing-grid{
    grid-template-columns:1fr;
  }
  .nav-landing-card{
    min-height:280px;
  }
}


/* v181: Analyses and prices page — rigid Matlab-grid-like layout */
body[data-route="analizy-ta-tsiny"]{
  background:#f5f8fc;
}

body[data-route="analizy-ta-tsiny"] .prices-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  overflow:hidden;
  border-bottom:1px solid #e4edf8;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(520px,.88fr) minmax(700px,1.12fr);
  align-items:stretch;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 26px 42px 0;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 12px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 22px;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.32;
  font-weight:500;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(600px,100%);
  height:54px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #b9c8dd;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-search span{
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#0b3476;
  font-size:16px;
  font-weight:600;
}

body[data-route="analizy-ta-tsiny"] .prices-search input::placeholder{
  color:#7586a3;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:42px;
  padding:0 18px;
  border:1px solid #b9c8dd;
  border-radius:9px;
  background:#fff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-tab.is-active,
body[data-route="analizy-ta-tsiny"] .prices-tab:hover{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:390px;
  overflow:hidden;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 40%,rgba(249,252,255,0) 60%);
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.78fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:22px 26px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  margin:0 0 14px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  display:grid;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:36px;
  color:#27426b;
  font-size:12px;
  font-weight:900;
  border-bottom:1px solid #e2eaf5;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row:last-child{
  border-bottom:0;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:14px;
  font-weight:800;
  line-height:1.18;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  color:#0b3476;
  font-size:14px;
  font-weight:700;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px;
  border:0;
  border-radius:8px;
  background:#e60012;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(230,0,18,.14);
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  justify-self:center;
  min-width:260px;
  min-height:42px;
  margin-top:14px;
  padding:0 18px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  background:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
  min-height:220px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px;
  gap:16px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list{
  display:grid;
  gap:10px;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item{
  min-height:64px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 12px;
  align-items:center;
  padding:11px 14px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  grid-row:1 / 3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  color:#e52932;
  font-size:13px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  width:100%;
  max-height:210px;
  object-fit:contain;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:24px;
  margin-bottom:34px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner,
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
}

@media (max-width:860px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head{
    display:none;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:6px 10px;
    padding:12px 0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__price,
  body[data-route="analizy-ta-tsiny"] .prices-row__term,
  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    grid-column:2;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
    grid-template-columns:1fr;
  }
}


/* v182: analyses prices layout updates */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto auto minmax(140px,1fr) auto auto;
  align-self:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  margin:0 0 14px;
  color:#37527d;
  font-size:14px;
  line-height:1.45;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .muted{
  margin:0;
  color:#7586a3;
  font-size:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:24px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:190px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) 260px;
  gap:18px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:92px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-more{
  margin-top:10px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
    grid-template-columns:1fr;
  }
}


/* v183: Analyses and prices — compact typography/layout closer to About page */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  padding:24px 24px 28px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:1.01!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  font-size:clamp(16px,1.05vw,18px)!important;
  line-height:1.28!important;
  margin-bottom:16px!important;
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(520px,100%)!important;
  height:46px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  border-radius:9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:20px!important;
  height:20px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  gap:8px!important;
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  gap:18px!important;
  margin-top:20px!important;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.58fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  padding:18px 20px 14px!important;
  grid-template-rows:auto auto minmax(110px,1fr) auto auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  font-size:18px!important;
  line-height:1.1!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:30px!important;
  font-size:11px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:12.5px!important;
  line-height:1.15!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:15px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:30px!important;
  border-radius:7px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  min-width:230px!important;
  min-height:36px!important;
  margin-top:10px!important;
  border-radius:7px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  font-size:12.5px!important;
  line-height:1.34!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-items{
  gap:6px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item{
  padding:7px 8px!important;
  border-radius:8px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-total{
  margin:10px 0!important;
  padding-top:10px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  gap:8px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions .btn{
  min-height:36px!important;
  padding:9px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:142px!important;
  grid-template-columns:minmax(0,1fr) 210px!important;
  gap:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:72px!important;
  padding:9px 11px!important;
  border-radius:10px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:1px 9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:12.5px!important;
  line-height:1.12!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  font-size:11.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  max-height:150px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  font-size:13px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:18px!important;
  margin-bottom:28px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr!important;
  }
}


/* v184: Analyses prices hero only title/text; search and tabs moved to panel below hero */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:26px 24px 30px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

/* separate search/category panel under hero */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  margin-top:18px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
  padding:18px 20px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,520px) minmax(0,1fr)!important;
  gap:16px 20px!important;
  align-items:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  width:100%!important;
  height:42px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  box-shadow:none!important;
  margin:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  justify-content:flex-start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

/* remove legacy spacing assumptions after moving controls */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  margin-top:18px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
    white-space:normal!important;
  }
}


/* v185: hero second row one-line + useful/promos horizontal panels */
body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
  margin-top:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel--horizontal{
  margin:0!important;
  min-height:236px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel__content--wide{
  grid-template-columns:minmax(0,1fr) 185px!important;
  min-height:136px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
  padding:18px 20px 14px;
  min-width:0;
  min-height:236px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head h2{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls{
  display:flex;
  gap:7px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button{
  width:32px;
  height:32px;
  border:1px solid #b9c8dd;
  border-radius:8px;
  background:#fff;
  color:#0b3476;
  font-size:22px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button:hover{
  background:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__viewport{
  overflow:hidden;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__track{
  display:flex;
  gap:12px;
  transition:transform .45s ease;
  will-change:transform;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card{
  flex:0 0 calc((100% - 24px)/3);
  min-height:130px;
  border:1px solid #e4edf8;
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);
  padding:13px 14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  gap:4px 10px;
  color:#0b3476;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card span{
  grid-row:1 / 4;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#fff;
  display:grid;
  place-items:center;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card svg{
  width:19px;
  height:19px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card strong{
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card small{
  font-size:11px;
  line-height:1.22;
  font-weight:600;
  color:#37527d;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card em{
  font-size:12px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8d4e6;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i.is-active{
  background:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
    white-space:normal!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card{
    flex-basis:100%!important;
  }
}


/* v186: compact search width + more categories dropdown */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(260px,720px) minmax(0,1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  align-items:flex-start!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative;
  flex:0 0 auto;
}

body[data-route="analizy-ta-tsiny"] .prices-tab--more span{
  font-size:12px;
  margin-left:2px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:220px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 18px 38px rgba(0,43,102,.14);
  padding:8px;
  display:none;
  z-index:30;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu.is-open .prices-more-menu__dropdown{
  display:grid;
  gap:4px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item:hover{
  background:#f3f7fd;
  color:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
    flex-wrap:wrap!important;
  }
}


/* v187: force narrower search so the "Ще" menu is visible in one row */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(280px,560px) minmax(0,1fr)!important;
  gap:12px 16px!important;
  align-items:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  flex-wrap:nowrap!important;
  gap:6px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:30px!important;
  padding:0 10px!important;
  font-size:11px!important;
  letter-spacing:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  min-width:70px!important;
}

@media (max-width:1300px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px,500px) minmax(0,1fr)!important;
  }
}


/* v191: ensure Catalog landing page is shown as navigation page, not analysis-single */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:300px!important;
}
@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:1fr!important;
  }
}


/* v192: research category pages in strict grid layout */
body[data-route^="analizy/"] .research-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="analizy/"] .research-hero__inner{
  min-height:330px;
  display:grid;
  grid-template-columns:minmax(520px,.86fr) minmax(680px,1.14fr);
  align-items:stretch;
}

body[data-route^="analizy/"] .research-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 24px 0;
  position:relative;
  z-index:2;
}

body[data-route^="analizy/"] .research-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route^="analizy/"] .research-hero h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(42px,4.5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__lead{
  margin:0 0 6px;
  color:#0b3476;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.15;
  font-weight:400;
}

body[data-route^="analizy/"] .research-hero__text{
  margin:0;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(13px,.95vw,15px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="analizy/"] .research-hero__badges{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:650px;
}

body[data-route^="analizy/"] .research-hero__badges span{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 10px;
  color:#0b3476;
  align-items:center;
}

body[data-route^="analizy/"] .research-hero__badges svg{
  grid-row:1 / 3;
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-hero__badges strong{
  font-size:12px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__badges small{
  font-size:11px;
  line-height:1.2;
  color:#37527d;
  font-weight:600;
}

body[data-route^="analizy/"] .research-hero__media{
  min-height:330px;
  overflow:hidden;
  position:relative;
}

body[data-route^="analizy/"] .research-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
}

body[data-route^="analizy/"] .research-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route^="analizy/"] .research-tabs{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:14px;
}

body[data-route^="analizy/"] .research-tab{
  min-height:38px;
  border:1px solid #cbd8eb;
  border-radius:8px;
  display:grid;
  place-items:center;
  padding:0 10px;
  background:#fff;
  color:#0b3476;
  font-size:12px;
  font-weight:800;
  text-align:center;
  box-shadow:0 6px 14px rgba(0,43,102,.04);
}

body[data-route^="analizy/"] .research-tab.is-active{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route^="analizy/"] .research-grid{
  margin-top:14px;
  margin-bottom:32px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(390px,.72fr);
  gap:22px;
  align-items:stretch;
}

body[data-route^="analizy/"] .research-list-panel,
body[data-route^="analizy/"] .research-promo-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route^="analizy/"] .research-list-panel{
  padding:18px 22px 14px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route^="analizy/"] .research-list-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-list{
  display:grid;
}

body[data-route^="analizy/"] .research-test-row{
  min-height:58px;
  display:grid;
  grid-template-columns:44px minmax(260px,1fr) 118px 132px;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row:last-child{
  border-bottom:0;
}

body[data-route^="analizy/"] .research-test-row__icon{
  width:36px;
  height:36px;
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__icon svg{
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-test-row__body{
  display:grid;
  gap:3px;
}

body[data-route^="analizy/"] .research-test-row__body strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__body small{
  color:#37527d;
  font-size:11.5px;
  line-height:1.25;
  font-weight:600;
}

body[data-route^="analizy/"] .research-test-row__price{
  font-size:13px;
  font-weight:800;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__price b{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__btn{
  min-height:32px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  color:#0b3476;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row:hover .research-test-row__btn{
  border-color:#e52932;
  color:#e52932;
}

body[data-route^="analizy/"] .research-more-btn{
  justify-self:center;
  margin-top:12px;
  min-height:36px;
  min-width:250px;
  border:0;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

body[data-route^="analizy/"] .research-promo-panel{
  position:relative;
  padding:22px 24px 20px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  display:grid;
  grid-template-rows:auto auto auto auto 1fr auto;
}

body[data-route^="analizy/"] .research-promo-panel__label{
  justify-self:start;
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  color:#e52932;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel__discount{
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#e60012;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel h2{
  margin:18px 0 8px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  max-width:260px;
}

body[data-route^="analizy/"] .research-promo-panel p{
  margin:0 0 14px;
  color:#37527d;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  max-width:300px;
}

body[data-route^="analizy/"] .research-promo-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#0b3476;
  font-size:12.5px;
  font-weight:700;
  z-index:2;
}

body[data-route^="analizy/"] .research-promo-panel li::before{
  content:"✓";
  color:#e52932;
  margin-right:8px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel > img{
  position:absolute;
  right:14px;
  bottom:82px;
  width:190px;
  max-height:160px;
  object-fit:contain;
  opacity:.92;
}

body[data-route^="analizy/"] .research-promo-panel__bottom{
  margin-top:22px;
  min-height:70px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,43,102,.06);
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:14px;
  align-items:center;
  padding:13px 14px;
  position:relative;
  z-index:3;
}

body[data-route^="analizy/"] .research-promo-panel__bottom span{
  display:grid;
  gap:3px;
  color:#7586a3;
  font-size:12px;
}

body[data-route^="analizy/"] .research-promo-panel__bottom b{
  color:#e52932;
  font-size:18px;
  line-height:1;
}

body[data-route^="analizy/"] .research-promo-panel__bottom .btn{
  min-height:38px;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
}

@media (max-width:1180px){
  body[data-route^="analizy/"] .research-hero__inner,
  body[data-route^="analizy/"] .research-grid{
    grid-template-columns:1fr;
  }
  body[data-route^="analizy/"] .research-hero__media{
    display:none;
  }
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:1fr 1fr;
  }
  body[data-route^="analizy/"] .research-test-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:7px 10px;
    padding:11px 0;
  }
  body[data-route^="analizy/"] .research-test-row__price,
  body[data-route^="analizy/"] .research-test-row__btn{
    grid-column:2;
  }
  body[data-route^="analizy/"] .research-promo-panel__bottom{
    grid-template-columns:1fr;
  }
}


/* v193 checkups page */
.checkups-hero{background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid #dfe8f3;overflow:hidden}.checkups-hero__inner{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:stretch;min-height:328px}.checkups-hero__copy{display:grid;align-content:center;padding:34px 0 24px;position:relative;z-index:2}.checkups-hero__copy h1{margin:0 0 14px;color:#0b3476;font-size:clamp(42px,4.8vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:900}.checkups-hero__lead{margin:0;color:#0b3476;font-size:clamp(18px,1.7vw,26px);line-height:1.32;font-weight:400;max-width:560px}.checkups-hero__facts{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:690px}.checkups-fact{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.checkups-fact__icon{width:40px;height:40px;color:#0b3476}.checkups-fact__icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-fact__text{display:grid;gap:3px}.checkups-fact__text strong{font-size:12px;line-height:1.1;color:#0b3476;font-weight:900}.checkups-fact__text small{font-size:11px;line-height:1.18;color:#23467b;font-weight:700}.checkups-hero__media{min-height:328px;position:relative;overflow:hidden}.checkups-hero__media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 18%,rgba(248,251,255,.22) 44%,rgba(248,251,255,0) 68%);z-index:1;pointer-events:none}.checkups-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.checkups-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:-28px;position:relative;z-index:3}.checkup-card{background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);padding:20px 18px 18px;display:grid;grid-template-rows:auto auto auto auto 1fr;min-height:286px}.checkup-card__head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.checkup-card__icon{width:54px;height:54px;color:#0b3476;display:grid;place-items:center}.checkup-card__icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkup-card__titlebox h2{margin:0 0 8px;color:#0b3476;font-size:17px;line-height:1.12;font-weight:900}.checkup-card__titlebox p{margin:0;color:#37527d;font-size:13px;line-height:1.32;font-weight:600;min-height:52px}.checkup-card__tests{margin-top:16px;justify-self:start;padding:6px 10px;border-radius:10px;background:#edf4ff;color:#5d76a6;font-size:12px;font-weight:800}.checkup-card__prices{margin-top:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.checkup-card__old{color:#94a2bc;font-size:14px;text-decoration:line-through}.checkup-card__discount{min-width:48px;height:32px;padding:0 10px;border-radius:8px;background:#e60012;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.checkup-card__new{margin-top:8px;color:#0b3476;font-size:16px;font-weight:800}.checkup-card__new b{color:#e30613;font-size:28px;line-height:1;font-weight:900}.checkup-card__btn{margin-top:16px;min-height:38px;padding:10px 12px;border-radius:8px;font-size:14px}.checkups-why{margin-top:24px;margin-bottom:34px;display:grid;grid-template-columns:1.25fr repeat(5,minmax(0,1fr));gap:0;background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);overflow:hidden}.checkups-why__title,.checkups-why__item{padding:20px 18px;min-height:126px}.checkups-why__title{display:grid;align-content:center;border-right:1px solid #e7edf6}.checkups-why__title h2{margin:0;color:#0b3476;font-size:18px;line-height:1.22;font-weight:900}.checkups-why__title h2 span{color:#e30613}.checkups-why__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-content:start;border-right:1px solid #e7edf6}.checkups-why__item:last-child{border-right:0}.checkups-why__icon{width:42px;height:42px;color:#0b3476}.checkups-why__icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-why__content{display:grid;gap:4px}.checkups-why__content strong{color:#0b3476;font-size:13px;line-height:1.14;font-weight:900}.checkups-why__content p{margin:0;color:#37527d;font-size:11.5px;line-height:1.28;font-weight:600}.checkups-why__content em{margin-top:auto;font-style:normal;color:#0b3476;font-size:22px;font-weight:900;line-height:1}.checkups-why__item:hover .checkups-why__content em,.checkup-card:hover .checkup-card__btn{transform:translateX(2px)}@media (max-width:1180px){.checkups-hero__inner{grid-template-columns:1fr}.checkups-hero__media{display:none}.checkups-packages{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.checkups-why{grid-template-columns:1fr 1fr 1fr}.checkups-why__title{grid-column:1/-1;border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:nth-child(4){border-right:0}}@media (max-width:760px){.checkups-hero__facts{grid-template-columns:1fr}.checkups-packages{grid-template-columns:1fr}.checkups-why{grid-template-columns:1fr}.checkups-why__item,.checkups-why__title{border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:last-child{border-bottom:0}}


/* v194: compact Check-ups page, aligned with Analyses and Prices density */
body[data-route="check-upy"] .checkups-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(500px,.86fr) minmax(640px,1.14fr)!important;
}

body[data-route="check-upy"] .checkups-hero__copy{
  padding:26px 0 22px!important;
}

body[data-route="check-upy"] .checkups-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  margin:0 0 6px!important;
  letter-spacing:-.045em!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  font-size:var(--lead-home)!important;
  line-height:1.08!important;
  margin:0!important;
  max-width:760px!important;
}

body[data-route="check-upy"] .checkups-hero__facts{
  margin-top:20px!important;
  gap:14px!important;
  max-width:650px!important;
}

body[data-route="check-upy"] .checkups-fact{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-fact__icon,
body[data-route="check-upy"] .checkups-fact__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-fact__text strong{
  font-size:11.5px!important;
}

body[data-route="check-upy"] .checkups-fact__text small{
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkups-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="check-upy"] .checkups-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 44%!important;
}

body[data-route="check-upy"] .checkups-packages{
  gap:14px!important;
  margin-top:-18px!important;
}

body[data-route="check-upy"] .checkup-card{
  border-radius:16px!important;
  padding:15px 14px 14px!important;
  min-height:232px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkup-card__head{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="check-upy"] .checkup-card__icon{
  width:42px!important;
  height:42px!important;
}

body[data-route="check-upy"] .checkup-card__icon svg{
  width:35px!important;
  height:35px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  margin-bottom:5px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox p{
  font-size:11.5px!important;
  line-height:1.24!important;
  min-height:38px!important;
}

body[data-route="check-upy"] .checkup-card__tests{
  margin-top:11px!important;
  padding:5px 8px!important;
  border-radius:8px!important;
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkup-card__prices{
  margin-top:12px!important;
  gap:8px!important;
}

body[data-route="check-upy"] .checkup-card__old{
  font-size:12px!important;
}

body[data-route="check-upy"] .checkup-card__discount{
  min-width:42px!important;
  height:27px!important;
  border-radius:7px!important;
  font-size:11px!important;
  padding:0 8px!important;
}

body[data-route="check-upy"] .checkup-card__new{
  margin-top:5px!important;
  font-size:13px!important;
}

body[data-route="check-upy"] .checkup-card__new b{
  font-size:23px!important;
}

body[data-route="check-upy"] .checkup-card__btn{
  margin-top:12px!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="check-upy"] .checkups-why{
  margin-top:18px!important;
  margin-bottom:28px!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  padding:15px 14px!important;
  min-height:92px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:15.5px!important;
  line-height:1.16!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size:11.5px!important;
  line-height:1.1!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:10px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  font-size:18px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkups-packages{
    margin-top:18px!important;
  }
}


/* v195: Check-up package buttons match Analyses and prices red order buttons */
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:#e60012!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 8px 16px rgba(230,0,18,.14)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  text-align:center!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card:hover .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn:hover{
  background:#d80011!important;
  box-shadow:0 10px 18px rgba(230,0,18,.18)!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card__btn::after{
  content:none!important;
}


/* v196: compact bottom checkups benefits: Prolab casing, no checks, one-line mini titles */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:.95fr repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:15px 12px 15px 14px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}

body[data-route="check-upy"] .checkups-why__title h2 span{
  white-space:nowrap!important;
  color:#e30613!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:8px!important;
  padding:14px 12px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:30px!important;
  height:30px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.15!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v197: centered checkups benefits, no separators, improved icons/text */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns: 1fr repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  min-height: 112px !important;
  padding: 16px 14px !important;
  border-right: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title{
  display: grid !important;
  align-content: center !important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size: 15px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
}

body[data-route="check-upy"] .checkups-why__item{
  display: grid !important;
  grid-template-columns: 40px minmax(0,1fr) !important;
  gap: 10px !important;
  align-content: center !important;
  align-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon{
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon svg{
  width: 36px !important;
  height: 36px !important;
  stroke-width: 1.9 !important;
}

body[data-route="check-upy"] .checkups-why__content{
  display: grid !important;
  align-content: center !important;
  gap: 3px !important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size: 11.4px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body[data-route="check-upy"] .checkups-why__content p{
  margin: 0 !important;
  font-size: 10.3px !important;
  line-height: 1.22 !important;
  color: #23467b !important;
  font-weight: 600 !important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display: none !important;
}

@media (max-width: 1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  body[data-route="check-upy"] .checkups-why__title{
    border-bottom: 0 !important;
  }
}


/* v198: checkups hero title/subtitle/third line hierarchy */
body[data-route="check-upy"] .checkups-hero__copy{
  gap: 0 !important;
}
body[data-route="check-upy"] .checkups-hero__copy h1{
  margin: 0 0 10px !important;
}
body[data-route="check-upy"] .checkups-hero__text{
  display: grid !important;
  gap: 8px !important;
  max-width: 760px !important;
}
body[data-route="check-upy"] .checkups-hero__lead{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 26px !important;
  line-height: 1.16 !important;
  font-weight: 400 !important;
  max-width: none !important;
}
body[data-route="check-upy"] .checkups-hero__desc{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 16px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
  max-width: 620px !important;
}
@media (max-width: 980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 22px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 15px !important;
  }
}
@media (max-width: 640px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 20px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 14px !important;
  }
}


/* v199: exact line behavior for checkups hero and support benefit */
body[data-route="check-upy"] .checkups-hero__text{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
  font-size:clamp(24px,1.95vw,30px)!important;
  line-height:1.14!important;
}

body[data-route="check-upy"] .checkups-hero__desc{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p{
  white-space:normal!important;
  max-width:170px!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p br{
  display:block!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    white-space:normal!important;
    font-size:22px!important;
  }
}

/* v200: bring benefits block items closer to title cell */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:250px repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:20px 14px 20px 18px!important;
}

body[data-route="check-upy"] .checkups-why__item{
  padding:20px 14px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v201: make bottom benefit titles fit without truncation */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:220px repeat(5,minmax(185px,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 10px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:11.2px!important;
  line-height:1.12!important;
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:32px!important;
  height:32px!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:18px 10px 18px 16px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14px!important;
  line-height:1.12!important;
}

@media (max-width:1400px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:200px repeat(5,minmax(165px,1fr))!important;
  }
  body[data-route="check-upy"] .checkups-why__content strong{
    font-size:10.8px!important;
  }
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}

/* v203: Promotions page in Analyses-and-Prices style */
body[data-route="aktsii"]{background:#f5f8fc;}
body[data-route="aktsii"] .promos-hero{background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);overflow:hidden;border-bottom:1px solid #e4edf8;}
body[data-route="aktsii"] .promos-hero__inner{min-height:250px;display:grid;grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);align-items:stretch;}
body[data-route="aktsii"] .promos-hero__copy{display:grid;align-content:center;padding:26px 24px 30px 0;position:relative;z-index:2;}
body[data-route="aktsii"] .promos-hero__copy h1{margin:0 0 6px;color:#0b3476;font-size:var(--h1-home);line-height:1.01;letter-spacing:-.045em;font-weight:900;}
body[data-route="aktsii"] .promos-hero__lead{margin:0 0 clamp(7px,.7vw,10px);color:#0b3476;font-size:var(--lead-home);line-height:1.05;font-weight:400;white-space:nowrap;}
body[data-route="aktsii"] .promos-hero__text{margin:0;color:#0b3476;font-size:clamp(14px,.98vw,16px);line-height:1.27;font-weight:500;max-width:720px;}
body[data-route="aktsii"] .promos-hero__media{min-height:250px;max-height:250px;overflow:hidden;position:relative;}
body[data-route="aktsii"] .promos-hero__media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 44%,rgba(249,252,255,0) 68%);pointer-events:none;}
body[data-route="aktsii"] .promos-hero__media img{width:100%;height:250px;object-fit:contain;object-position:center;background:#f2f7ff;}
body[data-route="aktsii"] .promos-control-panel{margin-top:18px;background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);padding:18px 20px;display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:14px 18px;align-items:center;}
body[data-route="aktsii"] .promos-search{height:42px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid #b9c8dd;border-radius:9px;background:#fff;}
body[data-route="aktsii"] .promos-search span{display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-search svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0b3476;font-size:14px;font-weight:700;}
body[data-route="aktsii"] .promos-search input::placeholder{color:#7586a3;}
body[data-route="aktsii"] .promos-tabs{display:flex;flex-wrap:wrap;gap:8px;}
body[data-route="aktsii"] .promos-tab{min-height:34px;padding:0 13px;border:1px solid #b9c8dd;border-radius:8px;background:#fff;color:#0b3476;font-size:12.5px;font-weight:900;cursor:pointer;}
body[data-route="aktsii"] .promos-tab.is-active,body[data-route="aktsii"] .promos-tab:hover{background:#0b3476;border-color:#0b3476;color:#fff;}
body[data-route="aktsii"] .promos-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);gap:18px;margin-top:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-list-panel,body[data-route="aktsii"] .promos-info-panel,body[data-route="aktsii"] .promos-mini-panel,body[data-route="aktsii"] .promos-note-panel{background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);}
body[data-route="aktsii"] .promos-list-panel{padding:18px 22px 14px;display:grid;grid-template-rows:auto minmax(0,1fr);}
body[data-route="aktsii"] .promos-list-panel h2,body[data-route="aktsii"] .promos-info-panel h2,body[data-route="aktsii"] .promos-mini-panel h2{margin:0 0 10px;color:#0b3476;font-size:18px;line-height:1.1;font-weight:900;}
body[data-route="aktsii"] .promos-list{display:grid;gap:10px;}
body[data-route="aktsii"] .promos-offer{display:grid;grid-template-columns:42px minmax(0,1fr) 112px 112px;gap:12px;align-items:center;min-height:90px;border:1px solid #e4edf8;border-radius:14px;background:#fff;padding:12px;}
body[data-route="aktsii"] .promos-offer__icon{width:34px;height:34px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-offer__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
body[data-route="aktsii"] .promos-offer__body{min-width:0;}
body[data-route="aktsii"] .promos-offer__label{display:inline-flex;margin-bottom:4px;color:#e52932;font-size:10.5px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer h3{margin:0 0 4px;color:#0b3476;font-size:14px;line-height:1.15;font-weight:900;}
body[data-route="aktsii"] .promos-offer p{margin:0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .promos-offer__price{display:grid;gap:3px;align-content:center;}
body[data-route="aktsii"] .promos-offer__discount{justify-self:start;padding:4px 8px;border-radius:999px;background:#e60012;color:#fff;font-size:11px;font-weight:900;}
body[data-route="aktsii"] .promos-offer__price del{color:#94a2bc;font-size:11px;}
body[data-route="aktsii"] .promos-offer__price strong{color:#e52932;font-size:20px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer__btn{min-height:30px;border:0;border-radius:7px;background:#e60012;color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;padding:0 10px;box-shadow:0 8px 16px rgba(230,0,18,.14);}
body[data-route="aktsii"] .promos-info-panel{padding:18px 20px 14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:start;}
body[data-route="aktsii"] .promos-steps{display:grid;gap:6px;align-content:start;}
body[data-route="aktsii"] .promos-steps div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:9px;row-gap:0;align-items:center;}
body[data-route="aktsii"] .promos-steps span{width:28px;height:28px;border-radius:50%;background:#0b3476;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps strong{color:#0b3476;font-size:13px;line-height:1.08;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps p{grid-column:2;margin:-1px 0 0;color:#37527d;font-size:11.5px;line-height:1.18;font-weight:600;align-self:start;}
body[data-route="aktsii"] .promos-info-panel img{width:100%;height:146px;object-fit:cover;border-radius:12px;margin:8px 0 10px;}
body[data-route="aktsii"] .promos-info-panel .btn{min-height:36px;padding:9px 12px;border-radius:8px;font-size:12.5px;}
body[data-route="aktsii"] .promos-lower-panels{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);gap:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-mini-panel{padding:18px 22px 14px;}
body[data-route="aktsii"] .promos-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
body[data-route="aktsii"] .promos-mini-grid a{min-height:72px;padding:9px 11px;border-radius:10px;background:#fff;box-shadow:0 10px 22px rgba(0,43,102,.08);display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;gap:1px 9px;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid span{grid-row:1/3;width:30px;height:30px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-mini-grid strong{font-size:12.5px;line-height:1.12;font-weight:900;}
body[data-route="aktsii"] .promos-mini-grid small{font-size:11px;line-height:1.15;color:#37527d;font-weight:600;}
body[data-route="aktsii"] .promos-note-panel{padding:18px 20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center;}
body[data-route="aktsii"] .promos-note-panel > span{width:40px;height:40px;border-radius:50%;border:1px solid #dce6f2;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-note-panel svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-note-panel strong{display:block;color:#0b3476;font-size:14px;font-weight:900;}
body[data-route="aktsii"] .promos-note-panel p{margin:4px 0 0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .benefits{margin-top:18px;margin-bottom:28px;}
@media (max-width:1180px){body[data-route="aktsii"] .promos-hero__inner,body[data-route="aktsii"] .promos-control-panel,body[data-route="aktsii"] .promos-main-grid,body[data-route="aktsii"] .promos-lower-panels{grid-template-columns:1fr;}body[data-route="aktsii"] .promos-hero__media{display:none;}body[data-route="aktsii"] .promos-hero__lead{white-space:normal;}}
@media (max-width:760px){body[data-route="aktsii"] .promos-offer{grid-template-columns:38px minmax(0,1fr);gap:8px;}body[data-route="aktsii"] .promos-offer__price,body[data-route="aktsii"] .promos-offer__btn{grid-column:2;}body[data-route="aktsii"] .promos-mini-grid{grid-template-columns:1fr;}}


/* v206: promotions page — align lower panels with upper grid and raise image inside info card */
body[data-route="aktsii"] .promos-main-grid,
body[data-route="aktsii"] .promos-lower-panels{
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}

body[data-route="aktsii"] .promos-info-panel{
  grid-template-rows:auto auto auto auto!important;
  align-content:start!important;
}

body[data-route="aktsii"] .promos-steps{
  gap:6px!important;
  margin-bottom:8px!important;
}

body[data-route="aktsii"] .promos-steps div{
  grid-template-columns:32px minmax(0,1fr)!important;
  column-gap:9px!important;
  row-gap:0!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-steps span{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps strong{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps p{
  margin:-1px 0 0!important;
  line-height:1.18!important;
}

body[data-route="aktsii"] .promos-info-panel img{
  height:168px!important;
  margin:8px 0 10px!important;
  object-fit:cover!important;
  object-position:center 48%!important;
}

body[data-route="aktsii"] .promos-lower-panels{
  margin-top:20px!important;
}

body[data-route="aktsii"] .promos-mini-panel,
body[data-route="aktsii"] .promos-note-panel{
  min-height:170px!important;
}

body[data-route="aktsii"] .promos-mini-panel{
  padding:20px 22px!important;
}

body[data-route="aktsii"] .promos-note-panel{
  padding:20px 22px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  align-items:center!important;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-main-grid,
  body[data-route="aktsii"] .promos-lower-panels{
    grid-template-columns:1fr!important;
  }
}


/* v207: loyalty subpage integrated into Aktsii + promotions popular directions 4-card grid */
body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  padding:12px 11px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner{
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__copy{
  display:grid;
  align-content:center;
  padding:26px 24px 30px 0;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__lead{
  margin:0 0 9px;
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.08;
  font-weight:400;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.3;
  font-weight:500;
  max-width:690px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
  min-height:250px;
  max-height:250px;
  overflow:hidden;
  position:relative;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
  z-index:1;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center 45%;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr);
  gap:20px;
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels{
  display:grid;
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:14px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 78px;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid span,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel > span{
  width:42px;
  height:42px;
  border:1px solid #dce6f2;
  border-radius:50%;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body strong{
  display:block;
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:4px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__value{
  color:#e30613;
  font-size:26px;
  line-height:1;
  font-weight:900;
  text-align:right;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps{
  display:grid;
  gap:10px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:0 9px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#0b3476;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps strong{
  color:#0b3476;
  font-size:13px;
  line-height:1.08;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps p{
  grid-column:2;
  margin:-1px 0 0;
  color:#37527d;
  font-size:11.5px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel .btn{
  width:100%;
  margin-top:18px;
  min-height:38px;
  border-radius:8px;
  font-size:12.5px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid a{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:12px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:7px 12px;
  align-items:center;
  padding:12px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid strong{
  display:block;
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid small{
  display:block;
  margin-top:4px;
  color:#37527d;
  font-size:11px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  min-height:170px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel strong{
  display:block;
  color:#0b3476;
  font-size:16px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:6px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
    display:none;
  }
}

@media (max-width:720px){
  body[data-route="aktsii"] .promos-mini-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
    grid-template-columns:1fr!important;
  }
}


/* v211: compact about hero photo */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(360px, 47%) minmax(0, 53%);
}
body[data-route="pro-nas"] .about-hero-card__copy{
  padding:22px 24px 12px 24px;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(16px, 1.1vw, 18px);
  line-height:1.28;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px;
}
body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:210px;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  object-position:center 22%;
}
@media (max-width:980px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:30px 20px 16px;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    margin-top:14px;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:220px;
  }
  body[data-route="pro-nas"] .about-hero-card__media img{
    object-position:center 24%;
  }
}


/* v212 HARD INLINE BACKUP: about hero fixed height */
body .about-page .about-hero-card{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  grid-template-columns:minmax(360px,47%) minmax(0,53%)!important;
}
body .about-page .about-hero-card__copy{
  padding:16px 24px 12px 24px!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body .about-page .about-hero-card__copy h1{margin:0 0 8px!important;}
body .about-page .about-hero-card__lead{margin:0 0 7px!important;}
body .about-page .about-hero-card__text{
  margin:0!important;
  font-size:17px!important;
  line-height:1.26!important;
}
body .about-page .about-hero-card__actions{
  margin-top:13px!important;
  gap:12px!important;
}
body .about-page .about-hero-card__actions .btn{
  min-height:42px!important;
  padding-top:9px!important;
  padding-bottom:9px!important;
}
body .about-page .about-hero-card__media{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
}
body .about-page .about-hero-card__media img{
  width:100%!important;
  height:270px!important;
  object-fit:cover!important;
  object-position:center 20%!important;
}


/* v215: About hero aligned to Contacts hero concept */
body[data-route="pro-nas"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%)!important;
}
body[data-route="pro-nas"] .about-hero-card{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr)!important;
  background:linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%)!important;
  border:0!important;
  border-bottom:1px solid #e2ebf7!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  font-weight:900!important;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  height:100%!important;
  object-fit:cover!important;
  object-position:center 43%!important;
  filter:saturate(.94) contrast(1.02)!important;
}


/* v216: About hero typography exactly follows Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:8px 0 0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  align-content:center!important;
  padding:44px 32px 44px 0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}

@media (max-width:720px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:46px 0 24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1{
    margin-bottom:16px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:15px!important;
  }
}


/* v217: About hero text hierarchy = Contacts hero, 3 separate sizes */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__textwrap{
  display:grid!important;
  gap:8px!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}


/* v218: about hero exact pixel sizes to match Contacts + new hero image */
body[data-route="pro-nas"] .about-hero-card__copy h1{font-size:39px!important;line-height:1.01!important;}
body[data-route="pro-nas"] .about-hero-card__lead{font-size:26px!important;line-height:1.05!important;font-weight:400!important;}
body[data-route="pro-nas"] .about-hero-card__text{font-size:16px!important;line-height:1.27!important;font-weight:500!important;}
body[data-route="pro-nas"] .about-hero-card__media img{object-position:center center!important;}


/* v219: clinics cooperation hero image + dropdowns always above hero images */
.header,
.site-header,
.topbar,
.header-main,
.header__inner,
.nav,
.nav-item{
  position:relative!important;
  z-index:10000!important;
}

.dropdown-menu,
.dropdown-submenu{
  z-index:10050!important;
}

main,
.hero,
[class*="hero"],
[class*="hero__media"],
[class*="hero-card__media"]{
  position:relative;
  z-index:1;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero{
  position:relative;
  z-index:1;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  position:relative;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(249,252,255,.94) 0%,rgba(249,252,255,.62) 24%,rgba(249,252,255,0) 54%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 42%);
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(.95) contrast(1.03)!important;
}

/* v223: clinics cooperation hero crop exactly from provided image + contact form */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  margin-top:24px;
  margin-bottom:36px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card{
  min-height:0;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form{
  margin-top:14px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  display:grid;
  align-content:start;
  gap:16px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  display:grid;
  gap:12px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:78px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:4px 12px;
  align-items:center;
  padding:12px;
  border:1px solid #e4edf8;
  border-radius:12px;
  background:#f8fbff;
  color:#0b3476;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  grid-row:1 / span 2;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef5ff;
  border:1px solid #dce6f2;
  color:#e30613;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  display:block;
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  display:block;
  color:#37527d;
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
}

@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr;
  }
}


/* v224: compact clinics cooperation page + custom partner form label */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__inner{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy{
  padding:20px 22px 22px 0!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy h1{
  margin-bottom:4px!important;
  font-size:clamp(34px,3vw,44px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__lead{
  margin-bottom:7px!important;
  font-size:clamp(23px,1.9vw,30px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__text{
  font-size:14px!important;
  line-height:1.24!important;
  max-width:560px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions{
  margin-top:14px!important;
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions .btn{
  min-height:40px!important;
  padding:9px 18px!important;
  border-radius:8px!important;
  font-size:13.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-grid{
  gap:14px!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card{
  min-height:112px!important;
  padding:16px 18px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card h2{
  margin-bottom:8px!important;
  font-size:16px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card p{
  font-size:12.5px!important;
  line-height:1.25!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:16px!important;
  margin-top:18px!important;
  margin-bottom:24px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section .contacts-card{
  padding:18px 20px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head{
  margin-bottom:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head h2{
  margin-bottom:6px!important;
  font-size:20px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head p{
  font-size:12.5px!important;
  line-height:1.26!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form{
  margin-top:8px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form label{
  gap:4px!important;
  font-size:11.5px!important;
  line-height:1.15!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form input,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:36px!important;
  padding:8px 11px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:70px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .check{
  font-size:11.5px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .btn{
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:13px!important;
  border-radius:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:64px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:2px 10px!important;
  padding:9px!important;
  border-radius:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  width:36px!important;
  height:36px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  font-size:10.5px!important;
}
@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr!important;
  }
}


/* v225: Catalog page category cards use uploaded 1200x480 WebP images */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image{
  overflow:hidden!important;
}


/* v226: Catalog page cards must show uploaded images fully, without cropping */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#fff!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}


/* v231: common preparation slug inherits patient preparation design */
:root{--navy:#1e55b8;--blue:#1e55b8;--red:#e30613;--text:#1e55b8;--muted:#5b6475;--line:#dce6f2;--bg:#f3f8ff;--white:#fff;--shadow:0 14px 34px rgba(0,43,102,.10);--r:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;color:var(--text);background:#fff;font-size:16px;overflow-x:hidden}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.topbar{background:var(--navy);color:#fff;font-size:13px}.topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar__left,.topbar__right{display:flex;align-items:center;gap:14px}.divider{width:1px;height:16px;background:rgba(255,255,255,.35)}.lang-switch{display:flex;gap:5px}.lang-switch a{border:1px solid rgba(255,255,255,.35);border-radius:6px;padding:2px 5px}.mainbar{background:#fff;border-bottom:1px solid var(--line)}.mainbar__inner{height:76px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:12px;min-width:230px}.logo-mark{display:grid;grid-template-columns:repeat(3,9px);gap:5px}.logo-mark i{width:9px;height:9px;border-radius:99px;background:var(--blue)}.logo-mark i:nth-child(2n){background:var(--red)}.logo-text strong{font-size:22px;color:var(--blue);line-height:1}.logo-text em{font-style:normal;color:var(--red)}.logo-text small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}.nav__link{position:relative;font-weight:700;font-size:14px;color:var(--navy);padding:29px 0}.nav__link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--red);border-radius:3px}.cabinet-btn{border:1px solid #9fb0c8;border-radius:8px;padding:12px 16px;font-weight:700;background:#fff}.burger{display:none;background:#fff;border:0;flex-direction:column;gap:4px}.burger span{width:24px;height:2px;background:var(--navy)}.hero{background:linear-gradient(90deg,#f9fcff 0%,#f2f7ff 52%,#ebf4ff 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:360px}.hero__copy{padding:36px 0;position:relative;z-index:1}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:800;margin-bottom:12px}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:0 0 18px;color:var(--navy);letter-spacing:-.04em}.hero--compact h1,.hero--results h1{font-size:clamp(38px,4.2vw,62px)}.hero p{max-width:540px;font-size:18px;color:#263a5e;line-height:1.45;margin:0 0 24px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__media{align-self:stretch;min-height:310px}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-badges span{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.18s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 18px rgba(227,6,19,.18)}.btn-dark{background:var(--navy);color:#fff}.btn-outline,.btn-light{background:#fff;color:var(--navy);border:1px solid #b9c8dd}.btn-small{padding:8px 13px;font-size:13px}.section-tight{margin-top:-42px;position:relative;z-index:3}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow);min-height:170px;display:flex;flex-direction:column;gap:8px}.category-card__icon{font-size:26px}.category-card strong{font-size:16px}.category-card p{margin:0;color:var(--muted);font-size:13px}.category-card em{font-style:normal;color:var(--red);font-weight:800;margin-top:auto}.category-card small{color:var(--blue);font-weight:800}.home-panels{display:grid;grid-template-columns:1.1fr 1.1fr 1fr;gap:18px;margin-top:26px}.card,.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:22px}.panel h2,.card h2{margin:0 0 14px;color:var(--navy)}.map-card{border-radius:16px;overflow:hidden;background:#e6f2ff;border:1px solid var(--line)}.map-card img{width:100%;height:210px;object-fit:cover}.promo-panel{position:relative}.promo-panel img{height:120px;margin-left:auto}.badge-red{display:inline-flex;background:var(--red);color:#fff;padding:7px 12px;border-radius:999px;font-weight:900}.results-panel form,.result-form form{display:grid;gap:12px}.results-panel input,.result-form input,.pro-form input,.pro-form textarea,.searchbar input{width:100%;border:1px solid #cbd7e8;border-radius:9px;padding:12px;background:#fff}.benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px;margin-bottom:36px}.benefit{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 16px;display:flex;gap:12px;align-items:flex-start;box-shadow:var(--shadow);overflow:hidden;min-height:94px}.benefit__icon{width:52px;height:52px;min-width:52px;border:2px solid rgba(239,44,56,.85);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);background:transparent;line-height:1;flex:none}.benefit__icon svg{width:26px;height:26px;display:block;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.benefit__content{min-width:0;flex:1}.benefit strong{display:block;font-size:13px;line-height:1.08;color:var(--blue);word-break:break-word}.benefit p{margin:3px 0 0;color:var(--blue);font-size:10px;line-height:1.15;word-break:break-word}.price-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;margin-top:28px}.searchbar{display:flex;gap:10px;margin-bottom:14px}.tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.tab{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 15px;font-weight:800;color:var(--blue);cursor:pointer}.tab.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.test-list{display:grid;gap:8px}.test-row{display:grid;grid-template-columns:42px 1fr 90px 110px 170px;align-items:center;gap:12px;border:1px solid #e7edf6;border-radius:12px;padding:12px;background:#fff}.test-row__icon{width:34px;height:34px;border-radius:50%;background:#f4f8ff;display:grid;place-items:center}.test-row__name small{display:block;color:var(--muted);margin-top:3px}.test-row__price,.red{color:var(--red);font-weight:900}.test-row__actions{display:flex;gap:8px}.centered{margin:18px auto 0;display:flex;width:max-content}.calculator{position:sticky;top:14px;align-self:start}.calc-items{display:grid;gap:8px;min-height:54px}.calc-item{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;background:#f7fbff;border:1px solid var(--line);border-radius:10px;padding:9px}.calc-item button{border:0;background:#fff;color:var(--red);font-weight:900}.calc-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin:14px 0;padding-top:14px}.recommend{padding-left:18px}.recommend li{margin:9px 0}.recommend em{display:block;color:var(--red);font-style:normal;font-weight:800}.two-column{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;margin-top:28px}.promo-big img{height:150px;margin:auto}.promo-big strong{color:var(--red);font-size:28px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.cards-grid.four{grid-template-columns:repeat(4,1fr)}.promo-card{position:relative}.price-line{display:flex;align-items:baseline;gap:10px;margin:16px 0}.price-line strong{font-size:28px;color:var(--red)}.why{margin-top:22px}.mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-grid span{background:#f5f9ff;border-radius:12px;padding:16px;font-weight:800}.branch-layout{display:grid;grid-template-columns:210px 1fr;gap:18px;margin-top:28px}.district-filter{grid-row:span 2}.filter{width:100%;display:flex;justify-content:space-between;border:0;background:#fff;padding:12px;border-radius:9px;color:var(--text);font-weight:700;text-align:left}.filter.active{background:#fff1f2;color:var(--red)}.branch-cards{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.branch-card img{height:130px;width:100%;object-fit:cover;border-radius:14px}.tag{background:#fff3cd;color:#8a5b00;border-radius:99px;padding:5px 9px;font-weight:800;font-size:12px}.prep-layout{margin-top:28px}.tabs-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.tabs-wide .tab{border-radius:0}.tabs-wide .tab:first-child{border-radius:12px 0 0 12px}.tabs-wide .tab:last-child{border-radius:0 12px 12px 0}.prep-grid{display:grid;grid-template-columns:repeat(3,1fr) 260px;gap:16px}.prep-card{border-radius:16px;padding:20px}.prep-card.ok{background:#eefbf4}.prep-card.no{background:#fff1f3}.prep-card.info{background:#f2f6ff}.notice{margin-top:16px;background:#f3f7ff}.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail{display:grid;grid-template-columns:1fr 360px;gap:22px;margin-top:26px}.contacts-layout{grid-template-columns:1fr 1fr 330px}.contact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:-36px;position:relative;z-index:4}.contact-card span{font-size:28px}.pro-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-form label{display:grid;gap:6px;color:var(--muted);font-weight:700}.pro-form .span-2{grid-column:span 2}.pro-form .check{display:flex;align-items:center}.pro-form .check input{width:auto}.faq details{border-bottom:1px solid var(--line);padding:10px 0}.faq summary{cursor:pointer;font-weight:800}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.stats div{display:grid;grid-template-columns:90px 1fr;gap:6px;align-items:center;margin:8px 0}.stats strong{font-size:26px;color:var(--blue)}.timeline p{border-left:2px solid var(--red);padding-left:12px}.certs{margin-top:22px}.cert-row{display:grid;grid-template-columns:220px 1fr 180px;gap:14px;align-items:stretch}.cert-row img{height:130px;width:100%;object-fit:cover;border-radius:14px}.join{display:grid;place-items:center;text-align:center;background:#f4f8ff;border-radius:14px;font-weight:900}.result-form{margin-top:-54px;position:relative;z-index:3}.result-form form{grid-template-columns:1fr 1fr auto;align-items:end}.result-form p{grid-column:1/-1;margin:0;color:var(--muted)}.tracker{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px}.track-step{display:grid;gap:4px;text-align:center;position:relative}.track-step span{margin:auto;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f7ff;border:1px solid var(--line);font-weight:900}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.result-card em{display:inline-block;color:#16803a;background:#e9f8ef;border-radius:9px;padding:5px 9px;font-style:normal}.security-panels{grid-template-columns:1fr 1fr}.analysis-detail{grid-template-columns:1fr 320px}.sticky{position:sticky;top:14px;align-self:start}.sticky dl{display:grid;grid-template-columns:100px 1fr;gap:10px}.medical-note{background:#f4f8ff;border-left:4px solid var(--blue);padding:14px;border-radius:10px}.footer{background:var(--navy);color:#fff;margin-top:44px;padding:38px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.4fr;gap:22px}.footer a{display:block;margin:8px 0;color:#dfeaff}.footer-logo{font-size:24px;font-weight:900}.footer-logo span{color:#ff7279}.ai-bot{position:fixed;right:18px;bottom:18px;z-index:20;border:0;border-radius:999px;background:var(--red);color:#fff;padding:12px 16px;display:flex;gap:8px;align-items:center;box-shadow:0 14px 30px rgba(227,6,19,.25)}.ai-bot span{width:30px;height:30px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;font-weight:900}.form-alert{margin-top:14px;border-radius:12px;padding:12px 16px;font-weight:800}.form-alert--success{background:#e9f8ef;color:#136e32}.form-alert--error{background:#fff1f3;color:#a00010}@media (max-width:980px){.mainbar__inner{height:auto;min-height:72px;flex-wrap:wrap}.burger{display:flex;margin-left:auto}.nav{display:none;order:10;flex-basis:100%;flex-direction:column;align-items:flex-start;padding:10px 0}.nav.is-open{display:flex}.nav__link{padding:10px 0}.cabinet-btn{margin-left:auto}.hero__inner{grid-template-columns:1fr}.hero__media{min-height:250px;order:-1}.category-grid,.benefits,.contact-cards{grid-template-columns:repeat(2,1fr)}.home-panels,.price-layout,.two-column,.doctor-panels,.contacts-layout,.result-layout,.security-panels,.analysis-detail,.branch-layout{grid-template-columns:1fr}.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid{grid-template-columns:1fr 1fr}.district-filter,.branch-cards{grid-column:auto}.result-form{margin-top:20px}.result-form form{grid-template-columns:1fr}.tracker{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.test-row{grid-template-columns:36px 1fr;align-items:start}.test-row__term,.test-row__price,.test-row__actions{grid-column:2}.calculator,.sticky{position:static}.cert-row{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 22px,1180px)}.topbar__inner{height:auto;padding:7px 0;align-items:flex-start}.topbar__left,.topbar__right{flex-wrap:wrap;gap:8px}.logo{min-width:auto}.logo-text strong{font-size:18px}.cabinet-btn{width:100%;text-align:center}.hero h1{font-size:36px}.hero p{font-size:16px}.hero__media{min-height:220px}.category-grid,.benefits,.contact-cards,.branch-cards,.cards-grid,.cards-grid.four,.about-grid,.result-cards,.prep-grid,.tracker,.footer__grid,.mini-grid{grid-template-columns:1fr}.home-panels{grid-template-columns:1fr}.pro-form{grid-template-columns:1fr}.pro-form .span-2{grid-column:auto}.tabs-wide{grid-template-columns:1fr}.tabs-wide .tab{border-radius:10px!important}.searchbar{flex-direction:column}.ai-bot{right:10px;bottom:10px}.result-form form{grid-template-columns:1fr}.price-layout{margin-top:16px}.hero__copy{padding:24px 0}.card,.panel{padding:16px}.test-row__actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.centered{width:100%}}


/* Геометрична посадка під наданий референс-макет: компактні пропорції desktop */
@media (min-width: 981px){
  .container{width:min(1400px,calc(100% - 96px));}
  .topbar{font-size:14px;}
  .topbar__inner{height:34px;}
  .mainbar__inner{height:72px;gap:24px;}
  .logo{min-width:360px;gap:12px;}
  .logo-mark{grid-template-columns:repeat(3,10px);gap:6px;}
  .logo-mark i{width:10px;height:10px;}
  .logo-text strong{font-size:25px;letter-spacing:-.02em;}
  .logo-text small{font-size:13px;margin-top:4px;}
  .nav{gap:32px;}
  .nav__link{font-size:15px;padding:27px 0;}
  .nav__link.is-active:after{bottom:13px;}
  .cabinet-btn{border-radius:9px;padding:13px 20px;font-size:16px;white-space:nowrap;}

  .hero--home .hero__inner{grid-template-columns:46% 54%;min-height:332px;}
  .hero--home .hero__copy{padding:36px 0 72px;}
  .hero--home h1{font-size:clamp(52px,4.65vw,68px);line-height:.96;margin-bottom:22px;letter-spacing:-.045em;}
  .hero--home p{font-size:19px;line-height:1.42;max-width:570px;margin-bottom:28px;}
  .hero--home .hero__media{min-height:332px;}
  .hero--home .hero__media img{object-fit:cover;object-position:center center;}
  .hero--home .hero__actions{gap:16px;}
  .hero--home .btn{min-height:52px;padding:12px 24px;border-radius:10px;font-size:18px;}

  .section-tight{margin-top:-58px;}
  .category-grid{gap:18px;}
  .category-card{min-height:148px;padding:18px 20px;border-radius:16px;gap:8px;}
  .category-card__icon{font-size:24px;line-height:1;}
  .category-card strong{font-size:16px;line-height:1.12;}
  .category-card p{font-size:13px;line-height:1.22;}
  .category-card em{font-size:17px;line-height:1.1;}
  .category-card small{font-size:13px;}

  .home-panels{grid-template-columns:1.05fr 1.05fr 1fr;gap:18px;margin-top:18px;}
  .panel{padding:16px 18px;border-radius:16px;}
  .panel h2,.card h2{font-size:18px;line-height:1.15;margin-bottom:10px;}
  .panel p,.panel li{font-size:13px;line-height:1.25;}
  .panel ul{margin:8px 0 12px;padding-left:18px;}
  .map-card img{height:132px;}
  .promo-panel img{height:82px;max-width:42%;}
  .badge-red{padding:5px 10px;font-size:12px;}
  .results-panel form{gap:8px;}
  .results-panel label{font-size:12px;font-weight:700;color:var(--muted);}
  .results-panel input{padding:9px 10px;min-height:36px;border-radius:8px;font-size:13px;}
  .results-panel .btn,.home-panels .btn{min-height:36px;padding:8px 14px;border-radius:8px;font-size:13px;}

  .benefits{gap:12px;margin-top:16px;margin-bottom:28px;}
  .benefit{min-height:74px;padding:12px 14px;border-radius:14px;gap:10px;align-items:center;}
  .benefit span{font-size:24px;}
  .benefit strong{font-size:13px;line-height:1.1;}
  .benefit p{font-size:11px;line-height:1.2;margin-top:3px;}
  .footer{margin-top:26px;}
}

@media (min-width: 981px) and (max-width: 1240px){
  .container{width:min(1180px,calc(100% - 40px));}
  .logo{min-width:280px;}
  .nav{gap:20px;}
  .hero--home h1{font-size:54px;}
  .category-grid{gap:12px;}
  .category-card{padding:15px;}
}


/* ==========================================================
   PROLAB GRID-LOCK LAYOUT v3
   Жорстка координатна сітка у стилі Matlab uigridlayout:
   desktop-сторінки мають фіксовані колонки, рядки, висоти блоків,
   однакові gap, вирівнювання і контроль переповнення.
   ========================================================== */

:root{
  --site-max: 1400px;
  --site-pad: 32px;
  --grid-gap: 18px;
  --topbar-h: 30px;
  --header-h: 70px;
  --hero-h: 360px;
  --hero-copy-col: 46%;
  --hero-media-col: 54%;
  --card-h: 150px;
  --panel-h: 300px;
  --benefit-h: 72px;
}

@media (min-width: 981px){
  html,body{min-width:1080px;}
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad))) !important;
    max-width:var(--site-max);
  }

  /* Row 1: service bar */
  .topbar__inner{
    height:var(--topbar-h) !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
  }

  /* Row 2: main navigation bar */
  .mainbar__inner{
    height:var(--header-h) !important;
    display:grid !important;
    grid-template-columns:340px minmax(520px,1fr) 220px;
    gap:24px !important;
    align-items:center;
  }
  .logo{min-width:0 !important;width:340px;}
  .nav{
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    justify-content:center;
    align-items:center;
    gap:32px !important;
    min-width:0;
  }
  .nav__link{padding:0 !important;height:var(--header-h);display:grid;place-items:center;}
  .nav__link.is-active:after{bottom:10px !important;}
  .cabinet-btn{
    width:220px;
    height:48px;
    display:grid;
    place-items:center;
    padding:0 !important;
  }

  /* Universal hero grid for all pages */
  .hero{
    height:var(--hero-h);
    min-height:var(--hero-h);
  }
  .hero__inner{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    display:grid !important;
    grid-template-columns:var(--hero-copy-col) var(--hero-media-col) !important;
    grid-template-rows:var(--hero-h);
    align-items:stretch !important;
  }
  .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 42px 0 !important;
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr) auto;
    align-content:center;
    align-items:start;
    min-width:0;
    overflow:hidden;
  }
  .hero h1{
    margin:0 0 18px !important;
    max-width:620px;
  }
  .hero p{
    max-width:590px;
    margin:0 0 20px !important;
  }
  .hero__actions{
    align-self:start;
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:16px !important;
  }
  .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
    overflow:hidden;
  }
  .hero__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .hero--home .hero__inner{
    grid-template-columns:46% 54% !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home .hero__copy{
    height:var(--hero-h);
    padding:42px 30px 86px 0 !important;
  }
  .hero--home .hero__media{
    height:var(--hero-h) !important;
    min-height:var(--hero-h) !important;
  }
  .hero--home h1{
    font-size:clamp(54px,4.75vw,70px) !important;
    line-height:.94 !important;
    letter-spacing:-.055em;
  }

  /* Home: 6 cards exactly one grid row */
  .section-tight{
    margin-top:-58px !important;
    position:relative;
    z-index:5;
  }
  .category-grid{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0,1fr)) !important;
    grid-template-rows:var(--card-h);
    gap:var(--grid-gap) !important;
  }
  .category-card{
    height:var(--card-h) !important;
    min-height:var(--card-h) !important;
    max-height:var(--card-h) !important;
    padding:18px 20px !important;
    display:grid !important;
    grid-template-rows:24px 38px 32px 20px 16px;
    gap:5px !important;
    overflow:hidden;
  }
  .category-card__icon{height:24px;line-height:24px;}
  .category-card strong,.category-card p,.category-card em,.category-card small{
    overflow:hidden;
  }

  /* Home: 3 lower panels are a fixed 3-column layout */
  .home-panels{
    margin-top:18px !important;
    display:grid !important;
    grid-template-columns:1.05fr 1.05fr 1fr !important;
    grid-template-rows:var(--panel-h);
    gap:var(--grid-gap) !important;
    align-items:stretch;
  }
  .home-panels .panel{
    height:var(--panel-h);
    min-height:var(--panel-h);
    overflow:hidden;
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto;
    align-content:start;
  }
  .panel-map{
    grid-template-rows:auto 132px minmax(0,54px) 36px !important;
  }
  .panel-map .map-card{height:132px;}
  .panel-map ul{overflow:hidden;margin:6px 0 8px !important;}
  .promo-panel{
    grid-template-columns:1fr 150px;
    grid-template-rows:auto auto minmax(0,50px) 1fr 36px;
    column-gap:16px;
  }
  .promo-panel .badge-red{grid-column:1;grid-row:1;}
  .promo-panel h2{grid-column:1;grid-row:2;}
  .promo-panel strong{grid-column:1;grid-row:3;}
  .promo-panel p{grid-column:1;grid-row:4;overflow:hidden;}
  .promo-panel img{grid-column:2;grid-row:2 / span 3;width:150px;height:90px !important;align-self:center;}
  .promo-panel .btn{grid-column:1;grid-row:5;width:160px;}
  .results-panel{grid-template-rows:auto minmax(0,1fr) !important;}
  .results-panel form{align-content:start;}

  /* Benefits fixed one row */
  .benefits{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-template-rows:var(--benefit-h);
    gap:14px !important;
    margin-top:16px !important;
    margin-bottom:28px !important;
  }
  .benefit{
    height:var(--benefit-h);
    min-height:var(--benefit-h);
    overflow:hidden;
    display:grid !important;
    grid-template-columns:32px minmax(0,1fr);
    align-items:center !important;
  }

  /* Generic page sections: same fixed grid logic */
  .price-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .test-list{display:grid;gap:8px;}
  .test-row{
    min-height:58px;
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) 100px 120px 178px !important;
    align-items:center !important;
  }
  .test-row__name,
  .test-row__term,
  .test-row__price{min-width:0;overflow:hidden;}
  .test-row__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .test-row__actions .btn{width:100%;min-width:0;}

  .two-column{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 340px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .cards-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cards-grid.four{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
  }
  .cards-grid > .card,
  .cards-grid > article{
    height:100%;
    display:grid;
    align-content:start;
  }

  .branch-layout{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) !important;
    grid-template-rows:260px auto;
    gap:var(--grid-gap) !important;
  }
  .district-filter{grid-row:1 / span 2;}
  .branch-layout > .map-card{height:260px;}
  .branch-layout > .map-card img{height:260px;}
  .branch-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:var(--grid-gap) !important;
  }
  .branch-card{
    height:100%;
    min-height:260px;
    display:grid;
    grid-template-rows:130px auto auto auto;
  }

  .prep-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) 260px !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .prep-card,.prep-grid .card{height:100%;}

  .doctor-panels,
  .result-layout,
  .security-panels,
  .analysis-detail{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 360px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contacts-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 330px !important;
    gap:var(--grid-gap) !important;
    align-items:start;
  }
  .contact-cards{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    grid-auto-rows:104px;
    gap:14px !important;
  }
  .contact-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    column-gap:10px;
  }

  .about-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(210px, auto);
    gap:var(--grid-gap) !important;
  }
  .cert-row{
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) 180px !important;
    gap:14px !important;
    align-items:stretch;
  }

  .result-form form{
    display:grid !important;
    grid-template-columns:1fr 1fr 210px !important;
    align-items:end;
    gap:12px !important;
  }
  .tracker{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:20px !important;
  }
  .result-cards{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .footer__grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 1.4fr 1.4fr !important;
    gap:32px !important;
    align-items:start;
  }
}

/* Tablet/mobile still use grid, but with controlled columns and no horizontal scroll */
@media (max-width: 980px){
  .container{width:min(100% - 24px, 900px) !important;}
  .mainbar__inner{
    display:grid !important;
    grid-template-columns:1fr auto;
    gap:12px;
  }
  .cabinet-btn{grid-column:1 / -1;width:100%;}
  .hero{height:auto;min-height:0;}
  .hero__inner{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .hero__copy{display:grid;gap:14px;}
  .hero__media{height:260px !important;min-height:260px !important;}
  .category-grid,
  .home-panels,
  .benefits,
  .price-layout,
  .two-column,
  .branch-layout,
  .doctor-panels,
  .contacts-layout,
  .result-layout,
  .security-panels,
  .analysis-detail,
  .about-grid,
  .prep-grid,
  .result-cards,
  .footer__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 640px){
  .branch-cards,.cards-grid,.cards-grid.four,.contact-cards{
    grid-template-columns:1fr !important;
  }
  .hero__media{height:220px !important;min-height:220px !important;}
}


/* ==========================================================
   PROLAB REFERENCE VISUAL THEME v4
   Колірна гама, типографіка, кнопки, іконки і композиція
   під останній наданий референс.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#3f5172;
  --line:#e5eaf3;
  --bg:#f6f9fd;
  --shadow:0 8px 22px rgba(6,43,104,.08);
  --site-max:1540px;
  --site-pad:42px;
  --topbar-h:32px;
  --header-h:98px;
  --hero-h:278px;
  --card-h:136px;
  --panel-h:230px;
  --benefit-h:70px;
  --grid-gap:16px;
}

body{
  background:#fff;
  color:var(--text);
  font-family:Inter,Manrope,Arial,sans-serif;
}

.topbar{
  background:#062b68!important;
  color:#fff;
  font-size:14px!important;
  font-weight:700;
}
.topbar__left,.topbar__right{gap:18px!important;}
.topbar a{color:#fff;}
.lang-current{font-weight:800;}

.mainbar{
  background:#fff;
  border-bottom:1px solid #edf1f7;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:360px minmax(650px,1fr) 220px!important;
    height:98px!important;
  }
}
.logo{
  width:360px!important;
  gap:16px!important;
}
.logo-mark{display:none!important;}
.logo-flask{
  display:grid;
  width:66px;
  height:66px;
  place-items:center;
  color:var(--red);
  flex:0 0 66px;
}
.logo-flask svg{width:66px;height:66px;}
.logo-text strong{
  font-size:34px!important;
  letter-spacing:-.04em;
  color:var(--navy)!important;
  font-weight:900;
}
.logo-text em{
  color:var(--red)!important;
  font-size:.62em;
  display:inline-block;
  transform:translateY(6px);
  margin-left:4px;
}
.logo-text small{
  color:#111a33!important;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.03em;
  margin-top:4px!important;
}
.nav{gap:56px!important;}
.nav__link{
  color:var(--navy)!important;
  font-size:16px!important;
  font-weight:900!important;
}
.nav__link.is-active:after{
  background:transparent!important;
}
.cabinet-btn{
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
  border-radius:8px!important;
  font-size:16px!important;
  font-weight:900!important;
  background:#fff!important;
}

.hero{
  background:#f3f7fc!important;
}
@media (min-width:981px){
  .hero,
  .hero__inner,
  .hero__copy,
  .hero__media,
  .hero--home .hero__media{
    height:278px!important;
    min-height:278px!important;
  }
  .hero__inner,
  .hero--home .hero__inner{
    grid-template-columns:42% 58%!important;
  }
  .hero__copy,
  .hero--home .hero__copy{
    padding:28px 28px 28px 0!important;
    grid-template-rows:auto auto auto auto!important;
    align-content:center!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:.95!important;
    letter-spacing:-.035em;
    margin-bottom:4px!important;
    white-space:nowrap;
  }
  .hero p{
    max-width:620px;
    margin:0 0 8px!important;
  }
  .hero__media img{
    object-position:center 42%!important;
  }
}
.hero h1{
  color:var(--navy)!important;
  font-weight:900;
}
.hero p{
  color:var(--navy)!important;
  font-size:17px!important;
  line-height:1.32!important;
}
.hero p::first-line{
  font-size:34px;
  font-weight:400;
  line-height:1.05;
}
.hero__actions{
  margin-top:6px;
}
.btn{
  border-radius:6px!important;
  min-height:38px;
  font-size:15px;
  font-weight:900;
  padding:10px 22px!important;
}
.btn-primary{
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.btn-outline,
.btn-light{
  background:#fff!important;
  border:1.5px solid var(--red)!important;
  color:var(--navy)!important;
}

.hero-features{
  height:58px;
  display:grid;
  grid-template-columns:220px 210px 220px;
  align-items:center;
  gap:34px;
  color:var(--navy);
}
.hero-features div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:900;
}
.hero-features span{
  color:var(--red);
  font-size:20px;
  width:24px;
  text-align:center;
}

@media (min-width:981px){
  .section-tight{
    margin-top:0!important;
  }
  .category-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:136px!important;
    gap:16px!important;
  }
  .category-card{
    height:136px!important;
    min-height:136px!important;
    max-height:136px!important;
    padding:18px 20px!important;
    border-radius:10px!important;
    box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
    border:1px solid #eef1f6!important;
    grid-template-rows:28px 36px 36px 18px!important;
    gap:4px!important;
    position:relative;
  }
}
.category-card__icon{
  color:var(--red)!important;
  font-size:31px!important;
  font-weight:300;
  line-height:1;
}
.category-card strong{
  color:var(--navy);
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.category-card p{
  color:var(--muted);
  font-size:13px!important;
  line-height:1.18!important;
}
.category-card em{
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:900!important;
}
.category-card em::before{content:"ціни ";}
.category-card small{
  position:absolute;
  right:18px;
  bottom:14px;
  min-width:68px;
  height:28px;
  border:1.5px solid #e7a0a5;
  border-radius:7px;
  display:grid;
  place-items:center;
  color:var(--navy)!important;
  font-size:13px!important;
}
.category-card small::first-letter{text-transform:uppercase;}

.home-panels .panel,
.benefit,
.card{
  border:1px solid #eef1f6!important;
  border-radius:10px!important;
  box-shadow:0 6px 18px rgba(6,43,104,.055)!important;
}
.panel h2,.card h2{
  color:var(--navy)!important;
  font-size:20px!important;
  font-weight:900!important;
}

@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.38fr 1fr!important;
    grid-template-rows:230px!important;
    gap:16px!important;
    margin-top:10px!important;
  }
  .home-panels .panel{
    height:230px!important;
    min-height:230px!important;
  }
}
.panel-map{
  position:relative;
  grid-template-columns:1.05fr .95fr!important;
  grid-template-rows:auto 1fr auto!important;
  column-gap:12px;
}
.panel-map h2{grid-column:1 / -1;}
.panel-map .map-card{
  grid-column:2;
  grid-row:1 / span 3;
  height:100%!important;
}
.panel-map .map-card img{
  height:100%!important;
  object-fit:cover;
}
.panel-map ul{
  grid-column:1;
  grid-row:2;
  list-style:none;
  padding:0!important;
  margin:0!important;
  color:var(--navy);
  font-size:11px;
  font-weight:700;
}
.panel-map li{margin:8px 0;}
.panel-map li::before{content:"📍 "; color:var(--red);}
.panel-map .btn{
  grid-column:1;
  grid-row:3;
  width:160px;
}

.promo-panel{
  background:#fff!important;
}
.promo-panel .badge-red{
  background:var(--red)!important;
  border-radius:8px!important;
  font-size:14px!important;
}
.promo-panel h2{font-size:22px!important;}
.promo-panel strong{
  color:var(--navy);
  font-size:16px;
  font-weight:900;
}
.promo-panel p{color:var(--muted);}
.promo-panel .btn{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
.promo-panel::after{
  content:none!important;display:none!important;
  position:absolute;
  right:70px;
  top:50px;
  color:var(--red);
  opacity:.88;
  font-size:92px;
  font-weight:300;
  line-height:1;
}
.promo-panel img{opacity:.22;}

.results-panel{
  background:#062b68!important;
  color:#fff!important;
  position:relative;
  overflow:hidden;
}
.results-panel::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-8px;
  width:140px;
  height:170px;
  background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.05));
  clip-path:polygon(43% 0,54% 0,54% 18%,67% 18%,67% 100%,24% 100%,24% 18%,43% 18%);
  opacity:.5;
}
.results-panel h2,
.results-panel label{
  color:#fff!important;
}
.results-panel input{
  border:0!important;
  height:38px!important;
  border-radius:6px!important;
}
.results-panel .btn{
  background:var(--red)!important;
  color:#fff!important;
}
.results-panel form{position:relative;z-index:2;}

.benefits{
  border-top:0!important;
}
.benefit{
  grid-template-columns:54px minmax(0,1fr)!important;
}
.benefit span{
  width:46px;
  height:46px;
  border:1.5px solid var(--red);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  font-size:24px!important;
}
.benefit strong{
  color:var(--navy);
  font-size:15px!important;
  font-weight:900;
}
.benefit p{
  color:var(--muted);
  font-size:13px!important;
}

.footer{
  background:#062b68!important;
}

/* Internal pages use the same color/button/icon language */
.tab.is-active,
.btn-dark{
  background:var(--navy)!important;
  color:#fff!important;
}
.test-row__icon{
  background:#fff!important;
  color:var(--red)!important;
  border:1.5px solid #f0b7bb;
}
.test-row__price,
.red,
.price-line strong{
  color:var(--red)!important;
}
.medical-note{border-left-color:var(--red)!important;}

@media (max-width:980px){
  .hero-features{
    width:min(100% - 24px,900px);
    margin-inline:auto;
    grid-template-columns:1fr;
    height:auto;
    padding:12px 0;
    gap:10px;
  }
  .logo-flask{width:50px;height:50px;flex-basis:50px;}
  .logo-flask svg{width:50px;height:50px;}
}

.hero-lead{display:inline-block;font-size:34px;font-weight:400;line-height:1.05;margin-bottom:8px;color:var(--navy);}
@media (max-width:640px){.hero-lead{font-size:24px;}}


/* ==========================================================
   PROLAB REFERENCE FIX v5
   Виправлення пропорцій: шрифти, header overflow, плавний
   перехід hero-тексту в фото, line-icons замість emoji.
   ========================================================== */

:root{
  --navy:#062b68;
  --blue:#062b68;
  --text:#062b68;
  --red:#e52932;
  --muted:#344866;
  --line:#e8edf5;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:96px;
  --hero-h:284px;
  --card-h:138px;
  --panel-h:236px;
  --grid-gap:16px;
}

body{
  color:var(--navy);
  font-size:15px;
}

/* Header: no overflow, proportions close to reference */
@media (min-width:981px){
  .container{
    width:min(var(--site-max), calc(100vw - 2 * var(--site-pad)))!important;
  }
  .topbar__inner{
    height:var(--topbar-h)!important;
    font-size:14px!important;
  }
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:390px minmax(0,1fr) 230px!important;
    gap:22px!important;
    overflow:hidden;
  }
  .logo,
  .logo--flask{
    width:390px!important;
    min-width:0!important;
  }
  .logo-flask{
    width:72px!important;
    height:72px!important;
    flex-basis:72px!important;
  }
  .logo-flask svg{
    width:72px!important;
    height:72px!important;
  }
  .logo-text strong{
    font-size:34px!important;
    line-height:.86!important;
  }
  .logo-text small{
    font-size:10px!important;
    letter-spacing:.025em;
  }
  .nav{
    min-width:0!important;
    width:100%;
    display:grid!important;
    grid-template-columns:repeat(6,max-content);
    justify-content:space-between;
    gap:0!important;
  }
  .nav__link{
    height:var(--header-h)!important;
    font-size:18px!important;
    line-height:1!important;
    white-space:nowrap;
    padding:0 4px!important;
  }
  .cabinet-btn{
    width:230px!important;
    height:46px!important;
    font-size:15px!important;
    overflow:hidden;
    white-space:nowrap;
  }
}

/* HERO: image is not a separate hard block; it becomes a background-like layer with gradient fade */
.hero--home{
  background:#f4f8fd!important;
  position:relative;
}
@media (min-width:981px){
  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }
  .hero--home .hero__inner{
    position:relative;
    display:block!important;
    overflow:hidden;
  }
  .hero--home .hero__media{
    position:absolute!important;
    top:0;
    right:0;
    width:68%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    z-index:0;
  }
  .hero--home .hero__media::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 22%,
        rgba(244,248,253,.92) 34%,
        rgba(244,248,253,.56) 47%,
        rgba(244,248,253,.12) 59%,
        rgba(244,248,253,0) 72%);
    pointer-events:none;
  }
  .hero--home .hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    filter:saturate(.96) contrast(1.02);
  }
  .hero--home .hero__copy{
    position:relative;
    z-index:2;
    width:56%;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:24px 20px 22px 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto;
    align-content:center!important;
    overflow:visible!important;
  }
  .hero--home h1{
    font-size:48px!important;
    line-height:1.02!important;
    letter-spacing:-.025em!important;
    margin:0 0 4px!important;
    white-space:normal!important;
    max-width:680px;
    overflow:visible!important;
  }
  .hero--home .hero-lead{
    display:block!important;
    font-size:34px!important;
    line-height:1.05!important;
    font-weight:400!important;
    margin:0 0 8px!important;
    letter-spacing:-.015em;
  }
  .hero--home p{
    max-width:610px!important;
    margin:0 0 14px!important;
    color:var(--navy)!important;
    font-size:16px!important;
    line-height:1.28!important;
    font-weight:500;
  }
  .hero--home .hero__actions{
    display:grid!important;
    grid-auto-flow:column;
    grid-auto-columns:max-content;
    gap:20px!important;
  }
  .hero--home .btn{
    min-width:176px;
    min-height:38px!important;
    height:38px;
    border-radius:6px!important;
    font-size:15px!important;
    padding:0 22px!important;
  }
  .hero--home .btn-outline{
    min-width:206px;
  }
}

/* Red feature strip under hero, same visual scale as reference */
@media (min-width:981px){
  .hero-features{
    height:58px!important;
    margin-top:0;
    grid-template-columns:260px 240px 250px!important;
    gap:64px!important;
    align-items:center;
    font-size:15px!important;
  }
}
.hero-features span{
  color:var(--red)!important;
  font-size:24px!important;
}
.hero-features strong{
  color:var(--navy)!important;
  font-size:15px!important;
  font-weight:900!important;
}

/* Real line-icons from CSS masks/drawing; no emoji icons */
.icon-line{
  position:relative;
  display:block!important;
  width:34px;
  height:34px;
  color:var(--red);
}
.icon-line::before,
.icon-line::after{
  content:"";
  position:absolute;
  box-sizing:border-box;
}

/* drop */
.icon-line--zagalnoklinichni::before{
  inset:4px 8px 5px;
  border:3px solid currentColor;
  border-radius:55% 55% 55% 8px;
  transform:rotate(45deg);
}
/* molecule */
.icon-line--biokhimiia::before{
  width:8px;height:8px;border:3px solid currentColor;border-radius:50%;
  left:13px;top:13px;box-shadow:-13px -7px 0 -1px #fff, -13px -7px 0 2px currentColor, 13px -7px 0 -1px #fff, 13px -7px 0 2px currentColor, 0 14px 0 -1px #fff, 0 14px 0 2px currentColor;
}
.icon-line--biokhimiia::after{
  left:8px;top:8px;width:18px;height:20px;
  border-left:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(30deg);
}
/* shield */
.icon-line--imunolohiia::before{
  left:7px;top:3px;width:20px;height:26px;
  border:3px solid currentColor;
  border-radius:9px 9px 13px 13px;
  clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%);
}
/* dna */
.icon-line--henetychni::before{
  left:5px;top:4px;width:24px;height:26px;
  border-left:3px solid currentColor;
  border-right:3px solid currentColor;
  border-radius:50%;
  transform:rotate(28deg);
}
.icon-line--henetychni::after{
  left:8px;top:8px;width:18px;height:18px;
  background:repeating-linear-gradient(0deg, transparent 0 5px, currentColor 5px 7px);
  transform:rotate(28deg);
}
/* child face */
.icon-line--dlia-ditei::before{
  left:5px;top:5px;width:24px;height:24px;
  border:3px solid currentColor;border-radius:50%;
}
.icon-line--dlia-ditei::after{
  left:13px;top:16px;width:8px;height:4px;
  border-bottom:3px solid currentColor;border-radius:0 0 8px 8px;
  box-shadow:-6px -6px 0 -2px currentColor, 6px -6px 0 -2px currentColor;
}
/* heart */
.icon-line--hormony::before{
  left:5px;top:7px;width:24px;height:22px;
  border:3px solid currentColor;
  border-top:0;border-left:0;
  transform:rotate(45deg);
  border-radius:0 0 7px 0;
}
.icon-line--hormony::after{
  left:4px;top:5px;width:13px;height:13px;
  border:3px solid currentColor;border-radius:50%;
  box-shadow:12px 0 0 -0px #fff, 12px 0 0 0 currentColor;
  clip-path:inset(0 0 0 0);
}

/* Category card typography/geometry exactly tighter */
@media (min-width:981px){
  .category-grid{
    grid-template-rows:136px!important;
  }
  .category-card{
    padding:18px 22px 16px!important;
    grid-template-rows:32px 36px 34px 24px!important;
    gap:2px!important;
    overflow:hidden!important;
  }
  .category-card strong{
    font-size:18px!important;
    line-height:1.02!important;
    max-height:38px;
  }
  .category-card p{
    font-size:13px!important;
    line-height:1.18!important;
    max-height:34px;
  }
  .category-card em{
    align-self:end;
    font-size:13px!important;
    line-height:1;
  }
  .category-card small{
    bottom:16px!important;
    right:20px!important;
    width:70px;
    height:28px;
    background:#fff;
  }
}

/* Other icons: replace emoji feel with circular line style */
.benefit span{
  font-family:Arial,sans-serif;
  color:var(--red)!important;
  border-color:var(--red)!important;
}
.test-row__icon{
  color:var(--red)!important;
  border:1.5px solid rgba(229,41,50,.35)!important;
}

/* Panels corrected */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:1fr 1.35fr 1fr!important;
    margin-top:10px!important;
  }
  .results-panel h2{font-size:26px!important;}
  .panel h2,.card h2{font-size:20px!important;}
}

/* Do not let old pseudo first-line enlarge text unpredictably */
.hero p::first-line{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;}

@media (max-width:980px){
  .hero--home .hero__copy{width:auto;}
  .hero--home h1{white-space:normal!important;font-size:38px!important;}
}


/* ==========================================================
   PROLAB HEADER + ONLINE ORDER PANEL v6
   Правки за останнім скріном: верхня панель, dropdown-меню,
   кнопка "Результати онлайн", логотип, online-order панель.
   ========================================================== */

:root{
  --navy:#062b68;
  --red:#e52932;
  --site-max:1540px;
  --site-pad:44px;
  --topbar-h:32px;
  --header-h:92px;
}

/* accessibility utility */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* Top panel proportions like ref #6 */
.topbar{
  height:var(--topbar-h)!important;
  background:#062b68!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
}
.topbar__inner{
  height:var(--topbar-h)!important;
}
.topbar__left,
.topbar__right{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  white-space:nowrap;
}
.topbar__left{justify-content:flex-start;}
.topbar__right{justify-content:flex-end;}
.topbar-dot{
  opacity:.95;
  font-size:16px;
  line-height:1;
}
.topbar-lang,
.topbar-result,
.topbar-phone{
  color:#fff!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Header grid */
@media (min-width:981px){
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:380px minmax(600px,1fr) 230px!important;
    gap:28px!important;
    overflow:visible!important;
  }
}
.mainbar{
  background:#fff!important;
  border-bottom:1px solid #eef2f7!important;
}

/* Exact logo construction: flask + PROLAB Odesa text */
.logo--prolab{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  align-items:center!important;
  width:380px!important;
  gap:14px!important;
  min-width:0!important;
}
.logo-flask{
  width:76px!important;
  height:76px!important;
  color:var(--red)!important;
  display:grid!important;
  place-items:center!important;
}
.logo-flask svg{
  width:76px!important;
  height:76px!important;
}
.logo-word{
  display:grid;
  grid-template-columns:max-content max-content;
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:8px;
}
.logo-pro{
  color:var(--navy);
  font-size:36px;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.88;
}
.logo-odesa{
  color:var(--red);
  font-size:20px;
  font-weight:900;
  letter-spacing:-.05em;
  line-height:.88;
  transform:translateY(2px);
}
.logo-sub{
  grid-column:1 / -1;
  color:#111827;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  line-height:1;
  margin-top:6px;
}

/* Navigation with dropdowns */
.nav{
  display:grid!important;
  grid-auto-flow:column;
  grid-auto-columns:max-content;
  justify-content:space-between!important;
  align-items:center!important;
  gap:0!important;
  min-width:0;
}
.nav-item{
  position:relative;
  height:var(--header-h);
  display:grid;
  align-items:center;
}
.nav__link{
  height:auto!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  color:var(--navy)!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap;
}
.nav-caret{
  display:inline-block;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
  transform:translateY(-1px);
}
.dropdown-menu{
  position:absolute;
  left:0;
  top:calc(100% - 10px);
  min-width:250px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:10px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:8px;
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:.16s ease;
  z-index:50;
}
.dropdown-menu a{
  display:block;
  padding:11px 12px;
  border-radius:8px;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}
.dropdown-menu a:hover{
  background:#f4f8fd;
  color:var(--red);
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

/* Top right button is Results online, not cabinet */
.results-top-btn{
  width:230px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--red);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
}
.results-top-btn span{
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Old cabinet styles must not affect new button */
.cabinet-btn{display:none!important;}

/* Home online order panel replaces Results online form panel */
.order-online-panel{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 45%, rgba(63,111,189,.45), transparent 30%),
    linear-gradient(135deg,#062b68 0%,#06245c 58%,#083a86 100%)!important;
  color:#fff!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 14px 32px rgba(6,43,104,.20)!important;
}
@media (min-width:981px){
  .order-online-panel{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 190px!important;
    grid-template-rows:1fr!important;
    height:230px!important;
    min-height:230px!important;
    padding:20px 18px!important;
  }
}
.order-online-panel__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-rows:auto auto auto 24px;
  align-content:start;
  gap:8px;
}
.order-online-panel h2{
  color:#fff!important;
  font-size:20px!important;
  line-height:1.05!important;
  margin:0!important;
  font-weight:900!important;
}
.order-online-panel p{
  color:#fff!important;
  margin:0!important;
  max-width:320px;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800;
}
.order-online-form{
  display:grid;
  gap:10px;
  width:300px;
  max-width:100%;
}
.order-online-form input{
  height:38px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#5b6475;
  padding:0 14px;
  font-size:14px;
  font-weight:700;
}
.order-online-form .btn{
  height:38px;
  min-height:38px;
  background:var(--red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.order-safe{
  color:#fff;
  font-size:11px;
  font-weight:900;
  align-self:end;
}

/* Functional CSS illustration, not image */
.order-cart-illustration{
  position:relative;
  z-index:1;
  align-self:center;
  justify-self:end;
  width:178px;
  height:172px;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));
}
.cart-handle{
  position:absolute;
  left:58px;
  top:0;
  width:40px;
  height:24px;
  border:7px solid #74a2dc;
  border-bottom:0;
  border-radius:16px 16px 0 0;
}
.cart-board{
  position:absolute;
  left:25px;
  top:18px;
  width:105px;
  height:92px;
  border-radius:12px;
  background:linear-gradient(180deg,#9fc0e8,#6d9bd3);
  border:4px solid #75a2d8;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.2);
}
.cart-board span{
  position:absolute;
  left:18px;
  width:18px;
  height:18px;
  color:#0b3a82;
  background:#eaf4ff;
  border-radius:4px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.cart-board span:nth-child(1){top:20px;}
.cart-board span:nth-child(2){top:52px;}
.cart-basket{
  position:absolute;
  left:6px;
  bottom:24px;
  width:142px;
  height:66px;
  border:5px solid #8fb5e4;
  border-top-width:7px;
  border-radius:5px 5px 14px 14px;
  transform:skewX(-8deg);
  background:rgba(255,255,255,.08);
}
.cart-basket::before,
.cart-basket::after{
  content:"";
  position:absolute;
  top:-4px;
  bottom:0;
  width:4px;
  background:#8fb5e4;
}
.cart-basket::before{left:45px;}
.cart-basket::after{left:90px;}
.cart-basket i{
  position:absolute;
  bottom:8px;
  width:10px;
  height:42px;
  border-radius:5px 5px 0 0;
  background:linear-gradient(180deg,#e8f4ff,#86b4e2);
  border:2px solid #cfe5fb;
}
.cart-basket i:nth-child(1){left:18px;}
.cart-basket i:nth-child(2){left:48px;}
.cart-basket i:nth-child(3){left:78px;}
.cart-basket i:nth-child(4){left:108px;}
.cart-wheel{
  position:absolute;
  bottom:4px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#b9d2ee;
  border:4px solid #75a2d8;
}
.cart-wheel--one{left:36px;}
.cart-wheel--two{left:116px;}

/* Make top online order panel responsive */
@media (max-width:980px){
  .logo--prolab{
    width:auto!important;
    grid-template-columns:58px minmax(0,1fr)!important;
  }
  .logo-flask,.logo-flask svg{width:56px!important;height:56px!important;}
  .logo-pro{font-size:27px;}
  .logo-odesa{font-size:16px;}
  .results-top-btn{
    grid-column:1 / -1;
    width:100%;
  }
  .nav{
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    justify-content:start!important;
  }
  .nav-item{
    height:auto;
    width:100%;
  }
  .dropdown-menu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 12px;
    display:none;
  }
  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    display:block;
  }
  .order-online-panel{
    min-height:260px;
    display:grid;
    grid-template-columns:1fr;
    padding:18px!important;
  }
  .order-cart-illustration{
    opacity:.35;
    position:absolute;
    right:12px;
    bottom:8px;
  }
}

/* ==========================================================
   PROLAB FLUID GRID LOCK v7
   Масштабування при 100% browser zoom без наповзань.
   ========================================================== */
:root{
  --site-max:1440px;
  --site-pad:clamp(24px,3.2vw,44px);
  --topbar-h:32px;
  --header-h:clamp(78px,6.2vw,92px);
  --hero-h:clamp(258px,18.4vw,284px);
  --grid-gap:clamp(12px,1.15vw,16px);
  --logo-col:clamp(292px,25vw,360px);
  --action-col:clamp(190px,15.2vw,220px);
  --nav-font:clamp(14px,1.08vw,16px);
  --h1-home:clamp(39px,3.25vw,48px);
  --lead-home:clamp(27px,2.25vw,34px);
  --card-h:clamp(128px,9vw,138px);
  --panel-h:clamp(220px,15.2vw,236px);
}
html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
@media (min-width:981px){
  .container{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;max-width:var(--site-max)!important;}
  .mainbar__inner{
    height:var(--header-h)!important;
    grid-template-columns:minmax(270px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
    gap:clamp(14px,1.65vw,28px)!important;align-items:center!important;overflow:visible!important;
  }
  .logo--prolab{width:auto!important;max-width:var(--logo-col)!important;min-width:0!important;grid-template-columns:clamp(54px,5vw,72px) minmax(0,1fr)!important;gap:clamp(10px,1vw,14px)!important;overflow:hidden;}
  .logo-flask,.logo-flask svg{width:clamp(54px,5vw,72px)!important;height:clamp(54px,5vw,72px)!important;}
  .logo-word{min-width:0;overflow:hidden;}
  .logo-pro{font-size:clamp(27px,2.55vw,36px)!important;line-height:.9!important;}
  .logo-odesa{font-size:clamp(15px,1.45vw,20px)!important;}
  .logo-sub{font-size:clamp(8px,.74vw,10px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .nav{min-width:0!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;
  transform:translateY(-12px)!important;gap:clamp(14px,2.25vw,36px)!important;overflow:visible!important;}
  .nav-item{min-width:0;height:var(--header-h)!important;display:flex!important;align-items:center!important;flex:0 1 auto;}
  .nav__link{font-size:var(--nav-font)!important;line-height:1!important;padding:0!important;gap:3px!important;max-width:100%;white-space:nowrap!important;overflow:visible!important;}
  .nav-caret{font-size:13px!important;}
  .results-top-btn{width:100%!important;max-width:var(--action-col)!important;min-width:0!important;height:clamp(40px,3.25vw,46px)!important;font-size:clamp(13px,1vw,15px)!important;padding:0 12px!important;overflow:hidden!important;}
  .results-top-btn span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;}

  .hero--home,.hero--home .hero__inner{height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__copy{width:clamp(520px,48vw,660px)!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;padding:clamp(18px,1.65vw,24px) 20px clamp(18px,1.65vw,22px) 0!important;overflow:visible!important;}
  .hero--home .hero__media{width:68%!important;height:var(--hero-h)!important;min-height:var(--hero-h)!important;}
  .hero--home .hero__media::before{background:linear-gradient(90deg,#f4f8fd 0%,#f4f8fd 18%,rgba(244,248,253,.96) 31%,rgba(244,248,253,.72) 43%,rgba(244,248,253,.22) 57%,rgba(244,248,253,0) 72%)!important;}
  .hero--home h1{font-size:var(--h1-home)!important;line-height:1.01!important;margin-bottom:3px!important;max-width:clamp(520px,45vw,650px)!important;overflow:visible!important;}
  .hero--home .hero-lead{font-size:var(--lead-home)!important;line-height:1.05!important;margin-bottom:clamp(7px,.7vw,10px)!important;}
  .hero--home p{font-size:clamp(14px,.98vw,16px)!important;line-height:1.27!important;margin-bottom:clamp(10px,.9vw,14px)!important;max-width:clamp(480px,42vw,600px)!important;}
  .hero--home .hero__actions{gap:clamp(12px,1.6vw,20px)!important;}
  .hero--home .btn{min-width:clamp(160px,12vw,176px)!important;height:clamp(36px,2.7vw,38px)!important;min-height:clamp(36px,2.7vw,38px)!important;font-size:clamp(13px,.98vw,15px)!important;padding:0 clamp(16px,1.4vw,22px)!important;}
  .hero--home .btn-outline{min-width:clamp(184px,14.5vw,206px)!important;}

  .hero-features{width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;height:clamp(50px,3.8vw,58px)!important;grid-template-columns:minmax(190px,260px) minmax(175px,240px) minmax(190px,250px)!important;gap:clamp(26px,4vw,64px)!important;}
  .hero-features strong{font-size:clamp(13px,1vw,15px)!important;}

  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--card-h)!important;gap:var(--grid-gap)!important;}
  .category-card{height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:30px 36px minmax(30px,1fr) 28px!important;column-gap:8px!important;row-gap:2px!important;padding:clamp(14px,1.2vw,18px) clamp(14px,1.35vw,20px)!important;overflow:hidden!important;}
  .category-card__icon{grid-column:1 / -1!important;grid-row:1!important;width:30px!important;height:30px!important;font-size:0!important;}
  .category-card strong{grid-column:1 / -1!important;grid-row:2!important;font-size:clamp(15px,1.18vw,18px)!important;line-height:1.02!important;max-height:38px!important;overflow:hidden!important;word-break:normal;}
  .category-card p{grid-column:1 / -1!important;grid-row:3!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1.15!important;max-height:34px!important;overflow:hidden!important;}
  .category-card em{grid-column:1!important;grid-row:4!important;align-self:center!important;min-width:0!important;font-size:clamp(11px,.86vw,13px)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .category-card small{position:static!important;grid-column:2!important;grid-row:4!important;justify-self:end!important;align-self:center!important;width:clamp(58px,4.8vw,70px)!important;min-width:0!important;height:26px!important;font-size:clamp(11px,.85vw,13px)!important;line-height:1!important;}

  .home-panels{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr)!important;grid-template-rows:var(--panel-h)!important;gap:var(--grid-gap)!important;}
  .home-panels .panel,.order-online-panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;}
  .order-online-panel{grid-template-columns:minmax(0,1fr) clamp(128px,12vw,178px)!important;padding:clamp(14px,1.3vw,20px)!important;overflow:hidden!important;}
  .order-online-panel h2{font-size:clamp(18px,1.55vw,24px)!important;line-height:1.04!important;}
  .order-online-panel p{font-size:clamp(12px,.92vw,14px)!important;}
  .order-online-form{width:min(300px,100%)!important;}
  .order-cart-illustration{width:clamp(128px,12vw,178px)!important;height:clamp(132px,11.5vw,172px)!important;transform-origin:center;}
  .benefits{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--grid-gap)!important;}
  .benefit{min-width:0!important;overflow:hidden!important;}
}
@media (min-width:981px) and (max-width:1320px){
  :root{--site-pad:24px;--logo-col:285px;--action-col:182px;--nav-font:13.5px;--h1-home:39px;--lead-home:26px;}
  .mainbar__inner{gap:14px!important;}
  .nav{gap:14px!important;}
  .logo-pro{font-size:27px!important;}
  .logo-odesa{font-size:15px!important;}
  .logo-sub{font-size:8px!important;}
  .logo-flask,.logo-flask svg{width:54px!important;height:54px!important;}
  .results-top-btn{font-size:12.5px!important;padding:0 8px!important;}
  .category-card strong{font-size:15px!important;}
  .category-card p{font-size:11.5px!important;}
}
@media (max-width:1080px){
  .mainbar__inner{display:flex!important;flex-wrap:wrap!important;min-height:72px!important;height:auto!important;padding:10px 0!important;}
  .logo--prolab{flex:1 1 auto!important;width:auto!important;max-width:none!important;}
  .burger{display:flex!important;margin-left:auto!important;}
  .nav{display:none!important;order:10!important;flex:1 0 100%!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;}
  .nav.is-open{display:flex!important;}
  .nav-item{height:auto!important;width:100%!important;}
  .nav__link{padding:10px 0!important;font-size:16px!important;}
  .results-top-btn{order:11!important;flex:1 0 100%!important;max-width:none!important;width:100%!important;margin-top:8px;}
}
@media (max-width:980px){
  .hero-features{width:min(100% - 24px,900px)!important;}
  .category-card{min-height:140px!important;}
  .home-panels .panel,.order-online-panel{max-height:none!important;height:auto!important;}
}

/* ==========================================================
   PROLAB REAL LOGO v8
   Використовується завантажений логотип як реальне зображення.
   ========================================================== */
.logo--image{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
.logo--image img{
  display:block!important;
  width:clamp(250px,24vw,360px)!important;
  height:auto!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) minmax(176px,var(--action-col))!important;
  }
  .logo--image{
    width:auto!important;
    max-width:var(--logo-col)!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .logo--image img{
    width:clamp(230px,21vw,285px)!important;
    max-height:64px!important;
  }
}
@media (max-width:1080px){
  .logo--image{
    flex:1 1 auto!important;
    max-width:calc(100% - 52px)!important;
  }
  .logo--image img{
    width:min(300px,100%)!important;
    max-height:64px!important;
  }
}
@media (max-width:640px){
  .logo--image img{
    width:min(240px,100%)!important;
    max-height:54px!important;
  }
}


/* ==========================================================
   PROLAB HERO TEXT LAYOUT v9
   Hero за референсом: заголовок в один рядок, компактна
   вертикальна ритміка, пропорційні інтервали між текст-блоками.
   ========================================================== */

@media (min-width:981px){
  :root{
    --hero-h:clamp(248px,17.2vw,270px);
    --h1-home:clamp(36px,3.1vw,48px);
    --lead-home:clamp(26px,2.1vw,36px);
  }

  .hero--home,
  .hero--home .hero__inner{
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__copy{
    width:clamp(610px,50vw,760px)!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
    padding:clamp(22px,2vw,34px) 20px clamp(16px,1.6vw,24px) 0!important;
    display:grid!important;
    grid-template-rows:auto auto auto!important;
    align-content:start!important;
    gap:0!important;
  }

  .hero--home h1{
    white-space:nowrap!important;
    font-size:var(--h1-home)!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
    margin:0 0 clamp(4px,.45vw,8px)!important;
    max-width:none!important;
  }

  .hero--home .hero-lead{
    font-size:var(--lead-home)!important;
    line-height:1.04!important;
    font-weight:400!important;
    margin:0 0 clamp(12px,1.35vw,20px)!important;
    letter-spacing:-.015em!important;
  }

  .hero--home p{
    font-size:clamp(14px,.98vw,16px)!important;
    line-height:1.34!important;
    max-width:560px!important;
    margin:0 0 clamp(14px,1.2vw,20px)!important;
  }

  .hero--home .hero__actions{
    margin-top:0!important;
    gap:clamp(18px,1.7vw,24px)!important;
    align-self:start!important;
  }

  .hero--home .btn{
    height:clamp(36px,2.8vw,40px)!important;
    min-height:clamp(36px,2.8vw,40px)!important;
    border-radius:6px!important;
    font-size:clamp(13px,.98vw,15px)!important;
  }

  .hero--home .hero__media{
    width:70%!important;
    height:var(--hero-h)!important;
    min-height:var(--hero-h)!important;
  }

  .hero--home .hero__media::before{
    background:
      linear-gradient(90deg,
        #f4f8fd 0%,
        #f4f8fd 20%,
        rgba(244,248,253,.98) 33%,
        rgba(244,248,253,.74) 46%,
        rgba(244,248,253,.24) 60%,
        rgba(244,248,253,0) 74%)!important;
  }

  .hero--home .hero__media img{
    object-position:center 48%!important;
  }

  .hero-features{
    height:clamp(48px,3.55vw,56px)!important;
    align-items:center!important;
    margin-top:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  :root{
    --h1-home:clamp(32px,3vw,39px);
    --lead-home:clamp(23px,2vw,28px);
  }

  .hero--home .hero__copy{
    width:clamp(520px,50vw,650px)!important;
  }

  .hero--home h1{
    font-size:var(--h1-home)!important;
  }
}

@media (max-width:980px){
  .hero--home h1{
    white-space:normal!important;
  }
}

/* PROLAB CATEGORY CARDS v10 */
@media (min-width:981px){
  :root{--category-card-h:142px;}
  .category-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-rows:var(--category-card-h)!important;gap:16px!important;align-items:stretch!important;}
  .category-card--real-icon{height:var(--category-card-h)!important;min-height:var(--category-card-h)!important;max-height:var(--category-card-h)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 68px!important;grid-template-rows:46px minmax(34px,1fr) 30px!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:4px 10px!important;padding:18px 16px 14px 16px!important;background:#fff!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;box-shadow:0 8px 22px rgba(6,43,104,.075)!important;overflow:hidden!important;}
}
.category-card--real-icon .category-card__icon{grid-area:icon!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:38px!important;height:38px!important;min-width:38px!important;font-size:0!important;color:var(--red)!important;}
.category-card--real-icon .category-card__icon img{width:34px!important;height:34px!important;object-fit:contain!important;display:block!important;}
.category-card--real-icon strong{grid-area:title!important;align-self:start!important;color:var(--navy)!important;font-size:17px!important;font-weight:900!important;line-height:1.07!important;max-height:38px!important;overflow:hidden!important;}
.category-card--real-icon p{grid-area:desc!important;color:#243b63!important;font-size:12.5px!important;font-weight:500!important;line-height:1.22!important;max-height:34px!important;overflow:hidden!important;margin:0!important;}
.category-card--real-icon em{grid-area:price!important;align-self:center!important;color:var(--red)!important;font-size:13px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.category-card--real-icon em::before,.category-card em::before{content:""!important;}
.category-card--real-icon small{grid-area:btn!important;position:static!important;justify-self:end!important;align-self:center!important;width:66px!important;height:28px!important;border:1.5px solid #ee8e94!important;border-radius:7px!important;background:#fff!important;color:var(--navy)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;}
.category-card--real-icon small::after{content:"→";font-size:13px;line-height:1;transform:translateY(-1px);}
.category-card--real-icon:hover{border-color:#f0a3a8!important;box-shadow:0 12px 28px rgba(6,43,104,.12)!important;transform:translateY(-1px);}
@media (min-width:981px) and (max-width:1320px){
  .category-card--real-icon{grid-template-columns:34px minmax(0,1fr) 58px!important;padding:14px 12px 12px!important;gap:3px 8px!important;}
  .category-card--real-icon .category-card__icon,.category-card--real-icon .category-card__icon img{width:30px!important;height:30px!important;min-width:30px!important;}
  .category-card--real-icon strong{font-size:14.5px!important;max-height:32px!important;}
  .category-card--real-icon p{font-size:11px!important;max-height:32px!important;}
  .category-card--real-icon em{font-size:11.5px!important;}
  .category-card--real-icon small{width:56px!important;height:26px!important;font-size:11.5px!important;}
}
@media (max-width:980px){
  .category-card--real-icon{display:grid!important;grid-template-columns:42px minmax(0,1fr) 74px!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon title title" "desc desc desc" "price price btn"!important;gap:8px 10px!important;border:1.5px solid #e6edf6!important;border-radius:11px!important;}
}


/* ==========================================================
   PROLAB RESEARCH CARDS v11
   Остаточна структура плашок як на референсі:
   ряд 1: іконка ліворуч + назва праворуч;
   ряд 2: опис на всю ширину;
   ряд 3: червона жирна ціна + кнопка Далі справа.
   ========================================================== */

/* повністю вимикаємо стару геометрію category-card для цього блоку */
.category-grid--home .category-card,
.category-grid--home .category-card--real-icon{
  all:unset;
}

@media (min-width:981px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-template-rows:132px!important;
    gap:16px!important;
    align-items:stretch!important;
  }

  .research-card{
    box-sizing:border-box!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px 16px 14px!important;
    background:#fff!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:var(--navy)!important;
  }
}

.research-card__icon{
  grid-area:icon!important;
  width:54px!important;
  height:54px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}

.research-card__icon img,
.research-card__icon .icon-line{
  width:50px!important;
  height:50px!important;
  display:block!important;
  object-fit:contain!important;
}

.research-card__title{
  grid-area:title!important;
  align-self:start!important;
  min-width:0!important;
  color:var(--navy)!important;
  font-size:15.5px!important;
  font-weight:900!important;
  line-height:1.08!important;
  max-height:36px!important;
  overflow:hidden!important;
}

.research-card__desc{
  grid-area:desc!important;
  margin:0!important;
  min-width:0!important;
  color:#203958!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.22!important;
  max-height:32px!important;
  overflow:hidden!important;
}

.research-card__price{
  grid-area:price!important;
  align-self:center!important;
  justify-self:start!important;
  min-width:0!important;
  color:var(--red)!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.research-card__button{
  grid-area:btn!important;
  align-self:center!important;
  justify-self:end!important;
  width:66px!important;
  height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  border:1.5px solid #ee8e94!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}

.research-card__button::after{
  content:"→";
  font-size:11px;
  line-height:1;
  transform:translateY(-1px);
}

.research-card:hover{
  border-color:#ef9aa0!important;
  box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
  transform:translateY(-1px);
}

/* прибрати старі псевдо-префікси ціни, які заважали */
.category-card em::before,
.category-card--real-icon em::before{
  content:""!important;
}

/* середній desktop: не допускаємо виходу тексту за плашку */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:128px!important;
    gap:12px!important;
  }
  .research-card{
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    grid-template-columns:40px minmax(0,1fr) 56px!important;
    grid-template-rows:38px 34px 26px!important;
    column-gap:9px!important;
    padding:14px 12px 12px!important;
  }
  .research-card__icon,
  .research-card__icon img,
  .research-card__icon .icon-line{
    width:36px!important;
    height:36px!important;
  }
  .research-card__title{
    font-size:13.8px!important;
    max-height:31px!important;
  }
  .research-card__desc{
    font-size:10.8px!important;
    max-height:31px!important;
  }
  .research-card__price{
    font-size:11.5px!important;
  }
  .research-card__button{
    width:56px!important;
    height:25px!important;
    font-size:11.5px!important;
  }
}

@media (max-width:980px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .research-card{
    box-sizing:border-box!important;
    min-height:132px!important;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 34px 28px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    column-gap:12px!important;
    row-gap:5px!important;
    padding:16px!important;
    border:1.5px solid #e4ebf5!important;
    border-radius:11px!important;
    box-shadow:0 7px 20px rgba(6,43,104,.075)!important;
    background:#fff!important;
  }
}

@media (max-width:640px){
  .category-grid--home{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   PROLAB HERO RAISE v12
   Піднято опис, кнопки та ряд переваг hero на один візуальний
   рядок вище; переваги накладені на нижню частину hero.
   ========================================================== */

@media (min-width:981px){
  .hero--home .hero__copy{
    padding-top:clamp(18px,1.65vw,28px)!important;
    padding-bottom:clamp(10px,1vw,16px)!important;
  }

  .hero--home .hero-lead{
    margin-bottom:clamp(6px,.65vw,10px)!important;
  }

  .hero--home p{
    transform:translateY(-16px);
    margin-bottom:clamp(0px,.35vw,6px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-16px);
  }

  .hero-features{
    position:relative!important;
    z-index:8!important;
    margin-top:-52px!important;
    margin-bottom:0!important;
    height:52px!important;
    display:grid!important;
    align-items:center!important;
    background:linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.38),rgba(255,255,255,0))!important;
    backdrop-filter:blur(1px);
  }

  .hero-features div{
    min-height:40px;
    align-items:center!important;
  }

  .section-tight{
    margin-top:8px!important;
    position:relative!important;
    z-index:6!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-12px);
  }

  .hero-features{
    margin-top:-48px!important;
    height:48px!important;
  }

  .section-tight{
    margin-top:8px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    margin-top:0!important;
    background:#fff!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURES + CARDS SPACING v13
   1) Ряд переваг поверх hero без плашки/тіні — фон тільки
      рівномірний від hero-зображення.
   2) Плашки досліджень вищі, нижній внутрішній відступ
      збалансований із верхнім.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    border:0!important;
    margin-top:-52px!important;
    height:52px!important;
    position:relative!important;
    z-index:8!important;
  }

  .hero-features::before,
  .hero-features::after{
    content:none!important;
    display:none!important;
  }

  .hero-features div{
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* cards: taller and balanced internal vertical spacing */
  .category-grid--home{
    grid-template-rows:154px!important;
    align-items:stretch!important;
  }

  .research-card{
    height:154px!important;
    min-height:154px!important;
    max-height:154px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:44px 42px 30px!important;
    column-gap:12px!important;
    row-gap:8px!important;
    padding:18px 16px 18px 16px!important;
  }

  .research-card__icon{
    width:42px!important;
    height:42px!important;
  }

  .research-card__icon img,
  .research-card__icon .icon-line{
    width:40px!important;
    height:40px!important;
  }

  .research-card__title{
    align-self:center!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:38px!important;
  }

  .research-card__desc{
    font-size:12.5px!important;
    line-height:1.24!important;
    max-height:40px!important;
  }

  .research-card__price{
    align-self:center!important;
  }

  .research-card__button{
    align-self:center!important;
    height:28px!important;
  }

  .home-panels{
    margin-top:16px!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:146px!important;
  }

  .research-card{
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:40px 40px 28px!important;
    padding:16px 12px 16px!important;
    row-gap:6px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:34px!important;
  }

  .research-card__desc{
    font-size:11.2px!important;
    max-height:38px!important;
  }
}

@media (max-width:980px){
  .hero-features{
    background:transparent!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
  }

  .research-card{
    min-height:154px!important;
    padding-top:18px!important;
    padding-bottom:18px!important;
  }
}


/* ==========================================================
   PROLAB RESEARCH CARDS FINAL TUNE v14
   - "Клінічні дослідження"
   - опис темно-синій
   - ціна та кнопка підняті на рядок вище
   - трохи менша висота плашок із збереженням внутрішніх відступів
   - fallback DNA icon for genetic card
   ========================================================== */

@media (min-width:981px){
  .category-grid--home{
    grid-template-rows:144px!important;
    gap:16px!important;
  }

  .research-card{
    height:144px!important;
    min-height:144px!important;
    max-height:144px!important;
    grid-template-columns:40px minmax(0,1fr) 68px!important;
    grid-template-rows:42px 34px 30px!important;
    grid-template-areas:
      "icon title title"
      "desc desc desc"
      "price price btn"!important;
    row-gap:6px!important;
    column-gap:12px!important;
    padding:18px 16px 16px 16px!important;
  }

  .research-card__title{
    align-self:start!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:36px!important;
  }

  .research-card__desc{
    color:var(--navy)!important;
    font-size:12.3px!important;
    font-weight:500!important;
    line-height:1.2!important;
    max-height:30px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
    transform:translateY(-2px);
  }

  .research-card__button{
    height:28px!important;
  }
}

/* Dark-blue description everywhere, including earlier rules */
.research-card__desc{
  color:var(--navy)!important;
}

/* If the uploaded genetic SVG does not render for any reason, draw a DNA fallback */
.research-card__icon--henetychni{
  position:relative;
}

.research-card__icon--henetychni img{
  min-width:32px;
  min-height:32px;
}

.research-card__icon--henetychni img[src=""],
.research-card__icon--henetychni img:not([src]){
  display:none!important;
}

.research-card__icon--henetychni:has(img[src=""])::before,
.research-card__icon--henetychni:has(img:not([src]))::before{
  content:"";
  width:32px;
  height:32px;
  display:block;
  background:
    linear-gradient(65deg, transparent 42%, var(--red) 42% 48%, transparent 48%),
    linear-gradient(115deg, transparent 42%, var(--red) 42% 48%, transparent 48%);
  border-radius:50%;
}

/* Medium desktop */
@media (min-width:981px) and (max-width:1320px){
  .category-grid--home{
    grid-template-rows:138px!important;
    gap:12px!important;
  }

  .research-card{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    grid-template-columns:34px minmax(0,1fr) 58px!important;
    grid-template-rows:38px 32px 28px!important;
    row-gap:5px!important;
    padding:16px 12px 14px!important;
  }

  .research-card__title{
    font-size:14px!important;
    max-height:32px!important;
  }

  .research-card__desc{
    font-size:11px!important;
    max-height:28px!important;
  }

  .research-card__price,
  .research-card__button{
    transform:translateY(-1px);
  }
}

@media (max-width:980px){
  .research-card{
    min-height:144px!important;
    grid-template-rows:42px 34px 30px!important;
    padding:18px 16px 16px!important;
  }

  .research-card__price,
  .research-card__button{
    align-self:start!important;
  }
}


/* ==========================================================
   PROLAB HERO SPACING v15
   Точне коригування вертикального ритму hero:
   - "Ваше здоров’я — наш пріоритет" на піврядка нижче від H1;
   - майже прибраний зазор між ним і нижнім описом.
   ========================================================== */

@media (min-width:981px){
  .hero--home h1{
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero-lead{
    transform:translateY(clamp(4px,.42vw,7px));
    margin-bottom:0!important;
  }

  .hero--home p{
    transform:translateY(-8px)!important;
    margin-bottom:clamp(8px,.75vw,12px)!important;
  }

  .hero--home .hero__actions{
    transform:translateY(-8px)!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero--home h1{
    margin-bottom:8px!important;
  }

  .hero--home .hero-lead{
    transform:translateY(4px);
  }

  .hero--home p,
  .hero--home .hero__actions{
    transform:translateY(-6px)!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v16
   Іконки hero-переваг беруться з архіву; 2-й та 3-й елементи
   посунуті ближче до першого без зміщення першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:clamp(72px,7.8vw,120px)!important;
    padding-left:0!important;
  }

  .hero-features div{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--red)!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-features{
    gap:clamp(46px,6vw,72px)!important;
  }
}

@media (max-width:980px){
  .hero-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .hero-feature-icon{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v17
   Виправлення: правильний порядок 1/2/3, прозорий фон PNG,
   гарантоване зближення 2-го та 3-го елементів до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-features{
    display:flex!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:0!important;
    padding-left:0!important;
  }

  .hero-features .hero-feature{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }

  /* перший не рухаємо; другий та третій явно ближче до нього */
  .hero-feature--equipment{
    margin-left:0!important;
  }

  .hero-feature--accuracy{
    margin-left:118px!important;
  }

  .hero-feature--speed{
    margin-left:118px!important;
  }

  .hero-feature-icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:0!important;
  }

  .hero-feature-icon img{
    width:26px!important;
    height:26px!important;
    display:block!important;
    object-fit:contain!important;
    background:transparent!important;
    mix-blend-mode:multiply;
  }

  .hero-features strong{
    white-space:nowrap!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:72px!important;
  }

  .hero-feature--speed{
    margin-left:72px!important;
  }
}

@media (max-width:980px){
  .hero-feature-icon,
  .hero-feature-icon img{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    background:transparent!important;
  }
}


/* ==========================================================
   PROLAB HERO FEATURE ICON BG FIX v18
   Прибирає білу підкладку за hero-feature іконками.
   SVG-файли також очищені від білих background/path/rect.
   ========================================================== */

.hero-features,
.hero-features *,
.hero-feature,
.hero-feature-icon,
.hero-feature-icon img{
  background-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}

.hero-feature-icon{
  border:none!important;
  outline:none!important;
  padding:0!important;
  overflow:visible!important;
}

.hero-feature-icon img{
  mix-blend-mode:normal!important;
  border:none!important;
  outline:none!important;
}


/* ==========================================================
   PROLAB HERO FEATURE ICONS v19
   Остаточно: третя іконка без білої підкладки; 2-й і 3-й
   елементи ще ближче до першого.
   ========================================================== */

@media (min-width:981px){
  .hero-feature--accuracy{
    margin-left:78px!important;
  }

  .hero-feature--speed{
    margin-left:78px!important;
  }

  .hero-feature-icon,
  .hero-feature-icon img,
  .hero-feature--speed .hero-feature-icon,
  .hero-feature--speed .hero-feature-icon img{
    background:transparent!important;
    background-color:transparent!important;
    box-shadow:none!important;
    border:0!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .hero-feature--accuracy{
    margin-left:48px!important;
  }

  .hero-feature--speed{
    margin-left:48px!important;
  }
}


/* ==========================================================
   PROLAB HERO SPEED ICON CLEAN v20
   Третя іконка повністю замінена на чистий SVG без білих
   елементів. Додано cache-busting filename speed-clean.svg.
   ========================================================== */

.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}

.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* PROLAB HERO SPEED ICON v21: third icon replaced by corrected uploaded 03.svg */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}


/* PROLAB HERO SPEED ICON v22: third icon uses uploaded background-free image from 03.zip */
.hero-feature--speed .hero-feature-icon,
.hero-feature--speed .hero-feature-icon img{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}
.hero-feature--speed .hero-feature-icon img{
  width:26px!important;
  height:26px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB v23
   - Added the DNA icon to "Генетичні дослідження"
   - Replaced topbar "Результати онлайн" with separate white language pills UA / ENG / RU
   ========================================================== */
.topbar__right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
}
.topbar-lang-pills{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.topbar-lang-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:36px!important;
  height:26px!important;
  padding:0 10px!important;
  border-radius:7px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  border:1px solid rgba(255,255,255,.75)!important;
  box-shadow:none!important;
}
.topbar-lang-pill.is-active{
  color:var(--red)!important;
  border-color:#fff!important;
}
.topbar-phone{
  white-space:nowrap!important;
}
@media (max-width:980px){
  .topbar-lang-pill{
    min-width:32px!important;
    height:24px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }
}
.research-card__icon--henetychni,
.research-card__icon--henetychni img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetychni img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* PROLAB v24: genetic card icon fix for actual slug "henetyka" */
.research-card__icon--henetyka,
.research-card__icon--henetyka img{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.research-card__icon--henetyka img{
  width:50px!important;
  height:50px!important;
  object-fit:contain!important;
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v25
   Оновлена функціональна панель відділень на головній:
   живі кнопки, HTML/CSS карта, геолокація для найближчого.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
  }

  .branches-home-panel{
    grid-column:1 / -1!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:26px!important;
  }

  .promo-panel,
  .order-online-panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }
}

.branches-home-panel{
  background:#fff!important;
  border:1.5px solid #e1e9f3!important;
  border-radius:24px!important;
  box-shadow:0 18px 46px rgba(6,43,104,.10)!important;
  overflow:hidden!important;
}

.branches-home-panel__content{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(520px,1.1fr);
  gap:28px;
  align-items:stretch;
}

.branches-home-panel h2{
  margin:0!important;
  color:var(--navy)!important;
  font-size:clamp(36px,3.2vw,54px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.035em;
}

.branches-home-panel__subtitle{
  margin:16px 0 28px!important;
  color:#61739b!important;
  font-size:clamp(20px,1.55vw,27px)!important;
  line-height:1.15!important;
  font-weight:500!important;
}

.branch-home-list{
  display:grid;
  gap:0;
}

.branch-home-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 170px;
  gap:18px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid #dce5f1;
  transition:.16s ease;
}

.branch-home-item:first-child{
  padding-top:0;
}

.branch-home-item.is-nearest{
  background:linear-gradient(90deg,rgba(229,41,50,.07),rgba(255,255,255,0));
  border-radius:14px;
  padding-left:10px;
}

.branch-home-pin{
  width:34px;
  height:46px;
  justify-self:center;
  position:relative;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 16px rgba(229,41,50,.2);
}

.branch-home-pin::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.branch-home-main strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  font-weight:900;
  line-height:1.1;
}

.branch-home-main span{
  display:block;
  color:#61739b;
  margin-top:8px;
  font-size:14px;
  line-height:1.2;
}

.branch-home-hours{
  display:grid;
  gap:8px;
  color:var(--navy);
  font-size:16px;
  line-height:1.1;
  white-space:nowrap;
}

.branches-home-actions{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  margin-top:28px;
}

.branches-home-btn{
  height:58px!important;
  border-radius:8px!important;
  font-size:18px!important;
  font-weight:800!important;
}

.branches-home-status{
  min-height:22px;
  margin:12px 0 0!important;
  color:var(--navy);
  font-size:14px;
  font-weight:800;
}

.branches-home-map{
  min-height:520px;
  border:1px solid #d9e3ef;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 52%, rgba(255,255,255,.65), transparent 0 8%, transparent 8%),
    linear-gradient(90deg,rgba(248,246,240,.94) 0 58%,rgba(137,205,238,.74) 58% 100%),
    repeating-linear-gradient(30deg,rgba(174,190,207,.42) 0 2px,transparent 2px 56px),
    repeating-linear-gradient(100deg,rgba(174,190,207,.30) 0 2px,transparent 2px 74px);
}

.branches-home-map::before{
  content:"";
  position:absolute;
  right:-12%;
  top:-10%;
  width:54%;
  height:120%;
  background:linear-gradient(135deg,#c8ecff,#80c8ef);
  clip-path:polygon(22% 0,100% 0,100% 100%,0 100%,15% 64%,6% 46%,18% 24%);
  opacity:.95;
}

.map-road{
  position:absolute;
  height:4px;
  background:#b8c6d9;
  border-radius:999px;
  opacity:.75;
  transform-origin:left center;
}

.map-road--one{left:7%;top:38%;width:65%;transform:rotate(-24deg);}
.map-road--two{left:8%;top:72%;width:63%;transform:rotate(-35deg);}
.map-road--three{left:30%;top:12%;width:4px;height:88%;transform:rotate(-8deg);}

.map-label{
  position:absolute;
  color:#111827;
  font-size:16px;
  font-weight:700;
  z-index:3;
}

.map-label--odesa{left:49%;top:49%;font-size:28px;font-weight:900;}
.map-label--slobidka{left:13%;top:43%;}
.map-label--primorskyi{left:44%;top:66%;}
.map-label--kryzhanivka{left:60%;top:14%;}
.map-branch-pin{
  position:absolute;
  width:34px;
  height:46px;
  border:0;
  padding:0;
  cursor:pointer;
  z-index:6;
  background:var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  box-shadow:0 8px 18px rgba(229,41,50,.24);
}

.map-branch-pin::after{
  content:"";
  position:absolute;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  left:10px;
  top:10px;
}

.map-branch-pin.is-nearest{
  outline:4px solid rgba(229,41,50,.22);
  transform:rotate(-45deg) scale(1.08);
}

.map-branch-pin--buvalkina{right:17%;top:15%;}
.map-branch-pin--nesterenka{left:16%;top:34%;}
.map-branch-pin--segedska{right:31%;bottom:31%;}

.map-branch-label{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:9px 14px;
  border-radius:10px;
  color:#1b2333;
  background:rgba(255,255,255,.93);
  box-shadow:0 6px 18px rgba(6,43,104,.12);
  font-size:15px;
  font-weight:800;
  line-height:1.15;
}

.map-branch-label--buvalkina{right:3%;top:16%;}
.map-branch-label--nesterenka{left:21%;top:35%;}
.map-branch-label--segedska{right:9%;bottom:32%;}

@media (max-width:980px){
  .branches-home-panel__content{
    grid-template-columns:1fr;
  }

  .branches-home-panel{
    padding:18px!important;
  }

  .branches-home-panel h2{
    font-size:34px!important;
  }

  .branches-home-panel__subtitle{
    font-size:20px!important;
    margin-bottom:18px!important;
  }

  .branch-home-item{
    grid-template-columns:40px 1fr;
  }

  .branch-home-hours{
    grid-column:2;
    font-size:14px;
  }

  .branches-home-actions{
    grid-template-columns:1fr;
  }

  .branches-home-map{
    min-height:360px;
  }
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v26
   Виправлення: на головній мають бути саме 3 плашки в один ряд,
   як у референсі. Панель відділень більше не розтягується
   на всю ширину, а працює як перша з трьох top-плашок.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .branches-home-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    padding:18px!important;
    overflow:hidden!important;
  }

  .branches-home-panel__content{
    grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;
    gap:14px!important;
    height:100%!important;
  }

  .branches-home-panel__left{
    display:grid!important;
    grid-template-rows:auto auto 1fr auto auto!important;
    min-width:0!important;
  }

  .branches-home-panel h2{
    font-size:21px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    margin:0 0 4px!important;
  }

  .branches-home-panel__subtitle{
    margin:0 0 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
    color:#5f6f90!important;
  }

  .branch-home-list{
    gap:0!important;
    min-width:0!important;
  }

  .branch-home-item{
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:8px!important;
    padding:10px 0!important;
    border-bottom:0!important;
    align-items:start!important;
  }

  .branch-home-item.is-nearest{
    padding-left:6px!important;
    border-radius:10px!important;
  }

  .branch-home-pin{
    width:14px!important;
    height:20px!important;
    margin-top:2px!important;
    box-shadow:none!important;
  }

  .branch-home-pin::after{
    width:6px!important;
    height:6px!important;
    left:4px!important;
    top:4px!important;
  }

  .branch-home-main strong{
    font-size:13px!important;
    line-height:1.15!important;
    margin:0!important;
  }

  .branch-home-main span{
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.22!important;
    color:#526788!important;
  }

  .branch-home-hours{
    gap:3px!important;
    font-size:11px!important;
    line-height:1.18!important;
    justify-self:end!important;
  }

  .branches-home-actions{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:10px!important;
  }

  .branches-home-btn{
    min-height:38px!important;
    height:38px!important;
    border-radius:9px!important;
    padding:8px 10px!important;
    font-size:12px!important;
    font-weight:800!important;
    width:100%!important;
  }

  .branches-home-status{
    min-height:14px!important;
    margin:6px 0 0!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:700!important;
    color:#516687!important;
  }

  .branches-home-map{
    min-height:0!important;
    height:100%!important;
    border-radius:16px!important;
  }

  .map-label{
    font-size:11px!important;
  }

  .map-label--odesa{
    font-size:16px!important;
  }

  .map-branch-pin{
    width:20px!important;
    height:28px!important;
    box-shadow:0 5px 12px rgba(229,41,50,.18)!important;
  }

  .map-branch-pin::after{
    width:7px!important;
    height:7px!important;
    left:6px!important;
    top:6px!important;
  }

  .map-branch-label{
    min-height:30px!important;
    padding:6px 10px!important;
    border-radius:8px!important;
    font-size:10px!important;
    line-height:1.15!important;
    max-width:116px!important;
  }

  .map-branch-label--buvalkina{right:5%!important;top:18%!important;}
  .map-branch-label--nesterenka{left:22%!important;top:39%!important;}
  .map-branch-label--segedska{right:11%!important;bottom:34%!important;}
}

/* Додаткове страхування для планшетних desktop-ширин */
@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    gap:14px!important;
  }
  .branches-home-panel{
    padding:16px!important;
  }
  .branch-home-item{
    grid-template-columns:20px minmax(0,1fr) 84px!important;
    gap:7px!important;
  }
  .branch-home-main strong{font-size:12px!important;}
  .branch-home-main span{font-size:11px!important;}
  .branch-home-hours{font-size:10px!important;}
  .branches-home-btn{font-size:11px!important;}
}


/* ==========================================================
   PROLAB HOME BRANCHES PANEL v27
   Desktop panel rebuilt to match the provided reference
   one-to-one using the approved reference image as the
   visual base plus live overlays for links and geolocation.
   ========================================================== */

@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto var(--panel-h)!important;
    gap:18px!important;
    align-items:start!important;
  }

  .branches-reference-panel{
    grid-column:1 / -1!important;
    grid-row:1!important;
    padding:0!important;
    border-radius:28px!important;
    overflow:hidden!important;
    box-shadow:0 18px 42px rgba(6,43,104,.12)!important;
    border:1px solid #e2e8f2!important;
    background:#fff!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:620px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    display:block!important;
    user-select:none!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:16px!important;
    transition:.16s ease!important;
  }

  .branches-row-link:hover,
  .branches-map-hotspot:hover{
    outline:2px solid rgba(30,85,184,.26)!important;
    outline-offset:0!important;
    background:rgba(255,255,255,.06)!important;
  }

  .branches-row-link.is-nearest,
  .branches-map-hotspot.is-nearest{
    outline:4px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.05)!important;
    box-shadow:0 0 0 2px rgba(255,255,255,.72) inset!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;border-radius:14px!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;border-radius:14px!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;border-radius:14px!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:13px!important;
    font-weight:800!important;
    line-height:1!important;
    height:9.35%!important;
    min-height:54px!important;
    font-size:clamp(17px,1.45vw,22px)!important;
    letter-spacing:-.01em!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
    box-shadow:none!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:2px solid #0d3d8f!important;
    box-shadow:0 12px 26px rgba(13,61,143,.22)!important;
    cursor:pointer!important;
  }

  .branches-live-btn--nearest:disabled{
    opacity:.8!important;
    cursor:wait!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.6%!important;
    min-height:18px!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }

  .promo-panel{
    grid-column:1!important;
    grid-row:2!important;
  }

  .order-online-panel{
    grid-column:2!important;
    grid-row:2!important;
  }
}

@media (max-width:980px){
  .branches-reference-panel{
    padding:0!important;
    overflow:hidden!important;
  }

  .branches-reference-canvas{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536 / 907!important;
    min-height:280px!important;
    background:#fff!important;
  }

  .branches-reference-bg{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    pointer-events:none!important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
  }

  .branches-row-link--one{left:3.2%!important;top:28.5%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--two{left:3.2%!important;top:47.0%!important;width:42.5%!important;height:13.6%!important;}
  .branches-row-link--three{left:3.2%!important;top:65.3%!important;width:42.5%!important;height:13.8%!important;}

  .branches-map-hotspot--one{left:82.0%!important;top:15.0%!important;width:13.8%!important;height:12.0%!important;}
  .branches-map-hotspot--two{left:55.0%!important;top:36.0%!important;width:13.3%!important;height:11.3%!important;}
  .branches-map-hotspot--three{left:71.0%!important;top:61.0%!important;width:17.2%!important;height:10.5%!important;}

  .branches-live-btn{
    position:absolute!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    line-height:1!important;
    z-index:5!important;
  }

  .branches-live-btn--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-live-btn--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.35%!important;
    min-height:26px!important;
    font-size:clamp(8px,2.1vw,13px)!important;
    background:#0d3d8f!important;
    color:#fff!important;
    border:1.5px solid #0d3d8f!important;
  }

  .branches-reference-status{
    position:absolute!important;
    left:3.8%!important;
    right:56.5%!important;
    bottom:2.5%!important;
    min-height:10px!important;
    font-size:clamp(7px,1.5vw,10px)!important;
    line-height:1.15!important;
    color:#37527f!important;
    font-weight:700!important;
    z-index:5!important;
  }
}


/* ==========================================================
   PROLAB HOME PANELS v28
   Make the three top panels smaller and keep all three
   in one row on desktop: branches, promotions, order online.
   ========================================================== */
@media (min-width: 981px){
  .home-panels{
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
  }

  .branches-reference-panel{
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .branches-reference-bg{
    object-fit: cover !important;
    object-position: center center !important;
  }

  .branches-live-btn{
    border-radius: 10px !important;
    min-height: 32px !important;
    height: 10.2% !important;
    font-size: clamp(9px, 0.85vw, 13px) !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    bottom: 1.8% !important;
    left: 3.5% !important;
    right: 54% !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v29
   Fix the first panel visibility and scale all three top panels
   so they fit neatly in one desktop row without overlap.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 268px;
  }

  .home-panels{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-reference-panel,
  .promo-panel,
  .order-online-panel{
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .branches-reference-panel{
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .branches-reference-canvas{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }

  .branches-reference-bg{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill !important;
    object-position: center center !important;
  }

  .branches-row-link,
  .branches-map-hotspot{
    border-radius: 10px !important;
  }

  .branches-live-btn{
    min-height: 32px !important;
    height: 10.1% !important;
    border-radius: 10px !important;
    font-size: clamp(10px,0.82vw,13px) !important;
    line-height: 1 !important;
    padding: 0 8px !important;
  }

  .branches-reference-status{
    font-size: 9px !important;
    line-height: 1.15 !important;
    left: 3.8% !important;
    right: 54% !important;
    bottom: 2.0% !important;
  }

  .promo-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 120px !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    column-gap: 12px !important;
    row-gap: 8px !important;
    padding: 18px !important;
  }

  .promo-panel .badge-red{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .promo-panel h2{
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.05 !important;
  }

  .promo-panel strong{
    grid-column: 1 !important;
    grid-row: 3 !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  .promo-panel p{
    grid-column: 1 !important;
    grid-row: 4 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    overflow: hidden !important;
  }

  .promo-panel img{
    grid-column: 2 !important;
    grid-row: 2 / span 3 !important;
    width: 110px !important;
    height: auto !important;
    max-width: 110px !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .promo-panel .btn{
    grid-column: 1 !important;
    grid-row: 5 !important;
    width: 150px !important;
    min-width: 150px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .order-online-panel{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 130px !important;
    grid-template-rows: 1fr !important;
    padding: 16px 16px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 18px !important;
    gap: 8px !important;
  }

  .order-online-panel h2{
    font-size: 18px !important;
    line-height: 1.04 !important;
    margin: 0 !important;
  }

  .order-online-panel p{
    font-size: 12px !important;
    line-height: 1.18 !important;
    max-width: 250px !important;
  }

  .order-online-form{
    width: 100% !important;
    gap: 8px !important;
  }

  .order-online-form input{
    height: 34px !important;
    font-size: 12px !important;
  }

  .order-online-form .btn{
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    padding: 0 12px !important;
  }

  .order-safe{
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .order-cart-illustration{
    width: 120px !important;
    height: 120px !important;
    align-self: center !important;
    justify-self: end !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v30
   First top card restored as visible live departments panel.
   It fits one-row layout together with Promotions and Online Order.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-card-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    gap:12px!important;
    padding:16px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-card-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 15px!important;
    gap:4px!important;
  }

  .branches-card-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:22px!important;
    line-height:1.04!important;
    font-weight:900!important;
    letter-spacing:-.025em!important;
  }

  .branches-card-left > p{
    margin:0 0 6px!important;
    color:#667aa0!important;
    font-size:12px!important;
    line-height:1.15!important;
    font-weight:600!important;
  }

  .branches-card-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-card-row{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:22px minmax(0,1fr) 92px!important;
    gap:7px!important;
    align-items:start!important;
    padding:6px 0!important;
    border-bottom:1px solid #e4ebf4!important;
    color:var(--navy)!important;
  }

  .branches-card-row:last-child{border-bottom:0!important;}

  .branches-card-row.is-nearest{
    background:rgba(227,6,19,.06)!important;
    border-radius:8px!important;
    padding-left:5px!important;
  }

  .branches-card-pin{
    width:15px!important;
    height:21px!important;
    margin-top:2px!important;
    position:relative!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 5px 10px rgba(227,6,19,.18)!important;
  }

  .branches-card-pin::after{
    content:""!important;
    position:absolute!important;
    width:6px!important;
    height:6px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:4.5px!important;
    top:4.5px!important;
  }

  .branches-card-info{
    min-width:0!important;
    display:block!important;
  }

  .branches-card-info strong{
    display:block!important;
    color:var(--navy)!important;
    font-size:12.3px!important;
    line-height:1.05!important;
    font-weight:900!important;
  }

  .branches-card-info em{
    display:block!important;
    margin-top:3px!important;
    color:#607399!important;
    font-size:10.8px!important;
    line-height:1.12!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-card-hours{
    display:grid!important;
    gap:2px!important;
    justify-self:end!important;
    color:var(--navy)!important;
    font-size:9.4px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .branches-card-hours b{font-weight:700!important;}

  .branches-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1.14fr!important;
    gap:8px!important;
    margin-top:6px!important;
  }

  .branches-card-btn{
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:8px!important;
    font-size:10.6px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    cursor:pointer!important;
    padding:0 8px!important;
  }

  .branches-card-btn--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-card-btn--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
  }

  .branches-card-status{
    color:#52688a!important;
    font-size:9px!important;
    line-height:1.1!important;
    overflow:hidden!important;
  }

  .branches-card-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:16px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:
      linear-gradient(90deg,rgba(250,247,241,.95) 0 60%,rgba(142,210,240,.84) 60% 100%),
      repeating-linear-gradient(31deg,rgba(160,176,196,.25) 0 2px,transparent 2px 42px),
      repeating-linear-gradient(101deg,rgba(160,176,196,.21) 0 2px,transparent 2px 54px)!important;
  }

  .branches-card-map::before{
    content:""!important;
    position:absolute!important;
    right:-10%!important;
    top:-8%!important;
    width:48%!important;
    height:116%!important;
    background:linear-gradient(145deg,#c6ecff,#82c9ed)!important;
    clip-path:polygon(24% 0,100% 0,100% 100%,0 100%,13% 58%,5% 43%,18% 20%)!important;
    opacity:.95!important;
  }

  .branches-card-road{
    position:absolute!important;
    z-index:2!important;
    height:3px!important;
    border-radius:999px!important;
    background:#b7c5d9!important;
    opacity:.75!important;
    transform-origin:left center!important;
  }
  .branches-card-road--one{left:8%;top:36%;width:70%;transform:rotate(-24deg);}
  .branches-card-road--two{left:6%;top:67%;width:68%;transform:rotate(-33deg);}
  .branches-card-road--three{left:34%;top:6%;width:3px;height:92%!important;transform:rotate(-7deg);}

  .branches-card-map-label{
    position:absolute!important;
    z-index:3!important;
    color:#111827!important;
    font-size:9.5px!important;
    font-weight:700!important;
    line-height:1.05!important;
  }
  .branches-card-map-label--odesa{left:48%;top:49%;font-size:15px!important;font-weight:900!important;}
  .branches-card-map-label--slobidka{left:12%;top:43%;}
  .branches-card-map-label--primorskyi{left:42%;top:66%;}
  .branches-card-map-label--kryzhanivka{left:58%;top:14%;}

  .branches-card-map-pin{
    position:absolute!important;
    z-index:6!important;
    width:19px!important;
    height:27px!important;
    border:0!important;
    padding:0!important;
    background:var(--red)!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    cursor:pointer!important;
    box-shadow:0 5px 12px rgba(227,6,19,.22)!important;
  }
  .branches-card-map-pin::after{
    content:""!important;
    position:absolute!important;
    width:7px!important;
    height:7px!important;
    border-radius:50%!important;
    background:#fff!important;
    left:6px!important;
    top:6px!important;
  }
  .branches-card-map-pin.is-nearest{
    outline:3px solid rgba(227,6,19,.25)!important;
    transform:rotate(-45deg) scale(1.08)!important;
  }
  .branches-card-map-pin--buvalkina{right:17%;top:15%;}
  .branches-card-map-pin--nesterenka{left:16%;top:34%;}
  .branches-card-map-pin--segedska{right:31%;bottom:31%;}

  .branches-card-map-note{
    position:absolute!important;
    z-index:5!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    max-width:104px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
    color:#1b2333!important;
    background:rgba(255,255,255,.93)!important;
    box-shadow:0 5px 14px rgba(6,43,104,.12)!important;
    font-size:8.8px!important;
    font-weight:800!important;
    line-height:1.08!important;
  }
  .branches-card-map-note--buvalkina{right:3%;top:16%;}
  .branches-card-map-note--nesterenka{left:21%;top:35%;}
  .branches-card-map-note--segedska{right:8%;bottom:32%;}

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (max-width:980px){
  .branches-card-panel{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:16px!important;
  }
  .branches-card-map{
    min-height:260px!important;
  }
}


/* ==========================================================
   PROLAB TOP PANELS v31
   Widen the branches panel and proportionally narrow the
   promo and online-order cards so the first panel matches
   the reference composition much closer.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 316px;}

  .home-panels{
    grid-template-columns: minmax(0,1.62fr) minmax(0,1.08fr) minmax(0,0.98fr) !important;
    grid-template-rows: var(--panel-h) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }

  .home-panels > .panel{
    height: var(--panel-h) !important;
    min-height: var(--panel-h) !important;
    max-height: var(--panel-h) !important;
    overflow: hidden !important;
  }

  .branches-card-panel{
    grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr) !important;
    gap: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .branches-card-left{
    grid-template-rows: auto auto 1fr auto 18px !important;
    gap: 6px !important;
  }

  .branches-card-left h2{
    font-size: 34px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.03em !important;
  }

  .branches-card-left > p{
    margin: 0 0 8px !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
  }

  .branches-card-row{
    grid-template-columns: 28px minmax(0,1fr) 140px !important;
    gap: 11px !important;
    padding: 13px 0 !important;
  }

  .branches-card-pin{
    width: 20px !important;
    height: 28px !important;
    margin-top: 3px !important;
  }

  .branches-card-pin::after{
    width: 8px !important;
    height: 8px !important;
    left: 6px !important;
    top: 6px !important;
  }

  .branches-card-info strong{
    font-size: 15px !important;
    line-height: 1.08 !important;
  }

  .branches-card-info em{
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.14 !important;
  }

  .branches-card-hours{
    gap: 5px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .branches-card-actions{
    grid-template-columns: 1fr 1.15fr !important;
    gap: 12px !important;
    margin-top: 10px !important;
  }

  .branches-card-btn{
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
  }

  .branches-card-status{
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  .branches-card-map{
    border-radius: 18px !important;
  }

  .branches-card-road{ height: 4px !important; }
  .branches-card-road--three{ width: 4px !important; }

  .branches-card-map-label{
    font-size: 13px !important;
  }
  .branches-card-map-label--odesa{
    font-size: 22px !important;
  }

  .branches-card-map-pin{
    width: 24px !important;
    height: 34px !important;
  }

  .branches-card-map-pin::after{
    width: 9px !important;
    height: 9px !important;
    left: 7px !important;
    top: 7px !important;
  }

  .branches-card-map-note{
    min-height: 38px !important;
    max-width: 150px !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel{
    grid-template-columns: minmax(0,1fr) 112px !important;
    padding: 16px !important;
    column-gap: 10px !important;
  }

  .promo-panel .badge-red{
    padding: 5px 10px !important;
    font-size: 12px !important;
  }

  .promo-panel h2{
    font-size: 16px !important;
    line-height: 1.02 !important;
  }

  .promo-panel strong{
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .promo-panel p{
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .promo-panel img{
    width: 104px !important;
    max-width: 104px !important;
  }

  .promo-panel .btn{
    width: 138px !important;
    min-width: 138px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12px !important;
  }

  .order-online-panel{
    grid-template-columns: minmax(0,1fr) 106px !important;
    padding: 14px !important;
    column-gap: 8px !important;
  }

  .order-online-panel__content{
    grid-template-rows: auto auto auto 16px !important;
    gap: 7px !important;
  }

  .order-online-panel h2{
    font-size: 16px !important;
    line-height: 1.03 !important;
  }

  .order-online-panel p{
    font-size: 10px !important;
    line-height: 1.15 !important;
    max-width: 230px !important;
  }

  .order-online-form input{
    height: 32px !important;
    font-size: 11px !important;
  }

  .order-online-form .btn{
    height: 32px !important;
    min-height: 32px !important;
    font-size: 11px !important;
    padding: 0 10px !important;
  }

  .order-safe{
    font-size: 10px !important;
  }

  .order-cart-illustration{
    width: 98px !important;
    height: 98px !important;
    justify-self: center !important;
    align-self: center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v32
   Use the real approved departments-panel image again, not a
   synthetic CSS map. The whole first panel scales down as one
   reference composition to fit the three-panel row.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:278px;}

  .home-panels{
    grid-template-columns:minmax(0,1.55fr) minmax(0,1.12fr) minmax(0,1.03fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:18px!important;
    background:#fff!important;
  }

  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:fill!important;
    object-position:center!important;
    pointer-events:none!important;
    user-select:none!important;
  }

  .branches-ref-hotspot{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border:0!important;
    padding:0!important;
    cursor:pointer!important;
    border-radius:10px!important;
  }

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.24)!important;
    background:rgba(227,6,19,.04)!important;
  }

  .branches-ref-hotspot--row1{left:3.5%!important;top:28.5%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row2{left:3.5%!important;top:47.0%!important;width:42.5%!important;height:13.5%!important;}
  .branches-ref-hotspot--row3{left:3.5%!important;top:65.2%!important;width:42.5%!important;height:13.7%!important;}

  .branches-ref-hotspot--map1{left:82.0%!important;top:14.2%!important;width:14.0%!important;height:12.0%!important;}
  .branches-ref-hotspot--map2{left:55.0%!important;top:35.2%!important;width:13.5%!important;height:11.8%!important;}
  .branches-ref-hotspot--map3{left:70.7%!important;top:60.5%!important;width:17.8%!important;height:11.2%!important;}

  .branches-ref-live{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    border-radius:9px!important;
    font-weight:800!important;
    line-height:1!important;
    min-height:28px!important;
    font-size:clamp(8px,.74vw,11px)!important;
    padding:0 8px!important;
    white-space:nowrap!important;
  }

  .branches-ref-live--all{
    left:3.6%!important;
    bottom:9.3%!important;
    width:17.4%!important;
    height:9.3%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:1.5px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:22.4%!important;
    bottom:9.3%!important;
    width:21.6%!important;
    height:9.3%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:1.5px solid #0b3476!important;
    cursor:pointer!important;
  }

  .branches-ref-live--nearest:disabled{
    opacity:.75!important;
    cursor:wait!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:6!important;
    left:3.8%!important;
    right:56%!important;
    bottom:2.2%!important;
    color:#52688a!important;
    font-size:8.5px!important;
    line-height:1.12!important;
    font-weight:700!important;
    min-height:10px!important;
    overflow:hidden!important;
  }

  .promo-panel,
  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .home-panels{
    grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(0,1fr)!important;
    gap:14px!important;
  }
  .branches-ref-live{
    font-size:8px!important;
    min-height:24px!important;
    border-radius:7px!important;
  }
}

@media (max-width:980px){
  .branches-reference-compact-panel{
    padding:0!important;
  }
  .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1536/907!important;
    min-height:280px!important;
    overflow:hidden!important;
  }
  .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v33
   Extra-robust fallback so the departments panel background
   is visible even if the inner <img> is not rendered/cached.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-reference-compact-panel{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:#fff !important;
  }

  #branchesHomePanel .branches-reference-compact{
    background-image:url('../img/home-branches-reference.png') !important;
    background-size:100% 100% !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color:transparent !important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:fill !important;
    object-position:center center !important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v34
   Keep three top panels in one row, enlarge them slightly,
   and place visible live buttons + large clickable hotspots
   over the real branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h: 305px;}

  .home-panels{
    grid-template-columns:minmax(0,1.62fr) minmax(0,1.16fr) minmax(0,1.08fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  .branches-reference-compact-panel{
    border-radius:20px!important;
  }

  .branches-reference-compact{
    border-radius:20px!important;
  }

  .branches-ref-hotspot{
    z-index:8!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    text-decoration:none!important;
  }

  .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}

  .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;border-radius:18px!important;}
  .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;border-radius:18px!important;}

  .branches-ref-hotspot:hover,
  .branches-ref-hotspot:focus-visible,
  .branches-ref-hotspot.is-nearest{
    outline:2px solid rgba(227,6,19,.28)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-ref-live{
    position:absolute!important;
    z-index:12!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:800!important;
    line-height:1!important;
    border-radius:10px!important;
    box-shadow:0 6px 16px rgba(10,42,96,.12)!important;
    font-size:12px!important;
    padding:0 12px!important;
  }

  .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    height:10.1%!important;
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    height:10.1%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
  }

  .branches-ref-live:hover,
  .branches-ref-live:focus-visible{
    transform:translateY(-1px)!important;
  }

  .branches-ref-status{
    position:absolute!important;
    z-index:12!important;
    left:4.6%!important;
    right:56%!important;
    bottom:4.3%!important;
    color:#5d7094!important;
    font-size:9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    min-height:10px!important;
  }

  .promo-panel{
    padding:20px!important;
    grid-template-columns:minmax(0,1fr) 130px!important;
    column-gap:12px!important;
  }
  .promo-panel .badge-red{font-size:14px!important;}
  .promo-panel h2{font-size:18px!important;}
  .promo-panel strong{font-size:15px!important;}
  .promo-panel p{font-size:11px!important; line-height:1.22!important;}
  .promo-panel img{width:118px!important; max-width:118px!important;}
  .promo-panel .btn{height:40px!important; min-height:40px!important; font-size:13px!important; width:170px!important; min-width:170px!important;}

  .order-online-panel{
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
    column-gap:10px!important;
  }
  .order-online-panel h2{font-size:18px!important; line-height:1.04!important;}
  .order-online-panel p{font-size:11px!important; line-height:1.18!important;}
  .order-online-form input{height:38px!important; font-size:12px!important;}
  .order-online-form .btn{height:40px!important; min-height:40px!important; font-size:12px!important; line-height:1.08!important;}
  .order-safe{font-size:11px!important;}
  .order-cart-illustration{width:110px!important; height:110px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v35 — hard override
   Larger first panel, narrower 2nd/3rd panels, real map image,
   visible live buttons above the image. Placed at END of CSS.
   ========================================================== */
@media (min-width:981px){
  :root{
    --panel-h: 340px !important;
  }

  .home-panels{
    grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-reference-compact-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:0!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    background-color:#fff!important;
  }

  #branchesHomePanel .branches-reference-compact{
    position:relative!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background-image:url('../img/home-branches-reference.png?v=35')!important;
    background-size:100% 100%!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
  }

  #branchesHomePanel .branches-reference-compact__img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    z-index:1!important;
  }

  #branchesHomePanel .branches-ref-hotspot{
    z-index:45!important;
    position:absolute!important;
    cursor:pointer!important;
    background:transparent!important;
    border:0!important;
    display:block!important;
  }

  #branchesHomePanel .branches-ref-hotspot--row1{left:2.8%!important;top:28.2%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row2{left:2.8%!important;top:47.0%!important;width:49.5%!important;height:13.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--row3{left:2.8%!important;top:65.5%!important;width:49.5%!important;height:13.8%!important;}
  #branchesHomePanel .branches-ref-hotspot--map1{left:81.8%!important;top:13.8%!important;width:14.6%!important;height:12.2%!important;}
  #branchesHomePanel .branches-ref-hotspot--map2{left:54.0%!important;top:34.3%!important;width:16.6%!important;height:12.6%!important;}
  #branchesHomePanel .branches-ref-hotspot--map3{left:69.5%!important;top:59.5%!important;width:19.4%!important;height:12.4%!important;}

  #branchesHomePanel .branches-ref-live{
    position:absolute!important;
    z-index:60!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    font-weight:900!important;
    line-height:1!important;
    border-radius:10px!important;
    min-height:34px!important;
    height:10.1%!important;
    font-size:13px!important;
    padding:0 12px!important;
    pointer-events:auto!important;
    opacity:1!important;
    visibility:visible!important;
  }

  #branchesHomePanel .branches-ref-live--all{
    left:4.7%!important;
    bottom:10.7%!important;
    width:15.3%!important;
    background:#fff!important;
    color:#002b68!important;
    border:2px solid #002b68!important;
    box-shadow:0 6px 16px rgba(10,42,96,.16)!important;
  }

  #branchesHomePanel .branches-ref-live--nearest{
    left:21.8%!important;
    bottom:10.7%!important;
    width:21.5%!important;
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.22)!important;
    cursor:pointer!important;
  }

  #branchesHomePanel .branches-ref-status{
    position:absolute!important;
    z-index:60!important;
    left:4.7%!important;
    right:55%!important;
    bottom:4.2%!important;
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
  }

  .promo-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:18px!important;
    grid-template-columns:minmax(0,1fr) 118px!important;
  }

  .order-online-panel{
    grid-column:auto!important;
    grid-row:auto!important;
    padding:16px!important;
    grid-template-columns:minmax(0,1fr) 104px!important;
  }

  .order-cart-illustration{
    width:100px!important;
    height:100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v36
   Real live links and buttons over the branches reference image.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}
  .home-panels{grid-template-columns:minmax(0,1.72fr) minmax(0,1.02fr) minmax(0,.88fr)!important;grid-template-rows:var(--panel-h)!important;gap:18px!important;align-items:stretch!important;}
  .home-panels>.panel{height:var(--panel-h)!important;min-height:var(--panel-h)!important;max-height:var(--panel-h)!important;overflow:hidden!important;}

  #branchesHomePanel.branches-reference-live-panel{padding:0!important;border-radius:20px!important;background:#fff!important;border:1px solid #dfe8f4!important;box-shadow:0 12px 28px rgba(6,43,104,.08)!important;}
  #branchesHomePanel .branches-reference-live{position:relative!important;width:100%!important;height:100%!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;}
  #branchesHomePanel .branches-reference-live__img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;z-index:1!important;}

  #branchesHomePanel .branch-overlay-row{position:absolute!important;z-index:55!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important;background:rgba(255,255,255,.96)!important;border-radius:12px!important;padding:10px 12px!important;box-shadow:none!important;border:1px solid rgba(219,228,241,.85)!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row--1{left:2.8%!important;top:28.2%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--2{left:2.8%!important;top:47.1%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row--3{left:2.8%!important;top:65.7%!important;width:49.8%!important;min-height:15.2%!important;}
  #branchesHomePanel .branch-overlay-row__pin{position:relative!important;flex:0 0 22px!important;width:22px!important;height:30px!important;background:#ef2e38!important;border-radius:14px 14px 14px 0!important;transform:rotate(-45deg)!important;margin-left:2px!important;}
  #branchesHomePanel .branch-overlay-row__pin::after{content:''!important;position:absolute!important;left:6px!important;top:6px!important;width:10px!important;height:10px!important;background:#fff!important;border-radius:50%!important;}
  #branchesHomePanel .branch-overlay-row__main{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important;flex:1 1 auto!important;}
  #branchesHomePanel .branch-overlay-row__main strong{font-size:13px!important;line-height:1.12!important;font-weight:900!important;color:#0b2f70!important;}
  #branchesHomePanel .branch-overlay-row__main em{font-style:normal!important;font-size:11px!important;line-height:1.2!important;color:#657ba4!important;}
  #branchesHomePanel .branch-overlay-row__hours{display:flex!important;flex-direction:column!important;gap:5px!important;flex:0 0 132px!important;max-width:132px!important;font-size:11px!important;line-height:1.15!important;color:#0b2f70!important;font-weight:700!important;white-space:nowrap!important;text-align:left!important;}

  #branchesHomePanel .branch-overlay-note{position:absolute!important;z-index:56!important;display:flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;background:rgba(255,255,255,.97)!important;border-radius:12px!important;color:#1b1b1b!important;text-decoration:none!important;font-size:12px!important;line-height:1.18!important;font-weight:800!important;box-shadow:0 8px 18px rgba(0,0,0,.12)!important;border:1px solid rgba(228,232,238,.92)!important;}
  #branchesHomePanel .branch-overlay-note--1{left:77.5%!important;top:13.8%!important;max-width:18.2%!important;}
  #branchesHomePanel .branch-overlay-note--2{left:51.0%!important;top:34.6%!important;max-width:18.8%!important;}
  #branchesHomePanel .branch-overlay-note--3{left:68.0%!important;top:59.7%!important;max-width:18.5%!important;}

  #branchesHomePanel [data-branch-code].is-nearest,
  #branchesHomePanel [data-map-branch].is-nearest{outline:2px solid rgba(227,6,19,.38)!important;box-shadow:0 0 0 4px rgba(227,6,19,.10)!important;}

  #branchesHomePanel .branches-ref-status{position:absolute!important;z-index:80!important;left:4.7%!important;right:55%!important;bottom:4.2%!important;color:#52688a!important;font-size:10px!important;line-height:1.15!important;font-weight:700!important;min-height:12px!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v37
   Rebuilt as real HTML: text, branch rows and buttons are live
   elements; only the right map is a real map image crop.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:340px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.78fr) minmax(0,1.04fr) minmax(0,.9fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels > .panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-column:auto!important;
    grid-row:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;
    gap:18px!important;
    padding:22px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .branches-live-left{
    min-width:0!important;
    display:grid!important;
    grid-template-rows:auto auto 1fr auto 16px!important;
    gap:6px!important;
  }

  .branches-live-left h2{
    margin:0!important;
    color:var(--navy)!important;
    font-size:31px!important;
    line-height:1.03!important;
    font-weight:900!important;
    letter-spacing:-.03em!important;
  }

  .branches-live-subtitle{
    margin:0 0 8px!important;
    color:#667aa0!important;
    font-size:15px!important;
    line-height:1.15!important;
    font-weight:500!important;
  }

  .branches-live-list{
    display:grid!important;
    gap:0!important;
    min-width:0!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:28px minmax(0,1fr) 132px!important;
    gap:11px!important;
    align-items:center!important;
    padding:12px 0!important;
    border-bottom:1px solid #dfe8f4!important;
    color:var(--navy)!important;
    text-decoration:none!important;
    border-radius:10px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    background:rgba(227,6,19,.055)!important;
    padding-left:6px!important;
    outline:2px solid rgba(227,6,19,.16)!important;
  }

  .branches-live-row:last-child{border-bottom:0!important;}

  .branches-live-pin{
    position:relative!important;
    width:20px!important;
    height:28px!important;
    background:#ef2e38!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 6px 13px rgba(227,6,19,.20)!important;
  }

  .branches-live-pin::after{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#fff!important;
  }

  .branches-live-main{
    display:grid!important;
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    color:var(--navy)!important;
    font-size:15px!important;
    line-height:1.1!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    color:#62759c!important;
    font-size:13px!important;
    line-height:1.16!important;
    font-style:normal!important;
    font-weight:600!important;
  }

  .branches-live-hours{
    display:grid!important;
    gap:5px!important;
    color:var(--navy)!important;
    font-size:12px!important;
    line-height:1.12!important;
    font-weight:700!important;
    white-space:nowrap!important;
  }

  .branches-live-actions{
    display:grid!important;
    grid-template-columns:1fr 1.15fr!important;
    gap:12px!important;
    margin-top:10px!important;
  }

  .branches-live-button{
    height:44px!important;
    min-height:44px!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
    padding:0 12px!important;
    white-space:nowrap!important;
  }

  .branches-live-button--all{
    background:#fff!important;
    color:var(--navy)!important;
    border:2px solid var(--navy)!important;
  }

  .branches-live-button--nearest{
    background:#0b3476!important;
    color:#fff!important;
    border:2px solid #0b3476!important;
    box-shadow:0 8px 18px rgba(10,42,96,.20)!important;
  }

  .branches-live-status{
    color:#52688a!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:700!important;
    min-height:12px!important;
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    height:100%!important;
    min-width:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    border:1px solid #d6e0ed!important;
    background:#eef7ff!important;
  }

  .branches-live-map img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-map-link{
    position:absolute!important;
    z-index:5!important;
    display:block!important;
    background:transparent!important;
    border-radius:12px!important;
  }

  .branches-map-link:hover,
  .branches-map-link.is-nearest{
    outline:2px solid rgba(227,6,19,.32)!important;
    background:rgba(227,6,19,.05)!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:24%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:26%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:18px!important;grid-template-columns:minmax(0,1fr) 118px!important;}
  .order-online-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .order-cart-illustration{width:100px!important;height:100px!important;}
}

@media (max-width:980px){
  #branchesHomePanel.branches-live-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:18px!important;
  }

  .branches-live-row{
    display:grid!important;
    grid-template-columns:32px 1fr!important;
  }

  .branches-live-hours{
    grid-column:2!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr!important;
  }

  .branches-live-map{
    min-height:300px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v38
   Same concept, reduced scale so the full first panel fits cleanly.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:318px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.74fr) minmax(0,1.03fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr)!important;
    gap:14px!important;
    padding:16px!important;
    border-radius:18px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:24px!important;
    line-height:1.02!important;
    letter-spacing:-.028em!important;
  }

  .branches-live-subtitle{
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 100px!important;
    gap:8px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-row:hover,
  .branches-live-row.is-nearest{
    padding-left:4px!important;
  }

  .branches-live-pin{
    width:16px!important;
    height:22px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:6px!important;
    height:6px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:10px!important;
    line-height:1.07!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    gap:3px!important;
    font-size:7px!important;
    line-height:1.12!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:36px!important;
    min-height:36px!important;
    border-radius:8px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }

  .branches-live-status{
    font-size:8px!important;
    line-height:1.1!important;
    min-height:10px!important;
  }

  .branches-live-map{
    border-radius:16px!important;
  }

  .branches-map-link--buvalkina{right:3%!important;top:12%!important;width:25%!important;height:13%!important;}
  .branches-map-link--nesterenka{left:16%!important;top:36%!important;width:27%!important;height:14%!important;}
  .branches-map-link--segedska{right:13%!important;bottom:29%!important;width:29%!important;height:13%!important;}

  .promo-panel{padding:16px!important;grid-template-columns:minmax(0,1fr) 108px!important;}
  .promo-panel h2{font-size:18px!important;line-height:1.08!important;}
  .promo-panel strong{font-size:14px!important;line-height:1.15!important;}
  .promo-panel p{font-size:10px!important;line-height:1.18!important;}
  .promo-panel .btn{height:38px!important;min-height:38px!important;font-size:12px!important;width:160px!important;min-width:160px!important;}
  .promo-panel img{width:100px!important;max-width:100px!important;}

  .order-online-panel{padding:14px!important;grid-template-columns:minmax(0,1fr) 96px!important;}
  .order-online-panel h2{font-size:17px!important;line-height:1.04!important;}
  .order-online-panel p{font-size:10px!important;line-height:1.16!important;}
  .order-online-form input{height:36px!important;font-size:11px!important;}
  .order-online-form .btn{height:38px!important;min-height:38px!important;font-size:11px!important;line-height:1.08!important;}
  .order-safe{font-size:10px!important;line-height:1.12!important;}
  .order-cart-illustration{width:92px!important;height:92px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v39
   Slightly smaller overall scale, smaller heading, larger branch text.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:308px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.76fr) minmax(0,1.02fr) minmax(0,.90fr)!important;
    grid-template-rows:var(--panel-h)!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr)!important;
    gap:12px!important;
    padding:14px!important;
  }

  .branches-live-left h2{
    font-size:17px!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
    max-width:100%!important;
  }

  .branches-live-subtitle{
    font-size:8px!important;
    line-height:1.16!important;
    margin:0 0 3px!important;
  }

  .branches-live-row{
    grid-template-columns:22px minmax(0,1fr) 95px!important;
    gap:8px!important;
    padding:7px 0!important;
  }

  .branches-live-main strong{
    font-size:9px!important;
    line-height:1.08!important;
  }

  .branches-live-main em{
    font-size:7.6px!important;
    line-height:1.14!important;
  }

  .branches-live-hours{
    font-size:6.6px!important;
    line-height:1.1!important;
    gap:2px!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:9px!important;
    margin-top:5px!important;
  }

  .branches-live-button{
    height:34px!important;
    min-height:34px!important;
    font-size:10px!important;
    border-radius:8px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
  }

  .branches-live-map{border-radius:15px!important;}

  .promo-panel{padding:15px!important;grid-template-columns:minmax(0,1fr) 104px!important;}
  .promo-panel h2{font-size:17px!important;}
  .promo-panel strong{font-size:13px!important;}
  .promo-panel p{font-size:9.5px!important;}
  .promo-panel img{width:96px!important;max-width:96px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:150px!important;min-width:150px!important;}

  .order-online-panel{padding:13px!important;grid-template-columns:minmax(0,1fr) 92px!important;}
  .order-online-panel h2{font-size:16px!important;}
  .order-online-panel p{font-size:9.5px!important;}
  .order-online-form input{height:34px!important;font-size:10.5px!important;}
  .order-online-form .btn{height:36px!important;min-height:36px!important;font-size:10.5px!important;}
  .order-safe{font-size:9.5px!important;}
  .order-cart-illustration{width:88px!important;height:88px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v40
   Wider branches panel, narrower online-order panel, promo shifts right.
   Larger branch names/hours and undistorted map proportions.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{
    grid-template-columns:minmax(0,1.96fr) minmax(0,1.03fr) minmax(0,.78fr)!important;
    grid-template-rows:var(--panel-h)!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  .home-panels>.panel{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    overflow:hidden!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr)!important;
    gap:16px!important;
    padding:16px!important;
    border-radius:20px!important;
  }

  .branches-live-left{
    grid-template-rows:auto auto 1fr auto 14px!important;
    gap:4px!important;
  }

  .branches-live-left h2{
    font-size:18px!important;
    line-height:1.03!important;
    letter-spacing:-.02em!important;
  }

  .branches-live-subtitle{
    font-size:8.5px!important;
    line-height:1.15!important;
    margin:0 0 4px!important;
  }

  .branches-live-list{
    gap:0!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 122px!important;
    gap:10px!important;
    padding:8px 0!important;
    border-radius:8px!important;
  }

  .branches-live-pin{
    width:18px!important;
    height:25px!important;
  }

  .branches-live-pin::after{
    left:5px!important;
    top:5px!important;
    width:7px!important;
    height:7px!important;
  }

  .branches-live-main{gap:2px!important;}

  .branches-live-main strong{
    font-size:17px!important;
    line-height:1.02!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:8px!important;
    line-height:1.12!important;
    font-weight:700!important;
  }

  .branches-live-hours{
    font-size:13px!important;
    line-height:1.06!important;
    gap:3px!important;
    font-weight:800!important;
  }

  .branches-live-actions{
    grid-template-columns:1fr 1.22fr!important;
    gap:10px!important;
    margin-top:6px!important;
  }

  .branches-live-button{
    height:35px!important;
    min-height:35px!important;
    font-size:10.5px!important;
    border-radius:9px!important;
  }

  .branches-live-status{
    font-size:7.5px!important;
    line-height:1.1!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link--buvalkina{right:3.5%!important;top:13%!important;width:24%!important;height:12%!important;}
  .branches-map-link--nesterenka{left:12.5%!important;top:35.4%!important;width:26.5%!important;height:14%!important;}
  .branches-map-link--segedska{right:13.8%!important;bottom:29.2%!important;width:29%!important;height:13.5%!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 102px!important;
  }
  .promo-panel h2{font-size:17px!important;line-height:1.06!important;}
  .promo-panel strong{font-size:13px!important;line-height:1.12!important;}
  .promo-panel p{font-size:9.5px!important;line-height:1.16!important;}
  .promo-panel img{width:92px!important;max-width:92px!important;}
  .promo-panel .btn{height:36px!important;min-height:36px!important;font-size:11px!important;width:148px!important;min-width:148px!important;}

  .order-online-panel{
    padding:12px!important;
    grid-template-columns:minmax(0,1fr) 80px!important;
  }
  .order-online-panel h2{font-size:15px!important;line-height:1.03!important;}
  .order-online-panel p{font-size:9px!important;line-height:1.14!important;}
  .order-online-form input{height:33px!important;font-size:10px!important;}
  .order-online-form .btn{height:35px!important;min-height:35px!important;font-size:10px!important;line-height:1.06!important;}
  .order-safe{font-size:9px!important;line-height:1.1!important;}
  .order-cart-illustration{width:76px!important;height:76px!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v41
   Fine tuning: smaller district names, larger addresses, cleaner map,
   no highlight outline, landscape crop so the map fills its subpanel.
   ========================================================== */
@media (min-width:981px){
  :root{--panel-h:316px!important;}

  .home-panels{grid-template-columns:minmax(0,1.98fr) minmax(0,1.02fr) minmax(0,.76fr)!important;}

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-left h2{font-size:17px!important; line-height:1.03!important;}
  .branches-live-subtitle{font-size:8.5px!important; line-height:1.15!important;}

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 136px!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main strong{
    font-size:15px!important;
    line-height:1.03!important;
    font-weight:900!important;
  }

  .branches-live-main em{
    font-size:11px!important;
    line-height:1.12!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
  }

  .branches-live-map{
    border-radius:18px!important;
    background:#f5f8fc!important;
    display:block!important;
    overflow:hidden!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:#f5f8fc!important;
  }

  .branches-map-link{
    background:transparent!important;
    outline:none!important;
    box-shadow:none!important;
    border:none!important;
  }
  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    outline:none!important;
    box-shadow:none!important;
    background:transparent!important;
    border:none!important;
  }

  /* Coordinates adjusted for the new landscape crop */
  .branches-map-link--buvalkina{right:4.0%!important; top:10.5%!important; width:23.5%!important; height:13.5%!important;}
  .branches-map-link--nesterenka{left:12.8%!important; top:34.0%!important; width:26.5%!important; height:14.0%!important;}
  .branches-map-link--segedska{right:15.0%!important; bottom:28.0%!important; width:27.5%!important; height:13.5%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v42
   District name in one line, larger address, hours aligned opposite address.
   ========================================================== */
@media (min-width:981px){
  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr)!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 138px!important;
    align-items:flex-start!important;
    gap:10px!important;
    padding:8px 0!important;
  }

  .branches-live-main{
    gap:4px!important;
    min-width:0!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
    font-weight:700!important;
    color:#62759c!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    gap:4px!important;
    font-weight:800!important;
    padding-top:17px!important;
    align-self:flex-start!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v43
   Wider branches panel, narrower online-order panel so district names fit.
   ========================================================== */
@media (min-width:981px){
  .home-panels{
    grid-template-columns:minmax(0,2.14fr) minmax(0,1.00fr) minmax(0,.62fr)!important;
    gap:18px!important;
  }

  #branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;
    gap:14px!important;
    padding:16px!important;
  }

  .branches-live-row{
    grid-template-columns:26px minmax(0,1fr) 132px!important;
    gap:10px!important;
  }

  .branches-live-main strong{
    font-size:12px!important;
    line-height:1.02!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  .branches-live-main em{
    font-size:12px!important;
    line-height:1.08!important;
  }

  .branches-live-hours{
    font-size:11px!important;
    line-height:1.08!important;
    padding-top:17px!important;
  }

  .order-online-panel{
    padding:11px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
  }
  .order-online-panel h2{font-size:14px!important;line-height:1.02!important;}
  .order-online-panel p{font-size:8.5px!important;line-height:1.12!important;}
  .order-online-form input{height:31px!important;font-size:9.5px!important;}
  .order-online-form .btn{height:33px!important;min-height:33px!important;font-size:9.5px!important;line-height:1.04!important;}
  .order-safe{font-size:8.5px!important;line-height:1.08!important;}
  .order-cart-illustration{width:62px!important;height:62px!important;}

  .promo-panel{
    padding:15px!important;
    grid-template-columns:minmax(0,1fr) 100px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v44
   Click areas on map cover pin + label, without red rectangle highlighting.
   ========================================================== */
@media (min-width:981px){
  .branches-map-link{
    position:absolute!important;
    display:block!important;
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
    border-radius:0!important;
    z-index:6!important;
    cursor:pointer!important;
  }

  .branches-map-link:hover,
  .branches-map-link:focus,
  .branches-map-link:active,
  .branches-map-link.is-nearest{
    background:transparent!important;
    border:none!important;
    outline:none!important;
    box-shadow:none!important;
  }

  /* Clickable hit-areas include both the map pin and the text label bubble */
  .branches-map-link--buvalkina{right:1.8%!important;top:8.8%!important;width:31.5%!important;height:18.5%!important;}
  .branches-map-link--nesterenka{left:9.5%!important;top:31.8%!important;width:31.5%!important;height:18.0%!important;}
  .branches-map-link--segedska{right:12.0%!important;bottom:22.8%!important;width:33.0%!important;height:18.0%!important;}
}


/* ==========================================================
   PROLAB BRANCHES PANEL v45
   Slightly move map upward inside its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map img{
    object-position:center 42%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v46
   Fix left-side location icon: upright map-pin instead of tilted shape.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:0 6px 13px rgba(227,6,19,.14)!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v47
   Transparent branch pin background fix.
   ========================================================== */
@media (min-width:981px){
  .branches-live-pin{
    width:28px!important;
    height:36px!important;
    display:block!important;
    position:relative!important;
    background:none!important;
    background-image:none!important;
    background-color:transparent!important;
    border-radius:0!important;
    transform:none!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .branches-live-pin::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    display:block!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-size:contain!important;
    background-color:transparent!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.10))!important;
  }

  .branches-live-pin::after{
    content:none!important;
    display:none!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v48
   Fix map bleeding outside top edge of its subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-card{
    overflow:hidden!important;
  }

  .branches-live-map{
    position:relative!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    margin:0!important;
    padding:0!important;
    top:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 round 24px)!important;
    isolation:isolate!important;
    box-shadow:none!important;
    background:#f5f8fc!important;
  }

  .branches-live-map img{
    position:absolute!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center 42%!important;
    transform:none!important;
    z-index:1!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES PANEL v49
   Use cropped map asset and hard-clip it strictly inside the map subpanel.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    overflow:hidden!important;
    border-radius:24px!important;
    clip-path:inset(0 0 0 0 round 24px)!important;
    contain:paint!important;
    background:#eef4fa!important;
  }

  .branches-live-map img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:scale(1.0)!important;
    display:block!important;
  }
}


/* v54: keep extra branches hidden below visible area until cyclic rotation moves them up */
.branches-live-list{overflow:hidden!important;align-content:start!important;}


/* v56: keep branch buttons visible; list window ends just above the buttons with a small reserve */
@media (min-width:981px){
  .branches-live-list{
    display:block!important;
    max-height:206px!important;
    min-height:206px!important;
    overflow:hidden!important;
    position:relative!important;
  }

  .branches-live-list .branches-live-row{
    box-sizing:border-box!important;
  }

  .branches-live-actions{
    margin-top:8px!important;
    align-self:start!important;
  }
}


/* v58: smooth one-row cyclic branch rotation */
.branches-live-list{
  will-change:transform;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* v59: list stays fixed during rotation; rows are clipped inside the list window */
.branches-live-list{
  overflow:hidden!important;
  transform:none!important;
  contain:paint!important;
}

.branches-live-list.is-rotating{
  pointer-events:none;
}


/* ==========================================================
   PROLAB BRANCHES MAP v61
   Add two extra visible branch markers on the homepage map:
   - вул. Ак. Заболотного, 26а
   - вул. Євгена Танцюри 17/2
   Keep the existing panel concept and map proportions.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    isolation:isolate!important;
  }

  .branches-map-marker{
    position:absolute!important;
    z-index:6!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    text-decoration:none!important;
    background:transparent!important;
    border-radius:0!important;
    outline:none!important;
    overflow:visible!important;
  }

  .branches-map-marker:hover,
  .branches-map-marker:focus,
  .branches-map-marker:active,
  .branches-map-marker.is-nearest{
    outline:none!important;
    background:transparent!important;
  }

  .branches-map-marker__pin{
    flex:0 0 22px!important;
    width:22px!important;
    height:30px!important;
    margin-top:3px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 82'%3E%3Cpath fill='%23ef2e38' d='M32 0c17.673 0 32 14.327 32 32 0 23.5-24.676 38.662-29.451 47.067a2.93 2.93 0 0 1-5.097 0C24.676 70.662 0 55.5 0 32 0 14.327 14.327 0 32 0Z'/%3E%3Ccircle cx='32' cy='32' r='11' fill='%23fff'/%3E%3C/svg%3E")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    filter:drop-shadow(0 6px 10px rgba(227,6,19,.15))!important;
  }

  .branches-map-marker__label{
    display:block!important;
    max-width:150px!important;
    padding:9px 12px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 8px 18px rgba(13,47,96,.12)!important;
    color:#202735!important;
    font-size:12px!important;
    line-height:1.18!important;
    font-weight:800!important;
    letter-spacing:0!important;
  }

  .branches-map-marker.is-nearest .branches-map-marker__label,
  .branches-map-marker:hover .branches-map-marker__label,
  .branches-map-marker:focus .branches-map-marker__label{
    box-shadow:0 0 0 2px rgba(227,6,19,.24), 0 10px 18px rgba(13,47,96,.14)!important;
  }

  .branches-map-link--zabolotnoho{
    left:43.8%!important;
    top:12.8%!important;
    width:34.5%!important;
    min-height:11%!important;
  }

  .branches-map-link--tantsiury{
    left:6.8%!important;
    bottom:8.8%!important;
    width:33.5%!important;
    min-height:11%!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v62
   Reduce extra marker labels to match native map labels and
   reposition the added branches with a comfortable margin.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:6px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 19px!important;
    width:19px!important;
    height:26px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:122px!important;
    padding:7px 10px!important;
    border-radius:12px!important;
    font-size:10px!important;
    line-height:1.14!important;
    font-weight:700!important;
    box-shadow:0 6px 14px rgba(13,47,96,.10)!important;
  }

  /* Keep all branches inside the visible map area with a small margin */
  .branches-map-link--zabolotnoho{
    left:35.8%!important;
    top:10.5%!important;
    width:auto!important;
    min-height:0!important;
  }

  .branches-map-link--tantsiury{
    left:6.2%!important;
    bottom:11.8%!important;
    width:auto!important;
    min-height:0!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v63
   Match added marker bubbles to the visual scale of the original
   Buvalkina / Nesterenka labels on the reference map.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker{
    gap:5px!important;
  }

  .branches-map-marker__pin{
    flex:0 0 18px!important;
    width:18px!important;
    height:25px!important;
    margin-top:2px!important;
  }

  .branches-map-marker__label{
    max-width:112px!important;
    padding:6px 9px!important;
    border-radius:11px!important;
    font-size:8.9px!important;
    line-height:1.1!important;
    font-weight:700!important;
    letter-spacing:0!important;
    box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:112px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:106px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v64
   Fine-tune added map bubbles: smaller font like Nesterenka,
   no extra empty white area to the right, full "Академіка".
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:fit-content!important;
    max-width:102px!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:8px!important;
    line-height:1.08!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:108px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:92px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v65
   Remove extra empty space inside added address bubbles by
   narrowing them and controlling line breaks.
   ========================================================== */
@media (min-width:981px){
  .branches-map-marker__label{
    display:inline-block!important;
    width:auto!important;
    min-width:0!important;
    padding:5px 8px!important;
    border-radius:10px!important;
    font-size:7.6px!important;
    line-height:1.06!important;
    font-weight:700!important;
    white-space:normal!important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:96px!important;
  }

  .branches-map-link--tantsiury .branches-map-marker__label{
    max-width:82px!important;
  }
}


/* ==========================================================
   PROLAB BRANCHES MAP v66
   Shrink the whole map stage slightly and lift it upward so the
   full coverage fits cleanly inside the subpanel and Buvalkina
   remains fully visible.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map{
    align-self:start!important;
  }

  .branches-live-map-stage{
    position:absolute!important;
    inset:0!important;
    transform:translateY(-8px) scale(.94)!important;
    transform-origin:center top!important;
  }

  .branches-live-map-stage > img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
    display:block!important;
    z-index:1!important;
  }

  .branches-live-map-stage > .branches-map-link,
  .branches-live-map-stage > .branches-map-marker{
    position:absolute!important;
  }

  .branches-map-link--zabolotnoho{
    left:34.8%!important;
    top:10.6%!important;
  }

  .branches-map-link--tantsiury{
    left:5.8%!important;
    bottom:10.3%!important;
  }
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER HIGHLIGHT v67
   Colored hover/focus highlight for every map point label.
   ========================================================== */
.branches-map-link{
  overflow:visible!important;
}

.branches-map-link::after{
  content:"";
  position:absolute;
  border:2px solid rgba(236, 76, 90, .58);
  background:rgba(236, 76, 90, .08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(236, 76, 90, .10);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.branches-map-link:hover::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  opacity:1;
}

/* real cloud overlays for image-based labels */
.branches-map-link--buvalkina::after{
  left:24%;
  top:9%;
  width:73%;
  height:67%;
}

.branches-map-link--nesterenka::after{
  left:24%;
  top:17%;
  width:73%;
  height:62%;
}

.branches-map-link--segedska::after{
  left:22%;
  top:16%;
  width:74%;
  height:64%;
}

/* cloud overlays for live HTML labels */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
}

.branches-map-marker__label{
  transition:box-shadow .18s ease, border-color .18s ease, background .18s ease;
  border:2px solid transparent!important;
}

.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label{
  border-color:rgba(236, 76, 90, .58)!important;
  background:rgba(255, 250, 251, .98)!important;
  box-shadow:0 0 0 1px rgba(236, 76, 90, .10), 0 10px 18px rgba(13,47,96,.14)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP HOVER v68
   Keep hover highlighting for original map labels only.
   Remove hover/focus/nearest highlight from the newly added
   Zabolotnoho and Tantsiury live markers.
   ========================================================== */
.branches-map-link--zabolotnoho::after,
.branches-map-link--tantsiury::after{
  display:none!important;
  opacity:0!important;
}

.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 4px 12px rgba(13,47,96,.08)!important;
}


/* ==========================================================
   PROLAB BRANCH MAP v69
   Remove hover highlight from all map points and slightly
   narrow / shift the Zabolotnoho bubble to the left.
   ========================================================== */
.branches-map-link::after,
.branches-map-link:hover::after,
.branches-map-link:focus::after,
.branches-map-link:focus-visible::after,
.branches-map-link.is-nearest::after{
  display:none !important;
  opacity:0 !important;
  content:none !important;
}

.branches-map-marker__label,
.branches-map-marker:hover .branches-map-marker__label,
.branches-map-marker:focus .branches-map-marker__label,
.branches-map-marker:focus-visible .branches-map-marker__label,
.branches-map-marker.is-nearest .branches-map-marker__label,
.branches-map-marker--zabolotnoho .branches-map-marker__label,
.branches-map-marker--tantsiury .branches-map-marker__label,
.branches-map-marker--zabolotnoho:hover .branches-map-marker__label,
.branches-map-marker--tantsiury:hover .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus .branches-map-marker__label,
.branches-map-marker--tantsiury:focus .branches-map-marker__label,
.branches-map-marker--zabolotnoho:focus-visible .branches-map-marker__label,
.branches-map-marker--tantsiury:focus-visible .branches-map-marker__label,
.branches-map-marker--zabolotnoho.is-nearest .branches-map-marker__label,
.branches-map-marker--tantsiury.is-nearest .branches-map-marker__label{
  border-color:transparent !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 4px 12px rgba(13,47,96,.08) !important;
}

@media (min-width:981px){
  .branches-map-link--zabolotnoho{
    left:34.1% !important;
    top:10.5% !important;
  }

  .branches-map-link--zabolotnoho .branches-map-marker__label{
    max-width:92px !important;
    width:auto !important;
    min-width:0 !important;
    padding:5px 8px !important;
  }
}

@media (max-width: 1400px){.benefits{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 900px){.benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit{min-height:unset}}
@media (max-width: 640px){.benefits{grid-template-columns:1fr}}


/* v73: reduce lower benefit card typography by a couple more sizes */
.benefit strong{
  font-size:11px!important;
  line-height:1.05!important;
}

.benefit p{
  font-size:8.5px!important;
  line-height:1.12!important;
  margin-top:2px!important;
}


/* ==========================================================
   PROLAB BRANCHES MAP CROP v74
   Crop the top a bit below "Фонтанка" and the bottom a bit
   above "Великий Фонтан" while preserving the existing concept.
   ========================================================== */
@media (min-width:981px){
  .branches-live-map-stage{
    transform:translateY(-2px) scale(1.01)!important;
    transform-origin:center center!important;
  }
}


/* ==========================================================
   PROLAB Home quick panels v75
   Four service panels between research cards and home panels.
   ========================================================== */
.service-shortcuts-section{
  margin-top:18px;
  margin-bottom:4px;
}
.service-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.service-shortcut{
  display:grid;
  grid-template-columns:60px minmax(0,1fr) 12px;
  align-items:center;
  gap:12px;
  min-height:88px;
  padding:12px 14px;
  background:#fff;
  border:1.5px solid #dfe8f5;
  border-radius:14px;
  box-shadow:0 9px 22px rgba(6,43,104,.08);
  text-decoration:none;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.service-shortcut:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(6,43,104,.11);
}
.service-shortcut--blue:hover{ border-color:#b8ccef; }
.service-shortcut--red:hover{ border-color:#f2b8be; }
.service-shortcut__icon{
  width:66px;
  height:66px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 10px 20px rgba(6,43,104,.10);
}
.service-shortcut--blue .service-shortcut__icon{
  background:linear-gradient(180deg,#1b58c6 0%,#0b44a7 100%);
}
.service-shortcut--red .service-shortcut__icon{
  background:linear-gradient(180deg,#ff4a4a 0%,#ee2c38 100%);
}
.service-shortcut__icon svg{
  width:26px;
  height:26px;
  display:block;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-shortcut__content{
  min-width:0;
  display:grid;
  gap:3px;
}
.service-shortcut__title{
  display:block;
  color:var(--navy);
  font-size:14px;
  line-height:1.05;
  font-weight:900;
}
.service-shortcut--accent .service-shortcut__title{
  color:var(--red);
}
.service-shortcut__desc{
  display:block;
  color:#1f3960;
  font-size:11px;
  line-height:1.15;
  font-weight:500;
}
.service-shortcut__arrow{
  color:#203c74;
  font-size:22px;
  line-height:1;
  align-self:center;
  justify-self:end;
}
@media (max-width:1180px){
  .service-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .service-shortcuts{
    grid-template-columns:1fr;
    gap:12px;
  }
  .service-shortcut{
    grid-template-columns:64px minmax(0,1fr) 14px;
    gap:12px;
    min-height:88px;
    padding:14px 16px;
  }
  .service-shortcut__icon{
    width:68px;
    height:68px;
  }
  .service-shortcut__icon svg{
    width:30px;
    height:30px;
  }
  .service-shortcut__title{
    font-size:16px;
  }
  .service-shortcut__desc{
    font-size:12px;
  }
}


/* custom uploaded icons */
.research-card__icon img{
  filter:none!important;
}
.service-shortcut__icon{
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
}
.service-shortcut__icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.benefit__icon--image{
  width:68px;
  height:68px;
  min-width:68px;
  border:none;
  background:transparent;
  box-shadow:none;
}
.benefit__icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}


/* v80 bigger homepage category icons */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:14px 16px 14px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:center!important;
  justify-content:center!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:62px!important;
  height:62px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:56px minmax(0,1fr) 58px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
  }
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:48px!important;
    height:48px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
  }
}


/* v81 fix homepage category icon positioning */
.category-grid--home .research-card{
  grid-template-columns:72px minmax(0,1fr) 68px!important;
  grid-template-rows:50px 34px 24px!important;
  min-height:138px!important;
  height:138px!important;
  max-height:138px!important;
  padding:10px 16px 10px!important;
  column-gap:8px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__icon{
  width:68px!important;
  height:68px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  align-self:start!important;
  transform:translateY(-6px)!important;
}
.category-grid--home .research-card__icon img,
.category-grid--home .research-card__icon .icon-line{
  width:60px!important;
  height:60px!important;
}
.category-grid--home .research-card__title{
  align-self:start!important;
  margin-top:2px!important;
  font-size:13px!important;
  line-height:1.03!important;
  max-height:28px!important;
}
.category-grid--home .research-card__desc{
  margin-top:-2px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 58px!important;
    grid-template-rows:44px 34px 24px!important;
    min-height:132px!important;
    height:132px!important;
    max-height:132px!important;
    padding:9px 12px 9px!important;
    column-gap:7px!important;
    row-gap:4px!important;
  }
  .category-grid--home .research-card__icon{
    width:58px!important;
    height:58px!important;
    transform:translateY(-4px)!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:52px!important;
    height:52px!important;
  }
  .category-grid--home .research-card__title{
    font-size:12.5px!important;
    max-height:27px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:52px!important;
    height:52px!important;
    transform:none!important;
  }
  .category-grid--home .research-card__icon img,
  .category-grid--home .research-card__icon .icon-line{
    width:46px!important;
    height:46px!important;
  }
}


/* v82 fix homepage category titles fitting */
.category-grid--home .research-card{
  grid-template-columns:66px minmax(0,1fr) 60px!important;
  grid-template-rows:44px 38px 24px!important;
  min-height:136px!important;
  height:136px!important;
  max-height:136px!important;
  padding:10px 14px 10px!important;
  column-gap:7px!important;
  row-gap:4px!important;
}
.category-grid--home .research-card__title{
  align-self:stretch!important;
  display:flex!important;
  align-items:center!important;
  margin-top:0!important;
  font-size:11.6px!important;
  line-height:1.02!important;
  max-height:38px!important;
  letter-spacing:-0.01em!important;
}
.category-grid--home .research-card__desc{
  font-size:10px!important;
  line-height:1.08!important;
  max-height:34px!important;
  margin-top:6px!important;
}
.category-grid--home .research-card__button{
  width:58px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:60px minmax(0,1fr) 56px!important;
    grid-template-rows:42px 34px 24px!important;
    min-height:130px!important;
    height:130px!important;
    max-height:130px!important;
    padding:9px 12px 9px!important;
  }
  .category-grid--home .research-card__title{
    align-self:stretch!important;
    display:flex!important;
    align-items:center!important;
    font-size:11.2px!important;
    max-height:34px!important;
  }
  .category-grid--home .research-card__desc{
    font-size:9.4px!important;
    max-height:30px!important;
    margin-top:5px!important;
  }
}


/* v85: fix uploaded benefit icons — remove accidental red oval border from generic span rule */
.benefit .benefit__icon--image{
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  color:inherit!important;
  font-size:0!important;
}
.benefit .benefit__icon--image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center center!important;
}


/* v86: vertically center benefit card contents */
.benefits .benefit{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:102px !important;
}
.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center !important;
  flex:0 0 auto !important;
}
.benefits .benefit__content{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-self:center !important;
  min-height:68px !important;
}
.benefits .benefit strong,
.benefits .benefit p{
  margin-top:0 !important;
}
.benefits .benefit p{
  margin-top:3px !important;
}


/* v87: keep benefit panel size unchanged; only center content inside */
.benefits .benefit{
  min-height:74px!important;
  height:74px!important;
  max-height:74px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.benefits .benefit__icon,
.benefits .benefit__icon--image,
.benefits .benefit span{
  align-self:center!important;
  flex:0 0 auto!important;
}

.benefits .benefit__content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-self:center!important;
  min-height:0!important;
  height:auto!important;
}

.benefits .benefit strong{
  margin:0!important;
}

.benefits .benefit p{
  margin:2px 0 0!important;
}

/* v88: merge the online-order panel into the promotions area */
.home-panels > .promo-panel{
  grid-column: 2 / 4 !important;
}

.home-panels > .order-online-panel{
  display: none !important;
}

@media (max-width: 980px){
  .home-panels > .promo-panel{
    grid-column: auto !important;
  }
}

/* v89 footer redesign */
.footer--light{
  background:#ffffff !important;
  color:#35445f !important;
  padding:44px 0 40px !important;
  margin-top:44px;
}
.footer-service-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:48px;
  align-items:start;
}
.footer--light h3,
.footer--light h4{
  margin:0 0 20px;
  color:#334564;
  font-weight:800;
}
.footer--light h3{font-size:22px;}
.footer--light h4{font-size:18px; margin-top:34px;}
.footer--light a,
.footer--light p{
  color:#5c677d;
}
.footer-service__phone{
  display:block;
  font-size:58px;
  line-height:1.05;
  font-weight:800;
  color:#0055a8 !important;
  margin:0 0 18px;
}
.footer-service p{
  margin:0;
  font-size:17px;
  line-height:1.55;
  max-width:440px;
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-socials a{
  width:48px;
  height:48px;
  border:1px solid #d8dee8;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0055b8 !important;
  background:#f8fafc;
  font-weight:700;
  font-size:24px;
}
.footer-socials a span{line-height:1;}
.footer-socials a[aria-label="LinkedIn"] span{font-size:20px; font-weight:800;}
.footer-mail{
  display:inline-block;
  font-size:16px;
  color:#0055b8 !important;
  margin-top:4px;
}
.footer-nav-col a{
  display:block;
  color:#0055b8 !important;
  font-size:18px;
  line-height:1.45;
  margin:0 0 14px;
}
@media (max-width: 1100px){
  .footer-service-grid{grid-template-columns:1.4fr 1fr 1fr; gap:32px;}
  .footer-nav-col:last-child{grid-column:2 / 4;}
  .footer-service__phone{font-size:48px;}
}
@media (max-width: 800px){
  .footer-service-grid{grid-template-columns:1fr 1fr; gap:28px;}
  .footer-nav-col:last-child{grid-column:auto;}
  .footer-service__phone{font-size:42px;}
}
@media (max-width: 560px){
  .footer-service-grid{grid-template-columns:1fr;}
  .footer--light h3{font-size:20px;}
  .footer-service__phone{font-size:36px;}
  .footer-nav-col a,.footer-mail,.footer-service p{font-size:16px;}
}


/* v90 footer adjustments */
.footer-service__phone{margin:0 0 10px;}
.footer-socials a{background:#fff; border-color:#d9e0eb;}
.footer-socials a:hover{border-color:#9fb5d8; transform:translateY(-1px);}


/* v91 footer color/size refinement */
.footer--light{
  background:#072b68 !important;
  color:#ffffff !important;
}
.footer--light h3,
.footer--light h4{
  color:#ffffff !important;
}
.footer--light a,
.footer--light p{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:44px !important;
  line-height:1.08 !important;
  color:#ffffff !important;
  letter-spacing:0.2px;
}
.footer-nav-col a,
.footer-mail{
  color:#dce8ff !important;
}
.footer-nav-col a:hover,
.footer-mail:hover{
  color:#ffffff !important;
}
.footer-socials a{
  background:#ffffff !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#0055b8 !important;
}
.footer-socials a:hover{
  border-color:#ffffff !important;
  box-shadow:0 6px 16px rgba(0,0,0,.16);
}
@media (max-width:1100px){
  .footer-service__phone{font-size:38px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:34px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:30px !important;}
}


/* v92 footer contact block */
.footer-contact-copy p{
  margin:0 0 10px;
  color:#dce8ff !important;
  font-size:18px;
  line-height:1.5;
}
.footer-contact-copy p:last-child{margin-bottom:0;}
.footer-contact-copy .footer-mail{
  color:#ffffff !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
.footer-service__phone{
  font-size:36px !important;
  font-weight:800;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:32px !important;}
  .footer-contact-copy p{font-size:16px;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:28px !important;}
  .footer-contact-copy p{font-size:15px;}
}


/* v93 footer typography + centered contacts */
.footer--light{
  background:#072b68 !important;
}
.footer-service-grid{
  gap:42px;
}
.footer--light h3{
  font-size:18px !important;
  margin-bottom:16px !important;
}
.footer--light h4{
  font-size:15px !important;
  margin-top:28px !important;
  margin-bottom:12px !important;
}
.footer-service__phone{
  font-size:30px !important;
  line-height:1.12 !important;
  margin:0 0 20px !important;
}
.footer-nav-col a,
.footer-mail,
.footer-service p,
.footer--light p{
  font-size:15px !important;
  line-height:1.42 !important;
}
.footer-nav-col a{
  margin:0 0 12px !important;
}
.footer-socials a{
  width:46px;
  height:46px;
}
.footer-contact-copy{
  text-align:center;
  max-width:520px;
}
.footer-contact-copy h4{
  text-align:center;
}
.footer-contact-copy__line{
  margin:0 0 10px !important;
  color:#dce8ff !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.footer-contact-copy__company{
  font-size:16px !important;
}
.footer-contact-copy__links{
  white-space:normal;
}
.footer-contact-copy .footer-mail{
  display:inline;
  color:#ffffff !important;
  font-size:inherit !important;
  margin-top:0 !important;
}
.footer-contact-copy .footer-mail:hover{
  color:#dce8ff !important;
}
@media (max-width:1100px){
  .footer-service__phone{font-size:28px !important;}
  .footer--light h3{font-size:17px !important;}
  .footer-nav-col a,.footer-mail,.footer-service p,.footer--light p,.footer-contact-copy__line{font-size:14px !important;}
  .footer-contact-copy__company{font-size:15px !important;}
}
@media (max-width:800px){
  .footer-service__phone{font-size:26px !important;}
}
@media (max-width:560px){
  .footer-service__phone{font-size:24px !important;}
  .footer-socials a{width:42px;height:42px;}
}


/* v95 contacts in one row, left aligned */
.footer-contact-row{
  margin-top: 18px;
  padding-bottom: 8px;
}
.footer-contact-copy--row{
  max-width: none;
  text-align: left;
  margin: 0;
}
.footer-contact-copy--row h4{
  text-align: left;
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.footer-contact-copy__inline{
  margin: 0 !important;
  color: #dce8ff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left;
}
.footer-contact-copy__sep{
  display: inline-block;
  margin: 0 10px;
  color: #dce8ff;
}
.footer-contact-copy--row .footer-mail{
  display: inline;
  color: #ffffff !important;
}
@media (max-width: 1200px){
  .footer-contact-copy__inline{font-size:13px !important;}
}
@media (max-width: 860px){
  .footer-contact-row{margin-top: 14px;}
  .footer-contact-copy__sep{margin:0 6px;}
}
@media (max-width: 640px){
  .footer-contact-copy__inline{font-size:13px !important;}
  .footer-contact-copy__sep{display:none;}
}


/* v96 social icons from provided images */
.footer-socials .social-icon--image{
  padding:0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.footer-socials .social-icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:14px;
}
.footer-socials .social-icon--image:hover{
  transform:translateY(-1px);
  box-shadow:none !important;
}
.footer-socials .social-icon--image:hover img{
  filter:brightness(1.02);
}


/* === Home promotions slider v98 === */
.promo-slider{
  position:relative!important;
  overflow:hidden!important;
  padding:18px 54px 52px 22px!important;
  min-height:340px!important;
}
.promo-slider__viewport{
  position:relative!important;
  min-height:260px!important;
}
.promo-slide{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 170px!important;
  grid-template-rows:auto auto auto auto auto 1fr!important;
  gap:10px 20px!important;
  align-items:start!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .35s ease, visibility .35s ease!important;
}
.promo-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.promo-slide .badge-red{grid-column:1!important;grid-row:1!important;width:max-content!important;}
.promo-slide h2{grid-column:1!important;grid-row:2!important;margin:0!important;font-size:22px!important;line-height:1.08!important;}
.promo-slide strong{grid-column:1!important;grid-row:3!important;display:block!important;font-size:20px!important;line-height:1.15!important;color:var(--navy)!important;}
.promo-slide p{grid-column:1!important;grid-row:4!important;margin:0!important;font-size:15px!important;line-height:1.35!important;color:#334a73!important;max-width:430px!important;}
.promo-slide__price{grid-column:1!important;grid-row:5!important;display:flex!important;align-items:baseline!important;gap:14px!important;flex-wrap:wrap!important;}
.promo-slide__price del{color:#9ba9c0!important;font-size:18px!important;font-weight:700!important;}
.promo-slide__price span{color:var(--navy)!important;font-size:34px!important;font-weight:900!important;line-height:1!important;}
.promo-slide img{grid-column:2!important;grid-row:2 / span 4!important;align-self:center!important;justify-self:end!important;width:150px!important;max-width:100%!important;height:auto!important;opacity:1!important;}
.promo-slide .btn{grid-column:1!important;grid-row:6!important;align-self:end!important;width:170px!important;min-width:170px!important;}
.promo-slider__nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:40px!important;
  height:40px!important;
  border:1px solid #d7e1ef!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--navy)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  line-height:1!important;
  box-shadow:0 10px 20px rgba(30,85,184,.10)!important;
}
.promo-slider__nav--prev{left:10px!important;}
.promo-slider__nav--next{right:10px!important;}
.promo-slider__dots{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:14px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  z-index:3!important;
}
.promo-slider__dot{
  width:12px!important;
  height:12px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid #6f84aa!important;
  background:#fff!important;
  cursor:pointer!important;
}
.promo-slider__dot.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
}
@media (max-width:980px){
  .promo-slider{min-height:360px!important;}
}
@media (max-width:640px){
  .promo-slider{padding:18px 16px 54px 16px!important;min-height:420px!important;}
  .promo-slider__viewport{min-height:330px!important;}
  .promo-slide{grid-template-columns:1fr!important;grid-template-rows:auto auto auto auto auto auto 1fr!important;gap:10px!important;}
  .promo-slide img{grid-column:1!important;grid-row:5!important;justify-self:center!important;width:120px!important;}
  .promo-slide__price{grid-column:1!important;grid-row:6!important;}
  .promo-slide .btn{grid-column:1!important;grid-row:7!important;width:100%!important;min-width:0!important;}
  .promo-slide strong{font-size:17px!important;}
  .promo-slide p{font-size:13px!important;max-width:none!important;}
  .promo-slide__price del{font-size:16px!important;}
  .promo-slide__price span{font-size:28px!important;}
  .promo-slider__nav{top:auto!important;bottom:14px!important;transform:none!important;}
  .promo-slider__nav--prev{left:16px!important;}
  .promo-slider__nav--next{right:16px!important;}
}


/* v98: strict grid-layout contacts page */
body[data-route="kontakty"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%);
}

.contacts-hero-grid{
  background:
    linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%);
  border-bottom:1px solid #e2ebf7;
  overflow:hidden;
}

.contacts-hero-grid__inner{
  min-height:310px;
  display:grid;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr);
  align-items:stretch;
  gap:0;
}

.contacts-hero-grid__copy{
  display:grid;
  align-content:center;
  padding:44px 32px 44px 0;
  position:relative;
  z-index:2;
}

.contacts-hero-grid__copy h1{
  margin:0 0 18px;
  color:#0b3476;
  font-size:clamp(48px,5.4vw,74px);
  line-height:.96;
  letter-spacing:-.045em;
  font-weight:900;
}

.contacts-hero-grid__copy p{
  margin:0;
  max-width:540px;
  color:#263d64;
  font-size:21px;
  line-height:1.42;
  font-weight:500;
}

.contacts-hero-grid__media{
  position:relative;
  min-height:310px;
  display:grid;
  overflow:hidden;
}

.contacts-hero-grid__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(248,251,255,.94) 0%,rgba(248,251,255,.58) 21%,rgba(248,251,255,0) 46%),
    linear-gradient(180deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,0) 44%);
  pointer-events:none;
}

.contacts-hero-grid__photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  filter:saturate(.94) contrast(1.02);
}

.contacts-hero-grid__logo{
  position:absolute;
  z-index:2;
  right:7%;
  top:42px;
  width:250px;
  max-width:34%;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(214,228,247,.86);
  box-shadow:0 16px 34px rgba(6,43,104,.10);
  backdrop-filter:blur(6px);
}

.contacts-hero-grid__logo img{
  width:100%;
  height:auto;
}

.contacts-hero-grid__operator{
  position:absolute;
  z-index:2;
  right:8%;
  bottom:36px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  border:1px solid #dce6f2;
  box-shadow:0 12px 26px rgba(6,43,104,.12);
  font-weight:900;
  font-size:14px;
}

.contacts-hero-grid__face{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef5ff;
  color:#e52932;
}

.contacts-info-grid{
  margin-top:-48px;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.contacts-info-card{
  min-height:112px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  padding:18px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

.contacts-info-card__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b3476;
  display:grid;
  place-items:center;
  font-size:25px;
}

.contacts-info-card__body{
  min-width:0;
  display:grid;
  gap:5px;
}

.contacts-info-card strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.1;
  font-weight:900;
}

.contacts-info-card em{
  color:#e52932;
  font-style:normal;
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

.contacts-info-card small{
  color:#1f3960;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.contacts-grid-layout{
  margin-top:24px;
  display:grid;
  grid-template-columns:minmax(440px,1.1fr) minmax(340px,.9fr) minmax(340px,.9fr);
  gap:18px;
  align-items:stretch;
}

.contacts-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px;
  min-height:330px;
  overflow:hidden;
}

.contacts-card__head{
  margin-bottom:12px;
}

.contacts-card__head h2{
  margin:0 0 6px;
  color:#0b3476;
  font-size:22px;
  line-height:1.12;
  font-weight:900;
}

.contacts-card__head p{
  margin:0;
  color:#53637c;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

.contacts-branches-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-branches-card__grid{
  display:grid;
  grid-template-columns:48% 1fr;
  gap:16px;
  min-height:240px;
}

.contacts-branches-map{
  overflow:hidden;
  border-radius:16px;
  background:#eaf4ff;
  border:1px solid #dce6f2;
  min-height:240px;
}

.contacts-branches-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

.contacts-branches-list{
  display:grid;
  align-content:start;
  gap:9px;
}

.contacts-branch-link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:9px;
  align-items:start;
  padding:0;
  color:#0b3476;
}

.contacts-branch-link__pin{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#e52932;
  font-size:17px;
  line-height:1;
}

.contacts-branch-link strong,
.contacts-branch-link em,
.contacts-branch-link small{
  display:block;
}

.contacts-branch-link strong{
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

.contacts-branch-link em{
  margin-top:2px;
  color:#1f3960;
  font-style:normal;
  font-size:12.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-branch-link small{
  margin-top:2px;
  color:#64738b;
  font-size:10.5px;
  line-height:1.15;
  font-weight:700;
}

.contacts-map-button{
  justify-self:start;
  margin-top:14px;
  min-width:190px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  padding:0 18px;
  border-radius:10px;
  border:1.5px solid #0b3476;
  color:#0b3476;
  background:#fff;
  font-weight:900;
  font-size:14px;
}

.contacts-form-card .pro-form{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.contacts-form-card .pro-form label{
  display:grid;
  gap:5px;
  color:#53637c;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}

.contacts-form-card .pro-form input,
.contacts-form-card .pro-form textarea{
  width:100%;
  border:1px solid #cbd7e8;
  border-radius:9px;
  padding:10px 12px;
  min-height:39px;
  background:#fff;
  color:#0b3476;
}

.contacts-form-card .pro-form textarea{
  min-height:84px;
  resize:vertical;
}

.contacts-form-card .pro-form .span-2{
  grid-column:auto;
}

.contacts-form-card .pro-form .check{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  color:#0b3476;
}

.contacts-form-card .pro-form .check input{
  width:16px;
  height:16px;
  min-height:0;
  flex:0 0 auto;
}

.contacts-form-card .pro-form .btn{
  width:100%;
  min-height:44px;
}

.contacts-help-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
}

.contacts-help-list{
  display:grid;
  gap:8px;
  align-content:start;
}

.contacts-help-list details{
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  padding:0;
}

.contacts-help-list summary{
  list-style:none;
  cursor:pointer;
  padding:11px 38px 11px 12px;
  position:relative;
  color:#0b3476;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}

.contacts-help-list summary::-webkit-details-marker{
  display:none;
}

.contacts-help-list summary::after{
  content:"⌄";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-50%);
  color:#0b3476;
}

.contacts-help-list details[open] summary::after{
  content:"⌃";
}

.contacts-help-list details p{
  margin:0;
  padding:0 12px 12px;
  color:#53637c;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}

.contacts-chat-cta{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:12px;
  border:1px solid #dce6f2;
  background:#fff;
  color:#e52932;
  font-size:14px;
  font-weight:900;
}

body[data-route="kontakty"] .benefits{
  margin-top:20px;
}

@media (max-width:1180px){
  .contacts-hero-grid__inner{
    grid-template-columns:1fr;
  }
  .contacts-hero-grid__media{
    min-height:240px;
    order:-1;
  }
  .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:18px;
  }
  .contacts-info-grid .contacts-info-card:last-child{
    grid-column:1 / -1;
  }
  .contacts-grid-layout{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:720px){
  .contacts-hero-grid__copy{
    padding:30px 0;
  }
  .contacts-hero-grid__copy h1{
    font-size:42px;
  }
  .contacts-hero-grid__copy p{
    font-size:17px;
  }
  .contacts-info-grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-card__grid{
    grid-template-columns:1fr;
  }
  .contacts-branches-map{
    min-height:220px;
  }
}


/* v99 contacts page corrections */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:280px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding-top:34px!important;
  padding-bottom:34px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  font-size:48px!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:10px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  font-size:16px!important;
  line-height:1.34!important;
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo{
  width:210px!important;
  top:34px!important;
  right:6%!important;
}

body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-34px!important;
  gap:12px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:86px!important;
  height:86px!important;
  padding:12px 14px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:11px!important;
  border-radius:15px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:42px!important;
  height:42px!important;
  font-size:20px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  gap:3px!important;
  align-content:center!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:13px!important;
  line-height:1.05!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:12.5px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10.8px!important;
  line-height:1.13!important;
  white-space:pre-line!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  object-position:62% center!important;
  transform:translateX(-18px) scale(1.08);
  transform-origin:center center;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:230px!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:82px!important;
  }
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    font-size:40px!important;
  }
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:16px!important;
  }
}


/* v100 contacts hero/photo and compact info cards */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:300px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__logo,
body[data-route="kontakty"] .contacts-hero-grid__operator{
  display:none!important;
}

body[data-route="kontakty"] .contacts-info-grid{
  grid-template-columns:1.05fr 1.05fr 1.28fr 1.08fr 1fr!important;
  gap:10px!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:78px!important;
  height:78px!important;
  padding:10px 12px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:9px!important;
  border-radius:14px!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:38px!important;
  height:38px!important;
  font-size:18px!important;
}

body[data-route="kontakty"] .contacts-info-card strong{
  font-size:12px!important;
  line-height:1.02!important;
}

body[data-route="kontakty"] .contacts-info-card em{
  font-size:11.5px!important;
  line-height:1.04!important;
}

body[data-route="kontakty"] .contacts-info-card small{
  font-size:10px!important;
  line-height:1.08!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) em{
  white-space:nowrap!important;
  font-size:11px!important;
  letter-spacing:-.02em!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
  white-space:nowrap!important;
}

body[data-route="kontakty"] .contacts-info-card:nth-child(4) small{
  white-space:pre-line!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:78px!important;
  }
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) em,
  body[data-route="kontakty"] .contacts-info-card:nth-child(3) small{
    white-space:normal!important;
  }
}


/* v101 contacts hero proportions */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:338px!important;
  grid-template-columns:minmax(360px,.88fr) minmax(500px,1.02fr)!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:36px 26px 52px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 14px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy p{
  max-width:520px!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:338px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,.96) 0%,rgba(248,251,255,.72) 18%,rgba(248,251,255,.16) 38%,rgba(248,251,255,0) 52%),
    linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 42%)!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  width:95%!important;
  height:92%!important;
  object-fit:contain!important;
  object-position:right center!important;
  justify-self:end!important;
  margin-left:auto!important;
  filter:saturate(.96) contrast(1.01)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:26px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:280px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    width:100%!important;
    height:100%!important;
  }
}


/* v106 contacts hero: lower the operator image so hands are mostly hidden by the contact cards */
body[data-route="kontakty"] .contacts-hero-grid__media{
  align-items:flex-end!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  object-position:right bottom!important;
  height:96%!important;
  transform:translateY(34px)!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    object-position:center center!important;
    height:100%!important;
  }
}


/* v107 contacts hero: pull the whole hero block upward closer to the top white header edge */
body[data-route="kontakty"] .contacts-hero-grid__inner{
  min-height:286px!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  padding:14px 26px 44px 0!important;
}

body[data-route="kontakty"] .contacts-hero-grid__media{
  min-height:286px!important;
  align-items:flex-start!important;
}

body[data-route="kontakty"] .contacts-hero-grid__photo{
  height:93%!important;
  transform:translateY(14px)!important;
}

body[data-route="kontakty"] .contact-cards{
  margin-top:-44px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__inner{
    min-height:auto!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:22px 0 18px!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__media{
    min-height:260px!important;
    align-items:center!important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__photo{
    transform:none!important;
    height:100%!important;
  }
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v108 contacts hero: raise the contact cards a bit higher */
body[data-route="kontakty"] .contact-cards{
  margin-top:-60px!important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contact-cards{
    margin-top:0!important;
  }
}


/* v110 contacts cards: increase card height further */
body[data-route="kontakty"] .contact-cards{
  grid-auto-rows:190px!important;
}

body[data-route="kontakty"] .contact-card{
  min-height:190px!important;
}

@media (max-width: 980px){
  body[data-route="kontakty"] .contact-cards{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contact-card{
    min-height:190px!important;
  }
}

/* v111 contacts info cards: actually increase the visible top contact tiles height */
body[data-route="kontakty"] .contacts-info-grid{
  grid-auto-rows:118px!important;
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:118px!important;
  height:118px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

body[data-route="kontakty"] .contacts-info-card__icon{
  width:46px!important;
  height:46px!important;
  font-size:21px!important;
}

body[data-route="kontakty"] .contacts-info-card__body{
  align-self:center!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    grid-auto-rows:auto!important;
  }
  body[data-route="kontakty"] .contacts-info-card{
    height:auto!important;
    min-height:118px!important;
  }
}


/* v112: raise top contact tiles higher into the hero area */
body[data-route="kontakty"] .contacts-info-grid{
  margin-top:-56px!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:12px!important;
  }
}


/* v113: contacts hero text spacing and branch hours line breaks */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:84px 32px 28px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 24px !important;
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:8px;
  max-width:560px;
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:clamp(27px,2.25vw,34px);
  line-height:1.05;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#263a5e;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

body[data-route="kontakty"] .contacts-branch-link small{
  line-height:1.28;
}

body[data-route="kontakty"] .contacts-branch-link small br{
  content:"";
}

@media (max-width:720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:46px 0 24px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:16px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:24px;
  }
  body[data-route="kontakty"] .contacts-hero-grid__desc{
    font-size:15px;
  }
}


/* v114: contacts hero text styled to match home hero concept */
body[data-route="kontakty"] .contacts-hero-grid__copy{
  align-content:start;
  padding:72px 32px 26px 0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy h1{
  margin:0 0 6px !important;
  color:#0b3476;
  font-size:var(--h1-home) !important;
  line-height:1.01 !important;
  letter-spacing:-.045em;
  font-weight:900;
  max-width:clamp(520px,45vw,650px);
}

body[data-route="kontakty"] .contacts-hero-grid__text{
  display:grid;
  gap:clamp(7px,.7vw,10px);
  max-width:clamp(480px,42vw,600px);
}

body[data-route="kontakty"] .contacts-hero-grid__lead{
  margin:0;
  color:#0b3476;
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400;
}

body[data-route="kontakty"] .contacts-hero-grid__desc{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px) !important;
  line-height:1.27 !important;
  font-weight:500;
  max-width:clamp(480px,42vw,600px);
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    padding:38px 0 20px !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy h1{
    margin-bottom:6px !important;
  }
}


/* v115: contacts hero phrase updated and sized like home hero subheading */
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(28px,2.3vw,35px) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  color:#0b3476 !important;
}

/* v116: visibly enlarge the second hero phrase on contacts page */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:clamp(44px,3.35vw,56px) !important;
  line-height:1.02 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  max-width:clamp(560px,48vw,760px) !important;
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:clamp(32px,4vw,42px) !important;
    line-height:1.05 !important;
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
  body[data-route="kontakty"] .contacts-hero-grid__lead{
    font-size:30px !important;
  }
}


/* v117: match contacts hero secondary phrase to home hero parameters */
body[data-route="kontakty"] .contacts-hero-grid__text .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__copy .contacts-hero-grid__lead,
body[data-route="kontakty"] .contacts-hero-grid__lead{
  font-size:var(--lead-home) !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  margin-bottom:clamp(7px,.7vw,10px) !important;
  color:#0b3476 !important;
  max-width:none !important;
}


/* v118: update contacts hero phrase and raise it slightly higher */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:-22px !important;
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:-10px !important;
  }
}


/* v119: restore normal second line position and move the whole hero text group upward */
body[data-route="kontakty"] .contacts-hero-grid__text{
  margin-top:0 !important;
}

body[data-route="kontakty"] .contacts-hero-grid__copy{
  transform:translateY(-28px);
}

@media (max-width: 1180px){
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-16px);
  }
}

@media (max-width: 720px){
  body[data-route="kontakty"] .contacts-hero-grid__text{
    margin-top:0 !important;
  }
  body[data-route="kontakty"] .contacts-hero-grid__copy{
    transform:translateY(-8px);
  }
}


/* v120 contacts map: use full branch map so every location stays visible */
body[data-route="kontakty"] .contacts-branches-map{
  background:#f4f8ff!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* v121 contacts map: stretch map to full height of the card area */
body[data-route="kontakty"] .contacts-branches-card__grid{
  align-items:stretch!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  min-height:100%!important;
  height:100%!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  width:100%!important;
  height:100%!important;
  object-fit:fill!important;
  object-position:center center!important;
}


/* v122 contacts map: keep natural proportions and enlarge the map area instead of stretching */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:56% 1fr!important;
  align-items:start!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:unset!important;
  object-position:center center!important;
  transform:none!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v123 contacts branches: place the branch list under a wider map */
body[data-route="kontakty"] .contacts-branches-card__grid{
  grid-template-columns:1fr!important;
  align-items:start!important;
  gap:18px!important;
}

body[data-route="kontakty"] .contacts-branches-map{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}

body[data-route="kontakty"] .contacts-branches-map img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="kontakty"] .contacts-branches-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  align-content:start!important;
}

@media (max-width:1100px){
  body[data-route="kontakty"] .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
  }
}


/* v124 contacts branches: arrange branch addresses in two columns under the map */
body[data-route="kontakty"] .contacts-branches-list{
  grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  column-gap:28px!important;
  row-gap:18px!important;
}

body[data-route="kontakty"] .contacts-branch-link{
  height:100%!important;
}

@media (max-width:900px){
  body[data-route="kontakty"] .contacts-branches-list{
    grid-template-columns:1fr!important;
  }
}


/* === About page redesign === */
body[data-route="pro-nas"]{
  background:#f5f8fc;
}
body[data-route="pro-nas"] .footer{
  margin-top:34px;
}
.about-page{
  padding:0 0 24px;
}
.about-page__wrap{
  padding-top:0;
}
.about-hero-card{
  display:grid;
  grid-template-columns:minmax(320px, 38%) minmax(0, 62%);
  align-items:stretch;
  overflow:hidden;
  background:#eef4fb;
  border:1px solid var(--line);
  border-radius:0 0 22px 22px;
  box-shadow:var(--shadow);
}
.about-hero-card__copy{
  padding:48px 28px 22px 28px;
  position:relative;
  z-index:2;
}
.about-hero-card__copy h1{
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(44px, 5vw, 72px);
  line-height:.95;
  letter-spacing:-.045em;
}
.about-hero-card__lead{
  margin:0 0 14px;
  color:var(--navy);
  font-weight:800;
  font-size:clamp(18px, 2vw, 28px);
  line-height:1.1;
}
.about-hero-card__text{
  margin:0;
  max-width:430px;
  color:#28426f;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.45;
}
.about-hero-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
}
.about-hero-card__actions .btn{
  min-width:208px;
  min-height:44px;
  font-size:15px;
}
.about-hero-card__media{
  min-height:255px;
  position:relative;
}
.about-hero-card__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(238,244,251,1) 0%, rgba(238,244,251,.82) 12%, rgba(238,244,251,.25) 24%, rgba(238,244,251,0) 39%);
  z-index:1;
  pointer-events:none;
}
.about-hero-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.about-details-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.06fr) minmax(0,1.28fr);
  gap:18px;
  margin-top:22px;
}
.about-info-card{
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:20px 16px 18px;
  display:flex;
  flex-direction:column;
}
.about-info-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.about-info-card__icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:50%;
  border:1px solid #d6e2f0;
  background:#f8fbff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.about-info-card__icon svg{
  width:29px;
  height:29px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-info-card h2{
  margin:0;
  color:var(--navy);
  font-size:22px;
  line-height:1.15;
}
.about-info-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.about-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
}
.about-badges span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:7px 12px;
  border-radius:14px;
  border:1px solid #ccd8e8;
  color:var(--navy);
  background:#fbfdff;
  font-weight:700;
  text-align:center;
  line-height:1.2;
}
.about-info-card--stats .about-info-card__head{
  margin-bottom:18px;
}
.about-stats-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 10px;
  margin-top:4px;
}
.about-stat{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.about-stat strong{
  color:var(--navy);
  font-size:22px;
  line-height:1;
}
.about-stat span{
  color:#27426b;
  font-size:14px;
  line-height:1.28;
}
.about-info-card--timeline{
  position:relative;
}
.about-timeline{
  position:relative;
  display:grid;
  gap:10px;
  padding-left:18px;
}
.about-timeline::before{
  content:"";
  position:absolute;
  left:7px;
  top:6px;
  bottom:8px;
  width:2px;
  background:#dce6f2;
}
.about-timeline__item{
  position:relative;
  padding-left:20px;
}
.about-timeline__item::before{
  content:"";
  position:absolute;
  left:-1px;
  top:6px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--red);
  z-index:1;
}
.about-timeline__item.is-active::before,
.about-timeline__item.is-today::before{
  background:var(--red);
}
.about-timeline__year{
  color:var(--navy);
  font-weight:800;
  font-size:18px;
  margin-bottom:5px;
}
.about-timeline__item p{
  font-size:14px;
  line-height:1.34;
}
.about-timeline__item.is-today .about-timeline__year{
  color:var(--red);
}
@media (max-width: 1180px){
  .about-hero-card{grid-template-columns:minmax(300px,40%) minmax(0,60%);}
  .about-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 900px){
  .about-hero-card{grid-template-columns:1fr; border-radius:0 0 20px 20px;}
  .about-hero-card__copy{padding:28px 20px 24px;}
  .about-hero-card__media{min-height:280px;}
  .about-hero-card__media::before{background:linear-gradient(180deg, rgba(238,244,251,.15) 0%, rgba(238,244,251,0) 24%);}
}
@media (max-width: 640px){
  .about-details-grid{grid-template-columns:1fr;}
  .about-stats-grid{grid-template-columns:1fr 1fr;}
  .about-hero-card__actions .btn{width:100%; min-width:0;}
  .about-info-card{min-height:auto;}
}

.about-team-section{
  margin-top:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:16px 18px 18px;
}
.about-team-section__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.about-team-section__header h2{
  margin:0;
  color:var(--navy);
  font-size:32px;
  line-height:1.05;
}
.about-team-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(4, 1fr);
  gap:14px;
}
.about-team-photo{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#eff4fb;
  border:1px solid #d6e2f0;
  min-height:160px;
}
.about-team-photo--wide{
  min-height:160px;
}
.about-team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:var(--team-pos, center center);
  display:block;
}
@media (max-width: 1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .about-team-photo--wide{
    grid-column:span 3;
    min-height:220px;
  }
}
@media (max-width: 900px){
  .about-team-section__header h2{font-size:28px;}
}
@media (max-width: 640px){
  .about-team-grid{
    grid-template-columns:1fr;
  }
  .about-team-photo--wide{
    grid-column:auto;
    min-height:180px;
  }
  .about-team-photo{
    min-height:180px;
  }
}


/* v133: compact about info panels and corrected stats */
body[data-route="pro-nas"] .about-details-grid{
  gap:14px!important;
  margin-top:18px!important;
}
body[data-route="pro-nas"] .about-info-card{
  min-height:205px!important;
  padding:16px 14px 15px!important;
  border-radius:18px!important;
}
body[data-route="pro-nas"] .about-info-card__head{
  gap:10px!important;
  margin-bottom:9px!important;
}
body[data-route="pro-nas"] .about-info-card__icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}
body[data-route="pro-nas"] .about-info-card__icon svg{
  width:23px!important;
  height:23px!important;
}
body[data-route="pro-nas"] .about-info-card h2{
  font-size:18px!important;
  line-height:1.12!important;
}
body[data-route="pro-nas"] .about-info-card p{
  font-size:13px!important;
  line-height:1.34!important;
}
body[data-route="pro-nas"] .about-badges{
  gap:8px!important;
  padding-top:12px!important;
}
body[data-route="pro-nas"] .about-badges span{
  min-height:40px!important;
  padding:6px 10px!important;
  font-size:12px!important;
  border-radius:12px!important;
}
body[data-route="pro-nas"] .about-stats-grid{
  gap:10px 9px!important;
  margin-top:0!important;
}
body[data-route="pro-nas"] .about-stat{
  gap:4px!important;
}
body[data-route="pro-nas"] .about-stat strong{
  font-size:19px!important;
}
body[data-route="pro-nas"] .about-stat span{
  font-size:12px!important;
  line-height:1.25!important;
}
body[data-route="pro-nas"] .about-timeline{
  gap:8px!important;
  padding-left:15px!important;
}
body[data-route="pro-nas"] .about-timeline__item{
  padding-left:17px!important;
}
body[data-route="pro-nas"] .about-timeline__year{
  font-size:14px!important;
  margin-bottom:3px!important;
}
body[data-route="pro-nas"] .about-timeline__item p{
  font-size:12px!important;
  line-height:1.28!important;
}
body[data-route="pro-nas"] .about-timeline__item::before{
  width:10px!important;
  height:10px!important;
  top:4px!important;
}


/* v135: remove ISO badges and use supplied real lab photos in the team block */
.about-badges{
  display:none!important;
}

.about-info-card{
  min-height:220px!important;
}

.about-team-section{
  padding:16px 18px 18px!important;
}

.about-team-grid{
  grid-template-columns:1.25fr repeat(4, 1fr)!important;
  gap:14px!important;
}

.about-team-photo{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo--wide{
  min-height:155px!important;
  height:155px!important;
}

.about-team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--team-pos, center center)!important;
}

@media (max-width:1180px){
  .about-team-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .about-team-photo--wide{
    grid-column:span 3!important;
    height:220px!important;
    min-height:220px!important;
  }
}

@media (max-width:640px){
  .about-team-grid{
    grid-template-columns:1fr!important;
  }
  .about-team-photo,
  .about-team-photo--wide{
    grid-column:auto!important;
    height:180px!important;
    min-height:180px!important;
  }
}


/* v136: about hero text like contacts hero; compact one-line subtitles and one-row buttons */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px, 43%) minmax(0, 57%)!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding-top:48px!important;
  padding-bottom:34px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin-bottom:10px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 16px!important;
  font-size:clamp(30px, 2.35vw, 38px)!important;
  line-height:1.06!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0 0 4px!important;
  max-width:none!important;
  font-size:clamp(18px, 1.28vw, 22px)!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:16px!important;
  margin-top:24px!important;
  align-items:center!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  width:auto!important;
  min-width:208px!important;
  white-space:nowrap!important;
}

@media (max-width: 1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
}

@media (max-width: 640px){
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:28px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:18px!important;
  }
}


/* v137: make About hero title closer to Contacts page title size */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:clamp(40px, 4.35vw, 62px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}


/* v138: doctors partnership page */
body[data-route="likariam"]{
  background:#f5f8fc;
}
.doctors-page{
  padding-bottom:34px;
}
.doctors-hero{
  position:relative;
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 52%,#e9f3ff 100%);
  overflow:hidden;
}
.doctors-hero__inner{
  position:relative;
  min-height:505px;
  display:grid;
  grid-template-columns:minmax(420px, 38%) minmax(0, 62%);
  align-items:stretch;
}
.doctors-hero__copy{
  position:relative;
  z-index:2;
  padding:58px 0 200px;
}
.doctors-hero__eyebrow{
  margin-bottom:22px;
  color:var(--red);
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.doctors-hero h1{
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(58px, 5.2vw, 82px);
  line-height:1.05;
  letter-spacing:-.052em;
}
.doctors-hero p{
  margin:0;
  max-width:500px;
  color:#243d6a;
  font-size:clamp(20px, 1.55vw, 26px);
  line-height:1.42;
}
.doctors-hero__photo{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:68%;
  z-index:1;
}
.doctors-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(90deg, rgba(249,252,255,1) 0%, rgba(249,252,255,.93) 10%, rgba(249,252,255,.42) 29%, rgba(249,252,255,0) 48%);
  pointer-events:none;
}
.doctors-hero__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.doctors-benefits{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:-148px;
}
.doctor-benefit-card{
  min-height:142px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:26px 22px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 15px 34px rgba(0,43,102,.11);
}
.doctor-benefit-card__icon{
  width:54px;
  height:54px;
  min-width:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-benefit-card__icon svg{
  width:48px;
  height:48px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-benefit-card h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
  line-height:1.12;
}
.doctor-benefit-card p{
  margin:0;
  color:#27426b;
  font-size:14px;
  line-height:1.42;
}
.doctors-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:22px;
}
.doctor-register-card,
.doctor-docs-card{
  min-height:245px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
}
.doctor-register-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:22px;
  align-items:center;
  padding:34px 36px;
  background:linear-gradient(135deg,#fff 0%,#f3f8ff 100%);
}
.doctor-register-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--navy);
}
.doctor-register-card__icon svg{
  width:118px;
  height:118px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-register-card__label{
  color:var(--red);
  font-size:15px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.doctor-register-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
}
.doctor-register-card p{
  margin:0 0 24px;
  color:#27426b;
  font-size:15px;
  line-height:1.42;
}
.doctor-register-card__button{
  width:max-content!important;
  min-width:220px;
  min-height:54px;
}
.doctor-docs-card{
  padding:28px 30px;
}
.doctor-docs-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:18px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.doctor-docs-card__list{
  display:grid;
}
.doctor-doc-row{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) auto 28px;
  gap:14px;
  align-items:center;
  min-height:48px;
  border-bottom:1px solid #dce6f2;
  color:var(--navy);
}
.doctor-doc-row__icon svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.doctor-doc-row strong{
  font-size:14px;
  line-height:1.2;
}
.doctor-doc-row small{
  color:#5f708f;
  font-size:13px;
  white-space:nowrap;
}
.doctor-doc-row__download{
  color:var(--red);
  font-size:24px;
  line-height:1;
  text-align:center;
}
.doctor-docs-card__all{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
  color:var(--navy);
  font-size:15px;
  font-weight:900;
}
@media (max-width:1180px){
  .doctors-hero__inner{grid-template-columns:1fr;min-height:470px;}
  .doctors-hero__photo{width:78%;}
  .doctors-benefits{grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:-110px;}
  .doctors-partner-grid{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .doctors-hero__copy{padding:38px 0 190px;}
  .doctors-hero h1{font-size:42px;}
  .doctors-hero p{font-size:18px;}
  .doctors-hero__photo{width:100%; opacity:.55;}
  .doctors-benefits{grid-template-columns:1fr; margin-top:-124px;}
  .doctor-register-card{grid-template-columns:1fr; padding:26px 22px;}
  .doctor-register-card__icon{justify-content:flex-start;}
  .doctor-doc-row{grid-template-columns:30px minmax(0,1fr) 28px;}
  .doctor-doc-row small{display:none;}
}


/* v139: replace doctor registration promo with full form panel */
.doctors-partner-grid{
  grid-template-columns:1fr!important;
  gap:22px!important;
}

.doctor-register-form-card{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:30px 34px 32px;
}

.doctor-register-form-card h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:32px;
  line-height:1.12;
  letter-spacing:-.025em;
}

.doctor-register-form-card > p{
  margin:0 0 20px;
  color:var(--navy);
  font-size:21px;
  line-height:1.32;
}

.doctor-register-form{
  display:grid;
  gap:16px;
}

.doctor-register-form__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr;
}

.doctor-register-form label{
  display:grid;
  gap:8px;
  color:#33425d;
  font-weight:800;
  font-size:20px;
  line-height:1.15;
}

.doctor-register-form input,
.doctor-register-form textarea{
  width:100%;
  border:1px solid #c7d5e8;
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  font-size:20px;
  line-height:1.2;
  padding:16px 18px;
  outline:none;
}

.doctor-register-form input{
  min-height:64px;
}

.doctor-register-form textarea{
  min-height:142px;
  resize:vertical;
}

.doctor-register-form input::placeholder,
.doctor-register-form textarea::placeholder{
  color:#6d7480;
  font-weight:700;
}

.doctor-register-form__consent{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  font-size:21px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

.doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

.doctor-register-form__submit{
  width:100%!important;
  min-height:64px;
  border-radius:9px!important;
  font-size:22px!important;
  font-weight:900!important;
  text-transform:none;
}

@media (max-width: 800px){
  .doctor-register-form-card{
    padding:22px 18px 24px;
  }
  .doctor-register-form__row,
  .doctor-register-form__row--single{
    grid-template-columns:1fr;
  }
  .doctor-register-form-card > p,
  .doctor-register-form label,
  .doctor-register-form input,
  .doctor-register-form textarea,
  .doctor-register-form__consent{
    font-size:17px!important;
  }
}


/* v140: normalize Doctors page typography to Contacts page scale */
body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(46px, 4.6vw, 68px)!important;
  line-height:.98!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(18px, 1.35vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:16px!important;
  line-height:1.12!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:14px!important;
  line-height:1.35!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  line-height:1.1!important;
  margin-bottom:14px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
  line-height:1.35!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:14px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:16px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:16px!important;
  line-height:1.22!important;
  padding:13px 16px!important;
  border-radius:10px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:52px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:116px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
  line-height:1.2!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:54px!important;
  font-size:18px!important;
  border-radius:9px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form-card > p,
  body[data-route="likariam"] .doctor-register-form label,
  body[data-route="likariam"] .doctor-register-form input,
  body[data-route="likariam"] .doctor-register-form textarea,
  body[data-route="likariam"] .doctor-register-form__consent{
    font-size:16px!important;
  }
}


/* v141: make Doctors page hero/cards typography match Contacts scale more closely */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:12px!important;
  line-height:1.15!important;
  letter-spacing:.08em!important;
  margin-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(40px, 3.25vw, 58px)!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  margin-bottom:20px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.08vw, 22px)!important;
  line-height:1.42!important;
  max-width:520px!important;
}

body[data-route="likariam"] .doctors-benefits{
  gap:18px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  min-height:150px!important;
  padding:22px 22px!important;
  gap:18px!important;
  align-items:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:48px!important;
  height:48px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:20px!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:16px!important;
  line-height:1.35!important;
  margin:0!important;
}

/* form remains readable, but no oversized 20–22px typography */
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:18px!important;
}

body[data-route="likariam"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form__consent{
  font-size:16px!important;
}

@media (max-width: 900px){
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:40px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy p{
    font-size:17px!important;
  }
}


/* v142: rigid Matlab-grid-like layout for Doctors page, matching reference composition */
body[data-route="likariam"] .doctors-page{
  background:#f5f8fc!important;
  padding-bottom:34px!important;
}

body[data-route="likariam"] .doctors-hero{
  min-height:390px!important;
  height:390px!important;
  position:relative!important;
  overflow:hidden!important;
  background:#edf4fb!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  height:100%!important;
  display:grid!important;
  grid-template-columns:39% 61%!important;
  align-items:stretch!important;
  position:relative!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  grid-column:1!important;
  max-width:none!important;
  align-self:center!important;
  padding:18px 0 84px!important;
  z-index:2!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
  color:var(--red)!important;
  text-transform:uppercase!important;
  margin:0 0 20px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:clamp(46px, 4.45vw, 74px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  margin:0!important;
  max-width:520px!important;
  color:#183865!important;
  font-size:clamp(17px, 1.2vw, 22px)!important;
  line-height:1.38!important;
}

body[data-route="likariam"] .doctors-hero__photo{
  grid-column:2!important;
  position:absolute!important;
  inset:0 0 0 34%!important;
  height:100%!important;
  z-index:1!important;
}

body[data-route="likariam"] .doctors-hero__photo::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,#edf4fb 0%,rgba(237,244,251,.95) 8%,rgba(237,244,251,.44) 24%,rgba(237,244,251,0) 42%)!important;
  z-index:1!important;
  pointer-events:none!important;
}

body[data-route="likariam"] .doctors-hero__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

/* Benefits: strict 4-column row overlapping lower hero edge */
body[data-route="likariam"] .doctors-benefits{
  position:relative!important;
  z-index:3!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-78px!important;
  margin-bottom:0!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  display:grid!important;
  grid-template-columns:62px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-height:142px!important;
  height:142px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 16px 38px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:50px!important;
  height:50px!important;
  stroke-width:2.15!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  margin:0 0 10px!important;
  font-size:18px!important;
  line-height:1.08!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.36!important;
  color:#27426b!important;
}

/* Bottom grid: exactly two panels like the reference */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:22px!important;
  margin-top:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-card,
body[data-route="likariam"] .doctor-docs-card{
  min-height:232px!important;
  height:232px!important;
  border-radius:18px!important;
  border:1px solid #dfe8f4!important;
  background:#fff!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
}

body[data-route="likariam"] .doctor-register-card{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  align-items:center!important;
  gap:20px!important;
  padding:30px 32px!important;
  background:linear-gradient(135deg,#fff 0%,#f2f7ff 100%)!important;
}

body[data-route="likariam"] .doctor-register-card__icon{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  color:var(--navy)!important;
}

body[data-route="likariam"] .doctor-register-card__icon svg{
  width:118px!important;
  height:118px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body[data-route="likariam"] .doctor-register-card__label{
  margin:0 0 12px!important;
  color:var(--red)!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

body[data-route="likariam"] .doctor-register-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-card p{
  margin:0 0 20px!important;
  color:#27426b!important;
  font-size:14px!important;
  line-height:1.38!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctor-register-card__button{
  min-width:210px!important;
  min-height:50px!important;
  width:max-content!important;
  font-size:15px!important;
  border-radius:8px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:28px 30px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 16px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}

body[data-route="likariam"] .doctor-doc-row{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr) auto 28px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:13px!important;
  line-height:1.2!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  margin-top:12px!important;
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctors-hero__inner{
    grid-template-columns:1fr!important;
    min-height:420px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:50px 0 46px!important;
  }
  body[data-route="likariam"] .doctors-hero__photo{
    inset:0!important;
    opacity:.45!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:130px!important;
  }
  body[data-route="likariam"] .doctor-register-card,
  body[data-route="likariam"] .doctor-docs-card{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="likariam"] .doctor-register-card{
    grid-template-columns:1fr!important;
  }
}


/* v143: Contacts-like typography, contact-style benefit panels, form instead of promo button */
body[data-route="likariam"] .doctors-hero{
  height:390px!important;
  min-height:390px!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:24px 0 96px!important;
  max-width:560px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:13px!important;
  line-height:1.1!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(42px, 3.65vw, 62px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  margin-bottom:18px!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(17px, 1.12vw, 21px)!important;
  line-height:1.38!important;
  max-width:540px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:-74px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:160px!important;
  min-height:160px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:22px 20px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #dfe8f4!important;
  box-shadow:0 15px 36px rgba(0,43,102,.10)!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  border-radius:50%!important;
  background:#f2f7ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:44px!important;
  height:44px!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:18px!important;
  line-height:1.12!important;
  margin:0 0 10px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:15px!important;
  line-height:1.33!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:20px!important;
  margin-top:22px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  width:100%!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:16px!important;
  box-shadow:var(--shadow)!important;
  padding:28px 34px 32px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  margin:0 0 18px!important;
  color:var(--navy)!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  margin:0 0 20px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1.34!important;
}

body[data-route="likariam"] .doctor-register-form{
  display:grid!important;
  gap:16px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="likariam"] .doctor-register-form__row--single{
  grid-template-columns:minmax(280px, 1fr) 1fr!important;
}

body[data-route="likariam"] .doctor-register-form label{
  display:grid!important;
  gap:8px!important;
  color:#33425d!important;
  font-weight:800!important;
  font-size:18px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  width:100%!important;
  border:1px solid #c7d5e8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.22!important;
  padding:15px 18px!important;
  outline:none!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:58px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:134px!important;
  resize:vertical!important;
}

body[data-route="likariam"] .doctor-register-form input::placeholder,
body[data-route="likariam"] .doctor-register-form textarea::placeholder{
  color:#6d7480!important;
  font-weight:700!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-size:18px!important;
  color:#263a5e!important;
  font-weight:800!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:20px!important;
  height:20px!important;
  min-height:0!important;
  padding:0!important;
  border-radius:4px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  width:100%!important;
  min-height:60px!important;
  border-radius:9px!important;
  font-size:20px!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:18px!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctor-register-form__row,
  body[data-route="likariam"] .doctor-register-form__row--single{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
}


/* v144: keep registration form and documents panel in the same row */
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0, 1.42fr) minmax(360px, .72fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  min-height:0!important;
  height:auto!important;
}

body[data-route="likariam"] .doctor-docs-card{
  min-height:0!important;
  height:auto!important;
  align-self:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:28px!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:17px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:15px!important;
  gap:6px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:15px!important;
  padding:12px 15px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:48px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:96px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:15px!important;
  gap:10px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:50px!important;
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:16px!important;
  margin-bottom:16px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  min-height:48px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v145: reduce overall Doctors page scale — compact, reference-like proportions */
body[data-route="likariam"] .doctors-page{
  padding-bottom:22px!important;
}

body[data-route="likariam"] .doctors-hero{
  height:280px!important;
  min-height:280px!important;
}

body[data-route="likariam"] .doctors-hero__inner{
  grid-template-columns:37% 63%!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  padding:12px 0 56px!important;
  max-width:430px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  font-size:9px!important;
  line-height:1!important;
  margin-bottom:12px!important;
  letter-spacing:.11em!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:clamp(30px, 2.75vw, 46px)!important;
  line-height:1.04!important;
  margin-bottom:12px!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam"] .doctors-hero__copy p{
  font-size:clamp(12px, .9vw, 15px)!important;
  line-height:1.38!important;
  max-width:390px!important;
}

body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:-48px!important;
}

body[data-route="likariam"] .doctor-benefit-card{
  height:104px!important;
  min-height:104px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  padding:14px 14px!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
}

body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:33px!important;
  height:33px!important;
  stroke-width:2!important;
}

body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:13px!important;
  line-height:1.08!important;
  margin:0 0 7px!important;
}

body[data-route="likariam"] .doctor-benefit-card p{
  font-size:11px!important;
  line-height:1.28!important;
  margin:0!important;
}

body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0, 1.42fr) minmax(320px, .72fr)!important;
  gap:16px!important;
  margin-top:16px!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:22px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-register-form{
  gap:8px!important;
}

body[data-route="likariam"] .doctor-register-form__row{
  gap:12px!important;
}

body[data-route="likariam"] .doctor-register-form label{
  font-size:11px!important;
  line-height:1.1!important;
  gap:4px!important;
}

body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form textarea{
  font-size:11px!important;
  line-height:1.2!important;
  padding:8px 10px!important;
  border-radius:7px!important;
}

body[data-route="likariam"] .doctor-register-form input{
  min-height:34px!important;
}

body[data-route="likariam"] .doctor-register-form textarea{
  min-height:70px!important;
}

body[data-route="likariam"] .doctor-register-form__consent{
  font-size:11px!important;
  line-height:1.15!important;
  gap:7px!important;
}

body[data-route="likariam"] .doctor-register-form__consent input{
  width:13px!important;
  height:13px!important;
}

body[data-route="likariam"] .doctor-register-form__submit{
  min-height:36px!important;
  font-size:13px!important;
  border-radius:6px!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 22px!important;
}

body[data-route="likariam"] .doctor-docs-card h2{
  font-size:12px!important;
  margin-bottom:11px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:22px minmax(0,1fr) auto 20px!important;
  min-height:33px!important;
  gap:9px!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:10.5px!important;
  line-height:1.18!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:10px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__download{
  font-size:17px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:11px!important;
  margin-top:8px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    margin-top:14px!important;
  }
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero{
    height:auto!important;
    min-height:320px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy{
    padding:30px 0 34px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:34px!important;
  }
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:92px!important;
  }
}


/* v146: move Doctors hero title block upward, closer to the top-left of the hero */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:34px!important;
  padding-bottom:56px!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  margin-top:0!important;
  margin-bottom:12px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin-top:0!important;
}


/* v147: Doctors hero text style aligned with Contacts hero concept */
body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:26px!important;
  padding-bottom:56px!important;
  max-width:610px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:clamp(42px, 3.25vw, 56px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 22px!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(27px, 2.0vw, 36px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:var(--navy)!important;
  font-weight:400!important;
  font-size:clamp(16px, 1.05vw, 20px)!important;
  line-height:1.32!important;
  max-width:620px!important;
}

body[data-route="likariam"] .doctors-hero__copy > p:not(.doctors-hero__lead):not(.doctors-hero__text){
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:800px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding-top:28px!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    font-size:36px!important;
  }
  body[data-route="likariam"] .doctors-hero__lead{
    font-size:24px!important;
  }
  body[data-route="likariam"] .doctors-hero__text{
    font-size:16px!important;
  }
}


/* v148: Doctors hero title in one bold line, slogan smaller and regular */
body[data-route="likariam"] .doctors-hero__copy{
  max-width:720px!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  white-space:nowrap!important;
  font-weight:900!important;
  font-size:clamp(38px, 3.15vw, 54px)!important;
  line-height:1.02!important;
  margin:0 0 10px!important;
  letter-spacing:-.045em!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 18px!important;
  font-weight:400!important;
  font-size:clamp(24px, 1.65vw, 32px)!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-weight:400!important;
  font-size:clamp(15px, .95vw, 18px)!important;
  line-height:1.32!important;
  max-width:640px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}


/* v149: use exact Contacts hero typography parameters for Doctors hero rows */
body[data-route="likariam"] .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  max-width:760px!important;
  transform:translateY(-28px)!important;
}

body[data-route="likariam"] .doctors-hero__eyebrow{
  display:none!important;
}

body[data-route="likariam"] .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-hero__copy h1,
  body[data-route="likariam"] .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
  body[data-route="likariam"] .doctors-hero__copy h1{
    margin-bottom:6px!important;
  }
}


/* v150: make Doctors hero slogan two visual sizes smaller than title and regular weight */
body[data-route="likariam"] .doctors-hero__lead{
  font-size:clamp(24px,1.85vw,30px)!important;
  line-height:1.08!important;
  font-weight:400!important;
  letter-spacing:-.015em!important;
  margin:0 0 clamp(8px,.75vw,11px)!important;
}


/* v151: exact Contacts hero typography for Doctors hero */
body[data-route="likariam"] .doctors-hero__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
  margin:0 0 6px!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  color:#0b3476!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] .doctors-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  color:#0b3476!important;
  margin:0!important;
  max-width:clamp(480px,42vw,600px)!important;
}


/* v152 HARD FIX: Doctors hero typography exactly like Contacts hero + cache-busted CSS */
body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
  align-self:start!important;
  padding-top:72px!important;
  padding-bottom:26px!important;
  transform:translateY(-28px)!important;
  max-width:760px!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:clamp(39px,3.25vw,48px)!important;
  line-height:1.01!important;
  letter-spacing:-0.045em!important;
  font-weight:900!important;
  max-width:clamp(520px,45vw,650px)!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}

body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:clamp(480px,42vw,600px)!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy h1,
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy .doctors-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:720px){
  body[data-route="likariam"] main .doctors-page .doctors-hero .doctors-hero__copy{
    padding:38px 0 20px!important;
    transform:none!important;
  }
}


/* v153: equal widths for registration/documents panels and unified typography */
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-docs-card{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  border-radius:13px!important;
}

body[data-route="likariam"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
  font-weight:900!important;
  text-transform:none!important;
}

body[data-route="likariam"] .doctor-docs-card{
  padding:18px 24px 20px!important;
}

body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:24px minmax(0,1fr) auto 22px!important;
  gap:12px!important;
  min-height:44px!important;
}

body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:900!important;
}

body[data-route="likariam"] .doctor-doc-row small{
  font-size:12px!important;
  line-height:1.15!important;
}

body[data-route="likariam"] .doctor-doc-row__icon svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="likariam"] .doctor-docs-card__all{
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:900!important;
  margin-top:10px!important;
}

@media (max-width:1180px){
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v155: Patients preparation pages — rigid Matlab-grid-like layout */
body[data-route="pidhotovka-do-analiziv"] .prep-hero{
  background:#f4f8fd;
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:305px;
  display:grid;
  grid-template-columns:minmax(520px,.98fr) minmax(560px,1.1fr);
  align-items:stretch;
  gap:0;
  position:relative;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 64px 0;
  position:relative;
  z-index:2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px;
  color:#516584;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb a{
  color:#29456f;
}

body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb strong{
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 16px;
  color:#0b3476;
  font-size:clamp(42px,3.6vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  margin:0;
  max-width:560px;
  color:#263d64;
  font-size:clamp(18px,1.35vw,24px);
  line-height:1.35;
  font-weight:500;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  position:relative;
  min-height:305px;
  overflow:hidden;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(244,248,253,1) 0%,rgba(244,248,253,.72) 24%,rgba(244,248,253,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 56%);
  pointer-events:none;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-44px;
  position:relative;
  z-index:4;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,43,102,.10);
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#0b3476;
  font-size:18px;
  font-weight:900;
  border-right:1px solid #dce6f2;
  background:#fff;
  position:relative;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab:last-child{
  border-right:0;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012;
  color:#fff;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-12px;
  height:4px;
  background:#e60012;
  border-radius:999px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab__icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(330px,.92fr);
  grid-template-rows:auto auto;
  gap:18px;
  align-items:stretch;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:282px;
  border-radius:18px;
  padding:26px 28px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  border:1px solid rgba(220,230,242,.9);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok{
  background:linear-gradient(135deg,#f2fff5 0%,#eefbf4 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no{
  background:linear-gradient(135deg,#fff6f7 0%,#fff0f3 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--info{
  background:linear-gradient(135deg,#f7fbff 0%,#f2f7ff 100%);
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card__head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:26px;
  font-weight:800;
  background:#fff;
  border:2px solid currentColor;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--ok{
  color:#118a36;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--no{
  color:#e60012;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon--info{
  color:#0b3476;
  font-family:Georgia,serif;
  font-style:italic;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card h2{
  margin:0;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok h2{
  color:#14652d;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no h2{
  color:#d90013;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:18px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li{
  position:relative;
  padding-left:28px;
  color:#203b63;
  font-size:16px;
  line-height:1.35;
  font-weight:500;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--ok li::before{
  background:#1fab42;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card--no li::before{
  background:#e52932;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:132px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,43,102,.08);
  padding:20px 22px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid;
  grid-template-columns:minmax(0,1fr) 86px;
  gap:18px;
  align-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 8px;
  color:#0b3476;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0 0 14px;
  color:#405478;
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card .btn{
  min-height:42px;
  font-size:14px;
  border-radius:9px;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:72px;
  height:84px;
  border-radius:12px;
  background:#f1f6ff;
  color:#e52932;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:900;
  border:1px solid #dce6f2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:16px;
  line-height:1.15;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:12px;
  font-weight:700;
  color:#53637c;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice{
  grid-column:1 / 4;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:78px;
  padding:18px 24px;
  background:#f1f6ff;
  border:1px solid #dce6f2;
  border-radius:14px;
  color:#0b3476;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice svg{
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p{
  margin:0;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
    position:absolute;
    inset:0;
    opacity:.36;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-notice{
    grid-column:1 / -1;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
    min-height:280px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
    padding:28px 0 52px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
    font-size:38px;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tabs,
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tab{
    min-height:56px;
    justify-content:flex-start;
    padding:0 18px;
    border-right:0;
    border-bottom:1px solid #dce6f2;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active::after{
    display:none;
  }
}


/* v156: patients preparation page — remove breadcrumb area, compact typography like Contacts/About, red notice */
body[data-route="pidhotovka-do-analiziv"] .prep-breadcrumb{
  display:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:278px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  padding:38px 24px 58px 0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  margin:0 0 8px!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  color:#0b3476!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  min-height:278px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-40px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  border-radius:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab{
  min-height:58px!important;
  font-size:16px!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab__icon,
body[data-route="pidhotovka-do-analiziv"] .prep-tab svg{
  width:26px!important;
  height:26px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  margin-top:28px!important;
  gap:16px!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(310px,.88fr)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:236px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card__head{
  gap:14px!important;
  margin-bottom:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-status-icon{
  width:36px!important;
  height:36px!important;
  font-size:22px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card h2{
  font-size:20px!important;
  line-height:1.1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card ul{
  gap:13px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card li{
  font-size:14px!important;
  line-height:1.32!important;
  padding-left:24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:116px!important;
  padding:18px 20px!important;
  border-radius:15px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  font-size:16px!important;
  margin-bottom:7px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  font-size:13px!important;
  line-height:1.32!important;
  margin-bottom:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card .btn{
  min-height:38px!important;
  font-size:13px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:62px!important;
  height:74px!important;
  font-size:30px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:14px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:11px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice{
  grid-column:1 / 4!important;
  min-height:72px!important;
  padding:16px 22px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fff4f5 0%,#ffecef 100%)!important;
  border:1px solid #ffd1d6!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice span{
  color:#e52932!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p{
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:700!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-notice p strong{
  color:#e52932!important;
  font-weight:900!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-notice{
    grid-column:1 / -1!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
    padding:30px 0 52px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
    font-size:38px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
    font-size:24px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:1fr!important;
  }
}


/* v157: preparation right-side panels styled like provided reference */
body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:154px!important;
  padding:22px 24px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 14px 34px rgba(0,43,102,.08)!important;
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  background:linear-gradient(135deg,#ffffff 0%,#f4f8ff 100%)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  display:grid!important;
  place-items:center!important;
  color:#0b3476!important;
  font-size:24px!important;
  line-height:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 10px!important;
  color:#0b3476!important;
  font-size:18px!important;
  line-height:1.12!important;
  font-weight:900!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  color:#405478!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 92px!important;
  align-items:end!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(0,1fr) minmax(160px,auto)!important;
  align-items:end!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:max-content!important;
  min-width:184px!important;
  min-height:42px!important;
  padding:0 18px!important;
  border-radius:9px!important;
  font-size:14px!important;
  font-weight:900!important;
  justify-self:start!important;
  align-self:end!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:82px!important;
  height:88px!important;
  justify-self:end!important;
  align-self:end!important;
  position:relative!important;
  border:0!important;
  background:transparent!important;
  color:#e52932!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  content:""!important;
  position:absolute!important;
  right:12px!important;
  bottom:8px!important;
  width:58px!important;
  height:72px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 6px 6px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 16px 19px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 33px / 26px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 16px 47px / 20px 3px no-repeat,
    #f7fbff!important;
  transform:rotate(0deg)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:12px!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  background:#e60012!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  position:absolute!important;
  z-index:2!important;
  right:12px!important;
  bottom:22px!important;
  color:#fff!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  display:grid!important;
  gap:8px!important;
  justify-self:end!important;
  align-self:end!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  color:#53637c!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v158: hard grid layout for preparation side panels — no overlaps */
body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:154px!important;
  height:154px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:78px 44px!important;
  row-gap:14px!important;
  padding:18px 20px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  height:78px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head > div{
  min-width:0!important;
  display:grid!important;
  align-content:start!important;
  gap:7px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  font-size:22px!important;
  line-height:1!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0!important;
  font-size:17px!important;
  line-height:1.08!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:600!important;
  color:#405478!important;
  max-width:190px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  height:44px!important;
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) 78px!important;
  gap:12px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:minmax(148px,1fr) minmax(142px,auto)!important;
  gap:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:100%!important;
  min-width:0!important;
  max-width:188px!important;
  min-height:40px!important;
  height:40px!important;
  justify-self:start!important;
  align-self:center!important;
  padding:0 12px!important;
  border-radius:9px!important;
  font-size:12.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:72px!important;
  height:72px!important;
  justify-self:end!important;
  align-self:center!important;
  position:relative!important;
  overflow:visible!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  right:10px!important;
  bottom:6px!important;
  width:48px!important;
  height:58px!important;
  border-width:4px!important;
  border-radius:9px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 13px 16px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 29px / 23px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 13px 42px / 17px 3px no-repeat,
    #f7fbff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:38px!important;
  height:38px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  right:11px!important;
  bottom:19px!important;
  font-size:24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:12.5px!important;
  line-height:1.05!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* keep side panels stable in desktop column */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(350px,.88fr)!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    height:160px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    height:auto!important;
    min-height:154px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    max-width:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v159: side panels fixed layout, wider column, no clipping/overlap */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.95fr) minmax(420px,.92fr)!important;
  align-items:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:18px!important;
  height:100%!important;
  align-self:stretch!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  height:auto!important;
  min-height:174px!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 52px!important;
  row-gap:12px!important;
  padding:22px 24px!important;
  overflow:hidden!important;
  position:relative!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head{
  height:auto!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  column-gap:14px!important;
  align-items:start!important;
  min-width:0!important;
  overflow:visible!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__head > div{
  min-width:0!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  line-height:1!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  margin:0 0 8px!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  margin:0!important;
  max-width:235px!important;
  font-size:14px!important;
  line-height:1.32!important;
  font-weight:600!important;
  color:#405478!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom{
  height:52px!important;
  display:grid!important;
  grid-template-columns:190px minmax(78px,1fr)!important;
  gap:16px!important;
  align-items:center!important;
  min-width:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  grid-template-columns:190px minmax(170px,1fr)!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:190px!important;
  max-width:190px!important;
  min-width:190px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 12px!important;
  justify-self:start!important;
  align-self:center!important;
  border-radius:9px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
  width:84px!important;
  height:84px!important;
  justify-self:end!important;
  align-self:center!important;
  display:block!important;
  position:relative!important;
  overflow:visible!important;
  border:0!important;
  background:transparent!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::before{
  right:16px!important;
  bottom:8px!important;
  width:52px!important;
  height:64px!important;
  border:4px solid #dce6f2!important;
  border-radius:10px 10px 7px 7px!important;
  background:
    linear-gradient(#b7c3d8,#b7c3d8) 14px 18px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 32px / 25px 3px no-repeat,
    linear-gradient(#b7c3d8,#b7c3d8) 14px 46px / 18px 3px no-repeat,
    #f7fbff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration::after{
  right:0!important;
  bottom:10px!important;
  width:40px!important;
  height:40px!important;
  background:#e60012!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(230,0,18,.22)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration span{
  right:12px!important;
  bottom:20px!important;
  font-size:26px!important;
  line-height:1!important;
  color:#fff!important;
  z-index:2!important;
  position:absolute!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
  justify-self:end!important;
  align-self:center!important;
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact strong{
  font-size:13.5px!important;
  line-height:1.12!important;
  font-weight:900!important;
  white-space:nowrap!important;
  color:#0b3476!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact small{
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:700!important;
  white-space:nowrap!important;
  color:#53637c!important;
}

/* make the right side extend visually to the bottom of the Important block */
body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:366px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:174px!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
    min-height:260px!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
    min-height:174px!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
    grid-template-columns:1fr!important;
    height:auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__contact{
    justify-self:start!important;
  }
}


/* v160: compact right panels, wider main guidance cards, document icon centered vertically */
body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,1.05fr) minmax(330px,.72fr)!important;
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
  min-height:338px!important;
  padding:22px 24px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
  gap:16px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card{
  min-height:161px!important;
  padding:20px 22px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr 72px!important;
  grid-template-rows:1fr 42px!important;
  gap:12px 14px!important;
  align-items:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head{
  grid-column:1!important;
  grid-row:1!important;
  align-self:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__bottom{
  grid-column:1!important;
  grid-row:2!important;
  display:block!important;
  height:42px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
  grid-column:2!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:center!important;
  width:72px!important;
  height:82px!important;
  position:relative!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration::before{
  right:6px!important;
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:52px!important;
  height:64px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration::after,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration span{
  display:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
  width:184px!important;
  min-width:184px!important;
  max-width:184px!important;
  height:40px!important;
  min-height:40px!important;
  font-size:13.5px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card h3{
  font-size:18px!important;
  margin-bottom:8px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card p{
  font-size:13.5px!important;
  line-height:1.3!important;
  max-width:220px!important;
}

/* Question panel: text -> phone block -> button, strict vertical layout */
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
  align-content:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__head{
  grid-row:1!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact{
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:5px!important;
  margin-left:44px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact strong{
  font-size:13.5px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact small{
  font-size:12px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
  grid-row:3!important;
  justify-self:start!important;
  align-self:end!important;
  margin-left:44px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card__bottom--contact{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-guidance-card{
    min-height:260px!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-column:1 / -1!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:auto!important;
  }
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-content-grid,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-stack{
    grid-template-columns:1fr!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
    display:none!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__contact,
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
    margin-left:0!important;
  }
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v161: memo panel like question panel: one-line title, two-line comment, centered button; remove doc illustration */
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto 42px!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  grid-column:auto!important;
  grid-row:auto!important;
  height:auto!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo h3{
  white-space:nowrap!important;
  font-size:18px!important;
  line-height:1.1!important;
  margin:0 0 8px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo p{
  max-width:none!important;
  font-size:13.5px!important;
  line-height:1.3!important;
  margin:0!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
  grid-row:2!important;
  justify-self:center!important;
  align-self:end!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  height:40px!important;
  min-height:40px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__bottom,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-doc-illustration{
  display:none!important;
}

@media (max-width:760px){
  body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v162: Branches page — rigid Matlab-grid-like layout, filters, carousel */
body[data-route="viddilennia"] .branches-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 42%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:318px;
  display:grid;
  grid-template-columns:minmax(520px,.92fr) minmax(650px,1.18fr);
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 24px 36px 0;
  position:relative;
  z-index:2;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 14px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  margin:0;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.34;
  font-weight:500;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid;
  grid-template-columns:190px 190px;
  gap:22px;
  margin-top:28px;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:12px;
  align-items:center;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  grid-row:1 / 3;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-hero svg{
  width:28px;
  height:28px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  color:#405478;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:318px;
  position:relative;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.75) 25%,rgba(249,252,255,0) 52%);
}

body[data-route="viddilennia"] .branches-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-page-grid{
  margin-top:22px;
  display:grid;
  grid-template-columns:240px minmax(280px,310px) minmax(0,1fr);
  grid-template-rows:auto 56px;
  gap:18px;
  align-items:stretch;
}

body[data-route="viddilennia"] .branches-filter-panel{
  grid-column:1;
  grid-row:1;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px 16px;
  min-height:326px;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  color:#0b3476;
}

body[data-route="viddilennia"] .branches-filter-panel__head span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

body[data-route="viddilennia"] .branches-filter-panel__head svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.3;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  margin:0;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter-list{
  display:grid;
  gap:0;
  border:1px solid #e7edf6;
  border-radius:12px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:48px;
  width:100%;
  border:0;
  border-bottom:1px solid #e7edf6;
  background:#fff;
  color:#0b3476;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:0 14px;
  font-weight:700;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-filter:last-child{
  border-bottom:0;
}

body[data-route="viddilennia"] .branches-filter.is-active{
  color:#e52932;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-filter b{
  font:inherit;
}

body[data-route="viddilennia"] .branches-map-panel{
  grid-column:2;
  grid-row:1;
  border-radius:16px;
  border:1px solid #dce6f2;
  overflow:hidden;
  background:#eef6ff;
  min-height:326px;
  box-shadow:var(--shadow);
}

body[data-route="viddilennia"] .branches-map-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  align-items:stretch;
  position:relative;
}

body[data-route="viddilennia"] .branches-action{
  min-height:56px;
  border-radius:12px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:16px;
  line-height:1.1;
  font-weight:900;
  cursor:pointer;
}

body[data-route="viddilennia"] .branches-action--nearest{
  background:#e52932;
  color:#fff;
  box-shadow:0 10px 18px rgba(229,41,50,.16);
}

body[data-route="viddilennia"] .branches-action--help{
  background:#0b3476;
  color:#fff;
  box-shadow:0 10px 18px rgba(0,43,102,.16);
}

body[data-route="viddilennia"] .branches-nearest-status{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 6px);
  font-size:12px;
  line-height:1.2;
  color:#405478;
  font-weight:700;
}

body[data-route="viddilennia"] .branches-carousel{
  grid-column:3;
  grid-row:1 / 3;
  min-width:0;
  align-self:stretch;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  width:100%;
  height:100%;
  min-height:400px;
  overflow:hidden;
}

body[data-route="viddilennia"] .branches-carousel__track{
  height:100%;
  display:flex;
  gap:18px;
  transition:transform 3s ease;
  will-change:transform;
}

body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 36px) / 3 + 18px));
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 36px) / 3);
  min-width:0;
  min-height:400px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
  display:grid;
  grid-template-rows:172px minmax(0,1fr);
}

body[data-route="viddilennia"] .branches-office-card[hidden]{
  display:none!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  width:100%;
  height:172px;
  overflow:hidden;
  background:#f3f7ff;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:18px 20px 20px;
  display:grid;
  grid-template-rows:auto auto auto 1fr;
  align-content:start;
}

body[data-route="viddilennia"] .branches-office-card h3{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="viddilennia"] .branches-office-card__line{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:8px;
  align-items:start;
  margin:0 0 10px;
  color:#27426b;
  font-size:14px;
  line-height:1.32;
  font-weight:600;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:18px;
  height:18px;
  stroke:#0b3476;
  fill:none;
  stroke-width:2;
}

body[data-route="viddilennia"] .branches-office-card__button{
  align-self:end;
  width:100%;
  min-height:48px;
  margin-top:16px;
  border-radius:9px;
  font-size:15px;
}

body[data-route="viddilennia"] .branches-office-card.is-nearest{
  border-color:#e52932;
  box-shadow:0 14px 36px rgba(229,41,50,.14);
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:240px minmax(280px,1fr);
  }
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1 / -1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:calc((100% - 36px) / 3);
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-filter-panel,
  body[data-route="viddilennia"] .branches-map-panel,
  body[data-route="viddilennia"] .branches-quick-actions,
  body[data-route="viddilennia"] .branches-carousel{
    grid-column:1;
    grid-row:auto;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%;
  }
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    transform:translateX(calc(100% + 18px));
  }
}


/* v163: compact branches page, narrower filters, wider cards, real photos */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(460px,.9fr) minmax(590px,1.1fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:24px 20px 28px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  font-size:clamp(38px,3.1vw,48px)!important;
  margin-bottom:10px!important;
}

body[data-route="viddilennia"] .branches-hero__copy p{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1.32!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  grid-template-columns:170px 170px!important;
  gap:18px!important;
  margin-top:20px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:40px!important;
  height:40px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:250px!important;
}

body[data-route="viddilennia"] .branches-page-grid{
  grid-template-columns:190px minmax(300px,340px) minmax(0,1fr)!important;
  grid-template-rows:auto 50px!important;
  gap:16px!important;
  margin-top:18px!important;
}

body[data-route="viddilennia"] .branches-filter-panel{
  min-height:286px!important;
  padding:15px 12px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-filter-panel__head{
  margin-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-filter-panel h2{
  font-size:16px!important;
}

body[data-route="viddilennia"] .branches-filter{
  min-height:42px!important;
  padding:0 11px!important;
  font-size:13px!important;
}

body[data-route="viddilennia"] .branches-map-panel{
  min-height:286px!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-quick-actions{
  grid-column:1 / 3!important;
  grid-template-columns:190px minmax(300px,340px)!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-action{
  min-height:50px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="viddilennia"] .branches-carousel__viewport{
  min-height:336px!important;
}

body[data-route="viddilennia"] .branches-carousel__track{
  gap:16px!important;
}

body[data-route="viddilennia"] .branches-office-card{
  flex:0 0 calc((100% - 32px) / 3)!important;
  min-height:336px!important;
  grid-template-rows:132px minmax(0,1fr)!important;
  border-radius:14px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo{
  height:132px!important;
}

body[data-route="viddilennia"] .branches-office-card__photo img{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="viddilennia"] .branches-office-card__body{
  padding:14px 16px 16px!important;
}

body[data-route="viddilennia"] .branches-office-card h3{
  font-size:15px!important;
  line-height:1.1!important;
  margin-bottom:9px!important;
}

body[data-route="viddilennia"] .branches-office-card__line{
  font-size:12.5px!important;
  line-height:1.25!important;
  margin-bottom:7px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  gap:7px!important;
}

body[data-route="viddilennia"] .branches-office-card__line svg{
  width:15px!important;
  height:15px!important;
}

body[data-route="viddilennia"] .branches-office-card__button{
  min-height:40px!important;
  margin-top:10px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

/* all branch page typography outside hero slightly smaller */
body[data-route="viddilennia"] .branches-page-grid{
  font-size:14px!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:190px minmax(280px,1fr)!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid,
  body[data-route="viddilennia"] .branches-quick-actions{
    grid-template-columns:1fr!important;
  }
  body[data-route="viddilennia"] .branches-office-card{
    flex-basis:100%!important;
  }
}


/* v163 carousel right move distance after card/gap compacting */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:translateX(calc((100% - 32px) / 3 + 16px))!important;
}


/* v164: Branches hero compact, Contacts-like typography, 3 badges; seamless right carousel */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:224px!important;
  grid-template-columns:minmax(520px,.95fr) minmax(620px,1.05fr)!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  padding:20px 22px 24px 0!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  white-space:nowrap!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:640px!important;
}

body[data-route="viddilennia"] .branches-hero__copy > p:not(.branches-hero__lead):not(.branches-hero__text){
  display:none!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:224px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:20px!important;
  max-width:660px!important;
}

body[data-route="viddilennia"] .branches-hero__badges div{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:11px!important;
  align-items:center!important;
}

body[data-route="viddilennia"] .branches-hero__badges span{
  width:42px!important;
  height:42px!important;
}

body[data-route="viddilennia"] .branches-hero__badges span svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="viddilennia"] .branches-hero__badges strong{
  font-size:13px!important;
  line-height:1.12!important;
}

body[data-route="viddilennia"] .branches-hero__badges small{
  font-size:11.5px!important;
  line-height:1.16!important;
}

/* JS drives transform in px for seamless right motion; prevent old class from creating blank gap */
body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
  transform:none!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-hero__copy h1,
  body[data-route="viddilennia"] .branches-hero__lead{
    white-space:normal!important;
  }
}

@media (max-width:820px){
  body[data-route="viddilennia"] .branches-hero__badges{
    grid-template-columns:1fr!important;
  }
}


/* v165: raise branches hero text, lift content area, exact contacts-like lead, 5 benefit pills */
body[data-route="viddilennia"] .branches-hero__inner{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:16px!important;
  padding-bottom:18px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
  margin-bottom:6px!important;
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  color:#0b3476!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:214px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}

/* Pull the filter/map/cards block upward under the hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:-20px!important;
  position:relative!important;
  z-index:5!important;
}

/* Five evenly distributed lower benefit cards */
body[data-route="viddilennia"] .benefits{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

body[data-route="viddilennia"] .benefit{
  min-width:0!important;
}

body[data-route="viddilennia"] .benefit h3{
  font-size:14px!important;
  line-height:1.1!important;
}

body[data-route="viddilennia"] .benefit p{
  font-size:12px!important;
  line-height:1.22!important;
}

@media (max-width:1180px){
  body[data-route="viddilennia"] .branches-page-grid{
    margin-top:18px!important;
  }
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:720px){
  body[data-route="viddilennia"] .benefits{
    grid-template-columns:1fr!important;
  }
}


/* v166: revert lifted content; crop/compact only the hero area itself */
body[data-route="viddilennia"] .branches-hero{
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__inner{
  min-height:206px!important;
}

body[data-route="viddilennia"] .branches-hero__copy{
  align-content:start!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}

body[data-route="viddilennia"] .branches-hero__copy h1{
  margin-top:0!important;
}

body[data-route="viddilennia"] .branches-hero__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
}

body[data-route="viddilennia"] .branches-hero__text{
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:12px!important;
}

body[data-route="viddilennia"] .branches-hero__media{
  min-height:206px!important;
  max-height:206px!important;
  overflow:hidden!important;
}

body[data-route="viddilennia"] .branches-hero__media img{
  height:206px!important;
  object-fit:cover!important;
  object-position:center 38%!important;
}

/* Return the main section to its normal position; do not overlap it with hero */
body[data-route="viddilennia"] .branches-page-grid{
  margin-top:18px!important;
  position:relative!important;
  z-index:1!important;
}


/* v167: move hero text/badges group down a couple of medium text lines */
body[data-route="viddilennia"] .branches-hero__copy{
  padding-top:42px!important;
  padding-bottom:8px!important;
}

body[data-route="viddilennia"] .branches-hero__badges{
  margin-top:14px!important;
}


/* v168: exact Contacts hero lead typography for Branches hero lead */
body[data-route="viddilennia"] main .branches-hero .branches-hero__copy .branches-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  max-width:none!important;
  white-space:nowrap!important;
}


/* v169: nested dropdown menu for Analyses catalog */
.dropdown-subitem{
  position:relative;
}

.dropdown-subitem__parent{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.dropdown-subitem__parent span{
  font-size:18px;
  font-weight:900;
  line-height:1;
}

.dropdown-submenu{
  position:absolute;
  left:calc(100% + 8px);
  top:-8px;
  min-width:620px;
  display:grid;
  grid-template-columns:repeat(2,minmax(250px,1fr));
  gap:4px 8px;
  background:#fff;
  border:1px solid #e7edf5;
  border-radius:14px;
  box-shadow:0 18px 36px rgba(6,43,104,.14);
  padding:12px;
  opacity:0;
  transform:translateX(-6px);
  pointer-events:none;
  transition:.16s ease;
  z-index:60;
}

.dropdown-subitem:hover .dropdown-submenu,
.dropdown-subitem:focus-within .dropdown-submenu{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}

.dropdown-submenu a{
  display:block;
  padding:10px 12px!important;
  border-radius:10px;
  color:var(--navy);
  font-size:14px;
  font-weight:850;
  line-height:1.18;
  white-space:normal;
}

.dropdown-submenu a:hover{
  background:#f4f8fd;
  color:var(--red);
}

@media (max-width:980px){
  .dropdown-submenu{
    position:static;
    opacity:1;
    transform:none;
    pointer-events:auto;
    box-shadow:none;
    border:0;
    padding:0 0 0 14px;
    display:block;
  }
}


/* v171: Clinics menu and pages */
.nav{
  gap:clamp(12px,1.55vw,26px)!important;
}
.nav__link{
  font-size:clamp(13px,.92vw,16px)!important;
}

body[data-route^="klinikam"] .clinics-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 46%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero__inner{
  min-height:286px;
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(560px,1.05fr);
  align-items:stretch;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__inner{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 30px 0;
  position:relative;
  z-index:2;
}
body[data-route^="klinikam"] .clinics-hero__copy h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}
body[data-route^="klinikam"] .clinics-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
  max-width:620px;
}
body[data-route^="klinikam"] .clinics-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}
body[data-route^="klinikam"] .clinics-hero__media{
  min-height:286px;
  position:relative;
  overflow:hidden;
}
body[data-route^="klinikam"] .clinics-hero--compact .clinics-hero__media{
  min-height:250px;
}
body[data-route^="klinikam"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.72) 24%,rgba(249,252,255,0) 52%);
  pointer-events:none;
}
body[data-route^="klinikam"] .clinics-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
body[data-route^="klinikam"] .clinics-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
  margin-bottom:34px;
}
body[data-route^="klinikam"] .clinics-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:22px 24px;
  min-height:160px;
}
body[data-route^="klinikam"] .clinics-card h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:20px;
  line-height:1.1;
  font-weight:900;
}
body[data-route^="klinikam"] .clinics-card p{
  margin:0;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}
@media (max-width:1180px){
  body[data-route^="klinikam"] .clinics-hero__inner{
    grid-template-columns:1fr;
  }
  body[data-route^="klinikam"] .clinics-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
  body[data-route^="klinikam"] .clinics-grid{
    grid-template-columns:1fr;
  }
}


/* v172: About hero crop to the action buttons line + Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(520px,43%) minmax(0,57%)!important;
  min-height:276px!important;
  max-height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:34px 28px 24px 28px!important;
  display:grid!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:2px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:14px!important;
  margin-top:18px!important;
  align-items:center!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-width:190px!important;
  min-height:42px!important;
  height:42px!important;
  padding:0 18px!important;
  font-size:14px!important;
  border-radius:9px!important;
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:276px!important;
  max-height:276px!important;
  height:276px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:276px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route="pro-nas"] .about-details-grid{
  margin-top:18px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    max-height:none!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1,
  body[data-route="pro-nas"] .about-hero-card__lead,
  body[data-route="pro-nas"] .about-hero-card__text{
    white-space:normal!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-wrap:wrap!important;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:240px!important;
    max-height:240px!important;
    height:240px!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:28px 20px 22px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  body[data-route="pro-nas"] .about-hero-card__actions .btn{
    width:100%!important;
    min-width:0!important;
  }
}


/* v173: About hero cropped tighter to just below action buttons; lower content moves up */
body[data-route="pro-nas"] .about-hero-card{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  padding:28px 28px 12px 28px!important;
  align-content:start!important;
}

body[data-route="pro-nas"] .about-hero-card__copy h1{
  font-size:var(--h1-home)!important;
  font-weight:900!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  margin:0 0 6px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  font-size:var(--lead-home)!important;
  font-weight:400!important;
  line-height:1.05!important;
  margin:0 0 clamp(7px,.7vw,10px)!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(14px,.98vw,16px)!important;
  font-weight:500!important;
  line-height:1.27!important;
  margin:0!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  margin-top:1px!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px!important;
  padding-bottom:0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px!important;
  height:42px!important;
}

body[data-route="pro-nas"] .about-hero-card__media{
  min-height:250px!important;
  max-height:250px!important;
  height:250px!important;
  overflow:hidden!important;
}

body[data-route="pro-nas"] .about-hero-card__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 40%!important;
}

/* Proportionally lift the content below after hero cropping */
body[data-route="pro-nas"] .about-details-grid{
  margin-top:12px!important;
}

body[data-route="pro-nas"] .about-team-section{
  margin-top:14px!important;
}

@media (max-width:1100px){
  body[data-route="pro-nas"] .about-hero-card{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
  }
}


/* v174: default Blood tab active and vertically center memo/question side-panel content */
body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  align-content:center!important;
  justify-content:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo{
  grid-template-rows:auto 42px!important;
  gap:18px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question{
  grid-template-rows:auto auto 42px!important;
  gap:10px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__head,
body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__head{
  align-self:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--memo .prep-side-card__button{
  align-self:center!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-side-card--question .prep-side-card__button{
  align-self:center!important;
}


/* v175: Patients preparation hero typography/layout copied from Contacts concept */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:250px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid!important;
  align-content:start!important;
  padding-top:34px!important;
  padding-bottom:42px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
  max-width:none!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy p{
  margin:0!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media{
  min-height:250px!important;
  max-height:250px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-36px!important;
}


/* v176: third small hero line for preparation page */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy > p:not(.prep-hero__lead):not(.prep-hero__text){
  display:none!important;
}


/* v177: menu guide links + About hero text order/typography like Contacts */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="pro-nas"] .about-hero-card__text--secondary{
  display:none!important;
}


/* v178: navigation landing pages for top-level multi-section menu items */
body[data-route="analizy"],
body[data-route="patsiientam"],
body[data-route="likariam"],
body[data-route="klinikam"],
body[data-route="analizy/kataloh-doslidzhen"]{
  background:#f5f8fc;
}

.nav-landing-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
}

.nav-landing-hero__inner{
  min-height:178px;
  display:grid;
  align-content:center;
  padding-top:24px;
  padding-bottom:24px;
}

.nav-landing-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

.nav-landing-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px);
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.05;
  font-weight:400;
}

.nav-landing-hero__text{
  margin:0;
  max-width:760px;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.27;
  font-weight:500;
}

.nav-landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  padding-top:24px;
  padding-bottom:36px;
}

.nav-landing-card{
  min-height:300px;
  display:grid;
  grid-template-rows:148px minmax(0,1fr);
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  overflow:hidden;
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nav-landing-card:hover,
.nav-landing-card:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(0,43,102,.13);
  border-color:#cbd8eb;
}

.nav-landing-card__photo{
  position:relative;
  min-height:0;
  overflow:visible;
  background:#eef5ff;
  z-index:1;
}

.nav-landing-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform .28s ease;
}

.nav-landing-card:hover .nav-landing-card__photo img{
  transform:scale(1.025);
}

.nav-landing-card__icon{
  position:absolute;
  left:24px;
  bottom:-28px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 10px 22px rgba(0,43,102,.12);
  display:grid;
  place-items:center;
  color:#0b3476;
  z-index:4;
}

.nav-landing-card__icon svg{
  width:30px;
  height:30px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.nav-landing-card__body{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 26px;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  gap:9px 16px;
  padding:42px 24px 24px;
  min-width:0;
}

.nav-landing-card__body strong{
  grid-column:1;
  color:#0b3476;
  font-size:20px;
  line-height:1.12;
  font-weight:900;
}

.nav-landing-card__body span{
  grid-column:1;
  color:#27426b;
  font-size:15px;
  line-height:1.38;
  font-weight:600;
}

.nav-landing-card__body em{
  grid-column:2;
  grid-row:1 / 4;
  align-self:end;
  justify-self:end;
  color:#e52932;
  font-style:normal;
  font-size:34px;
  line-height:1;
  font-weight:300;
  transition:transform .22s ease;
}

.nav-landing-card:hover .nav-landing-card__body em{
  transform:translateX(5px);
}

@media (max-width:1180px){
  .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:720px){
  .nav-landing-grid{
    grid-template-columns:1fr;
  }
  .nav-landing-card{
    min-height:280px;
  }
}


/* v181: Analyses and prices page — rigid Matlab-grid-like layout */
body[data-route="analizy-ta-tsiny"]{
  background:#f5f8fc;
}

body[data-route="analizy-ta-tsiny"] .prices-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  overflow:hidden;
  border-bottom:1px solid #e4edf8;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:390px;
  display:grid;
  grid-template-columns:minmax(520px,.88fr) minmax(700px,1.12fr);
  align-items:stretch;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid;
  align-content:center;
  padding:34px 26px 42px 0;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 12px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 22px;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(18px,1.25vw,22px);
  line-height:1.32;
  font-weight:500;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(600px,100%);
  height:54px;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #b9c8dd;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-search span{
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#0b3476;
  font-size:16px;
  font-weight:600;
}

body[data-route="analizy-ta-tsiny"] .prices-search input::placeholder{
  color:#7586a3;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:42px;
  padding:0 18px;
  border:1px solid #b9c8dd;
  border-radius:9px;
  background:#fff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-tab.is-active,
body[data-route="analizy-ta-tsiny"] .prices-tab:hover{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:390px;
  overflow:hidden;
  position:relative;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 40%,rgba(249,252,255,0) 60%);
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.78fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:22px 26px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  margin:0 0 14px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  display:grid;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:36px;
  color:#27426b;
  font-size:12px;
  font-weight:900;
  border-bottom:1px solid #e2eaf5;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid;
  grid-template-columns:48px minmax(260px,1fr) 170px 170px 126px;
  align-items:center;
  min-height:54px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row:last-child{
  border-bottom:0;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:14px;
  font-weight:800;
  line-height:1.18;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  color:#0b3476;
  font-size:14px;
  font-weight:700;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px;
  border:0;
  border-radius:8px;
  background:#e60012;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(230,0,18,.14);
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  justify-self:center;
  min-width:260px;
  min-height:42px;
  margin-top:14px;
  padding:0 18px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  background:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel{
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
  min-height:220px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 160px;
  gap:16px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list{
  display:grid;
  gap:10px;
  position:relative;
  z-index:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item{
  min-height:64px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 12px;
  align-items:center;
  padding:11px 14px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0,43,102,.08);
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  grid-row:1 / 3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#f8fbff;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  color:#e52932;
  font-size:13px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  width:100%;
  max-height:210px;
  object-fit:contain;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  display:inline-flex;
  align-items:center;
  gap:20px;
  color:#0b3476;
  font-size:15px;
  font-weight:900;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:24px;
  margin-bottom:34px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner,
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-hero__media{
    position:absolute;
    inset:0;
    opacity:.35;
  }
}

@media (max-width:860px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head{
    display:none;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:6px 10px;
    padding:12px 0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__price,
  body[data-route="analizy-ta-tsiny"] .prices-row__term,
  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    grid-column:2;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content{
    grid-template-columns:1fr;
  }
}


/* v182: analyses prices layout updates */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);
  gap:28px;
  margin-top:28px;
  align-items:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto auto minmax(140px,1fr) auto auto;
  align-self:stretch;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  margin:0 0 14px;
  color:#37527d;
  font-size:14px;
  line-height:1.45;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .muted{
  margin:0;
  color:#7586a3;
  font-size:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:24px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,43,102,.08);
  padding:22px 24px 18px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:190px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) 260px;
  gap:18px;
  align-items:center;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:92px;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-more{
  margin-top:10px;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
    grid-template-columns:1fr;
  }
}


/* v183: Analyses and prices — compact typography/layout closer to About page */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  padding:24px 24px 28px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:1.01!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  font-size:clamp(16px,1.05vw,18px)!important;
  line-height:1.28!important;
  margin-bottom:16px!important;
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:300px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search{
  width:min(520px,100%)!important;
  height:46px!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  border-radius:9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search svg{
  width:20px!important;
  height:20px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search input{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tabs{
  gap:8px!important;
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  gap:18px!important;
  margin-top:20px!important;
  grid-template-columns:minmax(0,1.5fr) minmax(300px,.58fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  padding:18px 20px 14px!important;
  grid-template-rows:auto auto minmax(110px,1fr) auto auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel h2{
  font-size:18px!important;
  line-height:1.1!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:30px!important;
  font-size:11px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  grid-template-columns:42px minmax(220px,1fr) 130px 130px 108px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:12.5px!important;
  line-height:1.15!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:15px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:30px!important;
  border-radius:7px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  min-width:230px!important;
  min-height:36px!important;
  margin-top:10px!important;
  border-radius:7px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  font-size:12.5px!important;
  line-height:1.34!important;
  margin-bottom:10px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-items{
  gap:6px!important;
  min-height:46px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item{
  padding:7px 8px!important;
  border-radius:8px!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-total{
  margin:10px 0!important;
  padding-top:10px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  gap:8px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions .btn{
  min-height:36px!important;
  padding:9px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-wide-wrap{
  margin-top:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal{
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
  min-height:142px!important;
  grid-template-columns:minmax(0,1fr) 210px!important;
  gap:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-list--row{
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--horizontal .prices-useful-item{
  min-height:72px!important;
  padding:9px 11px!important;
  border-radius:10px!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:1px 9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item span{
  width:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item svg{
  width:17px!important;
  height:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item strong{
  font-size:12.5px!important;
  line-height:1.12!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-item em{
  font-size:11.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-img{
  max-height:150px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-more{
  font-size:13px!important;
  margin-top:8px!important;
}

body[data-route="analizy-ta-tsiny"] .benefits{
  margin-top:18px!important;
  margin-bottom:28px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__content--wide{
    grid-template-columns:1fr!important;
  }
}


/* v184: Analyses prices hero only title/text; search and tabs moved to panel below hero */
body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:26px 24px 30px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  letter-spacing:normal!important;
  font-weight:400!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:760px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 42%!important;
}

/* separate search/category panel under hero */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  margin-top:18px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
  padding:18px 20px!important;
  display:grid!important;
  grid-template-columns:minmax(320px,520px) minmax(0,1fr)!important;
  gap:16px 20px!important;
  align-items:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  width:100%!important;
  height:42px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  box-shadow:none!important;
  margin:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  justify-content:flex-start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:34px!important;
  padding:0 13px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

/* remove legacy spacing assumptions after moving controls */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  margin-top:18px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__copy h1{
    white-space:normal!important;
  }
}


/* v185: hero second row one-line + useful/promos horizontal panels */
body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
  margin-top:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;
  gap:18px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel--horizontal{
  margin:0!important;
  min-height:236px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-panel__content--wide{
  grid-template-columns:minmax(0,1fr) 185px!important;
  min-height:136px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
  padding:18px 20px 14px;
  min-width:0;
  min-height:236px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__head h2{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls{
  display:flex;
  gap:7px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button{
  width:32px;
  height:32px;
  border:1px solid #b9c8dd;
  border-radius:8px;
  background:#fff;
  color:#0b3476;
  font-size:22px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__controls button:hover{
  background:#0b3476;
  color:#fff;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__viewport{
  overflow:hidden;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__track{
  display:flex;
  gap:12px;
  transition:transform .45s ease;
  will-change:transform;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card{
  flex:0 0 calc((100% - 24px)/3);
  min-height:130px;
  border:1px solid #e4edf8;
  border-radius:14px;
  background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);
  padding:13px 14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto auto;
  gap:4px 10px;
  color:#0b3476;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card span{
  grid-row:1 / 4;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid #dce6f2;
  background:#fff;
  display:grid;
  place-items:center;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card svg{
  width:19px;
  height:19px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card strong{
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card small{
  font-size:11px;
  line-height:1.22;
  font-weight:600;
  color:#37527d;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card em{
  font-size:12px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
  color:#e52932;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:10px;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c8d4e6;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__dots i.is-active{
  background:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-hero__lead{
    white-space:normal!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels .prices-useful-list--row{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card{
    flex-basis:100%!important;
  }
}


/* v186: compact search width + more categories dropdown */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(260px,720px) minmax(0,1fr)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  align-items:flex-start!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative;
  flex:0 0 auto;
}

body[data-route="analizy-ta-tsiny"] .prices-tab--more span{
  font-size:12px;
  margin-left:2px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:220px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:12px;
  box-shadow:0 18px 38px rgba(0,43,102,.14);
  padding:8px;
  display:none;
  z-index:30;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu.is-open .prices-more-menu__dropdown{
  display:grid;
  gap:4px;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item:hover{
  background:#f3f7fd;
  color:#e52932;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
    flex-wrap:wrap!important;
  }
}


/* v187: force narrower search so the "Ще" menu is visible in one row */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(280px,560px) minmax(0,1fr)!important;
  gap:12px 16px!important;
  align-items:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:560px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  flex-wrap:nowrap!important;
  gap:6px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  min-height:30px!important;
  padding:0 10px!important;
  font-size:11px!important;
  letter-spacing:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  min-width:70px!important;
}

@media (max-width:1300px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px,500px) minmax(0,1fr)!important;
  }
}


/* v191: ensure Catalog landing page is shown as navigation page, not analysis-single */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:300px!important;
}
@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
    grid-template-columns:1fr!important;
  }
}


/* v192: research category pages in strict grid layout */
body[data-route^="analizy/"] .research-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route^="analizy/"] .research-hero__inner{
  min-height:330px;
  display:grid;
  grid-template-columns:minmax(520px,.86fr) minmax(680px,1.14fr);
  align-items:stretch;
}

body[data-route^="analizy/"] .research-hero__copy{
  display:grid;
  align-content:center;
  padding:28px 22px 24px 0;
  position:relative;
  z-index:2;
}

body[data-route^="analizy/"] .research-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route^="analizy/"] .research-hero h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(42px,4.5vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__lead{
  margin:0 0 6px;
  color:#0b3476;
  font-size:clamp(18px,1.45vw,24px);
  line-height:1.15;
  font-weight:400;
}

body[data-route^="analizy/"] .research-hero__text{
  margin:0;
  max-width:610px;
  color:#0b3476;
  font-size:clamp(13px,.95vw,15px);
  line-height:1.35;
  font-weight:500;
}

body[data-route^="analizy/"] .research-hero__badges{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  max-width:650px;
}

body[data-route^="analizy/"] .research-hero__badges span{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:auto auto;
  gap:2px 10px;
  color:#0b3476;
  align-items:center;
}

body[data-route^="analizy/"] .research-hero__badges svg{
  grid-row:1 / 3;
  width:38px;
  height:38px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-hero__badges strong{
  font-size:12px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-hero__badges small{
  font-size:11px;
  line-height:1.2;
  color:#37527d;
  font-weight:600;
}

body[data-route^="analizy/"] .research-hero__media{
  min-height:330px;
  overflow:hidden;
  position:relative;
}

body[data-route^="analizy/"] .research-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
}

body[data-route^="analizy/"] .research-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

body[data-route^="analizy/"] .research-tabs{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:14px;
}

body[data-route^="analizy/"] .research-tab{
  min-height:38px;
  border:1px solid #cbd8eb;
  border-radius:8px;
  display:grid;
  place-items:center;
  padding:0 10px;
  background:#fff;
  color:#0b3476;
  font-size:12px;
  font-weight:800;
  text-align:center;
  box-shadow:0 6px 14px rgba(0,43,102,.04);
}

body[data-route^="analizy/"] .research-tab.is-active{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}

body[data-route^="analizy/"] .research-grid{
  margin-top:14px;
  margin-bottom:32px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(390px,.72fr);
  gap:22px;
  align-items:stretch;
}

body[data-route^="analizy/"] .research-list-panel,
body[data-route^="analizy/"] .research-promo-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route^="analizy/"] .research-list-panel{
  padding:18px 22px 14px;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
}

body[data-route^="analizy/"] .research-list-panel h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-list{
  display:grid;
}

body[data-route^="analizy/"] .research-test-row{
  min-height:58px;
  display:grid;
  grid-template-columns:44px minmax(260px,1fr) 118px 132px;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #e2eaf5;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row:last-child{
  border-bottom:0;
}

body[data-route^="analizy/"] .research-test-row__icon{
  width:36px;
  height:36px;
  border:1px solid #dce6f2;
  border-radius:10px;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__icon svg{
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route^="analizy/"] .research-test-row__body{
  display:grid;
  gap:3px;
}

body[data-route^="analizy/"] .research-test-row__body strong{
  font-size:14px;
  line-height:1.15;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__body small{
  color:#37527d;
  font-size:11.5px;
  line-height:1.25;
  font-weight:600;
}

body[data-route^="analizy/"] .research-test-row__price{
  font-size:13px;
  font-weight:800;
  color:#0b3476;
}

body[data-route^="analizy/"] .research-test-row__price b{
  color:#e52932;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row__btn{
  min-height:32px;
  border:1px solid #0b3476;
  border-radius:8px;
  display:inline-grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  color:#0b3476;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-test-row:hover .research-test-row__btn{
  border-color:#e52932;
  color:#e52932;
}

body[data-route^="analizy/"] .research-more-btn{
  justify-self:center;
  margin-top:12px;
  min-height:36px;
  min-width:250px;
  border:0;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}

body[data-route^="analizy/"] .research-promo-panel{
  position:relative;
  padding:22px 24px 20px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff 0%,#fff5f6 100%);
  display:grid;
  grid-template-rows:auto auto auto auto 1fr auto;
}

body[data-route^="analizy/"] .research-promo-panel__label{
  justify-self:start;
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  color:#e52932;
  font-size:12px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel__discount{
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#e60012;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel h2{
  margin:18px 0 8px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
  max-width:260px;
}

body[data-route^="analizy/"] .research-promo-panel p{
  margin:0 0 14px;
  color:#37527d;
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  max-width:300px;
}

body[data-route^="analizy/"] .research-promo-panel ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:#0b3476;
  font-size:12.5px;
  font-weight:700;
  z-index:2;
}

body[data-route^="analizy/"] .research-promo-panel li::before{
  content:"✓";
  color:#e52932;
  margin-right:8px;
  font-weight:900;
}

body[data-route^="analizy/"] .research-promo-panel > img{
  position:absolute;
  right:14px;
  bottom:82px;
  width:190px;
  max-height:160px;
  object-fit:contain;
  opacity:.92;
}

body[data-route^="analizy/"] .research-promo-panel__bottom{
  margin-top:22px;
  min-height:70px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(0,43,102,.06);
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:14px;
  align-items:center;
  padding:13px 14px;
  position:relative;
  z-index:3;
}

body[data-route^="analizy/"] .research-promo-panel__bottom span{
  display:grid;
  gap:3px;
  color:#7586a3;
  font-size:12px;
}

body[data-route^="analizy/"] .research-promo-panel__bottom b{
  color:#e52932;
  font-size:18px;
  line-height:1;
}

body[data-route^="analizy/"] .research-promo-panel__bottom .btn{
  min-height:38px;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
}

@media (max-width:1180px){
  body[data-route^="analizy/"] .research-hero__inner,
  body[data-route^="analizy/"] .research-grid{
    grid-template-columns:1fr;
  }
  body[data-route^="analizy/"] .research-hero__media{
    display:none;
  }
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  body[data-route^="analizy/"] .research-tabs{
    grid-template-columns:1fr 1fr;
  }
  body[data-route^="analizy/"] .research-test-row{
    grid-template-columns:40px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    gap:7px 10px;
    padding:11px 0;
  }
  body[data-route^="analizy/"] .research-test-row__price,
  body[data-route^="analizy/"] .research-test-row__btn{
    grid-column:2;
  }
  body[data-route^="analizy/"] .research-promo-panel__bottom{
    grid-template-columns:1fr;
  }
}


/* v193 checkups page */
.checkups-hero{background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);border-bottom:1px solid #dfe8f3;overflow:hidden}.checkups-hero__inner{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:stretch;min-height:328px}.checkups-hero__copy{display:grid;align-content:center;padding:34px 0 24px;position:relative;z-index:2}.checkups-hero__copy h1{margin:0 0 14px;color:#0b3476;font-size:clamp(42px,4.8vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:900}.checkups-hero__lead{margin:0;color:#0b3476;font-size:clamp(18px,1.7vw,26px);line-height:1.32;font-weight:400;max-width:560px}.checkups-hero__facts{margin-top:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:690px}.checkups-fact{display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.checkups-fact__icon{width:40px;height:40px;color:#0b3476}.checkups-fact__icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-fact__text{display:grid;gap:3px}.checkups-fact__text strong{font-size:12px;line-height:1.1;color:#0b3476;font-weight:900}.checkups-fact__text small{font-size:11px;line-height:1.18;color:#23467b;font-weight:700}.checkups-hero__media{min-height:328px;position:relative;overflow:hidden}.checkups-hero__media::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 18%,rgba(248,251,255,.22) 44%,rgba(248,251,255,0) 68%);z-index:1;pointer-events:none}.checkups-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.checkups-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:-28px;position:relative;z-index:3}.checkup-card{background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);padding:20px 18px 18px;display:grid;grid-template-rows:auto auto auto auto 1fr;min-height:286px}.checkup-card__head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.checkup-card__icon{width:54px;height:54px;color:#0b3476;display:grid;place-items:center}.checkup-card__icon svg{width:44px;height:44px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkup-card__titlebox h2{margin:0 0 8px;color:#0b3476;font-size:17px;line-height:1.12;font-weight:900}.checkup-card__titlebox p{margin:0;color:#37527d;font-size:13px;line-height:1.32;font-weight:600;min-height:52px}.checkup-card__tests{margin-top:16px;justify-self:start;padding:6px 10px;border-radius:10px;background:#edf4ff;color:#5d76a6;font-size:12px;font-weight:800}.checkup-card__prices{margin-top:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.checkup-card__old{color:#94a2bc;font-size:14px;text-decoration:line-through}.checkup-card__discount{min-width:48px;height:32px;padding:0 10px;border-radius:8px;background:#e60012;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.checkup-card__new{margin-top:8px;color:#0b3476;font-size:16px;font-weight:800}.checkup-card__new b{color:#e30613;font-size:28px;line-height:1;font-weight:900}.checkup-card__btn{margin-top:16px;min-height:38px;padding:10px 12px;border-radius:8px;font-size:14px}.checkups-why{margin-top:24px;margin-bottom:34px;display:grid;grid-template-columns:1.25fr repeat(5,minmax(0,1fr));gap:0;background:#fff;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 12px 28px rgba(0,43,102,.08);overflow:hidden}.checkups-why__title,.checkups-why__item{padding:20px 18px;min-height:126px}.checkups-why__title{display:grid;align-content:center;border-right:1px solid #e7edf6}.checkups-why__title h2{margin:0;color:#0b3476;font-size:18px;line-height:1.22;font-weight:900}.checkups-why__title h2 span{color:#e30613}.checkups-why__item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-content:start;border-right:1px solid #e7edf6}.checkups-why__item:last-child{border-right:0}.checkups-why__icon{width:42px;height:42px;color:#0b3476}.checkups-why__icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.checkups-why__content{display:grid;gap:4px}.checkups-why__content strong{color:#0b3476;font-size:13px;line-height:1.14;font-weight:900}.checkups-why__content p{margin:0;color:#37527d;font-size:11.5px;line-height:1.28;font-weight:600}.checkups-why__content em{margin-top:auto;font-style:normal;color:#0b3476;font-size:22px;font-weight:900;line-height:1}.checkups-why__item:hover .checkups-why__content em,.checkup-card:hover .checkup-card__btn{transform:translateX(2px)}@media (max-width:1180px){.checkups-hero__inner{grid-template-columns:1fr}.checkups-hero__media{display:none}.checkups-packages{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}.checkups-why{grid-template-columns:1fr 1fr 1fr}.checkups-why__title{grid-column:1/-1;border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:nth-child(4){border-right:0}}@media (max-width:760px){.checkups-hero__facts{grid-template-columns:1fr}.checkups-packages{grid-template-columns:1fr}.checkups-why{grid-template-columns:1fr}.checkups-why__item,.checkups-why__title{border-right:0;border-bottom:1px solid #e7edf6}.checkups-why__item:last-child{border-bottom:0}}


/* v194: compact Check-ups page, aligned with Analyses and Prices density */
body[data-route="check-upy"] .checkups-hero__inner{
  min-height:250px!important;
  grid-template-columns:minmax(500px,.86fr) minmax(640px,1.14fr)!important;
}

body[data-route="check-upy"] .checkups-hero__copy{
  padding:26px 0 22px!important;
}

body[data-route="check-upy"] .checkups-hero__copy h1{
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  margin:0 0 6px!important;
  letter-spacing:-.045em!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  font-size:var(--lead-home)!important;
  line-height:1.08!important;
  margin:0!important;
  max-width:760px!important;
}

body[data-route="check-upy"] .checkups-hero__facts{
  margin-top:20px!important;
  gap:14px!important;
  max-width:650px!important;
}

body[data-route="check-upy"] .checkups-fact{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-fact__icon,
body[data-route="check-upy"] .checkups-fact__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-fact__text strong{
  font-size:11.5px!important;
}

body[data-route="check-upy"] .checkups-fact__text small{
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkups-hero__media{
  min-height:250px!important;
  max-height:250px!important;
}

body[data-route="check-upy"] .checkups-hero__media img{
  height:250px!important;
  object-fit:cover!important;
  object-position:center 44%!important;
}

body[data-route="check-upy"] .checkups-packages{
  gap:14px!important;
  margin-top:-18px!important;
}

body[data-route="check-upy"] .checkup-card{
  border-radius:16px!important;
  padding:15px 14px 14px!important;
  min-height:232px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkup-card__head{
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="check-upy"] .checkup-card__icon{
  width:42px!important;
  height:42px!important;
}

body[data-route="check-upy"] .checkup-card__icon svg{
  width:35px!important;
  height:35px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  margin-bottom:5px!important;
}

body[data-route="check-upy"] .checkup-card__titlebox p{
  font-size:11.5px!important;
  line-height:1.24!important;
  min-height:38px!important;
}

body[data-route="check-upy"] .checkup-card__tests{
  margin-top:11px!important;
  padding:5px 8px!important;
  border-radius:8px!important;
  font-size:10.5px!important;
}

body[data-route="check-upy"] .checkup-card__prices{
  margin-top:12px!important;
  gap:8px!important;
}

body[data-route="check-upy"] .checkup-card__old{
  font-size:12px!important;
}

body[data-route="check-upy"] .checkup-card__discount{
  min-width:42px!important;
  height:27px!important;
  border-radius:7px!important;
  font-size:11px!important;
  padding:0 8px!important;
}

body[data-route="check-upy"] .checkup-card__new{
  margin-top:5px!important;
  font-size:13px!important;
}

body[data-route="check-upy"] .checkup-card__new b{
  font-size:23px!important;
}

body[data-route="check-upy"] .checkup-card__btn{
  margin-top:12px!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}

body[data-route="check-upy"] .checkups-why{
  margin-top:18px!important;
  margin-bottom:28px!important;
  border-radius:16px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.075)!important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  padding:15px 14px!important;
  min-height:92px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:15.5px!important;
  line-height:1.16!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size:11.5px!important;
  line-height:1.1!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:10px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  font-size:18px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-hero__inner{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkups-packages{
    margin-top:18px!important;
  }
}


/* v195: Check-up package buttons match Analyses and prices red order buttons */
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-height:30px!important;
  height:30px!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:7px!important;
  background:#e60012!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 8px 16px rgba(230,0,18,.14)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  text-align:center!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card:hover .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn:hover{
  background:#d80011!important;
  box-shadow:0 10px 18px rgba(230,0,18,.18)!important;
  transform:none!important;
}

body[data-route="check-upy"] .checkup-card__btn::after{
  content:none!important;
}


/* v196: compact bottom checkups benefits: Prolab casing, no checks, one-line mini titles */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:.95fr repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:15px 12px 15px 14px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14.5px!important;
  line-height:1.12!important;
  letter-spacing:-.015em!important;
}

body[data-route="check-upy"] .checkups-why__title h2 span{
  white-space:nowrap!important;
  color:#e30613!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:8px!important;
  padding:14px 12px!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:30px!important;
  height:30px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.15!important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v197: centered checkups benefits, no separators, improved icons/text */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns: 1fr repeat(5, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title,
body[data-route="check-upy"] .checkups-why__item{
  min-height: 112px !important;
  padding: 16px 14px !important;
  border-right: 0 !important;
}

body[data-route="check-upy"] .checkups-why__title{
  display: grid !important;
  align-content: center !important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size: 15px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.01em !important;
}

body[data-route="check-upy"] .checkups-why__item{
  display: grid !important;
  grid-template-columns: 40px minmax(0,1fr) !important;
  gap: 10px !important;
  align-content: center !important;
  align-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon{
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
}

body[data-route="check-upy"] .checkups-why__icon svg{
  width: 36px !important;
  height: 36px !important;
  stroke-width: 1.9 !important;
}

body[data-route="check-upy"] .checkups-why__content{
  display: grid !important;
  align-content: center !important;
  gap: 3px !important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  font-size: 11.4px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

body[data-route="check-upy"] .checkups-why__content p{
  margin: 0 !important;
  font-size: 10.3px !important;
  line-height: 1.22 !important;
  color: #23467b !important;
  font-weight: 600 !important;
}

body[data-route="check-upy"] .checkups-why__content em{
  display: none !important;
}

@media (max-width: 1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  body[data-route="check-upy"] .checkups-why__title{
    border-bottom: 0 !important;
  }
}


/* v198: checkups hero title/subtitle/third line hierarchy */
body[data-route="check-upy"] .checkups-hero__copy{
  gap: 0 !important;
}
body[data-route="check-upy"] .checkups-hero__copy h1{
  margin: 0 0 10px !important;
}
body[data-route="check-upy"] .checkups-hero__text{
  display: grid !important;
  gap: 8px !important;
  max-width: 760px !important;
}
body[data-route="check-upy"] .checkups-hero__lead{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 26px !important;
  line-height: 1.16 !important;
  font-weight: 400 !important;
  max-width: none !important;
}
body[data-route="check-upy"] .checkups-hero__desc{
  margin: 0 !important;
  color: #0b3476 !important;
  font-size: 16px !important;
  line-height: 1.34 !important;
  font-weight: 500 !important;
  max-width: 620px !important;
}
@media (max-width: 980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 22px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 15px !important;
  }
}
@media (max-width: 640px){
  body[data-route="check-upy"] .checkups-hero__lead{
    font-size: 20px !important;
  }
  body[data-route="check-upy"] .checkups-hero__desc{
    font-size: 14px !important;
  }
}


/* v199: exact line behavior for checkups hero and support benefit */
body[data-route="check-upy"] .checkups-hero__text{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-hero__lead{
  white-space:nowrap!important;
  max-width:none!important;
  font-size:clamp(24px,1.95vw,30px)!important;
  line-height:1.14!important;
}

body[data-route="check-upy"] .checkups-hero__desc{
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p{
  white-space:normal!important;
  max-width:170px!important;
}

body[data-route="check-upy"] .checkups-why__item:last-child .checkups-why__content p br{
  display:block!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkups-hero__lead{
    white-space:normal!important;
    font-size:22px!important;
  }
}

/* v200: bring benefits block items closer to title cell */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:250px repeat(5,minmax(0,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:20px 14px 20px 18px!important;
}

body[data-route="check-upy"] .checkups-why__item{
  padding:20px 14px!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}


/* v201: make bottom benefit titles fit without truncation */
body[data-route="check-upy"] .checkups-why{
  grid-template-columns:220px repeat(5,minmax(185px,1fr))!important;
}

body[data-route="check-upy"] .checkups-why__item{
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 10px!important;
}

body[data-route="check-upy"] .checkups-why__content strong{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:11.2px!important;
  line-height:1.12!important;
  max-width:none!important;
}

body[data-route="check-upy"] .checkups-why__content p{
  font-size:9.8px!important;
  line-height:1.18!important;
}

body[data-route="check-upy"] .checkups-why__icon,
body[data-route="check-upy"] .checkups-why__icon svg{
  width:32px!important;
  height:32px!important;
}

body[data-route="check-upy"] .checkups-why__title{
  padding:18px 10px 18px 16px!important;
}

body[data-route="check-upy"] .checkups-why__title h2{
  font-size:14px!important;
  line-height:1.12!important;
}

@media (max-width:1400px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:200px repeat(5,minmax(165px,1fr))!important;
  }
  body[data-route="check-upy"] .checkups-why__content strong{
    font-size:10.8px!important;
  }
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-why{
    grid-template-columns:1fr 1fr 1fr!important;
  }
}

/* v203: Promotions page in Analyses-and-Prices style */
body[data-route="aktsii"]{background:#f5f8fc;}
body[data-route="aktsii"] .promos-hero{background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);overflow:hidden;border-bottom:1px solid #e4edf8;}
body[data-route="aktsii"] .promos-hero__inner{min-height:250px;display:grid;grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);align-items:stretch;}
body[data-route="aktsii"] .promos-hero__copy{display:grid;align-content:center;padding:26px 24px 30px 0;position:relative;z-index:2;}
body[data-route="aktsii"] .promos-hero__copy h1{margin:0 0 6px;color:#0b3476;font-size:var(--h1-home);line-height:1.01;letter-spacing:-.045em;font-weight:900;}
body[data-route="aktsii"] .promos-hero__lead{margin:0 0 clamp(7px,.7vw,10px);color:#0b3476;font-size:var(--lead-home);line-height:1.05;font-weight:400;white-space:nowrap;}
body[data-route="aktsii"] .promos-hero__text{margin:0;color:#0b3476;font-size:clamp(14px,.98vw,16px);line-height:1.27;font-weight:500;max-width:720px;}
body[data-route="aktsii"] .promos-hero__media{min-height:250px;max-height:250px;overflow:hidden;position:relative;}
body[data-route="aktsii"] .promos-hero__media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f9fcff 0%,rgba(249,252,255,.82) 19%,rgba(249,252,255,.24) 44%,rgba(249,252,255,0) 68%);pointer-events:none;}
body[data-route="aktsii"] .promos-hero__media img{width:100%;height:250px;object-fit:contain;object-position:center;background:#f2f7ff;}
body[data-route="aktsii"] .promos-control-panel{margin-top:18px;background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);padding:18px 20px;display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:14px 18px;align-items:center;}
body[data-route="aktsii"] .promos-search{height:42px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid #b9c8dd;border-radius:9px;background:#fff;}
body[data-route="aktsii"] .promos-search span{display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-search svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0b3476;font-size:14px;font-weight:700;}
body[data-route="aktsii"] .promos-search input::placeholder{color:#7586a3;}
body[data-route="aktsii"] .promos-tabs{display:flex;flex-wrap:wrap;gap:8px;}
body[data-route="aktsii"] .promos-tab{min-height:34px;padding:0 13px;border:1px solid #b9c8dd;border-radius:8px;background:#fff;color:#0b3476;font-size:12.5px;font-weight:900;cursor:pointer;}
body[data-route="aktsii"] .promos-tab.is-active,body[data-route="aktsii"] .promos-tab:hover{background:#0b3476;border-color:#0b3476;color:#fff;}
body[data-route="aktsii"] .promos-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.62fr);gap:18px;margin-top:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-list-panel,body[data-route="aktsii"] .promos-info-panel,body[data-route="aktsii"] .promos-mini-panel,body[data-route="aktsii"] .promos-note-panel{background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 10px 24px rgba(0,43,102,.075);}
body[data-route="aktsii"] .promos-list-panel{padding:18px 22px 14px;display:grid;grid-template-rows:auto minmax(0,1fr);}
body[data-route="aktsii"] .promos-list-panel h2,body[data-route="aktsii"] .promos-info-panel h2,body[data-route="aktsii"] .promos-mini-panel h2{margin:0 0 10px;color:#0b3476;font-size:18px;line-height:1.1;font-weight:900;}
body[data-route="aktsii"] .promos-list{display:grid;gap:10px;}
body[data-route="aktsii"] .promos-offer{display:grid;grid-template-columns:42px minmax(0,1fr) 112px 112px;gap:12px;align-items:center;min-height:90px;border:1px solid #e4edf8;border-radius:14px;background:#fff;padding:12px;}
body[data-route="aktsii"] .promos-offer__icon{width:34px;height:34px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-offer__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
body[data-route="aktsii"] .promos-offer__body{min-width:0;}
body[data-route="aktsii"] .promos-offer__label{display:inline-flex;margin-bottom:4px;color:#e52932;font-size:10.5px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer h3{margin:0 0 4px;color:#0b3476;font-size:14px;line-height:1.15;font-weight:900;}
body[data-route="aktsii"] .promos-offer p{margin:0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .promos-offer__price{display:grid;gap:3px;align-content:center;}
body[data-route="aktsii"] .promos-offer__discount{justify-self:start;padding:4px 8px;border-radius:999px;background:#e60012;color:#fff;font-size:11px;font-weight:900;}
body[data-route="aktsii"] .promos-offer__price del{color:#94a2bc;font-size:11px;}
body[data-route="aktsii"] .promos-offer__price strong{color:#e52932;font-size:20px;line-height:1;font-weight:900;}
body[data-route="aktsii"] .promos-offer__btn{min-height:30px;border:0;border-radius:7px;background:#e60012;color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;padding:0 10px;box-shadow:0 8px 16px rgba(230,0,18,.14);}
body[data-route="aktsii"] .promos-info-panel{padding:18px 20px 14px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-content:start;}
body[data-route="aktsii"] .promos-steps{display:grid;gap:6px;align-content:start;}
body[data-route="aktsii"] .promos-steps div{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:9px;row-gap:0;align-items:center;}
body[data-route="aktsii"] .promos-steps span{width:28px;height:28px;border-radius:50%;background:#0b3476;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps strong{color:#0b3476;font-size:13px;line-height:1.08;font-weight:900;align-self:center;}
body[data-route="aktsii"] .promos-steps p{grid-column:2;margin:-1px 0 0;color:#37527d;font-size:11.5px;line-height:1.18;font-weight:600;align-self:start;}
body[data-route="aktsii"] .promos-info-panel img{width:100%;height:146px;object-fit:cover;border-radius:12px;margin:8px 0 10px;}
body[data-route="aktsii"] .promos-info-panel .btn{min-height:36px;padding:9px 12px;border-radius:8px;font-size:12.5px;}
body[data-route="aktsii"] .promos-lower-panels{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.5fr);gap:18px;align-items:stretch;}
body[data-route="aktsii"] .promos-mini-panel{padding:18px 22px 14px;}
body[data-route="aktsii"] .promos-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
body[data-route="aktsii"] .promos-mini-grid a{min-height:72px;padding:9px 11px;border-radius:10px;background:#fff;box-shadow:0 10px 22px rgba(0,43,102,.08);display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;gap:1px 9px;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid span{grid-row:1/3;width:30px;height:30px;border:1px solid #dce6f2;border-radius:50%;background:#f8fbff;display:grid;place-items:center;color:#0b3476;}
body[data-route="aktsii"] .promos-mini-grid svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-mini-grid strong{font-size:12.5px;line-height:1.12;font-weight:900;}
body[data-route="aktsii"] .promos-mini-grid small{font-size:11px;line-height:1.15;color:#37527d;font-weight:600;}
body[data-route="aktsii"] .promos-note-panel{padding:18px 20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center;}
body[data-route="aktsii"] .promos-note-panel > span{width:40px;height:40px;border-radius:50%;border:1px solid #dce6f2;background:#f8fbff;display:grid;place-items:center;color:#e52932;}
body[data-route="aktsii"] .promos-note-panel svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;}
body[data-route="aktsii"] .promos-note-panel strong{display:block;color:#0b3476;font-size:14px;font-weight:900;}
body[data-route="aktsii"] .promos-note-panel p{margin:4px 0 0;color:#37527d;font-size:11.5px;line-height:1.25;font-weight:600;}
body[data-route="aktsii"] .benefits{margin-top:18px;margin-bottom:28px;}
@media (max-width:1180px){body[data-route="aktsii"] .promos-hero__inner,body[data-route="aktsii"] .promos-control-panel,body[data-route="aktsii"] .promos-main-grid,body[data-route="aktsii"] .promos-lower-panels{grid-template-columns:1fr;}body[data-route="aktsii"] .promos-hero__media{display:none;}body[data-route="aktsii"] .promos-hero__lead{white-space:normal;}}
@media (max-width:760px){body[data-route="aktsii"] .promos-offer{grid-template-columns:38px minmax(0,1fr);gap:8px;}body[data-route="aktsii"] .promos-offer__price,body[data-route="aktsii"] .promos-offer__btn{grid-column:2;}body[data-route="aktsii"] .promos-mini-grid{grid-template-columns:1fr;}}


/* v206: promotions page — align lower panels with upper grid and raise image inside info card */
body[data-route="aktsii"] .promos-main-grid,
body[data-route="aktsii"] .promos-lower-panels{
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr)!important;
  gap:20px!important;
  align-items:stretch!important;
}

body[data-route="aktsii"] .promos-info-panel{
  grid-template-rows:auto auto auto auto!important;
  align-content:start!important;
}

body[data-route="aktsii"] .promos-steps{
  gap:6px!important;
  margin-bottom:8px!important;
}

body[data-route="aktsii"] .promos-steps div{
  grid-template-columns:32px minmax(0,1fr)!important;
  column-gap:9px!important;
  row-gap:0!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-steps span{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps strong{
  align-self:center!important;
}

body[data-route="aktsii"] .promos-steps p{
  margin:-1px 0 0!important;
  line-height:1.18!important;
}

body[data-route="aktsii"] .promos-info-panel img{
  height:168px!important;
  margin:8px 0 10px!important;
  object-fit:cover!important;
  object-position:center 48%!important;
}

body[data-route="aktsii"] .promos-lower-panels{
  margin-top:20px!important;
}

body[data-route="aktsii"] .promos-mini-panel,
body[data-route="aktsii"] .promos-note-panel{
  min-height:170px!important;
}

body[data-route="aktsii"] .promos-mini-panel{
  padding:20px 22px!important;
}

body[data-route="aktsii"] .promos-note-panel{
  padding:20px 22px!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:center!important;
}

body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  align-items:center!important;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-main-grid,
  body[data-route="aktsii"] .promos-lower-panels{
    grid-template-columns:1fr!important;
  }
}


/* v207: loyalty subpage integrated into Aktsii + promotions popular directions 4-card grid */
body[data-route="aktsii"] .promos-mini-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}

body[data-route="aktsii"] .promos-mini-grid a{
  min-height:86px!important;
  padding:12px 11px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner{
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(520px,.9fr) minmax(650px,1.1fr);
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__copy{
  display:grid;
  align-content:center;
  padding:26px 24px 30px 0;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__back{
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:var(--h1-home);
  line-height:1.01;
  letter-spacing:-.045em;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__lead{
  margin:0 0 9px;
  color:#0b3476;
  font-size:var(--lead-home);
  line-height:1.08;
  font-weight:400;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__text{
  margin:0;
  color:#0b3476;
  font-size:clamp(14px,.98vw,16px);
  line-height:1.3;
  font-weight:500;
  max-width:690px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
  min-height:250px;
  max-height:250px;
  overflow:hidden;
  position:relative;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.82) 22%,rgba(248,251,255,.24) 48%,rgba(248,251,255,0) 68%);
  z-index:1;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media img{
  width:100%;
  height:250px;
  object-fit:cover;
  object-position:center 45%;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.62fr);
  gap:20px;
  align-items:stretch;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
  margin-top:20px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  padding:20px 22px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel h2,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-panel h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-levels{
  display:grid;
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:14px;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 78px;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid span,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel > span{
  width:42px;
  height:42px;
  border:1px solid #dce6f2;
  border-radius:50%;
  background:#f8fbff;
  display:grid;
  place-items:center;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid svg,
body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel svg{
  width:22px;
  height:22px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body strong{
  display:block;
  color:#0b3476;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:4px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__body p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-level-card__value{
  color:#e30613;
  font-size:26px;
  line-height:1;
  font-weight:900;
  text-align:right;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps{
  display:grid;
  gap:10px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps div{
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:0 9px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#0b3476;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps strong{
  color:#0b3476;
  font-size:13px;
  line-height:1.08;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-steps p{
  grid-column:2;
  margin:-1px 0 0;
  color:#37527d;
  font-size:11.5px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-info-panel .btn{
  width:100%;
  margin-top:18px;
  min-height:38px;
  border-radius:8px;
  font-size:12.5px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid a{
  min-height:86px;
  border:1px solid #e4edf8;
  border-radius:12px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:7px 12px;
  align-items:center;
  padding:12px;
  color:#0b3476;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid strong{
  display:block;
  font-size:13px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid small{
  display:block;
  margin-top:4px;
  color:#37527d;
  font-size:11px;
  line-height:1.18;
  font-weight:600;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel{
  min-height:170px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:16px;
  align-items:center;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel strong{
  display:block;
  color:#0b3476;
  font-size:16px;
  line-height:1.12;
  font-weight:900;
  margin-bottom:6px;
}

body[data-route="aktsii/programa-loialnosti"] .loyalty-note-panel p{
  margin:0;
  color:#37527d;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

@media (max-width:1180px){
  body[data-route="aktsii"] .promos-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__inner,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-main-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-lower-panels{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii/programa-loialnosti"] .loyalty-hero__media{
    display:none;
  }
}

@media (max-width:720px){
  body[data-route="aktsii"] .promos-mini-grid,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-benefit-grid{
    grid-template-columns:1fr!important;
  }
}


/* v211: compact about hero photo */
body[data-route="pro-nas"] .about-hero-card{
  grid-template-columns:minmax(360px, 47%) minmax(0, 53%);
}
body[data-route="pro-nas"] .about-hero-card__copy{
  padding:22px 24px 12px 24px;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 8px;
}
body[data-route="pro-nas"] .about-hero-card__text{
  font-size:clamp(16px, 1.1vw, 18px);
  line-height:1.28;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:14px;
}
body[data-route="pro-nas"] .about-hero-card__actions .btn{
  min-height:42px;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:210px;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  object-position:center 22%;
}
@media (max-width:980px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:30px 20px 16px;
  }
  body[data-route="pro-nas"] .about-hero-card__actions{
    margin-top:14px;
  }
  body[data-route="pro-nas"] .about-hero-card__media{
    min-height:220px;
  }
  body[data-route="pro-nas"] .about-hero-card__media img{
    object-position:center 24%;
  }
}


/* v212 HARD INLINE BACKUP: about hero fixed height */
body .about-page .about-hero-card{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  grid-template-columns:minmax(360px,47%) minmax(0,53%)!important;
}
body .about-page .about-hero-card__copy{
  padding:16px 24px 12px 24px!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body .about-page .about-hero-card__copy h1{margin:0 0 8px!important;}
body .about-page .about-hero-card__lead{margin:0 0 7px!important;}
body .about-page .about-hero-card__text{
  margin:0!important;
  font-size:17px!important;
  line-height:1.26!important;
}
body .about-page .about-hero-card__actions{
  margin-top:13px!important;
  gap:12px!important;
}
body .about-page .about-hero-card__actions .btn{
  min-height:42px!important;
  padding-top:9px!important;
  padding-bottom:9px!important;
}
body .about-page .about-hero-card__media{
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
}
body .about-page .about-hero-card__media img{
  width:100%!important;
  height:270px!important;
  object-fit:cover!important;
  object-position:center 20%!important;
}


/* v215: About hero aligned to Contacts hero concept */
body[data-route="pro-nas"] main{
  background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 58%,#ffffff 100%)!important;
}
body[data-route="pro-nas"] .about-hero-card{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
  grid-template-columns:minmax(420px,.95fr) minmax(560px,1.25fr)!important;
  background:linear-gradient(90deg,#f8fbff 0%,#f5f9ff 42%,rgba(239,247,255,.82) 100%)!important;
  border:0!important;
  border-bottom:1px solid #e2ebf7!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  font-weight:900!important;
}
body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0 0 12px!important;
  font-size:21px!important;
  line-height:1.25!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  font-size:15px!important;
  line-height:1.34!important;
  font-weight:500!important;
}
body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}
body[data-route="pro-nas"] .about-hero-card__media{
  min-height:310px!important;
  height:310px!important;
  max-height:310px!important;
}
body[data-route="pro-nas"] .about-hero-card__media img{
  height:100%!important;
  object-fit:cover!important;
  object-position:center 43%!important;
  filter:saturate(.94) contrast(1.02)!important;
}


/* v216: About hero typography exactly follows Contacts hero typography */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:8px 0 0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  align-content:center!important;
  padding:44px 32px 44px 0!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}

@media (max-width:720px){
  body[data-route="pro-nas"] .about-hero-card__copy{
    padding:46px 0 24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__copy h1{
    margin-bottom:16px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__lead{
    font-size:24px!important;
  }
  body[data-route="pro-nas"] .about-hero-card__text{
    font-size:15px!important;
  }
}


/* v217: About hero text hierarchy = Contacts hero, 3 separate sizes */
body[data-route="pro-nas"] .about-hero-card__copy h1{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:clamp(48px,5.4vw,74px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-hero-card__textwrap{
  display:grid!important;
  gap:8px!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(27px,2.25vw,34px)!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__text{
  margin:0!important;
  color:#263a5e!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:560px!important;
}

body[data-route="pro-nas"] .about-hero-card__copy{
  display:grid!important;
  align-content:center!important;
  padding:44px 32px 44px 0!important;
  transform:none!important;
}

body[data-route="pro-nas"] .about-hero-card__actions{
  margin-top:24px!important;
}


/* v218: about hero exact pixel sizes to match Contacts + new hero image */
body[data-route="pro-nas"] .about-hero-card__copy h1{font-size:39px!important;line-height:1.01!important;}
body[data-route="pro-nas"] .about-hero-card__lead{font-size:26px!important;line-height:1.05!important;font-weight:400!important;}
body[data-route="pro-nas"] .about-hero-card__text{font-size:16px!important;line-height:1.27!important;font-weight:500!important;}
body[data-route="pro-nas"] .about-hero-card__media img{object-position:center center!important;}


/* v219: clinics cooperation hero image + dropdowns always above hero images */
.header,
.site-header,
.topbar,
.header-main,
.header__inner,
.nav,
.nav-item{
  position:relative!important;
  z-index:10000!important;
}

.dropdown-menu,
.dropdown-submenu{
  z-index:10050!important;
}

main,
.hero,
[class*="hero"],
[class*="hero__media"],
[class*="hero-card__media"]{
  position:relative;
  z-index:1;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero{
  position:relative;
  z-index:1;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  position:relative;
  overflow:hidden;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(249,252,255,.94) 0%,rgba(249,252,255,.62) 24%,rgba(249,252,255,0) 54%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 42%);
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  filter:saturate(.95) contrast(1.03)!important;
}

/* v223: clinics cooperation hero crop exactly from provided image + contact form */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  margin-top:24px;
  margin-bottom:36px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card{
  min-height:0;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form{
  margin-top:14px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  display:grid;
  align-content:start;
  gap:16px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  display:grid;
  gap:12px;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:78px;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:4px 12px;
  align-items:center;
  padding:12px;
  border:1px solid #e4edf8;
  border-radius:12px;
  background:#f8fbff;
  color:#0b3476;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  grid-row:1 / span 2;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef5ff;
  border:1px solid #dce6f2;
  color:#e30613;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  display:block;
  color:#0b3476;
  font-size:14px;
  line-height:1.12;
  font-weight:900;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  display:block;
  color:#37527d;
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
}

@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr;
  }
}


/* v224: compact clinics cooperation page + custom partner form label */
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__inner{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy{
  padding:20px 22px 22px 0!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__copy h1{
  margin-bottom:4px!important;
  font-size:clamp(34px,3vw,44px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__lead{
  margin-bottom:7px!important;
  font-size:clamp(23px,1.9vw,30px)!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__text{
  font-size:14px!important;
  line-height:1.24!important;
  max-width:560px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions{
  margin-top:14px!important;
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__actions .btn{
  min-height:40px!important;
  padding:9px 18px!important;
  border-radius:8px!important;
  font-size:13.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-hero__media{
  min-height:245px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-grid{
  gap:14px!important;
  margin-top:18px!important;
  margin-bottom:18px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card{
  min-height:112px!important;
  padding:16px 18px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card h2{
  margin-bottom:8px!important;
  font-size:16px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-card p{
  font-size:12.5px!important;
  line-height:1.25!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:16px!important;
  margin-top:18px!important;
  margin-bottom:24px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section .contacts-card{
  padding:18px 20px!important;
  border-radius:14px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head{
  margin-bottom:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head h2{
  margin-bottom:6px!important;
  font-size:20px!important;
  line-height:1.08!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .contacts-card__head p{
  font-size:12.5px!important;
  line-height:1.26!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form-card .pro-form,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form{
  margin-top:8px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form label{
  gap:4px!important;
  font-size:11.5px!important;
  line-height:1.15!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form input,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:36px!important;
  padding:8px 11px!important;
  border-radius:8px!important;
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form textarea{
  min-height:70px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .check{
  font-size:11.5px!important;
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .btn{
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:13px!important;
  border-radius:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-card{
  gap:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list{
  gap:8px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list a{
  min-height:64px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:2px 10px!important;
  padding:9px!important;
  border-radius:10px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list span{
  width:36px!important;
  height:36px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list strong{
  font-size:12.5px!important;
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list small{
  font-size:10.5px!important;
}
@media (max-width:980px){
  body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-contact-section{
    grid-template-columns:1fr!important;
  }
}


/* v225: Catalog page category cards use uploaded 1200x480 WebP images */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image img,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .nav-card__image,
body[data-route="analizy/kataloh-doslidzhen"] .landing-card__image{
  overflow:hidden!important;
}


/* v226: Catalog page cards must show uploaded images fully, without cropping */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#fff!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}


/* v231 hard final: pidhotovka-do-analiziv must look like the old patient preparation page */
body[data-route="pidhotovka-do-analiziv"] .prep-hero{
  background:linear-gradient(90deg,#f8fbff 0%,#eef5ff 100%)!important;
  border-bottom:1px solid #e4edf8!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__inner{
  min-height:310px!important;
  display:grid!important;
  grid-template-columns:minmax(520px,.9fr) minmax(620px,1.1fr)!important;
  align-items:stretch!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy{
  display:grid!important;
  align-content:center!important;
  padding:46px 26px 54px 0!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__copy h1{
  margin:0 0 6px!important;
  color:#0b3476!important;
  font-size:var(--h1-home)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__lead{
  margin:0 0 clamp(7px,.7vw,10px)!important;
  color:#0b3476!important;
  font-size:var(--lead-home)!important;
  line-height:1.05!important;
  font-weight:400!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__text{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(14px,.98vw,16px)!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:620px!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-page-layout{
  margin-top:-44px!important;
  position:relative!important;
  z-index:4!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tabs{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:0 14px 34px rgba(0,43,102,.10)!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-tab.is-active{
  background:#e60012!important;
  color:#fff!important;
}


/* v232: Catalog page cards use user-provided images and a more compact body area */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid{
  gap:20px!important;
  padding-top:24px!important;
  padding-bottom:30px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
  min-height:0!important;
  grid-template-rows:220px auto!important;
  border-radius:18px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  background:#eef4fb!important;
  overflow:hidden!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#eef4fb!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
  grid-template-columns:minmax(0,1fr) 26px!important;
  grid-template-rows:auto auto auto!important;
  gap:10px 14px!important;
  padding:34px 22px 18px!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong{
  font-size:20px!important;
  line-height:1.12!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span{
  font-size:15px!important;
  line-height:1.34!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body em{
  align-self:end!important;
  margin-bottom:2px!important;
}

@media (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
    grid-template-rows:210px auto!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{
    grid-template-rows:190px auto!important;
  }
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
    padding:32px 20px 18px!important;
  }
}


/* v233: bring catalog icons to foreground and make them more distinct */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card{overflow:visible!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{z-index:1!important;overflow:visible!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{position:relative!important;z-index:2!important;}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__icon{
  z-index:9!important;
  width:66px!important;
  height:66px!important;
  left:18px!important;
  bottom:-33px!important;
  border:2px solid #dfe8f5!important;
  box-shadow:0 14px 30px rgba(0,43,102,.18)!important;
  background:#fff!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__icon svg{
  width:40px!important;
  height:40px!important;
  stroke:#113d86!important;
  stroke-width:2.2!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
  padding-top:42px!important;
}


/* v236: final biochemistry catalog crop — cover full image area, no contain margins, no distortion */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo{
  background:#eef5ff!important;
  display:block!important;
  overflow:hidden!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  background:transparent!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:hover .nav-landing-card__photo img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:focus-visible .nav-landing-card__photo img{
  transform:scale(1.01)!important;
}


/* v237: Biochemistry catalog card uses uploaded photo, pre-cropped to include hands + organ sphere */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo{
  background:#eef5ff!important;
  display:block!important;
  overflow:visible!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia .nav-landing-card__photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  background:transparent!important;
}

body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:hover .nav-landing-card__photo img,
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card--analizy-biokhimiia:focus-visible .nav-landing-card__photo img{
  transform:scale(1.01)!important;
}

/* v238: Clinics partner cabinet page — rigid Matlab-grid-like layout */
body[data-route="likariam/osobystyi-kabinet"]{
  background:#f5f9ff;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%);
  border-bottom:1px solid #e4edf8;
  overflow:hidden;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__grid{
  min-height:520px;
  display:grid;
  grid-template-columns: minmax(460px, .92fr) minmax(620px, 1.08fr);
  gap:34px;
  align-items:stretch;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__copy{
  display:grid;
  grid-template-rows:auto auto auto auto 1fr;
  align-content:center;
  padding:70px 0 58px;
  min-width:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  color:#51709d;
  font-size:13px;
  font-weight:700;
  margin-bottom:28px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-breadcrumb a:hover{
  color:#e30613;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero h1{
  margin:0 0 24px;
  color:#0b3476;
  font-size:clamp(42px,3.4vw,62px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__lead{
  max-width:620px;
  margin:0 0 28px;
  color:#183965;
  font-size:18px;
  line-height:1.62;
  font-weight:600;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__actions{
  margin-bottom:28px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__actions .btn{
  min-height:58px;
  padding:16px 30px;
  border-radius:10px;
  font-size:17px;
  box-shadow:0 16px 26px rgba(227,6,19,.19);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__note{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  gap:12px;
  max-width:500px;
  margin:0;
  color:#254e82;
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__note span{
  color:#0b3476;
  font-size:22px;
  line-height:1;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__visual{
  position:relative;
  display:grid;
  place-items:center;
  min-width:0;
  min-height:520px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__visual::before{
  content:"";
  position:absolute;
  inset:48px -120px 58px 20px;
  background:
    radial-gradient(circle at 75% 22%,rgba(30,85,184,.13),transparent 32%),
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(222,235,250,.78));
  border-radius:36px;
  transform:skewX(-5deg);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop{
  position:relative;
  z-index:2;
  width:min(680px,92%);
  transform:perspective(1000px) rotateY(-4deg) rotateX(1deg);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop__screen{
  background:#111b2d;
  border-radius:18px 18px 10px 10px;
  padding:14px;
  box-shadow:0 28px 54px rgba(11,52,118,.20);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop__base{
  width:108%;
  height:34px;
  margin:-1px -4% 0;
  background:linear-gradient(180deg,#e8eef7,#c9d5e7);
  border-radius:0 0 34px 34px;
  box-shadow:0 14px 26px rgba(11,52,118,.16);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard{
  height:330px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  overflow:hidden;
  border-radius:10px;
  background:#f7fbff;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side{
  background:#0b3476;
  color:#fff;
  padding:20px 16px;
  display:grid;
  align-content:start;
  gap:12px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side strong{
  color:#fff;
  font-size:20px;
  letter-spacing:.02em;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side span{
  color:#e8f0ff;
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side i{
  display:block;
  height:12px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main{
  padding:22px;
  display:grid;
  grid-template-rows:auto 88px minmax(0,1fr);
  gap:18px;
  min-width:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#0b3476;
  font-weight:900;
  font-size:22px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main header em{
  font-style:normal;
  color:#5b78a2;
  font-size:12px;
  font-weight:800;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats div{
  display:grid;
  align-content:center;
  gap:4px;
  background:#fff;
  border:1px solid #e1eaf5;
  border-radius:13px;
  padding:12px;
  box-shadow:0 10px 22px rgba(11,52,118,.06);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats small{
  color:#5b78a2;
  font-size:10px;
  font-weight:800;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats b{
  color:#0b3476;
  font-size:32px;
  line-height:1;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats div:nth-child(2) b{color:#f2992e;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats div:nth-child(3) b{color:#1ca764;}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table{
  display:grid;
  gap:8px;
  min-width:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table p{
  display:grid;
  grid-template-columns:1fr 1fr 74px;
  gap:12px;
  align-items:center;
  min-height:34px;
  margin:0;
  padding:0 12px;
  background:#fff;
  border:1px solid #e1eaf5;
  border-radius:9px;
  color:#244a7a;
  font-size:12px;
  font-weight:700;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table p:first-child{
  background:#eef5ff;
  color:#0b3476;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table strong{
  justify-self:end;
  color:#1ca764;
  background:#eaf8f0;
  border-radius:999px;
  padding:3px 10px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes{
  position:absolute;
  z-index:1;
  right:4px;
  top:138px;
  display:flex;
  gap:10px;
  opacity:.65;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes i{
  width:22px;
  height:132px;
  border:3px solid rgba(11,52,118,.16);
  border-radius:0 0 12px 12px;
  background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(52,169,255,.42) 45% 100%);
}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes i:nth-child(2){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(37,202,161,.42) 45% 100%);}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes i:nth-child(3){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(255,206,71,.45) 45% 100%);}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes i:nth-child(4){background:linear-gradient(180deg,rgba(255,255,255,.8) 0 44%,rgba(29,121,255,.38) 45% 100%);}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section{
  padding-top:34px;
  padding-bottom:28px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head{
  display:grid;
  place-items:center;
  text-align:center;
  margin-bottom:28px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head h2{
  margin:0;
  color:#0b3476;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
  position:relative;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head h2::after{
  content:"";
  display:block;
  width:46px;
  height:3px;
  border-radius:3px;
  background:#e30613;
  margin:13px auto 0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-features{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature{
  min-height:342px;
  display:grid;
  grid-template-rows:62px auto minmax(0,1fr);
  gap:14px;
  padding:28px 24px;
  background:#fff;
  border:1px solid #dce6f2;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:first-child{border-radius:18px 0 0 18px;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:last-child{border-radius:0 18px 18px 0;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature + .doctor-cabinet-feature{border-left:0;}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature__icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#f4f8ff;
  border:1px solid #dce6f2;
  color:#0b55c6;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature__icon svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature h3{
  margin:0;
  color:#0b3476;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
  color:#1e416e;
  font-size:13px;
  line-height:1.42;
  font-weight:650;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security{
  min-height:210px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  align-items:center;
  margin-top:16px;
  margin-bottom:34px;
  padding:30px 36px;
  background:linear-gradient(90deg,#edf6ff,#f8fbff);
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__shield{
  width:150px;
  height:150px;
  margin:auto;
  display:grid;
  place-items:center;
  color:#0b55c6;
  background:rgba(255,255,255,.64);
  border-radius:50%;
  box-shadow:inset 0 0 0 1px #d8e6f7;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__shield svg{
  width:96px;
  height:96px;
  stroke:#0b55c6;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security h2{
  margin:0 0 24px;
  color:#0b3476;
  font-size:28px;
  line-height:1.16;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items span{
  min-height:84px;
  display:grid;
  grid-template-rows:32px auto;
  gap:9px;
  justify-items:center;
  text-align:center;
  padding:0 16px;
  border-left:1px solid #d3dfef;
  color:#0b55c6;
}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items span:first-child{border-left:0;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items svg{width:30px;height:30px;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items b{color:#244a7a;font-size:13px;line-height:1.32;font-weight:800;}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section--steps{
  padding-top:0;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  position:relative;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article{
  min-height:190px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  grid-template-rows:48px auto 1fr;
  gap:12px 16px;
  position:relative;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article:not(:last-child)::after{
  content:"";
  position:absolute;
  left:calc(100% - 12px);
  top:23px;
  width:56px;
  height:1px;
  background:repeating-linear-gradient(90deg,#a9bdd8 0 6px,transparent 6px 11px);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article > span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:#0b55c6;
  background:#fff;
  border:1px solid #cbd8eb;
  border-radius:50%;
  font-weight:900;
  font-size:18px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article > svg{
  width:48px;
  height:48px;
  color:#0b55c6;
  grid-column:2;
  grid-row:1;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps h3{
  grid-column:1 / -1;
  margin:6px 0 0;
  color:#0b3476;
  font-size:18px;
  line-height:1.24;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps p{
  grid-column:1 / -1;
  margin:0;
  color:#244a7a;
  font-size:14px;
  line-height:1.5;
  font-weight:600;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action{
  display:flex;
  justify-content:center;
  margin-top:18px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action .btn{
  min-width:340px;
  min-height:54px;
  border-color:#e30613;
  color:#e30613;
  font-size:16px;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta{
  min-height:215px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr) 330px;
  gap:26px;
  align-items:center;
  margin-top:12px;
  margin-bottom:28px;
  padding:30px 36px;
  background:#f8fbff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 13px 30px rgba(0,43,102,.06);
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__image{
  display:grid;
  place-items:center;
  color:#0b55c6;
}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__image svg{width:145px;height:145px;}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:28px;
  line-height:1.18;
  font-weight:900;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta p{
  margin:0;
  color:#244a7a;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts{
  display:grid;
  gap:10px;
}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts .btn{min-height:48px;border-radius:8px;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts p{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;font-size:14px;font-weight:800;}
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts span{color:#0b55c6;}

@media (max-width:1180px){
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__grid{grid-template-columns:1fr;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__visual{min-height:420px;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature,
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:first-child,
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:last-child{border-radius:18px;border-left:1px solid #dce6f2;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security{grid-template-columns:1fr;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items span{border-left:0;border-top:1px solid #d3dfef;padding-top:14px;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps{grid-template-columns:repeat(2,minmax(0,1fr));}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article::after{display:none;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta{grid-template-columns:1fr;}
}

@media (max-width:720px){
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__copy{padding:34px 0;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero h1{font-size:36px;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-features,
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items,
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps{grid-template-columns:1fr;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard{grid-template-columns:1fr; height:auto;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side{display:none;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats{grid-template-columns:1fr;}
  body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop{width:100%;}
}


/* v239: Clinics personal cabinet — compact Contacts-style rigid layout */
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero{
  background:linear-gradient(90deg,#f9fcff 0%,#eef5ff 100%)!important;
  border-bottom:1px solid #e4edf8!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__grid{
  min-height:330px!important;
  display:grid!important;
  grid-template-columns:minmax(440px,.92fr) minmax(560px,1.08fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__copy{
  display:grid!important;
  grid-template-rows:auto auto auto auto auto!important;
  align-content:center!important;
  padding:34px 0 36px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-breadcrumb{
  gap:8px!important;
  margin-bottom:14px!important;
  font-size:12px!important;
  line-height:1.1!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero h1{
  margin:0 0 10px!important;
  font-size:clamp(36px,3.05vw,48px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  color:#0b3476!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__lead{
  max-width:560px!important;
  margin:0 0 16px!important;
  font-size:15px!important;
  line-height:1.44!important;
  font-weight:600!important;
  color:#183965!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__actions{
  margin-bottom:14px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__actions .btn{
  min-height:44px!important;
  padding:11px 22px!important;
  border-radius:8px!important;
  font-size:14px!important;
  box-shadow:0 10px 18px rgba(227,6,19,.16)!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__note{
  grid-template-columns:20px minmax(0,1fr)!important;
  gap:9px!important;
  max-width:520px!important;
  font-size:12px!important;
  line-height:1.34!important;
  font-weight:650!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__note span{
  font-size:17px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__visual{
  min-height:330px!important;
  place-items:center!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-hero__visual::before{
  inset:30px -70px 34px 12px!important;
  border-radius:24px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop{
  width:min(520px,94%)!important;
  transform:perspective(900px) rotateY(-3deg) rotateX(1deg)!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop__screen{
  border-radius:14px 14px 8px 8px!important;
  padding:10px!important;
  box-shadow:0 18px 34px rgba(11,52,118,.17)!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-laptop__base{
  height:23px!important;
  border-radius:0 0 24px 24px!important;
  box-shadow:0 9px 18px rgba(11,52,118,.13)!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard{
  height:238px!important;
  grid-template-columns:108px minmax(0,1fr)!important;
  border-radius:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side{
  padding:13px 11px!important;
  gap:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side strong{
  font-size:14px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side span{
  font-size:10px!important;
  margin-bottom:4px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side i{
  height:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main{
  padding:14px!important;
  grid-template-rows:auto 60px minmax(0,1fr)!important;
  gap:10px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main header{
  font-size:15px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__main header em{
  font-size:9px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats{
  gap:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats div{
  padding:8px!important;
  border-radius:9px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats small{
  font-size:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__stats b{
  font-size:23px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table{
  gap:5px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table p{
  min-height:22px!important;
  grid-template-columns:1fr 1fr 48px!important;
  gap:7px!important;
  padding:0 8px!important;
  border-radius:6px!important;
  font-size:8.5px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__table strong{
  padding:2px 6px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes{
  right:0!important;
  top:92px!important;
  gap:7px!important;
  opacity:.5!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-tubes i{
  width:15px!important;
  height:86px!important;
  border-width:2px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section{
  padding-top:22px!important;
  padding-bottom:18px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head{
  margin-bottom:18px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head h2{
  font-size:23px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__head h2::after{
  width:38px!important;
  height:2px!important;
  margin-top:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-features{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:first-child,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature:last-child{
  min-height:226px!important;
  grid-template-rows:46px auto minmax(0,1fr)!important;
  gap:9px!important;
  padding:18px 16px!important;
  border-radius:14px!important;
  border-left:1px solid #dce6f2!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature__icon{
  width:46px!important;
  height:46px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature__icon svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps svg,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta svg{
  width:25px!important;
  height:25px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature h3{
  font-size:14px!important;
  line-height:1.22!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-feature ul{
  gap:5px!important;
  padding-left:14px!important;
  font-size:10.5px!important;
  line-height:1.34!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security{
  min-height:132px!important;
  grid-template-columns:150px minmax(0,1fr)!important;
  gap:18px!important;
  margin-top:8px!important;
  margin-bottom:22px!important;
  padding:18px 22px!important;
  border-radius:14px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__shield{
  width:98px!important;
  height:98px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__shield svg{
  width:64px!important;
  height:64px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security h2{
  margin:0 0 14px!important;
  font-size:21px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items span{
  min-height:56px!important;
  grid-template-rows:22px auto!important;
  gap:5px!important;
  padding:0 10px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items svg{
  width:21px!important;
  height:21px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-security__items b{
  font-size:10.3px!important;
  line-height:1.24!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article{
  min-height:126px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  grid-template-rows:34px auto 1fr!important;
  gap:8px 10px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article:not(:last-child)::after{
  left:calc(100% - 6px)!important;
  top:17px!important;
  width:34px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article > span{
  width:40px!important;
  height:40px!important;
  font-size:13px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps article > svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps h3{
  margin:3px 0 0!important;
  font-size:13.5px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-steps p{
  font-size:10.8px!important;
  line-height:1.34!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action{
  margin-top:12px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action .btn{
  min-width:260px!important;
  min-height:40px!important;
  padding:9px 16px!important;
  font-size:13px!important;
  border-radius:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta{
  min-height:132px!important;
  grid-template-columns:150px minmax(0,1fr) 275px!important;
  gap:18px!important;
  margin-top:6px!important;
  margin-bottom:18px!important;
  padding:18px 22px!important;
  border-radius:14px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__image svg{
  width:90px!important;
  height:90px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta h2{
  margin:0 0 7px!important;
  font-size:21px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta p{
  font-size:12px!important;
  line-height:1.36!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts{
  gap:6px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts .btn{
  min-height:38px!important;
  padding:8px 12px!important;
  font-size:12.5px!important;
  border-radius:8px!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__contacts p{
  grid-template-columns:20px minmax(0,1fr)!important;
  gap:6px!important;
  font-size:11.5px!important;
}


/* v240: remove standalone centered manager button under connection steps */
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action,
body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-section__action{
  display:none!important;
}


body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-dashboard__side{
  background:#0b3476!important;
}

body[data-route="likariam/osobystyi-kabinet"] .doctor-cabinet-cta__image svg{
  stroke:#0b55c6!important;
}


/* v241: Research guide + individual research pages, compact rigid Contacts-style grid */
body[data-route^="dovidnyk-doslidzhen"]{background:#f5f8fc;}
body[data-route="dovidnyk-doslidzhen"] .research-guide-shell,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-shell{padding-top:18px;}
.research-guide-topnav{min-height:58px;display:grid;grid-template-columns:repeat(7,max-content) minmax(0,1fr);align-items:center;gap:22px;padding:0 18px;background:#fff;border:1px solid var(--line);border-radius:14px 14px 0 0;box-shadow:var(--shadow);}
.research-guide-topnav a{height:58px;display:flex;align-items:center;color:var(--navy);font-size:13px;font-weight:800;border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease;}
.research-guide-topnav a:hover{color:var(--blue);}
.research-guide-topnav a.is-active{color:var(--red);border-bottom-color:var(--red);}
.research-guide-topnav__right{justify-self:end;color:var(--navy);font-size:13px;font-weight:800;}
.research-guide-hero{min-height:286px;display:grid;grid-template-columns:minmax(540px,.95fr) minmax(560px,1.05fr);gap:22px;align-items:stretch;padding:28px 34px 26px;background:linear-gradient(90deg,#fff 0%,var(--bg) 100%);border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;overflow:hidden;}
.research-guide-hero__copy{display:grid;align-content:center;min-width:0;}
.research-guide-hero h1{margin:0 0 12px;color:var(--navy);font-size:clamp(38px,3.4vw,54px);line-height:1.02;letter-spacing:-.045em;font-weight:900;}
.research-guide-hero p{max-width:520px;margin:0 0 18px;color:#263a5e;font-size:16px;line-height:1.45;font-weight:600;}
.research-guide-search{width:min(560px,100%);height:54px;display:grid;grid-template-columns:42px minmax(0,1fr) 130px;align-items:center;background:#fff;border:1px solid #cbd7e8;border-radius:10px;overflow:hidden;box-shadow:0 10px 22px rgba(0,43,102,.05);}
.research-guide-search span{display:grid;place-items:center;color:var(--blue);font-size:24px;}
.research-guide-search input{border:0;outline:0;height:100%;color:#263a5e;font-size:14px;font-weight:650;}
.research-guide-search input::placeholder{color:#8b9ab1;opacity:1;}
.research-guide-search button{height:44px;margin-right:5px;border:0;border-radius:8px;color:#fff;background:var(--red);font-weight:900;cursor:pointer;box-shadow:0 10px 18px rgba(227,6,19,.18);}
.research-guide-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px;}
.research-guide-tags small{color:var(--muted);font-size:12px;font-weight:800;}
.research-guide-tags a{display:inline-flex;align-items:center;min-height:24px;padding:5px 12px;border-radius:999px;background:#f3f8ff;color:var(--blue);font-size:11px;font-weight:800;border:1px solid #e1eaf5;}
.research-guide-hero__visual{position:relative;display:grid;align-items:center;min-width:0;}
.research-guide-hero__lab{position:relative;height:242px;border-radius:18px;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,.70)),radial-gradient(circle at 66% 52%,rgba(30,85,184,.10),transparent 34%),linear-gradient(135deg,#eaf4ff,#ffffff);}
.research-guide-hero__lab i{position:absolute;bottom:72px;width:24px;height:128px;border:3px solid rgba(30,85,184,.18);border-radius:0 0 13px 13px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0 46%,rgba(54,169,255,.35) 46% 100%);}
.research-guide-hero__lab i:nth-child(1){left:180px}.research-guide-hero__lab i:nth-child(2){left:222px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0 46%,rgba(42,201,161,.34) 46% 100%)}.research-guide-hero__lab i:nth-child(3){left:264px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0 46%,rgba(255,206,71,.34) 46% 100%)}.research-guide-hero__lab i:nth-child(4){left:306px}.research-guide-hero__lab i:nth-child(5){left:348px;background:linear-gradient(180deg,rgba(255,255,255,.9) 0 46%,rgba(52,169,255,.25) 46% 100%);}
.research-guide-hero__lab b{position:absolute;left:132px;right:178px;bottom:66px;height:12px;background:#fff;border:1px solid var(--line);border-radius:999px}.research-guide-hero__lab em{position:absolute;right:34px;bottom:38px;width:118px;height:158px;border:4px solid rgba(30,85,184,.13);border-radius:42px 42px 18px 18px;background:rgba(255,255,255,.38);}
.research-guide-hero__note{position:absolute;right:18px;bottom:22px;width:250px;min-height:96px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:5px 12px;align-items:center;padding:16px;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 28px rgba(0,43,102,.08);}
.research-guide-hero__note svg{width:38px;height:38px;grid-row:1/3;stroke:var(--blue)}.research-guide-hero__note strong{color:var(--navy);font-size:13px;line-height:1.25}.research-guide-hero__note span{color:var(--muted);font-size:11px;line-height:1.35;font-weight:650}
.research-guide-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:18px;margin-bottom:18px;}
.research-guide-shortcuts a{min-height:84px;display:grid;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 12px;align-items:center;padding:16px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.research-guide-shortcuts a:hover{transform:translateY(-1px);border-color:#c6d5e8;box-shadow:0 14px 30px rgba(0,43,102,.1);}
.research-guide-shortcuts svg,.research-guide-test-card svg,.research-guide-benefits svg,.research-test-shell svg{stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;}
.research-guide-shortcuts svg{width:42px;height:42px;grid-row:1/3;color:var(--blue);background:#f3f8ff;border-radius:12px;padding:8px}.research-guide-shortcuts strong{color:var(--navy);font-size:13px;line-height:1.22}.research-guide-shortcuts span{color:var(--muted);font-size:11px;font-weight:650;}
.research-guide-main{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:16px}.research-guide-card,.research-test-hero,.research-test-tabs,.research-test-extra,.research-test-price,.research-test-sidecard,.research-test-promo,.research-test-help,.research-test-actions,.research-test-illustration,.research-guide-consult{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);}
.research-guide-card{padding:16px}.research-guide-card header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.research-guide-card h2{margin:0;color:var(--navy);font-size:18px;line-height:1.2;font-weight:900}.research-guide-card header a{color:var(--blue);font-size:13px;font-weight:800}
.research-guide-popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.research-guide-test-card{min-height:150px;display:grid;grid-template-rows:32px auto minmax(0,1fr) 32px;gap:8px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:12px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}.research-guide-test-card:hover{transform:translateY(-1px);border-color:#c6d5e8;box-shadow:0 14px 30px rgba(0,43,102,.08);}.research-guide-test-card svg{width:32px;height:32px;color:var(--blue);background:#f3f8ff;border-radius:10px;padding:7px}.research-guide-test-card strong{color:var(--navy);font-size:13px;line-height:1.22;font-weight:900}.research-guide-test-card span{color:#314d76;font-size:11.5px;line-height:1.34;font-weight:600}.research-guide-test-card em{display:grid;place-items:center;border:1px solid #d6e1ef;border-radius:8px;color:var(--red);font-size:12px;font-style:normal;font-weight:900;background:#fffafb}.research-guide-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.research-guide-dots i{width:7px;height:7px;border-radius:50%;background:#cfd9e8}.research-guide-dots i.is-active{background:var(--red)}
.research-guide-prep-banner{min-height:132px;display:grid;grid-template-columns:140px minmax(0,1fr) 250px;gap:18px;align-items:center;margin-top:14px;padding:18px;background:linear-gradient(90deg,#f7fbff,#fff);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.research-guide-prep-banner svg{width:92px;height:92px;color:var(--blue)}.research-guide-prep-banner h2{margin:0 0 8px;color:var(--navy);font-size:17px}.research-guide-prep-banner ul{margin:0;padding-left:18px;color:#314d76;font-size:12px;line-height:1.45;font-weight:650}.research-guide-prep-banner a{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--blue);font-size:13px;font-weight:900}.research-guide-prep-banner a span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff3f4;color:var(--red)}
.research-guide-aside{display:grid;gap:14px;align-content:start}.research-guide-packages a{min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) 82px 42px;gap:3px 8px;align-items:center;padding:12px;border-bottom:1px solid #edf2f8;color:var(--navy)}.research-guide-packages a:last-child{border-bottom:0}.research-guide-packages strong{font-size:12px;font-weight:900}.research-guide-packages span{font-size:11px;color:var(--muted);font-weight:650}.research-guide-packages b{grid-row:1/3;grid-column:2;color:var(--red);font-size:18px;text-align:right}.research-guide-packages em{grid-row:1/3;grid-column:3;justify-self:end;background:#31b36b;color:#fff;border-radius:6px;padding:3px 6px;font-size:10px;font-style:normal;font-weight:900}
.research-guide-promo a{min-height:64px;display:grid;grid-template-columns:48px minmax(0,1fr) 20px;gap:8px;align-items:center;padding:12px;background:#fff8f4;border-radius:12px;color:var(--navy)}.research-guide-promo a span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#ffe9e4;color:var(--red);font-size:26px;font-weight:900}.research-guide-promo strong{font-size:13px}.research-guide-promo small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.research-guide-promo em{font-style:normal;color:var(--red);font-size:26px}.research-guide-consult{min-height:112px;padding:16px;background:linear-gradient(90deg,#fff,#f6faff)}.research-guide-consult h2{margin:0 0 6px;color:var(--navy);font-size:18px}.research-guide-consult p{margin:0 0 10px;color:#314d76;font-size:12px;line-height:1.35;font-weight:650}.research-guide-consult .btn{min-height:38px;padding:8px 14px;font-size:12px;border-radius:8px}
.research-guide-benefits,.research-test-benefits{min-height:84px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:center;margin-top:16px;margin-bottom:22px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.research-guide-benefits div,.research-test-benefits div{display:grid;grid-template-columns:46px minmax(0,1fr);gap:2px 12px;padding:0 20px;border-left:1px solid #e5edf7}.research-guide-benefits div:first-child,.research-test-benefits div:first-child{border-left:0}.research-guide-benefits svg,.research-test-benefits svg{width:42px;height:42px;grid-row:1/3;color:var(--blue);background:#f3f8ff;border-radius:12px;padding:8px}.research-guide-benefits strong,.research-test-benefits strong{color:var(--navy);font-size:13px;font-weight:900}.research-guide-benefits span,.research-test-benefits p{margin:0;color:#314d76;font-size:11px;line-height:1.3;font-weight:650}
.research-test-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 330px;gap:16px;align-items:start}.research-test-sidebar{display:grid;gap:12px;position:sticky;top:14px}.research-test-back{display:block;color:var(--blue);font-size:13px;font-weight:900;padding:12px 0}.research-test-illustration{height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#eef6ff,#fff)}.research-test-illustration svg{width:116px;height:116px;color:var(--blue)}.research-test-menu{display:grid;gap:6px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:var(--shadow)}.research-test-menu a{min-height:40px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:center;padding:9px 10px;border-radius:10px;color:#314d76;font-size:13px;font-weight:800}.research-test-menu a.is-active{background:#f3f8ff;color:var(--blue)}.research-test-menu svg{width:21px;height:21px}.research-test-help{padding:14px;background:#f6faff}.research-test-help strong{display:block;color:var(--navy);font-size:14px;margin-bottom:6px}.research-test-help span{display:block;color:#314d76;font-size:12px;line-height:1.35;margin-bottom:10px}.research-test-help .btn{min-height:38px;font-size:12px;border-radius:8px}.research-test-content{display:grid;gap:14px}
.research-test-hero{min-height:250px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:18px;align-items:center;padding:22px 26px}.research-test-breadcrumb{display:flex;gap:8px;align-items:center;color:#6a7fa4;font-size:12px;font-weight:700;margin-bottom:18px}.research-test-breadcrumb a{color:#6a7fa4}.research-test-breadcrumb b{color:var(--navy)}.research-test-hero h1{margin:0 0 12px;color:var(--navy);font-size:34px;line-height:1.08;font-weight:900;letter-spacing:-.03em}.research-test-hero h1 em{display:inline-flex;margin-left:10px;padding:5px 10px;border-radius:8px;background:#fff3f4;color:var(--red);font-size:12px;font-style:normal;vertical-align:middle}.research-test-hero p{max-width:620px;margin:0 0 22px;color:#314d76;font-size:15px;line-height:1.45;font-weight:650}.research-test-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.research-test-meta span{display:grid;grid-template-columns:40px minmax(0,1fr);gap:0 10px;align-items:center}.research-test-meta svg{width:36px;height:36px;grid-row:1/3;color:var(--blue);background:#f3f8ff;border-radius:10px;padding:8px}.research-test-meta b{color:var(--muted);font-size:12px}.research-test-meta small{color:var(--navy);font-size:13px;font-weight:800}.research-test-hero__visual{width:210px;height:210px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff,#eaf4ff);justify-self:center}.research-test-hero__visual svg{width:150px;height:150px;color:#8ab5f4}
.research-test-tabs{padding:18px 24px}.research-test-tabs nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-bottom:1px solid var(--line);margin-bottom:16px}.research-test-tabs nav a{min-height:54px;display:grid;justify-items:center;gap:3px;color:var(--muted);font-size:12px;font-weight:800;border-bottom:2px solid transparent}.research-test-tabs nav a.is-active{color:var(--red);border-bottom-color:var(--red)}.research-test-tabs nav svg{width:24px;height:24px}.research-test-tabs>p{margin:0 0 16px;color:#314d76;font-size:14px;line-height:1.45;font-weight:650}.research-test-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.research-test-info-grid article{min-height:82px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:3px 12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.research-test-info-grid span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f3f8ff;color:var(--blue)}.research-test-info-grid svg{width:25px;height:25px}.research-test-info-grid strong{color:var(--navy);font-size:13.5px;font-weight:900}.research-test-info-grid p{margin:0;color:#314d76;font-size:12px;line-height:1.33;font-weight:650}.research-test-important{min-height:54px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:4px 12px;align-items:center;margin-top:12px;padding:12px;background:#f6faff;border:1px solid var(--line);border-radius:12px}.research-test-important svg{width:28px;height:28px;grid-row:1/3;color:var(--blue)}.research-test-important strong{color:var(--blue);font-size:13px}.research-test-important p{margin:0;color:var(--navy);font-size:12px;font-weight:650}.research-test-extra{padding:18px 24px}.research-test-extra h2{margin:0 0 10px;color:var(--navy);font-size:20px}.research-test-extra p,.research-test-extra li{color:#314d76;font-size:13px;line-height:1.45;font-weight:650}.research-test-extra ul{margin:0;padding-left:18px}
.research-test-right{display:grid;gap:12px;position:sticky;top:14px}.research-test-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px}.research-test-actions a{min-height:40px;display:grid;place-items:center;color:var(--blue);font-size:13px;font-weight:900}.research-test-price{padding:18px}.research-test-price h2{margin:0 0 18px;color:var(--navy);font-size:18px}.research-test-price strong{display:block;color:var(--red);font-size:36px;line-height:1;margin-bottom:6px}.research-test-price strong span{font-size:15px;font-weight:700;color:var(--navy)}.research-test-price p{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:700;margin:0 0 14px}.research-test-price p i{width:9px;height:9px;border-radius:50%;background:#36b779}.research-test-price .btn{width:100%;min-height:44px;margin-top:8px;border-radius:8px;font-size:13px}.research-test-sidecard,.research-test-promo{padding:16px}.research-test-sidecard h2,.research-test-promo h2{margin:0 0 12px;color:var(--navy);font-size:18px}.research-test-sidecard a{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:4px;align-items:center;padding:10px;border:1px solid #edf2f8;border-radius:10px;margin-bottom:8px}.research-test-sidecard strong{color:var(--navy);font-size:12px}.research-test-sidecard span{color:var(--red);font-size:18px;text-align:right;font-weight:900}.research-test-promo a{min-height:62px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;background:#fff8f4;border-radius:12px;padding:12px}.research-test-promo a span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#ffe9e4;color:var(--red);font-size:24px;font-weight:900}.research-test-promo strong{color:var(--navy);font-size:13px}
@media (max-width:1180px){.research-guide-topnav{grid-template-columns:repeat(3,max-content) minmax(0,1fr);overflow:auto}.research-guide-hero{grid-template-columns:1fr}.research-guide-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.research-guide-main{grid-template-columns:1fr}.research-guide-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.research-test-layout{grid-template-columns:1fr}.research-test-sidebar,.research-test-right{position:static}}
@media (max-width:720px){.research-guide-hero{padding:20px;min-height:0}.research-guide-search{grid-template-columns:38px minmax(0,1fr);height:auto;padding:6px}.research-guide-search button{grid-column:1/-1;width:100%;margin:6px 0 0}.research-guide-shortcuts,.research-guide-popular-grid,.research-guide-benefits,.research-test-benefits,.research-test-info-grid,.research-test-meta,.research-test-tabs nav{grid-template-columns:1fr}.research-guide-main{gap:12px}.research-guide-prep-banner{grid-template-columns:1fr}.research-test-hero{grid-template-columns:1fr}}


/* v242: Preparation page hero uses supplied patient preparation photo */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__media,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media{
  background:#eef5ff!important;
  min-height:310px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media img,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media img,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media::before,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media::before,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media::before,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,1) 0%,rgba(248,251,255,.72) 23%,rgba(248,251,255,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 58%)!important;
}


/* v243: Research guide navigation cleanup + consultation placement + equal-height cards */
body[data-route="dovidnyk-doslidzhen"] .research-guide-topnav{
  grid-template-columns:repeat(6,max-content) minmax(0,1fr)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-topnav__right{
  display:none!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-left{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-card#popular{
  min-height:352px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-popular-grid{
  align-content:stretch!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card{
  min-height:205px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-aside{
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:14px!important;
  align-content:start!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-packages{
  min-height:252px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-promo{
  min-height:86px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-consult{
  min-height:118px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 220px!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:6px 18px!important;
  padding:18px 20px!important;
  background:linear-gradient(90deg,#fff,#eef6ff)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-consult h2{
  grid-column:1!important;
  margin:0!important;
  font-size:21px!important;
  line-height:1.15!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-consult p{
  grid-column:1!important;
  margin:0!important;
  font-size:13px!important;
  line-height:1.38!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-consult .btn{
  grid-column:2!important;
  grid-row:1 / 3!important;
  justify-self:stretch!important;
  min-height:46px!important;
  border-radius:8px!important;
  font-size:13px!important;
}

@media (max-width:1180px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-card#popular{
    min-height:0!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card{
    min-height:165px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-consult{
    grid-template-columns:1fr!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-consult .btn{
    grid-column:1!important;
    grid-row:auto!important;
  }
}


/* v244: Research guide shortcuts above search; search in separate panel below hero */
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{margin-bottom:0!important;}

body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts{
  margin-top:16px!important;
  margin-bottom:12px!important;
  align-items:stretch!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts a{
  min-height:78px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
  min-height:104px!important;
  display:grid!important;
  grid-template-columns:minmax(520px,.8fr) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  margin-bottom:16px!important;
  padding:18px 22px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:14px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.06)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel .research-guide-search{
  width:100%!important;
  margin:0!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel .research-guide-tags{
  margin:0!important;
  justify-content:flex-start!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy{align-content:center!important;}
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero p{margin-bottom:0!important;}

/* v244: Preparation page hero uses supplied patient planning photo */
body[data-route="pidhotovka-do-analiziv"] .prep-hero__media,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media{
  background:#eef5ff!important;
  min-height:310px!important;
  overflow:hidden!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media img,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media img,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media img,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}

body[data-route="pidhotovka-do-analiziv"] .prep-hero__media::before,
body[data-route="patsiientam/pidhotovka-do-analiziv"] .prep-hero__media::before,
body[data-route="likariam/pidhotovka-patsiienta-do-zaboru"] .prep-hero__media::before,
body[data-route="klinikam/pidhotovka-do-analiziv"] .prep-hero__media::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,1) 0%,rgba(248,251,255,.72) 23%,rgba(248,251,255,0) 48%),
    linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 58%)!important;
}

@media (max-width:1180px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
    grid-template-columns:1fr!important;
  }
}


/* v246: Research guide hero uses supplied lab search image */
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual{
  position:relative!important;
  min-height:242px!important;
  display:block!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#eef5ff!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
  width:100%!important;
  height:100%!important;
  min-height:242px!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
  z-index:2!important;
}

@media (max-width:720px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual{
    min-height:200px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
    min-height:200px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
    right:12px!important;
    left:12px!important;
    bottom:12px!important;
    width:auto!important;
  }
}


/* v247: Research guide hero note under title + smooth transition from image to text area */
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
  position:relative!important;
  grid-template-columns:minmax(500px,.92fr) minmax(560px,1.08fr)!important;
  gap:18px!important;
  background:linear-gradient(90deg,#ffffff 0%,#f4f8ff 54%,#eef5ff 100%)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy{
  display:grid!important;
  align-content:center!important;
  gap:14px!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero p{
  margin:0!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
  position:static!important;
  right:auto!important;
  bottom:auto!important;
  width:min(100%,430px)!important;
  min-height:0!important;
  margin-top:4px!important;
  padding:18px 20px!important;
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(8px)!important;
  border:1px solid rgba(220,230,242,.92)!important;
  border-radius:22px!important;
  box-shadow:0 14px 30px rgba(0,43,102,.08)!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  gap:6px 14px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note svg{
  width:42px!important;
  height:42px!important;
  align-self:center!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note strong{
  font-size:16px!important;
  line-height:1.15!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note span{
  font-size:12px!important;
  line-height:1.35!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual{
  position:relative!important;
  isolation:isolate!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:38%;
  z-index:1;
  background:linear-gradient(90deg,#f4f8ff 0%,rgba(244,248,255,.92) 28%,rgba(244,248,255,.62) 52%,rgba(244,248,255,.18) 78%,rgba(244,248,255,0) 100%);
  pointer-events:none;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
  position:relative!important;
  z-index:0!important;
}

@media (max-width:1180px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
    grid-template-columns:1fr!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
    width:min(100%,460px)!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual::before{
    width:100%!important;
    background:linear-gradient(180deg,#f4f8ff 0%,rgba(244,248,255,.80) 18%,rgba(244,248,255,.32) 42%,rgba(244,248,255,0) 72%)!important;
  }
}

@media (max-width:720px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy{
    gap:12px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
    width:100%!important;
    padding:16px 16px!important;
    border-radius:18px!important;
    grid-template-columns:44px minmax(0,1fr)!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note strong{
    font-size:15px!important;
  }
}


/* v248: Research guide hero title in About-style 3-part composition; smaller hero */
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
  min-height:248px!important;
  grid-template-columns:minmax(500px,.94fr) minmax(520px,1.06fr)!important;
  gap:14px!important;
  padding:20px 28px 20px!important;
  background:linear-gradient(90deg,#ffffff 0%,#f7faff 52%,#eef5ff 100%)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy{
  display:grid!important;
  align-content:center!important;
  gap:12px!important;
  padding-right:10px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
  margin:0!important;
  color:#0b3476!important;
  font-size:39px!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:900!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__textwrap{
  display:grid!important;
  gap:8px!important;
  max-width:600px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead{
  margin:0!important;
  color:#0b3476!important;
  font-size:26px!important;
  line-height:1.05!important;
  font-weight:400!important;
  max-width:600px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__text{
  margin:0!important;
  color:#263a5e!important;
  font-size:16px!important;
  line-height:1.27!important;
  font-weight:500!important;
  max-width:600px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual{
  min-height:208px!important;
  border-radius:16px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual::before{
  width:42%!important;
  background:linear-gradient(90deg,#f7faff 0%,rgba(247,250,255,.94) 24%,rgba(247,250,255,.66) 50%,rgba(247,250,255,.22) 74%,rgba(247,250,255,0) 100%)!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
  min-height:208px!important;
  object-position:center center!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__note{
  display:none!important;
}

@media (max-width:1180px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
    min-height:0!important;
    grid-template-columns:1fr!important;
    padding:22px 22px 18px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead{
    font-size:24px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
    min-height:220px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual::before{
    width:100%!important;
    background:linear-gradient(180deg,#f7faff 0%,rgba(247,250,255,.82) 18%,rgba(247,250,255,.34) 42%,rgba(247,250,255,0) 72%)!important;
  }
}

@media (max-width:720px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
    font-size:34px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead{
    font-size:22px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__text{
    font-size:15px!important;
  }

  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__image{
    min-height:200px!important;
  }
}


/* v249: Prices page hero uses supplied doctor with calculator image */
body[data-route="analizy-ta-tsiny"] .prices-hero__media{
  overflow:hidden!important;
  background:#eef5ff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-hero__media img{
  object-position:center center!important;
}


/* v250: Checkups hero uses supplied family consultation image */
body[data-route="check-upy"] .checkups-hero__media{
  background:#eef5ff!important;
}

body[data-route="check-upy"] .checkups-hero__media img{
  object-fit:cover!important;
  object-position:center center!important;
}


/* v251: Promotions page hero uses supplied red calendar image */
body[data-route="aktsii"] .promos-hero__media{
  background:#f8fbff!important;
  overflow:hidden!important;
}

body[data-route="aktsii"] .promos-hero__media img{
  object-fit:cover!important;
  object-position:center center!important;
}

body[data-route="aktsii"] .promos-hero__media::before{
  background:
    linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.84) 20%,rgba(248,251,255,.30) 48%,rgba(248,251,255,0) 72%),
    linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 52%)!important;
}


/* v252: Promotions hero image moved upward so the notebook remains visible */
body[data-route="aktsii"] .promos-hero__media img{
  object-position:center 74%!important;
}


/* v253: Analyses navigation cards use supplied contextual images */
body[data-route="analizy"] .nav-landing-card__photo img{
  object-fit:cover!important;
  object-position:center center!important;
}


/* v254: Analyses navigation cards — image/text ratio like reference card */
body[data-route="analizy"] .nav-landing-grid{
  align-items:stretch!important;
}

body[data-route="analizy"] .nav-landing-card{
  min-height:460px!important;
  grid-template-rows:276px minmax(184px,1fr)!important;
}

body[data-route="analizy"] .nav-landing-card__photo{
  min-height:276px!important;
}

body[data-route="analizy"] .nav-landing-card__body{
  min-height:184px!important;
  padding:44px 24px 24px!important;
  align-content:start!important;
}

@media (max-width:1180px){
  body[data-route="analizy"] .nav-landing-card{
    min-height:430px!important;
    grid-template-rows:250px minmax(180px,1fr)!important;
  }
  body[data-route="analizy"] .nav-landing-card__photo{
    min-height:250px!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy"] .nav-landing-card{
    min-height:400px!important;
    grid-template-rows:230px minmax(170px,1fr)!important;
  }
  body[data-route="analizy"] .nav-landing-card__photo{
    min-height:230px!important;
  }
}


/* v255: Show full promotions image better in Analizy navigation card */
body[data-route="analizy"] .nav-landing-card[href$="/aktsii"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/promotions"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/akcii"] .nav-landing-card__photo img{
  object-fit:contain!important;
  object-position:center center!important;
  background:#f8fbff!important;
}


/* v256: Promotions navigation image crop - keep full percent card, remove cut-off corner badge */
body[data-route="analizy"] .nav-landing-card[href$="/aktsii"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/promotions"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/akcii"] .nav-landing-card__photo img{
  object-fit:cover!important;
  object-position:left center!important;
  background:#f8fbff!important;
}


/* v257: Promotions navigation card - crop tighter from the right to remove partial -20% badge */
body[data-route="analizy"] .nav-landing-card[href$="/aktsii"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/promotions"] .nav-landing-card__photo img,
body[data-route="analizy"] .nav-landing-card[href$="/akcii"] .nav-landing-card__photo img{
  object-fit:cover!important;
  object-position:left center!important;
  transform:scale(1.18)!important;
  transform-origin:left center!important;
}


/* v258: Online shop module */
.shop-cart-top-btn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:8px 12px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}
.shop-cart-top-btn b{
  min-width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  font-size:12px;
}
.shop-page{
  padding:24px 0 36px;
}
.shop-page__head,
.shop-admin__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.shop-page__head h1,
.shop-admin__head h1{
  margin:0 0 6px;
  color:#0b3476;
  font-size:clamp(34px,3.2vw,52px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:900;
}
.shop-page__head p,
.shop-admin__head p{
  margin:0;
  color:#263a5e;
  font-size:15px;
  font-weight:600;
}
.shop-empty-card,
.shop-form-card,
.shop-admin-warning{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  padding:22px;
}
.shop-empty-card h2,
.shop-form-card h2,
.shop-summary h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:22px;
}
.shop-cart-layout,
.shop-checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:20px;
  align-items:start;
}
.shop-cart-list{
  display:grid;
  gap:10px;
}
.shop-cart-item{
  min-height:82px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px;
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
  padding:14px 16px;
}
.shop-cart-item--service{
  background:#f6faff;
}
.shop-cart-item small{
  display:block;
  color:#5c7195;
  font-size:12px;
  font-weight:800;
  margin-bottom:3px;
}
.shop-cart-item strong{
  display:block;
  color:#0b3476;
  font-size:16px;
  font-weight:900;
}
.shop-cart-item span{
  color:#263a5e;
  font-weight:700;
}
.shop-cart-item button{
  width:36px;
  height:36px;
  border:0;
  border-radius:999px;
  background:#fff1f3;
  color:#e30613;
  font-size:22px;
  font-weight:900;
  cursor:pointer;
}
.shop-summary{
  position:sticky;
  top:14px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  padding:20px;
}
.shop-summary dl{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 14px;
  margin:0 0 16px;
}
.shop-summary dt{
  color:#526b92;
  font-weight:700;
}
.shop-summary dd{
  margin:0;
  color:#0b3476;
  font-weight:900;
}
.shop-summary__total{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:12px;
  padding:16px 0;
  border-top:1px solid #dce6f2;
  margin-top:8px;
}
.shop-summary__total span{
  color:#0b3476;
  font-weight:900;
}
.shop-summary__total strong{
  color:#e30613;
  font-size:30px;
  line-height:1;
  font-weight:900;
}
.shop-summary .btn{
  width:100%;
}
.shop-summary-line{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  padding:9px 0;
  border-bottom:1px solid #edf2f8;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
}
.shop-summary-line--service{
  color:#526b92;
}
.shop-summary__note{
  margin:12px 0 0;
  color:#526b92;
  font-size:12px;
  line-height:1.35;
  font-weight:650;
}
.shop-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.shop-form-card label{
  display:grid;
  gap:6px;
  color:#263a5e;
  font-size:13px;
  font-weight:800;
}
.shop-form-card input,
.shop-form-card select,
.shop-admin input,
.shop-admin select{
  width:100%;
  min-height:42px;
  border:1px solid #cbd8ea;
  border-radius:10px;
  padding:9px 11px;
  color:#0b3476;
  background:#fff;
  font:inherit;
}
.shop-check{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center;
  gap:9px!important;
}
.shop-check input{
  width:auto!important;
  min-height:auto!important;
}
.shop-check--agreement{
  margin:20px 0 14px;
}
.shop-confirm-btn{
  min-width:260px;
}
.shop-admin{
  padding:24px 0 36px;
}
.shop-admin-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}
.shop-admin-tabs a{
  display:inline-flex;
  min-height:38px;
  align-items:center;
  padding:8px 13px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
}
.shop-admin-tabs a.is-active{
  background:#0b55e6;
  border-color:#0b55e6;
  color:#fff;
}
.shop-admin-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.shop-admin-grid article{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
  padding:18px;
}
.shop-admin-grid strong{
  display:block;
  color:#e30613;
  font-size:34px;
  line-height:1;
  font-weight:900;
}
.shop-admin-grid span{
  color:#0b3476;
  font-weight:800;
}
.shop-admin-warning pre{
  white-space:pre-wrap;
  background:#f6faff;
  border:1px solid #dce6f2;
  border-radius:12px;
  padding:12px;
}
.shop-admin-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) 140px;
  gap:12px;
  margin-bottom:14px;
}
.shop-admin-table{
  display:grid;
  gap:8px;
}
.shop-admin-table__head,
.shop-admin-row{
  display:grid;
  grid-template-columns:90px minmax(220px,1fr) 110px minmax(260px,1fr) 110px 120px;
  gap:10px;
  align-items:center;
}
.shop-admin-table--collection .shop-admin-table__head,
.shop-admin-table--collection .shop-admin-row{
  grid-template-columns:80px minmax(0,1fr) 120px 90px 120px;
}
.shop-admin-table__head{
  color:#526b92;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  padding:0 12px;
}
.shop-admin-row{
  min-height:58px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,43,102,.05);
  padding:10px 12px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
}
.shop-admin-note{
  margin-top:14px;
  color:#526b92;
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}
.prices-row__order-form,
.checkup-card__form,
.promos-offer__form{
  margin:0;
  display:contents;
}
.promos-offer__form .promos-offer__btn{
  border:0;
  cursor:pointer;
}
@media (max-width:1180px){
  .shop-cart-layout,
  .shop-checkout-layout{
    grid-template-columns:1fr;
  }
  .shop-summary{
    position:static;
  }
  .shop-admin-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .shop-admin-table__head{
    display:none;
  }
  .shop-admin-row,
  .shop-admin-table--collection .shop-admin-row{
    grid-template-columns:1fr;
  }
}
@media (max-width:720px){
  .shop-page__head,
  .shop-admin__head{
    display:grid;
  }
  .shop-form-grid,
  .shop-admin-grid{
    grid-template-columns:1fr;
  }
  .shop-cart-top-btn span{
    display:none;
  }
}


/* v324: shop categories moderation/admin grid with parent group */
.shop-admin-table--categories .shop-admin-table__head,
.shop-admin-table--categories .shop-admin-row{
  grid-template-columns:56px minmax(170px,1fr) minmax(190px,1.2fr) minmax(150px,.8fr) minmax(210px,1.2fr) 82px 82px 110px;
}
@media (max-width:1280px){
  .shop-admin-table--categories .shop-admin-table__head,
  .shop-admin-table--categories .shop-admin-row{
    grid-template-columns:1fr;
  }
}


/* v261: icon library for shop tests/categories */
.shop-test-icon,
.prices-row__shop-icon,
.shop-icon-preview{
  display:inline-grid;
  place-items:center;
  color:#0b3476;
}
.prices-row__shop-icon svg,
.shop-test-icon svg{
  width:24px;
  height:24px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.shop-icon-preview{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f7fbff;
  border:1px solid #dce6f2;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
}
.shop-icon-preview svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.shop-icon-preview--image,
.shop-test-icon--image{
  object-fit:contain;
}
.shop-icon-requirements,
.shop-icon-library{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  padding:20px 22px;
  margin-bottom:18px;
}
.shop-icon-requirements h2,
.shop-icon-library h2{
  margin:0 0 12px;
  color:#0b3476;
  font-size:22px;
}
.shop-icon-requirements__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.shop-icon-requirements__grid div{
  background:#f7fbff;
  border:1px solid #e1ebf8;
  border-radius:14px;
  padding:13px;
}
.shop-icon-requirements strong{
  display:block;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  margin-bottom:5px;
}
.shop-icon-requirements span,
.shop-icon-library p{
  color:#526b92;
  font-size:13px;
  line-height:1.4;
  font-weight:650;
}
.shop-icon-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.shop-icon-choice{
  min-height:118px;
  display:grid;
  place-items:center;
  gap:6px;
  border:1px solid #dce6f2;
  border-radius:16px;
  background:#fff;
  color:#0b3476;
  box-shadow:0 8px 18px rgba(0,43,102,.05);
  padding:12px;
  cursor:pointer;
}
.shop-icon-choice strong{
  font-size:13px;
  line-height:1.15;
  font-weight:900;
  text-align:center;
}
.shop-icon-choice small{
  color:#526b92;
  font-size:11px;
  line-height:1.2;
  text-align:center;
}
.shop-icon-choice:hover{
  border-color:#0b55e6;
  transform:translateY(-1px);
}
.shop-icon-field{
  display:grid!important;
  grid-template-columns:42px minmax(76px,.55fr) minmax(120px,1fr);
  gap:8px;
  align-items:center;
}
.shop-icon-field a{
  grid-column:2 / -1;
  color:#0b55e6;
  font-size:12px;
  font-weight:900;
}
.shop-admin-table .shop-admin-row .shop-icon-field input,
.shop-admin-table .shop-admin-row .shop-icon-field select{
  min-height:36px;
  padding:7px 8px;
  font-size:12px;
}
body[data-route^="admin/shop"] .shop-admin-table__head,
body[data-route^="admin/shop"] .shop-admin-row{
  grid-template-columns:78px minmax(200px,1fr) minmax(150px,.8fr) minmax(250px,1.1fr) 90px minmax(230px,1fr) 95px 110px;
}
.shop-admin-table--categories .shop-admin-table__head,
.shop-admin-table--categories .shop-admin-row{
  grid-template-columns:54px minmax(150px,.8fr) minmax(130px,.7fr) minmax(270px,1.2fr) 85px 80px 110px;
}
@media (max-width:1180px){
  .shop-icon-requirements__grid,
  .shop-icon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body[data-route^="admin/shop"] .shop-admin-row,
  .shop-admin-table--categories .shop-admin-row{
    grid-template-columns:1fr;
  }
}
@media (max-width:720px){
  .shop-icon-grid,
  .shop-icon-requirements__grid,
  .shop-icon-field{
    grid-template-columns:1fr;
  }
}


/* v264: production auth/cabinet */
.shop-auth-page{
  padding:26px 0 40px;
}
.shop-auth-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:20px;
  align-items:start;
}
.shop-form-card h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(32px,3vw,48px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:900;
}
.shop-form-card p{
  margin:0 0 18px;
  color:#526b92;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
}
.shop-form-grid--single{
  grid-template-columns:1fr;
}
.shop-cabinet-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.shop-admin-table--orders .shop-admin-table__head,
.shop-admin-table--orders .shop-admin-row{
  grid-template-columns:160px 170px minmax(120px,.8fr) minmax(100px,.7fr) 120px minmax(120px,.8fr);
}
@media (max-width:900px){
  .shop-auth-layout{
    grid-template-columns:1fr;
  }
  .shop-admin-table--orders .shop-admin-row{
    grid-template-columns:1fr;
  }
}


/* v265: keep Results online and Cart on one desktop row */
.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
  min-width:0;
}
.header-actions .results-top-btn,
.header-actions .shop-cart-top-btn{
  flex:0 0 auto;
}
@media (min-width:981px){
  .mainbar__inner{
    display:grid!important;
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) max-content!important;
    align-items:center!important;
  }
  .nav{
    justify-content:flex-start!important;
    gap:clamp(10px,1.5vw,28px)!important;
  }
  .header-actions{
    justify-content:flex-end;
    gap:10px;
    min-width:max-content;
  }
  .header-actions .results-top-btn{
    width:auto!important;
    min-width:188px!important;
    max-width:none!important;
    padding:0 14px!important;
    white-space:nowrap!important;
  }
  .header-actions .shop-cart-top-btn{
    min-height:42px!important;
    padding:8px 14px!important;
    white-space:nowrap!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .header-actions{gap:8px!important;}
  .header-actions .results-top-btn{
    min-width:176px!important;
    font-size:12.5px!important;
    padding:0 10px!important;
  }
  .header-actions .shop-cart-top-btn{
    font-size:12.5px!important;
    padding:8px 11px!important;
  }
}
@media (max-width:1080px){
  .header-actions{
    order:9!important;
    margin-left:auto!important;
    gap:8px!important;
  }
  .header-actions .results-top-btn,
  .header-actions .shop-cart-top-btn{
    width:auto!important;
    max-width:none!important;
    margin-top:0!important;
  }
}
@media (max-width:720px){
  .header-actions{
    flex:1 0 100%!important;
    order:11!important;
    margin-top:8px!important;
  }
  .header-actions .results-top-btn,
  .header-actions .shop-cart-top-btn{
    flex:1 1 0!important;
    justify-content:center!important;
  }
}
@media (max-width:520px){
  .header-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .header-actions .shop-cart-top-btn span{
    display:inline!important;
  }
}


/* v268: admin add package/promotion forms */
.shop-admin-add-card{
  margin-bottom:18px;
}
.shop-form-grid .span-2{
  grid-column:span 2;
}
@media (max-width:720px){
  .shop-form-grid .span-2{
    grid-column:auto;
  }
}


/* v269: compact CRUD admin for tests, packages, promotions */
.shop-admin{
  max-width:100%;
  overflow-x:hidden;
}
.shop-admin-add-card h2{
  margin-bottom:12px;
}
.shop-admin-test-add-form,
.shop-admin-test-edit-form,
.shop-admin-package-form,
.shop-admin-promo-form{
  display:grid;
  grid-template-columns:repeat(6,minmax(120px,1fr));
  gap:10px;
  align-items:end;
}
.shop-admin-test-edit-form{
  grid-template-columns:90px minmax(180px,1.4fr) 110px minmax(170px,1fr) minmax(170px,1fr) minmax(170px,1fr) 90px 86px minmax(110px,1fr) minmax(140px,1fr);
}
.shop-admin-package-form,
.shop-admin-promo-form{
  grid-template-columns:repeat(5,minmax(130px,1fr));
}
.shop-admin-test-add-form label,
.shop-admin-test-edit-form label,
.shop-admin-package-form label,
.shop-admin-promo-form label{
  display:grid;
  gap:4px;
  color:#263a5e;
  font-size:12px;
  font-weight:900;
}
.shop-admin-test-add-form input,
.shop-admin-test-add-form select,
.shop-admin-test-edit-form input,
.shop-admin-test-edit-form select,
.shop-admin-package-form input,
.shop-admin-package-form select,
.shop-admin-promo-form input,
.shop-admin-promo-form select{
  min-height:34px!important;
  height:34px!important;
  border-radius:9px!important;
  padding:6px 9px!important;
  font-size:13px!important;
  font-weight:800!important;
}
.shop-admin-test-edit-form .btn,
.shop-admin-package-form .btn,
.shop-admin-promo-form .btn{
  min-height:34px!important;
  height:34px!important;
  padding:0 12px!important;
  font-size:13px!important;
  white-space:nowrap;
}
.shop-admin-compact-list{
  display:grid;
  gap:8px;
  margin-top:14px;
}
.shop-admin-edit-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,43,102,.05);
  overflow:hidden;
}
.shop-admin-edit-card summary{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 14px;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  list-style:none;
}
.shop-admin-edit-card summary::-webkit-details-marker{
  display:none;
}
.shop-admin-edit-card summary::after{
  content:"Редагувати";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border:1px solid #dce6f2;
  border-radius:999px;
  color:#0b55e6;
  background:#fff;
  font-size:12px;
  font-weight:900;
}
.shop-admin-edit-card[open] summary{
  border-bottom:1px solid #edf2f8;
}
.shop-admin-edit-card[open] summary::after{
  content:"Згорнути";
}
.shop-admin-edit-card form{
  padding:12px 14px 14px;
}
.shop-icon-field--compact{
  min-height:34px;
  display:flex;
  align-items:center;
  gap:8px;
}
.shop-form-grid .span-2,
.shop-admin-test-add-form .span-2,
.shop-admin-test-edit-form .span-2,
.shop-admin-package-form .span-2,
.shop-admin-promo-form .span-2{
  grid-column:span 2;
}
.shop-admin .shop-check{
  min-height:34px;
  display:flex!important;
  align-items:center;
  gap:7px!important;
}
.shop-admin .shop-check input{
  width:auto!important;
  height:auto!important;
  min-height:0!important;
}
@media (max-width:1280px){
  .shop-admin-test-edit-form{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .shop-admin-test-add-form,
  .shop-admin-package-form,
  .shop-admin-promo-form{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:820px){
  .shop-admin-test-edit-form,
  .shop-admin-test-add-form,
  .shop-admin-package-form,
  .shop-admin-promo-form{
    grid-template-columns:1fr;
  }
  .shop-admin-test-edit-form .span-2,
  .shop-admin-test-add-form .span-2,
  .shop-admin-package-form .span-2,
  .shop-admin-promo-form .span-2{
    grid-column:auto;
  }
  .shop-admin-edit-card summary{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* v270: show current admin settings in collapsed cards */
.shop-admin-edit-card summary.shop-admin-test-summary,
.shop-admin-edit-card summary.shop-admin-package-summary,
.shop-admin-edit-card summary.shop-admin-promo-summary{
  display:grid;
  grid-template-columns:minmax(240px,1.4fr) repeat(7,max-content) max-content;
  align-items:center;
  gap:8px;
  min-height:58px;
}
.shop-admin-edit-card summary .summary-main{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.summary-pill,
.summary-price,
.summary-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 9px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
.summary-pill{
  background:#f6faff;
  border:1px solid #dce6f2;
  color:#0b3476;
}
.summary-price{
  background:#fff5f6;
  border:1px solid #ffd2d6;
  color:#e30613;
}
.summary-status{
  background:#fff;
  border:1px solid #dce6f2;
  color:#526b92;
}
.summary-status.is-on{
  background:#eaf8ef;
  border-color:#bde7c9;
  color:#16723a;
}
.summary-status.is-off{
  background:#fff1f3;
  border-color:#ffd2d6;
  color:#a00010;
}
.shop-admin-edit-card summary.shop-admin-test-summary::after,
.shop-admin-edit-card summary.shop-admin-package-summary::after,
.shop-admin-edit-card summary.shop-admin-promo-summary::after{
  justify-self:end;
}
@media (max-width:1500px){
  .shop-admin-edit-card summary.shop-admin-test-summary,
  .shop-admin-edit-card summary.shop-admin-package-summary,
  .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:minmax(220px,1fr) repeat(4,max-content) max-content;
  }
}
@media (max-width:1100px){
  .shop-admin-edit-card summary.shop-admin-test-summary,
  .shop-admin-edit-card summary.shop-admin-package-summary,
  .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:1fr 1fr;
    align-items:start;
  }
  .shop-admin-edit-card summary .summary-main{
    grid-column:1 / -1;
    white-space:normal;
  }
}
@media (max-width:640px){
  .shop-admin-edit-card summary.shop-admin-test-summary,
  .shop-admin-edit-card summary.shop-admin-package-summary,
  .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:1fr;
  }
  .summary-pill,
  .summary-price,
  .summary-status{
    justify-content:flex-start;
  }
}


/* v273: stable prices calculator layout + calculator on category pages */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  grid-template-columns:minmax(0,1fr) 486px!important;
  gap:28px!important;
  align-items:start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  min-width:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  width:100%!important;
  max-width:486px!important;
  min-width:0!important;
  align-self:start!important;
  position:sticky!important;
  top:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table{
  width:100%!important;
  table-layout:fixed!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table__head,
body[data-route="analizy-ta-tsiny"] .prices-row{
  grid-template-columns:42px minmax(0,1fr) 130px 150px 164px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__name{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .calc-items,
body[data-route^="analizy/"] .calc-items{
  max-height:320px!important;
  overflow:auto!important;
  padding-right:2px!important;
}
body[data-route="analizy-ta-tsiny"] .calc-item,
body[data-route^="analizy/"] .calc-item{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 78px 26px!important;
  gap:8px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .calc-item span,
body[data-route^="analizy/"] .calc-item span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .calc-item strong,
body[data-route^="analizy/"] .calc-item strong{
  white-space:nowrap!important;
  text-align:right!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
}
@media (max-width:1320px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:minmax(0,1fr) 420px!important;
  }
}
@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
    max-width:none!important;
    position:static!important;
  }
}

/* Category pages: keep current structure, put calculator under promo in the right column */
body[data-route^="analizy/"] .research-grid--with-calc{
  grid-template-columns:minmax(0,1.3fr) minmax(390px,.72fr)!important;
  align-items:start!important;
}
body[data-route^="analizy/"] .research-side-stack{
  display:grid;
  gap:18px;
  align-self:start;
}
body[data-route^="analizy/"] .research-side-stack .research-promo-panel{
  min-height:0!important;
}
body[data-route^="analizy/"] .research-calc-panel{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.075);
  padding:18px 20px;
  position:sticky;
  top:14px;
}
body[data-route^="analizy/"] .research-calc-panel h2{
  margin:0 0 8px;
  color:#0b3476;
  font-size:22px;
  line-height:1.1;
  font-weight:900;
}
body[data-route^="analizy/"] .research-calc-panel p{
  margin:0 0 12px;
  color:#263a5e;
  font-size:14px;
  line-height:1.35;
  font-weight:650;
}
body[data-route^="analizy/"] .research-calc-panel__actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}
body[data-route^="analizy/"] .research-test-row{
  grid-template-columns:44px minmax(0,1fr) 118px 142px!important;
}
body[data-route^="analizy/"] .research-test-row__body{
  color:#0b3476;
}
body[data-route^="analizy/"] .research-test-row__calc{
  min-height:36px;
  border:1px solid #0b3476;
  border-radius:8px;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
body[data-route^="analizy/"] .research-test-row__calc:hover{
  background:#0b3476;
  color:#fff;
}
body[data-route^="analizy/"] .research-more-btn{
  text-decoration:none!important;
}
@media (max-width:1180px){
  body[data-route^="analizy/"] .research-grid--with-calc{
    grid-template-columns:1fr!important;
  }
  body[data-route^="analizy/"] .research-calc-panel{
    position:static!important;
  }
}
@media (max-width:760px){
  body[data-route^="analizy/"] .research-test-row{
    grid-template-columns:40px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto;
  }
  body[data-route^="analizy/"] .research-test-row__price,
  body[data-route^="analizy/"] .research-test-row__calc{
    grid-column:2;
  }
  body[data-route^="analizy/"] .research-calc-panel__actions{
    grid-template-columns:1fr;
  }
}


/* v274: taller research panel with internal pagination */
body[data-route^="analizy/"] .research-list-panel{
  min-height:760px!important;
}
body[data-route^="analizy/"] .research-test-list[data-research-paginated-list]{
  min-height:590px!important;
  align-content:start!important;
}
body[data-route^="analizy/"] .research-test-row[hidden]{
  display:none!important;
}
body[data-route^="analizy/"] .research-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:16px 0 8px;
  padding-top:10px;
  border-top:1px solid #e2eaf5;
}
body[data-route^="analizy/"] .research-pagination[hidden]{
  display:none!important;
}
body[data-route^="analizy/"] .research-pagination__pages{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
}
body[data-route^="analizy/"] .research-pagination button{
  min-width:36px;
  height:36px;
  border:1px solid #d4e0f0;
  border-radius:10px;
  background:#fff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}
body[data-route^="analizy/"] .research-pagination__pages button.is-active{
  background:#0b3476;
  border-color:#0b3476;
  color:#fff;
}
body[data-route^="analizy/"] .research-pagination__first{
  min-width:120px!important;
  padding:0 14px;
}
body[data-route^="analizy/"] .research-pagination__first:disabled{
  opacity:.45;
  cursor:not-allowed;
}
@media (max-width:1180px){
  body[data-route^="analizy/"] .research-list-panel{
    min-height:auto!important;
  }
  body[data-route^="analizy/"] .research-test-list[data-research-paginated-list]{
    min-height:auto!important;
  }
}
@media (max-width:640px){
  body[data-route^="analizy/"] .research-pagination{
    display:grid;
    grid-template-columns:1fr;
  }
  body[data-route^="analizy/"] .research-pagination__first{
    width:100%;
  }
}


/* v275: align category calculator bottom with research list and keep total visible */
body[data-route^="analizy/"] .research-grid--with-calc{
  align-items:stretch!important;
}

body[data-route^="analizy/"] .research-list-panel{
  min-height:760px!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}

body[data-route^="analizy/"] .research-test-list[data-research-paginated-list]{
  min-height:0!important;
}

body[data-route^="analizy/"] .research-side-stack{
  height:760px!important;
  min-height:760px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  gap:18px!important;
  align-self:stretch!important;
}

body[data-route^="analizy/"] .research-side-stack .research-promo-panel{
  align-self:start!important;
}

body[data-route^="analizy/"] .research-calc-panel{
  min-height:0!important;
  height:100%!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto auto!important;
  overflow:hidden!important;
}

body[data-route^="analizy/"] .research-calc-panel .calc-items{
  min-height:0!important;
  max-height:none!important;
  overflow:auto!important;
  padding-right:4px!important;
}

body[data-route^="analizy/"] .research-calc-panel .calc-total{
  flex:0 0 auto!important;
  margin:10px 0 0!important;
  padding-top:12px!important;
  border-top:1px solid #dce6f2!important;
  background:#fff!important;
}

body[data-route^="analizy/"] .research-calc-panel__actions{
  flex:0 0 auto!important;
  background:#fff!important;
}

body[data-route^="analizy/"] .research-more-btn{
  display:none!important;
}

body[data-route^="analizy/"] .research-pagination{
  margin-top:14px!important;
  margin-bottom:0!important;
}

body[data-route^="analizy/"] .research-pagination__pages button:disabled{
  opacity:1!important;
  cursor:default!important;
}

body[data-route^="analizy/"] .research-pagination__first:disabled{
  opacity:.45!important;
  cursor:not-allowed!important;
}

@media (max-width:1180px){
  body[data-route^="analizy/"] .research-list-panel,
  body[data-route^="analizy/"] .research-side-stack{
    height:auto!important;
    min-height:auto!important;
  }
}


/* v276: compact calculator rows + no visual stretching + duplicate feedback */
body[data-route="analizy-ta-tsiny"] .calc-item,
body[data-route^="analizy/"] .calc-item{
  min-height:34px!important;
  height:34px!important;
  padding:5px 7px!important;
  border-radius:8px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 72px 24px!important;
  gap:7px!important;
  align-items:center!important;
  font-size:12px!important;
  line-height:1.1!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item span,
body[data-route^="analizy/"] .calc-item span{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:12px!important;
  font-weight:700!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item strong,
body[data-route^="analizy/"] .calc-item strong{
  min-width:72px!important;
  max-width:72px!important;
  text-align:right!important;
  white-space:nowrap!important;
  font-size:12px!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item button,
body[data-route^="analizy/"] .calc-item button{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:6px!important;
  font-size:16px!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
}

body[data-route="analizy-ta-tsiny"] [data-add-test].is-already-added,
body[data-route^="analizy/"] [data-add-test].is-already-added{
  background:#eef6ff!important;
  border-color:#0b3476!important;
  color:#0b3476!important;
}


/* v277: calculator dedupe cleanup and no vertical gaps */
body[data-route="analizy-ta-tsiny"] .calc-items,
body[data-route^="analizy/"] .calc-items{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  align-content:start!important;
  justify-content:flex-start!important;
}

body[data-route="analizy-ta-tsiny"] .calc-item,
body[data-route^="analizy/"] .calc-item{
  margin:0!important;
  flex:0 0 34px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-empty,
body[data-route^="analizy/"] .calc-empty{
  margin:0!important;
  padding:8px 0!important;
  color:#526b92!important;
  font-size:13px!important;
  font-weight:700!important;
}


/* v278: Analizy ta tsiny panel order and height */
body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  grid-template-columns:minmax(0,1fr) 486px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  min-height:760px!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  align-content:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  height:760px!important;
  min-height:760px!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto auto!important;
  overflow:hidden!important;
  align-self:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .calc-items{
  min-height:0!important;
  max-height:none!important;
  overflow:auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .calc-total{
  flex:0 0 auto!important;
  background:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  flex:0 0 auto!important;
  background:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 486px!important;
  gap:28px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel{
  order:1!important;
  width:100%!important;
  min-width:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
  order:2!important;
  width:100%!important;
  min-width:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel__content--wide{
  grid-template-columns:1fr!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-img{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row{
  grid-template-columns:1fr!important;
}

@media (max-width:1320px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:minmax(0,1fr) 420px!important;
  }
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-list-panel,
  body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
    height:auto!important;
    min-height:auto!important;
  }
}


/* v279: prices page 10-row height, combo search, one-promo carousel */
body[data-route="analizy-ta-tsiny"]{
  --prices-row-h:64px;
  --prices-table-head-h:30px;
  --prices-list-h:820px;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid{
  grid-template-columns:minmax(0,1fr) 486px!important;
  align-items:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  height:var(--prices-list-h)!important;
  min-height:var(--prices-list-h)!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  min-height:calc(var(--prices-table-head-h) + (10 * var(--prices-row-h)))!important;
  max-height:calc(var(--prices-table-head-h) + (10 * var(--prices-row-h)))!important;
  overflow:auto!important;
  align-content:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  min-height:var(--prices-row-h)!important;
  height:var(--prices-row-h)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  height:var(--prices-list-h)!important;
  min-height:var(--prices-list-h)!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto auto!important;
  overflow:hidden!important;
  align-self:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .calc-items{
  min-height:0!important;
  max-height:none!important;
  overflow:auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search--combo{
  position:relative!important;
  z-index:20!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-dropdown{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  z-index:100;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  box-shadow:0 16px 36px rgba(0,43,102,.16);
  padding:8px;
  max-height:360px;
  overflow:auto;
}

body[data-route="analizy-ta-tsiny"] .prices-search-dropdown[hidden]{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-result{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:10px 12px;
  border-radius:10px;
  color:#0b3476;
}

body[data-route="analizy-ta-tsiny"] .prices-search-result:hover{
  background:#f5f9ff;
}

body[data-route="analizy-ta-tsiny"] .prices-search-result strong{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  font-weight:900;
}

body[data-route="analizy-ta-tsiny"] .prices-search-result small{
  display:block;
  margin-top:2px;
  color:#526b92;
  font-size:12px;
  font-weight:700;
}

body[data-route="analizy-ta-tsiny"] .prices-search-result em{
  color:#e30613;
  font-style:normal;
  font-size:16px;
  font-weight:900;
  white-space:nowrap;
}

body[data-route="analizy-ta-tsiny"] .prices-search-empty{
  padding:12px;
  color:#526b92;
  font-size:14px;
  font-weight:800;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__viewport{
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel__track{
  display:flex!important;
  gap:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card{
  flex:0 0 100%!important;
  width:100%!important;
  min-width:100%!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
  grid-template-columns:minmax(0,1fr) 486px!important;
}

@media (max-width:1320px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:minmax(0,1fr) 420px!important;
  }
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-main-grid,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-list-panel,
  body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
    height:auto!important;
    min-height:auto!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-table{
    max-height:none!important;
  }
}


/* v280: compact 10-row Popular analyses panel */
body[data-route="analizy-ta-tsiny"]{
  --prices-row-h:48px!important;
  --prices-table-head-h:28px!important;
  --prices-list-h:640px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  height:var(--prices-list-h)!important;
  min-height:var(--prices-list-h)!important;
  padding:18px 22px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel h2{
  font-size:22px!important;
  line-height:1.05!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  min-height:calc(var(--prices-table-head-h) + (10 * var(--prices-row-h)))!important;
  max-height:calc(var(--prices-table-head-h) + (10 * var(--prices-row-h)))!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  min-height:var(--prices-table-head-h)!important;
  height:var(--prices-table-head-h)!important;
  align-items:center!important;
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  min-height:var(--prices-row-h)!important;
  height:var(--prices-row-h)!important;
  padding-top:4px!important;
  padding-bottom:4px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  width:32px!important;
  height:32px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon svg,
body[data-route="analizy-ta-tsiny"] .prices-row__shop-icon svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  font-size:14px!important;
  line-height:1.05!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:13px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px!important;
  height:34px!important;
  border-radius:8px!important;
  font-size:13px!important;
  padding:0 12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-link{
  min-height:34px!important;
  height:34px!important;
  margin-top:10px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
  height:var(--prices-list-h)!important;
  min-height:var(--prices-list-h)!important;
  padding:18px 20px 14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel h2{
  font-size:22px!important;
  line-height:1.05!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__text{
  font-size:13px!important;
  line-height:1.28!important;
  margin-bottom:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel .calc-items{
  gap:5px!important;
}

body[data-route="analizy-ta-tsiny"] .calc-total{
  margin:9px 0!important;
  padding-top:9px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  margin-top:7px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-list-panel,
  body[data-route="analizy-ta-tsiny"] .prices-calc-panel{
    height:auto!important;
    min-height:auto!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-table{
    min-height:auto!important;
    max-height:none!important;
  }
}








/* v290: single global section_hero component */
:root{
  --section-hero-height:206px;
  --section-hero-h1:clamp(36px,3.2vw,48px);
  --section-hero-lead:clamp(16px,1.55vw,22px);
  --section-hero-text:14px;
  --section-hero-navy:#0b3476;
  --section-hero-copy:#263a5e;
}

.section-hero{
  overflow:hidden;
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 42%,#edf5ff 100%);
  border-bottom:1px solid #e4edf8;
}

.section-hero__inner{
  min-height:var(--section-hero-height);
  height:var(--section-hero-height);
  max-height:var(--section-hero-height);
  display:grid;
  grid-template-columns:minmax(520px,.95fr) minmax(620px,1.05fr);
  align-items:stretch;
  overflow:hidden;
}

.section-hero__copy{
  display:grid;
  align-content:center;
  padding:18px 22px 18px 0;
  min-width:0;
  max-height:var(--section-hero-height);
  overflow:hidden;
  position:relative;
  z-index:2;
}

.section-hero__eyebrow{
  margin:0 0 6px;
  color:#e30613;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.section-hero__copy h1{
  margin:0 0 8px;
  color:var(--section-hero-navy);
  font-size:var(--section-hero-h1);
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.045em;
  max-height:112px;
  overflow:hidden;
}

.section-hero__lead{
  margin:0 0 6px;
  color:var(--section-hero-navy);
  font-size:var(--section-hero-lead);
  line-height:1.18;
  font-weight:650;
  max-height:52px;
  overflow:hidden;
}

.section-hero__text{
  margin:0;
  color:var(--section-hero-copy);
  font-size:var(--section-hero-text);
  line-height:1.24;
  font-weight:500;
  max-height:38px;
  overflow:hidden;
}

.section-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
  max-height:40px;
  overflow:hidden;
}

.section-hero__actions .btn{
  min-height:36px;
  min-width:174px;
  padding:8px 14px;
  font-size:13px;
  line-height:1;
  border-radius:8px;
}

.section-hero__badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:12px;
  max-height:44px;
  overflow:hidden;
}

.section-hero__badges span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 10px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#0b3476;
  font-size:12px;
  line-height:1;
  font-weight:850;
}

.section-hero__media{
  min-height:var(--section-hero-height);
  height:var(--section-hero-height);
  max-height:var(--section-hero-height);
  overflow:hidden;
  position:relative;
}

.section-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,
    #f9fcff 0%,
    rgba(249,252,255,.96) 10%,
    rgba(249,252,255,.82) 22%,
    rgba(249,252,255,.56) 36%,
    rgba(249,252,255,.26) 50%,
    rgba(249,252,255,0) 66%
  );
}

.section-hero__media img{
  width:100%;
  height:var(--section-hero-height);
  object-fit:cover;
  object-position:center center;
  display:block;
}

.section-hero__media--empty{
  background:linear-gradient(135deg,#eef5ff,#f8fbff);
}

.section-hero__media--custom{
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f8fbff,#eaf3ff);
}

.section-hero__media--dashboard .clinic-cabinet-visual,
.section-hero__media--dashboard .doctor-cabinet-visual{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.section-hero__media--dashboard .clinic-cabinet-laptop,
.section-hero__media--dashboard .doctor-cabinet-laptop{
  width:min(430px,86%);
  transform:perspective(1000px) rotateY(-4deg) rotateX(1deg) scale(.72);
  transform-origin:center center;
}

.section-hero__media--dashboard .clinic-cabinet-dashboard,
.section-hero__media--dashboard .doctor-cabinet-dashboard{
  height:210px;
  grid-template-columns:105px minmax(0,1fr);
}

.section-hero__media--dashboard .clinic-cabinet-tubes,
.section-hero__media--dashboard .doctor-cabinet-tubes{
  display:none;
}

@media (max-width:980px){
  .section-hero__inner{
    height:auto;
    max-height:none;
    min-height:0;
    grid-template-columns:1fr;
  }
  .section-hero__copy{
    padding:28px 0 18px;
    max-height:none;
  }
  .section-hero__media{
    height:220px;
    min-height:220px;
    max-height:220px;
  }
  .section-hero__media img{
    height:220px;
  }
}

.contacts-info-grid{
  max-width:1280px;
  margin-top:8px;
  margin-left:auto;
  margin-right:auto;
  gap:16px;
}

.contacts-info-card{
  min-height:118px;
  padding:18px 20px;
}

/* v291: Contacts top tiles placed below hero, no overlap */
body[data-route="kontakty"] .contacts-info-grid{
  margin-top:18px!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="kontakty"] .contacts-info-card{
  min-height:112px!important;
  height:112px!important;
  padding:14px 16px!important;
  align-items:center!important;
}

@media (max-width:1180px){
  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:16px!important;
  }
}


/* v292: Preparation tabs placed below hero, no overlap */
body[data-route^="patsiientam"] .prep-page-layout,
body[data-route="pidhotovka-do-analiziv"] .prep-page-layout,
body[data-route^="likariam/pidhotovka"] .prep-page-layout,
body[data-route^="klinikam/pidhotovka"] .prep-page-layout{
  margin-top:18px!important;
  position:relative!important;
  z-index:2!important;
}

@media (max-width:1180px){
  body[data-route^="patsiientam"] .prep-page-layout,
  body[data-route="pidhotovka-do-analiziv"] .prep-page-layout,
  body[data-route^="likariam/pidhotovka"] .prep-page-layout,
  body[data-route^="klinikam/pidhotovka"] .prep-page-layout{
    margin-top:16px!important;
  }
}


/* v293: remove research guide top tabs */
body[data-route="dovidnyk-doslidzhen"] .research-guide-topnav{
  display:none!important;
}



/* v294: Check-up cards below hero */
body[data-route="check-upy"] .checkups-packages{
  margin-top:18px!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="check-upy"] .checkup-card{
  margin-top:0!important;
}

@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-packages{
    margin-top:16px!important;
  }
}



/* v297: section-hero as single composition with image background layer */
@media (min-width:981px){
  .section-hero{
    position:relative!important;
    overflow:hidden!important;
    background:#f9fcff!important;
    border-bottom:1px solid #e4edf8!important;
  }

  .section-hero__inner{
    position:relative!important;
    height:var(--section-hero-height,206px)!important;
    min-height:var(--section-hero-height,206px)!important;
    max-height:var(--section-hero-height,206px)!important;
    display:block!important;
    overflow:hidden!important;
    isolation:isolate!important;
  }

  .section-hero__copy{
    position:relative!important;
    z-index:3!important;
    width:min(52%,720px)!important;
    height:var(--section-hero-height,206px)!important;
    min-height:var(--section-hero-height,206px)!important;
    max-height:var(--section-hero-height,206px)!important;
    display:grid!important;
    align-content:center!important;
    padding:18px 22px 18px 0!important;
    overflow:hidden!important;
    background:transparent!important;
  }

  .section-hero__media{
    position:absolute!important;
    z-index:1!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:76%!important;
    height:var(--section-hero-height,206px)!important;
    min-height:var(--section-hero-height,206px)!important;
    max-height:var(--section-hero-height,206px)!important;
    overflow:hidden!important;
    background:#f9fcff!important;
  }

  .section-hero__media::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:2!important;
    pointer-events:none!important;
    background:linear-gradient(90deg,
      #f9fcff 0%,
      #f9fcff 18%,
      rgba(249,252,255,.96) 30%,
      rgba(249,252,255,.76) 42%,
      rgba(249,252,255,.42) 56%,
      rgba(249,252,255,.16) 68%,
      rgba(249,252,255,0) 82%
    )!important;
  }

  .section-hero__media::after{
    content:none!important;
    display:none!important;
  }

  .section-hero__media img{
    position:relative!important;
    z-index:1!important;
    width:100%!important;
    height:var(--section-hero-height,206px)!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }

  .section-hero__media--empty{
    display:none!important;
  }

  .section-hero__copy h1{
    margin:0 0 8px!important;
    color:var(--section-hero-navy,#0b3476)!important;
    font-size:var(--section-hero-h1,clamp(36px,3.2vw,48px))!important;
    line-height:1.04!important;
    font-weight:900!important;
    letter-spacing:-.045em!important;
    max-height:none!important;
    overflow:visible!important;
  }

  .section-hero__lead{
    margin:0 0 6px!important;
    color:var(--section-hero-navy,#0b3476)!important;
    font-size:var(--section-hero-lead,clamp(16px,1.55vw,22px))!important;
    line-height:1.18!important;
    font-weight:650!important;
    max-height:52px!important;
    overflow:hidden!important;
  }

  .section-hero__text{
    margin:0!important;
    color:var(--section-hero-copy,#263a5e)!important;
    font-size:var(--section-hero-text,14px)!important;
    line-height:1.24!important;
    font-weight:500!important;
    max-height:38px!important;
    overflow:hidden!important;
  }

  .section-hero__actions{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin-top:12px!important;
    max-height:40px!important;
    overflow:hidden!important;
  }

  .section-hero__actions .btn{
    min-height:36px!important;
    min-width:174px!important;
    padding:8px 14px!important;
    font-size:13px!important;
    line-height:1!important;
    border-radius:8px!important;
  }

  .section-hero__badges{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:12px!important;
    margin-top:12px!important;
    max-height:44px!important;
    overflow:hidden!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .section-hero__copy{
    width:min(56%,650px)!important;
  }

  .section-hero__media{
    width:74%!important;
  }
}

@media (max-width:980px){
  .section-hero__inner{
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
  }

  .section-hero__copy{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:28px 0 18px!important;
  }

  .section-hero__media{
    position:relative!important;
    width:100%!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }

  .section-hero__media::before{
    content:none!important;
  }

  .section-hero__media img{
    height:220px!important;
  }
}


/* v298: Fix doctors partnership page layout and hide AI assistant */
.ai-bot{
  display:none!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"],
body[data-route="likariam"]{
  background:#f5f8fc!important;
}

/* Use the common section-hero component cleanly on the doctors partnership page */
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero,
body[data-route="likariam"] .section-hero{
  margin-bottom:0!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__inner,
body[data-route="likariam"] .section-hero__inner{
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__copy,
body[data-route="likariam"] .section-hero__copy{
  width:min(50%,690px)!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
  padding:18px 22px 18px 0!important;
  align-content:center!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__media,
body[data-route="likariam"] .section-hero__media{
  width:74%!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

/* Info cards: below hero, smaller, no overlap */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-benefits,
body[data-route="likariam"] .doctors-benefits{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
  margin-bottom:24px!important;
  position:relative!important;
  z-index:2!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
body[data-route="likariam"] .doctor-benefit-card{
  min-height:112px!important;
  height:112px!important;
  padding:18px 18px!important;
  border-radius:16px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
  box-shadow:0 8px 22px rgba(6,43,104,.08)!important;
  overflow:hidden!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon,
body[data-route="likariam"] .doctor-benefit-card__icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon svg,
body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:38px!important;
  height:38px!important;
  stroke-width:2!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card h2,
body[data-route="likariam"] .doctor-benefit-card h2{
  margin:0 0 8px!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#0b3476!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card p,
body[data-route="likariam"] .doctor-benefit-card p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.32!important;
  color:#263a5e!important;
  font-weight:600!important;
}

/* Lower content restored to compact, readable blocks */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
body[data-route="likariam"] .doctors-partner-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)!important;
  gap:22px!important;
  margin-top:0!important;
  align-items:start!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card,
body[data-route="likariam"] .doctor-docs-card{
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:20px!important;
  box-shadow:0 8px 24px rgba(6,43,104,.07)!important;
  padding:26px 30px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-register-form-card h2{
  margin:0 0 12px!important;
  color:#0b3476!important;
  font-size:30px!important;
  line-height:1.1!important;
  letter-spacing:-.025em!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card > p,
body[data-route="likariam"] .doctor-register-form-card > p{
  margin:0 0 18px!important;
  color:#0b3476!important;
  font-size:18px!important;
  line-height:1.28!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form,
body[data-route="likariam"] .doctor-register-form{
  gap:14px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__row,
body[data-route="likariam"] .doctor-register-form__row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form label{
  gap:7px!important;
  color:#33425d!important;
  font-size:17px!important;
  line-height:1.12!important;
  font-weight:850!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form input,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form textarea{
  border:1px solid #c7d5e8!important;
  border-radius:12px!important;
  font-size:16px!important;
  line-height:1.2!important;
  padding:13px 16px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form input{
  min-height:52px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form textarea{
  min-height:112px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__submit,
body[data-route="likariam"] .doctor-register-form__submit{
  width:max-content!important;
  min-width:210px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 20px!important;
  font-size:14px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  margin:0 0 16px!important;
  font-size:24px!important;
  line-height:1.12!important;
  color:#0b3476!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row,
body[data-route="likariam"] .doctor-doc-row{
  min-height:58px!important;
  padding:12px 0!important;
  grid-template-columns:34px minmax(0,1fr) 26px!important;
}

@media (max-width:980px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-benefits,
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
    margin-top:16px!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:96px!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__row,
  body[data-route="likariam"] .doctor-register-form__row{
    grid-template-columns:1fr!important;
  }
}


/* v299: Doctors partnership compact layout */
body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero,
body[data-route="likariam"] .section-hero{
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__inner,
body[data-route="likariam"] .section-hero__inner{
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__copy,
body[data-route="likariam"] .section-hero__copy{
  width:min(48%,660px)!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
  padding:14px 20px 14px 0!important;
  align-content:center!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__copy h1,
body[data-route="likariam"] .section-hero__copy h1{
  font-size:clamp(38px,3.7vw,54px)!important;
  line-height:1.02!important;
  margin:0 0 7px!important;
  letter-spacing:-.04em!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__lead,
body[data-route="likariam"] .section-hero__lead{
  font-size:clamp(17px,1.45vw,22px)!important;
  line-height:1.12!important;
  margin:0 0 6px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__text,
body[data-route="likariam"] .section-hero__text{
  font-size:14px!important;
  line-height:1.22!important;
  max-height:36px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__media,
body[data-route="likariam"] .section-hero__media{
  width:72%!important;
  height:206px!important;
  min-height:206px!important;
  max-height:206px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero__media img,
body[data-route="likariam"] .section-hero__media img{
  height:206px!important;
  object-position:center 43%!important;
}

/* переваги — компактно й нижче hero */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-benefits,
body[data-route="likariam"] .doctors-benefits{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:14px!important;
  margin-bottom:18px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
body[data-route="likariam"] .doctor-benefit-card{
  min-height:92px!important;
  height:92px!important;
  padding:14px 16px!important;
  border-radius:14px!important;
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon,
body[data-route="likariam"] .doctor-benefit-card__icon{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon svg,
body[data-route="likariam"] .doctor-benefit-card__icon svg{
  width:40px!important;
  height:40px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card h2,
body[data-route="likariam"] .doctor-benefit-card h2{
  font-size:15px!important;
  line-height:1.08!important;
  margin:0 0 6px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card p,
body[data-route="likariam"] .doctor-benefit-card p{
  font-size:12px!important;
  line-height:1.25!important;
  max-height:32px!important;
  overflow:hidden!important;
}

/* нижні блоки — компактна сітка */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr)!important;
  gap:18px!important;
  margin-top:0!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card,
body[data-route="likariam"] .doctor-docs-card{
  padding:22px 26px!important;
  border-radius:18px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:26px!important;
  line-height:1.08!important;
  margin:0 0 10px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card > p,
body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:16px!important;
  line-height:1.24!important;
  margin:0 0 14px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form,
body[data-route="likariam"] .doctor-register-form{
  gap:12px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__row,
body[data-route="likariam"] .doctor-register-form__row{
  gap:14px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form label{
  font-size:15px!important;
  gap:6px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form input{
  min-height:46px!important;
  padding:11px 14px!important;
  font-size:15px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form textarea{
  min-height:92px!important;
  padding:11px 14px!important;
  font-size:15px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__consent,
body[data-route="likariam"] .doctor-register-form__consent{
  font-size:13px!important;
  line-height:1.2!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__submit,
body[data-route="likariam"] .doctor-register-form__submit{
  height:38px!important;
  min-height:38px!important;
  min-width:190px!important;
  font-size:13px!important;
}

/* документи */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  font-size:22px!important;
  line-height:1.08!important;
  margin:0 0 12px!important;
  letter-spacing:-.02em!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row,
body[data-route="likariam"] .doctor-doc-row{
  min-height:48px!important;
  padding:10px 0!important;
  grid-template-columns:30px minmax(0,1fr) 24px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row strong,
body[data-route="likariam"] .doctor-doc-row strong{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row small,
body[data-route="likariam"] .doctor-doc-row small{
  font-size:12px!important;
}

@media (max-width:980px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-benefits,
  body[data-route="likariam"] .doctors-benefits{
    grid-template-columns:1fr!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
  body[data-route="likariam"] .doctor-benefit-card{
    height:auto!important;
    min-height:84px!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v300: Doctors partnership lower blocks compact tune */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
body[data-route="likariam"] .doctors-partner-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr)!important;
  gap:18px!important;
  margin-top:0!important;
  align-items:start!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-register-form-card,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card,
body[data-route="likariam"] .doctor-docs-card{
  padding:20px 24px!important;
  border-radius:18px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card,
body[data-route="likariam"] .doctor-register-form-card{
  max-width:none!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card h2,
body[data-route="likariam"] .doctor-register-form-card h2{
  font-size:24px!important;
  line-height:1.08!important;
  margin:0 0 8px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card > p,
body[data-route="likariam"] .doctor-register-form-card > p{
  font-size:15px!important;
  line-height:1.22!important;
  margin:0 0 12px!important;
  max-width:760px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form,
body[data-route="likariam"] .doctor-register-form{
  gap:10px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__row,
body[data-route="likariam"] .doctor-register-form__row{
  gap:12px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form label,
body[data-route="likariam"] .doctor-register-form label{
  font-size:13px!important;
  line-height:1.1!important;
  gap:5px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form input,
body[data-route="likariam"] .doctor-register-form input{
  min-height:40px!important;
  height:40px!important;
  padding:9px 12px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form textarea,
body[data-route="likariam"] .doctor-register-form textarea{
  min-height:76px!important;
  height:76px!important;
  padding:9px 12px!important;
  font-size:14px!important;
  border-radius:10px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__consent,
body[data-route="likariam"] .doctor-register-form__consent{
  margin-top:2px!important;
  font-size:12px!important;
  line-height:1.15!important;
  gap:8px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__consent input,
body[data-route="likariam"] .doctor-register-form__consent input{
  width:18px!important;
  height:18px!important;
  min-height:18px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__submit,
body[data-route="likariam"] .doctor-register-form__submit{
  height:36px!important;
  min-height:36px!important;
  min-width:176px!important;
  padding:0 18px!important;
  font-size:12px!important;
  margin-top:2px!important;
}

/* Documents card compact */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card,
body[data-route="likariam"] .doctor-docs-card{
  min-height:0!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card h2,
body[data-route="likariam"] .doctor-docs-card h2{
  font-size:21px!important;
  line-height:1.05!important;
  margin:0 0 10px!important;
  letter-spacing:-.02em!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card__list,
body[data-route="likariam"] .doctor-docs-card__list{
  display:grid!important;
  gap:0!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row,
body[data-route="likariam"] .doctor-doc-row{
  min-height:46px!important;
  padding:9px 0!important;
  grid-template-columns:28px minmax(0,1fr) auto!important;
  gap:10px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row__icon,
body[data-route="likariam"] .doctor-doc-row__icon{
  width:24px!important;
  height:24px!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row strong,
body[data-route="likariam"] .doctor-doc-row strong{
  font-size:13px!important;
  line-height:1.14!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row small,
body[data-route="likariam"] .doctor-doc-row small{
  font-size:11px!important;
  white-space:nowrap!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row__arrow,
body[data-route="likariam"] .doctor-doc-row__arrow{
  font-size:16px!important;
  line-height:1!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-docs-card__all,
body[data-route="likariam"] .doctor-docs-card__all{
  margin-top:10px!important;
  font-size:14px!important;
  line-height:1!important;
}

@media (max-width:980px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctors-partner-grid,
  body[data-route="likariam"] .doctors-partner-grid{
    grid-template-columns:1fr!important;
  }
}


/* v301: remove strange red arrows from doctors document rows */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row__arrow,
body[data-route="likariam"] .doctor-doc-row__arrow{
  display:none!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row,
body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:28px minmax(0,1fr) auto!important;
}


/* v302: consent-gated submit buttons and unified button size */
.form-consent-submit,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form__submit,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__submit,
body[data-route="likariam"] .doctor-register-form__submit{
  width:max-content!important;
  min-width:176px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 18px!important;
  font-size:12px!important;
  line-height:1!important;
  border-radius:8px!important;
}

.form-consent-submit:disabled,
.form-consent-submit.is-disabled,
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form__submit:disabled,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__submit:disabled,
body[data-route="likariam"] .doctor-register-form__submit:disabled{
  opacity:.48!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  filter:grayscale(.15)!important;
}

body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-form .check input,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form__consent input,
body[data-route="likariam"] .doctor-register-form__consent input{
  cursor:pointer!important;
}


/* v303: completely remove arrows/download markers from doctors documents */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row__arrow,
body[data-route="likariam"] .doctor-doc-row__arrow,
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row__download,
body[data-route="likariam"] .doctor-doc-row__download{
  display:none!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-doc-row,
body[data-route="likariam"] .doctor-doc-row{
  grid-template-columns:28px minmax(0,1fr) auto!important;
}


/* v304: clinics cabinet wording, prices page compact controls, centered header nav */

/* Header vertical centering vs Results online */
@media (min-width: 981px){
  .mainbar__inner{
    align-items:center!important;
  }
  .nav{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    min-height:50px!important;
  }
  .nav-item{
    display:flex!important;
    align-items:center!important;
  }
  .nav__link{
    display:flex!important;
    align-items:center!important;
    min-height:46px!important;
    line-height:1!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .nav-caret{
    display:inline-flex!important;
    align-items:center!important;
    margin-left:4px!important;
  }
  .header-actions{
    display:flex!important;
    align-items:center!important;
    min-height:50px!important;
  }
  .header-actions .results-top-btn,
  .header-actions .shop-cart-top-btn{
    align-self:center!important;
  }
}

/* Analyses & prices: search bar same height as category buttons */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  min-height:44px!important;
  height:44px!important;
  border-radius:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input{
  height:42px!important;
  font-size:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab{
  padding:0 18px!important;
  font-size:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* Analyses & prices: give more room to analysis title, center price and TAT, make order button smaller */
body[data-route="analizy-ta-tsiny"] .prices-table__head{
  display:grid!important;
  grid-template-columns:48px minmax(280px,2.3fr) 130px 170px 150px!important;
  column-gap:12px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:1 / span 2!important;
  margin-left:62px!important;
  text-align:left!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(2),
body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(3),
body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(4){
  justify-self:center!important;
  text-align:center!important;
  width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid!important;
  grid-template-columns:48px minmax(280px,2.3fr) 130px 170px 150px!important;
  column-gap:12px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__name{
  padding-right:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term,
body[data-route="analizy-ta-tsiny"] .prices-row__order-form{
  justify-self:center!important;
  text-align:center!important;
  width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__order-form{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__order{
  min-height:34px!important;
  height:34px!important;
  width:132px!important;
  min-width:132px!important;
  padding:0 10px!important;
  font-size:13px!important;
  border-radius:10px!important;
}

@media (max-width: 1180px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head,
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:40px minmax(0,1fr) 108px 128px 128px!important;
    column-gap:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
    margin-left:50px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    width:120px!important;
    min-width:120px!important;
  }
}


/* v305: hard grid for popular prices table + precise header vertical alignment */

/* Header: nav links vertically centered against Results online button */
@media (min-width:981px){
  .mainbar{
    min-height:88px!important;
    display:flex!important;
    align-items:center!important;
  }

  .mainbar__inner{
    min-height:88px!important;
    display:grid!important;
    grid-template-columns:minmax(250px,var(--logo-col)) minmax(0,1fr) max-content!important;
    align-items:center!important;
  }

  .logo,
  .logo--image{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
  }

  .nav{
    height:50px!important;
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }

  .nav-item{
    height:50px!important;
    display:flex!important;
    align-items:center!important;
  }

  .nav__link{
    height:50px!important;
    min-height:50px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding-top:0!important;
    padding-bottom:0!important;
    line-height:1!important;
  }

  .header-actions{
    height:50px!important;
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }

  .header-actions .results-top-btn{
    height:50px!important;
    min-height:50px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }

  .header-actions .shop-cart-top-btn{
    height:50px!important;
    min-height:50px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }
}

/* Prices table: strict grid, no overflow outside panel */
body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table{
  width:100%!important;
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head,
body[data-route="analizy-ta-tsiny"] .prices-row{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 92px 118px 118px!important;
  column-gap:10px!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head{
  padding-left:0!important;
  padding-right:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row{
  padding-left:0!important;
  padding-right:0!important;
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span,
body[data-route="analizy-ta-tsiny"] .prices-row > span,
body[data-route="analizy-ta-tsiny"] .prices-row__order-form{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
  grid-column:1 / span 2!important;
  margin-left:52px!important;
  text-align:left!important;
  justify-self:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(2),
body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(3){
  justify-self:center!important;
  text-align:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(4){
  justify-self:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__icon{
  justify-self:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__name{
  min-width:0!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  padding-right:4px!important;
  font-size:14px!important;
  line-height:1.08!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row__term{
  justify-self:center!important;
  text-align:center!important;
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price{
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:16px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__term{
  font-size:13px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order-form{
  justify-self:end!important;
  width:118px!important;
  max-width:118px!important;
  min-width:118px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__order{
  width:112px!important;
  min-width:112px!important;
  max-width:112px!important;
  height:32px!important;
  min-height:32px!important;
  padding:0 8px!important;
  border-radius:9px!important;
  font-size:12px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}

/* Keep search exactly as high as category buttons */
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  display:flex!important;
  align-items:center!important;
  box-sizing:border-box!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  padding-top:0!important;
  padding-bottom:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input{
  height:40px!important;
  min-height:40px!important;
  line-height:40px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-table__head,
  body[data-route="analizy-ta-tsiny"] .prices-row{
    grid-template-columns:38px minmax(0,1fr) 84px 104px 106px!important;
    column-gap:8px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-table__head span:first-child{
    margin-left:46px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-row__order-form{
    width:106px!important;
    min-width:106px!important;
    max-width:106px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-row__order{
    width:100px!important;
    min-width:100px!important;
    max-width:100px!important;
    font-size:11.5px!important;
  }
}


/* v306: smaller price font and shorter term header */
body[data-route="analizy-ta-tsiny"] .prices-row__price{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row__price strong{
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(2),
body[data-route="analizy-ta-tsiny"] .prices-table__head span:nth-child(3){
  font-size:13px!important;
  line-height:1.05!important;
}


/* v307: compact prices category tabs and restore category filtering layout */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  display:grid!important;
  grid-template-columns:minmax(320px, 520px) minmax(0, 1fr)!important;
  gap:14px!important;
  align-items:center!important;
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  width:100%!important;
  max-width:520px!important;
  min-width:320px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0 14px!important;
  border-radius:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input{
  height:38px!important;
  min-height:38px!important;
  line-height:38px!important;
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input::placeholder{
  font-size:13px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  overflow:hidden!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0 13px!important;
  border-radius:12px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row[hidden]{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel.is-empty-filter .prices-table::after{
  content:"У цій групі поки немає досліджень у поточному прайсі.";
  display:block;
  padding:18px 0;
  color:#526b92;
  font-size:14px;
  font-weight:650;
}

@media (max-width:1280px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(280px, 430px) minmax(0, 1fr)!important;
    gap:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:430px!important;
    min-width:280px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 10px!important;
    font-size:11.5px!important;
  }
}

@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:1fr!important;
    overflow:visible!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:none!important;
    min-width:0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
    overflow-x:auto!important;
  }
}


/* v308: working Prices "More" category menu */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(260px, 440px) minmax(0, 1fr)!important;
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:440px!important;
  min-width:260px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  position:relative!important;
  overflow:visible!important;
  gap:7px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  padding:0 10px!important;
  font-size:11.5px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
  z-index:20!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  position:absolute!important;
  top:calc(100% + 8px)!important;
  right:0!important;
  min-width:210px!important;
  display:grid!important;
  gap:4px!important;
  padding:8px!important;
  background:#fff!important;
  border:1px solid #d8e4f4!important;
  border-radius:14px!important;
  box-shadow:0 18px 34px rgba(6,43,104,.14)!important;
  z-index:80!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown[hidden]{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item{
  width:100%!important;
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#0b3476!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  text-align:left!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__item:hover,
body[data-route="analizy-ta-tsiny"] .prices-more-menu__item.is-active{
  background:#edf4ff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-tab--more.is-active{
  background:#0b3476!important;
  color:#fff!important;
  border-color:#0b3476!important;
}

@media (max-width:1280px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px, 360px) minmax(0, 1fr)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:360px!important;
    min-width:240px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 8px!important;
    font-size:11px!important;
  }
}


/* v309: show more price categories before More and keep dropdown above panels */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(220px, 330px) minmax(0, 1fr)!important;
  gap:10px!important;
  overflow:visible!important;
  position:relative!important;
  z-index:30!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:330px!important;
  min-width:220px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0 12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input::placeholder{
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  overflow:visible!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  position:relative!important;
  z-index:50!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0 8px!important;
  font-size:10.8px!important;
  border-radius:12px!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu{
  position:relative!important;
  overflow:visible!important;
  z-index:100!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  top:calc(100% + 8px)!important;
  right:0!important;
  z-index:9999!important;
  min-width:210px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-main-grid,
body[data-route="analizy-ta-tsiny"] .prices-list-panel,
body[data-route="analizy-ta-tsiny"] .prices-calc-panel,
body[data-route="analizy-ta-tsiny"] .prices-lower-panels{
  position:relative!important;
  z-index:1!important;
}

@media (min-width:1400px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(240px, 360px) minmax(0, 1fr)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:360px!important;
    min-width:240px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 9px!important;
    font-size:11px!important;
  }
}

@media (max-width:1280px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(200px, 280px) minmax(0, 1fr)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:280px!important;
    min-width:200px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 6px!important;
    font-size:10.2px!important;
  }
}


/* v310: use available width for price categories, keep only IFA in More */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(190px, 270px) minmax(0, 1fr)!important;
  gap:8px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:270px!important;
  min-width:190px!important;
  width:100%!important;
  padding:0 10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search span{
  width:18px!important;
  min-width:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input::placeholder{
  font-size:11.8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  gap:5px!important;
  justify-content:flex-start!important;
  overflow:visible!important;
  flex-wrap:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  padding:0 7px!important;
  font-size:10.2px!important;
  letter-spacing:-.015em!important;
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
  border-radius:11px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-more-menu__dropdown{
  z-index:9999!important;
}

@media (min-width:1500px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(210px, 300px) minmax(0, 1fr)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:300px!important;
    min-width:210px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 8px!important;
    font-size:10.8px!important;
  }
}

@media (max-width:1280px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(170px, 230px) minmax(0, 1fr)!important;
    gap:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:230px!important;
    min-width:170px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 5px!important;
    font-size:9.8px!important;
  }
}


/* v311: larger price category tab font without widening search */
body[data-route="analizy-ta-tsiny"] .prices-control-panel{
  grid-template-columns:minmax(180px, 260px) minmax(0, 1fr)!important;
  gap:8px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
  max-width:260px!important;
  min-width:180px!important;
  padding:0 10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search input::placeholder{
  font-size:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tabs{
  gap:6px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0 8px!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:0!important;
  border-radius:12px!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

@media (min-width:1500px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(200px, 290px) minmax(0, 1fr)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:290px!important;
    min-width:200px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 9px!important;
    font-size:12.5px!important;
  }
}

@media (max-width:1280px){
  body[data-route="analizy-ta-tsiny"] .prices-control-panel{
    grid-template-columns:minmax(160px, 220px) minmax(0, 1fr)!important;
    gap:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-search{
    max-width:220px!important;
    min-width:160px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab,
  body[data-route="analizy-ta-tsiny"] .prices-control-panel .prices-tab--more{
    padding:0 6px!important;
    font-size:11.5px!important;
  }
}


/* v319: header nav closer to logo */
@media (min-width:981px){
  .mainbar{
    min-height:78px!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    z-index:5000!important;
    overflow:visible!important;
  }

  .mainbar__inner{
    min-height:78px!important;
    display:grid!important;
    grid-template-columns:minmax(220px,calc(var(--logo-col) - 34px)) minmax(0,1fr) max-content!important;
    align-items:center!important;
    column-gap:10px!important;
    overflow:visible!important;
    position:relative!important;
    z-index:5001!important;
  }

  .logo,
  .logo--image{
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
  }

  /* Меню не повинно заходити під action-кнопки */
  .nav{
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    align-self:center!important;
    gap:26px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    overflow:visible!important;
    position:relative!important;
    z-index:6000!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .nav-item{
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    overflow:visible!important;
    flex:0 0 auto!important;
  }

  .nav-item::after{
    content:""!important;
    position:absolute!important;
    left:-10px!important;
    right:-10px!important;
    top:100%!important;
    height:14px!important;
    background:transparent!important;
    pointer-events:auto!important;
  }

  .nav__link{
    height:auto!important;
    min-height:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    transform:none!important;
    overflow:visible!important;
  }

  .nav-caret{
    display:inline-flex!important;
    align-items:center!important;
    margin-left:5px!important;
    line-height:1!important;
    height:1em!important;
    transform:none!important;
  }

  /* submenu без розриву між пунктом меню і випадаючим блоком */
  .dropdown-menu{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    min-width:280px!important;
    padding:16px 18px!important;
    background:#fff!important;
    border:1px solid #dce6f2!important;
    border-radius:14px!important;
    box-shadow:0 22px 48px rgba(6,43,104,.18)!important;
    z-index:99999!important;
    opacity:0!important;
    transform:translateY(4px)!important;
    pointer-events:none!important;
    overflow:visible!important;
  }

  .dropdown-menu a{
    display:block!important;
    padding:12px 12px!important;
    border-radius:10px!important;
    color:var(--navy)!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  .dropdown-menu a:hover{
    background:#f4f8fd!important;
    color:var(--red)!important;
  }

  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
  }

  .header-actions{
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    gap:8px!important;
    margin:0!important;
    position:relative!important;
    z-index:7000!important;
    flex:0 0 auto!important;
  }

  .header-actions .results-top-btn,
  .header-actions .shop-cart-top-btn{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  .header-actions .results-top-btn{
    min-width:132px!important;
    padding:0 10px!important;
    font-size:14px!important;
    border-radius:11px!important;
    gap:8px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:62px!important;
    padding:0 14px!important;
    font-size:14px!important;
    border-radius:999px!important;
    gap:8px!important;
  }

  .header-actions .results-top-btn span,
  .header-actions .shop-cart-top-btn span{
    display:inline-flex!important;
    align-items:center!important;
    line-height:1!important;
    transform:none!important;
  }

  .header-actions .shop-cart-top-btn b{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    font-size:12px!important;
  }

  .topbar,
  .topbar__inner{
    position:relative!important;
    z-index:5003!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    column-gap:8px!important;
  }

  .nav{
    gap:20px!important;
  }

  .nav__link{
    font-size:13.5px!important;
  }

  .dropdown-menu{
    min-width:260px!important;
  }
}

@media (min-width:981px) and (max-width:1320px){
  .mainbar__inner{
    column-gap:8px!important;
  }

  .nav{
    gap:16px!important;
  }

  .header-actions .results-top-btn{
    min-width:124px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:58px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }

  .nav__link{
    font-size:13px!important;
  }
}

/* ==========================================================
   PROLAB v329 — package suggestions anchor by tests
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-search-strip{
  display:grid!important;
  grid-template-columns:minmax(420px,1fr) max-content!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:18px!important;
  padding:14px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(6,43,104,.06)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-strip .prices-search{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:46px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-strip .prices-search input{
  height:46px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-popular-filter{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-open-calc{
  height:46px!important;
  min-height:46px!important;
  border:1px solid #b8c8df!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--navy)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 16px!important;
  font-weight:900!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-open-calc:hover{
  background:var(--navy)!important;
  color:#fff!important;
  border-color:var(--navy)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-open-calc svg{
  width:20px!important;
  height:20px!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-open-calc b{
  min-width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  background:var(--red)!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-sidebar-layout{
  display:grid!important;
  grid-template-columns:330px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  margin-top:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  position:sticky!important;
  top:14px!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  border-radius:18px!important;
  box-shadow:0 10px 26px rgba(6,43,104,.06)!important;
  padding:14px!important;
  max-height:calc(100vh - 28px)!important;
  overflow:auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-nav{
  display:grid!important;
  gap:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block{
  display:grid!important;
  gap:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn{
  width:100%!important;
  min-height:48px!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 16px!important;
  gap:10px!important;
  align-items:center!important;
  border:1px solid #dce6f2!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--navy)!important;
  padding:8px 10px!important;
  text-align:left!important;
  cursor:pointer!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn[data-group-toggle]::after{
  content:"⌄"!important;
  justify-self:end!important;
  color:#6a7da2!important;
  font-size:14px!important;
  line-height:1!important;
  transition:transform .16s ease!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block.is-open > .prices-group-btn[data-group-toggle]::after{
  transform:rotate(180deg)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn:hover,
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active-parent{
  border-color:var(--navy)!important;
  background:#f4f8fd!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active{
  background:var(--navy)!important;
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active::after{
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn__icon{
  width:40px!important;
  height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--red)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active .prices-group-btn__icon{
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn__icon svg{
  width:26px!important;
  height:26px!important;
  stroke:currentColor!important;
  stroke-width:2.1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn__icon img{
  width:36px!important;
  height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn__text{
  min-width:0!important;
  font-size:12.5px!important;
  line-height:1.12!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn{
  grid-template-columns:40px minmax(0,1fr)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--promo .prices-group-btn{
  grid-template-columns:40px minmax(0,1fr)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--promo{
  border-color:#ffd4da!important;
  background:#fff6f7!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--promo.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--special .prices-group-btn{
  grid-template-columns:40px minmax(0,1fr)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--checkup{
  border-color:#cbdaf0!important;
  background:#f8fbff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--checkup.is-active{
  background:var(--navy)!important;
  border-color:var(--navy)!important;
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroups{
  display:none!important;
  gap:7px!important;
  padding:4px 0 2px 44px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block.is-open > .prices-subgroups{
  display:grid!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn{
  min-height:38px!important;
  border:1px solid #e2ebf7!important;
  border-left:4px solid #d7e4f5!important;
  border-radius:11px!important;
  background:linear-gradient(90deg,#fbfdff 0%,#fff 100%)!important;
  color:#42638f!important;
  text-align:left!important;
  padding:8px 11px!important;
  font-size:13.5px!important;
  font-weight:850!important;
  line-height:1.18!important;
  letter-spacing:-.01em!important;
  cursor:pointer!important;
  box-shadow:0 4px 12px rgba(6,43,104,.04)!important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn:hover{
  color:var(--navy)!important;
  border-color:#ffc7cf!important;
  border-left-color:var(--red)!important;
  background:linear-gradient(90deg,#fff5f6 0%,#f5f9ff 100%)!important;
  box-shadow:0 8px 18px rgba(6,43,104,.08)!important;
  transform:translateX(2px)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn.is-active{
  color:var(--red)!important;
  border-color:#ffc7cf!important;
  border-left-color:var(--red)!important;
  background:linear-gradient(90deg,#fff1f3 0%,#f3f8ff 100%)!important;
  box-shadow:0 8px 18px rgba(227,6,19,.10)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
  margin:0!important;
  padding:18px!important;
  border:1px solid #dce6f2!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(6,43,104,.06)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel__top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel__top h2{
  margin:0!important;
  font-size:22px!important;
  line-height:1.1!important;
}
body[data-route="analizy-ta-tsiny"] [data-prices-list-count]{
  color:#61739b!important;
  font-size:13px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-empty-filter{
  margin-top:12px!important;
  padding:16px!important;
  border-radius:14px!important;
  background:#f4f8fd!important;
  color:var(--navy)!important;
  font-weight:800!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row[hidden]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__order.is-added{
  background:#14813d!important;
  border-color:#14813d!important;
  color:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-calc-backdrop{
  position:fixed!important;
  top:106px!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  background:rgba(6,43,104,.22)!important;
  z-index:8998!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-backdrop[hidden]{display:none!important;}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer{
  position:fixed!important;
  top:106px!important;
  right:0!important;
  width:min(420px,calc(100vw - 24px))!important;
  height:calc(100vh - 106px)!important;
  max-height:calc(100vh - 106px)!important;
  z-index:8999!important;
  background:#fff!important;
  border-left:1px solid #dce6f2!important;
  box-shadow:-20px 0 48px rgba(6,43,104,.20)!important;
  padding:20px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto auto!important;
  gap:14px!important;
  transform:translateX(105%)!important;
  transition:transform .22s ease!important;
  overflow:auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer.is-open{
  transform:translateX(0)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer__head h2{
  margin:0 0 4px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer__head p{
  margin:0!important;
  color:#61739b!important;
  font-size:13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-drawer__close{
  width:36px!important;
  height:36px!important;
  border-radius:999px!important;
  border:1px solid #dce6f2!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer!important;
}
body[data-route="analizy-ta-tsiny"] .prices-calc-panel__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .calc-item{
  grid-template-columns:minmax(0,1fr) auto auto!important;
}
body[data-route="analizy-ta-tsiny"] .calc-empty{
  margin:0!important;
  color:#61739b!important;
}

@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-search-strip{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-sidebar-layout{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
    position:static!important;
    max-height:none!important;
  }
}

/* v327 — calc drawer mobile header offset */

@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-calc-backdrop{
    top:86px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-calc-drawer{
    top:86px!important;
    height:calc(100vh - 86px)!important;
    max-height:calc(100vh - 86px)!important;
  }
}



/* v328 — right panel package suggestions */
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions{
  margin-top:18px!important;
  padding-top:16px!important;
  border-top:1px solid #dce6f2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions[hidden],
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion[hidden]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__head h3{
  margin:0 0 4px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__head p{
  margin:0!important;
  color:#61739b!important;
  font-size:13px!important;
  font-weight:700!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__head strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#fff5f6!important;
  color:var(--red)!important;
  border:1px solid #ffd4da!important;
  white-space:nowrap!important;
  font-size:12px!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion{
  position:relative!important;
  display:grid!important;
  gap:8px!important;
  padding:14px!important;
  border:1px solid #dce6f2!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
  box-shadow:0 8px 18px rgba(6,43,104,.05)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__badge{
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:var(--red)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion h4{
  margin:0!important;
  color:var(--navy)!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion p{
  margin:0!important;
  color:#61739b!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__meta{
  display:flex!important;
  align-items:baseline!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  color:#61739b!important;
  font-size:12px!important;
  font-weight:800!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__meta em{
  color:#8da0bd!important;
  text-decoration:line-through!important;
  font-style:normal!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__meta strong{
  margin-left:auto!important;
  color:var(--navy)!important;
  font-size:16px!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__form{
  margin:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion__form .prices-row__order{
  width:100%!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__grid{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__head{
    display:grid!important;
  }
}



/* v329 — package suggestions anchor in right panel */
body[data-route="analizy-ta-tsiny"] .prices-list-panel__actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-anchor{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:0 12px!important;
  border:1px solid #ffd4da!important;
  border-radius:999px!important;
  background:#fff5f6!important;
  color:var(--red)!important;
  font-size:12.5px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 6px 14px rgba(227,6,19,.08)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-anchor[hidden]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-anchor strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:var(--red)!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-anchor:hover{
  background:#ffecef!important;
  transform:translateY(-1px)!important;
}
body[data-route="analizy-ta-tsiny"] #pricesPackageSuggestions{
  scroll-margin-top:124px!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-list-panel__actions{
    justify-content:flex-start!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-package-anchor{
    width:100%!important;
    justify-content:space-between!important;
  }
}


/* v346: Loyalty program page — social discount concept */
body[data-route="programa-loialnosti"] .section-hero--loyalty,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty{
  background:linear-gradient(90deg,#f9fcff 0%,#f3f8ff 56%,#edf5ff 100%);
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__copy h1,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__copy h1{
  max-width:720px;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty{
  background:linear-gradient(180deg,#fff 0%,#fff7f7 100%);
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__inner,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__inner{
  gap:22px;
  align-items:center;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__copy,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__copy{
  max-width:760px;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__eyebrow,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__eyebrow{
  display:none;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty h1,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty h1{
  margin-top:0;
  margin-bottom:10px;
  color:var(--navy);
  font-size:clamp(40px,3.7vw,56px);
  line-height:1.02;
  letter-spacing:-.025em;
  font-weight:850;
  white-space:nowrap;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__lead,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__lead{
  margin-bottom:8px;
  color:var(--navy);
  font-size:clamp(18px,1.55vw,23px);
  line-height:1.25;
  font-weight:780;
  white-space:nowrap;
}

body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__text,
body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__text{
  max-width:none;
  color:#40506f;
  font-size:16px;
  line-height:1.42;
  font-weight:650;
  white-space:nowrap;
}

body[data-route="programa-loialnosti"] .section-hero__media--loyalty-v348,
body[data-route="aktsii/programa-loialnosti"] .section-hero__media--loyalty-v348{
  min-height:330px;
}

body[data-route="programa-loialnosti"] .section-hero__media--loyalty-v348 img,
body[data-route="aktsii/programa-loialnosti"] .section-hero__media--loyalty-v348 img{
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}

.loyalty-v348{
  margin-top:20px;
}

.loyalty-v348-title{
  position:relative;
  margin:0 0 14px;
  text-align:center;
  color:var(--navy);
  font-size:clamp(24px,2vw,30px);
  line-height:1.18;
  font-weight:850;
  letter-spacing:-.015em;
}

.loyalty-v348-title::before,
.loyalty-v348-title::after{
  content:none;
}

.loyalty-v348-card-grid--two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.loyalty-v348-audience-card{
  padding:18px 18px 20px;
  border:1px solid #e7ecf4;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 28px rgba(25,44,84,.045);
}

.loyalty-v348-audience-card:nth-child(2) .loyalty-v348-audience-card__head{
  background:linear-gradient(90deg,#f7faff,#ffffff 72%);
}

.loyalty-v348-audience-card__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid #edf1f7;
  background:linear-gradient(90deg,#fff8f8,#ffffff 72%);
  box-shadow:0 6px 16px rgba(25,44,84,.025);
}

.loyalty-v348-category-icon{
  width:54px;
  height:54px;
  flex:0 0 54px;
  display:grid;
  place-items:center;
}

.loyalty-v348-category-icon img{
  width:52px;
  height:52px;
  display:block;
  object-fit:contain;
}

.loyalty-v348-audience-card__head strong{
  color:var(--navy);
  font-size:22px;
  line-height:1.18;
  font-weight:850;
  letter-spacing:-.01em;
}

.loyalty-v348-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.loyalty-v348-list li{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:11px;
  align-items:center;
  min-height:40px;
}

.loyalty-v348-list-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
}

.loyalty-v348-list-icon img{
  width:38px;
  height:38px;
  display:block;
  object-fit:contain;
}

.loyalty-v348-step svg{
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.loyalty-v348-list-text{
  align-self:center;
  color:#40506f;
  font-size:15px;
  line-height:1.35;
  font-weight:650;
}

.loyalty-v348-discount-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.loyalty-v348-discount-card{
  position:relative;
  min-height:160px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 158px;
  align-items:center;
  gap:14px;
  padding:22px 26px;
  border:1px solid #ebeff6;
  border-radius:22px;
  background:linear-gradient(90deg,#fff 0%,#ffffff 60%,#fff8f8 100%);
  box-shadow:0 14px 28px rgba(25,44,84,.05);
  overflow:hidden;
}

.loyalty-v348-discount-card::after{
  content:"";
  position:absolute;
  right:-8px;
  top:2px;
  width:230px;
  height:188px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(227,6,19,.10) 0%, rgba(227,6,19,.05) 32%, rgba(227,6,19,.00) 68%);
  pointer-events:none;
}

.loyalty-v348-discount-card__copy{
  position:relative;
  z-index:1;
  display:grid;
  align-content:center;
  gap:8px;
}

.loyalty-v348-discount-card__topline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}

.loyalty-v348-discount-card__copy strong{
  display:block;
  color:var(--red);
  font-size:clamp(54px,4.2vw,80px);
  line-height:.82;
  letter-spacing:-.06em;
  font-weight:900;
}

.loyalty-v348-discount-card__copy strong span{
  font-size:.48em;
}

.loyalty-v348-discount-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 14px;
  border:1px solid rgba(227,6,19,.35);
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:var(--red);
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.loyalty-v348-discount-card__copy b{
  display:none;
}

.loyalty-v348-discount-card__copy h3{
  margin:0;
  color:var(--navy);
  font-size:22px;
  line-height:1.12;
  font-weight:800;
}

.loyalty-v348-discount-card__copy p{
  margin:2px 0 0;
  color:#50607e;
  font-size:15px;
  line-height:1.48;
  font-weight:620;
}

.loyalty-v348-discount-card__visual{
  position:relative;
  z-index:1;
  width:148px;
  height:118px;
  justify-self:end;
  display:grid;
  place-items:center;
  opacity:.98;
}

.loyalty-v348-discount-card__visual img{
  width:132px;
  height:132px;
  display:block;
  object-fit:contain;
  object-position:center center;
  filter:drop-shadow(0 12px 20px rgba(227,6,19,.08));
}

.loyalty-v348-discount-card__visual--raised img{
  transform:translateY(-8px);
}

.loyalty-v348-note{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-top:12px;
  padding:14px 18px;
  border:1px solid #eceff5;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 22px rgba(25,44,84,.035);
}

.loyalty-v348-note > span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
}

.loyalty-v348-note > span img{
  width:38px;
  height:38px;
  display:block;
  object-fit:contain;
}

.loyalty-v348-note p{
  margin:0;
  color:#40506f;
  font-size:15px;
  line-height:1.42;
  font-weight:620;
}

.loyalty-v348-steps-block{
  padding-bottom:4px;
}

.loyalty-v348-steps{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.loyalty-v348-steps::before{
  content:"";
  position:absolute;
  left:11%;
  right:11%;
  top:28px;
  border-top:2px dotted #f3c5c9;
}

.loyalty-v348-step{
  position:relative;
  z-index:1;
  text-align:center;
  padding:0 8px;
}

.loyalty-v348-step__num{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin:0 auto 8px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:20px;
  font-weight:900;
  box-shadow:0 10px 18px rgba(227,6,19,.18);
}

.loyalty-v348-step__icon{
  width:104px;
  height:104px;
  display:grid;
  place-items:center;
  margin:0 auto 10px;
  border-radius:50%;
  border:1px solid rgba(227,6,19,.08);
  background:linear-gradient(180deg,#fff7f7 0%,#fff2f2 100%);
  color:var(--red);
  box-shadow:0 8px 18px rgba(227,6,19,.06);
  overflow:hidden;
}

.loyalty-v348-step__icon svg{
  display:none;
}

.loyalty-v348-step__icon img{
  width:74px;
  height:74px;
  display:block;
  object-fit:contain;
}

.loyalty-v348-step__icon--large img{
  width:82px;
  height:82px;
}

.loyalty-v348-step strong{
  display:block;
  color:var(--navy);
  font-size:16px;
  line-height:1.28;
  font-weight:780;
  max-width:280px;
  margin:0 auto;
}

.loyalty-v348-step p{
  margin:6px auto 0;
  color:#40506f;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
  max-width:250px;
}

@media (max-width:1180px){
  .loyalty-v348-steps::before{
    display:none;
  }
  .loyalty-v348-card-grid--two,
  .loyalty-v348-discount-grid,
  .loyalty-v348-steps{
    grid-template-columns:1fr;
  }
  body[data-route="programa-loialnosti"] .section-hero--loyalty h1,
  body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty h1{
    font-size:clamp(36px,8vw,54px);
  }
}

@media (max-width:720px){
  body[data-route="programa-loialnosti"] .section-hero--loyalty h1,
  body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty h1,
  body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__lead,
  body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__lead,
  body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__text,
  body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__text{
    white-space:normal;
  }
  body[data-route="programa-loialnosti"] .section-hero--loyalty .section-hero__text,
  body[data-route="aktsii/programa-loialnosti"] .section-hero--loyalty .section-hero__text{
    font-size:15px;
  }
  .loyalty-v348{
    margin-top:16px;
  }
  .loyalty-v348-audience-card,
  .loyalty-v348-discount-card{
    padding:18px;
  }
  .loyalty-v348-audience-card__head{
    margin:0 0 16px;
    padding:12px;
  }
  .loyalty-v348-audience-card__head strong{
    font-size:19px;
  }
  .loyalty-v348-category-icon,
  .loyalty-v348-category-icon img{
    width:50px;
    height:50px;
  }
  .loyalty-v348-list{
    gap:9px;
  }
  .loyalty-v348-list li{
    grid-template-columns:38px minmax(0,1fr);
    gap:10px;
    min-height:38px;
  }
  .loyalty-v348-list-icon,
  .loyalty-v348-list-icon img{
    width:36px;
    height:36px;
  }
  .loyalty-v348-list-text,
  .loyalty-v348-note p,
  .loyalty-v348-step p{
    font-size:14px;
  }
  .loyalty-v348-discount-card{
    grid-template-columns:1fr;
    min-height:auto;
    padding:18px;
    gap:10px;
  }
  .loyalty-v348-discount-card::after{
    right:-18px;
    top:-4px;
    width:150px;
    height:150px;
  }
  .loyalty-v348-discount-card__topline{
    gap:10px;
  }
  .loyalty-v348-discount-card__copy strong{
    font-size:48px;
  }
  .loyalty-v348-discount-card__copy h3{
    font-size:20px;
  }
  .loyalty-v348-discount-card__copy p{
    font-size:14px;
  }
  .loyalty-v348-discount-card__badge{
    font-size:11px;
    min-height:28px;
    padding:5px 12px;
  }
  .loyalty-v348-discount-card__visual{
    width:108px;
    height:92px;
    justify-self:end;
  }
  .loyalty-v348-discount-card__visual img{
    width:96px;
    height:96px;
  }
  .loyalty-v348-discount-card__visual--raised img{
    transform:translateY(-6px);
  }
  .loyalty-v348-note{
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
    padding:12px 14px;
  }
  .loyalty-v348-note > span,
  .loyalty-v348-note > span img{
    width:32px;
    height:32px;
  }
  .loyalty-v348-step__num{
    width:38px;
    height:38px;
    margin-bottom:6px;
    font-size:17px;
  }
  .loyalty-v348-step__icon{
    width:84px;
    height:84px;
    margin-bottom:10px;
  }
  .loyalty-v348-step__icon img{
    width:60px;
    height:60px;
  }
  .loyalty-v348-step__icon--large img{
    width:68px;
    height:68px;
  }
}


/* v368: shop admin tests tree layout, one-row analyses, delete action */
.shop-admin-tests-tree{
  display:grid;
  gap:14px;
  margin-top:14px;
}
.shop-admin-group-block,
.shop-admin-subgroup-block{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(0,43,102,.05);
  overflow:hidden;
}
.shop-admin-group-block > summary,
.shop-admin-subgroup-block > summary{
  list-style:none;
  cursor:pointer;
}
.shop-admin-group-block > summary::-webkit-details-marker,
.shop-admin-subgroup-block > summary::-webkit-details-marker{
  display:none;
}
.shop-admin-group-block > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 20px;
  background:#f6faff;
  color:#0b3476;
  border-bottom:1px solid #e4edf7;
}
.shop-admin-group-title{
  font-size:18px;
  font-weight:900;
}
.shop-admin-group-count,
.shop-admin-subgroup-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dce6f2;
  color:#4d678f;
  font-size:12px;
  font-weight:900;
}
.shop-admin-group-content{
  padding:14px;
  display:grid;
  gap:12px;
}
.shop-admin-subgroup-block > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  background:#fff;
  color:#0b3476;
  border-bottom:1px solid #eef3f9;
}
.shop-admin-subgroup-title{
  font-size:15px;
  font-weight:900;
}
.shop-admin-edit-card--inline{
  border-radius:12px;
  box-shadow:none;
}
.shop-admin-edit-card summary.shop-admin-test-summary--line{
  grid-template-columns:minmax(360px,1.6fr) max-content max-content max-content max-content max-content;
  min-height:50px;
  padding:9px 14px;
}
.shop-admin-edit-card summary.shop-admin-test-summary--line::after{
  content:"Редагувати";
}
.shop-admin-edit-card[open] summary.shop-admin-test-summary--line::after{
  content:"Згорнути";
}
.shop-admin-form-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:2px;
}
.shop-admin-inline-help{
  margin:0;
  color:#5e7598;
  font-size:12px;
  line-height:1.45;
}
.btn.btn-danger{
  background:#fff1f3;
  color:#bf1023;
  border:1px solid #ffd1d7;
}
.btn.btn-danger:hover{
  background:#ffe6ea;
}
@media (max-width:1500px){
  .shop-admin-edit-card summary.shop-admin-test-summary--line{
    grid-template-columns:minmax(280px,1.4fr) repeat(4,max-content) max-content;
  }
}
@media (max-width:1180px){
  .shop-admin-edit-card summary.shop-admin-test-summary--line{
    grid-template-columns:1fr 1fr;
    align-items:start;
  }
  .shop-admin-edit-card summary.shop-admin-test-summary--line .summary-main{
    grid-column:1 / -1;
    white-space:normal;
  }
}
@media (max-width:760px){
  .shop-admin-group-block > summary,
  .shop-admin-subgroup-block > summary{
    flex-direction:column;
    align-items:flex-start;
  }
  .shop-admin-edit-card summary.shop-admin-test-summary--line{
    grid-template-columns:1fr;
  }
  .shop-admin-edit-card summary.shop-admin-test-summary--line .summary-pill,
  .shop-admin-edit-card summary.shop-admin-test-summary--line .summary-price,
  .shop-admin-edit-card summary.shop-admin-test-summary--line .summary-status{
    justify-content:flex-start;
  }
}


/* v369: collapsed admin trees by default and package code badges */
.checkup-card__code{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  margin-bottom:6px;
  padding:4px 10px;
  border-radius:999px;
  background:#f6faff;
  border:1px solid #dce6f2;
  color:#4d678f;
  font-size:12px;
  font-weight:800;
  line-height:1;
}


/* v370: admin UX refinements */
.shop-admin-actionbar{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 14px;
}
.shop-admin-inline-form{
  margin:0;
}
.shop-admin-subgroup-block{
  background:#fffafb;
  border-color:#eedde5;
}
.shop-admin-subgroup-block > summary{
  background:#fff6f8;
  border-bottom:1px solid #f2e4ea;
}
.shop-admin-subgroup-block[open] > summary{
  background:#fff2f5;
}
.shop-admin-tests-list{
  padding:10px;
}
.shop-admin-package-form label.span-2,
.shop-admin-promo-form label.span-2,
.shop-admin-test-add-form label.span-2{
  align-self:start;
}
.shop-admin-package-form select[multiple],
.shop-admin-promo-form select[multiple],
.shop-admin-test-add-form select[multiple]{
  height:auto!important;
  min-height:180px!important;
  padding:8px 10px!important;
}
.shop-admin-package-form small,
.shop-admin-promo-form small,
.shop-admin-test-add-form small{
  display:block;
  margin-top:6px;
  color:#5d7396;
  font-size:12px;
  line-height:1.45;
}
.shop-admin-edit-card summary.shop-admin-package-summary{
  grid-template-columns:minmax(280px,1fr) repeat(6,max-content) max-content;
  gap:8px;
}
.shop-admin-package-summary .summary-main b{
  margin:0 6px 0 4px;
}
.shop-admin-package-summary .summary-pill,
.shop-admin-package-summary .summary-price,
.shop-admin-package-summary .summary-status{
  font-size:11px;
  padding:4px 8px;
}
.shop-admin-modal[hidden]{
  display:none!important;
}
.shop-admin-modal{
  position:fixed;
  inset:0;
  z-index:2000;
}
.shop-admin-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(7, 28, 63, .42);
  backdrop-filter:blur(2px);
}
.shop-admin-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1180px, calc(100vw - 32px));
  max-height:calc(100vh - 40px);
  overflow:auto;
  margin:20px auto;
  padding:18px;
  border-radius:20px;
  box-shadow:0 18px 44px rgba(0, 28, 73, .22);
}
.shop-admin-modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.shop-admin-modal__head h2{
  margin:0;
}
.shop-admin-modal__close{
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid #dce6f2;
  background:#fff;
  color:#0b3476;
  font-size:26px;
  font-weight:700;
  cursor:pointer;
}
body.shop-admin-modal-open{
  overflow:hidden;
}
.shop-admin-backtotop{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:90;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid #dce6f2;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(0,43,102,.12);
  color:#0b55e6;
  font-weight:900;
  text-decoration:none;
}
.shop-admin-backtotop:hover{
  background:#f7fbff;
  text-decoration:none;
}
@media (max-width:1700px){
  .shop-admin-edit-card summary.shop-admin-package-summary{
    grid-template-columns:minmax(220px,1fr) repeat(6,max-content) max-content;
  }
}
@media (max-width:1280px){
  .shop-admin-actionbar{
    justify-content:flex-start;
  }
  .shop-admin-modal__dialog{
    width:min(960px, calc(100vw - 24px));
    margin:12px auto;
  }
}
@media (max-width:820px){
  .shop-admin-modal__dialog{
    width:calc(100vw - 16px);
    max-height:calc(100vh - 16px);
    margin:8px auto;
    padding:14px;
  }
  .shop-admin-backtotop{
    right:12px;
    bottom:12px;
    min-height:40px;
    padding:0 12px;
  }
}


/* v371: admin collection/categories/packages refinements + short names */
.shop-admin-collection-list{
  gap:12px;
}
.shop-admin-collection-card{
  margin:0;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(0,43,102,.05);
  padding:14px 16px;
}
.shop-admin-collection-form,
.shop-admin-category-form{
  display:grid;
  grid-template-columns:120px minmax(260px,1.3fr) minmax(220px,1fr) 140px 150px 160px;
  gap:12px;
  align-items:end;
}
.shop-admin-category-form{
  grid-template-columns:repeat(5, minmax(150px,1fr));
}
.shop-admin-category-form .shop-icon-field--compact,
.shop-admin-category-form .shop-admin-form-actions{
  min-height:34px;
  display:flex;
  align-items:center;
}
.shop-admin-category-summary{
  display:grid!important;
  grid-template-columns:minmax(240px,1.2fr) repeat(3,max-content) max-content;
  align-items:center;
  gap:8px;
}
.shop-admin-static-field{
  display:grid;
  gap:4px;
  min-height:34px;
  align-content:end;
}
.shop-admin-static-field span{
  color:#5c7397;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.shop-admin-static-field strong{
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  line-height:1.35;
}
.shop-admin-collection-form label,
.shop-admin-category-form label{
  display:grid;
  gap:4px;
  color:#263a5e;
  font-size:12px;
  font-weight:900;
}
.shop-admin-collection-form input,
.shop-admin-collection-form select,
.shop-admin-category-form input,
.shop-admin-category-form select{
  min-height:34px!important;
  height:34px!important;
  border-radius:9px!important;
  padding:6px 9px!important;
  font-size:13px!important;
  font-weight:800!important;
}
.shop-admin-collection-form .btn,
.shop-admin-category-form .btn{
  min-height:34px!important;
  height:34px!important;
  padding:0 12px!important;
  font-size:13px!important;
  white-space:nowrap;
}
.shop-admin-edit-card summary.shop-admin-package-summary{
  grid-template-columns:minmax(280px,1.1fr) repeat(5,max-content) max-content;
}
.shop-admin-packages-tree .shop-admin-group-content{
  padding:8px 10px 12px;
}
@media (max-width:1500px){
  .shop-admin-collection-form{
    grid-template-columns:100px minmax(220px,1fr) minmax(200px,1fr) 140px 150px 150px;
  }
  .shop-admin-category-summary{
    grid-template-columns:minmax(220px,1fr) repeat(2,max-content) max-content;
  }
}
@media (max-width:1280px){
  .shop-admin-collection-form,
  .shop-admin-category-form{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .shop-admin-category-summary,
  .shop-admin-edit-card summary.shop-admin-package-summary{
    grid-template-columns:1fr 1fr;
    align-items:start;
  }
  .shop-admin-category-summary .summary-main,
  .shop-admin-edit-card summary.shop-admin-package-summary .summary-main{
    grid-column:1 / -1;
    white-space:normal;
  }
}
@media (max-width:820px){
  .shop-admin-collection-form,
  .shop-admin-category-form{
    grid-template-columns:1fr;
  }
  .shop-admin-category-summary,
  .shop-admin-edit-card summary.shop-admin-package-summary{
    grid-template-columns:1fr;
  }
}

/* v372: admin interactive polish, search expansion, package composition preview */
.shop-admin-backtotop{
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .18s ease, transform .18s ease, background .18s ease;
}
.shop-admin-backtotop.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.shop-admin-group-block{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.shop-admin-group-block > summary{
  background:linear-gradient(90deg,#f4f8ff 0%,#ffffff 100%);
}
.shop-admin-subgroup-block{
  background:linear-gradient(180deg,#fff8fa 0%,#ffffff 100%);
  border-color:#f0dde5;
}
.shop-admin-subgroup-block > summary{
  background:linear-gradient(90deg,#fff1f5 0%,#fff9fb 100%);
  border-bottom-color:#f3dfe7;
}
.shop-admin-subgroup-title::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:8px;
  border-radius:50%;
  background:#e30613;
  box-shadow:0 0 0 4px rgba(227,6,19,.08);
  vertical-align:middle;
}
.shop-admin-edit-card summary.shop-admin-package-summary{
  grid-template-columns:minmax(260px,1fr) max-content max-content max-content max-content max-content minmax(220px,.9fr) max-content;
}
.summary-composition{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 9px;
  border-radius:999px;
  background:#f7fbff;
  border:1px dashed #c9d9ee;
  color:#4d678f;
  font-size:11px;
  font-weight:850;
}
.shop-admin-category-form .shop-admin-form-actions{
  gap:10px;
}
.shop-admin-category-summary .summary-main strong,
.shop-admin-package-summary .summary-main strong{
  margin-right:6px;
}
.shop-admin-packages-tree .shop-admin-group-block:nth-child(1) > summary{
  background:linear-gradient(90deg,#edf7ff 0%,#ffffff 100%);
}
.shop-admin-packages-tree .shop-admin-group-block:nth-child(2) > summary{
  background:linear-gradient(90deg,#f6faff 0%,#ffffff 100%);
}
.shop-admin-packages-tree .shop-admin-group-block:nth-child(3) > summary{
  background:linear-gradient(90deg,#fff5f6 0%,#ffffff 100%);
}
@media (max-width:1600px){
  .shop-admin-edit-card summary.shop-admin-package-summary{
    grid-template-columns:minmax(220px,1fr) repeat(4,max-content) minmax(180px,1fr) max-content;
  }
  .shop-admin-edit-card summary.shop-admin-package-summary .summary-status:nth-of-type(2){
    display:none;
  }
}
@media (max-width:1280px){
  .shop-admin-edit-card summary.shop-admin-package-summary{
    grid-template-columns:1fr 1fr;
  }
  .summary-composition{
    grid-column:1 / -1;
    width:100%;
  }
}


/* v373: prices suggestions below list, no overlap, package composition editor */
body[data-route="analizy-ta-tsiny"] .prices-list-panel{
  height:auto!important;
  min-height:var(--prices-list-h)!important;
  grid-template-rows:auto auto auto auto!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table{
  min-height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  position:relative!important;
  z-index:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions{
  position:relative!important;
  z-index:0!important;
  clear:both!important;
  margin-top:24px!important;
  padding-top:22px!important;
  border-top:1px solid #dce6f2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__note{
  margin:5px 0 0!important;
  color:#6a7fa2!important;
  font-size:12px!important;
  font-weight:700!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions__grid{
  align-items:stretch!important;
}
body[data-route="analizy-ta-tsiny"] .prices-package-suggestion{
  min-height:0!important;
}
.shop-admin-package-composition{
  display:grid;
  gap:10px;
  padding:12px;
  border:1px solid #dce6f2;
  border-radius:14px;
  background:linear-gradient(180deg,#f9fcff 0%,#fff 100%);
}
.shop-admin-package-composition__head{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
}
.shop-admin-package-composition__head strong{
  font-size:15px;
  font-weight:900;
  margin-right:auto;
}
.shop-admin-package-composition__head span{
  display:inline-flex;
  gap:5px;
  padding:5px 9px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#fff;
}
.shop-admin-package-items-table{
  display:grid;
  grid-template-columns:52px 110px minmax(220px,1fr) 110px 110px;
  gap:0;
  overflow:hidden;
  border:1px solid #e3ebf6;
  border-radius:12px;
  background:#fff;
}
.shop-admin-package-items-table > *{
  padding:7px 9px;
  border-bottom:1px solid #eef3f9;
  color:#0b3476;
  font-size:12px;
  font-weight:800;
  min-width:0;
}
.shop-admin-package-items-table > span:nth-child(-n+5){
  color:#5d7396;
  background:#f6faff;
  text-transform:uppercase;
  font-weight:900;
}
.shop-admin-package-items-table > b{
  font-weight:900;
}

.shop-admin-package-items-table .shop-admin-package-item-no{
  color:#d81f3f;
  text-align:center;
  font-weight:1000;
  background:#fff7f9;
}
.shop-admin-package-items-input textarea,
.shop-admin-package-composition textarea{
  width:100%;
  min-height:130px!important;
  resize:vertical;
  font-family:Consolas, Monaco, monospace;
  font-size:13px!important;
  line-height:1.45!important;
}
.shop-admin-categories-tree .shop-admin-group-block > summary{
  background:linear-gradient(90deg,#f1f7ff 0%,#fff 100%);
}
.shop-admin-categories-subgroups{
  display:grid;
  gap:10px;
  padding:8px 0 0 18px;
  border-left:3px solid #dce8f7;
}
.shop-admin-subcategory-edit-card{
  background:#fff8fb!important;
  border-color:#f1dfe8!important;
}
@media(max-width:900px){
  .shop-admin-package-items-table{
    grid-template-columns:1fr;
  }
  .shop-admin-package-items-table > span:nth-child(-n+5){
    display:none;
  }
}

/* v374: subgroup separators in Analizy ta tsiny and no count indicator */
body[data-route="analizy-ta-tsiny"] .prices-list-panel__actions [data-prices-list-count]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
  display:grid;
  grid-template-columns:48px minmax(280px,2.3fr) 130px 170px 150px;
  column-gap:12px;
  align-items:center;
  min-height:42px;
  padding:7px 0;
  border-top:1px solid #dceaf7;
  border-bottom:1px solid #dceaf7;
  background:linear-gradient(90deg,#eef6ff 0%,#f7fbff 54%,#ffffff 100%);
  color:#0b3476;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker[hidden]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span{
  grid-column:1 / -1;
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-left:52px;
  padding:7px 13px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid #cfe0f3;
  box-shadow:0 8px 18px rgba(0,43,102,.06);
  font-size:14px;
  line-height:1.15;
  font-weight:900;
  color:#244f86;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span::before{
  content:"";
  width:8px;
  height:8px;
  margin-right:9px;
  border-radius:50%;
  background:#e30613;
  box-shadow:0 0 0 4px rgba(227,6,19,.08);
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel__actions{
  align-items:flex-start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel__top{
  align-items:flex-start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel__top h2{
  max-width:430px;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active-parent{
  box-shadow:0 10px 22px rgba(0,43,102,.12)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block.is-open .prices-subgroups{
  background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
  border-left:3px solid #dce8f7;
  border-radius:0 0 14px 14px;
}
@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
    grid-template-columns:40px minmax(0,1fr) 108px 128px 128px!important;
    column-gap:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span{
    margin-left:44px;
  }
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
    grid-template-columns:1fr!important;
    padding:8px 0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span{
    grid-column:1!important;
    margin-left:0!important;
    width:100%;
    justify-content:flex-start;
  }
}

/* v376: full-width group and subgroup separators on Analizy ta tsiny */
body[data-route="analizy-ta-tsiny"] .prices-group-marker,
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:center!important;
  min-height:52px!important;
  margin:10px 0 6px!important;
  padding:0!important;
  border-radius:20px!important;
  box-shadow:0 10px 24px rgba(0,43,102,.04)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-marker[hidden],
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker[hidden]{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-marker{
  background:linear-gradient(90deg,#edf5ff 0%,#f7fbff 100%)!important;
  border:1px solid #cfe0f3!important;
  color:#0b3476!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
  background:linear-gradient(90deg,#fff3f6 0%,#fff8fa 55%,#ffffff 100%)!important;
  border:1px solid #ffd6df!important;
  color:#0b3476!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-marker span,
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span{
  grid-column:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:none!important;
  min-height:52px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:20px!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:900!important;
  color:#0b3476!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-marker span::before,
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span::before{
  content:""!important;
  flex:0 0 auto!important;
  width:10px!important;
  height:10px!important;
  margin-right:12px!important;
  border-radius:50%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-marker span::before{
  background:#0b55e6!important;
  box-shadow:0 0 0 6px rgba(11,85,230,.08)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span::before{
  background:#e30613!important;
  box-shadow:0 0 0 6px rgba(227,6,19,.08)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroups{
  padding:6px 0 4px 0!important;
  border-left:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn{
  width:100%!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  border-radius:14px!important;
  padding:9px 13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn::before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  margin-right:10px!important;
  border-radius:50%!important;
  background:#e30613!important;
  box-shadow:0 0 0 5px rgba(227,6,19,.08)!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-group-marker,
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker{
    min-height:46px!important;
    margin:8px 0 4px!important;
    border-radius:16px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-marker span,
  body[data-route="analizy-ta-tsiny"] .prices-subgroup-marker span{
    min-height:46px!important;
    padding:0 16px!important;
    border-radius:16px!important;
    font-size:15px!important;
  }
}


/* v377: indent subgroup items in left category sidebar to emphasize hierarchy */
body[data-route="analizy-ta-tsiny"] .prices-subgroups{
  position:relative!important;
  padding:8px 0 6px 18px!important;
  margin-left:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroups::before{
  content:""!important;
  position:absolute!important;
  left:7px!important;
  top:8px!important;
  bottom:8px!important;
  width:2px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#d6e3f4 0%,#e9f1fb 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-subgroup-btn{
  width:100%!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-subgroups{
    padding:6px 0 4px 12px!important;
    margin-left:4px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-subgroups::before{
    left:5px!important;
    top:6px!important;
    bottom:6px!important;
  }
}


/* v380: clean empty category buttons, soft category fills, taller scrollable sidebar */
body[data-route="analizy-ta-tsiny"] .prices-sidebar-layout{
  align-items:stretch!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  height:var(--prices-sidebar-auto-height, auto)!important;
  min-height:620px!important;
  max-height:none!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin!important;
  scrollbar-color:#c9d8ec #f5f9ff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar::-webkit-scrollbar{
  width:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar::-webkit-scrollbar-track{
  background:#f5f9ff!important;
  border-radius:999px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar::-webkit-scrollbar-thumb{
  background:#c9d8ec!important;
  border-radius:999px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn{
  background:linear-gradient(90deg,#f7fbff 0%,#ffffff 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn:hover,
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active-parent{
  background:linear-gradient(90deg,#eef6ff 0%,#ffffff 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn{
  background:linear-gradient(90deg,#fff9f2 0%,#ffffff 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--promo .prices-group-btn,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--promo{
  background:linear-gradient(90deg,#fff4f6 0%,#ffffff 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--checkup{
  background:linear-gradient(90deg,#f1f7ff 0%,#ffffff 100%)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--promo.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package.is-active,
body[data-route="analizy-ta-tsiny"] .prices-group-btn--checkup.is-active{
  background:var(--navy)!important;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
    height:auto!important;
    min-height:0!important;
    max-height:70vh!important;
  }
}


/* v381: admin save toast and local order fields */
.shop-admin-toast{
  position:fixed;
  right:22px;
  top:92px;
  z-index:2500;
  min-width:180px;
  max-width:min(420px, calc(100vw - 32px));
  padding:13px 18px;
  border-radius:16px;
  background:#ecfbf2;
  border:1px solid #b8ebca;
  color:#087336;
  font-size:16px;
  font-weight:900;
  box-shadow:0 16px 34px rgba(0,43,102,.16);
  opacity:1;
  transform:translateY(0);
  transition:opacity .3s ease, transform .3s ease;
}
.shop-admin-toast.is-error{
  background:#fff1f3;
  border-color:#ffd1d7;
  color:#bf1023;
}
.shop-admin-toast.is-hiding{
  opacity:0;
  transform:translateY(-8px);
}
@media (max-width:760px){
  .shop-admin-toast{
    right:12px;
    left:12px;
    top:76px;
    max-width:none;
  }
}

/* v386: remove empty vertical gap between Prices title and table in sidebar layout */
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
  height:auto!important;
  min-height:0!important;
  display:block!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar .prices-list-panel__top{
  margin-bottom:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar .prices-table{
  margin-top:0!important;
  padding-top:0!important;
  align-content:start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar .prices-table__head{
  margin-top:0!important;
}

/* v387: medical calculator collection fees and add-to-cart form */
.calc-item--service{
  background:#fff7f8!important;
  border-color:#ffd2d7!important;
}
.calc-item--service span{
  color:#0b3476;
}
.calc-item--service em{
  display:inline-flex;
  margin-left:6px;
  padding:2px 7px;
  border-radius:999px;
  background:#fff;
  border:1px solid #ffd2d7;
  color:#e30613;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  white-space:nowrap;
}
.calc-item--service i{
  width:22px;
  height:22px;
}
.calc-to-cart-form{
  margin:0;
  display:inline-flex;
}
.calc-to-cart-form .btn{
  width:auto;
}
@media (max-width:640px){
  .calc-to-cart-form,
  .calc-to-cart-form .btn{width:100%;}
}

/* v389: keep all admin modal dialogs below the fixed site header */
.shop-admin-modal{
  z-index:9000!important;
  overflow-y:auto!important;
  padding:calc(var(--header-h, 96px) + 28px) 16px 32px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.shop-admin-modal[hidden]{
  display:none!important;
}
.shop-admin-modal__backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
}
.shop-admin-modal__dialog{
  position:relative!important;
  z-index:1!important;
  margin:0 auto!important;
  max-height:calc(100dvh - var(--header-h, 96px) - 60px)!important;
  overflow:auto!important;
}
@supports not (height:100dvh){
  .shop-admin-modal__dialog{
    max-height:calc(100vh - var(--header-h, 96px) - 60px)!important;
  }
}
@media (max-width:1280px){
  .shop-admin-modal{
    padding:calc(var(--header-h, 92px) + 18px) 12px 24px!important;
  }
  .shop-admin-modal__dialog{
    margin:0 auto!important;
    max-height:calc(100dvh - var(--header-h, 92px) - 42px)!important;
  }
}
@media (max-width:820px){
  .shop-admin-modal{
    padding:12px 8px 16px!important;
  }
  .shop-admin-modal__dialog{
    width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 28px)!important;
    margin:0 auto!important;
  }
}

/* v393: dynamic research guide pages for all active tests */
body[data-route="dovidnyk-doslidzhen"] .research-guide-card#popular{
  min-height:0!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-all-tests{
  margin-top:14px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item{
  min-height:84px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 92px!important;
  grid-template-rows:auto auto!important;
  gap:4px 12px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid #dfe8f3!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  color:var(--navy)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item:hover{
  transform:translateY(-1px)!important;
  border-color:#c5d6ea!important;
  box-shadow:0 12px 26px rgba(0,43,102,.08)!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item > span{
  grid-row:1 / 3!important;
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  border-radius:12px!important;
  background:#eef6ff!important;
  color:var(--blue)!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item svg{
  width:25px!important;
  height:25px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.1!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item strong{
  min-width:0!important;
  color:var(--navy)!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item small{
  min-width:0!important;
  color:var(--muted)!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item em{
  grid-column:3!important;
  grid-row:1 / 3!important;
  justify-self:end!important;
  display:grid!important;
  place-items:center!important;
  min-height:34px!important;
  padding:0 10px!important;
  border-radius:8px!important;
  background:#fff3f4!important;
  color:var(--red)!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:900!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-empty,
body[data-route="dovidnyk-doslidzhen"] .research-guide-more-note{
  margin:10px 0 0!important;
  color:#314d76!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:650!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-content .section-hero{
  margin-bottom:14px!important;
}
@media (max-width:900px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-list-grid{
    grid-template-columns:1fr!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item{
    grid-template-columns:44px minmax(0,1fr)!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item em{
    grid-column:2!important;
    grid-row:auto!important;
    justify-self:start!important;
  }
}

/* v395: research guide detail pages — compact hero and editable content fields */
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test{
  --section-hero-height:154px!important;
  margin-bottom:12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner{
  min-height:154px!important;
  height:auto!important;
  max-height:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
  min-height:154px!important;
  height:auto!important;
  max-height:none!important;
  padding:18px 0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
  font-size:clamp(30px,3.05vw,48px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  margin-bottom:10px!important;
  max-width:980px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__lead{
  font-size:clamp(16px,1.35vw,22px)!important;
  margin:0!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__text{
  display:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__media{
  min-height:154px!important;
  height:154px!important;
  max-height:154px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-tabs{
  padding:16px 22px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-tabs nav{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:46px!important;
  padding:10px 14px!important;
  border-color:#ffd6a5!important;
  background:#fff7e8!important;
  color:#7a4500!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important svg{
  width:24px!important;
  height:24px!important;
  flex:0 0 auto!important;
  color:#d97706!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important strong{
  color:#9a4d00!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important p{
  margin:0!important;
  color:#7a4500!important;
  font-size:12.5px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.shop-admin-test-add-form textarea,
.shop-admin-test-edit-form textarea{
  width:100%!important;
  min-height:82px!important;
  resize:vertical!important;
  border:1px solid #cbd7e8!important;
  border-radius:9px!important;
  padding:8px 10px!important;
  font-size:13px!important;
  line-height:1.35!important;
  color:#0b3476!important;
  font-weight:750!important;
  background:#fff!important;
}
.shop-admin-guide-field{
  align-self:stretch!important;
}
@media (max-width:820px){
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test,
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner,
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
    min-height:0!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__media{
    display:none!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
    align-items:flex-start!important;
  }
}

/* v406: compact three-column check-up cards with image, prices and composition */
body[data-route="check-upy"] .checkups-packages{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
  margin-top:-24px;
}
body[data-route="check-upy"] .checkup-card{
  padding:0;
  min-height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  border:1px solid #dbe7f5;
  box-shadow:0 14px 32px rgba(6,45,100,.09);
}
body[data-route="check-upy"] .checkup-card__image{
  position:relative;
  height:148px;
  min-height:148px;
  overflow:hidden;
  background:linear-gradient(135deg,#edf5ff,#ffffff);
}
body[data-route="check-upy"] .checkup-card__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,49,111,.02) 0%,rgba(7,49,111,.08) 100%);
  pointer-events:none;
}
body[data-route="check-upy"] .checkup-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
body[data-route="check-upy"] .checkup-card__image .checkup-card__discount{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  min-width:58px;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(227,6,19,.22);
}
body[data-route="check-upy"] .checkup-card__image .checkup-card__icon{
  position:absolute;
  left:16px;
  bottom:14px;
  z-index:2;
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  color:#0b3476;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(219,231,245,.95);
  box-shadow:0 10px 24px rgba(6,45,100,.12);
}
body[data-route="check-upy"] .checkup-card__image .checkup-card__icon svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-route="check-upy"] .checkup-card__body{
  padding:18px 18px 16px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1 1 auto;
}
body[data-route="check-upy"] .checkup-card__titlebox{
  min-height:128px;
}
body[data-route="check-upy"] .checkup-card__code{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 9px;
  margin-bottom:8px;
  border-radius:999px;
  background:#eef5ff;
  color:#5c74a3;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.02em;
}
body[data-route="check-upy"] .checkup-card__titlebox h2{
  margin:0 0 9px;
  color:#0b3476;
  font-size:20px;
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.018em;
}
body[data-route="check-upy"] .checkup-card__titlebox p{
  margin:0;
  color:#36547e;
  font-size:14px;
  line-height:1.38;
  font-weight:650;
}
body[data-route="check-upy"] .checkup-card__prices{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:0;
}
body[data-route="check-upy"] .checkup-card__price-block{
  min-height:74px;
  padding:11px 12px;
  border-radius:16px;
  background:#f5f9ff;
  border:1px solid #dfeaf7;
  display:grid;
  align-content:center;
  gap:4px;
}
body[data-route="check-upy"] .checkup-card__price-block span{
  color:#6780aa;
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:900;
}
body[data-route="check-upy"] .checkup-card__old{
  color:#8596b7;
  font-size:17px;
  line-height:1;
  font-weight:900;
  text-decoration:line-through;
}
body[data-route="check-upy"] .checkup-card__old.is-current{
  text-decoration:none;
  color:#0b3476;
}
body[data-route="check-upy"] .checkup-card__price-block.is-sale{
  background:#fff5f6;
  border-color:#ffd5d9;
}
body[data-route="check-upy"] .checkup-card__new{
  margin:0;
  color:#e30613;
  font-size:23px;
  line-height:1;
  font-weight:950;
}
body[data-route="check-upy"] .checkup-card__includes{
  padding:14px 14px 12px;
  border-radius:18px;
  background:#fbfdff;
  border:1px solid #e2ebf6;
  flex:1 1 auto;
}
body[data-route="check-upy"] .checkup-card__includes-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:9px;
}
body[data-route="check-upy"] .checkup-card__includes-head strong{
  color:#0b3476;
  font-size:14px;
  line-height:1;
  font-weight:900;
}
body[data-route="check-upy"] .checkup-card__includes-head span{
  color:#607aa6;
  font-size:12px;
  line-height:1;
  font-weight:850;
  white-space:nowrap;
}
body[data-route="check-upy"] .checkup-card__includes ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:7px;
}
body[data-route="check-upy"] .checkup-card__includes li{
  position:relative;
  padding-left:17px;
  color:#24446f;
  font-size:12.5px;
  line-height:1.25;
  font-weight:700;
}
body[data-route="check-upy"] .checkup-card__includes li::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#e30613;
}
body[data-route="check-upy"] .checkup-card__includes .checkup-card__more{
  color:#0b3476;
  font-weight:900;
}
body[data-route="check-upy"] .checkup-card__empty{
  margin:0;
  color:#607aa6;
  font-size:12.5px;
  line-height:1.35;
  font-weight:700;
}
body[data-route="check-upy"] .checkup-card__form{
  margin-top:auto;
}
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%;
  min-height:44px;
  margin-top:0;
  border-radius:14px;
  font-size:14px;
  font-weight:900;
}
@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:22px;
  }
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:1fr;
  }
  body[data-route="check-upy"] .checkup-card__titlebox{
    min-height:0;
  }
  body[data-route="check-upy"] .checkup-card__prices{
    grid-template-columns:1fr;
  }
}

/* v407: check-up cards show full composition and editable patient text blocks */
body[data-route="check-upy"] .checkups-packages{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
body[data-route="check-upy"] .checkup-card{
  height:100%;
}
body[data-route="check-upy"] .checkup-card__body{
  gap:12px;
}
body[data-route="check-upy"] .checkup-card__titlebox{
  min-height:0;
}
body[data-route="check-upy"] .checkup-card__purpose{
  margin:0;
  color:#36547e;
  font-size:13.5px;
  line-height:1.38;
  font-weight:700;
}
body[data-route="check-upy"] .checkup-card__when,
body[data-route="check-upy"] .checkup-card__allows{
  padding:12px 13px;
  border-radius:16px;
  background:#f7fbff;
  border:1px solid #dfeaf7;
}
body[data-route="check-upy"] .checkup-card__when{
  background:#fffafa;
  border-color:#ffdfe2;
}
body[data-route="check-upy"] .checkup-card__when strong,
body[data-route="check-upy"] .checkup-card__allows strong{
  display:block;
  margin-bottom:5px;
  color:#0b3476;
  font-size:13px;
  line-height:1;
  font-weight:950;
}
body[data-route="check-upy"] .checkup-card__when p,
body[data-route="check-upy"] .checkup-card__allows p{
  margin:0;
  color:#294872;
  font-size:12.5px;
  line-height:1.34;
  font-weight:700;
}
body[data-route="check-upy"] .checkup-card__prices{
  order:4;
}
body[data-route="check-upy"] .checkup-card__includes{
  order:5;
  flex:0 0 auto;
}
body[data-route="check-upy"] .checkup-card__form{
  order:6;
}
body[data-route="check-upy"] .checkup-card__includes ul{
  grid-template-columns:1fr;
  gap:6px;
}
body[data-route="check-upy"] .checkup-card__includes li{
  font-size:12.2px;
  line-height:1.24;
}
body[data-route="check-upy"] .checkup-card__includes .checkup-card__more{
  display:none;
}
@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:1fr;
  }
}

/* v408: admin-only promotions split into two groups; no check-ups in promotions */
body[data-route="aktsii"] .promos-split-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:18px;
  margin-top:18px;
  align-items:start;
}
body[data-route="aktsii"] .promos-section-panel{
  min-height:100%;
}
body[data-route="aktsii"] .promos-section-head{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
body[data-route="aktsii"] .promos-section-head > span{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#f8fbff;
  border:1px solid #dce6f2;
  color:#e30613;
  display:grid;
  place-items:center;
}
body[data-route="aktsii"] .promos-section-head svg{
  width:25px;
  height:25px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-route="aktsii"] .promos-section-head h2{
  margin:0 0 3px;
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:950;
}
body[data-route="aktsii"] .promos-section-head p{
  margin:0;
  color:#4e6b98;
  font-size:12.5px;
  line-height:1.25;
  font-weight:700;
}
body[data-route="aktsii"] .promos-offer{
  grid-template-columns:42px minmax(0,1fr) 112px 112px;
  align-items:stretch;
}
body[data-route="aktsii"] .promos-offer__body p{
  white-space:normal;
}
body[data-route="aktsii"] .promos-offer__price small{
  color:#607aa6;
  font-size:11px;
  line-height:1.18;
  font-weight:800;
}
body[data-route="aktsii"] .promos-offer__btn{
  align-self:center;
  min-height:32px;
  text-decoration:none;
}
body[data-route="aktsii"] .promos-empty{
  border:1px dashed #bdd0e8;
  border-radius:14px;
  padding:16px;
  color:#607aa6;
  background:#f8fbff;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
}
body[data-route="aktsii"] .promos-rules-panel h2{
  margin-bottom:12px;
}
body[data-route="aktsii"] .promos-rules-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
body[data-route="aktsii"] .promos-rules-grid div{
  min-height:82px;
  padding:12px;
  border-radius:14px;
  border:1px solid #e2ebf6;
  background:#fbfdff;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:5px 10px;
}
body[data-route="aktsii"] .promos-rules-grid span{
  grid-row:1/3;
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0b3476;
  border:1px solid #dce6f2;
  background:#fff;
}
body[data-route="aktsii"] .promos-rules-grid svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}
body[data-route="aktsii"] .promos-rules-grid strong{
  color:#0b3476;
  font-size:13px;
  line-height:1.12;
  font-weight:950;
}
body[data-route="aktsii"] .promos-rules-grid small{
  color:#4e6b98;
  font-size:11.5px;
  line-height:1.24;
  font-weight:700;
}
body[data-route="check-upy"] .checkup-card__new{
  font-size:clamp(18px,1.8vw,23px);
}
body[data-route="check-upy"] .checkup-card__old.is-current{
  line-height:1.18;
}
@media (max-width:1180px){
  body[data-route="aktsii"] .promos-split-grid,
  body[data-route="aktsii"] .promos-rules-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer{
    grid-template-columns:38px minmax(0,1fr);
  }
  body[data-route="aktsii"] .promos-offer__price,
  body[data-route="aktsii"] .promos-offer__form,
  body[data-route="aktsii"] .promos-offer__btn{
    grid-column:2;
  }
}


/* v409: compact promotional days and strict no-checkup promo lists */
body[data-route="aktsii"] .promos-split-grid{
  align-items:start;
}
body[data-route="aktsii"] .promos-section-panel{
  min-height:0;
  height:auto;
  align-self:start;
}
body[data-route="aktsii"] .promos-list-panel{
  grid-template-rows:auto auto !important;
}
body[data-route="aktsii"] .promos-list{
  align-content:start;
  align-items:start;
}
body[data-route="aktsii"] .promos-list--days{
  gap:10px;
}
body[data-route="aktsii"] .promos-offer--day{
  min-height:0;
  grid-template-columns:38px minmax(0,1fr) 86px 96px;
  align-items:center;
  padding:10px 12px;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__body p{
  font-size:11.5px;
  line-height:1.27;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__price{
  align-content:center;
  justify-items:start;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__discount{
  padding:3px 7px;
  font-size:10.5px;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__btn{
  min-height:30px;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer--day{
    grid-template-columns:38px minmax(0,1fr);
  }
}

/* v410: promotions vertical sections + editable promo day details */
body[data-route="aktsii"] .promos-split-grid{
  display:grid;
  grid-template-columns:1fr !important;
  gap:18px;
  margin-top:18px;
  align-items:start;
}
body[data-route="aktsii"] .promos-section-panel{
  min-height:0;
  height:auto;
  border-radius:22px;
  overflow:hidden;
}
body[data-route="aktsii"] .promos-section-panel--days{
  border-color:#bdd7f5;
  background:linear-gradient(180deg,#f2f8ff 0%,#ffffff 72%);
  box-shadow:0 16px 32px rgba(11,52,118,.08);
}
body[data-route="aktsii"] .promos-section-panel--offers{
  border-color:#ffd3d8;
  background:linear-gradient(180deg,#fff5f6 0%,#ffffff 64%);
  box-shadow:0 16px 32px rgba(227,6,19,.07);
}
body[data-route="aktsii"] .promos-section-panel--days .promos-section-head > span{
  background:#eaf4ff;
  border-color:#bdd7f5;
  color:#0b5fb3;
}
body[data-route="aktsii"] .promos-section-panel--offers .promos-section-head > span{
  background:#fff0f2;
  border-color:#ffd3d8;
  color:#e30613;
}
body[data-route="aktsii"] .promos-list--days{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
body[data-route="aktsii"] .promos-list--offers{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
body[data-route="aktsii"] .promos-offer--day{
  grid-template-columns:40px minmax(0,1fr) 96px 104px;
  background:#fff;
  border-color:#cfe1f6;
}
body[data-route="aktsii"] .promos-offer--actual{
  background:#fff;
  border-color:#ffd8dc;
}
body[data-route="aktsii"] .promos-offer__conditions,
body[data-route="aktsii"] .promos-offer__note{
  margin-top:7px;
  padding:7px 9px;
  border-radius:11px;
  font-size:11.5px;
  line-height:1.3;
  font-weight:750;
}
body[data-route="aktsii"] .promos-offer__conditions{
  color:#0b3476;
  background:#f3f8ff;
  border:1px solid #dbe9fa;
}
body[data-route="aktsii"] .promos-offer__conditions strong{
  font-weight:950;
}
body[data-route="aktsii"] .promos-offer__note{
  color:#8a1220;
  background:#fff4f5;
  border:1px solid #ffd8dc;
}
body[data-route="aktsii"] .promos-offer__discount{
  white-space:nowrap;
}
.shop-admin-promo-form textarea{
  width:100%;
  min-height:42px;
  resize:vertical;
  border:1px solid #c9d8ec;
  border-radius:14px;
  padding:10px 12px;
  color:#0b3476;
  background:#fff;
  font:inherit;
  font-weight:750;
  line-height:1.3;
}
.shop-admin-promo-form textarea:focus{
  outline:2px solid rgba(227,6,19,.12);
  border-color:#e30613;
}
@media (max-width:1180px){
  body[data-route="aktsii"] .promos-list--days{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer--day,
  body[data-route="aktsii"] .promos-offer--actual{
    grid-template-columns:38px minmax(0,1fr);
  }
  body[data-route="aktsii"] .promos-offer__price,
  body[data-route="aktsii"] .promos-offer__form,
  body[data-route="aktsii"] .promos-offer__btn{
    grid-column:2;
  }
}

/* v411: promo day card top alignment + full-width condition/attention rows */
body[data-route="aktsii"] .promos-offer{
  align-items:start;
}
body[data-route="aktsii"] .promos-offer--day{
  grid-template-columns:40px minmax(0,1fr) 118px 128px;
  gap:12px;
  align-items:start;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__icon{
  margin-top:2px;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__body{
  align-self:start;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__price{
  align-self:start;
  align-content:start;
  justify-items:start;
  padding-top:2px;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__form,
body[data-route="aktsii"] .promos-offer--day .promos-offer__btn{
  align-self:start;
}
body[data-route="aktsii"] .promos-offer__info{
  grid-column:1 / -1;
  width:100%;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin-top:0;
  padding:10px 12px;
  border-radius:14px;
  font-size:12px;
  line-height:1.32;
  font-weight:800;
}
body[data-route="aktsii"] .promos-offer__info-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  flex:0 0 auto;
}
body[data-route="aktsii"] .promos-offer__info-icon svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-route="aktsii"] .promos-offer__info strong{
  display:block;
  margin:0 0 3px;
  font-size:12.5px;
  line-height:1.12;
  font-weight:950;
}
body[data-route="aktsii"] .promos-offer__info small{
  display:block;
  color:inherit;
  font:inherit;
}
body[data-route="aktsii"] .promos-offer__location{
  color:#0b3476;
  background:#f5f9ff;
  border:1px solid #d6e4f5;
  box-shadow:0 4px 12px rgba(11,52,118,.05);
}
body[data-route="aktsii"] .promos-offer__location .promos-offer__info-icon{
  color:#e30613;
  border:1px solid #d6e4f5;
}
body[data-route="aktsii"] .promos-offer__conditions{
  color:#0b3476;
  background:#f2f8ff;
  border:1px solid #cfe1f6;
}
body[data-route="aktsii"] .promos-offer__conditions .promos-offer__info-icon{
  color:#0b5fb3;
  border:1px solid #bdd7f5;
}
body[data-route="aktsii"] .promos-offer__note{
  color:#8a1220;
  background:#fff4f5;
  border:1px solid #ffd8dc;
}
body[data-route="aktsii"] .promos-offer__note .promos-offer__info-icon{
  color:#e30613;
  border:1px solid #ffd8dc;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer--day,
  body[data-route="aktsii"] .promos-offer--actual{
    grid-template-columns:38px minmax(0,1fr);
  }
  body[data-route="aktsii"] .promos-offer__price,
  body[data-route="aktsii"] .promos-offer__form,
  body[data-route="aktsii"] .promos-offer__btn{
    grid-column:2;
  }
  body[data-route="aktsii"] .promos-offer__info{
    grid-column:1 / -1;
  }
}

/* v412 — services pages: gynecologist, urologist, instrumental diagnostics */
.service-hero{padding:24px 0 10px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.service-hero__inner{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:24px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:22px}
.service-hero__copy{padding:12px 10px 12px 6px;display:flex;flex-direction:column;justify-content:center}
.service-hero__label{display:inline-flex;align-items:center;gap:10px;width:max-content;max-width:100%;padding:10px 14px;border-radius:999px;background:#eff6ff;color:var(--blue);font-size:13px;font-weight:800;margin-bottom:16px}
.service-hero__label span{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--red)}
.service-hero__label svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-hero h1{margin:0 0 14px;color:var(--navy);font-size:clamp(36px,4.9vw,64px);line-height:.98;letter-spacing:-.04em}
.service-hero__lead{margin:0 0 10px;font-size:22px;line-height:1.3;color:var(--navy);font-weight:700;max-width:720px}
.service-hero__text{margin:0;color:#3d5377;line-height:1.65;max-width:680px}
.service-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.service-hero__media{display:flex;align-items:stretch}
.service-hero__image-wrap{position:relative;width:100%;min-height:320px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#edf6ff 0%,#d7e8ff 100%)}
.service-hero__image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 24%,rgba(16,68,152,.06) 100%);pointer-events:none}
.service-hero__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}
.service-hero__highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.service-highlight{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 10px 22px rgba(27,68,132,.06)}
.service-highlight__icon,.service-card__icon,.service-stat-card__icon,.service-benefit-mini>span,.service-callout>span{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f8ff;color:var(--red);border:1px solid #d6e5fb}
.service-highlight__icon svg,.service-card__icon svg,.service-stat-card__icon svg,.service-benefit-mini>span svg,.service-callout>span svg,.service-question-pill svg,.service-bullet-list li>span svg{width:24px;height:24px;display:block;stroke:currentColor;fill:none;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}
.service-highlight strong{display:block;color:var(--navy);font-size:15px;line-height:1.2;margin-top:2px}
.service-highlight p{margin:4px 0 0;color:#61728f;font-size:13px;line-height:1.35}
.service-page-section{margin-top:28px}
.service-section-heading{text-align:center;margin:0 0 18px}
.service-section-heading h2{margin:0;color:var(--navy);font-size:clamp(28px,3.2vw,42px);line-height:1.1}
.service-section-heading p{margin:8px auto 0;max-width:720px;color:#627390;line-height:1.55}
.service-card-grid{display:grid;gap:16px}
.service-card-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}
.service-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:22px 18px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:260px}
.service-card__icon{margin-bottom:16px}
.service-card h3{margin:0 0 10px;color:var(--navy);font-size:22px;line-height:1.14}
.service-card p{margin:0;color:#5e6e8a;line-height:1.55;font-size:15px}
.service-panel-grid{display:grid;gap:16px}
.service-panel-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-panel{background:#fbfdff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 24px rgba(27,68,132,.05)}
.service-panel h3,.service-split-panel__body h3{margin:0 0 16px;color:var(--navy);font-size:30px;line-height:1.08}
.service-bullet-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.service-bullet-list--two-col{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px}
.service-bullet-list li{display:flex;gap:10px;align-items:flex-start;color:#32496d;line-height:1.5}
.service-bullet-list li>span:first-child,.service-question-pill>span:first-child{width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;color:var(--blue)}
.service-question-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.service-question-pill{display:flex;align-items:flex-start;gap:10px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 18px rgba(27,68,132,.05);color:#2f476d;line-height:1.4}
.service-callout{display:flex;align-items:flex-start;gap:14px;border:1px solid #d7e6fb;background:#f6fbff;border-radius:18px;padding:16px 18px;margin-top:16px;color:#355178}
.service-callout p{margin:0;line-height:1.55}
.service-split-panel{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:16px}
.service-split-panel__media img,.service-three-zone__media img{width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:18px}
.service-split-panel__body{padding:8px 8px 8px 4px}
.service-benefit-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.service-benefit-strip--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.service-benefit-mini{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 8px 18px rgba(27,68,132,.05)}
.service-benefit-mini h3{margin:2px 0 6px;color:var(--navy);font-size:17px;line-height:1.2}
/* v463 — gynecologist page: icons refreshed to match site benefit cards */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card__icon{width:64px;height:64px;min-width:64px;background:#fbfdff;border:1px solid #dbe6f6;box-shadow:0 8px 18px rgba(27,68,132,.08)}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight__icon svg,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card__icon svg{width:31px;height:31px;stroke-width:2.3}
.service-card__icon--image,.service-highlight__icon--image{background:transparent!important;border:none!important;box-shadow:none!important;padding:0;overflow:visible}
.service-card__icon--image{width:72px;height:72px;min-width:72px;margin-bottom:12px}
.service-card__icon--image img,.service-highlight__icon--image img{width:100%;height:100%;display:block;object-fit:contain}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight:nth-child(1) .service-highlight__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight:nth-child(3) .service-highlight__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid .service-card:nth-child(1) .service-card__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid .service-card:nth-child(3) .service-card__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid .service-card:nth-child(5) .service-card__icon{color:var(--blue)}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight:nth-child(2) .service-highlight__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight:nth-child(4) .service-highlight__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid .service-card:nth-child(2) .service-card__icon,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid .service-card:nth-child(4) .service-card__icon{color:var(--red)}

.service-benefit-mini p{margin:0;color:#60708d;font-size:14px;line-height:1.45}
.service-three-zone{display:grid;grid-template-columns:1fr .9fr 1fr;gap:16px;align-items:stretch}
.service-three-zone__media img{min-height:100%;background:#f4f8ff}
.service-stats-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}
.service-stat-card{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 18px rgba(27,68,132,.05)}
.service-stat-card strong{display:block;color:var(--navy);font-size:30px;line-height:1.05}
.service-stat-card p{margin:4px 0 0;color:#62708a;line-height:1.35;font-size:14px}
.service-cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin-top:28px;padding:26px 28px;border-radius:24px;background:linear-gradient(90deg,#072b68 0%,#0f66c9 54%,#0b4fa6 100%);color:#fff;box-shadow:0 16px 34px rgba(14,73,150,.22)}
.service-cta-band--compact{gap:18px;padding:20px 24px;border-radius:22px}
.service-cta-band__eyebrow{display:inline-block;margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.02em;opacity:.95}
.service-cta-band h2{margin:0 0 8px;font-size:clamp(28px,3.2vw,40px);line-height:1.06}
.service-cta-band--compact h2{margin-bottom:6px;font-size:clamp(24px,2.6vw,34px)}
.service-cta-band p{margin:0;max-width:720px;line-height:1.55;color:rgba(255,255,255,.92)}
.service-cta-band--compact p{font-size:15px;line-height:1.46}
.service-cta-band__aside{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.service-cta-band__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.service-cta-band__phone{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:260px;padding:10px 14px;border-radius:16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22)}
.service-cta-band__phone-label{font-size:12px;font-weight:800;letter-spacing:.02em;color:rgba(255,255,255,.82)}
.service-cta-band__phone a{color:#fff;text-decoration:none;font-weight:900;font-size:20px;line-height:1.15}
.service-cta-band__phone a:hover{color:#fff;opacity:.96}
.service-cta-band .btn-light{background:#fff;color:var(--blue);border:1px solid rgba(255,255,255,.8)}
.service-cta-band .btn-outline{background:transparent;border:1px solid rgba(255,255,255,.7);color:#fff}
@media (max-width:1180px){.service-card-grid--5,.service-benefit-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.service-panel-grid--3,.service-three-zone,.service-question-grid,.service-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.service-three-zone__media{grid-column:1/-1;order:2}.service-panel-grid--3 .service-panel:last-child{grid-column:1/-1}.service-hero__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.service-cta-band{grid-template-columns:1fr}.service-cta-band__aside,.service-cta-band__actions,.service-cta-band__phone{align-items:flex-start;justify-content:flex-start}}
@media (max-width:900px){.service-hero__inner,.service-split-panel{grid-template-columns:1fr}.service-hero__media{order:-1}.service-hero__image-wrap{min-height:260px}.service-card-grid--5,.service-benefit-strip,.service-benefit-strip--4,.service-question-grid,.service-stats-strip,.service-panel-grid--3,.service-three-zone,.service-bullet-list--two-col{grid-template-columns:1fr}.service-hero__highlights{grid-template-columns:1fr}.service-panel h3,.service-split-panel__body h3{font-size:26px}}
@media (max-width:640px){.service-hero{padding-top:18px}.service-hero__inner{padding:14px}.service-hero h1{font-size:34px}.service-hero__lead{font-size:18px}.service-card{min-height:0;padding:18px}.service-panel{padding:18px}.service-stat-card{padding:16px}.service-cta-band,.service-cta-band--compact{padding:18px}.service-cta-band__actions,.service-hero__actions{flex-direction:column}.service-cta-band .btn,.service-hero .btn,.service-cta-band__phone{width:100%}.service-cta-band__phone a{font-size:18px}}

/* v413 — hero assets and public doctors landing */
.service-card-grid--3-compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card--actionable{align-items:flex-start;text-align:left;min-height:0}
.service-card--actionable .service-card__icon{margin-bottom:14px}
.service-card--actionable h3{font-size:24px;margin-bottom:10px}
.service-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:18px;color:var(--blue);font-weight:800;text-decoration:none}
.service-card__link:hover{color:var(--navy)}
.doctors-public-grid .service-card{padding:24px}
@media (max-width:1180px){.service-card-grid--3-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.service-card-grid--3-compact{grid-template-columns:1fr}}


/* v416 — home analysis/service carousel and legacy category forwards */
.home-showcase-section{
  margin-top:-42px;
  position:relative;
  z-index:5;
}
.home-showcase-carousel{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  padding:3px 0 5px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.home-showcase-track{
  display:flex;
  gap:16px;
  align-items:stretch;
  will-change:transform;
}
.home-showcase-card{
  width:282px;
  min-width:282px;
  min-height:190px;
  padding:18px 18px 16px;
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  grid-template-rows:auto auto auto auto;
  column-gap:14px;
  row-gap:8px;
  align-items:start;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 12px 26px rgba(14,53,111,.08);
}
.home-showcase-card .research-card__icon{
  grid-row:1 / span 2;
  width:62px;
  height:62px;
  min-width:62px;
  margin:0;
  border-radius:999px;
  color:var(--red);
  background:#fff4f5;
  border:1px solid rgba(227,6,19,.22);
  box-shadow:inset 0 0 0 8px rgba(227,6,19,.04);
}
.home-showcase-card--service .research-card__icon{
  color:var(--blue);
  background:#f1f7ff;
  border-color:#cfe0f7;
  box-shadow:inset 0 0 0 8px rgba(30,85,184,.05);
}
.home-showcase-card .research-card__icon svg{
  width:31px;
  height:31px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-showcase-card .research-card__title{
  min-height:42px;
  font-size:20px;
  line-height:1.08;
  color:var(--navy);
}
.home-showcase-card .research-card__desc{
  grid-column:1 / -1;
  min-height:43px;
  margin:4px 0 0;
  color:#16396b;
  font-size:15px;
  line-height:1.25;
}
.home-showcase-card .research-card__price{
  grid-column:1 / 2;
  align-self:end;
  color:var(--red);
  font-style:normal;
  font-weight:900;
  font-size:16px;
}
.home-showcase-card--service .research-card__price{
  color:var(--blue);
}
.home-showcase-card .research-card__button{
  grid-column:2 / 3;
  justify-self:end;
  align-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:12px;
  border:1px solid var(--red);
  color:var(--navy);
  background:#fff;
  font-weight:900;
}
.home-showcase-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(14,53,111,.12);
}
.home-showcase-card:hover .research-card__button{
  background:var(--red);
  color:#fff;
}
@media (max-width:980px){
  .home-showcase-section{margin-top:18px}
  .home-showcase-card{width:260px;min-width:260px}
}
@media (max-width:640px){
  .home-showcase-card{width:238px;min-width:238px;padding:15px}
  .home-showcase-card .research-card__title{font-size:18px}
  .home-showcase-card .research-card__desc{font-size:14px}
}


/* v417 — home carousel without changing existing card proportions/icons */
.home-category-carousel-section{
  margin-top:-42px;
  position:relative;
  z-index:5;
}
.home-category-carousel{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  padding:0;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);
}
.home-category-carousel__track.category-grid--home{
  display:flex!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
  gap:16px!important;
  align-items:stretch!important;
  will-change:transform;
}
.home-category-carousel__track.category-grid--home .research-card{
  flex:0 0 calc((100% - 80px) / 6)!important;
  width:calc((100% - 80px) / 6)!important;
}
.home-category-carousel__track .research-card__icon img{
  object-fit:contain!important;
}
@media (max-width:1180px){
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:calc((100% - 48px) / 4)!important;
    width:calc((100% - 48px) / 4)!important;
  }
}
@media (max-width:980px){
  .home-category-carousel-section{
    margin-top:18px;
  }
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:calc((100% - 16px) / 2)!important;
    width:calc((100% - 16px) / 2)!important;
  }
}
@media (max-width:560px){
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:82%!important;
    width:82%!important;
  }
}


/* v418 — tighter and wider home carousel cards, without changing icons/proportions */
.home-category-carousel__track.category-grid--home{
  gap:10px!important;
}
.home-category-carousel__track.category-grid--home .research-card{
  flex:0 0 calc((100% - 40px) / 5)!important;
  width:calc((100% - 40px) / 5)!important;
}
@media (max-width:1180px){
  .home-category-carousel__track.category-grid--home{
    gap:10px!important;
  }
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:calc((100% - 30px) / 4)!important;
    width:calc((100% - 30px) / 4)!important;
  }
}
@media (max-width:980px){
  .home-category-carousel__track.category-grid--home{
    gap:10px!important;
  }
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:calc((100% - 10px) / 2)!important;
    width:calc((100% - 10px) / 2)!important;
  }
}
@media (max-width:560px){
  .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:86%!important;
    width:86%!important;
  }
}


/* v423 — prevent clipping of the red price line on home carousel cards */
.research-card__price{
  line-height:1.18!important;
  min-height:1.2em!important;
  padding:1px 0 3px!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media (min-width:981px){
  .research-card{
    grid-template-rows:44px 34px 31px!important;
  }
}
@media (min-width:981px) and (max-width:1320px){
  .research-card{
    grid-template-rows:38px 34px 30px!important;
  }
}
@media (max-width:980px){
  .research-card{
    grid-template-rows:44px 34px 31px!important;
  }
}


/* v424 — sync home promo slider with admin promotions and improve promo card readability */
.promo-slider{
  min-height:392px!important;
}
.promo-slider__viewport{
  min-height:336px!important;
}
.promo-slide{
  grid-template-columns:minmax(0,1fr) 212px!important;
  grid-template-rows:auto auto auto auto auto 1fr!important;
  align-items:start!important;
  column-gap:18px!important;
  row-gap:10px!important;
}
.promo-slide h2{
  font-size:20px!important;
  line-height:1.06!important;
}
.promo-slide strong{
  font-size:19px!important;
  line-height:1.12!important;
  max-width:360px!important;
}
.promo-slide p{
  font-size:14px!important;
  line-height:1.32!important;
  max-width:360px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.promo-slide__price{
  gap:10px!important;
  align-items:flex-end!important;
}
.promo-slide__price del{
  font-size:17px!important;
}
.promo-slide__price span{
  font-size:30px!important;
  color:#e12631!important;
}
.promo-slide img{
  grid-column:2!important;
  grid-row:1 / span 6!important;
  align-self:stretch!important;
  justify-self:end!important;
  width:212px!important;
  height:262px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#f7fbff 0%,#edf5ff 100%)!important;
  box-shadow:0 10px 26px rgba(6,43,104,.10)!important;
}
.promo-slide img.promo-slide__img--woman{ object-position:68% center!important; }
.promo-slide img.promo-slide__img--man{ object-position:60% center!important; }
.promo-slide img.promo-slide__img--instrumental{ object-position:64% center!important; }
.promo-slide img.promo-slide__img--online{ object-position:center top!important; }
.promo-slide .btn{
  align-self:end!important;
  width:180px!important;
}
@media (max-width:980px){
  .promo-slider{
    min-height:446px!important;
  }
  .promo-slider__viewport{
    min-height:354px!important;
  }
  .promo-slide{
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto auto auto auto auto 1fr!important;
    row-gap:8px!important;
  }
  .promo-slide img{
    grid-column:1!important;
    grid-row:5!important;
    width:100%!important;
    max-width:280px!important;
    height:160px!important;
    justify-self:center!important;
    object-position:center 22%!important;
  }
  .promo-slide__price{
    grid-column:1!important;
    grid-row:6!important;
  }
  .promo-slide .btn{
    grid-column:1!important;
    grid-row:7!important;
    width:100%!important;
  }
}


/* v425 — keep "Контакти" visible in the desktop top menu */
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(180px,230px) minmax(0,1fr) max-content!important;
    column-gap:12px!important;
    overflow:visible!important;
  }

  .logo--image,
  .logo{
    min-width:0!important;
    width:auto!important;
    max-width:230px!important;
  }

  .logo--image img{
    width:clamp(185px,13.5vw,230px)!important;
    max-width:230px!important;
    max-height:66px!important;
  }

  .nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:clamp(8px,.72vw,14px)!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  .nav-item{
    flex:0 0 auto!important;
    min-width:0!important;
  }

  .nav__link{
    font-size:clamp(12.5px,.78vw,14.5px)!important;
    padding:0!important;
    gap:3px!important;
    letter-spacing:-.01em!important;
  }

  .nav-caret{
    font-size:12px!important;
    margin-left:3px!important;
  }

  .header-actions{
    gap:8px!important;
    min-width:max-content!important;
  }

  .header-actions .results-top-btn{
    min-width:176px!important;
    max-width:196px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 12px!important;
    font-size:14px!important;
    border-radius:11px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:58px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(160px,205px) minmax(0,1fr) max-content!important;
    column-gap:8px!important;
  }

  .logo--image,
  .logo{
    max-width:205px!important;
  }

  .logo--image img{
    width:clamp(160px,13vw,205px)!important;
    max-width:205px!important;
  }

  .nav{
    gap:clamp(6px,.55vw,10px)!important;
  }

  .nav__link{
    font-size:clamp(11.7px,.76vw,13px)!important;
    letter-spacing:-.02em!important;
  }

  .header-actions .results-top-btn{
    min-width:148px!important;
    max-width:170px!important;
    padding:0 9px!important;
    font-size:12.6px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    padding:0 10px!important;
    font-size:12.6px!important;
  }
}


/* v426 — enlarge desktop header while keeping Contacts visible */
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(170px,220px) minmax(0,1fr) max-content!important;
    column-gap:10px!important;
  }

  .logo--image,
  .logo{
    max-width:220px!important;
  }

  .logo--image img{
    width:clamp(178px,13vw,220px)!important;
    max-width:220px!important;
    max-height:66px!important;
  }

  .nav{
    gap:clamp(7px,.68vw,12px)!important;
  }

  .nav__link{
    font-size:clamp(13px,.84vw,15px)!important;
    gap:4px!important;
    letter-spacing:-.012em!important;
  }

  .nav-caret{
    font-size:12.5px!important;
    margin-left:4px!important;
  }

  .header-actions{
    gap:8px!important;
  }

  .header-actions .results-top-btn{
    min-width:168px!important;
    max-width:188px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 11px!important;
    font-size:13.6px!important;
    border-radius:12px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:58px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(150px,192px) minmax(0,1fr) max-content!important;
    column-gap:8px!important;
  }

  .logo--image,
  .logo{
    max-width:192px!important;
  }

  .logo--image img{
    width:clamp(152px,12.3vw,192px)!important;
    max-width:192px!important;
  }

  .nav{
    gap:clamp(6px,.5vw,9px)!important;
  }

  .nav__link{
    font-size:clamp(12.5px,.8vw,13.5px)!important;
    letter-spacing:-.018em!important;
  }

  .header-actions .results-top-btn{
    min-width:144px!important;
    max-width:162px!important;
    padding:0 8px!important;
    font-size:12.8px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    padding:0 10px!important;
    font-size:12.8px!important;
  }
}


/* v427 — allow top menu to use space right up to the account button, without going under it */
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(160px,210px) minmax(0,1fr) max-content!important;
    column-gap:6px!important;
  }

  .logo,
  .logo--image{
    max-width:210px!important;
    min-width:0!important;
  }

  .logo--image img{
    width:clamp(164px,12.4vw,210px)!important;
    max-width:210px!important;
  }

  .nav{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    justify-content:flex-start!important;
    padding-right:8px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    gap:clamp(8px,.9vw,18px)!important;
  }

  .nav-item{
    flex:0 1 auto!important;
    min-width:0!important;
  }

  .nav__link{
    font-size:clamp(13.2px,.9vw,15.4px)!important;
    letter-spacing:-.015em!important;
    max-width:100%!important;
  }

  .header-actions{
    margin-left:0!important;
    flex:0 0 auto!important;
    justify-content:flex-end!important;
  }

  .header-actions .results-top-btn{
    min-width:164px!important;
    max-width:188px!important;
    font-size:13.8px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(145px,185px) minmax(0,1fr) max-content!important;
    column-gap:5px!important;
  }

  .logo,
  .logo--image{
    max-width:185px!important;
  }

  .logo--image img{
    width:clamp(145px,11.7vw,185px)!important;
    max-width:185px!important;
  }

  .nav{
    padding-right:6px!important;
    gap:clamp(7px,.72vw,13px)!important;
  }

  .nav__link{
    font-size:clamp(12.9px,.86vw,14.2px)!important;
    letter-spacing:-.018em!important;
  }

  .header-actions .results-top-btn{
    min-width:148px!important;
    max-width:170px!important;
    font-size:13px!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .mainbar__inner{
    grid-template-columns:minmax(136px,170px) minmax(0,1fr) max-content!important;
    column-gap:4px!important;
  }

  .logo,
  .logo--image{
    max-width:170px!important;
  }

  .logo--image img{
    width:clamp(136px,11.2vw,170px)!important;
    max-width:170px!important;
  }

  .nav{
    gap:clamp(6px,.58vw,10px)!important;
    padding-right:4px!important;
  }

  .nav__link{
    font-size:clamp(12.4px,.82vw,13.2px)!important;
  }

  .header-actions .results-top-btn{
    min-width:140px!important;
    max-width:156px!important;
    padding:0 8px!important;
    font-size:12.4px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:52px!important;
    padding:0 9px!important;
  }
}


/* v428 — larger and more relaxed desktop menu, using space up to account button */
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(150px,196px) minmax(0,1fr) max-content!important;
    column-gap:6px!important;
  }

  .logo,
  .logo--image{
    max-width:196px!important;
    min-width:0!important;
  }

  .logo--image img{
    width:clamp(150px,11.8vw,196px)!important;
    max-width:196px!important;
  }

  .nav{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    justify-content:flex-start!important;
    gap:clamp(10px,1.05vw,22px)!important;
    padding-right:8px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .nav-item{
    flex:0 1 auto!important;
    min-width:0!important;
  }

  .nav__link{
    font-size:clamp(14px,.98vw,16px)!important;
    font-weight:900!important;
    letter-spacing:-.006em!important;
    gap:4px!important;
  }

  .nav-caret{
    font-size:13px!important;
    margin-left:4px!important;
  }

  .header-actions{
    gap:8px!important;
    margin-left:0!important;
    flex:0 0 auto!important;
  }

  .header-actions .results-top-btn{
    min-width:154px!important;
    max-width:174px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 9px!important;
    font-size:13.2px!important;
    border-radius:12px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 10px!important;
    font-size:12.8px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(132px,176px) minmax(0,1fr) max-content!important;
    column-gap:5px!important;
  }

  .logo,
  .logo--image{
    max-width:176px!important;
  }

  .logo--image img{
    width:clamp(132px,10.9vw,176px)!important;
    max-width:176px!important;
  }

  .nav{
    gap:clamp(8px,.86vw,16px)!important;
    padding-right:6px!important;
  }

  .nav__link{
    font-size:clamp(13.4px,.92vw,14.8px)!important;
    letter-spacing:-.012em!important;
  }

  .header-actions .results-top-btn{
    min-width:138px!important;
    max-width:156px!important;
    padding:0 8px!important;
    font-size:12.7px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:52px!important;
    padding:0 9px!important;
    font-size:12.6px!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .mainbar__inner{
    grid-template-columns:minmax(124px,158px) minmax(0,1fr) max-content!important;
    column-gap:4px!important;
  }

  .logo,
  .logo--image{
    max-width:158px!important;
  }

  .logo--image img{
    width:clamp(124px,10.2vw,158px)!important;
    max-width:158px!important;
  }

  .nav{
    gap:clamp(6px,.62vw,11px)!important;
    padding-right:4px!important;
  }

  .nav__link{
    font-size:clamp(12.8px,.86vw,13.7px)!important;
    letter-spacing:-.018em!important;
  }

  .header-actions .results-top-btn{
    min-width:132px!important;
    max-width:146px!important;
    padding:0 7px!important;
    font-size:12.1px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:50px!important;
    padding:0 8px!important;
  }
}


/* v430 — restore logo size, move menu right, keep v428 menu font size */
@media (min-width:981px){
  .mainbar__inner{
    grid-template-columns:minmax(270px,340px) minmax(0,1fr) max-content!important;
    column-gap:12px!important;
    overflow:visible!important;
  }

  .logo,
  .logo--image{
    min-width:270px!important;
    width:auto!important;
    max-width:340px!important;
  }

  .logo--image img{
    width:clamp(270px,20vw,340px)!important;
    max-width:340px!important;
    max-height:76px!important;
  }

  .nav{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    justify-content:flex-start!important;
    padding-left:10px!important;
    padding-right:10px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    gap:clamp(10px,1vw,20px)!important;
  }

  .nav-item{
    flex:0 1 auto!important;
    min-width:0!important;
  }

  .nav__link{
    font-size:clamp(14px,.98vw,16px)!important;
    font-weight:900!important;
    letter-spacing:-.006em!important;
    gap:4px!important;
    white-space:nowrap!important;
  }

  .nav-caret{
    font-size:13px!important;
    margin-left:4px!important;
  }

  .header-actions{
    margin-left:0!important;
    flex:0 0 auto!important;
    justify-content:flex-end!important;
    gap:8px!important;
    min-width:max-content!important;
  }

  .header-actions .results-top-btn{
    min-width:154px!important;
    max-width:174px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 9px!important;
    font-size:13.2px!important;
    border-radius:12px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0 10px!important;
    font-size:12.8px!important;
  }
}

@media (min-width:1441px){
  .mainbar__inner{
    grid-template-columns:minmax(300px,360px) minmax(0,1fr) max-content!important;
    column-gap:14px!important;
  }

  .logo,
  .logo--image{
    min-width:300px!important;
    max-width:360px!important;
  }

  .logo--image img{
    width:clamp(300px,21vw,360px)!important;
    max-width:360px!important;
  }

  .nav{
    padding-left:14px!important;
    padding-right:12px!important;
    gap:clamp(14px,1.08vw,24px)!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(230px,285px) minmax(0,1fr) max-content!important;
    column-gap:10px!important;
  }

  .logo,
  .logo--image{
    min-width:230px!important;
    max-width:285px!important;
  }

  .logo--image img{
    width:clamp(230px,18vw,285px)!important;
    max-width:285px!important;
  }

  .nav{
    padding-left:8px!important;
    padding-right:6px!important;
    gap:clamp(7px,.72vw,13px)!important;
  }

  .nav__link{
    font-size:clamp(13.1px,.88vw,14.2px)!important;
    letter-spacing:-.018em!important;
  }

  .header-actions .results-top-btn{
    min-width:138px!important;
    max-width:154px!important;
    padding:0 8px!important;
    font-size:12.6px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:52px!important;
    padding:0 9px!important;
    font-size:12.5px!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .mainbar__inner{
    grid-template-columns:minmax(205px,240px) minmax(0,1fr) max-content!important;
    column-gap:8px!important;
  }

  .logo,
  .logo--image{
    min-width:205px!important;
    max-width:240px!important;
  }

  .logo--image img{
    width:clamp(205px,17vw,240px)!important;
    max-width:240px!important;
  }

  .nav{
    padding-left:6px!important;
    padding-right:4px!important;
    gap:clamp(5px,.52vw,9px)!important;
  }

  .nav__link{
    font-size:clamp(12.2px,.82vw,13.1px)!important;
    letter-spacing:-.025em!important;
  }

  .header-actions .results-top-btn{
    min-width:130px!important;
    max-width:142px!important;
    padding:0 7px!important;
    font-size:12px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:50px!important;
    padding:0 8px!important;
  }
}


/* v431 — larger evenly distributed desktop nav + working dropdowns */
@media (min-width:981px){
  .mainbar{
    overflow:visible!important;
  }

  .mainbar__inner{
    grid-template-columns:minmax(270px,340px) minmax(0,1fr) max-content!important;
    column-gap:16px!important;
    overflow:visible!important;
    position:relative!important;
  }

  .logo,
  .logo--image{
    min-width:270px!important;
    max-width:340px!important;
  }

  .logo--image img{
    width:clamp(270px,20vw,340px)!important;
    max-width:340px!important;
    max-height:76px!important;
  }

  .nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    gap:0!important;
    padding-left:8px!important;
    padding-right:18px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    position:relative!important;
    z-index:7000!important;
  }

  .nav-item{
    flex:0 0 auto!important;
    min-width:0!important;
    height:var(--header-h)!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    overflow:visible!important;
    z-index:7001!important;
  }

  .nav__link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:visible!important;
    font-size:clamp(15px,1.02vw,17px)!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:-.006em!important;
    gap:5px!important;
    padding:0!important;
  }

  .nav-caret{
    font-size:13.5px!important;
    margin-left:4px!important;
    line-height:1!important;
  }

  .dropdown-menu,
  .dropdown-submenu{
    overflow:visible!important;
    z-index:99999!important;
  }

  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
    display:block!important;
  }

  .header-actions{
    margin-left:0!important;
    flex:0 0 auto!important;
    justify-content:flex-end!important;
    gap:8px!important;
    min-width:max-content!important;
    position:relative!important;
    z-index:7100!important;
  }

  .header-actions .results-top-btn{
    min-width:190px!important;
    max-width:none!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 15px!important;
    font-size:14px!important;
    border-radius:13px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:58px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

@media (min-width:1441px){
  .mainbar__inner{
    grid-template-columns:minmax(300px,360px) minmax(0,1fr) max-content!important;
    column-gap:20px!important;
  }

  .logo,
  .logo--image{
    min-width:300px!important;
    max-width:360px!important;
  }

  .logo--image img{
    width:clamp(300px,21vw,360px)!important;
    max-width:360px!important;
  }

  .nav{
    padding-left:12px!important;
    padding-right:22px!important;
  }

  .nav__link{
    font-size:clamp(16px,1.04vw,18px)!important;
  }

  .header-actions .results-top-btn{
    min-width:208px!important;
    font-size:15px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(230px,285px) minmax(0,1fr) max-content!important;
    column-gap:12px!important;
  }

  .logo,
  .logo--image{
    min-width:230px!important;
    max-width:285px!important;
  }

  .logo--image img{
    width:clamp(230px,18vw,285px)!important;
    max-width:285px!important;
  }

  .nav{
    padding-left:8px!important;
    padding-right:12px!important;
  }

  .nav__link{
    font-size:clamp(14.4px,.97vw,15.4px)!important;
    letter-spacing:-.014em!important;
    gap:4px!important;
  }

  .nav-caret{
    font-size:13px!important;
    margin-left:3px!important;
  }

  .header-actions .results-top-btn{
    min-width:176px!important;
    padding:0 12px!important;
    font-size:13.4px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    padding:0 10px!important;
    font-size:12.8px!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .mainbar__inner{
    grid-template-columns:minmax(205px,240px) minmax(0,1fr) max-content!important;
    column-gap:8px!important;
  }

  .logo,
  .logo--image{
    min-width:205px!important;
    max-width:240px!important;
  }

  .logo--image img{
    width:clamp(205px,17vw,240px)!important;
    max-width:240px!important;
  }

  .nav{
    padding-left:6px!important;
    padding-right:8px!important;
  }

  .nav__link{
    font-size:clamp(13px,.9vw,13.8px)!important;
    letter-spacing:-.025em!important;
    gap:3px!important;
  }

  .header-actions .results-top-btn{
    min-width:160px!important;
    padding:0 9px!important;
    font-size:12.5px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:50px!important;
    padding:0 8px!important;
  }
}


/* v432 — slightly smaller logo + closer dropdowns + balanced nav distribution */
@media (min-width:981px){
  .mainbar,
  .site-header,
  .header,
  .mainbar__inner{
    overflow:visible!important;
  }

  .mainbar__inner{
    grid-template-columns:minmax(245px,315px) minmax(0,1fr) max-content!important;
    column-gap:14px!important;
    align-items:center!important;
  }

  .logo,
  .logo--image{
    min-width:245px!important;
    max-width:315px!important;
  }

  .logo--image img{
    width:clamp(245px,18.8vw,315px)!important;
    max-width:315px!important;
    max-height:72px!important;
  }

  .nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding-left:6px!important;
    padding-right:14px!important;
    gap:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
    position:relative!important;
    z-index:8000!important;
  }

  .nav-item{
    flex:0 0 auto!important;
    height:48px!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    position:relative!important;
    overflow:visible!important;
    z-index:8001!important;
  }

  .nav-item::after{
    content:""!important;
    position:absolute!important;
    left:-10px!important;
    right:-10px!important;
    top:100%!important;
    height:12px!important;
    background:transparent!important;
    pointer-events:auto!important;
  }

  .nav__link{
    font-size:clamp(15.2px,1.04vw,17px)!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:-.006em!important;
    white-space:nowrap!important;
    overflow:visible!important;
    gap:5px!important;
    padding:0!important;
  }

  .nav-caret{
    font-size:13.5px!important;
    margin-left:4px!important;
  }

  .dropdown-menu{
    top:calc(100% + 6px)!important;
    left:0!important;
    min-width:250px!important;
    padding:14px 16px!important;
    overflow:visible!important;
    z-index:99999!important;
  }

  .dropdown-submenu{
    overflow:visible!important;
    z-index:100000!important;
  }

  .nav-item:hover .dropdown-menu,
  .nav-item:focus-within .dropdown-menu{
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
    display:block!important;
  }

  .header-actions{
    flex:0 0 auto!important;
    min-width:max-content!important;
    margin-left:0!important;
    gap:8px!important;
    position:relative!important;
    z-index:8100!important;
  }

  .header-actions .results-top-btn{
    min-width:200px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 16px!important;
    font-size:14.5px!important;
    border-radius:13px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:58px!important;
    height:46px!important;
    min-height:46px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}

@media (min-width:1441px){
  .mainbar__inner{
    grid-template-columns:minmax(270px,335px) minmax(0,1fr) max-content!important;
    column-gap:18px!important;
  }

  .logo,
  .logo--image{
    min-width:270px!important;
    max-width:335px!important;
  }

  .logo--image img{
    width:clamp(270px,19.8vw,335px)!important;
    max-width:335px!important;
  }

  .nav{
    padding-left:10px!important;
    padding-right:18px!important;
  }

  .nav__link{
    font-size:clamp(16px,1.06vw,18px)!important;
  }

  .header-actions .results-top-btn{
    min-width:216px!important;
    font-size:15px!important;
  }
}

@media (min-width:981px) and (max-width:1440px){
  .mainbar__inner{
    grid-template-columns:minmax(218px,265px) minmax(0,1fr) max-content!important;
    column-gap:10px!important;
  }

  .logo,
  .logo--image{
    min-width:218px!important;
    max-width:265px!important;
  }

  .logo--image img{
    width:clamp(218px,16.7vw,265px)!important;
    max-width:265px!important;
  }

  .nav{
    padding-left:6px!important;
    padding-right:10px!important;
  }

  .nav__link{
    font-size:clamp(14.4px,.98vw,15.6px)!important;
    letter-spacing:-.016em!important;
    gap:4px!important;
  }

  .nav-caret{
    font-size:13px!important;
    margin-left:3px!important;
  }

  .dropdown-menu{
    top:calc(100% + 5px)!important;
    min-width:244px!important;
    padding:13px 15px!important;
  }

  .header-actions .results-top-btn{
    min-width:178px!important;
    padding:0 12px!important;
    font-size:13.5px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:54px!important;
    padding:0 10px!important;
    font-size:12.8px!important;
  }
}

@media (min-width:981px) and (max-width:1280px){
  .mainbar__inner{
    grid-template-columns:minmax(190px,225px) minmax(0,1fr) max-content!important;
    column-gap:7px!important;
  }

  .logo,
  .logo--image{
    min-width:190px!important;
    max-width:225px!important;
  }

  .logo--image img{
    width:clamp(190px,15.6vw,225px)!important;
    max-width:225px!important;
  }

  .nav{
    padding-left:4px!important;
    padding-right:7px!important;
  }

  .nav-item{
    height:46px!important;
    min-height:46px!important;
  }

  .nav__link{
    font-size:clamp(13.1px,.9vw,14px)!important;
    letter-spacing:-.026em!important;
    gap:3px!important;
  }

  .dropdown-menu{
    top:calc(100% + 5px)!important;
    min-width:232px!important;
  }

  .header-actions .results-top-btn{
    min-width:162px!important;
    padding:0 9px!important;
    font-size:12.6px!important;
  }

  .header-actions .shop-cart-top-btn{
    min-width:50px!important;
    padding:0 8px!important;
  }
}


/* v434: smaller hero typography for gynecologist/urologist pages and tighter CTA copy line */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero h1,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero h1{
  font-size:clamp(30px,4.15vw,54px);
  line-height:0.99;
  margin-bottom:12px;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__lead,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__lead{
  font-size:clamp(18px,2vw,26px);
  line-height:1.28;
  margin-bottom:10px;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__text,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__text{
  font-size:clamp(15px,1.15vw,18px);
  line-height:1.6;
  max-width:760px;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__actions .btn:first-child,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__actions .btn:first-child{
  min-width:280px;
}

@media (min-width:1280px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band p{
    max-width:none;
    white-space:nowrap;
    font-size:16px;
    line-height:1.35;
  }
}

@media (min-width:1280px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p{
    max-width:none;
    white-space:nowrap;
    font-size:14px;
  }
}


/* v436 — service CTA in site colors, lower height, phone as button */
.service-cta-band--compact{
  min-height:0!important;
  padding:16px 22px!important;
  gap:16px!important;
  border-radius:22px!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f3f8ff 58%,#fff5f6 100%)!important;
  color:var(--navy)!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 12px 28px rgba(6,43,104,.10)!important;
}

.service-cta-band--compact .service-cta-band__eyebrow{
  margin-bottom:5px!important;
  color:#e30613!important;
  opacity:1!important;
  font-size:12px!important;
  line-height:1.1!important;
}

.service-cta-band--compact h2{
  color:var(--navy)!important;
  margin-bottom:5px!important;
  font-size:clamp(22px,2.25vw,30px)!important;
  line-height:1.04!important;
}

.service-cta-band--compact p{
  color:#29456f!important;
  font-size:14px!important;
  line-height:1.36!important;
  max-width:900px!important;
}

.service-cta-band--compact .service-cta-band__aside{
  gap:9px!important;
}

.service-cta-band--compact .service-cta-band__actions{
  gap:9px!important;
}

.service-cta-band--compact .btn{
  min-height:42px!important;
  padding:8px 18px!important;
  border-radius:10px!important;
  font-size:15px!important;
  line-height:1!important;
}

.service-cta-band--compact .btn-light{
  background:var(--navy)!important;
  color:#fff!important;
  border:1.5px solid var(--navy)!important;
}

.service-cta-band--compact .btn-outline{
  background:#fff!important;
  color:var(--navy)!important;
  border:1.5px solid var(--red)!important;
}

.service-cta-band--compact .service-cta-band__phone{
  width:100%!important;
  min-width:260px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  align-items:stretch!important;
}

.service-cta-band--compact .service-cta-band__phone-label{
  margin-bottom:5px!important;
  color:#5b6f91!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  text-align:right!important;
}

.service-cta-band__phone-btn{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:8px 16px!important;
  border-radius:12px!important;
  background:var(--red)!important;
  border:1.5px solid var(--red)!important;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 10px 22px rgba(227,6,19,.18)!important;
}

.service-cta-band__phone-btn span{
  width:22px!important;
  height:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
}

.service-cta-band__phone-btn strong{
  color:#fff!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

.service-cta-band__phone-btn:hover{
  background:#c90010!important;
  border-color:#c90010!important;
  transform:translateY(-1px);
}

@media (min-width:1280px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact p{
    max-width:none!important;
    white-space:nowrap!important;
    font-size:14px!important;
  }
}

@media (max-width:1180px){
  .service-cta-band--compact .service-cta-band__phone-label{
    text-align:left!important;
  }
  .service-cta-band--compact .service-cta-band__phone{
    align-items:flex-start!important;
  }
}

@media (max-width:640px){
  .service-cta-band--compact{
    padding:16px!important;
  }
  .service-cta-band--compact .service-cta-band__actions{
    width:100%!important;
  }
  .service-cta-band__phone-btn{
    width:100%!important;
  }
}


/* v437 — restore previous blue compact CTA concept for doctor/instrumental pages */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:18px!important;
  align-items:center!important;
  min-height:0!important;
  margin-top:28px!important;
  padding:20px 24px!important;
  border-radius:22px!important;
  background:linear-gradient(90deg,#1c8de7 0%,#0f66c9 54%,#0b4fa6 100%)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 34px rgba(14,73,150,.22)!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__eyebrow,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__eyebrow,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__eyebrow{
  display:inline-block!important;
  margin:0 0 6px!important;
  color:rgba(255,255,255,.94)!important;
  opacity:.95!important;
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact h2,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact h2,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact h2{
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:clamp(24px,2.6vw,34px)!important;
  line-height:1.04!important;
  font-weight:900!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact p{
  margin:0!important;
  color:rgba(255,255,255,.92)!important;
  font-size:15px!important;
  line-height:1.46!important;
  max-width:820px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__aside,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__aside,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__aside{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:10px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__actions,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__actions,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  justify-content:flex-end!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn{
  min-height:42px!important;
  padding:8px 18px!important;
  border-radius:10px!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn-light,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn-light,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn-light{
  background:#fff!important;
  color:var(--blue)!important;
  border:1px solid rgba(255,255,255,.8)!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn-outline,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn-outline,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn-outline{
  background:transparent!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.7)!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:4px!important;
  min-width:260px!important;
  width:auto!important;
  padding:10px 14px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.22)!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-label,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone-label,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-label{
  margin:0!important;
  color:rgba(255,255,255,.82)!important;
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-align:right!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone a,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone a,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone a{
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  font-size:20px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

@media (min-width:1280px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact p,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact p{
    max-width:none!important;
    white-space:nowrap!important;
    font-size:14px!important;
  }
}

@media (max-width:1180px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact{
    grid-template-columns:1fr!important;
  }
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__aside,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__aside,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__aside,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__actions,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__actions,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__actions,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone{
    align-items:flex-start!important;
    justify-content:flex-start!important;
  }
}

@media (max-width:640px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact{
    padding:18px!important;
  }
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone{
    width:100%!important;
  }
}


/* v439 — font-only compacting for three service pages; geometry stays as in v437 */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero h1,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero h1,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero h1{
  font-size:clamp(31px,4.05vw,52px)!important;
  line-height:1!important;
  letter-spacing:-.038em!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__lead,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__lead,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__lead{
  font-size:clamp(17px,1.75vw,24px)!important;
  line-height:1.26!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__text,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__text,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__text{
  font-size:clamp(14px,1.05vw,17px)!important;
  line-height:1.55!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__label,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__label,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__label{
  font-size:12px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__actions .btn,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__actions .btn,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__actions .btn{
  font-size:15px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight strong,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-highlight strong,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-highlight strong{
  font-size:14px!important;
  line-height:1.15!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-highlight p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-highlight p{
  font-size:12.5px!important;
  line-height:1.3!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-section-heading h2,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-section-heading h2,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-section-heading h2{
  font-size:clamp(27px,2.65vw,36px)!important;
  line-height:1.08!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card h3,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card h3,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card h3,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-panel h3,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-panel h3,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel h3{
  font-size:19px!important;
  line-height:1.16!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card p,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-panel p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-panel p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel p,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list li,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li,
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-question-pill,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-question-pill{
  font-size:13.5px!important;
  line-height:1.38!important;
}

body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-benefit-mini h3{
  font-size:16.5px!important;
  line-height:1.16!important;
}

body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-benefit-mini p{
  font-size:13px!important;
  line-height:1.38!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-stat-card strong,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-stat-card strong,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-stat-card strong{
  font-size:26px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-stat-card p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-stat-card p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-stat-card p{
  font-size:12.5px!important;
  line-height:1.3!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact h2,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact h2,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact h2{
  font-size:clamp(23px,2.35vw,31px)!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact p{
  font-size:13.5px!important;
  line-height:1.38!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn{
  font-size:14px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-label,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone-label,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-label{
  font-size:11.5px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone a,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone a,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone a{
  font-size:18px!important;
}


/* v440 — tighten panel spacing and strengthen callout contrast on 3 service pages */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid{
  gap:12px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-question-grid,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-grid,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-question-grid{
  gap:10px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-section-heading,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-section-heading,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-section-heading{
  margin:0 0 14px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-callout,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-callout{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:16px;
  padding:16px 20px;
  border-radius:20px;
  border:1px solid #bcd2f3;
  border-left:5px solid var(--blue);
  background:linear-gradient(180deg,#f6fbff 0%,#e8f2ff 100%);
  color:var(--navy);
  box-shadow:0 10px 20px rgba(27,68,132,.08);
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-callout>span,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout>span,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-callout>span{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--red);
  border:1px solid #c8daf7;
  box-shadow:0 6px 14px rgba(27,68,132,.08);
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-callout p,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout p,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-callout p{
  margin:0;
  color:var(--navy);
  font-size:15px;
  line-height:1.45;
  font-weight:500;
}


/* v441 — smaller hero typography only for consultations and instrumental studies */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero h1,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero h1,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero h1{
  font-size:clamp(28px,3.35vw,44px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__lead,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__lead,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__lead{
  font-size:clamp(15.5px,1.35vw,20px)!important;
  line-height:1.28!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__text,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__text,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__text{
  font-size:clamp(13.2px,.92vw,15.2px)!important;
  line-height:1.52!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__label,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__label,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__label{
  font-size:11.5px!important;
}

body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__actions .btn,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__actions .btn,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__actions .btn{
  font-size:14px!important;
}

@media (max-width:640px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero h1,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero h1,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero h1{
    font-size:28px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__lead,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-hero__lead,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__lead{
    font-size:15.5px!important;
  }
}


/* v444 — simplified cart rows */
.shop-cart-item--simple{
  min-height:64px!important;
}

.shop-cart-item--simple>div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
}

.shop-cart-item--simple strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:18px!important;
  line-height:1.2!important;
}

.shop-cart-item--simple span{
  white-space:nowrap!important;
  color:#0b3476!important;
  font-size:17px!important;
  font-weight:900!important;
}

.shop-cart-item--service.shop-cart-item--simple{
  background:#f6faff!important;
}

@media (max-width:700px){
  .shop-cart-item--simple>div{
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
  .shop-cart-item--simple strong{
    white-space:normal!important;
  }
}

/* v760 — recurring weekday badges and disabled off-day promotion actions */
body[data-route="aktsii"] .promos-offer__schedule{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 6px;
  padding:4px 9px;
  border:1px solid #bfd5f2;
  border-radius:999px;
  background:#eef6ff;
  color:#0b4f9c;
  font-size:11px;
  line-height:1.15;
  font-weight:900;
  white-space:nowrap;
}
body[data-route="aktsii"] .promos-offer__btn:disabled,
body[data-route="aktsii"] .promos-day-picker input:disabled + .promos-day-picker__check{
  cursor:not-allowed;
  opacity:.58;
}
body[data-route="aktsii"] .promos-day-picker__item:has(input:disabled){
  opacity:.7;
}
.promo-slide__schedule{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  max-width:calc(100% - 120px);
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.86);
  border-radius:999px;
  background:rgba(8,52,118,.9);
  color:#fff;
  box-shadow:0 7px 18px rgba(8,52,118,.2);
  font-size:11px;
  line-height:1.15;
  font-weight:900;
  white-space:nowrap;
  pointer-events:none;
}
.prices-row__promo-schedule,
.patient-offer-schedule{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:3px 8px;
  border:1px solid #bfd5f2;
  border-radius:999px;
  background:#eef6ff;
  color:#0b4f9c;
  font-size:10.5px;
  line-height:1.15;
  font-weight:900;
  white-space:nowrap;
}
.prices-row__order:disabled,
.patient-offer-actions .btn:disabled{
  cursor:not-allowed;
  opacity:.58;
}
.patient-offer-schedule{
  margin-top:7px;
}
@media (max-width:700px){
  .promo-slide__schedule{
    top:10px;
    right:10px;
    max-width:calc(100% - 92px);
    padding:5px 8px;
    font-size:10px;
  }
  .prices-row__promo-schedule{
    white-space:normal;
  }
}

/* v759: selectable analyses inside promotional days */
.shop-admin-promo-form.is-promotion-day [data-promotion-bundle-price]{
  opacity:.48;
}
.shop-admin-promo-form.is-promotion-day [data-promotion-discount]{
  border-color:#e60012;
  background:#fff7f8;
}
body[data-route="aktsii"] .promos-offer--day{
  grid-template-columns:42px minmax(0,1fr) 170px!important;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__info,
body[data-route="aktsii"] .promos-offer--day .promos-day-picker{
  grid-column:1/-1;
}
body[data-route="aktsii"] .promos-day-picker{
  display:grid;
  gap:11px;
  margin-top:2px;
  padding:14px;
  border:1px solid #d7e5f4;
  border-radius:13px;
  background:#fff;
}
body[data-route="aktsii"] .promos-day-picker__head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
}
body[data-route="aktsii"] .promos-day-picker__head strong{
  color:#08387e;
  font-size:14px;
  font-weight:900;
}
body[data-route="aktsii"] .promos-day-picker__head small{
  color:#607795;
  font-size:11.5px;
  line-height:1.3;
}
body[data-route="aktsii"] .promos-day-picker__items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  max-height:460px;
  overflow:auto;
  padding-right:4px;
}
body[data-route="aktsii"] .promos-day-picker__tools{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
body[data-route="aktsii"] .promos-day-picker__search{
  min-width:250px;
  flex:1 1 300px;
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  padding:7px 10px;
  border:1px solid #d7e5f4;
  border-radius:9px;
  background:#f8fbff;
}
body[data-route="aktsii"] .promos-day-picker__search span,
body[data-route="aktsii"] .promos-day-picker__search svg{
  width:17px;
  height:17px;
  flex:0 0 17px;
  color:#55759d;
}
body[data-route="aktsii"] .promos-day-picker__search input{
  width:100%;
  min-width:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:#173f73;
  font-size:12px;
}
body[data-route="aktsii"] .promos-day-picker__filters{
  display:flex;
  align-items:center;
  gap:5px;
}
body[data-route="aktsii"] .promos-day-picker__filters button,
body[data-route="aktsii"] .promos-day-picker__select-visible{
  min-height:32px;
  padding:6px 10px;
  border:1px solid #cbdced;
  border-radius:8px;
  background:#fff;
  color:#315b8e;
  font-size:11px;
  font-weight:850;
  cursor:pointer;
}
body[data-route="aktsii"] .promos-day-picker__filters button.is-active{
  border-color:#0f4e97;
  background:#0f4e97;
  color:#fff;
}
body[data-route="aktsii"] .promos-day-picker__select-visible{
  margin-left:auto;
}
body[data-route="aktsii"] .promos-day-picker__item{
  min-width:0;
  min-height:48px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  margin:0;
  padding:8px 10px;
  border:1px solid #e1eaf5;
  border-radius:10px;
  background:#f8fbff;
  cursor:pointer;
}
body[data-route="aktsii"] .promos-day-picker__item:hover{
  border-color:#a9c4e5;
  background:#f1f7ff;
}
body[data-route="aktsii"] .promos-day-picker__item>input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
body[data-route="aktsii"] .promos-day-picker__check{
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border:1.5px solid #9db2cc;
  border-radius:5px;
  background:#fff;
}
body[data-route="aktsii"] .promos-day-picker__item>input:checked+.promos-day-picker__check{
  border-color:#e60012;
  background:#e60012;
}
body[data-route="aktsii"] .promos-day-picker__item>input:checked+.promos-day-picker__check:after{
  content:"";
  width:8px;
  height:4px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg) translateY(-1px);
}
body[data-route="aktsii"] .promos-day-picker__name{
  min-width:0;
  color:#193f73;
  font-size:12px;
  line-height:1.25;
  font-weight:750;
}
body[data-route="aktsii"] .promos-day-picker__name b{
  display:inline-flex;
  margin-right:6px;
  color:#e60012;
  font-size:10.5px;
  font-weight:900;
}
body[data-route="aktsii"] .promos-day-picker__name small{
  display:block;
  margin-top:3px;
  color:#6c809b;
  font-size:10px;
  font-weight:700;
}
body[data-route="aktsii"] .promos-day-picker__prices{
  display:flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
}
body[data-route="aktsii"] .promos-day-picker__price-label{
  color:#193f73;
  font-size:10.5px;
  font-weight:800;
}
body[data-route="aktsii"] .promos-day-picker__prices del{
  color:#8a99ae;
  font-size:10px;
}
body[data-route="aktsii"] .promos-day-picker__prices strong{
  display:inline-flex;
  align-items:baseline;
  gap:3px;
  font-size:13px;
  font-weight:900;
}
body[data-route="aktsii"] .promos-day-picker__price-value{
  color:#e60012;
}
body[data-route="aktsii"] .promos-day-picker__price-currency{
  color:#193f73;
  font-size:11px;
  font-weight:800;
}
body[data-route="aktsii"] .promos-day-picker__submit{
  min-width:250px;
  padding:8px 15px;
  cursor:pointer;
}
body[data-route="aktsii"] .promos-day-picker__footer{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  color:#496885;
  font-size:12px;
  font-weight:750;
}
body[data-route="aktsii"] .promos-day-picker__footer>span strong{
  color:#e60012;
  font-size:14px;
}
body[data-route="aktsii"] .promos-day-picker--empty{
  color:#667b98;
  font-size:12px;
  font-weight:700;
}
.shop-page .shop-cart-item__copy{
  min-width:0;
  display:grid!important;
  gap:2px;
}
.shop-page .shop-cart-item__copy small{
  color:#e60012;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:800;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer--day{
    grid-template-columns:38px minmax(0,1fr)!important;
  }
  body[data-route="aktsii"] .promos-offer--day .promos-offer__price{
    grid-column:2;
  }
  body[data-route="aktsii"] .promos-day-picker__head{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
  body[data-route="aktsii"] .promos-day-picker__items{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii"] .promos-day-picker__tools{
    align-items:stretch;
    flex-direction:column;
  }
  body[data-route="aktsii"] .promos-day-picker__search{
    width:100%;
    min-width:0;
    flex-basis:auto;
  }
  body[data-route="aktsii"] .promos-day-picker__filters{
    overflow:auto;
  }
  body[data-route="aktsii"] .promos-day-picker__select-visible{
    width:100%;
    margin-left:0;
  }
  body[data-route="aktsii"] .promos-day-picker__item{
    grid-template-columns:20px minmax(0,1fr);
  }
  body[data-route="aktsii"] .promos-day-picker__prices{
    grid-column:2;
  }
  body[data-route="aktsii"] .promos-day-picker__submit{
    width:100%;
    min-width:0;
  }
  body[data-route="aktsii"] .promos-day-picker__footer{
    align-items:stretch;
    flex-direction:column;
    gap:8px;
  }
}

/* v766: mass-promotion selection belongs to the promotion card, not the price catalogue */


/* v445: disabled contact-form submit before consent */
.pro-form [data-consent-submit]:disabled,
.pro-form [data-consent-submit].is-disabled{
  opacity:.52!important;
  cursor:not-allowed!important;
  filter:grayscale(.25)!important;
  box-shadow:none!important;
  pointer-events:none!important;
}

/* v451: homepage category/service panel icons from uploaded set; panel dimensions unchanged */
.category-grid--home .research-card__icon img[src*="-v451"]{
  width:66px!important;
  height:66px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card__icon img[src*="-v451"]{
    width:56px!important;
    height:56px!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon img[src*="-v451"]{
    width:50px!important;
    height:50px!important;
  }
}

/* v452: keep uploaded homepage icons inside their own column; panel dimensions unchanged */
.category-grid--home .research-card{
  grid-template-columns:54px minmax(0,1fr) 60px!important;
  column-gap:12px!important;
}
.category-grid--home .research-card__icon{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  overflow:visible!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
}
.category-grid--home .research-card__icon img[src*="-v451"]{
  width:50px!important;
  height:50px!important;
  max-width:50px!important;
  max-height:50px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.category-grid--home .research-card__title{
  min-width:0!important;
  padding-left:2px!important;
}
@media (max-width:1199px){
  .category-grid--home .research-card{
    grid-template-columns:50px minmax(0,1fr) 56px!important;
    column-gap:10px!important;
  }
  .category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
  }
  .category-grid--home .research-card__icon img[src*="-v451"]{
    width:46px!important;
    height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
  }
}
@media (max-width:980px){
  .category-grid--home .research-card{
    grid-template-columns:50px minmax(0,1fr) 60px!important;
    column-gap:12px!important;
  }
  .category-grid--home .research-card__icon,
  .category-grid--home .research-card__icon img[src*="-v451"]{
    transform:none!important;
  }
}
@media (max-width:767px){
  .category-grid--home .research-card__icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }
  .category-grid--home .research-card__icon img[src*="-v451"]{
    width:44px!important;
    height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
  }
}


/* ==========================================================
   PROLAB PROMOTIONS v453
   Add explicit weekday chips for action-day cards and keep
   the new split Monday/Wednesday promo cards compact.
   ========================================================== */
body[data-route="aktsii"] .promos-offer__price{
  justify-items:start;
}
body[data-route="aktsii"] .promos-offer__day-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  max-width:112px;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef4ff;
  color:#6684b4;
  font-size:11px;
  line-height:1.12;
  font-weight:900;
  text-align:center;
  white-space:normal;
}
body[data-route="aktsii"] .promos-offer__price small{
  color:#6684b4;
  font-size:11px;
  line-height:1.15;
  font-weight:800;
}
body[data-route="aktsii"] .promos-offer--day .promos-offer__price{
  align-self:start;
  padding-top:2px;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__day-chip{
    max-width:none;
  }
}

/* ==========================================================
   PROLAB CHECKUPS v457
   Move check-up composition to separate detail page and add
   a compact details action without changing card geometry.
   ========================================================== */
body[data-route="check-upy"] .checkup-card__actions{
  order:6;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px;
  margin-top:auto;
}
body[data-route="check-upy"] .checkup-card__actions .checkup-card__form{
  margin:0!important;
  order:initial!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn{
  width:100%;
  min-height:44px;
  margin:0;
  border-radius:14px;
  border:1.5px solid #d5e2f2;
  background:#f8fbff;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:none;
}
body[data-route="check-upy"] .checkup-card__details:hover{
  border-color:#0b3476;
  background:#eef5ff;
  transform:translateX(2px);
}
@media (max-width:520px){
  body[data-route="check-upy"] .checkup-card__actions{
    grid-template-columns:1fr;
  }
}

body[data-route="check-upy/detalno"] .checkup-detail-page,
body[data-route="check-upy/detalno"] .checkup-detail-empty{
  padding-top:24px;
  padding-bottom:44px;
}
body[data-route="check-upy/detalno"] .checkup-detail-back{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  margin-bottom:14px;
  color:#e30613;
  font-size:13px;
  line-height:1;
  font-weight:900;
  text-decoration:none;
}
body[data-route="check-upy/detalno"] .checkup-detail-back:hover{
  color:#c4000d;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card,
body[data-route="check-upy/detalno"] .checkup-detail-panel{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:0;
  overflow:hidden;
  border:1px solid #dbe7f5;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 36px rgba(6,45,100,.09);
}
body[data-route="check-upy/detalno"] .checkup-detail-panel{
  display:block;
  padding:26px;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card__media{
  position:relative;
  min-height:320px;
  background:linear-gradient(135deg,#edf5ff,#fff);
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.34) 0%,rgba(255,255,255,0) 58%);
  pointer-events:none;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
body[data-route="check-upy/detalno"] .checkup-detail-discount{
  position:absolute;
  top:18px;
  right:18px;
  z-index:2;
  min-width:64px;
  height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:15px;
  line-height:1;
  font-weight:950;
  box-shadow:0 12px 26px rgba(227,6,19,.22);
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card__body{
  padding:28px 28px 26px;
  display:flex;
  flex-direction:column;
  gap:16px;
}
body[data-route="check-upy/detalno"] .checkup-detail-kicker{
  justify-self:start;
  width:max-content;
  padding:6px 12px;
  border-radius:999px;
  background:#eef5ff;
  color:#5c74a3;
  font-size:12px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card h1{
  margin:0;
  color:#0b3476;
  font-size:clamp(30px,3vw,46px);
  line-height:1.02;
  letter-spacing:-.035em;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card p{
  margin:0;
  color:#36547e;
  font-size:15px;
  line-height:1.42;
  font-weight:700;
}
body[data-route="check-upy/detalno"] .checkup-detail-prices{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:auto;
}
body[data-route="check-upy/detalno"] .checkup-detail-price-block{
  min-height:82px;
  padding:13px 14px;
  border-radius:18px;
  background:#f5f9ff;
  border:1px solid #dfeaf7;
  display:grid;
  align-content:center;
  gap:6px;
}
body[data-route="check-upy/detalno"] .checkup-detail-price-block.is-sale{
  background:#fff5f6;
  border-color:#ffd5d9;
}
body[data-route="check-upy/detalno"] .checkup-detail-price-block span{
  color:#6780aa;
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-old{
  color:#8596b7;
  font-size:18px;
  line-height:1;
  font-weight:950;
  text-decoration:line-through;
}
body[data-route="check-upy/detalno"] .checkup-detail-current{
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-new{
  color:#e30613;
  font-size:25px;
  line-height:1;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-form{
  margin:0;
}
body[data-route="check-upy/detalno"] .checkup-detail-btn{
  width:100%;
  min-height:46px;
  border-radius:15px;
  font-size:15px;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card,
body[data-route="check-upy/detalno"] .checkup-detail-includes{
  padding:18px;
  border-radius:20px;
  background:#f7fbff;
  border:1px solid #dfeaf7;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card.is-soft-red{
  background:#fffafa;
  border-color:#ffdfe2;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card strong{
  display:block;
  margin-bottom:7px;
  color:#0b3476;
  font-size:15px;
  line-height:1;
  font-weight:950;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card p{
  margin:0;
  color:#294872;
  font-size:14px;
  line-height:1.42;
  font-weight:700;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes{
  margin-top:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(6,45,100,.06);
}
body[data-route="check-upy/detalno"] .checkup-detail-includes__head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:14px;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes h2{
  margin:0 0 5px;
  color:#0b3476;
  font-size:24px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.02em;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes p{
  margin:0;
  color:#607aa6;
  font-size:13px;
  line-height:1.3;
  font-weight:850;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes ul{
  margin:0;
  padding:0;
  list-style:none;
  columns:2 260px;
  column-gap:26px;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes li{
  break-inside:avoid;
  position:relative;
  margin:0 0 9px;
  padding-left:20px;
  color:#24446f;
  font-size:14px;
  line-height:1.35;
  font-weight:750;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes li::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#e30613;
}
body[data-route="check-upy/detalno"] .checkup-detail-empty-text{
  color:#607aa6;
  font-size:14px;
  font-weight:750;
}
@media (max-width:980px){
  body[data-route="check-upy/detalno"] .checkup-detail-hero-card{
    grid-template-columns:1fr;
  }
  body[data-route="check-upy/detalno"] .checkup-detail-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:620px){
  body[data-route="check-upy/detalno"] .checkup-detail-hero-card__media{
    min-height:210px;
  }
  body[data-route="check-upy/detalno"] .checkup-detail-hero-card__body{
    padding:20px;
  }
  body[data-route="check-upy/detalno"] .checkup-detail-prices{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   PROLAB CHECKUPS v458
   Equalize detail and order buttons in check-up cards.
   ========================================================== */
body[data-route="check-upy"] .checkup-card__actions{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
}
body[data-route="check-upy"] .checkup-card__actions .checkup-card__form{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn,
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-width:0!important;
  height:64px!important;
  min-height:64px!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.1!important;
  border-radius:8px!important;
  box-sizing:border-box!important;
}
@media (max-width:520px){
  body[data-route="check-upy"] .checkup-card__details,
  body[data-route="check-upy"] .checkup-card__details.btn,
  body[data-route="check-upy"] .checkup-card__btn,
  body[data-route="check-upy"] .checkup-card__btn.btn,
  body[data-route="check-upy"] .checkup-card__btn.btn-primary{
    height:56px!important;
    min-height:56px!important;
  }
}


/* ==========================================================
   PROLAB CHECKUPS v459
   Restore the action buttons to the previous compact order
   button dimensions and keep them aligned in one row.
   ========================================================== */
body[data-route="check-upy"] .checkup-card__actions{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:center!important;
  gap:14px!important;
  margin-top:auto!important;
}
body[data-route="check-upy"] .checkup-card__actions .checkup-card__form{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn,
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  width:100%!important;
  min-width:0!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0 14px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  box-sizing:border-box!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn{
  border:1.5px solid #d5e2f2!important;
  background:#f8fbff!important;
  color:#0b3476!important;
  box-shadow:none!important;
}
body[data-route="check-upy"] .checkup-card__details:hover,
body[data-route="check-upy"] .checkup-card:hover .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn:hover{
  transform:none!important;
}
@media (max-width:520px){
  body[data-route="check-upy"] .checkup-card__actions{
    grid-template-columns:1fr!important;
  }
}


/* ==========================================================
   PROLAB CHECKUPS v460
   Smaller typography for check-up list/detail pages and
   action-day promotion badge/third Monday block refinements.
   ========================================================== */
body[data-route="check-upy"] .checkups-hero__copy h1{
  font-size:clamp(30px,3.1vw,46px)!important;
  line-height:1.04!important;
  letter-spacing:-.035em!important;
}
body[data-route="check-upy"] .checkups-hero__lead{
  font-size:clamp(14px,1.25vw,17px)!important;
  line-height:1.28!important;
  max-width:620px!important;
}
body[data-route="check-upy"] .checkups-fact__text strong{
  font-size:10.8px!important;
  line-height:1.12!important;
}
body[data-route="check-upy"] .checkups-fact__text small{
  font-size:9.8px!important;
  line-height:1.16!important;
}
body[data-route="check-upy"] .checkup-card__titlebox h2{
  font-size:13.2px!important;
  line-height:1.16!important;
  letter-spacing:-.01em!important;
}
body[data-route="check-upy"] .checkup-card__purpose,
body[data-route="check-upy"] .checkup-card__when p,
body[data-route="check-upy"] .checkup-card__allows p{
  font-size:10.6px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
body[data-route="check-upy"] .checkup-card__when strong,
body[data-route="check-upy"] .checkup-card__allows strong{
  font-size:10.8px!important;
  line-height:1.12!important;
  font-weight:900!important;
}
body[data-route="check-upy"] .checkup-card__price-block span{
  font-size:9.5px!important;
}
body[data-route="check-upy"] .checkup-card__old,
body[data-route="check-upy"] .checkup-card__old.is-current{
  font-size:11.2px!important;
  line-height:1.15!important;
}
body[data-route="check-upy"] .checkup-card__new{
  font-size:14px!important;
  line-height:1.05!important;
}
body[data-route="check-upy"] .checkup-card__discount{
  font-size:11.5px!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn,
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  font-size:13px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-back{
  font-size:15px!important;
  line-height:1.15!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-kicker{
  font-size:10.5px!important;
  padding:5px 10px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card h1{
  font-size:clamp(24px,2.35vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-hero-card p{
  font-size:13px!important;
  line-height:1.36!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-price-block span{
  font-size:10px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-old,
body[data-route="check-upy/detalno"] .checkup-detail-current{
  font-size:15px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-new{
  font-size:21px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-btn{
  font-size:13.5px!important;
  min-height:42px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card strong{
  font-size:13px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-info-card p{
  font-size:12.2px!important;
  line-height:1.34!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes h2{
  font-size:19px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes p{
  font-size:11.5px!important;
}
body[data-route="check-upy/detalno"] .checkup-detail-includes li{
  font-size:12.5px!important;
  line-height:1.32!important;
}
body[data-route="aktsii"] .promos-offer__discount{
  min-width:0!important;
  white-space:nowrap!important;
}


/* ==========================================================
   PROLAB PROMOTIONS v462
   Important conditions/help panels styling refresh.
   ========================================================== */
body[data-route="aktsii"] .promos-lower-panels{
  margin-top:16px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.46fr)!important;
  gap:16px!important;
  align-items:start!important;
}
body[data-route="aktsii"] .promos-mini-panel{
  padding:14px 18px 12px!important;
}
body[data-route="aktsii"] .promos-mini-panel h2{
  margin-bottom:10px!important;
  font-size:16px!important;
}
body[data-route="aktsii"] .promos-rules-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card{
  min-height:0!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  border:1px solid #dfe8f4!important;
  background:#fbfdff!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  align-items:center!important;
  gap:4px 12px!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span{
  grid-row:1 / 3!important;
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  color:#0b47b8!important;
  border:1px solid #d8e5f7!important;
  background:linear-gradient(180deg,#ffffff 0%,#f6faff 100%)!important;
  box-shadow:inset 0 0 0 4px #fbfdff, 0 8px 18px rgba(11,71,184,.08)!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span svg{
  width:28px!important;
  height:28px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card strong{
  color:#0b3476!important;
  font-size:13px!important;
  line-height:1.14!important;
  font-weight:900!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card small{
  color:#4e6b98!important;
  font-size:11.4px!important;
  line-height:1.23!important;
  font-weight:700!important;
}
body[data-route="aktsii"] .promos-note-panel{
  padding:14px 18px!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
}
body[data-route="aktsii"] .promos-note-panel > span{
  width:56px!important;
  height:56px!important;
  border-radius:50%!important;
  border:1px solid #ffd5da!important;
  background:linear-gradient(180deg,#ffffff 0%,#fff8f9 100%)!important;
  display:grid!important;
  place-items:center!important;
  color:#ea2330!important;
  box-shadow:inset 0 0 0 4px #fffafb, 0 8px 18px rgba(234,35,48,.08)!important;
}
body[data-route="aktsii"] .promos-note-panel svg{
  width:28px!important;
  height:28px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2!important;
}
body[data-route="aktsii"] .promos-note-panel strong{
  display:block!important;
  color:#0b3476!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body[data-route="aktsii"] .promos-note-panel p{
  margin:5px 0 0!important;
  color:#37527d!important;
  font-size:11.8px!important;
  line-height:1.28!important;
  font-weight:700!important;
}
body[data-route="aktsii"] .promos-note-panel__phone{
  display:inline-flex!important;
  margin-top:8px!important;
  font-size:13.5px!important;
  font-weight:900!important;
  color:#e52932!important;
  text-decoration:none!important;
}
body[data-route="aktsii"] .promos-note-panel__phone:hover{
  text-decoration:underline!important;
}
@media (max-width:1180px){
  body[data-route="aktsii"] .promos-lower-panels,
  body[data-route="aktsii"] .promos-rules-grid{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-mini-panel,
  body[data-route="aktsii"] .promos-note-panel{
    padding:14px 14px 12px!important;
  }
  body[data-route="aktsii"] .promos-rules-grid .promos-rule-card,
  body[data-route="aktsii"] .promos-note-panel{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:4px 10px!important;
  }
  body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span,
  body[data-route="aktsii"] .promos-note-panel > span{
    width:48px!important;
    height:48px!important;
  }
  body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span svg,
  body[data-route="aktsii"] .promos-note-panel > span svg{
    width:24px!important;
    height:24px!important;
  }
}


/* v465 — gynecologist consultation cards: smaller typography, lower panel height, correct image icons */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card{
  min-height:210px!important;
  padding:16px 14px 15px!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card h3{
  font-size:18px!important;
  line-height:1.14!important;
  margin-bottom:8px!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card p{
  font-size:13px!important;
  line-height:1.42!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card__icon--image{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  margin-bottom:12px!important;
}
@media (max-width:1180px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card{
    min-height:190px!important;
  }
}


/* v468 — urologist help cards: custom icons + more compact panels */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card{
  min-height:228px!important;
  padding:18px 14px 16px!important;
  border-radius:20px!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card h3{
  font-size:17px!important;
  line-height:1.14!important;
  margin-bottom:7px!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card p{
  font-size:13px!important;
  line-height:1.38!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card__icon--image{
  width:66px!important;
  height:66px!important;
  min-width:66px!important;
  margin-bottom:10px!important;
}
@media (max-width:1180px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card{
    min-height:210px!important;
  }
}


/* v469 — more expressive urologist callout */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent{
  gap:18px;
  padding:18px 24px;
  border-left-width:6px;
  background:linear-gradient(135deg,#f8fbff 0%,#edf5ff 48%,#e4efff 100%);
  box-shadow:0 12px 26px rgba(27,68,132,.10);
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout__content{
  display:flex;
  flex-direction:column;
  gap:4px;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout__eyebrow{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  padding:4px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d6e5fb;
  color:var(--red);
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 4px 10px rgba(27,68,132,.06);
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent p{
  font-size:16px;
  line-height:1.5;
  font-weight:500;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent p strong{
  color:var(--blue);
  font-weight:800;
}
@media (max-width:700px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent{
    padding:16px 16px;
    gap:12px;
  }
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent p{
    font-size:14px;
  }
}


/* v470 — simplify urologist callout and remove stats strip */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent{
  box-shadow:none;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout__eyebrow{
  box-shadow:none;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon{
  gap:0;
  padding:16px 22px;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon .service-callout__content{
  width:100%;
}
@media (max-width:700px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon{
    padding:14px 16px;
  }
}


/* v471 — custom image icons for urologist benefit strip */
.service-benefit-mini__icon--image{
  width:64px;
  height:64px;
  min-width:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
  padding:0;
}
.service-benefit-mini__icon--image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini__icon--image{
  width:66px;
  height:66px;
  min-width:66px;
}


/* v472 — urologist callout: flat left edge, no protrusion outside panel */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--accent,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon{
  border-left:1px solid #bcd2f3!important;
  box-shadow:none!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon{
  padding:15px 20px!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout__eyebrow{
  box-shadow:none!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout__content{
  min-width:0!important;
}
@media (max-width:700px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-callout.service-callout--no-icon{
    padding:13px 14px!important;
  }
}


/* v473 — keep urologist benefit-strip text inside card panels */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-strip{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:12px!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini{
  min-width:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  gap:10px!important;
  padding:14px 12px!important;
  align-items:flex-start!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini > div{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini h3,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini p{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
  box-sizing:border-box!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini h3{
  margin:0 0 6px!important;
  font-size:15px!important;
  line-height:1.14!important;
  letter-spacing:-.01em!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini p{
  margin:0!important;
  color:#60708d!important;
  font-size:12.5px!important;
  line-height:1.36!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini__icon--image{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
}
@media (max-width:1320px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-strip{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media (max-width:900px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-strip{
    grid-template-columns:1fr!important;
  }
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-benefit-mini h3{
    font-size:16px!important;
  }
}


/* v474 — promotions from admin: home image and admin preview */
.promo-slide__img--custom{
  border-radius:24px!important;
  box-shadow:0 14px 34px rgba(27,68,132,.10)!important;
}
.shop-admin-image-preview{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:8px 10px;
  border:1px dashed #c9d8ec;
  border-radius:12px;
  background:#f8fbff;
  color:#60708d;
  font-size:12px;
  font-weight:800;
  overflow:hidden;
}
.shop-admin-image-preview img{
  width:72px;
  height:42px;
  border-radius:8px;
  object-fit:cover;
  background:#fff;
}
.shop-admin-promo-form small{
  color:#71819c;
  font-size:11px;
  line-height:1.25;
  font-weight:700;
}


/* v475 — home promotions: no decorative heart overlay, admin-only slider */
.promo-panel::after{
  content:none!important;
  display:none!important;
}
.home-panels:not(:has(.promo-panel)){
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)!important;
}
@media (max-width:980px){
  .home-panels:not(:has(.promo-panel)){
    grid-template-columns:1fr!important;
  }
}


/* v476 — home promotions: strict admin visibility and no decorative heart */
body .home-panels .promo-panel::after,
body .home-panels .promo-slider::after,
body .promo-panel::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  opacity:0!important;
  visibility:hidden!important;
}
body .promo-slide__price span:empty,
body .promo-slide__price del:empty{
  display:none!important;
}


/* v477 — home promotions slider: image-first composition with centered bottom overlay */
.promo-slider{
  min-height:464px!important;
  padding:16px 18px 60px!important;
}
.promo-slider__viewport{
  min-height:388px!important;
}
.promo-slide{
  position:relative!important;
  display:none!important;
  min-height:388px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#eef4fb!important;
  box-shadow:0 10px 26px rgba(6,43,104,.08)!important;
}
.promo-slide.is-active{
  display:block!important;
}
.promo-slide img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:28px!important;
  object-fit:cover!important;
  object-position:center center!important;
  max-width:none!important;
  opacity:1!important;
  box-shadow:none!important;
  background:#edf5ff!important;
}
.promo-slide img.promo-slide__img--woman{ object-position:center 22%!important; }
.promo-slide img.promo-slide__img--man{ object-position:center 20%!important; }
.promo-slide img.promo-slide__img--instrumental{ object-position:center center!important; }
.promo-slide img.promo-slide__img--online{ object-position:center center!important; }
.promo-slide h2,
.promo-slide > p,
.promo-slide .btn{
  display:none!important;
}
.promo-slide .badge-red{
  position:absolute!important;
  top:18px!important;
  left:18px!important;
  z-index:4!important;
  margin:0!important;
  min-width:84px!important;
  padding:11px 16px!important;
  border-radius:16px!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(225,38,49,.24)!important;
}
.promo-slide__overlay{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  z-index:4!important;
  width:min(680px, calc(100% - 32px))!important;
  padding:16px 22px 15px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.88)!important;
  border:1px solid rgba(196,212,233,.88)!important;
  box-shadow:0 16px 36px rgba(6,43,104,.16)!important;
  backdrop-filter:blur(12px)!important;
  text-align:center!important;
  pointer-events:none!important;
}
.promo-slide strong{
  display:block!important;
  margin:0!important;
  color:var(--navy)!important;
  font-size:clamp(24px,2.1vw,36px)!important;
  line-height:1.08!important;
  font-weight:900!important;
  text-wrap:balance!important;
}
.promo-slide__summary{
  margin:10px auto 0!important;
  color:#556a8d!important;
  font-size:15px!important;
  line-height:1.4!important;
  max-width:560px!important;
}
.promo-slide__price{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  margin-top:10px!important;
}
.promo-slide__price del{
  color:#8f9db4!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:800!important;
}
.promo-slide__price span{
  color:#e12631!important;
  font-size:clamp(34px,3vw,48px)!important;
  line-height:1!important;
  font-weight:900!important;
}
.promo-slide__hotspot{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  border-radius:28px!important;
}
.promo-slider__nav{
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:5!important;
}
.promo-slider__nav--prev{ left:16px!important; }
.promo-slider__nav--next{ right:16px!important; }
.promo-slider__dots{
  bottom:14px!important;
  z-index:6!important;
}
@media (max-width:980px){
  .promo-slider{
    min-height:420px!important;
    padding:12px 12px 54px!important;
  }
  .promo-slider__viewport{
    min-height:348px!important;
  }
  .promo-slide{
    min-height:348px!important;
    border-radius:24px!important;
  }
  .promo-slide img,
  .promo-slide__hotspot{
    border-radius:24px!important;
  }
  .promo-slide .badge-red{
    top:14px!important;
    left:14px!important;
    min-width:78px!important;
    padding:10px 14px!important;
    font-size:16px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 22px)!important;
    bottom:12px!important;
    padding:13px 14px 12px!important;
    border-radius:20px!important;
  }
  .promo-slide strong{
    font-size:24px!important;
    line-height:1.12!important;
  }
  .promo-slide__price{
    gap:10px!important;
    margin-top:8px!important;
  }
  .promo-slide__price del{
    font-size:18px!important;
  }
  .promo-slide__price span{
    font-size:32px!important;
  }
  .promo-slider__nav{
    width:46px!important;
    height:46px!important;
  }
  .promo-slider__nav--prev{ left:10px!important; }
  .promo-slider__nav--next{ right:10px!important; }
}


/* v478 — home promo slider: reduce photo scale and keep overlay fully inside */
.promo-slider{
  min-height:424px!important;
  padding:16px 18px 56px!important;
}
.promo-slider__viewport{
  min-height:346px!important;
}
.promo-slide{
  min-height:346px!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%)!important;
}
.promo-slide img{
  inset:16px 58px 74px 58px!important;
  width:auto!important;
  height:auto!important;
  border-radius:24px!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#f7fbff!important;
}
.promo-slide img.promo-slide__img--woman,
.promo-slide img.promo-slide__img--man,
.promo-slide img.promo-slide__img--instrumental,
.promo-slide img.promo-slide__img--online{
  object-position:center center!important;
}
.promo-slide .badge-red{
  top:22px!important;
  left:22px!important;
  min-width:74px!important;
  padding:9px 14px!important;
  border-radius:14px!important;
  font-size:16px!important;
}
.promo-slide__overlay{
  bottom:18px!important;
  width:min(480px, calc(100% - 132px))!important;
  padding:12px 18px 11px!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.90)!important;
}
.promo-slide strong{
  font-size:clamp(22px,1.6vw,29px)!important;
  line-height:1.08!important;
}
.promo-slide__price{
  margin-top:8px!important;
  gap:12px!important;
}
.promo-slide__price del{
  font-size:19px!important;
}
.promo-slide__price span{
  font-size:clamp(30px,2.25vw,40px)!important;
}
.promo-slider__nav--prev{ left:18px!important; }
.promo-slider__nav--next{ right:18px!important; }
@media (max-width:980px){
  .promo-slider{
    min-height:390px!important;
    padding:12px 12px 52px!important;
  }
  .promo-slider__viewport{
    min-height:320px!important;
  }
  .promo-slide{
    min-height:320px!important;
    border-radius:22px!important;
  }
  .promo-slide img{
    inset:12px 42px 66px 42px!important;
    border-radius:20px!important;
  }
  .promo-slide .badge-red{
    top:16px!important;
    left:16px!important;
    min-width:68px!important;
    padding:8px 12px!important;
    font-size:15px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 94px)!important;
    bottom:12px!important;
    padding:10px 12px!important;
    border-radius:18px!important;
  }
  .promo-slide strong{
    font-size:20px!important;
  }
  .promo-slide__price del{
    font-size:16px!important;
  }
  .promo-slide__price span{
    font-size:28px!important;
  }
}


/* v479 — home promo slider: correct balanced image scaling */
.promo-slider{
  min-height:430px!important;
  padding:16px 18px 56px!important;
  overflow:visible!important;
}
.promo-slider__viewport{
  min-height:356px!important;
  overflow:visible!important;
}
.promo-slide{
  min-height:356px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#f7fbff!important;
}
.promo-slide img{
  position:absolute!important;
  left:50%!important;
  top:18px!important;
  bottom:auto!important;
  right:auto!important;
  width:88%!important;
  height:300px!important;
  transform:translateX(-50%)!important;
  max-width:none!important;
  border-radius:26px!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#edf5ff!important;
  box-shadow:none!important;
}
.promo-slide img.promo-slide__img--woman{
  object-position:58% 34%!important;
}
.promo-slide img.promo-slide__img--man{
  object-position:56% 34%!important;
}
.promo-slide img.promo-slide__img--instrumental,
.promo-slide img.promo-slide__img--online{
  object-position:center center!important;
}
.promo-slide .badge-red{
  top:34px!important;
  left:calc(6% + 18px)!important;
  min-width:78px!important;
  padding:10px 15px!important;
  border-radius:15px!important;
  font-size:16px!important;
  z-index:6!important;
}
.promo-slide__overlay{
  bottom:18px!important;
  width:min(430px, calc(100% - 190px))!important;
  padding:12px 18px 11px!important;
  border-radius:22px!important;
  z-index:6!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
}
.promo-slide strong{
  font-size:clamp(21px,1.45vw,27px)!important;
  line-height:1.08!important;
}
.promo-slide__price{
  margin-top:7px!important;
  gap:11px!important;
}
.promo-slide__price del{
  font-size:18px!important;
}
.promo-slide__price span{
  font-size:clamp(28px,2.1vw,38px)!important;
}
.promo-slider__nav{
  z-index:8!important;
}
.promo-slider__nav--prev{ left:16px!important; }
.promo-slider__nav--next{ right:16px!important; }
.promo-slider__dots{
  bottom:14px!important;
}
@media (max-width:980px){
  .promo-slider{
    min-height:390px!important;
    padding:12px 12px 52px!important;
  }
  .promo-slider__viewport{
    min-height:318px!important;
  }
  .promo-slide{
    min-height:318px!important;
    border-radius:22px!important;
  }
  .promo-slide img{
    top:12px!important;
    width:90%!important;
    height:258px!important;
    border-radius:22px!important;
  }
  .promo-slide .badge-red{
    top:24px!important;
    left:calc(5% + 12px)!important;
    min-width:68px!important;
    padding:8px 12px!important;
    font-size:15px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 118px)!important;
    bottom:13px!important;
    padding:10px 12px!important;
    border-radius:18px!important;
  }
  .promo-slide strong{
    font-size:19px!important;
  }
  .promo-slide__price del{
    font-size:15px!important;
  }
  .promo-slide__price span{
    font-size:27px!important;
  }
}


/* v480 — home promo slider: image fills 100% of slide, bottom overlay has exactly two rows */
.promo-slider{
  min-height:452px!important;
  padding:16px 18px 58px!important;
  overflow:visible!important;
}
.promo-slider__viewport{
  min-height:378px!important;
  overflow:visible!important;
}
.promo-slide{
  position:relative!important;
  display:none!important;
  min-height:378px!important;
  height:378px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:#edf5ff!important;
  box-shadow:0 10px 26px rgba(6,43,104,.08)!important;
}
.promo-slide.is-active{
  display:block!important;
}
.promo-slide img{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  transform:none!important;
  border-radius:26px!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  box-shadow:none!important;
  background:#edf5ff!important;
}
.promo-slide img.promo-slide__img--woman{ object-position:center 22%!important; }
.promo-slide img.promo-slide__img--man{ object-position:center 24%!important; }
.promo-slide img.promo-slide__img--instrumental{ object-position:center center!important; }
.promo-slide img.promo-slide__img--online{ object-position:center center!important; }
.promo-slide .badge-red{
  position:absolute!important;
  top:22px!important;
  left:24px!important;
  z-index:7!important;
  min-width:92px!important;
  margin:0!important;
  padding:11px 18px!important;
  border-radius:16px!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 12px 28px rgba(225,38,49,.24)!important;
}
.promo-slide h2,
.promo-slide > p,
.promo-slide .btn{
  display:none!important;
}
.promo-slide__overlay{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  z-index:6!important;
  width:calc(100% - 108px)!important;
  min-height:92px!important;
  padding:13px 24px 12px!important;
  border-radius:24px!important;
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  align-items:center!important;
  justify-items:center!important;
  row-gap:5px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(198,214,235,.90)!important;
  box-shadow:0 14px 34px rgba(6,43,104,.14)!important;
  backdrop-filter:blur(10px)!important;
  text-align:center!important;
  pointer-events:none!important;
  box-sizing:border-box!important;
}
.promo-slide strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--navy)!important;
  font-size:clamp(24px,1.75vw,32px)!important;
  line-height:1.08!important;
  font-weight:900!important;
}
.promo-slide__price{
  display:flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:16px!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  margin:0!important;
  min-width:0!important;
  white-space:nowrap!important;
}
.promo-slide__price del{
  color:#8f9db4!important;
  font-size:21px!important;
  line-height:1!important;
  font-weight:800!important;
}
.promo-slide__price span{
  color:#e12631!important;
  font-size:clamp(30px,2.25vw,40px)!important;
  line-height:1!important;
  font-weight:900!important;
}
.promo-slide__summary{
  margin:0!important;
  width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#556a8d!important;
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.promo-slide__hotspot{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  border-radius:26px!important;
}
.promo-slider__nav{
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:8!important;
}
.promo-slider__nav--prev{ left:16px!important; }
.promo-slider__nav--next{ right:16px!important; }
.promo-slider__dots{
  bottom:14px!important;
  z-index:9!important;
}
@media (max-width:980px){
  .promo-slider{
    min-height:410px!important;
    padding:12px 12px 54px!important;
  }
  .promo-slider__viewport{
    min-height:342px!important;
  }
  .promo-slide{
    min-height:342px!important;
    height:342px!important;
    border-radius:22px!important;
  }
  .promo-slide img,
  .promo-slide__hotspot{
    border-radius:22px!important;
  }
  .promo-slide .badge-red{
    top:16px!important;
    left:16px!important;
    min-width:76px!important;
    padding:9px 13px!important;
    font-size:16px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 56px)!important;
    bottom:13px!important;
    min-height:82px!important;
    padding:11px 14px 10px!important;
    border-radius:20px!important;
  }
  .promo-slide strong{
    font-size:22px!important;
  }
  .promo-slide__price{
    gap:10px!important;
  }
  .promo-slide__price del{
    font-size:16px!important;
  }
  .promo-slide__price span{
    font-size:28px!important;
  }
}


/* v481 — home promo slider: full-panel image, strict two-line bottom ribbon */
@media (min-width:981px){
  .home-panels{
    grid-template-rows:auto!important;
    align-items:stretch!important;
  }
  .home-panels>.promo-panel.promo-slider{
    height:430px!important;
    min-height:430px!important;
    max-height:none!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
}
.home-panels>.promo-panel.promo-slider{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:#edf5ff!important;
}
.promo-slider__viewport{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  border-radius:22px!important;
}
.promo-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:block!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#edf5ff!important;
}
.promo-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.promo-slide img{
  position:absolute!important;
  inset:0!important;
  left:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  min-width:100%!important;
  min-height:100%!important;
  transform:none!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
  box-shadow:none!important;
  background:#edf5ff!important;
}
.promo-slide img.promo-slide__img--woman{ object-position:center 24%!important; }
.promo-slide img.promo-slide__img--man{ object-position:center 25%!important; }
.promo-slide img.promo-slide__img--instrumental,
.promo-slide img.promo-slide__img--online{ object-position:center center!important; }
.promo-slide .badge-red{
  position:absolute!important;
  top:26px!important;
  left:28px!important;
  z-index:8!important;
  min-width:104px!important;
  margin:0!important;
  padding:12px 20px!important;
  border-radius:17px!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(225,38,49,.24)!important;
}
.promo-slide h2,
.promo-slide > p,
.promo-slide .btn{
  display:none!important;
}
.promo-slide__overlay{
  position:absolute!important;
  left:50%!important;
  bottom:24px!important;
  transform:translateX(-50%)!important;
  z-index:7!important;
  width:calc(100% - 74px)!important;
  height:92px!important;
  min-height:92px!important;
  max-height:92px!important;
  padding:12px 22px!important;
  border-radius:24px!important;
  display:grid!important;
  grid-template-rows:34px 34px!important;
  align-items:center!important;
  justify-items:center!important;
  row-gap:0!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(198,214,235,.92)!important;
  box-shadow:0 16px 36px rgba(6,43,104,.16)!important;
  backdrop-filter:blur(10px)!important;
  text-align:center!important;
  pointer-events:none!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.promo-slide strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:var(--navy)!important;
  font-size:clamp(22px,1.7vw,30px)!important;
  line-height:1!important;
  font-weight:900!important;
}
.promo-slide__price{
  display:flex!important;
  align-items:baseline!important;
  justify-content:center!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.promo-slide__price del{
  color:#8f9db4!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:800!important;
}
.promo-slide__price span{
  color:#e12631!important;
  font-size:clamp(30px,2.35vw,40px)!important;
  line-height:1!important;
  font-weight:900!important;
}
.promo-slide__summary{
  margin:0!important;
  width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#556a8d!important;
  font-size:17px!important;
  line-height:1.1!important;
  font-weight:700!important;
}
.promo-slide__hotspot{
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  border-radius:22px!important;
}
.promo-slider__dots{
  display:none!important;
}
.promo-slider__nav{
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:9!important;
}
.promo-slider__nav--prev{ left:18px!important; }
.promo-slider__nav--next{ right:18px!important; }
@media (max-width:980px){
  .home-panels>.promo-panel.promo-slider{
    height:390px!important;
    min-height:390px!important;
    max-height:none!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
  }
  .promo-slider__viewport,
  .promo-slide,
  .promo-slide__hotspot{
    border-radius:20px!important;
  }
  .promo-slide .badge-red{
    top:18px!important;
    left:18px!important;
    min-width:82px!important;
    padding:10px 14px!important;
    border-radius:15px!important;
    font-size:16px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 34px)!important;
    bottom:18px!important;
    height:82px!important;
    min-height:82px!important;
    max-height:82px!important;
    padding:10px 14px!important;
    border-radius:20px!important;
    grid-template-rows:30px 30px!important;
  }
  .promo-slide strong{
    font-size:21px!important;
  }
  .promo-slide__price{
    gap:9px!important;
  }
  .promo-slide__price del{
    font-size:16px!important;
  }
  .promo-slide__price span{
    font-size:28px!important;
  }
  .promo-slider__nav{
    width:46px!important;
    height:46px!important;
  }
  .promo-slider__nav--prev{ left:10px!important; }
  .promo-slider__nav--next{ right:10px!important; }
}


/* v482 — home promo panel height equals branches panel; image fills full panel */
@media (min-width:981px){
  .home-panels{
    align-items:stretch!important;
    grid-template-rows:var(--panel-h)!important;
  }
  .home-panels>#branchesHomePanel.branches-live-card,
  .home-panels>.promo-panel.promo-slider{
    height:var(--panel-h)!important;
    min-height:var(--panel-h)!important;
    max-height:var(--panel-h)!important;
    align-self:stretch!important;
    overflow:hidden!important;
  }
  .home-panels>.promo-panel.promo-slider{
    padding:0!important;
    border-radius:20px!important;
    background:#edf5ff!important;
  }
  .promo-slider__viewport,
  .promo-slide{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  .promo-slide img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-width:100%!important;
    min-height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:0!important;
    transform:none!important;
    opacity:1!important;
  }
  .promo-slide .badge-red{
    top:18px!important;
    left:22px!important;
    min-width:92px!important;
    padding:10px 18px!important;
    border-radius:15px!important;
    font-size:17px!important;
    z-index:9!important;
  }
  .promo-slide__overlay{
    left:50%!important;
    right:auto!important;
    bottom:14px!important;
    transform:translateX(-50%)!important;
    width:calc(100% - 84px)!important;
    height:78px!important;
    min-height:78px!important;
    max-height:78px!important;
    padding:9px 22px!important;
    border-radius:20px!important;
    display:grid!important;
    grid-template-rows:30px 30px!important;
    row-gap:0!important;
    align-items:center!important;
    justify-items:center!important;
    overflow:hidden!important;
    z-index:8!important;
  }
  .promo-slide strong{
    font-size:clamp(20px,1.35vw,27px)!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .promo-slide__price{
    gap:12px!important;
    align-items:baseline!important;
    justify-content:center!important;
    width:100%!important;
    flex-wrap:nowrap!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  .promo-slide__price del{
    font-size:18px!important;
    line-height:1!important;
  }
  .promo-slide__price span{
    font-size:clamp(27px,2vw,36px)!important;
    line-height:1!important;
  }
  .promo-slider__dots{
    display:none!important;
  }
  .promo-slider__nav{
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10!important;
  }
  .promo-slider__nav--prev{left:18px!important;}
  .promo-slider__nav--next{right:18px!important;}
}
@media (max-width:980px){
  .home-panels>.promo-panel.promo-slider{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
    padding:0!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .promo-slider__viewport,
  .promo-slide,
  .promo-slide__hotspot{
    border-radius:18px!important;
  }
  .promo-slide__overlay{
    width:calc(100% - 28px)!important;
    bottom:12px!important;
    height:74px!important;
    min-height:74px!important;
    max-height:74px!important;
    padding:8px 14px!important;
    border-radius:18px!important;
    grid-template-rows:28px 28px!important;
  }
  .promo-slide strong{
    font-size:20px!important;
  }
  .promo-slide__price del{
    font-size:15px!important;
  }
  .promo-slide__price span{
    font-size:27px!important;
  }
}


/* v483 — home promo overlay: strict two-line layout inside the white panel */
.promo-slide__overlay{
  box-sizing:border-box!important;
  height:108px!important;
  min-height:108px!important;
  max-height:108px!important;
  padding:13px 28px!important;
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  row-gap:0!important;
  align-content:center!important;
  align-items:center!important;
  justify-items:center!important;
  overflow:hidden!important;
}
.promo-slide__overlay strong{
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  font-size:clamp(22px,1.45vw,28px)!important;
  line-height:1.05!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.promo-slide__price{
  grid-row:2!important;
  align-self:center!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  gap:14px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
.promo-slide__price del{
  align-self:center!important;
  margin:0!important;
  padding:0!important;
  font-size:19px!important;
  line-height:1!important;
}
.promo-slide__price span{
  align-self:center!important;
  margin:0!important;
  padding:0!important;
  font-size:clamp(30px,2.05vw,38px)!important;
  line-height:1!important;
}
@media (min-width:981px){
  .promo-slide__overlay{
    bottom:16px!important;
    width:calc(100% - 92px)!important;
  }
}
@media (max-width:980px){
  .promo-slide__overlay{
    height:92px!important;
    min-height:92px!important;
    max-height:92px!important;
    padding:11px 16px!important;
    grid-template-rows:1fr 1fr!important;
  }
  .promo-slide__overlay strong{
    font-size:20px!important;
  }
  .promo-slide__price{
    gap:9px!important;
  }
  .promo-slide__price del{
    font-size:15px!important;
  }
  .promo-slide__price span{
    font-size:28px!important;
  }
}



/* v484 — home promo overlay: smaller discount/title text and lower white panel */
@media (min-width:981px){
  .promo-slide .badge-red{
    min-width:82px!important;
    padding:8px 15px!important;
    border-radius:14px!important;
    font-size:15px!important;
    line-height:1!important;
  }
  .promo-slide__overlay{
    height:88px!important;
    min-height:88px!important;
    max-height:88px!important;
    padding:10px 24px!important;
    grid-template-rows:40px 28px!important;
    border-radius:18px!important;
  }
  .promo-slide__overlay strong{
    font-size:clamp(20px,1.28vw,25px)!important;
    line-height:1.04!important;
  }
  .promo-slide__price{
    gap:11px!important;
  }
  .promo-slide__price del{
    font-size:16px!important;
  }
  .promo-slide__price span{
    font-size:clamp(27px,1.85vw,34px)!important;
  }
}
@media (max-width:980px){
  .promo-slide .badge-red{
    min-width:72px!important;
    padding:8px 12px!important;
    border-radius:13px!important;
    font-size:14px!important;
  }
  .promo-slide__overlay{
    height:78px!important;
    min-height:78px!important;
    max-height:78px!important;
    padding:8px 14px!important;
    grid-template-rows:36px 26px!important;
    border-radius:17px!important;
  }
  .promo-slide__overlay strong{
    font-size:18px!important;
    line-height:1.06!important;
  }
  .promo-slide__price{
    gap:8px!important;
  }
  .promo-slide__price del{
    font-size:14px!important;
  }
  .promo-slide__price span{
    font-size:25px!important;
  }
}


/* v485 — home promo carousel navigation restored + independent home visibility */
.home-panels>.promo-panel.promo-slider{
  position:relative!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:30!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:46px!important;
  height:46px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(197,214,239,.95)!important;
  color:var(--navy)!important;
  box-shadow:0 12px 28px rgba(6,43,104,.14)!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__nav--prev{
  left:18px!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__nav--next{
  right:18px!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dots{
  display:flex!important;
  position:absolute!important;
  left:50%!important;
  bottom:112px!important;
  transform:translateX(-50%)!important;
  z-index:31!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(197,214,239,.76)!important;
  box-shadow:0 8px 20px rgba(6,43,104,.10)!important;
  backdrop-filter:blur(8px)!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dot{
  display:block!important;
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  min-height:9px!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(18,70,142,.55)!important;
  background:rgba(255,255,255,.9)!important;
  opacity:1!important;
  visibility:visible!important;
  cursor:pointer!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dot.is-active{
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  min-height:10px!important;
  border-color:#e12631!important;
  background:#e12631!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__hotspot{
  z-index:2!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide .badge-red,
.home-panels>.promo-panel.promo-slider .promo-slide__overlay{
  z-index:8!important;
}
@media (max-width:980px){
  .home-panels>.promo-panel.promo-slider .promo-slider__nav{
    width:42px!important;
    height:42px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slider__nav--prev{
    left:10px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slider__nav--next{
    right:10px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slider__dots{
    bottom:94px!important;
    gap:7px!important;
    padding:5px 8px!important;
  }
}


/* v486 — home promo overlay compact + dots below overlay */
.home-panels>.promo-panel.promo-slider .promo-slide__overlay{
  bottom:54px!important;
  width:min(520px, calc(100% - 150px))!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  padding:6px 18px!important;
  border-radius:17px!important;
  grid-template-rows:24px 20px!important;
  row-gap:0!important;
  align-content:center!important;
  align-items:center!important;
  justify-items:center!important;
  overflow:hidden!important;
  z-index:20!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__overlay strong{
  font-size:clamp(16px,1.05vw,21px)!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price{
  gap:9px!important;
  height:20px!important;
  line-height:1!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price del{
  font-size:13px!important;
  line-height:1!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price span{
  font-size:clamp(20px,1.45vw,27px)!important;
  line-height:1!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide .badge-red{
  min-width:74px!important;
  padding:7px 13px!important;
  border-radius:13px!important;
  font-size:14px!important;
  line-height:1!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dots{
  bottom:14px!important;
  width:min(390px, calc(100% - 220px))!important;
  min-height:30px!important;
  padding:6px 12px!important;
  z-index:32!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dot{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dot.is-active{
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  min-height:9px!important;
}
@media (max-width:980px){
  .home-panels>.promo-panel.promo-slider .promo-slide__overlay{
    bottom:48px!important;
    width:calc(100% - 100px)!important;
    height:52px!important;
    min-height:52px!important;
    max-height:52px!important;
    padding:6px 14px!important;
    border-radius:16px!important;
    grid-template-rows:23px 19px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slide__overlay strong{
    font-size:16px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slide__price{
    gap:7px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slide__price del{
    font-size:12px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slide__price span{
    font-size:21px!important;
  }
  .home-panels>.promo-panel.promo-slider .promo-slider__dots{
    bottom:12px!important;
    width:calc(100% - 140px)!important;
    min-height:28px!important;
    padding:5px 10px!important;
  }
}


/* v490 — hide desktop dropdown after click on catalogue item */
body.is-nav-dropdown-closing .dropdown-menu,
body.is-nav-dropdown-closing .dropdown-submenu,
.site-header.is-nav-dropdown-closing .dropdown-menu,
.site-header.is-nav-dropdown-closing .dropdown-submenu,
.nav-item.is-dropdown-suppressed .dropdown-menu,
.nav-item.is-dropdown-suppressed .dropdown-submenu{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-6px)!important;
}


/* v491 — analyses prices promotions use the same admin/home promotion composition */
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style{
  min-height:272px!important;
  padding:14px 14px 12px!important;
  border-radius:20px!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head{
  margin-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport{
  min-height:192px!important;
  border-radius:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__track{
  height:100%!important;
  gap:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  position:relative!important;
  flex:0 0 100%!important;
  min-height:192px!important;
  height:192px!important;
  padding:0!important;
  display:block!important;
  border-radius:18px!important;
  overflow:hidden!important;
  border:1px solid #dce6f2!important;
  background:#edf5ff!important;
  box-shadow:0 12px 26px rgba(6,43,104,.10)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--woman{ object-position:center 22%!important; }
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--man{ object-position:center 20%!important; }
body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  z-index:3!important;
  width:auto!important;
  height:auto!important;
  min-width:76px!important;
  padding:9px 14px!important;
  border-radius:14px!important;
  border:none!important;
  background:#e52932!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 10px 24px rgba(225,38,49,.22)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  position:absolute!important;
  left:50%!important;
  bottom:28px!important;
  transform:translateX(-50%)!important;
  z-index:3!important;
  width:min(430px,calc(100% - 56px))!important;
  height:72px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(196,212,233,.9)!important;
  box-shadow:0 12px 26px rgba(6,43,104,.14)!important;
  display:grid!important;
  grid-template-rows:32px 30px!important;
  align-items:center!important;
  justify-items:center!important;
  gap:0!important;
  padding:6px 18px!important;
  text-align:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay strong{
  margin:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#0b3476!important;
  font-size:19px!important;
  line-height:1.05!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay small{
  margin:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#37527d!important;
  font-size:13px!important;
  line-height:1.15!important;
  font-weight:700!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  min-width:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price del{
  color:#8f9db4!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:800!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price em{
  color:#e52932!important;
  font-size:24px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  height:18px!important;
  margin-top:7px!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:7px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#c8d4e6!important;
  display:block!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i.is-active{
  background:#e52932!important;
}
body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered:not(:has(.prices-promos-panel--home-style)){
  grid-template-columns:1fr!important;
}
@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:210px!important;
    min-height:210px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport{
    min-height:210px!important;
  }
}


/* v492 — prices page: promotion card same compact size, Useful panel stretches */
@media (min-width:1181px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:clamp(560px,42vw,740px) minmax(360px,1fr)!important;
    gap:28px!important;
    align-items:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style{
    order:1!important;
    width:100%!important;
    max-width:740px!important;
    justify-self:start!important;
    min-height:322px!important;
    height:322px!important;
    padding:14px!important;
    overflow:hidden!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
    order:2!important;
    width:100%!important;
    min-width:0!important;
    min-height:322px!important;
    height:322px!important;
    align-self:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel__content--wide{
    grid-template-columns:minmax(0,1fr) 150px!important;
    align-items:stretch!important;
    min-height:188px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-img{
    display:block!important;
    width:150px!important;
    max-width:150px!important;
    height:100%!important;
    object-fit:contain!important;
    align-self:center!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head{
  height:42px!important;
  margin-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2{
  font-size:22px!important;
  line-height:1.1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport{
  min-height:210px!important;
  height:210px!important;
  border-radius:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  min-height:210px!important;
  height:210px!important;
  border-radius:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  top:14px!important;
  left:16px!important;
  min-width:74px!important;
  padding:7px 13px!important;
  border-radius:13px!important;
  font-size:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:42px!important;
  width:min(430px,calc(100% - 86px))!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  padding:6px 18px!important;
  border-radius:17px!important;
  grid-template-rows:24px 20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay strong{
  font-size:clamp(16px,1.05vw,21px)!important;
  line-height:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price{
  gap:9px!important;
  height:20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price del{
  font-size:13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price em{
  font-size:clamp(20px,1.45vw,27px)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  height:26px!important;
  margin-top:6px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(197,214,239,.76)!important;
  box-shadow:0 8px 18px rgba(6,43,104,.08)!important;
  width:min(360px,calc(100% - 150px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i{
  width:8px!important;
  height:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i.is-active{
  width:9px!important;
  height:9px!important;
}
@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
    height:auto!important;
    min-height:0!important;
    max-width:none!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-img{
    display:none!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row{
    grid-template-columns:1fr!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:190px!important;
    min-height:190px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 74px)!important;
    bottom:40px!important;
  }
}


/* v493 — prices page: Useful for you as row list instead of tiles */
body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel__content--wide{
  grid-template-columns:1fr!important;
  gap:0!important;
  align-items:start!important;
  min-height:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-img{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  width:100%!important;
  align-self:start!important;
  border-top:1px solid #e2eaf5!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item{
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr) 92px!important;
  grid-template-rows:1fr!important;
  align-items:center!important;
  gap:10px!important;
  padding:9px 2px!important;
  border-radius:0!important;
  border-bottom:1px solid #e2eaf5!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0b3476!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item:hover{
  background:#f7fbff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item span{
  grid-row:auto!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  border:1px solid #dce6f2!important;
  background:#f8fbff!important;
  display:grid!important;
  place-items:center!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item strong{
  min-width:0!important;
  font-size:14px!important;
  line-height:1.16!important;
  font-weight:900!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item em{
  justify-self:end!important;
  color:#e52932!important;
  font-size:14px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item{
    grid-template-columns:38px minmax(0,1fr) 82px!important;
    min-height:52px!important;
    gap:8px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item strong{
    font-size:13px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-list--row .prices-useful-item em{
    font-size:13px!important;
  }
}


/* v494 — admin-driven "Корисне для вас" carousel: 5 rows per slide */
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  overflow:hidden!important;
  min-height:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
  margin:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-nav{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-nav button{
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  border:1px solid #bfd1ea!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 8px 18px rgba(6,43,104,.08)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  overflow:hidden!important;
  width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-track{
  display:flex!important;
  width:100%!important;
  transition:transform .62s cubic-bezier(.22,.78,.2,1)!important;
  will-change:transform!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  min-width:100%!important;
  width:100%!important;
  display:grid!important;
  grid-template-rows:repeat(5, minmax(62px, auto))!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto 40px!important;
  align-items:center!important;
  gap:12px!important;
  min-height:62px!important;
  padding:10px 12px!important;
  border-radius:18px!important;
  background:#f8fbff!important;
  border:1px solid #dbe8f8!important;
  text-decoration:none!important;
  color:var(--navy)!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item span{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  border-radius:50%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eef6ff!important;
  border:1px solid #d4e4f7!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item svg{
  width:24px!important;
  height:24px!important;
  stroke:#e12631!important;
  stroke-width:2.4!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  color:var(--navy)!important;
  font-size:16px!important;
  line-height:1.16!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong b{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  display:block!important;
  color:#5d7091!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:700!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  color:#e12631!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:900!important;
  white-space:nowrap!important;
  font-style:normal!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  width:36px!important;
  height:36px!important;
  border-radius:50%!important;
  border:1px solid #e12631!important;
  background:#fff!important;
  color:#e12631!important;
  font-size:24px!important;
  line-height:1!important;
  font-weight:900!important;
  cursor:pointer!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add:hover{
  background:#e12631!important;
  color:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots i{
  width:9px!important;
  height:9px!important;
  border-radius:999px!important;
  background:#c9d7ea!important;
  display:block!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots i.is-active{
  width:22px!important;
  background:#e12631!important;
}
.shop-form-card--useful-admin .shop-useful-admin-list{
  display:grid;
  gap:10px;
  max-height:680px;
  overflow:auto;
  padding-right:6px;
}
.shop-useful-admin-row{
  display:grid;
  grid-template-columns:120px minmax(220px,1fr) 92px minmax(160px,1fr) minmax(190px,1.2fr) minmax(150px,1fr) minmax(170px,1fr);
  gap:10px;
  align-items:end;
  padding:12px;
  border:1px solid #dbe8f8;
  border-radius:18px;
  background:#fff;
}
.shop-useful-admin-row.is-selected{
  border-color:#f2a9b0;
  background:#fff8f8;
}
.shop-useful-admin-row__main strong,
.shop-useful-admin-row__main small{
  display:block;
}
.shop-useful-admin-row__main strong{
  color:var(--navy);
  font-weight:900;
}
.shop-useful-admin-row__main small{
  color:#697999;
  margin-top:3px;
  font-size:12px;
}
.shop-useful-admin-row label input:not([type="checkbox"]){
  width:100%;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
    grid-template-columns:44px minmax(0,1fr) auto 36px!important;
    gap:9px!important;
    padding:9px 10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
    font-size:14px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
    display:none!important;
  }
  .shop-useful-admin-row{
    grid-template-columns:1fr;
  }
}


/* v495 — useful-for-you uses DB name/description/price, no icons, text button */
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item > span{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  width:auto!important;
  min-width:82px!important;
  height:34px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:.01em!important;
}
.shop-form-card--useful-admin .shop-useful-admin-list{
  max-height:620px;
}
.shop-useful-admin-row{
  grid-template-columns:120px minmax(260px,1fr) 96px!important;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-add{
    grid-column:1 / -1!important;
    justify-self:start!important;
    min-width:96px!important;
  }
  .shop-useful-admin-row{
    grid-template-columns:1fr!important;
  }
}

/* v496 — compact useful-for-you rows: five rows fit, description uses up to two lines */
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  padding:16px 20px 12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  margin-bottom:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-nav button{
  width:38px!important;
  height:38px!important;
  border-radius:13px!important;
  font-size:25px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  height:314px!important;
  max-height:314px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  grid-template-rows:repeat(5, 58px)!important;
  gap:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  min-height:58px!important;
  height:58px!important;
  padding:6px 10px!important;
  border-radius:16px!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  gap:1px!important;
  font-size:14px!important;
  line-height:1.08!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong b{
  line-height:1.08!important;
  max-width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  font-size:11.5px!important;
  line-height:1.15!important;
  white-space:normal!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  font-size:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  min-width:76px!important;
  height:32px!important;
  padding:0 12px!important;
  font-size:12.5px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  margin-top:10px!important;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
    height:304px!important;
    max-height:304px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
    grid-template-rows:repeat(5, 56px)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
    height:56px!important;
    min-height:56px!important;
    grid-template-columns:minmax(0,1fr) auto!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-add{
    grid-column:auto!important;
    justify-self:end!important;
    min-width:76px!important;
  }
}


/* v497 — separate useful-for-you marketing description + red add button */
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  background:#e12631!important;
  color:#fff!important;
  border-color:#e12631!important;
  box-shadow:0 8px 18px rgba(225,38,49,.18)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add:hover,
body[data-route="analizy-ta-tsiny"] .prices-useful-add:focus-visible{
  background:#c91d27!important;
  color:#fff!important;
  border-color:#c91d27!important;
}
.shop-useful-admin-row{
  grid-template-columns:120px minmax(240px,1fr) 92px minmax(220px,1.15fr) minmax(220px,1.15fr)!important;
  align-items:start!important;
}
.shop-useful-admin-row__desc textarea{
  width:100%!important;
  min-height:54px!important;
  resize:vertical!important;
  line-height:1.25!important;
}
.shop-useful-admin-row label{
  min-width:0!important;
}
@media (max-width:1180px){
  .shop-useful-admin-row{
    grid-template-columns:120px minmax(220px,1fr) 92px!important;
  }
  .shop-useful-admin-row__desc{
    grid-column:1 / -1!important;
  }
}
@media (max-width:980px){
  .shop-useful-admin-row{
    grid-template-columns:1fr!important;
  }
  .shop-useful-admin-row__desc{
    grid-column:auto!important;
  }
}

/* v498 — prices page promo card matches home composition; useful panel taller and smoother */
@media (min-width:1181px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:minmax(740px,780px) minmax(360px,1fr)!important;
    gap:28px!important;
    align-items:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
    min-height:504px!important;
    height:504px!important;
    align-self:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style{
    max-width:780px!important;
  }
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style{
  position:relative!important;
  padding:18px 20px 18px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #dce6f2!important;
  box-shadow:0 14px 34px rgba(0,43,102,.08)!important;
  grid-template-rows:auto minmax(0,1fr)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head{
  height:56px!important;
  margin:0 0 8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2{
  font-size:30px!important;
  line-height:1.05!important;
  letter-spacing:-.02em!important;
  color:#0b3476!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport{
  position:relative!important;
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  max-height:430px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#edf5ff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__track{
  height:100%!important;
  gap:0!important;
  transition:transform .48s ease!important;
  will-change:transform!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  flex:0 0 100%!important;
  position:relative!important;
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  max-height:430px!important;
  border-radius:20px!important;
  overflow:hidden!important;
  border:1px solid #dce6f2!important;
  background:#edf5ff!important;
  box-shadow:none!important;
  display:block!important;
  padding:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
  display:block!important;
  opacity:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--woman{object-position:center 24%!important;}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--man{object-position:center 25%!important;}
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--instrumental,
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style img.promo-slide__img--online{object-position:center center!important;}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  top:18px!important;
  left:22px!important;
  z-index:9!important;
  min-width:92px!important;
  padding:10px 18px!important;
  border-radius:15px!important;
  background:#e12631!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(225,38,49,.24)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  position:absolute!important;
  left:50%!important;
  bottom:54px!important;
  transform:translateX(-50%)!important;
  z-index:8!important;
  width:min(520px, calc(100% - 150px))!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  padding:6px 18px!important;
  border-radius:17px!important;
  display:grid!important;
  grid-template-rows:24px 20px!important;
  row-gap:0!important;
  align-content:center!important;
  align-items:center!important;
  justify-items:center!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(198,214,235,.92)!important;
  box-shadow:0 16px 36px rgba(6,43,104,.16)!important;
  backdrop-filter:blur(10px)!important;
  text-align:center!important;
  pointer-events:none!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay strong{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#0b3476!important;
  font-size:clamp(16px,1.05vw,21px)!important;
  line-height:1!important;
  letter-spacing:-.01em!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  height:20px!important;
  line-height:1!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price del{
  color:#8f9db4!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price em{
  color:#e12631!important;
  font-size:clamp(20px,1.45vw,27px)!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:279px!important;
  z-index:30!important;
  height:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 34px!important;
  pointer-events:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  border-radius:999px!important;
  border:1px solid rgba(197,214,239,.95)!important;
  background:rgba(255,255,255,.92)!important;
  color:#0b3476!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:28px!important;
  line-height:1!important;
  font-weight:900!important;
  box-shadow:0 12px 28px rgba(6,43,104,.14)!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button:hover,
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button:focus-visible{
  background:#fff!important;
  color:#0b3476!important;
  box-shadow:0 16px 34px rgba(6,43,104,.18)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  position:absolute!important;
  left:50%!important;
  bottom:32px!important;
  transform:translateX(-50%)!important;
  z-index:31!important;
  width:min(390px, calc(100% - 220px))!important;
  min-height:30px!important;
  height:30px!important;
  margin:0!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:rgba(255,255,255,.76)!important;
  border:1px solid rgba(197,214,239,.76)!important;
  box-shadow:0 8px 20px rgba(6,43,104,.10)!important;
  backdrop-filter:blur(8px)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i{
  display:block!important;
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  min-height:8px!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(18,70,142,.55)!important;
  background:rgba(255,255,255,.9)!important;
  opacity:1!important;
  visibility:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i.is-active{
  width:9px!important;
  height:9px!important;
  min-width:9px!important;
  min-height:9px!important;
  border-color:#e12631!important;
  background:#e12631!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  min-height:504px!important;
  height:504px!important;
  padding:18px 20px 16px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  min-height:56px!important;
  margin-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
  font-size:30px!important;
  line-height:1.05!important;
  letter-spacing:-.02em!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-nav button{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:999px!important;
  font-size:28px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  height:386px!important;
  max-height:386px!important;
  overflow:hidden!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-track{
  transition:transform .82s cubic-bezier(.22,.82,.22,1)!important;
  will-change:transform!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  grid-template-rows:repeat(5, 70px)!important;
  gap:7px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  min-height:70px!important;
  height:70px!important;
  padding:8px 12px!important;
  border-radius:18px!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  font-size:15px!important;
  line-height:1.1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  font-size:12px!important;
  line-height:1.2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  font-size:15px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  min-width:88px!important;
  height:36px!important;
  padding:0 15px!important;
  font-size:13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  margin-top:12px!important;
}
@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
    height:auto!important;
    min-height:0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:340px!important;
    min-height:340px!important;
    max-height:340px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:234px!important;
    padding:0 30px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    bottom:30px!important;
    width:min(340px, calc(100% - 140px))!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 100px)!important;
    bottom:48px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
    height:354px!important;
    max-height:354px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
    grid-template-rows:repeat(5, 64px)!important;
    gap:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
    min-height:64px!important;
    height:64px!important;
  }
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
    font-size:24px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:210px!important;
    padding:0 20px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button,
  body[data-route="analizy-ta-tsiny"] .prices-useful-nav button{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    font-size:26px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 34px)!important;
    bottom:48px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    width:calc(100% - 110px)!important;
    bottom:26px!important;
  }
}

/* v499 — prices page promo panel: same visual scale as home, not oversized */
@media (min-width:1181px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:minmax(600px,650px) minmax(390px,1fr)!important;
    gap:24px!important;
    align-items:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
    min-height:420px!important;
    height:420px!important;
    max-height:420px!important;
    align-self:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style{
    max-width:650px!important;
  }
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style{
  padding:18px 20px 18px!important;
  border-radius:24px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head{
  height:44px!important;
  min-height:44px!important;
  margin:0 0 8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2{
  font-size:30px!important;
  line-height:1.05!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  height:316px!important;
  min-height:316px!important;
  max-height:316px!important;
  border-radius:20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  top:18px!important;
  left:22px!important;
  min-width:92px!important;
  padding:10px 18px!important;
  border-radius:15px!important;
  font-size:17px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:54px!important;
  width:min(520px, calc(100% - 150px))!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  padding:6px 18px!important;
  border-radius:17px!important;
  grid-template-rows:24px 20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
  top:226px!important;
  padding:0 34px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  bottom:32px!important;
  width:min(390px, calc(100% - 220px))!important;
  min-height:30px!important;
  height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  min-height:420px!important;
  height:420px!important;
  max-height:420px!important;
  padding:18px 20px 16px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  min-height:44px!important;
  height:44px!important;
  margin-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
  font-size:30px!important;
  line-height:1.05!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  height:306px!important;
  max-height:306px!important;
  overflow:hidden!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-track{
  transition:transform .95s cubic-bezier(.20,.80,.20,1)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  grid-template-rows:repeat(5, 56px)!important;
  gap:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  min-height:56px!important;
  height:56px!important;
  padding:6px 12px!important;
  border-radius:16px!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  font-size:15px!important;
  line-height:1.08!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  font-size:12px!important;
  line-height:1.12!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  font-size:15px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  min-width:86px!important;
  height:34px!important;
  padding:0 14px!important;
  font-size:13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  margin-top:8px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:316px!important;
    min-height:316px!important;
    max-height:316px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:226px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
    height:306px!important;
    max-height:306px!important;
  }
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:210px!important;
  }
}

/* v500 — prices page: compact promo panel again + smaller section headings */
@media (min-width:1181px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    grid-template-columns:clamp(540px,40vw,620px) minmax(390px,1fr)!important;
    gap:24px!important;
    align-items:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel{
    min-height:348px!important;
    height:348px!important;
    max-height:348px!important;
    align-self:stretch!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style{
    max-width:620px!important;
    justify-self:start!important;
  }
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style{
  padding:14px!important;
  border-radius:20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  height:38px!important;
  min-height:38px!important;
  margin-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2,
body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.01em!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  height:248px!important;
  min-height:248px!important;
  max-height:248px!important;
  border-radius:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  top:14px!important;
  left:16px!important;
  min-width:74px!important;
  padding:7px 13px!important;
  border-radius:13px!important;
  font-size:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:42px!important;
  width:min(430px,calc(100% - 86px))!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  padding:6px 18px!important;
  border-radius:17px!important;
  grid-template-rows:24px 20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay strong{
  font-size:clamp(15px,1vw,19px)!important;
  line-height:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price{
  gap:9px!important;
  height:20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price del{
  font-size:13px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promo-card__price em{
  font-size:clamp(19px,1.35vw,25px)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
  top:178px!important;
  padding:0 26px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  font-size:25px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  bottom:20px!important;
  width:min(320px,calc(100% - 140px))!important;
  min-height:26px!important;
  height:26px!important;
  padding:5px 10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  min-height:348px!important;
  height:348px!important;
  max-height:348px!important;
  padding:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-nav button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:14px!important;
  font-size:25px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  height:252px!important;
  max-height:252px!important;
  overflow:hidden!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-track{
  transition:transform 1.15s cubic-bezier(.18,.86,.18,1)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  grid-template-rows:repeat(5, 46px)!important;
  gap:5px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  min-height:46px!important;
  height:46px!important;
  padding:4px 10px!important;
  border-radius:14px!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  font-size:13px!important;
  line-height:1.08!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  font-size:11px!important;
  line-height:1.1!important;
  -webkit-line-clamp:2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  font-size:14px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  min-width:78px!important;
  height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  margin-top:6px!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:248px!important;
    min-height:248px!important;
    max-height:248px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:178px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
    height:252px!important;
    max-height:252px!important;
  }
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
    font-size:20px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:210px!important;
    min-height:210px!important;
    max-height:210px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:154px!important;
    padding:0 18px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 58px)!important;
    bottom:38px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    width:calc(100% - 130px)!important;
    bottom:18px!important;
  }
}

/* v501 — prices page promo: move price badge closer to dots + 5s carousel sync */
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:30px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  bottom:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots i{
  cursor:pointer!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__track{
  transition:transform .82s cubic-bezier(.22,.82,.22,1)!important;
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    bottom:30px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    bottom:10px!important;
  }
}

/* v502 — prices page promo: keep promo title/price badge at the bottom edge of image */
body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  bottom:10px!important;
}
@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    bottom:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    bottom:8px!important;
  }
}


/* v504: dynamic sidebar height recalculation for package suggestions block */
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  transition:height .18s ease!important;
}


/* v507: stable Analizy ta tsiny sidebar height without cumulative layout drift */
body[data-route="analizy-ta-tsiny"] .prices-sidebar-layout{
  align-items:start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  height:var(--prices-sidebar-auto-height, auto)!important;
  min-height:0!important;
  max-height:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
}


/* v508: keep lower panels below the taller sidebar; fill short right panel to sidebar height */
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
  min-height:var(--prices-right-panel-min-height, 0px)!important;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
    min-height:0!important;
  }
}


/* v509: equalize Analizy ta tsiny first-row panels both ways */
body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar{
  height:auto!important;
  min-height:var(--prices-sidebar-min-height, 0px)!important;
  max-height:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
  min-height:var(--prices-right-panel-min-height, 0px)!important;
}
@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-groups-sidebar,
  body[data-route="analizy-ta-tsiny"] .prices-list-panel--with-sidebar{
    min-height:0!important;
  }
}

/* v510: highlighted check-up month offer and cleaner public check-up cards */
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:-24px;
  position:relative;
  z-index:4;
}
body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:22px;
}
body[data-route="check-upy"] .checkups-month-offer__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 12px;
}
body[data-route="check-upy"] .checkups-month-offer__head span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 15px;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:950;
  box-shadow:0 14px 26px rgba(227,6,19,.18);
}
body[data-route="check-upy"] .checkups-month-offer__head p{
  margin:0;
  color:#506d9a;
  font-size:13px;
  line-height:1.3;
  font-weight:750;
}
body[data-route="check-upy"] .checkup-card--month-offer{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  border-color:#ffd1d6;
  background:linear-gradient(135deg,#fff 0%,#fffafa 100%);
  box-shadow:0 18px 38px rgba(227,6,19,.09),0 14px 32px rgba(6,45,100,.08);
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
  height:100%;
  min-height:250px;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__body{
  padding:24px 24px 22px;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__titlebox h2{
  font-size:20px!important;
  line-height:1.14!important;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__purpose{
  font-size:13.2px!important;
  line-height:1.35!important;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__prices{
  max-width:520px;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__actions{
  justify-content:flex-start;
}
body[data-route^="admin/shop"] .shop-check--accent{
  padding:12px 14px;
  border:1px solid #ffd1d6;
  border-radius:14px;
  background:#fff7f8;
  color:#0b3476;
  font-weight:900;
}
@media (max-width:900px){
  body[data-route="check-upy"] .checkup-card--month-offer{
    grid-template-columns:1fr;
  }
  body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
    min-height:190px;
  }
  body[data-route="check-upy"] .checkups-month-offer__head{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* ==========================================================
   PROLAB CHECKUPS v511
   Compact regular check-up cards and up to 3 month offers.
   ========================================================== */
body[data-route="check-upy"] .checkups-packages,
body[data-route="check-upy"] .checkups-month-offer__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:-22px!important;
  padding:18px!important;
  border-radius:24px!important;
  border:1px solid #ffb9c0!important;
  background:linear-gradient(135deg,#e30613 0%,#ff4755 42%,#fff0f2 100%)!important;
  box-shadow:0 18px 42px rgba(227,6,19,.16),0 12px 28px rgba(6,45,100,.08)!important;
  position:relative!important;
  z-index:4!important;
}
body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:22px!important;
}
body[data-route="check-upy"] .checkups-month-offer__head{
  margin:0 0 14px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
}
body[data-route="check-upy"] .checkups-month-offer__head span{
  min-height:34px!important;
  padding:7px 16px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#e30613!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:0 14px 26px rgba(106,0,9,.18)!important;
}
body[data-route="check-upy"] .checkups-month-offer__head p{
  margin:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.28!important;
  font-weight:850!important;
  text-shadow:0 1px 0 rgba(106,0,9,.18)!important;
}
body[data-route="check-upy"] .checkup-card,
body[data-route="check-upy"] .checkup-card--month-offer{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:20px!important;
}
body[data-route="check-upy"] .checkup-card--month-offer{
  grid-template-columns:none!important;
  background:#fff!important;
  border-color:#ffb9c0!important;
  box-shadow:0 12px 30px rgba(106,0,9,.14)!important;
}
body[data-route="check-upy"] .checkup-card__image,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
  height:132px!important;
  min-height:132px!important;
}
body[data-route="check-upy"] .checkup-card__body,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__body{
  padding:14px 16px 14px!important;
  gap:10px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
}
body[data-route="check-upy"] .checkup-card__titlebox{
  min-height:0!important;
}
body[data-route="check-upy"] .checkup-card__titlebox h2,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__titlebox h2{
  margin-bottom:6px!important;
  font-size:16px!important;
  line-height:1.12!important;
}
body[data-route="check-upy"] .checkup-card__purpose,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__purpose{
  font-size:12.4px!important;
  line-height:1.28!important;
  font-weight:700!important;
}
body[data-route="check-upy"] .checkup-card__prices,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__prices{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0!important;
  max-width:none!important;
  order:4!important;
}
body[data-route="check-upy"] .checkup-card__price-block{
  min-height:56px!important;
  padding:8px 10px!important;
  border-radius:14px!important;
  gap:3px!important;
}
body[data-route="check-upy"] .checkup-card__price-block span{
  font-size:10px!important;
  line-height:1!important;
}
body[data-route="check-upy"] .checkup-card__old,
body[data-route="check-upy"] .checkup-card__old.is-current{
  font-size:13px!important;
  line-height:1.05!important;
}
body[data-route="check-upy"] .checkup-card__new{
  font-size:18px!important;
  line-height:1!important;
}
body[data-route="check-upy"] .checkup-card__actions,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__actions{
  margin-top:auto!important;
  gap:12px!important;
  justify-content:stretch!important;
}
body[data-route="check-upy"] .checkup-card__details,
body[data-route="check-upy"] .checkup-card__details.btn,
body[data-route="check-upy"] .checkup-card__btn,
body[data-route="check-upy"] .checkup-card__btn.btn,
body[data-route="check-upy"] .checkup-card__btn.btn-primary{
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  border-radius:13px!important;
}
@media (max-width:1180px){
  body[data-route="check-upy"] .checkups-packages,
  body[data-route="check-upy"] .checkups-month-offer__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkups-packages,
  body[data-route="check-upy"] .checkups-month-offer__grid{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkups-month-offer{
    padding:14px!important;
  }
  body[data-route="check-upy"] .checkups-month-offer__head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

/* ==========================================================
   PROLAB CHECKUPS v512
   Light month-offer panel, no hero overlap, individual check-up text.
   ========================================================== */
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:28px!important;
  padding:18px!important;
  border-radius:24px!important;
  border:1px solid #ffd1d6!important;
  background:linear-gradient(135deg,#fff6f7 0%,#fff1f3 100%)!important;
  box-shadow:0 12px 30px rgba(6,45,100,.06)!important;
  position:relative!important;
  z-index:auto!important;
}
body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:22px!important;
}
body[data-route="check-upy"] .checkups-month-offer__head{
  margin:0 0 14px!important;
  align-items:center!important;
}
body[data-route="check-upy"] .checkups-month-offer__head span{
  background:#fff!important;
  color:#e30613!important;
  border:1px solid #ffd1d6!important;
  box-shadow:0 8px 18px rgba(227,6,19,.08)!important;
}
body[data-route="check-upy"] .checkups-month-offer__head p{
  color:#0b3476!important;
  text-shadow:none!important;
  font-weight:800!important;
}
body[data-route="check-upy"] .checkup-card--month-offer{
  border-color:#ffd1d6!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(6,45,100,.075)!important;
}
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__price-block.is-sale{
  background:#fff7f8!important;
  border-color:#ffd1d6!important;
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkups-month-offer{
    margin-top:22px!important;
  }
}

/* v514: promotions loyalty link in filter panel */
body[data-route="aktsii"] .promos-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  line-height:1.1;
}
body[data-route="aktsii"] .promos-tab--loyalty{
  white-space:nowrap;
}

/* v517: remove overlay icons from Services landing cards */
body[data-route="posluhy"] .nav-landing-card__icon,
body[data-route="services"] .nav-landing-card__icon,
body[data-route="uslugi"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="posluhy"] .nav-landing-card__body,
body[data-route="services"] .nav-landing-card__body,
body[data-route="uslugi"] .nav-landing-card__body{
  padding-top:28px!important;
}

/* v518: catalog category panels use uploaded images and no overlay icons */
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo{
  overflow:hidden!important;
}
body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body{
  padding-top:24px!important;
}


/* v521: patient navigation cards use full photo previews without icon overlays */
body[data-route="patsiientam"] .nav-landing-card__icon,
body[data-route="pacientam"] .nav-landing-card__icon,
body[data-route="patients"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="patsiientam"] .nav-landing-card__body,
body[data-route="pacientam"] .nav-landing-card__body,
body[data-route="patients"] .nav-landing-card__body{
  padding-top:26px!important;
}

/* v522: analyses landing cards use full photo previews without icon overlays */
body[data-route="analizy"] .nav-landing-card__icon,
body[data-route="analyses"] .nav-landing-card__icon,
body[data-route="analizy-ru"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="analizy"] .nav-landing-card__body,
body[data-route="analyses"] .nav-landing-card__body,
body[data-route="analizy-ru"] .nav-landing-card__body{
  padding-top:26px!important;
}

/* v523: doctors landing cards use full photo previews without icon overlays */
body[data-route="likariam"] .nav-landing-card__icon,
body[data-route="doctors"] .nav-landing-card__icon,
body[data-route="vracham"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="likariam"] .nav-landing-card__body,
body[data-route="doctors"] .nav-landing-card__body,
body[data-route="vracham"] .nav-landing-card__body{
  padding-top:26px!important;
}

/* v523: doctors landing cards use full photo previews without icon overlays */
body[data-route="likariam"] .nav-landing-card__icon,
body[data-route="doctors"] .nav-landing-card__icon,
body[data-route="vracham"] .nav-landing-card__icon{
  display:none!important;
}
body[data-route="likariam"] .nav-landing-card__body,
body[data-route="doctors"] .nav-landing-card__body,
body[data-route="vracham"] .nav-landing-card__body{
  padding-top:26px!important;
}


/* v526 — services landing hero, cards and reasons block */
body[data-route="posluhy"] .section-hero__media--services-contain,
body[data-route="services"] .section-hero__media--services-contain,
body[data-route="uslugi"] .section-hero__media--services-contain{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  background:linear-gradient(135deg,#f7fbff 0%,#edf5ff 100%);
}
body[data-route="posluhy"] .section-hero__media--services-contain img,
body[data-route="services"] .section-hero__media--services-contain img,
body[data-route="uslugi"] .section-hero__media--services-contain img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  object-position:center center;
  transform:none!important;
}
body[data-route="posluhy"] .services-landing-reasons,
body[data-route="services"] .services-landing-reasons,
body[data-route="uslugi"] .services-landing-reasons{
  padding-top:6px;
}
body[data-route="posluhy"] .services-landing-reasons .service-benefit-strip,
body[data-route="services"] .services-landing-reasons .service-benefit-strip,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-strip{
  gap:20px;
}
body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
body[data-route="services"] .services-landing-reasons .service-benefit-mini,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
  padding:22px 22px 24px;
  gap:16px;
  border-radius:24px;
  min-height:170px;
  box-shadow:0 10px 26px rgba(27,68,132,.05);
}
body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  margin:2px 0 8px;
  font-size:clamp(17px,1.55vw,20px);
  line-height:1.24;
}
body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:15px;
  line-height:1.5;
}
body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
  width:72px;
  height:72px;
  min-width:72px;
}
@media (max-width:900px){
  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
    min-height:auto;
  }
}

/* v527 — services page hero image pushed right + reasons block typography reduced */
@media (min-width:981px){
  body[data-route="posluhy"] .section-hero__media--services-contain,
  body[data-route="services"] .section-hero__media--services-contain,
  body[data-route="uslugi"] .section-hero__media--services-contain{
    justify-content:flex-end!important;
    padding:8px 0 8px 56px!important;
  }

  body[data-route="posluhy"] .section-hero__media--services-contain img,
  body[data-route="services"] .section-hero__media--services-contain img,
  body[data-route="uslugi"] .section-hero__media--services-contain img{
    object-position:right center!important;
    transform:scale(.96)!important;
    transform-origin:right center!important;
  }
}

@media (max-width:980px){
  body[data-route="posluhy"] .section-hero__media--services-contain,
  body[data-route="services"] .section-hero__media--services-contain,
  body[data-route="uslugi"] .section-hero__media--services-contain{
    justify-content:center!important;
    padding:8px 10px!important;
  }

  body[data-route="posluhy"] .section-hero__media--services-contain img,
  body[data-route="services"] .section-hero__media--services-contain img,
  body[data-route="uslugi"] .section-hero__media--services-contain img{
    object-position:center center!important;
    transform:none!important;
  }
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
body[data-route="services"] .services-landing-reasons .service-benefit-mini,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
  padding:18px 18px 20px!important;
  gap:14px!important;
  min-height:154px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  margin:1px 0 6px!important;
  font-size:clamp(15px,1.25vw,17px)!important;
  line-height:1.26!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:13px!important;
  line-height:1.42!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
}

/* v528 — services reasons block compact typography and shorter cards */
body[data-route="posluhy"] .services-landing-reasons .service-benefit-strip,
body[data-route="services"] .services-landing-reasons .service-benefit-strip,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-strip{
  gap:16px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
body[data-route="services"] .services-landing-reasons .service-benefit-mini,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
  padding:14px 16px 16px!important;
  gap:12px!important;
  min-height:124px!important;
  border-radius:22px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  margin:0 0 4px!important;
  font-size:clamp(13px,1.05vw,15px)!important;
  line-height:1.2!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:11.5px!important;
  line-height:1.34!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
}

@media (max-width:900px){
  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
    min-height:auto!important;
  }
}

/* v529 — make services reasons cards noticeably shorter */
body[data-route="posluhy"] .services-landing-reasons .service-benefit-strip,
body[data-route="services"] .services-landing-reasons .service-benefit-strip,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-strip{
  gap:12px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
body[data-route="services"] .services-landing-reasons .service-benefit-mini,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
  padding:10px 12px!important;
  gap:10px!important;
  min-height:0!important;
  height:auto!important;
  align-items:flex-start!important;
  border-radius:20px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  margin:0 0 2px!important;
  font-size:clamp(11px,0.95vw,13px)!important;
  line-height:1.15!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:11px!important;
  line-height:1.28!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image img,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image img,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image img{
  width:22px!important;
  height:22px!important;
}

/* v530 — slightly larger typography and move reasons block closer to specialist cards */
body[data-route="posluhy"] .services-landing-reasons,
body[data-route="services"] .services-landing-reasons,
body[data-route="uslugi"] .services-landing-reasons{
  margin-top:14px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-section-heading,
body[data-route="services"] .services-landing-reasons .service-section-heading,
body[data-route="uslugi"] .services-landing-reasons .service-section-heading{
  margin:0 0 12px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-section-heading h2,
body[data-route="services"] .services-landing-reasons .service-section-heading h2,
body[data-route="uslugi"] .services-landing-reasons .service-section-heading h2{
  font-size:clamp(26px,2.8vw,38px)!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  margin:0 0 3px!important;
  font-size:clamp(14px,1.02vw,16px)!important;
  line-height:1.18!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:12.5px!important;
  line-height:1.32!important;
}

/* v531 — move reasons heading directly under specialist panels and enlarge card text one more step */
body[data-route="posluhy"] .services-landing-reasons,
body[data-route="services"] .services-landing-reasons,
body[data-route="uslugi"] .services-landing-reasons{
  margin-top:4px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-section-heading,
body[data-route="services"] .services-landing-reasons .service-section-heading,
body[data-route="uslugi"] .services-landing-reasons .service-section-heading{
  margin:0 0 10px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  font-size:clamp(15px,1.08vw,17px)!important;
  line-height:1.2!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:13.5px!important;
  line-height:1.34!important;
}

/* v531 — move reasons section directly under specialist cards and enlarge card text a bit */
body[data-route="posluhy"] .nav-landing-grid,
body[data-route="services"] .nav-landing-grid,
body[data-route="uslugi"] .nav-landing-grid{
  padding-bottom:8px!important;
}

body[data-route="posluhy"] .services-landing-reasons,
body[data-route="services"] .services-landing-reasons,
body[data-route="uslugi"] .services-landing-reasons{
  margin-top:0!important;
}

body[data-route="posluhy"] .services-landing-reasons.service-page-section,
body[data-route="services"] .services-landing-reasons.service-page-section,
body[data-route="uslugi"] .services-landing-reasons.service-page-section{
  margin-top:2px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-section-heading,
body[data-route="services"] .services-landing-reasons .service-section-heading,
body[data-route="uslugi"] .services-landing-reasons .service-section-heading{
  margin:0 0 10px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
  font-size:clamp(15px,1.08vw,17px)!important;
  line-height:1.2!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
  font-size:13.5px!important;
  line-height:1.34!important;
}

/* v532 — make service reason icons clearly visible again */
body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
}

body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image img,
body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image img,
body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image img{
  width:30px!important;
  height:30px!important;
}


/* v559 — clinic cabinet below-hero layout: compact features locked + security banner retained */
:root{
  --clinic-blue:#083a86;
  --clinic-accent:#0b55c6;
  --clinic-border:#cfe0f4;
  --clinic-soft:#eef6ff;
}

.clinic-cabinet-section,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section,
body[data-route="clinics/cabinet"] .clinic-cabinet-section{
  padding-top:22px;
  padding-bottom:20px;
}

.clinic-cabinet-section--features,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features,
.clinic-cabinet-security,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security,
body[data-route="clinics/cabinet"] .clinic-cabinet-security,
.clinic-cabinet-cta,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta{
  width:min(1180px, calc(100% - 32px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.clinic-cabinet-section__head,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head,
body[data-route="clinics/cabinet"] .clinic-cabinet-section__head{
  text-align:center;
  margin:0 0 22px;
}

.clinic-cabinet-section__head h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-section__head h2{
  margin:0;
  color:var(--clinic-blue);
  font-size:clamp(28px,2.5vw,36px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.025em;
}

.clinic-cabinet-section__head::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-section__head::after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  margin:12px auto 0;
  border-radius:999px;
  background:#e30613;
}

/* Можливості сервісу: locked compact version */
.clinic-cabinet-section--features .clinic-cabinet-features,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-features{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:16px !important;
  width:100%;
  margin:0 auto;
  align-items:stretch;
}

.clinic-cabinet-section--features .clinic-cabinet-feature,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature{
  min-width:0 !important;
  min-height:264px !important;
  display:grid !important;
  grid-template-columns:54px minmax(0,1fr) !important;
  grid-template-rows:66px minmax(0,1fr) !important;
  column-gap:12px !important;
  row-gap:8px !important;
  align-content:start !important;
  padding:22px 17px 20px !important;
  background:#fff !important;
  border:1px solid var(--clinic-border) !important;
  border-radius:16px !important;
  box-shadow:0 10px 24px rgba(11,52,118,.055) !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon{
  width:54px !important;
  height:54px !important;
  display:grid !important;
  grid-column:1 !important;
  grid-row:1 !important;
  place-items:center !important;
  align-self:start !important;
  justify-self:start !important;
  color:var(--clinic-accent) !important;
  background:#f5faff !important;
  border:1px solid #d2e3f7 !important;
  border-radius:14px !important;
  box-shadow:none !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
  width:40px !important;
  height:40px !important;
  object-fit:contain !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature h3,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3{
  min-width:0;
  grid-column:2 !important;
  grid-row:1 !important;
  align-self:center !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--clinic-blue) !important;
  font-size:15.3px !important;
  line-height:1.17 !important;
  font-weight:900 !important;
  letter-spacing:-.012em;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}

.clinic-cabinet-section--features .clinic-cabinet-feature h3::before,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3::before,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3::before{
  content:none !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature ul,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature ul,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature ul{
  grid-column:1 / -1 !important;
  grid-row:2 !important;
  align-self:start !important;
  margin:10px 0 0 !important;
  padding:0 0 0 20px !important;
  color:#173f77 !important;
  font-size:13.3px !important;
  line-height:1.34 !important;
  font-weight:700 !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature li,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li{
  margin:0 0 10px !important;
  padding-left:2px !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature li::marker,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li::marker,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li::marker{
  color:var(--clinic-accent);
  font-size:.72em;
}

.clinic-cabinet-section--features .clinic-cabinet-feature li:last-child,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li:last-child,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature li:last-child{
  margin-bottom:0 !important;
}

/* Захищений доступ: single banner, no sideways text overlap, normal icon sizes */
.clinic-cabinet-security,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security,
body[data-route="clinics/cabinet"] .clinic-cabinet-security{
  display:block !important;
  margin-top:30px !important;
  margin-bottom:30px !important;
  padding:24px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(11,85,198,.12), rgba(11,85,198,0) 34%),
    linear-gradient(90deg,#edf6ff 0%,#f8fbff 100%) !important;
  border:1px solid var(--clinic-border) !important;
  border-radius:22px !important;
  box-shadow:0 14px 34px rgba(8,58,134,.06) !important;
}

.clinic-cabinet-security__intro,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro{
  display:grid !important;
  grid-template-columns:96px minmax(0,1fr) !important;
  gap:20px !important;
  align-items:center !important;
  min-width:0 !important;
  margin:0 0 18px !important;
  padding:18px 22px !important;
  background:rgba(255,255,255,.76) !important;
  border:1px solid rgba(207,224,244,.95) !important;
  border-radius:18px !important;
  box-shadow:0 10px 22px rgba(8,58,134,.045) !important;
}

.clinic-cabinet-security__shield,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__shield{
  width:92px !important;
  height:92px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
  color:#0756cc !important;
  background:linear-gradient(180deg,#fff 0%,#edf6ff 100%) !important;
  border:1px solid #bed6f3 !important;
  border-radius:24px !important;
  box-shadow:0 10px 22px rgba(11,85,198,.10) !important;
}

.clinic-cabinet-security__shield svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield svg,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__shield svg{
  width:58px !important;
  height:58px !important;
  stroke:currentColor !important;
  stroke-width:2.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.clinic-cabinet-security__intro h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro h2{
  margin:0 0 8px !important;
  color:var(--clinic-blue) !important;
  font-size:clamp(24px,2.2vw,31px) !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:-.02em;
}

.clinic-cabinet-security__intro p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro p,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro p{
  max-width:760px !important;
  margin:0 !important;
  color:#173f77 !important;
  font-size:14px !important;
  line-height:1.42 !important;
  font-weight:650 !important;
}

.clinic-cabinet-security__items,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
}

.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  min-width:0 !important;
  min-height:126px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:11px !important;
  padding:16px 12px 14px !important;
  text-align:center !important;
  background:#fff !important;
  border:1px solid #c8dcf4 !important;
  border-radius:16px !important;
  box-shadow:0 8px 18px rgba(8,58,134,.045) !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  width:62px !important;
  height:62px !important;
  flex:0 0 62px !important;
  display:grid !important;
  place-items:center !important;
  color:#0756cc !important;
  background:#eef6ff !important;
  border:1px solid #c1d9f6 !important;
  border-radius:20px !important;
  box-shadow:inset 0 0 0 5px #f8fbff, 0 8px 15px rgba(11,85,198,.08) !important;
}

.clinic-cabinet-security__item-icon svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon svg,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon svg{
  width:36px !important;
  height:36px !important;
  stroke:currentColor !important;
  stroke-width:2.6 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  color:#123f80 !important;
  font-size:13px !important;
  line-height:1.24 !important;
  font-weight:850 !important;
}

/* Connection steps */
.clinic-cabinet-section--steps,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--steps,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--steps{
  width:min(1100px, calc(100% - 32px)) !important;
  max-width:1100px !important;
  padding-top:4px;
}

.clinic-cabinet-steps,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px;
  margin:0 auto;
  align-items:stretch;
}

.clinic-cabinet-steps article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps article{
  min-width:0;
  min-height:202px;
  position:relative;
  display:grid;
  grid-template-rows:56px auto 1fr;
  gap:10px;
  padding:18px 18px 20px;
  background:#fff;
  border:1px solid var(--clinic-border);
  border-radius:18px;
  box-shadow:0 10px 24px rgba(11,52,118,.045);
  text-align:center;
}

.clinic-cabinet-steps article:not(:last-child)::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article:not(:last-child)::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps article:not(:last-child)::after{
  content:"›";
  position:absolute;
  z-index:2;
  right:-21px;
  top:50%;
  width:40px;
  height:40px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  color:var(--clinic-accent);
  background:#fff;
  border:2px solid var(--clinic-accent);
  border-radius:50%;
  font-size:34px;
  line-height:1;
  font-weight:900;
}

.clinic-cabinet-step__top,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-step__top,
body[data-route="clinics/cabinet"] .clinic-cabinet-step__top{
  display:grid;
  grid-template-columns:36px 52px;
  gap:12px;
  justify-content:start;
  align-items:center;
}

.clinic-cabinet-step__top > span,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-step__top > span,
body[data-route="clinics/cabinet"] .clinic-cabinet-step__top > span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:var(--clinic-accent);
  background:#f4f9ff;
  border:1px solid #c7daf4;
  border-radius:50%;
  font-size:17px;
  line-height:1;
  font-weight:900;
}

.clinic-cabinet-step__icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-step__icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-step__icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  line-height:0;
}

.clinic-cabinet-step__icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-step__icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-step__icon img{
  width:46px;
  height:46px;
  object-fit:contain;
}

.clinic-cabinet-steps h3,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps h3,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps h3{
  margin:0;
  color:var(--clinic-blue);
  font-size:15.2px;
  line-height:1.16;
  font-weight:900;
}

.clinic-cabinet-steps p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps p,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps p{
  margin:0;
  color:#173f77;
  font-size:12.7px;
  line-height:1.34;
  font-weight:600;
}

/* Bottom CTA */
.clinic-cabinet-cta,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta{
  min-height:172px;
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 270px;
  gap:24px;
  align-items:center;
  margin-top:8px;
  margin-bottom:36px;
  padding:24px 30px;
  background:
    radial-gradient(circle at 100% 0%,rgba(11,85,198,.08),rgba(11,85,198,0) 34%),
    linear-gradient(90deg,#edf6ff 0%,#f8fbff 100%);
  border:1px solid var(--clinic-border);
  border-radius:20px;
  box-shadow:0 10px 24px rgba(11,52,118,.04);
}

.clinic-cabinet-cta__image svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image svg,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image svg{
  width:176px;
  height:126px;
  stroke:var(--clinic-accent);
}

.clinic-cabinet-cta__text h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text h2{
  margin:0 0 10px;
  color:var(--clinic-blue);
  font-size:clamp(23px,2vw,30px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.02em;
}

.clinic-cabinet-cta__text h2::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text h2::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text h2::after{
  content:"";
  display:block;
  width:48px;
  height:2px;
  margin-top:10px;
  border-radius:999px;
  background:#e30613;
}

.clinic-cabinet-cta__text p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text p,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text p{
  margin:0;
  color:#173f77;
  font-size:13.4px;
  line-height:1.38;
  font-weight:600;
}

.clinic-cabinet-cta__contacts,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts{
  display:grid;
  gap:9px;
  justify-items:stretch;
}

.clinic-cabinet-cta__contacts p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts p,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts p{
  margin:0;
  color:#173f77;
  font-size:13px;
  line-height:1.22;
  font-weight:800;
}

.clinic-cabinet-cta__contacts .btn,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts .btn,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts .btn{
  min-height:46px;
  border-radius:9px;
  box-shadow:0 10px 18px rgba(8,58,134,.15);
}

@media (min-width:981px) and (max-width:1160px){
  .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-features{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature{
    padding:18px 12px 18px !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    grid-template-rows:60px minmax(0,1fr) !important;
    column-gap:9px !important;
    min-height:260px !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon{
    width:46px !important;
    height:46px !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
    width:34px !important;
    height:34px !important;
    object-fit:contain !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature h3,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3{
    font-size:13.8px !important;
    line-height:1.16 !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature ul,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature ul,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature ul{
    font-size:12.7px !important;
    line-height:1.32 !important;
    padding-left:18px !important;
  }
}

@media (max-width:980px){
  .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
  .clinic-cabinet-steps,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .clinic-cabinet-security,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security,
  .clinic-cabinet-cta,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta,
  body[data-route="clinics/cabinet"] .clinic-cabinet-cta{
    grid-template-columns:1fr !important;
    padding:22px 18px !important;
  }

  .clinic-cabinet-security__items,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .clinic-cabinet-steps article::after,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps article::after,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps article::after{
    display:none !important;
  }
}

@media (max-width:720px){
  .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-features,
  .clinic-cabinet-steps,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps,
  .clinic-cabinet-security__items,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items{
    grid-template-columns:1fr !important;
  }

  .clinic-cabinet-security__intro,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro{
    grid-template-columns:1fr !important;
    text-align:center !important;
  }

  .clinic-cabinet-security__shield,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__shield{
    margin:0 auto !important;
  }
}



/* v560 — clinic cabinet security icons: generated PNG tiles, do not touch service features */
.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  min-height:158px !important;
  gap:12px !important;
  padding-top:16px !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  width:88px !important;
  height:88px !important;
  flex:0 0 88px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  color:inherit !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.clinic-cabinet-security__item-icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon img{
  width:88px !important;
  height:88px !important;
  display:block !important;
  object-fit:contain !important;
}

@media (min-width:981px) and (max-width:1160px){
  .clinic-cabinet-security__item-icon,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
    width:80px !important;
    height:80px !important;
    flex-basis:80px !important;
  }

  .clinic-cabinet-security__item-icon img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon img{
    width:80px !important;
    height:80px !important;
  }
}


/* Services hero image removed in v533: keep text-only hero layout */
body[data-route="posluhy"] .section-hero__media--empty,
body[data-route="services"] .section-hero__media--empty,
body[data-route="uslugi"] .section-hero__media--empty{
  display:none;
}

@media (min-width:981px){
  body[data-route="posluhy"] .section-hero__copy,
  body[data-route="services"] .section-hero__copy,
  body[data-route="uslugi"] .section-hero__copy{
    width:min(100%,920px);
  }
}



/* v561 — lower security card icons vertically, keep features block untouched */
.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  min-height:170px !important;
  padding-top:30px !important;
  padding-bottom:18px !important;
  gap:10px !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  margin-top:6px !important;
}


/* v562 — compact security panel height and title size; service features untouched */
.clinic-cabinet-security__intro,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro{
  min-height:0 !important;
  padding:16px 20px !important;
  margin-bottom:18px !important;
}

.clinic-cabinet-security__intro h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro h2{
  font-size:clamp(28px,2.5vw,36px) !important;
  line-height:1.08 !important;
  margin-bottom:8px !important;
}

.clinic-cabinet-security__intro p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro p,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro p{
  font-size:13.5px !important;
  line-height:1.36 !important;
}

.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  min-height:128px !important;
  justify-content:center !important;
  padding:14px 12px !important;
  gap:10px !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  width:78px !important;
  height:78px !important;
  flex:0 0 78px !important;
  margin-top:0 !important;
}

.clinic-cabinet-security__item-icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon img{
  width:78px !important;
  height:78px !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  font-size:13px !important;
  line-height:1.18 !important;
}


/* v563 — make security panel and cards truly compact; service features untouched */
.clinic-cabinet-security,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security,
body[data-route="clinics/cabinet"] .clinic-cabinet-security{
  padding:20px !important;
  margin-top:24px !important;
  margin-bottom:24px !important;
}

.clinic-cabinet-security__intro,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro{
  grid-template-columns:78px minmax(0,1fr) !important;
  gap:16px !important;
  padding:14px 18px !important;
  margin-bottom:14px !important;
  border-radius:16px !important;
}

.clinic-cabinet-security__shield,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__shield{
  width:74px !important;
  height:74px !important;
  border-radius:20px !important;
}

.clinic-cabinet-security__shield svg,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__shield svg,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__shield svg{
  width:46px !important;
  height:46px !important;
}

.clinic-cabinet-security__intro h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro h2{
  font-size:clamp(26px,2vw,32px) !important;
  line-height:1.08 !important;
  margin:0 0 6px !important;
}

.clinic-cabinet-security__intro p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__intro p,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__intro p{
  font-size:13.2px !important;
  line-height:1.32 !important;
}

.clinic-cabinet-security__items,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items{
  gap:12px !important;
}

.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  height:136px !important;
  min-height:136px !important;
  max-height:136px !important;
  display:grid !important;
  grid-template-rows:62px auto !important;
  align-content:center !important;
  justify-items:center !important;
  gap:8px !important;
  padding:10px 12px !important;
  overflow:hidden !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  width:62px !important;
  height:62px !important;
  flex:0 0 62px !important;
  margin:0 !important;
}

.clinic-cabinet-security__item-icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon img{
  width:62px !important;
  height:62px !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  font-size:12.8px !important;
  line-height:1.15 !important;
}

@media (max-width:720px){
  .clinic-cabinet-security__items article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
    height:auto !important;
    max-height:none !important;
    min-height:128px !important;
  }
}


/* v564 — pull security card titles closer to the icons, keep icons fixed, and reduce extra bottom height */
.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  height:122px !important;
  min-height:122px !important;
  max-height:122px !important;
  padding:10px 12px 8px !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  display:block !important;
  margin-top:-10px !important;
  font-size:12.6px !important;
  line-height:1.12 !important;
}

@media (max-width:720px){
  .clinic-cabinet-security__items article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
    height:auto !important;
    min-height:118px !important;
    max-height:none !important;
  }
}


/* v565 — larger security icons and simplified clinics connection steps */
.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  width:93px !important;
  height:93px !important;
  flex:0 0 93px !important;
}

.clinic-cabinet-security__item-icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon img{
  width:93px !important;
  height:93px !important;
}

.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  height:154px !important;
  min-height:154px !important;
  max-height:154px !important;
  grid-template-rows:90px auto !important;
  gap:6px !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  margin-top:-2px !important;
}

.clinic-cabinet-steps--text-only article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only article,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only article{
  min-height:192px !important;
  padding:34px 28px 26px !important;
}

.clinic-cabinet-steps--text-only article::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only article::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only article::after{
  display:none !important;
  content:none !important;
}

.clinic-cabinet-steps--text-only .clinic-cabinet-step__top,
.clinic-cabinet-steps--text-only .clinic-cabinet-step__icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only .clinic-cabinet-step__top,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only .clinic-cabinet-step__icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only .clinic-cabinet-step__top,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only .clinic-cabinet-step__icon{
  display:none !important;
}

.clinic-cabinet-steps--text-only h3,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only h3,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only h3{
  margin-top:0 !important;
  font-size:22px !important;
  line-height:1.18 !important;
}

.clinic-cabinet-steps--text-only p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only p,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only p{
  margin-top:12px !important;
}

@media (max-width: 720px){
  .clinic-cabinet-security__items article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
    height:auto !important;
    min-height:152px !important;
    max-height:none !important;
  }

  .clinic-cabinet-steps--text-only article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only article{
    min-height:auto !important;
    padding:24px 20px !important;
  }

  .clinic-cabinet-steps--text-only h3,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only h3,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only h3{
    font-size:20px !important;
  }
}


/* v566 — lower security icons and reduce clinic connection step typography */
.clinic-cabinet-security__items article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
  height:156px !important;
  min-height:156px !important;
  max-height:156px !important;
  padding:16px 12px 8px !important;
  grid-template-rows:96px auto !important;
  gap:0 !important;
}

.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  align-self:end !important;
  justify-self:center !important;
}

.clinic-cabinet-security__items b,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items b,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__items b{
  margin-top:0 !important;
}

.clinic-cabinet-steps--text-only article,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only article,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only article{
  min-height:168px !important;
  grid-template-rows:auto auto !important;
  align-content:start !important;
  gap:10px !important;
  padding:24px 22px 20px !important;
}

.clinic-cabinet-steps--text-only h3,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only h3,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only h3{
  margin:0 !important;
  color:var(--clinic-blue) !important;
  font-size:15.2px !important;
  line-height:1.16 !important;
  font-weight:900 !important;
}

.clinic-cabinet-steps--text-only p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only p,
body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only p{
  margin:0 !important;
  color:#173f77 !important;
  font-size:12.7px !important;
  line-height:1.34 !important;
  font-weight:600 !important;
}

@media (max-width: 720px){
  .clinic-cabinet-security__items article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__items article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-security__items article{
    height:auto !important;
    min-height:150px !important;
    max-height:none !important;
  }

  .clinic-cabinet-steps--text-only article,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-steps--text-only article,
  body[data-route="clinics/cabinet"] .clinic-cabinet-steps--text-only article{
    min-height:auto !important;
    padding:20px 18px !important;
  }
}


/* v567 — center security icons in service capability cards */
.clinic-cabinet-security__item-icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-security__item-icon{
  align-self:center !important;
  justify-self:center !important;
  transform:translateY(26px) !important;
}


/* v568 — remove duplicated red underline under clinic cabinet section headings */
.clinic-cabinet-section__head::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section__head::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-section__head::after{
  content:none !important;
  display:none !important;
}


/* ==========================================================
   PROLAB CLINICS CABINET v569
   Переформатування всіх іконок блоку “Можливості сервісу”:
   більша чиста squircle-плашка у стилі іконок безпеки, але
   трохи компактніша за великі іконки нижнього security-блоку.
   ========================================================== */
.clinic-cabinet-section--features .clinic-cabinet-feature,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature{
  grid-template-columns:76px minmax(0,1fr) !important;
  grid-template-rows:82px minmax(0,1fr) !important;
  column-gap:3px !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon{
  width:76px !important;
  height:76px !important;
  display:grid !important;
  place-items:center !important;
  align-self:start !important;
  justify-self:start !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
  width:76px !important;
  height:76px !important;
  object-fit:contain !important;
  display:block !important;
}

.clinic-cabinet-section--features .clinic-cabinet-feature h3,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature h3{
  align-self:center !important;
}

@media (min-width:981px) and (max-width:1160px){
  .clinic-cabinet-section--features .clinic-cabinet-feature,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature{
    grid-template-columns:66px minmax(0,1fr) !important;
    grid-template-rows:74px minmax(0,1fr) !important;
    column-gap:10px !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
    width:66px !important;
    height:66px !important;
  }
}


/* ==========================================================
   PROLAB CLINICS CABINET v570
   Іконки блоку “Можливості сервісу” взяті з готового архіву:
   використано готові лінійні малюнки, без перемальовування.
   Відображення — squircle-плашка як у нижньому блоці безпеки,
   але трохи компактніше.
   ========================================================== */
.clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
.clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
  width:74px !important;
  height:74px !important;
}

@media (min-width:981px) and (max-width:1160px){
  .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon,
  .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-section--features .clinic-cabinet-feature__icon img{
    width:64px !important;
    height:64px !important;
  }
}


/* ==========================================================
   PROLAB CLINICS CABINET v571
   CTA “Бажаєте підключити вашу клініку до Prolab Odesa?”
   uses the provided ready icon image instead of the old inline SVG.
   ========================================================== */
.clinic-cabinet-cta__image,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  line-height:0 !important;
}

.clinic-cabinet-cta__image img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image img,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image img{
  width:176px !important;
  height:176px !important;
  max-width:100% !important;
  object-fit:contain !important;
  display:block !important;
}

@media (max-width:980px){
  .clinic-cabinet-cta__image img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image img{
    width:150px !important;
    height:150px !important;
    margin-inline:auto !important;
  }
}


/* ==========================================================
   PROLAB CLINICS CABINET v574
   Compact white bottom CTA panel.
   ========================================================== */
.clinic-cabinet-cta,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta{
  min-height:142px !important;
  grid-template-columns:160px minmax(0,1fr) 300px !important;
  gap:20px !important;
  align-items:center !important;
  padding:16px 26px !important;
  background:#fff !important;
  border:1px solid #cfe0f4 !important;
  border-radius:18px !important;
  box-shadow:0 8px 22px rgba(11,52,118,.045) !important;
}

.clinic-cabinet-cta__image img,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image img,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image img{
  width:128px !important;
  height:128px !important;
}

.clinic-cabinet-cta__text h2,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text h2,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text h2{
  margin-bottom:8px !important;
  font-size:clamp(22px,1.75vw,28px) !important;
  line-height:1.1 !important;
}

.clinic-cabinet-cta__text h2::after,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text h2::after,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text h2::after{
  margin-top:8px !important;
}

.clinic-cabinet-cta__text p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__text p,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__text p{
  font-size:13px !important;
  line-height:1.32 !important;
}

.clinic-cabinet-cta__contacts,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts{
  gap:7px !important;
}

.clinic-cabinet-cta__contacts p,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts p,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts p{
  font-size:12.8px !important;
  line-height:1.18 !important;
}

.clinic-cabinet-cta__contacts .btn,
body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__contacts .btn,
body[data-route="clinics/cabinet"] .clinic-cabinet-cta__contacts .btn{
  min-height:42px !important;
  height:42px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

@media (max-width:980px){
  .clinic-cabinet-cta,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta,
  body[data-route="clinics/cabinet"] .clinic-cabinet-cta{
    grid-template-columns:1fr !important;
    padding:18px !important;
    min-height:0 !important;
  }

  .clinic-cabinet-cta__image img,
  body[data-route="klinikam/osobystyi-kabinet"] .clinic-cabinet-cta__image img,
  body[data-route="clinics/cabinet"] .clinic-cabinet-cta__image img{
    width:118px !important;
    height:118px !important;
  }
}


/* ==========================================================
   PROLAB DOCTORS CABINET v576
   Fix security cards on the doctors cabinet page: prevent the
   large icons from overlapping title text.
   ========================================================== */
body[data-route="likariam/osobystyi-kabinet"] .clinic-cabinet-security__items article{
  height:178px !important;
  min-height:178px !important;
  max-height:178px !important;
  padding:18px 12px 14px !important;
  display:grid !important;
  grid-template-rows:94px auto !important;
  align-content:start !important;
  gap:12px !important;
}

body[data-route="likariam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon{
  width:90px !important;
  height:90px !important;
  flex:0 0 90px !important;
  justify-self:center !important;
  align-self:start !important;
  transform:none !important;
  margin:0 !important;
}

body[data-route="likariam/osobystyi-kabinet"] .clinic-cabinet-security__item-icon img{
  width:90px !important;
  height:90px !important;
  object-fit:contain !important;
  display:block !important;
}

body[data-route="likariam/osobystyi-kabinet"] .clinic-cabinet-security__items b{
  align-self:start !important;
  margin:0 !important;
  display:block !important;
  font-size:12.4px !important;
  line-height:1.14 !important;
  text-align:center !important;
}

@media (max-width:720px){
  body[data-route="likariam/osobystyi-kabinet"] .clinic-cabinet-security__items article{
    height:auto !important;
    min-height:164px !important;
    max-height:none !important;
  }
}


/* v577 — contacts help CTA as blue primary button */
.contacts-chat-cta,
body[data-route="kontakty"] .contacts-chat-cta,
body[data-route="contacts"] .contacts-chat-cta{
  background:var(--navy) !important;
  color:#fff !important;
  border-color:var(--navy) !important;
  box-shadow:0 10px 20px rgba(8,58,134,.16) !important;
}

.contacts-chat-cta:hover,
body[data-route="kontakty"] .contacts-chat-cta:hover,
body[data-route="contacts"] .contacts-chat-cta:hover{
  background:#0b55c6 !important;
  border-color:#0b55c6 !important;
  color:#fff !important;
}


/* v579 — home promotions: unified title + crossed regular price + promo price badge */
.home-panels>.promo-panel.promo-slider .promo-slide__overlay{
  display:grid!important;
  grid-template-rows:24px 20px!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__overlay .promo-slide__summary{
  display:none!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  white-space:nowrap!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price del{
  color:#8f9db4!important;
  text-decoration:line-through!important;
  text-decoration-thickness:2px!important;
  font-weight:800!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide__price span{
  color:#e12631!important;
  font-weight:900!important;
}


/* v580 — restore home promotions carousel behaviour and keep controls above clickable slide area */
.home-panels>.promo-panel.promo-slider .promo-slide__hotspot{
  z-index:1!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__nav,
.home-panels>.promo-panel.promo-slider .promo-slider__dots,
.home-panels>.promo-panel.promo-slider .promo-slider__dot{
  pointer-events:auto!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__nav{
  z-index:80!important;
}
.home-panels>.promo-panel.promo-slider .promo-slider__dots{
  z-index:81!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide--has-price .promo-slide__summary{
  display:none!important;
}
.home-panels>.promo-panel.promo-slider .promo-slide--no-price .promo-slide__summary{
  display:block!important;
  margin:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#173f77!important;
  font-size:14px!important;
  line-height:1.18!important;
  font-weight:800!important;
  text-align:center!important;
}


/* v581: promotions admin — collapsed add panel and grouped promotion list */
.shop-admin-add-dropdown{
  width:100%;
}
.shop-admin-add-dropdown > summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
}
.shop-admin-add-dropdown > summary::-webkit-details-marker{
  display:none;
}
.shop-admin-add-dropdown > summary .btn{
  pointer-events:none;
}
.shop-admin-add-dropdown[open] > summary .btn{
  background:#07357f;
}
.shop-admin-add-dropdown[open] > summary .btn::after{
  content:" · згорнути";
  font-weight:800;
  opacity:.86;
}
.shop-admin-actionbar--promotion-add{
  justify-content:stretch;
  margin-bottom:16px;
}
.shop-admin-add-dropdown .shop-admin-add-card{
  margin:14px 0 18px;
}
.shop-admin-promotions-tree{
  margin-top:10px;
}
.shop-admin-promotions-tree .shop-admin-group-title{
  display:grid;
  gap:3px;
}
.shop-admin-promotions-tree .shop-admin-group-hint{
  display:block;
  color:#5b7398;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}
.shop-admin-promotions-tree .shop-admin-group-block > summary{
  align-items:center;
}
.shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary{
  grid-template-columns:minmax(260px,1.5fr) max-content max-content max-content max-content max-content max-content max-content;
}
@media (max-width:1500px){
  .shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:minmax(220px,1fr) repeat(4,max-content) max-content;
  }
  .shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary .summary-pill:nth-of-type(3),
  .shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary .summary-pill:nth-of-type(4){
    display:none;
  }
}
@media (max-width:1100px){
  .shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:1fr 1fr;
  }
  .shop-admin-add-dropdown > summary{
    justify-content:flex-start;
  }
}
@media (max-width:640px){
  .shop-admin-promotions-tree .shop-admin-edit-card summary.shop-admin-promo-summary{
    grid-template-columns:1fr;
  }
}


/* v584: grouped test icon library in admin */
.shop-icon-library__summary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f3f8ff;
  border:1px solid #d9e8fb;
  border-radius:999px;
  padding:9px 14px;
  color:#0b3476;
  font-size:13px;
  font-weight:800;
  margin:2px 0 16px;
}
.shop-icon-library__summary strong{
  font-size:18px;
  line-height:1;
}
.shop-icon-groups{
  display:grid;
  gap:14px;
}
.shop-icon-group{
  border:1px solid #dce6f2;
  border-radius:16px;
  background:#f8fbff;
  overflow:hidden;
}
.shop-icon-group summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  cursor:pointer;
  list-style:none;
  padding:13px 16px;
  color:#0b3476;
  font-weight:900;
  border-bottom:1px solid #dce6f2;
}
.shop-icon-group summary::-webkit-details-marker{
  display:none;
}
.shop-icon-group summary span{
  font-size:17px;
  line-height:1.2;
}
.shop-icon-group summary em{
  flex:0 0 auto;
  font-style:normal;
  font-size:12px;
  font-weight:900;
  color:#0b55e6;
  background:#fff;
  border:1px solid #d9e8fb;
  border-radius:999px;
  padding:6px 10px;
}
.shop-icon-group .shop-icon-grid{
  padding:14px;
}
.shop-icon-choice .shop-icon-preview--image{
  width:58px;
  height:58px;
  border-radius:18px;
}
.shop-icon-choice small{
  word-break:break-word;
}
@media (max-width:720px){
  .shop-icon-group summary{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* v585: admin icon picker dialog instead of redirecting to Icons section */
.shop-icon-picker-open{
  grid-column:2 / -1;
  justify-self:start;
  border:0;
  background:transparent;
  color:#0b55e6;
  font-size:12px;
  font-weight:900;
  padding:0;
  cursor:pointer;
  text-align:left;
}
.shop-icon-picker-open:hover{
  color:#083fbd;
  text-decoration:underline;
}
.shop-admin-icon-picker{
  width:min(1180px, calc(100vw - 32px));
}
.shop-admin-icon-picker .shop-admin-modal__head{
  align-items:flex-start;
}
.shop-admin-icon-picker .shop-admin-modal__head h2{
  margin-bottom:4px;
}
.shop-admin-icon-picker__search{
  display:block;
  margin:0 0 14px;
  color:#0b3476;
  font-weight:900;
}
.shop-admin-icon-picker__search input{
  margin-top:7px;
  width:100%;
  min-height:44px;
  border:1px solid #cfe0f4;
  border-radius:14px;
  padding:10px 13px;
  color:#0b3476;
  font:inherit;
  font-weight:700;
  outline:none;
}
.shop-admin-icon-picker__search input:focus{
  border-color:#0b55e6;
  box-shadow:0 0 0 3px rgba(11,85,230,.12);
}
.shop-admin-icon-picker__groups{
  max-height:62vh;
  overflow:auto;
  padding-right:4px;
}
.shop-admin-icon-picker .shop-icon-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}
.shop-admin-icon-picker .shop-icon-choice{
  min-height:128px;
}
.shop-admin-icon-picker .shop-icon-choice[hidden],
.shop-admin-icon-picker .shop-icon-group[hidden]{
  display:none!important;
}
@media (max-width:1180px){
  .shop-admin-icon-picker .shop-icon-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .shop-admin-icon-picker .shop-icon-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .shop-admin-icon-picker__groups{
    max-height:58vh;
  }
}

/* v586: smaller inner scale for custom image icons in admin and price rows */
.shop-icon-field > img.shop-icon-preview--image,
.shop-admin-row img.shop-icon-preview--image,
.shop-admin-add-card img.shop-icon-preview--image{
  width:42px!important;
  height:42px!important;
  max-width:42px!important;
  max-height:42px!important;
  padding:7px!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  background:#fff!important;
}
.shop-icon-choice img.shop-icon-preview--image{
  padding:9px!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  background:#fff!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__icon > img.prices-row__shop-icon--image,
body[data-route="analyses-prices"] .prices-row__icon > img.prices-row__shop-icon--image,
body[data-route="ru/analizy-i-ceny"] .prices-row__icon > img.prices-row__shop-icon--image,
.test-row__icon > img.shop-test-icon--image{
  width:22px!important;
  height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  padding:0!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* v588: patient cabinet auth and detailed order history */
.shop-auth-layout--cabinet{
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
}
.shop-register-side-card h2,
.shop-section-headline h2{
  margin:0 0 10px;
  color:#0b3476;
  font-size:24px;
  line-height:1.1;
  font-weight:900;
}
.shop-register-side-card p,
.shop-section-headline p{
  margin:0 0 14px;
  color:#526b92;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
}
.shop-auth-benefits{
  display:grid;
  gap:9px;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}
.shop-auth-benefits li{
  position:relative;
  padding-left:22px;
  color:#263a5e;
  font-size:14px;
  line-height:1.35;
  font-weight:750;
}
.shop-auth-benefits li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:9px;
  height:9px;
  border-radius:999px;
  background:#e30613;
  box-shadow:0 0 0 4px rgba(227,6,19,.10);
}
.shop-cabinet-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.shop-cabinet-stats article:nth-child(3) strong{
  font-size:24px;
  letter-spacing:-.03em;
}
.shop-cabinet-orders-preview{
  margin-top:28px;
}
.shop-section-headline{
  margin-bottom:14px;
}
.shop-order-history{
  display:grid;
  gap:12px;
}
.shop-order-card{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,43,102,.08);
  overflow:hidden;
}
.shop-order-card__summary{
  display:grid;
  grid-template-columns:minmax(160px,.75fr) minmax(180px,1fr) minmax(130px,.65fr);
  gap:12px;
  align-items:center;
  padding:16px 18px;
  cursor:pointer;
  color:#0b3476;
  font-size:14px;
  font-weight:800;
  list-style:none;
}
.shop-order-card__summary::-webkit-details-marker{
  display:none;
}
.shop-order-card__summary::after{
  content:"⌄";
  justify-self:end;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f1f7ff;
  color:#0b55e6;
  font-size:18px;
  font-weight:900;
}
.shop-order-card[open] .shop-order-card__summary::after{
  transform:rotate(180deg);
}
.shop-order-card__number{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  border-radius:999px;
  background:#f1f7ff;
  border:1px solid #dce6f2;
  padding:7px 11px;
  color:#0b3476;
  font-weight:900;
}
.shop-order-card__summary strong{
  color:#e30613;
  font-size:16px;
  font-weight:900;
}
.shop-order-card__body{
  border-top:1px solid #e8f0fa;
  padding:16px 18px 18px;
  background:linear-gradient(180deg,#fbfdff 0%,#fff 100%);
}
.shop-order-card__body h3{
  margin:14px 0 10px;
  color:#0b3476;
  font-size:18px;
  font-weight:900;
}
.shop-order-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.shop-order-card__meta span{
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#fff;
  padding:8px 11px;
  color:#526b92;
  font-size:12px;
  font-weight:800;
}
.shop-order-card__meta b{
  color:#0b3476;
}
.shop-order-items{
  display:grid;
  gap:6px;
}
.shop-order-items__head,
.shop-order-items__row{
  display:grid;
  grid-template-columns:105px minmax(220px,1fr) 88px 58px 108px 108px;
  gap:10px;
  align-items:center;
}
.shop-order-items__head{
  padding:0 10px;
  color:#526b92;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
}
.shop-order-items__row{
  min-height:46px;
  border:1px solid #e1ebf8;
  border-radius:12px;
  background:#fff;
  padding:9px 10px;
  color:#263a5e;
  font-size:13px;
  font-weight:750;
}
.shop-order-items__row strong{
  color:#0b3476;
  font-weight:900;
}
.shop-order-totals{
  width:min(100%,420px);
  margin:16px 0 0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px 14px;
  border-top:1px solid #dce6f2;
  padding-top:14px;
}
.shop-order-totals dt{
  color:#526b92;
  font-weight:800;
}
.shop-order-totals dd{
  margin:0;
  color:#0b3476;
  font-weight:900;
}
.shop-order-totals dd:last-child{
  color:#e30613;
  font-size:20px;
}
.shop-order-empty-line{
  margin:0;
  border:1px dashed #cbd8ea;
  border-radius:12px;
  background:#fff;
  padding:12px;
  color:#526b92;
  font-weight:750;
}
@media (max-width:980px){
  .shop-auth-layout--cabinet,
  .shop-cabinet-stats{
    grid-template-columns:1fr;
  }
  .shop-order-card__summary,
  .shop-order-items__head,
  .shop-order-items__row{
    grid-template-columns:1fr;
  }
  .shop-order-items__head{
    display:none;
  }
  .shop-order-card__summary::after{
    justify-self:start;
  }
  .shop-order-totals{
    width:100%;
  }
}

/* v589: first-stage protected patient cabinet */
.patient-cabinet{
  padding:24px 0 42px;
}
.patient-cabinet-hero{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:18px;
  padding:24px;
  border:1px solid #dce6f2;
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 100%);
  box-shadow:0 14px 32px rgba(0,43,102,.08);
}
.patient-cabinet-kicker{
  display:inline-flex;
  margin-bottom:8px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#fff;
  padding:6px 10px;
  color:#0b55e6;
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.patient-cabinet-hero h1,
.patient-auth-card h1{
  margin:0 0 8px;
  color:#0b3476;
  font-size:clamp(34px,3.4vw,54px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:900;
}
.patient-cabinet-hero p,
.patient-auth-card p,
.patient-muted{
  margin:0;
  color:#526b92;
  font-size:14px;
  line-height:1.5;
  font-weight:650;
}
.patient-cabinet-hero__actions,
.patient-detail-actions,
.patient-offer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.patient-cabinet-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr) 300px;
  gap:18px;
  align-items:start;
}
.patient-cabinet-sidebar,
.patient-cabinet-aside,
.patient-panel-card,
.patient-empty-state,
.patient-side-card,
.patient-offer-card,
.patient-loyalty-grid article,
.patient-future-grid article{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(0,43,102,.07);
}
.patient-cabinet-sidebar{
  padding:14px;
  position:sticky;
  top:14px;
}
.patient-cabinet-user{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
  padding:10px;
  border-radius:15px;
  background:#f6faff;
}
.patient-cabinet-user__avatar{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  font-weight:900;
  font-size:20px;
}
.patient-cabinet-user strong,
.patient-cabinet-user span{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.patient-cabinet-user strong{color:#0b3476;font-weight:900;}
.patient-cabinet-user span{color:#526b92;font-size:12px;font-weight:750;}
.patient-cabinet-nav{
  display:grid;
  gap:7px;
}
.patient-cabinet-nav a{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:42px;
  padding:9px 11px;
  border:1px solid transparent;
  border-radius:12px;
  color:#0b3476;
  font-size:14px;
  font-weight:900;
}
.patient-cabinet-nav a span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f1f7ff;
  color:#0b55e6;
}
.patient-cabinet-nav a.is-active,
.patient-cabinet-nav a:hover{
  background:#f6faff;
  border-color:#dce6f2;
}
.patient-cabinet-main{
  display:grid;
  gap:18px;
  min-width:0;
}
.patient-cabinet-aside{
  display:grid;
  gap:12px;
  position:sticky;
  top:14px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.patient-side-card{
  padding:17px;
}
.patient-side-card--accent{
  background:#f6faff;
}
.patient-side-card span,
.patient-offer-badge{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-bottom:8px;
  border-radius:999px;
  background:#fff1f3;
  color:#e30613;
  padding:5px 9px;
  font-size:11px;
  font-weight:900;
}
.patient-side-card h3,
.patient-panel-card h2,
.patient-offer-card h2,
.patient-loyalty-grid h3,
.patient-future-grid h3{
  margin:0 0 8px;
  color:#0b3476;
  font-weight:900;
}
.patient-side-card p,
.patient-panel-card p,
.patient-offer-card p,
.patient-loyalty-grid p,
.patient-future-grid p{
  margin:0 0 12px;
  color:#526b92;
  font-size:13px;
  line-height:1.45;
  font-weight:650;
}
.patient-dashboard-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.patient-dashboard-stats article,
.patient-quick-grid a{
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
  padding:18px;
}
.patient-dashboard-stats span,
.patient-dashboard-stats small{
  display:block;
  color:#526b92;
  font-size:12px;
  font-weight:850;
}
.patient-dashboard-stats strong{
  display:block;
  margin:7px 0 3px;
  color:#e30613;
  font-size:30px;
  line-height:1;
  font-weight:900;
}
.patient-quick-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.patient-quick-grid a{
  display:grid;
  gap:8px;
  color:#0b3476;
  min-height:142px;
}
.patient-quick-grid b{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f1f7ff;
  color:#0b55e6;
}
.patient-quick-grid strong{font-size:16px;font-weight:900;}
.patient-quick-grid span{color:#526b92;font-size:12px;line-height:1.35;font-weight:700;}
.patient-panel-card,
.patient-empty-state{
  padding:20px;
}
.patient-empty-state{
  min-height:220px;
  display:grid;
  place-items:center;
  text-align:center;
  gap:10px;
  border-style:dashed;
}
.patient-empty-state__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f1f7ff;
  color:#0b55e6;
  font-size:28px;
  font-weight:900;
}
.patient-empty-state h2{margin:0;color:#0b3476;font-size:24px;font-weight:900;}
.patient-empty-state p{max-width:520px;margin:0;color:#526b92;font-weight:650;line-height:1.45;}
.patient-dashboard-columns,
.patient-detail-grid,
.patient-profile-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.patient-panel-card--soft,
.patient-repeat-card,
.patient-loyalty-status{
  background:linear-gradient(135deg,#fff 0%,#f6faff 100%);
}
.patient-repeat-card,
.patient-loyalty-status,
.patient-order-detail-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}
.patient-order-detail-head strong{
  color:#e30613;
  font-size:30px;
  font-weight:900;
}
.patient-profile-dl,
.patient-order-totals{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:9px 14px;
  margin:0;
}
.patient-profile-dl dt{color:#526b92;font-weight:850;}
.patient-profile-dl dd{margin:0;color:#0b3476;font-weight:900;}
.patient-offer-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.patient-offer-card{
  padding:18px;
  display:grid;
  align-content:start;
  gap:6px;
}
.patient-offer-card strong{
  color:#e30613;
  font-size:22px;
  font-weight:900;
}
.patient-offer-actions form{display:contents;}
.patient-loyalty-grid,
.patient-future-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.patient-future-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.patient-loyalty-grid article,
.patient-future-grid article{padding:18px;}
.patient-loyalty-grid strong{
  display:block;
  color:#e30613;
  font-size:38px;
  line-height:1;
  font-weight:900;
  margin-bottom:8px;
}
.patient-loyalty-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0 14px;
}
.patient-cabinet-pill{
  display:inline-flex;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#f6faff;
  color:#0b3476;
  padding:7px 10px;
  font-size:12px;
  font-weight:900;
}
.patient-mini-list,
.patient-results-list{
  display:grid;
  gap:8px;
}
.patient-mini-list a,
.patient-results-list article{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  border:1px solid #e1ebf8;
  border-radius:14px;
  background:#fff;
  padding:11px 12px;
}
.patient-mini-list a{grid-template-columns:110px minmax(0,1fr);}
.patient-mini-list span,
.patient-results-list span:first-child{color:#526b92;font-size:12px;font-weight:800;}
.patient-mini-list strong,
.patient-results-list strong{color:#0b3476;font-weight:900;}
.patient-auth-layout{align-items:stretch;}
.patient-auth-side{align-self:stretch;}
.patient-auth-note{margin-top:14px!important;}
.patient-auth-note a{color:#0b55e6;font-weight:900;}
.patient-family-placeholder{
  margin-top:18px;
  border:1px dashed #cbd8ea;
  border-radius:14px;
  background:#f6faff;
  padding:14px;
}
.shop-order-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0 0;
}
.shop-order-card__actions form{display:contents;}
.shop-order-items__head,
.shop-order-items__row{
  grid-template-columns:90px minmax(180px,1fr) minmax(120px,.7fr) 78px 50px 96px 96px;
}
@media (max-width:1180px){
  .patient-cabinet-layout{grid-template-columns:220px minmax(0,1fr);}
  .patient-cabinet-aside{grid-column:1 / -1;position:static;grid-template-columns:repeat(2,minmax(0,1fr));}
  .patient-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:900px){
  .patient-cabinet-hero,
  .patient-repeat-card,
  .patient-loyalty-status,
  .patient-order-detail-head{display:grid;align-items:start;}
  .patient-cabinet-layout,
  .patient-dashboard-stats,
  .patient-dashboard-columns,
  .patient-detail-grid,
  .patient-profile-grid,
  .patient-offer-grid,
  .patient-loyalty-grid,
  .patient-future-grid,
  .patient-cabinet-aside{grid-template-columns:1fr;}
  .patient-cabinet-sidebar{position:static;}
  .patient-cabinet-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .patient-cabinet{padding-top:14px;}
  .patient-cabinet-hero{padding:18px;border-radius:18px;}
  .patient-cabinet-hero__actions,
  .patient-detail-actions{display:grid;width:100%;}
  .patient-cabinet-hero__actions .btn,
  .patient-detail-actions .btn{width:100%;}
  .patient-cabinet-nav{grid-template-columns:1fr;}
  .patient-quick-grid{grid-template-columns:1fr;}
  .patient-profile-dl{grid-template-columns:1fr;}
  .patient-mini-list a,
  .patient-results-list article{grid-template-columns:1fr;}
}


.prices-calc-auth-note {
  margin: 8px 0 0;
  font-size: 13px;
  color: #4b6b86;
}
.prices-calc-auth-note a {
  color: #0b62b4;
  font-weight: 700;
  text-decoration: none;
}
.prices-calc-auth-note a:hover {
  text-decoration: underline;
}

/* v590: compact patient cabinet + phone prefix input */
.patient-cabinet{
  padding:16px 0 30px;
}
.patient-cabinet-hero{
  margin-bottom:14px;
  padding:18px 20px;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(0,43,102,.065);
}
.patient-cabinet-kicker{
  margin-bottom:6px;
  padding:5px 9px;
  font-size:11px;
}
.patient-cabinet-hero h1,
.patient-auth-card h1{
  margin-bottom:6px;
  font-size:clamp(28px,2.8vw,42px);
  letter-spacing:-.035em;
}
.patient-cabinet-hero p,
.patient-auth-card p,
.patient-muted{
  font-size:13px;
  line-height:1.42;
}
.patient-cabinet-layout{
  grid-template-columns:218px minmax(0,1fr) 260px;
  gap:14px;
}
.patient-cabinet-sidebar{
  padding:10px;
  border-radius:16px;
}
.patient-cabinet-user{
  gap:8px;
  margin-bottom:9px;
  padding:8px;
  border-radius:13px;
}
.patient-cabinet-user__avatar{
  width:36px;
  height:36px;
  font-size:17px;
}
.patient-cabinet-nav{
  gap:5px;
}
.patient-cabinet-nav a{
  min-height:36px;
  padding:7px 9px;
  border-radius:10px;
  font-size:13px;
}
.patient-cabinet-nav a span{
  width:22px;
  height:22px;
  font-size:12px;
}
.patient-cabinet-main{
  gap:14px;
}
.patient-cabinet-aside{
  gap:10px;
}
.patient-side-card,
.patient-offer-card,
.patient-loyalty-grid article,
.patient-future-grid article{
  padding:14px;
  border-radius:16px;
}
.patient-panel-card,
.patient-empty-state{
  padding:16px;
  border-radius:16px;
}
.patient-dashboard-stats,
.patient-quick-grid,
.patient-dashboard-columns,
.patient-detail-grid,
.patient-profile-grid,
.patient-offer-grid,
.patient-loyalty-grid,
.patient-future-grid{
  gap:10px;
}
.patient-dashboard-stats article,
.patient-quick-grid a{
  padding:14px;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(0,43,102,.055);
}
.patient-dashboard-stats strong{
  margin:5px 0 2px;
  font-size:24px;
}
.patient-quick-grid a{
  min-height:112px;
  gap:6px;
}
.patient-quick-grid b{
  width:30px;
  height:30px;
}
.patient-quick-grid strong{
  font-size:15px;
}
.patient-mini-list a,
.patient-results-list article{
  padding:9px 10px;
  border-radius:12px;
}
.patient-empty-state{
  min-height:168px;
}
.patient-empty-state__icon{
  width:44px;
  height:44px;
  font-size:24px;
}
.patient-empty-state h2{
  font-size:21px;
}
.patient-auth-page--compact{
  padding-top:18px;
}
.patient-auth-layout--narrow{
  max-width:720px;
  margin:0 auto;
  grid-template-columns:1fr;
}
.patient-phone-input{
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid #dce6f2;
  border-radius:13px;
  background:#fff;
}
.patient-phone-input > span{
  display:grid;
  place-items:center;
  align-self:stretch;
  min-width:70px;
  padding:0 12px;
  border-right:1px solid #dce6f2;
  background:#f6faff;
  color:#0b3476;
  font-weight:900;
}
.patient-phone-input input{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  min-width:0;
}
.patient-field-hint{
  display:block;
  margin-top:6px;
  color:#6b7f99;
  font-size:12px;
  font-weight:700;
}
@media (max-width:1180px){
  .patient-cabinet-layout{grid-template-columns:200px minmax(0,1fr);}
}
@media (max-width:640px){
  .patient-cabinet-hero{padding:15px;border-radius:16px;}
  .patient-cabinet-hero h1,.patient-auth-card h1{font-size:28px;}
  .patient-dashboard-stats article,.patient-quick-grid a,.patient-panel-card,.patient-empty-state{padding:14px;}
}

/* v596: two price columns only for Packages and Promotions in Analyses & Prices */
body[data-route="analizy-ta-tsiny"] .prices-table__discount-head,
body[data-route="ru/analizy-i-ceny"] .prices-table__discount-head,
body[data-route="analizy-ta-tsiny"] .prices-row__discount-price,
body[data-route="ru/analizy-i-ceny"] .prices-row__discount-price{
  display:none!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-table__head,
body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-table__head,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row{
  grid-template-columns:42px minmax(0,1fr) 92px 118px 92px 118px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-table__discount-head,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-table__discount-head{
  display:block!important;
  justify-self:center!important;
  text-align:center!important;
  font-size:13px!important;
  line-height:1.05!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__discount-price,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__discount-price{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  width:100%!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__discount-price strong,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__discount-price strong{
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#c8243f!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__price del,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__price del{
  color:#8e99a8!important;
  text-decoration-thickness:1.5px!important;
  font-size:13px!important;
  line-height:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__price small,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__price small{
  color:#6b7280!important;
  font-size:11px!important;
  line-height:1.05!important;
  font-weight:800!important;
  white-space:normal!important;
}

@media (max-width:1180px){
  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-table__head,
  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-table__head,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row{
    grid-template-columns:38px minmax(0,1fr) 80px 104px 82px 106px!important;
    column-gap:8px!important;
  }
}

@media (max-width:720px){
  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-table__head,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-table__head{
    display:none!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row{
    grid-template-columns:38px minmax(0,1fr) auto!important;
    row-gap:6px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__price,
  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__discount-price,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__price,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__discount-price{
    grid-column:2 / 3!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__term,
  body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__term{
    grid-column:2 / 3!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }
}

/* v599: manual/calculated package items in admin */
.shop-admin-package-item-code-muted{
  color:#9aa9bd;
  font-weight:900;
}
.shop-admin-package-item-calculated{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  padding:2px 6px;
  border-radius:999px;
  background:#fff1f3;
  color:#d81f3f;
  font-size:10px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
}

/* v600: admin package composition format help */
.shop-admin-package-format-help{
  margin:8px 0 0;
  padding:10px 12px;
  border:1px solid #ffd8de;
  border-radius:12px;
  background:#fff7f8;
  color:#5f2130;
  font-size:12px;
  line-height:1.45;
}
.shop-admin-package-format-help strong{
  display:block;
  color:#b3132f;
  margin-bottom:5px;
  font-size:12px;
}
.shop-admin-package-format-help ul{
  margin:0;
  padding-left:18px;
}
.shop-admin-package-format-help li + li{
  margin-top:3px;
}
.shop-admin-package-format-help code{
  color:#9b1027;
  background:#fff;
  border:1px solid #ffe0e5;
  border-radius:6px;
  padding:1px 4px;
}

/* v601: grouped admin forms for tests and packages/check-up */
.shop-admin-fieldset{
  grid-column:1 / -1;
  border:1px solid #dce6f2;
  border-radius:14px;
  background:#f9fcff;
  padding:0;
  overflow:hidden;
  align-self:stretch;
}
.shop-admin-fieldset > summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:38px;
  padding:10px 12px;
  color:#0b3476;
  font-size:13px;
  font-weight:1000;
  background:linear-gradient(90deg,#eef6ff 0%,#fff 100%);
}
.shop-admin-fieldset > summary::-webkit-details-marker{display:none;}
.shop-admin-fieldset > summary::after{
  content:"Відкрити";
  border:1px solid #dce6f2;
  background:#fff;
  color:#0b55e6;
  border-radius:999px;
  padding:4px 9px;
  font-size:11px;
  font-weight:900;
}
.shop-admin-fieldset[open] > summary::after{content:"Закрити";}
.shop-admin-fieldset-note{
  margin:10px 12px 0;
  color:#5d7396;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}
.shop-admin-fieldset-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(160px,1fr));
  gap:10px;
  padding:12px;
  align-items:end;
}
.shop-admin-fieldset-grid .span-2,
.shop-admin-fieldset .span-2{grid-column:span 2;}
.shop-admin-fieldset-grid--names{grid-template-columns:repeat(2,minmax(180px,1fr));}
.shop-admin-code-field{max-width:112px;}
.shop-admin-code-field input{width:9ch!important;max-width:100%;}
.shop-admin-title-field{grid-column:span 2;}
.shop-admin-package-type-field{max-width:max-content;min-width:130px;}
.shop-admin-package-code-field{max-width:104px;}
.shop-admin-package-title-field{grid-column:span 3;}
.shop-admin-package-short-title-field{grid-column:span 2;}
.shop-admin-package-form,
.shop-admin-test-add-form,
.shop-admin-test-edit-form{grid-template-columns:repeat(6,minmax(130px,1fr));}
.shop-admin-package-form label small,
.shop-admin-test-add-form label small,
.shop-admin-test-edit-form label small{font-weight:700;}
.shop-admin-package-items-table{grid-template-columns:52px 110px minmax(220px,1fr) 110px;}
.shop-admin-package-items-table > span:nth-child(-n+4){color:#5d7396;background:#f6faff;text-transform:uppercase;font-weight:900;}
@media(max-width:980px){
  .shop-admin-fieldset-grid,
  .shop-admin-fieldset-grid--names,
  .shop-admin-package-form,
  .shop-admin-test-add-form,
  .shop-admin-test-edit-form{grid-template-columns:1fr;}
  .shop-admin-title-field,
  .shop-admin-package-title-field,
  .shop-admin-package-short-title-field,
  .shop-admin-fieldset-grid .span-2,
  .shop-admin-fieldset .span-2{grid-column:auto;}
}

/* v602: price-list purpose line, code before title, information speedbutton and cleaner admin icon library */
body[data-route="analizy-ta-tsiny"] .prices-row,
body[data-route="analyses-prices"] .prices-row,
body[data-route="ru/analizy-i-ceny"] .prices-row{
  min-height:82px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__name,
body[data-route="analyses-prices"] .prices-row__name,
body[data-route="ru/analizy-i-ceny"] .prices-row__name{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:5px!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  padding-right:10px!important;
  line-height:1.18!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__title-line,
body[data-route="analyses-prices"] .prices-row__title-line,
body[data-route="ru/analizy-i-ceny"] .prices-row__title-line{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  max-width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__code,
body[data-route="analyses-prices"] .prices-row__code,
body[data-route="ru/analizy-i-ceny"] .prices-row__code{
  flex:0 0 auto!important;
  min-width:42px!important;
  max-width:72px!important;
  padding:3px 7px!important;
  border-radius:8px!important;
  background:#eef5ff!important;
  color:#0b3476!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  text-align:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__title,
body[data-route="analyses-prices"] .prices-row__title,
body[data-route="ru/analizy-i-ceny"] .prices-row__title{
  min-width:0!important;
  color:#0b3476!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.16!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row__included,
body[data-route="analyses-prices"] .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__included{
  max-width:100%!important;
  padding:4px 8px!important;
  border:1px solid #dce9f8!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#0b3476!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:750!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:0 4px 10px rgba(0,43,102,.04)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__included,
body[data-route="analyses-prices"] .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__included{
  color:#27426b!important;
  background:#fdfefe!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__purpose b,
body[data-route="analizy-ta-tsiny"] .prices-row__included b,
body[data-route="analyses-prices"] .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row__included b{
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__info,
body[data-route="analyses-prices"] .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__info{
  flex:0 0 auto!important;
  width:24px!important;
  height:24px!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #cfe0f4!important;
  background:linear-gradient(180deg,#fff,#f2f7ff)!important;
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 7px 14px rgba(0,43,102,.10)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__info:hover,
body[data-route="analyses-prices"] .prices-row__info:hover,
body[data-route="ru/analizy-i-ceny"] .prices-row__info:hover{
  border-color:#0b55e6!important;
  color:#0b55e6!important;
  transform:translateY(-1px)!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__purpose,
  body[data-route="analyses-prices"] .prices-row__purpose,
  body[data-route="ru/analizy-i-ceny"] .prices-row__purpose,
  body[data-route="analizy-ta-tsiny"] .prices-row__included,
  body[data-route="analyses-prices"] .prices-row__included,
  body[data-route="ru/analizy-i-ceny"] .prices-row__included{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
}

body[data-route^="admin/shop"] .shop-icon-choice{
  min-height:142px!important;
  padding:14px 12px!important;
}
body[data-route^="admin/shop"] .shop-icon-choice .shop-icon-preview,
body[data-route^="admin/shop"] .shop-icon-choice img.shop-icon-preview--image,
body[data-route^="admin/shop"] .shop-icon-choice span.shop-icon-preview--builtin{
  width:62px!important;
  height:62px!important;
  max-width:62px!important;
  max-height:62px!important;
}
body[data-route^="admin/shop"] .shop-icon-choice img.shop-icon-preview--image{
  padding:5px!important;
  object-fit:contain!important;
}
body[data-route^="admin/shop"] .shop-icon-choice strong{
  font-size:12px!important;
  line-height:1.15!important;
}
body[data-route^="admin/shop"] .shop-icon-choice small{
  font-size:10px!important;
}

/* v603: clearer price-list purpose blocks, visible info buttons, package sidebar icon, admin visibility note */
body[data-route^="admin/shop"] .shop-admin-fieldset-note--important{
  margin-top:8px!important;
  padding:9px 11px!important;
  border:1px solid #d7e3f3!important;
  border-radius:12px!important;
  background:#f5f8fc!important;
  color:#24446f!important;
  font-weight:800!important;
}
body[data-route^="admin/shop"] .shop-admin-fieldset-note--important b{
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__purpose{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  width:auto!important;
  max-width:min(100%,520px)!important;
  padding:5px 9px!important;
  border:1px solid #d7dde7!important;
  border-radius:10px!important;
  background:#f2f4f7!important;
  color:#40506a!important;
  font-size:12px!important;
  line-height:1.18!important;
  font-weight:760!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__purpose b{
  flex:0 0 auto!important;
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__info,
body[data-route="analyses-prices"] .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__info{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:10px!important;
  border:1px solid #0b55e6!important;
  background:linear-gradient(180deg,#ffffff 0%,#eaf2ff 100%)!important;
  color:#0b55e6!important;
  font-size:16px!important;
  font-weight:950!important;
  box-shadow:0 9px 18px rgba(11,85,230,.16)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__info::before,
body[data-route="analyses-prices"] .prices-row__info::before,
body[data-route="ru/analizy-i-ceny"] .prices-row__info::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:#e30613;
  position:absolute;
  margin-top:-20px;
  margin-left:20px;
  box-shadow:0 0 0 2px #fff;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package .prices-group-btn__icon,
body[data-route="analyses-prices"] .prices-group-btn--package .prices-group-btn__icon,
body[data-route="ru/analizy-i-ceny"] .prices-group-btn--package .prices-group-btn__icon{
  width:46px!important;
  height:46px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-btn--package .prices-group-btn__icon img,
body[data-route="analyses-prices"] .prices-group-btn--package .prices-group-btn__icon img,
body[data-route="ru/analizy-i-ceny"] .prices-group-btn--package .prices-group-btn__icon img{
  width:44px!important;
  height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  object-fit:contain!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__purpose,
  body[data-route="analyses-prices"] .prices-row__purpose,
  body[data-route="ru/analizy-i-ceny"] .prices-row__purpose{
    width:100%!important;
    white-space:normal!important;
  }
}
body[data-route="analizy-ta-tsiny"] .prices-row__info,
body[data-route="analyses-prices"] .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__info{
  position:relative!important;
}

/* v604: split each price row into old top line + separate grey details bar with info button */
body[data-route="analizy-ta-tsiny"] .prices-row,
body[data-route="analyses-prices"] .prices-row,
body[data-route="ru/analizy-i-ceny"] .prices-row{
  grid-auto-rows:auto!important;
  row-gap:7px!important;
  min-height:92px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__name,
body[data-route="analyses-prices"] .prices-row__name,
body[data-route="ru/analizy-i-ceny"] .prices-row__name{
  align-self:center!important;
  gap:0!important;
  padding-right:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__title-line,
body[data-route="analyses-prices"] .prices-row__title-line,
body[data-route="ru/analizy-i-ceny"] .prices-row__title-line{
  align-items:center!important;
  gap:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details,
body[data-route="analyses-prices"] .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row__details{
  grid-column:2 / -1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  padding:7px 9px 7px 12px!important;
  border:1px solid #d9dee8!important;
  border-radius:11px!important;
  background:#f2f4f7!important;
  color:#40506a!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:hidden!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#40506a!important;
  font-size:12px!important;
  line-height:1.18!important;
  font-weight:760!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose b,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included b{
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__info{
  flex:0 0 auto!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  align-self:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__info::before,
body[data-route="analyses-prices"] .prices-row__details .prices-row__info::before,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__info::before{
  margin-top:-20px!important;
  margin-left:20px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__details{
  grid-column:2 / -1!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__details,
  body[data-route="analyses-prices"] .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details{
    grid-column:1 / -1!important;
    align-items:flex-start!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose,
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
}

/* v605: compact lower info strip in price rows, info button placed outside the grey strip */
body[data-route="analizy-ta-tsiny"] .prices-row__details,
body[data-route="analyses-prices"] .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row__details{
  grid-column:2 / -1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  margin-top:0!important;
  padding:0 2px 1px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#40506a!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:1px!important;
  min-width:0!important;
  flex:1 1 auto!important;
  overflow:hidden!important;
  padding:4px 10px!important;
  border:1px solid #d9dee8!important;
  border-radius:9px!important;
  background:#f2f4f7!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#46556b!important;
  font-size:11.5px!important;
  line-height:1.08!important;
  font-weight:720!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose b,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included b{
  color:#0b3476!important;
  font-weight:900!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__info{
  flex:0 0 auto!important;
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  align-self:center!important;
  margin-left:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__info::before,
body[data-route="analyses-prices"] .prices-row__details .prices-row__info::before,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__info::before{
  margin-top:-18px!important;
  margin-left:18px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table.is-dual-price-mode .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-table.is-dual-price-mode .prices-row__details{
  grid-column:2 / -1!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__details,
  body[data-route="analyses-prices"] .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details{
    grid-column:1 / -1!important;
    align-items:center!important;
    gap:7px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
  body[data-route="analyses-prices"] .prices-row__details-text,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
    padding:4px 9px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose,
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
    white-space:nowrap!important;
    display:block!important;
    -webkit-line-clamp:unset!important;
    -webkit-box-orient:initial!important;
  }
}

/* v606: refined price-row lower panel and code badge colors */
body[data-route="analizy-ta-tsiny"] .prices-row__code,
body[data-route="analyses-prices"] .prices-row__code,
body[data-route="ru/analizy-i-ceny"] .prices-row__code{
  background:#0b3476!important;
  color:#fff!important;
  border:1px solid #0b3476!important;
  box-shadow:0 5px 12px rgba(11,52,118,.12)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details,
body[data-route="analyses-prices"] .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row__details{
  gap:9px!important;
  padding:1px 2px 2px 0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
  padding:6px 12px!important;
  min-height:30px!important;
  border:1px solid #d6e6fb!important;
  border-radius:10px!important;
  background:#eef5ff!important;
  color:#0b3476!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
  color:#0b3476!important;
  font-size:12px!important;
  line-height:1.12!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose b,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included b{
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__info{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
  body[data-route="analyses-prices"] .prices-row__details-text,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
    padding:6px 10px!important;
    min-height:30px!important;
  }
}

/* v609: secure SMTP admin settings */
.shop-form-card--smtp .shop-form-grid--smtp-test{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #edf2f8;
}
.shop-form-card--smtp code{
  display:inline-block;
  padding:1px 5px;
  border-radius:6px;
  background:#f0f6ff;
  color:#0b3476;
  font-weight:850;
}

/* v610: separate “what is included” and “purpose” badges in Analyses and prices */
body[data-route="analizy-ta-tsiny"] .prices-row__details,
body[data-route="analyses-prices"] .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row__details{
  align-items:flex-start!important;
  gap:9px!important;
  padding:2px 2px 3px 0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row__details-text{
  display:grid!important;
  gap:5px!important;
  padding:0!important;
  min-height:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:6px 12px!important;
  border-radius:10px!important;
  font-size:12px!important;
  line-height:1.14!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included{
  border:1px solid #d6e6fb!important;
  background:#eef5ff!important;
  color:#0b3476!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose{
  border:1px solid #cfe9dd!important;
  background:#eefaf4!important;
  color:#14643f!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included b{
  color:#0b3476!important;
  font-weight:950!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose b{
  color:#14643f!important;
  font-weight:950!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__included,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__included,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__included,
  body[data-route="analizy-ta-tsiny"] .prices-row__details .prices-row__purpose,
  body[data-route="analyses-prices"] .prices-row__details .prices-row__purpose,
  body[data-route="ru/analizy-i-ceny"] .prices-row__details .prices-row__purpose{
    padding:6px 10px!important;
  }
}

/* v611: align special-sidebar toggle and let price rows grow with two info badges */
body[data-route="analizy-ta-tsiny"] .prices-group-block--special .prices-group-btn[data-group-toggle],
body[data-route="analyses-prices"] .prices-group-block--special .prices-group-btn[data-group-toggle],
body[data-route="ru/analizy-i-ceny"] .prices-group-block--special .prices-group-btn[data-group-toggle]{
  grid-template-columns:40px minmax(0,1fr) 18px!important;
  grid-template-rows:auto!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--special .prices-group-btn[data-group-toggle]::after,
body[data-route="analyses-prices"] .prices-group-block--special .prices-group-btn[data-group-toggle]::after,
body[data-route="ru/analizy-i-ceny"] .prices-group-block--special .prices-group-btn[data-group-toggle]::after{
  grid-column:3!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
  margin:0!important;
  line-height:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-group-block--special .prices-group-btn__icon,
body[data-route="analyses-prices"] .prices-group-block--special .prices-group-btn__icon,
body[data-route="ru/analizy-i-ceny"] .prices-group-block--special .prices-group-btn__icon,
body[data-route="analizy-ta-tsiny"] .prices-group-block--special .prices-group-btn__text,
body[data-route="analyses-prices"] .prices-group-block--special .prices-group-btn__text,
body[data-route="ru/analizy-i-ceny"] .prices-group-block--special .prices-group-btn__text{
  grid-row:1!important;
  align-self:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details,
body[data-route="analyses-prices"] .prices-row--has-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details{
  height:auto!important;
  min-height:128px!important;
  grid-auto-rows:auto!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  row-gap:8px!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__icon,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__icon,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__icon,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__name,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__name,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__name,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__price,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__price,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__price,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__discount-price,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__discount-price,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__discount-price,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__term,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__term,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__term,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__order-form,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__order-form,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__order-form{
  grid-row:1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__details{
  grid-row:2!important;
  grid-column:2 / -1!important;
  align-self:stretch!important;
  overflow:visible!important;
  margin-top:0!important;
  padding:0 2px 0 0!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details-text{
  overflow:hidden!important;
  gap:7px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__purpose{
  min-height:32px!important;
  display:flex!important;
  align-items:center!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__info{
  align-self:center!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row--has-details,
  body[data-route="analyses-prices"] .prices-row--has-details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--has-details{
    min-height:138px!important;
    padding:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__details{
    grid-column:1 / -1!important;
  }
}

/* v612: separate compact test rows from adaptive package/check-up rows in Analyses and prices */
body[data-route="analizy-ta-tsiny"] .prices-row--has-details,
body[data-route="analyses-prices"] .prices-row--has-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details{
  height:auto!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--test-details,
body[data-route="analyses-prices"] .prices-row--test-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--test-details{
  min-height:92px!important;
  row-gap:6px!important;
  padding-top:8px!important;
  padding-bottom:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details,
body[data-route="analyses-prices"] .prices-row--package-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details{
  min-height:126px!important;
  row-gap:8px!important;
  padding-top:9px!important;
  padding-bottom:10px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details.prices-row--details-one,
body[data-route="analyses-prices"] .prices-row--package-details.prices-row--details-one,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details.prices-row--details-one{
  min-height:98px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__details{
  grid-row:2!important;
  grid-column:2 / -1!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details-text{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 42px)!important;
  display:grid!important;
  gap:7px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--test-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--test-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--test-details .prices-row__details-text{
  gap:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__purpose{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  border-radius:12px!important;
  padding:7px 16px!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1.18!important;
  box-shadow:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details b,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details b,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details b{
  margin-right:5px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--test-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--test-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--test-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--test-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--test-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--test-details .prices-row__details .prices-row__purpose{
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose{
  min-height:34px!important;
  display:block!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details .prices-row__info{
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  align-self:center!important;
  margin:0!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row--test-details,
  body[data-route="analyses-prices"] .prices-row--test-details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--test-details{
    min-height:96px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details,
  body[data-route="analyses-prices"] .prices-row--package-details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details{
    min-height:132px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__details{
    grid-column:1 / -1!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details-text,
  body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details-text,
  body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details-text{
    max-width:calc(100% - 42px)!important;
  }
}
body[data-route="analizy-ta-tsiny"] .prices-row--test-details.prices-row--details-two,
body[data-route="analyses-prices"] .prices-row--test-details.prices-row--details-two,
body[data-route="ru/analizy-i-ceny"] .prices-row--test-details.prices-row--details-two{
  min-height:126px!important;
}

/* v613: research guide icon fidelity and return-to-prices context */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-back--prices{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 14px!important;
  border:1px solid #d8e7fb!important;
  border-radius:12px!important;
  background:#f3f8ff!important;
  box-shadow:var(--shadow)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration{
  overflow:hidden!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__icon,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset img,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset img{
  display:block!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset{
  width:min(190px,72%)!important;
  height:min(190px,72%)!important;
  display:grid!important;
  place-items:center!important;
  color:var(--blue)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset svg{
  width:100%!important;
  height:100%!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset img{
  max-width:78%!important;
  max-height:78%!important;
  object-fit:contain!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual{
  width:100%!important;
  height:100%!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset{
  width:120px!important;
  height:120px!important;
  display:grid!important;
  place-items:center!important;
  color:#8ab5f4!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset svg{
  width:100%!important;
  height:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--flash{
  border-color:#9dc4ff!important;
  box-shadow:0 0 0 3px rgba(28,84,177,.12), 0 14px 32px rgba(11,52,118,.10)!important;
  background:linear-gradient(180deg,#f9fcff 0%,#ffffff 100%)!important;
}

/* v614: larger research guide icons with transparent-looking presentation */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration{
  min-height:260px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset{
  width:min(238px,86%)!important;
  height:min(238px,86%)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset img{
  max-width:92%!important;
  max-height:92%!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset{
  width:150px!important;
  height:150px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset img{
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}

/* v615: crop checkerboard margins from raster guide icons in research pages */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset img{
  width:138%!important;
  height:138%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset img{
  width:142%!important;
  height:142%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
}

/* v616: revert forced cropping/upsizing, keep original guide icon scale */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration{
  min-height:220px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset{
  width:min(190px,72%)!important;
  height:min(190px,72%)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration__asset img{
  width:auto!important;
  height:auto!important;
  max-width:78%!important;
  max-height:78%!important;
  object-fit:contain!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset{
  width:120px!important;
  height:120px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset--image,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-visual__asset img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}

/* v619: admin icon-library cleanup action */
body[data-route^="admin/shop"] .shop-icon-cleaner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:12px!important;
  align-items:center!important;
  margin:14px 0 18px!important;
  padding:14px!important;
  border:1px solid #cfe2ff!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f3f8ff 0%,#ffffff 100%)!important;
}
body[data-route^="admin/shop"] .shop-icon-cleaner strong{
  display:block!important;
  color:#0b3476!important;
  font-size:15px!important;
  font-weight:900!important;
  margin-bottom:4px!important;
}
body[data-route^="admin/shop"] .shop-icon-cleaner span{
  display:block!important;
  color:#314d76!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:650!important;
}
body[data-route^="admin/shop"] .shop-icon-cleaner .shop-check{
  white-space:nowrap!important;
  align-self:center!important;
}
body[data-route^="admin/shop"] .shop-icon-cleaner .btn{
  min-height:42px!important;
  white-space:nowrap!important;
}
@media (max-width:900px){
  body[data-route^="admin/shop"] .shop-icon-cleaner{
    grid-template-columns:1fr!important;
  }
  body[data-route^="admin/shop"] .shop-icon-cleaner .shop-check{
    white-space:normal!important;
  }
}

/* v620: smaller, wrapping headings in research guide */
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
  font-size:clamp(30px,2.45vw,36px)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
  max-width:620px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead{
  font-size:clamp(20px,1.65vw,24px)!important;
  line-height:1.12!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item strong,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card strong,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card h3{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test{
  --section-hero-height:176px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner,
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
  min-height:176px!important;
  height:auto!important;
  max-height:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
  align-content:center!important;
  overflow:visible!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
  font-size:clamp(23px,2.05vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  margin-bottom:8px!important;
  max-width:780px!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__lead{
  font-size:clamp(14px,1.12vw,18px)!important;
  line-height:1.18!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-extra h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidecard h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-promo h2{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  hyphens:auto!important;
}
@media (max-width:720px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
    font-size:28px!important;
    line-height:1.1!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead{
    font-size:19px!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
    font-size:26px!important;
    line-height:1.12!important;
  }
}


/* v621: stronger research-guide title wrapping, padding and rounded title panels */
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test{
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
  background:linear-gradient(90deg,#ffffff 0%,#f3f8ff 58%,#edf5ff 100%)!important;
  margin-bottom:14px!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(170px,230px)!important;
  gap:16px!important;
  min-height:172px!important;
  height:auto!important;
  max-height:none!important;
  padding:0 24px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
  min-width:0!important;
  width:100%!important;
  min-height:172px!important;
  height:auto!important;
  max-height:none!important;
  padding:20px 18px 20px 0!important;
  box-sizing:border-box!important;
  align-content:center!important;
  overflow:visible!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  max-height:none!important;
  margin:0 0 10px!important;
  padding:0!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-wrap:break-word!important;
  word-break:break-word!important;
  hyphens:auto!important;
  font-size:clamp(20px,1.68vw,28px)!important;
  line-height:1.16!important;
  letter-spacing:-.018em!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__lead{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  max-height:none!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  font-size:clamp(13px,1vw,16px)!important;
  line-height:1.22!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
  border-radius:16px!important;
  padding:26px 32px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy{
  min-width:0!important;
  padding-right:14px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
  max-width:100%!important;
  max-height:none!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  hyphens:auto!important;
  font-size:clamp(26px,2.15vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item strong,
body[data-route="dovidnyk-doslidzhen"] .research-test-row__body strong,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card strong,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card h3{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  max-height:none!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  hyphens:auto!important;
  line-height:1.22!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card{
  border-radius:14px!important;
  overflow:hidden!important;
}

@media (max-width:820px){
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner{
    grid-template-columns:minmax(0,1fr)!important;
    padding:0 18px!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
    padding:18px 0!important;
    min-height:0!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
    font-size:24px!important;
    line-height:1.14!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
    padding:22px 20px!important;
    border-radius:16px!important;
  }
}

/* v622: hard containment and wrapping for research guide title panels */
body[data-route^="dovidnyk-doslidzhen"] .section-hero,
body[data-route^="dovidnyk-doslidzhen"] .research-guide-hero,
body[data-route^="dovidnyk-doslidzhen"] .research-guide-test-card,
body[data-route^="dovidnyk-doslidzhen"] .research-guide-list-item,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-tabs,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid article,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-extra,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidecard,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-promo{
  max-width:100%!important;
  box-sizing:border-box!important;
  border-radius:18px!important;
  overflow:hidden!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .research-test-content,
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test,
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner,
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy,
body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__media,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__copy,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__textwrap,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__visual{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test{
  width:100%!important;
  margin:0 0 14px!important;
  padding:0!important;
  border:1px solid #dce6f2!important;
  border-radius:20px!important;
  background:linear-gradient(90deg,#ffffff 0%,#f3f8ff 58%,#edf5ff 100%)!important;
  box-shadow:0 14px 34px rgba(0,43,102,.10)!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner{
  width:100%!important;
  margin:0!important;
  padding:22px 24px!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(140px,220px)!important;
  align-items:center!important;
  gap:18px!important;
  overflow:hidden!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy{
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__lead,
body[data-route="dovidnyk-doslidzhen"] .research-guide-hero__text,
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item strong,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card h3,
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card strong,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-tabs h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-tabs p,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid article strong,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid article p,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important strong,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important p,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-extra h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-extra p,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidecard h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidecard p,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price h2,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price p{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-wrap:break-word!important;
  word-break:break-word!important;
  line-break:anywhere!important;
  hyphens:auto!important;
  box-sizing:border-box!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
  margin:0 0 10px!important;
  padding:0!important;
  font-size:clamp(18px,1.45vw,25px)!important;
  line-height:1.2!important;
  letter-spacing:-.012em!important;
  font-weight:900!important;
  max-height:none!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__lead{
  margin:0!important;
  padding:0!important;
  font-size:clamp(12px,.95vw,15px)!important;
  line-height:1.24!important;
  font-weight:800!important;
  max-height:none!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  line-break:anywhere!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__media{
  justify-self:end!important;
  width:min(100%,220px)!important;
  min-height:118px!important;
  height:auto!important;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:16px!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
  padding:26px 30px!important;
  border-radius:20px!important;
  overflow:hidden!important;
}

body[data-route="dovidnyk-doslidzhen"] .research-guide-hero h1{
  font-size:clamp(24px,1.9vw,32px)!important;
  line-height:1.16!important;
  max-height:none!important;
}

@media (max-width:820px){
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__inner{
    grid-template-columns:minmax(0,1fr)!important;
    padding:18px 16px!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__media{
    display:none!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .section-hero--research-test .section-hero__copy h1{
    font-size:22px!important;
    line-height:1.18!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-hero{
    padding:20px 16px!important;
  }
}

/* v623: simple research title panel — no hero illustration, only wrapped text */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  margin:0 0 16px!important;
  padding:20px 24px!important;
  border:1px solid #dce6f2!important;
  border-radius:18px!important;
  background:linear-gradient(90deg,#ffffff 0%,#f4f9ff 100%)!important;
  box-shadow:0 12px 28px rgba(0,43,102,.08)!important;
  overflow:hidden!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel__copy{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel__lead{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:#e30613!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  text-transform:uppercase!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  line-break:anywhere!important;
  hyphens:auto!important;
  box-sizing:border-box!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel h1{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:#1e55b8!important;
  font-size:clamp(20px,1.65vw,28px)!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.015em!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-wrap:break-word!important;
  word-break:break-word!important;
  line-break:anywhere!important;
  hyphens:auto!important;
  box-sizing:border-box!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel img,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel svg,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel .section-hero__media,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel .research-test-visual{
  display:none!important;
}
@media (max-width:820px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel{
    padding:18px 16px!important;
    border-radius:16px!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel h1{
    font-size:22px!important;
    line-height:1.18!important;
  }
}

/* v624: patient-focused research guide cards only */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article{
  min-height:96px;
}
@media (max-width:720px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient{
    grid-template-columns:1fr;
  }
}

/* v625: patient info cards layout — 2-column grid with full-width purpose and preparation */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(1),
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(4){
  grid-column:1 / -1!important;
  min-height:96px!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(2),
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(3){
  grid-column:auto!important;
  min-height:88px!important;
}

body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article strong,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article p{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  line-break:anywhere!important;
}

@media (max-width:720px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient{
    grid-template-columns:1fr!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article,
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(1),
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-info-grid--patient article:nth-child(4){
    grid-column:1 / -1!important;
  }
}

/* v626: research guide important box */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
  display:grid!important;
  grid-template-columns:36px max-content minmax(0,1fr)!important;
  align-items:start!important;
  gap:14px!important;
  padding:18px 22px!important;
  border:1px solid #f2b3b3!important;
  border-radius:20px!important;
  background:#fff1f1!important;
  box-shadow:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > span{
  display:grid!important;
  place-items:center!important;
  width:36px!important;
  height:36px!important;
  color:#d96b6b!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > span svg{
  width:26px!important;
  height:26px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > strong{
  display:block!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  min-width:max-content!important;
  line-height:1.2!important;
  color:#b24d4d!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > p{
  margin:0!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.4!important;
  color:#8a4646!important;
}
@media (max-width: 640px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
    grid-template-columns:36px minmax(0,1fr)!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > p{
    grid-column:1 / -1!important;
  }
}

/* v627: important note layout - title on separate row, text below */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  grid-template-areas:
    "icon title"
    "text text"!important;
  align-items:center!important;
  column-gap:12px!important;
  row-gap:8px!important;
  padding:18px 22px!important;
  border:1px solid #f1b6b6!important;
  border-radius:20px!important;
  background:#fff0f0!important;
  box-shadow:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > span{
  grid-area:icon!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  color:#d45b5b!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > span svg{
  width:24px!important;
  height:24px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > strong{
  grid-area:title!important;
  display:block!important;
  white-space:nowrap!important;
  min-width:0!important;
  margin:0!important;
  font-size:18px!important;
  line-height:1.2!important;
  color:#b34848!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > p{
  grid-area:text!important;
  margin:0!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  font-size:16px!important;
  line-height:1.45!important;
  color:#8b4545!important;
}

/* v628: research test page layout refinement */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-shell{
  padding-top:4px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(220px,.9fr);
  gap:12px;
  margin:0 0 16px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 18px;
  border-radius:18px;
  border:1px solid #dce6f2;
  background:#fff;
  color:var(--navy);
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  box-shadow:var(--shadow);
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link--back{
  background:linear-gradient(180deg,#f4f8ff 0%,#eaf2ff 100%);
  border-color:#cfe0ff;
  color:var(--blue);
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link--price{
  background:#fff;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-layout{
  align-items:start;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidebar,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-content,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
  margin-top:0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidebar{
  top:14px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
  top:14px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel{
  margin-top:0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-help .btn{
  width:100%;
  min-height:46px;
  white-space:normal;
  line-height:1.2;
  text-align:center;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-actions,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-benefits{
  display:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-illustration,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-title-panel{
  align-self:start;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-price{
  margin-top:0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:16px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:18px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__list{
  display:grid;
  gap:8px;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr) max-content;
  align-items:center;
  gap:10px;
  padding:11px 12px;
  border:1px solid #edf2f8;
  border-radius:12px;
  background:#fff;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item strong{
  min-width:0;
  color:var(--navy);
  font-size:13px;
  line-height:1.25;
  font-weight:900;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item span{
  color:var(--red);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__empty{
  margin:0;
  color:#5c7194;
  font-size:13px;
  line-height:1.4;
}
@media (max-width: 1180px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 720px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks{
    grid-template-columns:1fr;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item{
    grid-template-columns:minmax(0,1fr);
    justify-items:start;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item span{
    white-space:normal;
  }
}

/* v629: compact top links and no empty package state */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link{
  flex:0 0 auto!important;
  width:auto!important;
  min-height:42px!important;
  padding:10px 18px!important;
  border-radius:14px!important;
  font-size:14px!important;
  line-height:1.15!important;
  box-shadow:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link--back{
  padding-left:16px!important;
  padding-right:16px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link--price{
  min-width:140px!important;
}
@media (max-width: 720px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-toplinks__link{
    width:auto!important;
    max-width:100%!important;
  }
}

/* v630: smaller important text and package cheaper badge */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important{
  gap:6px 12px!important;
  padding:16px 18px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > strong{
  font-size:15px!important;
  line-height:1.2!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-important > p{
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:750!important;
  color:#934e4e!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
  padding:14px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__head{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0 0 12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__head strong{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:6px 12px!important;
  border-radius:999px!important;
  background:#ffe8e8!important;
  color:#d94a4a!important;
  border:1px solid #ffcaca!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  text-transform:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages h2{
  display:none!important;
}

/* v631: keep package suggestions at the bottom and fill them dynamically */
@media (min-width:1181px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
    display:flex!important;
    flex-direction:column!important;
    min-height:calc(100vh - 150px)!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
    margin-top:auto!important;
  }
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__list{
  display:grid!important;
  gap:8px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item{
  min-height:72px!important;
}

/* v632: research test side columns, phone button, useful links and check-up panel */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-layout{
  align-items:stretch!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidebar,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
  position:static!important;
  top:auto!important;
  align-self:stretch!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:center!important;
  align-content:center!important;
  gap:3px!important;
  min-height:56px!important;
  line-height:1.15!important;
  white-space:normal!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn span{
  display:block!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn b{
  display:block!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links{
  margin-top:auto!important;
  padding:16px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  box-shadow:var(--shadow)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links a{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:10px 12px!important;
  margin-top:8px!important;
  border:1px solid #edf2f8!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links a::after{
  content:'›';
  color:var(--red);
  font-size:20px;
  line-height:1;
  font-weight:900;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidecard{
  display:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-checkup-panel{
  padding:16px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  box-shadow:var(--shadow)!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-checkup-panel h2{
  margin:0 0 12px!important;
  color:var(--navy)!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-checkup-panel a{
  min-height:62px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  background:#f4f8ff!important;
  border:1px solid #dce8ff!important;
  border-radius:12px!important;
  padding:12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-checkup-panel a span{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:10px!important;
  background:#eaf2ff!important;
  color:var(--blue)!important;
  font-size:22px!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-checkup-panel a strong{
  color:var(--navy)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
  margin-top:auto!important;
  overflow:visible!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__list{
  overflow:visible!important;
  max-height:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item{
  min-height:62px!important;
  padding:10px 12px!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item strong{
  font-size:12.5px!important;
  line-height:1.18!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item span{
  font-size:13.5px!important;
}
@media (max-width:1180px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidebar,
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
    height:auto!important;
  }
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links,
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
    margin-top:0!important;
  }
}

/* v634: side panels start immediately and stretch to reference block bottom */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-layout{
  align-items:stretch!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-sidebar,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-right{
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  height:auto!important;
  min-height:0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links{
  margin-top:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links a:last-child{
  margin-bottom:auto!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
  margin-top:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  overflow:hidden!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__list{
  flex:0 0 auto!important;
  overflow:hidden!important;
  max-height:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item:nth-of-type(n+4){
  display:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn{
  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;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn b{
  white-space:nowrap!important;
}
@media (max-width:1180px){
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-useful-links,
  body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages{
    flex:none!important;
  }
}

/* v636: fill package panel by subgroup/group and keep call button text white */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item:nth-of-type(n+4){
  display:grid!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-packages__item:nth-of-type(n+7){
  display:none!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn span,
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-btn b{
  color:#fff!important;
}

/* v638: full package composition in price list — no clipped '+N' summaries */
body[data-route="analizy-ta-tsiny"] .prices-row--package-details,
body[data-route="analyses-prices"] .prices-row--package-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details{
  height:auto!important;
  min-height:126px!important;
  grid-template-rows:auto auto!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included{
  display:block!important;
  height:auto!important;
  min-height:34px!important;
  max-height:none!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.24!important;
}

/* v639: package/check-up detail badges fixed width from code to info button */
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 34px!important;
  align-items:start!important;
  column-gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  padding-right:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  justify-self:stretch!important;
  align-self:start!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  text-align:left!important;
  justify-content:flex-start!important;
  align-items:flex-start!important;
  padding:9px 18px!important;
  line-height:1.28!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose b{
  display:inline!important;
  margin-right:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__info{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:end!important;
  margin-right:2px!important;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    grid-template-columns:minmax(0,1fr) 34px!important;
  }
}

/* v640: force package/check-up detail panels to start at package-code edge and end near info button */
.prices-row--package-details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details,
body[data-route="analyses-prices"] .prices-row--package-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details{
  overflow:visible!important;
}
.prices-row--package-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  grid-column:1 / -1!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  align-items:start!important;
  column-gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0 2px 0 78px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.prices-row--package-details .prices-row__details-text,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  grid-column:1!important;
  grid-row:1!important;
  display:grid!important;
  gap:10px!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  align-self:start!important;
  justify-self:stretch!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.prices-row--package-details .prices-row__details .prices-row__included,
.prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:9px 18px!important;
  box-sizing:border-box!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-break:auto!important;
  line-height:1.28!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.prices-row--package-details .prices-row__details .prices-row__included b,
.prices-row--package-details .prices-row__details .prices-row__purpose b,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included b,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose b{
  display:inline!important;
  margin-right:6px!important;
  white-space:nowrap!important;
}
.prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__info{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:end!important;
  flex:0 0 34px!important;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  margin:0!important;
}
@media (max-width:1180px){
  .prices-row--package-details > .prices-row__details,
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    padding-left:70px!important;
  }
}
@media (max-width:760px){
  .prices-row--package-details > .prices-row__details,
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    padding-left:0!important;
    grid-template-columns:minmax(0,1fr) 38px!important;
  }
}

/* v641: extend package/check-up badges further left to the code badge edge */
.prices-row--package-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  padding-left:calc(42px + 10px)!important;
}
@media (max-width:1180px){
  .prices-row--package-details > .prices-row__details,
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    padding-left:calc(42px + 10px)!important;
  }
}

/* v642: price package badges start exactly at the code badge column */
.prices-row--package-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  grid-column:2 / -1!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  column-gap:10px!important;
  align-items:start!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.prices-row--package-details .prices-row__details-text,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  justify-self:stretch!important;
}
.prices-row--package-details .prices-row__details .prices-row__included,
.prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__included,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__purpose{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  text-align:left!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.28!important;
  justify-content:flex-start!important;
  align-items:flex-start!important;
}
.prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details .prices-row__info,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details .prices-row__info{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  justify-self:end!important;
  align-self:center!important;
  width:34px!important;
  min-width:34px!important;
  height:34px!important;
  min-height:34px!important;
  margin:0 2px 0 0!important;
}
@media (max-width:760px){
  .prices-row--package-details > .prices-row__details,
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    grid-column:1 / -1!important;
    grid-template-columns:minmax(0,1fr) 38px!important;
  }
}

/* v643: align package detail badges by measured code badge position, not by approximate width */
.prices-row--package-details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details,
body[data-route="analyses-prices"] .prices-row--package-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details{
  --price-package-details-left:52px;
}
.prices-row--package-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  grid-column:1 / -1!important;
  grid-row:2!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  column-gap:10px!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding-left:var(--price-package-details-left)!important;
  padding-right:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.prices-row--package-details .prices-row__details-text,
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  justify-self:stretch!important;
  box-sizing:border-box!important;
}
@media (max-width:760px){
  .prices-row--package-details > .prices-row__details,
  body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
  body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
  body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
    padding-left:0!important;
    grid-template-columns:minmax(0,1fr) 38px!important;
  }
}

/* v652: research guide search, popular row, alphabetic catalogue */
body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
  display:block!important;
  width:calc(100% - 48px)!important;
  max-width:none!important;
  margin:16px auto 18px!important;
  padding:18px 24px!important;
  border-radius:20px!important;
  box-sizing:border-box!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search{
  width:100%!important;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) 188px!important;
  align-items:center!important;
  min-height:58px!important;
  height:58px!important;
  padding:0 6px 0 18px!important;
  gap:8px!important;
  box-sizing:border-box!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search span{
  display:grid!important;
  place-items:center!important;
  font-size:30px!important;
  line-height:1!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search input{
  height:56px!important;
  min-height:56px!important;
  padding:0 10px!important;
  font-size:18px!important;
  line-height:56px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search button{
  height:48px!important;
  min-height:48px!important;
  padding:0 28px!important;
  border-radius:12px!important;
  font-size:18px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  margin:12px 0 0!important;
  padding-bottom:2px!important;
  scrollbar-width:thin!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags small{
  flex:0 0 auto!important;
  font-size:14px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags a{
  flex:0 0 auto!important;
  min-height:32px!important;
  padding:7px 16px!important;
  font-size:13px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-main--single{
  display:block!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-main--single .research-guide-left{
  display:block!important;
  width:100%!important;
  min-width:0!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-card--full,
body[data-route="dovidnyk-doslidzhen"] .research-guide-card#popular{
  width:100%!important;
  margin:0 0 16px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-popular-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card,
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item{
  text-decoration:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-item-icon{
  display:grid!important;
  place-items:center!important;
  background:#f3f8ff!important;
  color:var(--blue)!important;
  overflow:hidden!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-test-card > .research-guide-item-icon{
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  grid-row:auto!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item > .research-guide-item-icon{
  grid-row:1 / 3!important;
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-shop-icon{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  color:var(--blue)!important;
}
body[data-route="dovidnyk-doslidzhen"] img.research-guide-shop-icon,
body[data-route="dovidnyk-doslidzhen"] .research-guide-shop-icon--image{
  width:82%!important;
  height:82%!important;
  object-fit:contain!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-shop-icon svg,
body[data-route="dovidnyk-doslidzhen"] .research-guide-item-icon svg{
  width:27px!important;
  height:27px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.1!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0 0 18px!important;
  padding:12px!important;
  border:1px solid #dfe8f3!important;
  border-radius:14px!important;
  background:#f8fbff!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:34px!important;
  height:34px!important;
  padding:0 10px!important;
  border-radius:10px!important;
  border:1px solid #d7e4f2!important;
  background:#fff!important;
  color:var(--blue)!important;
  font-size:14px!important;
  font-weight:900!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-list{
  display:grid!important;
  gap:18px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-group{
  scroll-margin-top:110px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-group h3{
  margin:0 0 10px!important;
  color:var(--navy)!important;
  font-size:20px!important;
  line-height:1!important;
  font-weight:950!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-group .research-guide-list-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item--package em,
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-item--checkup em{
  background:#fff7e8!important;
  color:#c75c00!important;
}
@media (max-width:1100px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-popular-grid,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search{
    grid-template-columns:46px minmax(0,1fr) 150px!important;
  }
}
@media (max-width:780px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
    width:calc(100% - 24px)!important;
    padding:14px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search{
    grid-template-columns:40px minmax(0,1fr)!important;
    height:auto!important;
    min-height:54px!important;
    padding:8px 10px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search button{
    grid-column:1 / -1!important;
    width:100%!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-popular-grid,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-group .research-guide-list-grid{
    grid-template-columns:1fr!important;
  }
}

/* v653: research guide compact search, alphabet, pagination */
body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
  width:calc(100% - 48px)!important;
  max-width:none!important;
  margin:12px auto 16px!important;
  padding:12px 18px!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search{
  width:100%!important;
  max-width:none!important;
  height:44px!important;
  min-height:44px!important;
  grid-template-columns:40px minmax(0,1fr) 128px!important;
  gap:6px!important;
  padding:0 5px 0 12px!important;
  border-radius:12px!important;
  box-shadow:0 8px 18px rgba(0,43,102,.04)!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search span{
  font-size:23px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search input{
  height:42px!important;
  min-height:42px!important;
  padding:0 8px!important;
  font-size:14px!important;
  line-height:42px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search button{
  height:36px!important;
  min-height:36px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  font-size:14px!important;
  line-height:1!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags{
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  width:100%!important;
  max-width:100%!important;
  height:28px!important;
  max-height:28px!important;
  margin:8px 0 0!important;
  padding:0!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  scrollbar-width:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags::-webkit-scrollbar{
  display:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags small{
  flex:0 0 auto!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-tags a{
  flex:0 0 auto!important;
  max-width:280px!important;
  min-height:26px!important;
  height:26px!important;
  padding:5px 10px!important;
  font-size:11px!important;
  line-height:1!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-card#popular,
body[data-route="dovidnyk-doslidzhen"] .research-guide-card--full{
  width:100%!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 10px!important;
  color:#5b6f92!important;
  font-size:12px!important;
  font-weight:850!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-list-summary a{
  color:var(--red)!important;
  font-weight:900!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha{
  gap:5px!important;
  margin:0 0 14px!important;
  padding:8px!important;
  border-radius:12px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha a{
  min-width:28px!important;
  height:28px!important;
  padding:0 8px!important;
  border-radius:8px!important;
  font-size:12px!important;
  line-height:1!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha a.is-active{
  background:var(--blue)!important;
  border-color:var(--blue)!important;
  color:#fff!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-alpha-group .research-guide-list-grid{
  grid-template-columns:1fr!important;
  gap:8px!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:18px 0 0!important;
  padding:12px!important;
  border-top:1px solid #e4edf7!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination a,
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:32px!important;
  height:32px!important;
  padding:0 10px!important;
  border-radius:9px!important;
  border:1px solid #d9e5f2!important;
  background:#fff!important;
  color:var(--blue)!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination span.is-active{
  background:var(--red)!important;
  border-color:var(--red)!important;
  color:#fff!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination span.is-disabled,
body[data-route="dovidnyk-doslidzhen"] .research-guide-pagination__dots{
  color:#96a7bf!important;
  background:#f5f8fc!important;
  pointer-events:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-backtop{
  position:fixed!important;
  right:18px!important;
  bottom:18px!important;
  z-index:60!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(0,43,102,.20)!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
@media (max-width:1100px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:780px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
    width:calc(100% - 24px)!important;
    padding:12px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search{
    grid-template-columns:34px minmax(0,1fr) 94px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 4px 0 8px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search input{
    font-size:13px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search button{
    grid-column:auto!important;
    width:auto!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-tags a{
    max-width:190px!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-backtop{
    right:12px!important;
    bottom:12px!important;
  }
}

/* v657: search variants in Research Guide */
.research-guide-search--combo{
  position:relative!important;
  overflow:visible!important;
  z-index:20!important;
}
.research-guide-search-dropdown{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  z-index:80!important;
  display:grid!important;
  gap:6px!important;
  max-height:430px!important;
  overflow:auto!important;
  padding:8px!important;
  background:#fff!important;
  border:1px solid #d8e4f4!important;
  border-radius:16px!important;
  box-shadow:0 20px 46px rgba(0,43,102,.16)!important;
}
.research-guide-search-dropdown[hidden]{
  display:none!important;
}
.research-guide-search-result{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 12px!important;
  border:1px solid #edf3fb!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  text-decoration:none!important;
}
.research-guide-search-result:hover{
  background:#f5f9ff!important;
  border-color:#cfe0f6!important;
}
.research-guide-search-result__main{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.research-guide-search-result__main b{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:44px!important;
  max-width:92px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:var(--navy)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.research-guide-search-result__main span{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
.research-guide-search-result strong{
  min-width:0!important;
  color:var(--navy)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.research-guide-search-result small{
  min-width:0!important;
  color:#5d7192!important;
  font-size:11px!important;
  font-weight:750!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.research-guide-search-result em{
  color:var(--red)!important;
  font-size:13px!important;
  font-weight:950!important;
  font-style:normal!important;
  white-space:nowrap!important;
}
.research-guide-search-empty{
  padding:12px 14px!important;
  border-radius:12px!important;
  background:#f6f9fd!important;
  color:#5d7192!important;
  font-size:13px!important;
  font-weight:800!important;
}
@media (max-width:720px){
  .research-guide-search-dropdown{
    top:calc(100% + 6px)!important;
    max-height:360px!important;
  }
  .research-guide-search-result{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  .research-guide-search-result strong,
  .research-guide-search-result small{
    white-space:normal!important;
  }
}

/* v658: Research Guide search dropdown must be visible and show code + title */
body[data-route="dovidnyk-doslidzhen"] .research-guide-search-panel{
  overflow:visible!important;
  position:relative!important;
  z-index:120!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search,
body[data-route="dovidnyk-doslidzhen"] .research-guide-search--combo{
  overflow:visible!important;
  position:relative!important;
  z-index:130!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search-dropdown{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  z-index:9999!important;
  display:grid!important;
  gap:6px!important;
  max-height:420px!important;
  overflow:auto!important;
  padding:8px!important;
  background:#fff!important;
  border:1px solid #d8e4f4!important;
  border-radius:16px!important;
  box-shadow:0 24px 56px rgba(0,43,102,.22)!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search-dropdown[hidden]{
  display:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:56px!important;
  padding:9px 12px!important;
  border:1px solid #edf3fb!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--navy)!important;
  text-decoration:none!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result:hover{
  background:#f5f9ff!important;
  border-color:#cfe0f6!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result__main{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  place-items:initial!important;
  gap:10px!important;
  min-width:0!important;
  max-width:100%!important;
  color:var(--navy)!important;
  font-size:inherit!important;
  line-height:1.2!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result__main > span{
  display:grid!important;
  place-items:initial!important;
  align-items:center!important;
  justify-items:start!important;
  gap:3px!important;
  min-width:0!important;
  max-width:100%!important;
  color:inherit!important;
  font-size:inherit!important;
  line-height:1.2!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result__main b{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:46px!important;
  max-width:92px!important;
  min-height:28px!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  background:var(--navy)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result strong{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  color:var(--navy)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result small{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  color:#5d7192!important;
  font-size:11px!important;
  font-weight:750!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result em{
  color:var(--red)!important;
  font-size:13px!important;
  font-weight:950!important;
  font-style:normal!important;
  white-space:nowrap!important;
}
body[data-route="dovidnyk-doslidzhen"] .research-guide-main,
body[data-route="dovidnyk-doslidzhen"] .research-guide-card{
  position:relative!important;
  z-index:1!important;
}
@media (max-width:720px){
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result{
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result strong,
  body[data-route="dovidnyk-doslidzhen"] .research-guide-search .research-guide-search-result small{
    white-space:normal!important;
  }
}

/* v659: price search suggestions jump to exact price row */
body[data-route="analizy-ta-tsiny"] .prices-search-result--jump,
body[data-route="analyses-prices"] .prices-search-result--jump,
body[data-route="ru/analizy-i-ceny"] .prices-search-result--jump{
  grid-template-columns:max-content minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__code,
body[data-route="analyses-prices"] .prices-search-result__code,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__code{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  max-width:86px!important;
  min-height:28px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#0b3476!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__body,
body[data-route="analyses-prices"] .prices-search-result__body,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__body{
  min-width:0!important;
}

/* v661: compact one-line price-search suggestions with code pill */
body[data-route="analizy-ta-tsiny"] .prices-search-dropdown,
body[data-route="analyses-prices"] .prices-search-dropdown,
body[data-route="ru/analizy-i-ceny"] .prices-search-dropdown{
  padding:8px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result--jump,
body[data-route="analyses-prices"] .prices-search-result--jump,
body[data-route="ru/analizy-i-ceny"] .prices-search-result--jump{
  display:grid!important;
  grid-template-columns:max-content minmax(0,1fr) max-content!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px 12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__code,
body[data-route="analyses-prices"] .prices-search-result__code,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__code{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:72px!important;
  min-height:40px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  background:#0b3476!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:0 8px 18px rgba(11,52,118,.16)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__body,
body[data-route="analyses-prices"] .prices-search-result__body,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__body{
  display:block!important;
  min-width:0!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__name,
body[data-route="analyses-prices"] .prices-search-result__name,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__name{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#0b3476!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.2!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__body strong,
body[data-route="analyses-prices"] .prices-search-result__body strong,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__body strong,
body[data-route="analizy-ta-tsiny"] .prices-search-result__body small,
body[data-route="analyses-prices"] .prices-search-result__body small,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__body small{
  display:none!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result--jump em,
body[data-route="analyses-prices"] .prices-search-result--jump em,
body[data-route="ru/analizy-i-ceny"] .prices-search-result--jump em{
  color:#e30613!important;
  font-style:normal!important;
  font-size:16px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

/* v662: make price-search suggestions more compact, especially the code pill */
body[data-route="analizy-ta-tsiny"] .prices-search-dropdown,
body[data-route="analyses-prices"] .prices-search-dropdown,
body[data-route="ru/analizy-i-ceny"] .prices-search-dropdown{
  padding:6px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result--jump,
body[data-route="analyses-prices"] .prices-search-result--jump,
body[data-route="ru/analizy-i-ceny"] .prices-search-result--jump{
  gap:10px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__code,
body[data-route="analyses-prices"] .prices-search-result__code,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__code{
  min-width:58px!important;
  min-height:32px!important;
  padding:0 12px!important;
  font-size:13px!important;
  box-shadow:0 5px 12px rgba(11,52,118,.12)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result__name,
body[data-route="analyses-prices"] .prices-search-result__name,
body[data-route="ru/analizy-i-ceny"] .prices-search-result__name{
  font-size:13px!important;
  line-height:1.15!important;
}
body[data-route="analizy-ta-tsiny"] .prices-search-result--jump em,
body[data-route="analyses-prices"] .prices-search-result--jump em,
body[data-route="ru/analizy-i-ceny"] .prices-search-result--jump em{
  font-size:13px!important;
}

/* v666: public form anti-bot fields */
.pro-form__hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;white-space:nowrap!important}
.pro-form__turnstile{min-height:0}
.doctor-register-form .pro-form__hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;white-space:nowrap!important}

/* v670: admin outgoing email archive */
.shop-admin-table--emails .shop-admin-table__head,
.shop-admin-table--emails .shop-admin-row{
  grid-template-columns:190px 110px 130px minmax(170px,.8fr) minmax(240px,1fr) 110px;
}
.shop-mail-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  font-weight:900;
  background:#fff1f3;
  color:#a00010;
}
.shop-mail-status--sent{
  background:#e9f8ef;
  color:#136e32;
}
.shop-mail-detail{
  display:grid;
  gap:16px;
}
.shop-mail-detail__top{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.shop-mail-meta{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  gap:8px 14px;
  margin:0;
  background:#f7fbff;
  border:1px solid #dce6f2;
  border-radius:14px;
  padding:16px;
}
.shop-mail-meta dt{
  color:#526b92;
  font-weight:900;
}
.shop-mail-meta dd{
  margin:0;
  color:#0b3476;
  word-break:break-word;
}
.shop-mail-body{
  white-space:pre-wrap;
  word-break:break-word;
  margin:0;
  max-height:520px;
  overflow:auto;
  background:#0b3476;
  color:#fff;
  border-radius:14px;
  padding:16px;
  font:13px/1.55 Consolas, Monaco, 'Courier New', monospace;
}
@media (max-width:900px){
  .shop-admin-table--emails .shop-admin-row,
  .shop-admin-table--emails .shop-admin-table__head{
    grid-template-columns:1fr;
  }
  .shop-mail-meta{
    grid-template-columns:1fr;
  }
}

/* v672: phone numbers are rendered as plain text instead of telephone links */
.footer-service__phone,
.footer-mail,
.phone-static,
.service-cta-band__phone-number,
.promos-note-panel__phone,
.research-test-phone-static{
  cursor:default!important;
}
.service-cta-band__phone-number{
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  font-size:20px!important;
  line-height:1.15!important;
}
@media (max-width:640px){
  .service-cta-band__phone-number{font-size:18px!important;}
}
body[data-route="klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list > .clinics-cooperation-info-list__item,
body[data-route="ru/klinikam/spivrobitnytstvo-z-namy"] .clinics-cooperation-info-list > .clinics-cooperation-info-list__item{
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:4px 12px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid #e4edf8!important;
  border-radius:12px!important;
  background:#f8fbff!important;
  color:#0b3476!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-static{
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:center!important;
  align-content:center!important;
  gap:3px!important;
  min-height:56px!important;
  line-height:1.15!important;
  white-space:normal!important;
  padding:10px 14px!important;
  border-radius:16px!important;
  background:#f4f7fb!important;
  border:1px solid #dce6f2!important;
  color:#0b3476!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-static span{
  display:block!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body[data-route^="dovidnyk-doslidzhen/"] .research-test-phone-static b{
  display:block!important;
  white-space:nowrap!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body[data-route="aktsii"] .promos-note-panel__phone:hover{
  text-decoration:none!important;
}

/* v675: package/check-up detail panels in Analyses and prices expand left without moving row header controls */
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  grid-column:1 / -1!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  width:100%!important;
  max-width:none!important;
}
/* manual fix: package/check-up blue and green panels wider to the left */
body[data-route="analizy-ta-tsiny"] .prices-row--package-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--package-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details > .prices-row__details{
  grid-column:1 / -1!important;
  padding-left:3px!important;
  padding-right:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  column-gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-row--package-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--package-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--package-details .prices-row__details-text{
  width:100%!important;
  max-width:none!important;
}
/* ==========================================================
   PROLAB v678 — automatic height for “Для чого” badges
   The user-provided main(1).css remains the exact base.
   A badge stays compact when its text fits one line and grows
   naturally only when the browser has to wrap the text.
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-row--has-details,
body[data-route="analyses-prices"] .prices-row--has-details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details{
  height:auto!important;
  max-height:none!important;
  grid-template-rows:auto auto!important;
  grid-auto-rows:auto!important;
  overflow:visible!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-row--has-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details > .prices-row__details,
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__details-text{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__purpose,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__purpose{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:34px!important;
  height:auto!important;
  max-height:none!important;
  padding:8px 16px!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:none!important;
  line-height:1.28!important;
  text-align:left!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--has-details .prices-row__purpose b,
body[data-route="analyses-prices"] .prices-row--has-details .prices-row__purpose b,
body[data-route="ru/analizy-i-ceny"] .prices-row--has-details .prices-row__purpose b{
  display:inline!important;
  white-space:nowrap!important;
}

/* ==========================================================
   PROLAB v679 — hard override for adaptive green purpose badge
   Earlier v612 selectors forced ordinary test badges back to
   nowrap. These selectors intentionally have higher specificity.
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--has-details,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--has-details,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--has-details{
  height:auto!important;
  max-height:none!important;
  grid-template-rows:auto auto!important;
  grid-auto-rows:auto!important;
  overflow:visible!important;
  align-items:center!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--has-details > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  align-items:stretch!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__details-text,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__details-text{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  align-self:stretch!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--test-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose,
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--package-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--test-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--package-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--test-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--package-details.prices-row--has-details > .prices-row__details .prices-row__details-text > .prices-row__purpose{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:34px!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  padding:8px 16px!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  line-break:auto!important;
  hyphens:none!important;
  line-height:1.28!important;
  text-align:left!important;
  align-items:initial!important;
  justify-content:initial!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__purpose > b,
body[data-route="analyses-prices"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__purpose > b,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row.prices-row--has-details > .prices-row__details .prices-row__purpose > b{
  display:inline!important;
  white-space:nowrap!important;
  margin-right:5px!important;
}


/* ==========================================================
   PROLAB RESEARCH GUIDE v680
   Попередження після блоку «Коли призначають».
   ========================================================== */
body[data-route^="dovidnyk-doslidzhen/"] .research-test-indications-warning{
  margin-top:18px!important;
}

/* v682: hero image for Analyses and prices */
.section-hero--prices .section-hero__media img{
  object-position:center center!important;
}
@media (max-width:980px){
  .section-hero--prices .section-hero__media img{
    object-position:68% center!important;
  }
}

/* v683: hero image for Promotions */
.section-hero--promos .section-hero__media img{
  object-position:center 58%!important;
}
@media (max-width:980px){
  .section-hero--promos .section-hero__media img{
    object-position:74% center!important;
  }
}

/* v686: hero image for Branches */
.section-hero--branches .section-hero__media img{
  object-position:center 48%!important;
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    object-position:72% center!important;
  }
}

/* v687: final hero image for Branches — use provided image and keep key subject visible */
.section-hero--branches .section-hero__media img{
  object-position:76% center!important;
}
@media (max-width:1280px){
  .section-hero--branches .section-hero__media img{
    object-position:78% center!important;
  }
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    object-position:80% center!important;
  }
}

/* v688: Branches hero — show the complete supplied 3:1 image without cropping */
.section-hero--branches .section-hero__media{
  background:#f9fcff!important;
}
.section-hero--branches .section-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:right center!important;
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    object-fit:contain!important;
    object-position:right center!important;
  }
}

/* v689: Branches hero — larger visual scale like Services, while keeping focus on the right */
.section-hero--branches .section-hero__media img{
  object-fit:cover!important;
  object-position:86% 46%!important;
}
@media (max-width:1280px){
  .section-hero--branches .section-hero__media img{
    object-fit:cover!important;
    object-position:88% 46%!important;
  }
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    object-fit:cover!important;
    object-position:84% 42%!important;
  }
}

/* v690: Branches hero — reduce visual scale by 15% relative to v689 */
.section-hero--branches .section-hero__media img{
  transform:scale(.85)!important;
  transform-origin:right center!important;
}
@media (max-width:1280px){
  .section-hero--branches .section-hero__media img{
    transform:scale(.85)!important;
    transform-origin:right center!important;
  }
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    transform:scale(.85)!important;
    transform-origin:right center!important;
  }
}

/* v691: Branches hero — supplied final reception image */
.section-hero--branches .section-hero__media{
  background:#f9fcff!important;
}
.section-hero--branches .section-hero__media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:right top!important;
  transform:none!important;
  transform-origin:center center!important;
}
@media (max-width:1280px){
  .section-hero--branches .section-hero__media img{
    object-fit:cover!important;
    object-position:right top!important;
    transform:none!important;
  }
}
@media (max-width:980px){
  .section-hero--branches .section-hero__media img{
    object-fit:cover!important;
    object-position:84% center!important;
    transform:none!important;
  }
}

body[data-route="pro-nas"] .section-hero__media::before,
body[data-route="ru/o-nas"] .section-hero__media::before{
  background:linear-gradient(90deg,
    #f9fcff 0%,
    rgba(249,252,255,.96) 7%,
    rgba(249,252,255,.82) 16%,
    rgba(249,252,255,.56) 26%,
    rgba(249,252,255,.26) 38%,
    rgba(249,252,255,0) 52%
  )!important;
}

/* v693: paragraph spacing in About mission and quality cards */
.about-page .about-info-card p + p{
  margin-top:10px!important;
}

/* v695: Contacts hero — use provided laboratory image */
.section-hero--contacts .section-hero__media img{
  object-fit:cover!important;
  object-position:center center!important;
}
@media (max-width:1280px){
  .section-hero--contacts .section-hero__media img{
    object-position:58% center!important;
  }
}
@media (max-width:980px){
  .section-hero--contacts .section-hero__media img{
    object-position:64% center!important;
  }
}

/* v696: Contacts hero — reduce visual scale by about 15% */
.section-hero--contacts .section-hero__media img{
  transform:scale(.85)!important;
  transform-origin:right center!important;
}
@media (max-width:1280px){
  .section-hero--contacts .section-hero__media img{
    transform:scale(.85)!important;
    transform-origin:right center!important;
  }
}
@media (max-width:980px){
  .section-hero--contacts .section-hero__media img{
    transform:scale(.85)!important;
    transform-origin:right center!important;
  }
}

/* ==========================================================
   PROLAB CHECKUPS v703
   Taller list-card images with top-aligned cropping.
   The detail page image remains unchanged.
   ========================================================== */
body[data-route="check-upy"] .checkup-card__image,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
  height:210px!important;
  min-height:210px!important;
}
body[data-route="check-upy"] .checkup-card__image img,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image img{
  object-fit:cover!important;
  object-position:center top!important;
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
    height:190px!important;
    min-height:190px!important;
  }
}


/* ==========================================================
   PROLAB PROMOTIONS MARKETPLACE v704
   Central storefront with category previews and contextual links.
   ========================================================== */
body[data-route="aktsii"] .promos-market-nav{
  grid-template-columns:minmax(260px,420px) minmax(0,1fr)!important;
}
body[data-route="aktsii"] .promos-market-nav .promos-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
body[data-route="aktsii"] .promos-market-nav .promos-tab{
  text-decoration:none!important;
}
body[data-route="aktsii"] .promos-market-sections{
  display:grid;
  gap:22px;
  margin-top:22px;
}
body[data-route="aktsii"] .promos-market-section{
  scroll-margin-top:110px;
  border:1px solid #d9e7f7;
  border-radius:24px;
  background:#f4f8ff;
  padding:18px;
  box-shadow:0 14px 34px rgba(7,50,111,.075);
}
body[data-route="aktsii"] .promos-market-section--featured{
  margin-top:22px;
  background:linear-gradient(135deg,#eef6ff 0%,#f7fbff 100%);
}
body[data-route="aktsii"] .promos-market-section__head{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  margin-bottom:16px;
  padding:4px 6px;
}
body[data-route="aktsii"] .promos-market-section__icon{
  width:46px;
  height:46px;
  border-radius:15px;
  background:#dcecff;
  color:#0c3d86;
  display:grid;
  place-items:center;
}
body[data-route="aktsii"] .promos-market-section__icon svg{
  width:26px;
  height:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body[data-route="aktsii"] .promos-market-section__head h2{
  margin:0 0 3px!important;
  color:#08387e!important;
  font-size:25px!important;
  line-height:1.12!important;
  font-weight:900!important;
}
body[data-route="aktsii"] .promos-market-section__head p{
  margin:0!important;
  color:#57739e!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
body[data-route="aktsii"] .promos-market-section__count{
  min-width:44px;
  height:36px;
  padding:0 13px;
  border:1px solid #cddff4;
  border-radius:999px;
  background:#fff;
  color:#45658f;
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
}
body[data-route="aktsii"] .promos-market-section__cards{
  display:grid;
  gap:18px;
}
body[data-route="aktsii"] .promos-market-section .promos-offer{
  background:#fff4f5!important;
  border-color:#ffd2d7!important;
  box-shadow:0 8px 18px rgba(194,25,44,.05)!important;
}
body[data-route="aktsii"] .promos-market-section .promos-offer__icon{
  background:#fff!important;
  border-color:#ffc8ce!important;
}

/* v773: promotion card spacing, schedule chip position and composition weight */
body[data-route="aktsii"] .promos-offer__schedule{
  margin-left:10px;
}
body[data-route="aktsii"] .promos-offer__included strong{
  font-weight:950;
}
body[data-route="aktsii"] .promos-offer__included small{
  font-weight:400;
}
body[data-route="aktsii"] .promos-direction-panel{
  margin-top:14px;
  border:1px dashed #b8cee8;
  border-radius:16px;
  background:#fff;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}
body[data-route="aktsii"] .promos-direction-panel strong{
  display:block;
  margin-bottom:3px;
  color:#0a387c;
  font-size:14px;
  font-weight:900;
}
body[data-route="aktsii"] .promos-direction-panel p{
  margin:0;
  color:#5b7397;
  font-size:12px;
  line-height:1.35;
  font-weight:650;
}
body[data-route="aktsii"] .promos-direction-panel .btn{
  flex:0 0 auto;
  min-width:190px;
  border-color:#0c3d86;
  color:#0c3d86;
  background:#fff;
}
body[data-route="aktsii"] .promos-featured-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body[data-route="aktsii"] .promos-featured-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #ffcfd5;
  border-radius:18px;
  background:#fff4f5;
  display:grid;
  grid-template-rows:150px minmax(110px,auto) auto;
  box-shadow:0 10px 24px rgba(190,22,42,.07);
}
body[data-route="aktsii"] .promos-featured-card__media{
  position:relative;
  overflow:hidden;
  background:#eaf3ff;
  display:grid;
  place-items:center;
  color:#0c3d86;
}
body[data-route="aktsii"] .promos-featured-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
body[data-route="aktsii"] .promos-featured-card__media > span svg{
  width:60px;
  height:60px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
}
body[data-route="aktsii"] .promos-featured-card__media em{
  position:absolute;
  top:12px;
  right:12px;
  padding:7px 10px;
  border-radius:10px;
  background:#e60012;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-style:normal;
  font-weight:900;
}
body[data-route="aktsii"] .promos-featured-card__body{
  padding:15px 16px 8px;
}
body[data-route="aktsii"] .promos-featured-card__body h3{
  margin:0 0 7px;
  color:#07377d;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
}
body[data-route="aktsii"] .promos-featured-card__body p{
  margin:0;
  color:#4e678d;
  font-size:12.5px;
  line-height:1.4;
  font-weight:650;
}
body[data-route="aktsii"] .promos-featured-card__footer{
  padding:10px 16px 16px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:12px;
}
body[data-route="aktsii"] .promos-featured-card__price{
  display:grid;
  gap:2px;
}
body[data-route="aktsii"] .promos-featured-card__price del{
  color:#8291aa;
  font-size:12px;
}
body[data-route="aktsii"] .promos-featured-card__price strong{
  color:#e60012;
  font-size:22px;
  line-height:1;
  font-weight:900;
}
body[data-route="aktsii"] .promos-featured-card__footer .promos-offer__form,
body[data-route="aktsii"] .promos-featured-card__footer .promos-offer__btn{
  margin:0;
  min-width:112px;
}

/* Contextual promotions on the check-up catalogue page. */
body[data-route="check-upy"] .checkups-promo-context{
  margin-top:22px;
  margin-bottom:22px;
  border:1px solid #d8e7f7;
  border-radius:24px;
  background:#f3f8ff;
  padding:18px;
  box-shadow:0 14px 32px rgba(7,50,111,.07);
}
body[data-route="check-upy"] .checkups-promo-context__head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:18px;
  margin-bottom:15px;
}
body[data-route="check-upy"] .checkups-promo-context__head span{
  color:#e60012;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
body[data-route="check-upy"] .checkups-promo-context__head h2{
  margin:3px 0 3px;
  color:#07377d;
  font-size:25px;
  line-height:1.1;
  font-weight:900;
}
body[data-route="check-upy"] .checkups-promo-context__head p{
  margin:0;
  color:#5a7296;
  font-size:13px;
  font-weight:650;
}
body[data-route="check-upy"] .checkups-promo-context__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body[data-route="check-upy"] .checkups-promo-context__card{
  overflow:hidden;
  border:1px solid #ffcfd5;
  border-radius:18px;
  background:#fff4f5;
  display:grid;
  grid-template-rows:130px minmax(95px,auto) auto;
}
body[data-route="check-upy"] .checkups-promo-context__media{
  position:relative;
  overflow:hidden;
  background:#eaf3ff;
  display:grid;
  place-items:center;
  color:#0c3d86;
}
body[data-route="check-upy"] .checkups-promo-context__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
body[data-route="check-upy"] .checkups-promo-context__media > span svg{
  width:50px;
  height:50px;
}
body[data-route="check-upy"] .checkups-promo-context__media em{
  position:absolute;
  top:10px;
  right:10px;
  border-radius:9px;
  background:#e60012;
  color:#fff;
  padding:6px 9px;
  font-size:13px;
  font-style:normal;
  font-weight:900;
}
body[data-route="check-upy"] .checkups-promo-context__body{
  padding:13px 14px 7px;
}
body[data-route="check-upy"] .checkups-promo-context__body h3{
  margin:0 0 5px;
  color:#07377d;
  font-size:16px;
  line-height:1.2;
  font-weight:900;
}
body[data-route="check-upy"] .checkups-promo-context__body p{
  margin:0;
  color:#526b90;
  font-size:12px;
  line-height:1.35;
  font-weight:650;
}
body[data-route="check-upy"] .checkups-promo-context__footer{
  padding:9px 14px 14px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:10px;
}
body[data-route="check-upy"] .checkups-promo-context__footer > div{
  display:grid;
}
body[data-route="check-upy"] .checkups-promo-context__footer del{
  color:#8592a8;
  font-size:11px;
}
body[data-route="check-upy"] .checkups-promo-context__footer strong{
  color:#e60012;
  font-size:20px;
  font-weight:900;
}
body[data-route="check-upy"] .checkups-promo-context__footer form{
  margin:0;
}
body[data-route="check-upy"] .checkups-promo-context__footer .btn{
  min-height:38px;
  padding:0 16px;
}
@media (max-width:1050px){
  body[data-route="aktsii"] .promos-featured-grid,
  body[data-route="check-upy"] .checkups-promo-context__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-market-nav{
    grid-template-columns:1fr!important;
  }
  body[data-route="aktsii"] .promos-market-nav .promos-tabs{
    justify-content:flex-start!important;
  }
  body[data-route="aktsii"] .promos-market-section{
    padding:13px;
    border-radius:18px;
  }
  body[data-route="aktsii"] .promos-market-section__head{
    grid-template-columns:40px minmax(0,1fr) auto;
    gap:9px;
  }
  body[data-route="aktsii"] .promos-market-section__icon{
    width:40px;
    height:40px;
  }
  body[data-route="aktsii"] .promos-market-section__head h2{
    font-size:20px!important;
  }
  body[data-route="aktsii"] .promos-featured-grid,
  body[data-route="check-upy"] .checkups-promo-context__grid{
    grid-template-columns:1fr;
  }
  body[data-route="aktsii"] .promos-direction-panel,
  body[data-route="check-upy"] .checkups-promo-context__head{
    align-items:stretch;
    flex-direction:column;
  }
  body[data-route="aktsii"] .promos-direction-panel .btn{
    min-width:0;
    width:100%;
  }
  body[data-route="aktsii"] .promos-featured-card{
    grid-template-rows:150px auto auto;
  }
}


/* v708: real branch photos shown fully inside the existing card photo area */
body[data-route="viddilennia"] .branches-office-card[data-code="buvalkina"] .branches-office-card__photo,
body[data-route="viddilennia"] .branches-office-card[data-code="segedska"] .branches-office-card__photo,
body[data-route="viddilennia"] .branches-office-card[data-code="zabolotnoho"] .branches-office-card__photo,
body[data-route="viddilennia"] .branches-office-card[data-code="tantsiury"] .branches-office-card__photo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eef4fb!important;
}

body[data-route="viddilennia"] .branches-office-card[data-code="buvalkina"] .branches-office-card__photo img,
body[data-route="viddilennia"] .branches-office-card[data-code="segedska"] .branches-office-card__photo img,
body[data-route="viddilennia"] .branches-office-card[data-code="zabolotnoho"] .branches-office-card__photo img,
body[data-route="viddilennia"] .branches-office-card[data-code="tantsiury"] .branches-office-card__photo img{
  width:96%!important;
  height:96%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
}

/* v709: dedicated branch pages with gallery, directions, services and phone booking */
.branch-detail-page{
  padding:22px 0 64px;
  background:linear-gradient(180deg,#f7faff 0,#fff 46%);
}
.branch-detail-breadcrumbs{
  margin-bottom:14px;
}
.branch-detail-breadcrumbs a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#315f9b;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
}
.branch-detail-breadcrumbs a:hover{color:#e60012;}
.branch-detail-hero{
  display:grid;
  grid-template-columns:minmax(0,1.24fr) minmax(360px,.76fr);
  gap:24px;
  align-items:stretch;
}
.branch-detail-gallery,
.branch-detail-summary,
.branch-detail-services-section,
.branch-detail-directions,
.branch-detail-booking,
.branch-detail-other{
  border:1px solid #d9e6f6;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 44px rgba(19,66,126,.08);
}
.branch-detail-gallery{
  padding:14px;
  min-width:0;
}
.branch-detail-gallery__stage{
  position:relative;
  min-height:510px;
  height:100%;
  overflow:hidden;
  border-radius:19px;
  background:#edf4fb;
}
.branch-detail-gallery__slide{
  position:absolute;
  inset:0;
  margin:0;
  display:grid;
  place-items:center;
  opacity:0;
  transition:opacity .22s ease;
}
.branch-detail-gallery__slide.is-active{
  opacity:1;
}
.branch-detail-gallery__slide[hidden]{display:none;}
.branch-detail-gallery__slide img{
  width:96%;
  height:96%;
  display:block;
  object-fit:contain;
  object-position:center;
}
.branch-detail-gallery__nav{
  position:absolute;
  z-index:3;
  top:50%;
  width:46px;
  height:46px;
  border:1px solid rgba(8,55,125,.14);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#07377d;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  box-shadow:0 8px 20px rgba(7,55,125,.15);
}
.branch-detail-gallery__nav--prev{left:16px;}
.branch-detail-gallery__nav--next{right:16px;}
.branch-detail-gallery__thumbs{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-top:12px;
}
.branch-detail-gallery__thumb{
  flex:0 0 92px;
  height:68px;
  padding:3px;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:12px;
  background:#edf4fb;
  cursor:pointer;
}
.branch-detail-gallery__thumb.is-active{border-color:#e60012;}
.branch-detail-gallery__thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.branch-detail-summary{
  padding:30px;
  display:flex;
  flex-direction:column;
}
.branch-detail-summary__district,
.branch-detail-section-heading span,
.branch-detail-directions__content>span,
.branch-detail-booking span{
  color:#e60012;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.branch-detail-summary h1{
  margin:10px 0 12px;
  color:#07377d;
  font-size:clamp(28px,3vw,42px);
  line-height:1.06;
  font-weight:950;
}
.branch-detail-summary__lead{
  margin:0;
  color:#4f688d;
  font-size:16px;
  line-height:1.52;
  font-weight:650;
}
.branch-detail-facts{
  margin:24px 0;
  display:grid;
  gap:11px;
}
.branch-detail-facts>div{
  padding:14px 15px;
  border:1px solid #dfe9f6;
  border-radius:16px;
  background:#f7faff;
}
.branch-detail-facts dt{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:5px;
  color:#5b7396;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.branch-detail-facts dt svg{
  width:20px;
  height:20px;
  stroke:#e60012;
  stroke-width:1.8;
}
.branch-detail-facts dd{
  margin:0;
  color:#07377d;
  font-size:15px;
  line-height:1.42;
  font-weight:850;
}
.branch-detail-facts dd a{
  color:#07377d;
  text-decoration:none;
}
.branch-detail-summary__actions{
  margin-top:auto;
  display:grid;
  gap:10px;
}
.branch-detail-summary__actions .btn{
  min-height:48px;
  justify-content:center;
}
.branch-detail-video-pending{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px dashed #cdd9e9;
  border-radius:13px;
  color:#7c8ca4;
  background:#f8fafc;
  font-size:13px;
  font-weight:800;
}
.branch-detail-video-pending svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.7;
}
.branch-detail-services-section,
.branch-detail-directions,
.branch-detail-booking,
.branch-detail-other{
  margin-top:24px;
}
.branch-detail-services-section,
.branch-detail-other{
  padding:26px;
}
.branch-detail-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:26px;
  margin-bottom:18px;
}
.branch-detail-section-heading h2,
.branch-detail-directions__content h2,
.branch-detail-booking h2{
  margin:5px 0 0;
  color:#07377d;
  font-size:clamp(24px,2.7vw,34px);
  line-height:1.12;
  font-weight:950;
}
.branch-detail-section-heading>p{
  max-width:560px;
  margin:0;
  color:#647b9d;
  font-size:13px;
  line-height:1.5;
  font-weight:650;
}
.branch-detail-services{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.branch-detail-service{
  min-height:146px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:17px;
  border:1px solid #dbe7f5;
  border-radius:19px;
  background:#f7faff;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.branch-detail-service:hover{
  transform:translateY(-2px);
  border-color:#f5b7bf;
  box-shadow:0 12px 24px rgba(22,68,126,.08);
}
.branch-detail-service__icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#e7f0fc;
  color:#0b4a98;
}
.branch-detail-service__icon svg{
  width:32px;
  height:32px;
  stroke:currentColor;
  stroke-width:1.7;
}
.branch-detail-service__content{
  display:grid;
  gap:4px;
}
.branch-detail-service__status{
  width:max-content;
  padding:3px 7px;
  border-radius:999px;
  background:#fff0f2;
  color:#e60012;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}
.branch-detail-service strong{
  color:#07377d;
  font-size:17px;
  line-height:1.2;
  font-weight:900;
}
.branch-detail-service small{
  color:#61799a;
  font-size:12px;
  line-height:1.42;
  font-weight:650;
}
.branch-detail-service__arrow{
  color:#e60012;
  font-size:25px;
  font-weight:900;
}
.branch-detail-directions{
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
}
.branch-detail-directions__map{
  min-height:360px;
  background:#eef4fb;
}
.branch-detail-directions__map img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.branch-detail-directions__content{
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.branch-detail-directions__content p,
.branch-detail-booking p{
  margin:12px 0 20px;
  color:#5a7295;
  font-size:15px;
  line-height:1.55;
  font-weight:650;
}
.branch-detail-directions__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.branch-detail-booking{
  padding:26px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-color:#ffd0d5;
  background:linear-gradient(110deg,#fff3f4 0,#fff 62%);
}
.branch-detail-booking p{margin-bottom:0;}
.branch-detail-booking>.btn{
  flex:0 0 auto;
  min-width:230px;
  min-height:52px;
  justify-content:center;
}
.branch-detail-section-heading--compact{
  align-items:center;
}
.branch-detail-section-heading--compact>a{
  color:#e60012;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}
.branch-detail-other__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.branch-detail-other__card{
  overflow:hidden;
  display:grid;
  grid-template-rows:120px auto;
  border:1px solid #dce7f4;
  border-radius:17px;
  background:#f8fbff;
  text-decoration:none;
}
.branch-detail-other__image{
  display:grid;
  place-items:center;
  background:#eef4fb;
}
.branch-detail-other__image img{
  width:94%;
  height:94%;
  display:block;
  object-fit:contain;
}
.branch-detail-other__card>span:last-child{
  display:grid;
  gap:4px;
  padding:12px;
}
.branch-detail-other__card strong{
  color:#07377d;
  font-size:13px;
  line-height:1.3;
  font-weight:900;
}
.branch-detail-other__card small{
  color:#6a7f9e;
  font-size:11px;
  font-weight:700;
}
@media (max-width:1050px){
  .branch-detail-hero{
    grid-template-columns:1fr;
  }
  .branch-detail-gallery__stage{min-height:460px;}
  .branch-detail-directions{
    grid-template-columns:1fr;
  }
  .branch-detail-directions__map{min-height:300px;}
  .branch-detail-other__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .branch-detail-page{padding-top:14px;}
  .branch-detail-hero{gap:14px;}
  .branch-detail-gallery,
  .branch-detail-summary,
  .branch-detail-services-section,
  .branch-detail-directions,
  .branch-detail-booking,
  .branch-detail-other{
    border-radius:20px;
  }
  .branch-detail-gallery{padding:8px;}
  .branch-detail-gallery__stage{min-height:310px;border-radius:15px;}
  .branch-detail-summary{padding:21px;}
  .branch-detail-summary h1{font-size:30px;}
  .branch-detail-services-section,
  .branch-detail-other{padding:18px;}
  .branch-detail-section-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .branch-detail-services{grid-template-columns:1fr;}
  .branch-detail-service{min-height:132px;grid-template-columns:48px minmax(0,1fr) auto;padding:14px;}
  .branch-detail-service__icon{width:48px;height:48px;}
  .branch-detail-directions__map{min-height:230px;}
  .branch-detail-directions__content{padding:22px;}
  .branch-detail-directions__buttons{display:grid;}
  .branch-detail-booking{
    padding:22px;
    align-items:stretch;
    flex-direction:column;
  }
  .branch-detail-booking>.btn{min-width:0;width:100%;}
  .branch-detail-other__grid{grid-template-columns:1fr;}
  .branch-detail-other__card{grid-template-columns:112px minmax(0,1fr);grid-template-rows:108px;}
}

/* v710: slightly more compact dedicated branch pages */
.branch-detail-page{
  padding:18px 0 52px;
}
.branch-detail-breadcrumbs{
  margin-bottom:11px;
}
.branch-detail-breadcrumbs a{
  gap:6px;
  font-size:13px;
}
.branch-detail-hero{
  grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);
  gap:18px;
}
.branch-detail-gallery,
.branch-detail-summary,
.branch-detail-services-section,
.branch-detail-directions,
.branch-detail-booking,
.branch-detail-other{
  border-radius:22px;
  box-shadow:0 14px 34px rgba(19,66,126,.075);
}
.branch-detail-gallery{
  padding:11px;
}
.branch-detail-gallery__stage{
  min-height:440px;
  border-radius:17px;
}
.branch-detail-gallery__nav{
  width:40px;
  height:40px;
  font-size:29px;
}
.branch-detail-gallery__nav--prev{left:13px;}
.branch-detail-gallery__nav--next{right:13px;}
.branch-detail-gallery__thumbs{
  gap:8px;
  padding-top:9px;
}
.branch-detail-gallery__thumb{
  flex-basis:82px;
  height:60px;
  border-radius:10px;
}
.branch-detail-summary{
  padding:25px;
}
.branch-detail-summary__district,
.branch-detail-section-heading span,
.branch-detail-directions__content>span,
.branch-detail-booking span{
  font-size:11px;
}
.branch-detail-summary h1{
  margin:8px 0 10px;
  font-size:clamp(26px,2.7vw,36px);
}
.branch-detail-summary__lead{
  font-size:15px;
  line-height:1.46;
}
.branch-detail-facts{
  margin:18px 0;
  gap:8px;
}
.branch-detail-facts>div{
  padding:11px 13px;
  border-radius:14px;
}
.branch-detail-facts dt{
  gap:7px;
  margin-bottom:4px;
  font-size:11px;
}
.branch-detail-facts dt svg{
  width:18px;
  height:18px;
}
.branch-detail-facts dd{
  font-size:14px;
  line-height:1.38;
}
.branch-detail-summary__actions{
  gap:8px;
}
.branch-detail-summary__actions .btn{
  min-height:44px;
}
.branch-detail-video-pending{
  min-height:42px;
  border-radius:12px;
  font-size:12px;
}
.branch-detail-video-pending svg{
  width:18px;
  height:18px;
}
.branch-detail-services-section,
.branch-detail-directions,
.branch-detail-booking,
.branch-detail-other{
  margin-top:18px;
}
.branch-detail-services-section,
.branch-detail-other{
  padding:22px;
}
.branch-detail-section-heading{
  gap:20px;
  margin-bottom:14px;
}
.branch-detail-section-heading h2,
.branch-detail-directions__content h2,
.branch-detail-booking h2{
  font-size:clamp(22px,2.35vw,30px);
}
.branch-detail-section-heading>p{
  max-width:520px;
  font-size:12px;
}
.branch-detail-services{
  gap:11px;
}
.branch-detail-service{
  min-height:124px;
  grid-template-columns:50px minmax(0,1fr) auto;
  gap:12px;
  padding:14px;
  border-radius:16px;
}
.branch-detail-service__icon{
  width:50px;
  height:50px;
  border-radius:14px;
}
.branch-detail-service__icon svg{
  width:28px;
  height:28px;
}
.branch-detail-service__status{
  padding:3px 6px;
  font-size:9px;
}
.branch-detail-service strong{
  font-size:15px;
}
.branch-detail-service small{
  font-size:11px;
  line-height:1.38;
}
.branch-detail-service__arrow{
  font-size:22px;
}
.branch-detail-directions{
  grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);
}
.branch-detail-directions__map{
  min-height:310px;
}
.branch-detail-directions__content{
  padding:26px;
}
.branch-detail-directions__content p,
.branch-detail-booking p{
  margin:10px 0 16px;
  font-size:14px;
  line-height:1.48;
}
.branch-detail-directions__buttons{
  gap:8px;
}
.branch-detail-booking{
  padding:22px 26px;
  gap:22px;
}
.branch-detail-booking>.btn{
  min-width:210px;
  min-height:46px;
}
.branch-detail-section-heading--compact>a{
  font-size:13px;
}
.branch-detail-other__grid{
  gap:10px;
}
.branch-detail-other__card{
  grid-template-rows:104px auto;
  border-radius:15px;
}
.branch-detail-other__card>span:last-child{
  gap:3px;
  padding:10px;
}
.branch-detail-other__card strong{
  font-size:12px;
}
.branch-detail-other__card small{
  font-size:10px;
}
@media (max-width:1050px){
  .branch-detail-gallery__stage{min-height:400px;}
  .branch-detail-directions__map{min-height:270px;}
}
@media (max-width:720px){
  .branch-detail-page{padding:12px 0 42px;}
  .branch-detail-hero{gap:12px;}
  .branch-detail-gallery,
  .branch-detail-summary,
  .branch-detail-services-section,
  .branch-detail-directions,
  .branch-detail-booking,
  .branch-detail-other{
    border-radius:18px;
  }
  .branch-detail-gallery{padding:7px;}
  .branch-detail-gallery__stage{min-height:270px;border-radius:13px;}
  .branch-detail-summary{padding:18px;}
  .branch-detail-summary h1{font-size:27px;}
  .branch-detail-services-section,
  .branch-detail-other{padding:16px;}
  .branch-detail-service{
    min-height:112px;
    grid-template-columns:44px minmax(0,1fr) auto;
    padding:12px;
  }
  .branch-detail-service__icon{width:44px;height:44px;}
  .branch-detail-directions__map{min-height:205px;}
  .branch-detail-directions__content{padding:18px;}
  .branch-detail-booking{padding:18px;}
  .branch-detail-other__card{
    grid-template-columns:100px minmax(0,1fr);
    grid-template-rows:96px;
  }
}

/* v712: direct map action on branch cards and embedded local route video */
.branches-office-card__actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  width:100%;
  margin-top:auto;
}
.branches-office-card__actions .btn{
  width:100%;
  min-height:42px;
  justify-content:center;
}
.branches-office-card__map-button{
  border:1px solid #0b91a9;
  background:#0b91a9;
  color:#fff;
  box-shadow:0 8px 18px rgba(11,145,169,.18);
}
.branches-office-card__map-button:hover,
.branches-office-card__map-button:focus-visible{
  border-color:#08768b;
  background:#08768b;
  color:#fff;
}
.branch-detail-video-section{
  margin-top:18px;
  padding:22px;
  overflow:hidden;
  border:1px solid #dce7f4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(19,66,126,.075);
}
.branch-detail-video-section__heading{
  margin-bottom:14px;
}
.branch-detail-video-player{
  overflow:hidden;
  display:grid;
  place-items:center;
  min-height:360px;
  border-radius:17px;
  background:#071b35;
}
.branch-detail-video-player video{
  display:block;
  width:100%;
  max-height:560px;
  aspect-ratio:16/9;
  object-fit:contain;
  background:#071b35;
}
@media (max-width:720px){
  .branches-office-card__actions{gap:7px;}
  .branches-office-card__actions .btn{min-height:40px;}
  .branch-detail-video-section{
    margin-top:12px;
    padding:16px;
    border-radius:18px;
  }
  .branch-detail-video-player{
    min-height:260px;
    border-radius:13px;
  }
  .branch-detail-video-player video{
    max-height:440px;
    aspect-ratio:1/1;
  }
}

/* v713: compact route video and map in one row; red map action */
.branches-office-card__map-button{
  border-color:#e60012;
  background:#e60012;
  color:#fff;
  box-shadow:0 8px 18px rgba(230,0,18,.18);
}
.branches-office-card__map-button:hover,
.branches-office-card__map-button:focus-visible{
  border-color:#c90010;
  background:#c90010;
  color:#fff;
}
.branch-detail-route-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-top:20px;
}
.branch-detail-route-grid.has-video{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
}
.branch-detail-route-grid .branch-detail-video-section,
.branch-detail-route-grid .branch-detail-directions{
  min-width:0;
  height:100%;
  margin-top:0;
  border:1px solid #dce7f4;
  border-radius:21px;
  background:#fff;
  box-shadow:0 12px 28px rgba(19,66,126,.07);
}
.branch-detail-route-grid .branch-detail-video-section{
  display:flex;
  flex-direction:column;
  padding:18px;
  overflow:hidden;
}
.branch-detail-route-heading{
  margin-bottom:12px;
}
.branch-detail-route-heading span{
  color:#e60012;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.branch-detail-route-heading h2{
  margin:4px 0 0;
  color:#07377d;
  font-size:clamp(21px,2vw,28px);
  line-height:1.12;
  font-weight:950;
}
.branch-detail-route-heading p{
  margin:7px 0 0;
  color:#647b9d;
  font-size:12px;
  line-height:1.45;
  font-weight:650;
}
.branch-detail-route-grid .branch-detail-video-player{
  flex:1 1 auto;
  min-height:300px;
  border-radius:15px;
}
.branch-detail-route-grid .branch-detail-video-player video{
  width:100%;
  height:100%;
  max-height:360px;
  aspect-ratio:auto;
  object-fit:contain;
}
.branch-detail-route-grid .branch-detail-directions{
  overflow:hidden;
  display:grid;
  grid-template-rows:220px minmax(0,1fr);
}
.branch-detail-route-grid .branch-detail-directions__map{
  min-height:0;
}
.branch-detail-route-grid .branch-detail-directions__content{
  padding:18px 20px 20px;
  justify-content:flex-start;
}
.branch-detail-route-grid .branch-detail-directions__content h2{
  font-size:clamp(20px,2vw,27px);
}
.branch-detail-route-grid .branch-detail-directions__content p{
  margin:9px 0 14px;
  font-size:13px;
  line-height:1.45;
}
.branch-detail-route-grid .branch-detail-directions__buttons .btn{
  min-height:42px;
  padding:9px 14px;
  font-size:13px;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions{
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  grid-template-rows:none;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions__map{
  min-height:300px;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions__content{
  justify-content:center;
}
@media (max-width:980px){
  .branch-detail-route-grid.has-video{
    grid-template-columns:1fr;
  }
  .branch-detail-route-grid .branch-detail-video-player{
    min-height:360px;
  }
  .branch-detail-route-grid .branch-detail-video-player video{
    max-height:440px;
  }
}
@media (max-width:720px){
  .branch-detail-route-grid{
    gap:12px;
    margin-top:12px;
  }
  .branch-detail-route-grid .branch-detail-video-section{
    padding:14px;
    border-radius:18px;
  }
  .branch-detail-route-grid .branch-detail-video-player{
    min-height:260px;
  }
  .branch-detail-route-grid .branch-detail-video-player video{
    max-height:360px;
  }
  .branch-detail-route-grid .branch-detail-directions,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions{
    grid-template-columns:1fr;
    grid-template-rows:190px auto;
    border-radius:18px;
  }
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__map{
    min-height:0;
  }
  .branch-detail-route-grid .branch-detail-directions__content{
    padding:17px;
  }
}

/* v714: larger branch route maps and more readable route typography */
.branch-detail-route-grid.has-video{
  align-items:start;
}
.branch-detail-route-grid .branch-detail-video-section,
.branch-detail-route-grid .branch-detail-directions{
  height:auto;
}
.branch-detail-route-heading span,
.branch-detail-route-grid .branch-detail-directions__content>span{
  font-size:13px;
}
.branch-detail-route-heading h2{
  font-size:clamp(25px,2.3vw,32px);
}
.branch-detail-route-heading p{
  font-size:14px;
  line-height:1.5;
}
.branch-detail-route-grid .branch-detail-video-player{
  min-height:390px;
}
.branch-detail-route-grid .branch-detail-video-player video{
  max-height:460px;
}
.branch-detail-route-grid .branch-detail-directions{
  grid-template-rows:315px auto;
}
.branch-detail-route-grid .branch-detail-directions__content{
  padding:26px 28px 28px;
}
.branch-detail-route-grid .branch-detail-directions__content h2{
  font-size:clamp(27px,2.45vw,36px);
  line-height:1.12;
}
.branch-detail-route-grid .branch-detail-directions__content p{
  margin:11px 0 18px;
  font-size:16px;
  line-height:1.5;
}
.branch-detail-route-grid .branch-detail-directions__buttons{
  gap:10px;
}
.branch-detail-route-grid .branch-detail-directions__buttons .btn{
  min-height:48px;
  padding:11px 18px;
  font-size:15px;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions{
  height:auto;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  grid-template-rows:none;
  align-items:stretch;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions__map{
  min-height:420px;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions__content{
  padding:36px 38px;
}
@media (max-width:1180px){
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions{
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  }
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__map{
    min-height:370px;
  }
  .branch-detail-route-grid .branch-detail-directions{
    grid-template-rows:285px auto;
  }
}
@media (max-width:980px){
  .branch-detail-route-grid .branch-detail-video-player{
    min-height:380px;
  }
  .branch-detail-route-grid .branch-detail-directions,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions{
    grid-template-columns:1fr;
    grid-template-rows:300px auto;
  }
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__map{
    min-height:0;
  }
  .branch-detail-route-grid .branch-detail-directions__content,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__content{
    padding:26px;
  }
}
@media (max-width:720px){
  .branch-detail-route-heading span,
  .branch-detail-route-grid .branch-detail-directions__content>span{
    font-size:11px;
  }
  .branch-detail-route-heading h2{
    font-size:24px;
  }
  .branch-detail-route-heading p{
    font-size:13px;
  }
  .branch-detail-route-grid .branch-detail-video-player{
    min-height:280px;
  }
  .branch-detail-route-grid .branch-detail-directions,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions{
    grid-template-rows:235px auto;
  }
  .branch-detail-route-grid .branch-detail-directions__content,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__content{
    padding:20px;
  }
  .branch-detail-route-grid .branch-detail-directions__content h2{
    font-size:27px;
  }
  .branch-detail-route-grid .branch-detail-directions__content p{
    font-size:14px;
  }
  .branch-detail-route-grid .branch-detail-directions__buttons .btn{
    min-height:46px;
    font-size:14px;
  }
}

/* v715: branch services replace route copy; compact standardized service tiles */
.branch-detail-directions__map{
  position:relative;
  display:block;
  overflow:hidden;
  cursor:pointer;
}
.branch-detail-directions__map img{
  transition:transform .22s ease,filter .22s ease;
}
.branch-detail-directions__map:hover img,
.branch-detail-directions__map:focus-visible img{
  transform:scale(1.015);
  filter:saturate(1.04);
}
.branch-detail-directions__map:focus-visible{
  outline:3px solid rgba(230,0,18,.28);
  outline-offset:-3px;
}
.branch-detail-directions__services{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:0;
}
.branch-detail-directions__services>span{
  margin-bottom:5px;
}
.branch-detail-directions__services h2{
  margin:0 0 16px;
  font-size:clamp(25px,2.25vw,34px);
  line-height:1.12;
}
.branch-detail-route-services{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
.branch-detail-route-service{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 20px;
  align-items:center;
  gap:11px;
  min-height:66px;
  padding:9px 12px;
  border:1px solid #dbe7f5;
  border-radius:14px;
  background:#f7faff;
  color:#07377d;
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.branch-detail-route-service:hover,
.branch-detail-route-service:focus-visible{
  border-color:#f3a4ad;
  background:#fff7f8;
  color:#07377d;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(19,66,126,.08);
}
.branch-detail-route-service__icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  background:#eaf2fd;
  color:#0a3b82;
}
.branch-detail-route-service__icon svg{
  width:24px;
  height:24px;
}
.branch-detail-route-service__content{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
}
.branch-detail-route-service__content strong{
  font-size:14px;
  line-height:1.2;
  font-weight:900;
}
.branch-detail-route-service__content small{
  color:#e60012;
  font-size:10px;
  line-height:1.15;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.035em;
}
.branch-detail-route-service__arrow{
  color:#e60012;
  font-size:19px;
  font-weight:900;
  line-height:1;
}
.branch-detail-route-grid:not(.has-video) .branch-detail-directions__services{
  padding:28px 30px;
}
.branch-detail-route-grid.has-video .branch-detail-directions__services{
  padding:21px 22px 23px;
}
.branch-detail-route-grid.has-video .branch-detail-directions{
  grid-template-rows:315px auto;
}
@media (max-width:1180px){
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__services{
    padding:24px;
  }
  .branch-detail-directions__services h2{
    font-size:28px;
  }
  .branch-detail-route-service{
    min-height:62px;
  }
}
@media (max-width:980px){
  .branch-detail-route-grid .branch-detail-directions__services,
  .branch-detail-route-grid:not(.has-video) .branch-detail-directions__services{
    padding:22px;
  }
  .branch-detail-route-services{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:720px){
  .branch-detail-directions__services h2{
    margin-bottom:13px;
    font-size:25px;
  }
  .branch-detail-route-services{
    grid-template-columns:1fr;
    gap:7px;
  }
  .branch-detail-route-service{
    grid-template-columns:38px minmax(0,1fr) 18px;
    min-height:58px;
    padding:8px 10px;
    border-radius:12px;
  }
  .branch-detail-route-service__icon{
    width:38px;
    height:38px;
    border-radius:10px;
  }
  .branch-detail-route-service__icon svg{
    width:22px;
    height:22px;
  }
  .branch-detail-route-service__content strong{
    font-size:13px;
  }
}

/* v716: standalone branch services showcase and clean map/video cards */
.branch-detail-route-grid .branch-detail-map-section{
  min-width:0;
  overflow:hidden;
  border:1px solid #dce7f4;
  border-radius:21px;
  background:#fff;
  box-shadow:0 12px 28px rgba(19,66,126,.07);
}
.branch-detail-route-grid .branch-detail-map-section .branch-detail-directions__map{
  width:100%;
  height:100%;
  min-height:420px;
}
.branch-detail-route-grid .branch-detail-map-section .branch-detail-directions__map img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.branch-detail-route-grid.has-video .branch-detail-map-section .branch-detail-directions__map{
  min-height:100%;
}
.branch-detail-services-showcase{
  margin-top:20px;
  padding:22px;
  border:1px solid #dce7f4;
  border-radius:21px;
  background:#fff;
  box-shadow:0 12px 28px rgba(19,66,126,.07);
}
.branch-detail-services-showcase__heading{
  margin-bottom:16px;
}
.branch-detail-services-showcase__heading h2{
  font-size:clamp(25px,2.3vw,32px);
}
.branch-detail-services-showcase__heading p{
  max-width:760px;
  font-size:14px;
}
.branch-detail-services-showcase .branch-detail-route-services{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.branch-detail-services-showcase .branch-detail-route-service{
  min-height:64px;
}
.branch-detail-services-showcase .branch-detail-route-service:only-child{
  width:min(100%,340px);
}
@media (max-width:1180px){
  .branch-detail-services-showcase .branch-detail-route-services{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:980px){
  .branch-detail-route-grid .branch-detail-map-section .branch-detail-directions__map,
  .branch-detail-route-grid.has-video .branch-detail-map-section .branch-detail-directions__map{
    min-height:360px;
  }
}
@media (max-width:720px){
  .branch-detail-route-grid .branch-detail-map-section{
    border-radius:18px;
  }
  .branch-detail-route-grid .branch-detail-map-section .branch-detail-directions__map,
  .branch-detail-route-grid.has-video .branch-detail-map-section .branch-detail-directions__map{
    min-height:250px;
  }
  .branch-detail-services-showcase{
    margin-top:12px;
    padding:15px;
    border-radius:18px;
  }
  .branch-detail-services-showcase__heading{
    margin-bottom:12px;
  }
  .branch-detail-services-showcase__heading h2{
    font-size:24px;
  }
  .branch-detail-services-showcase__heading p{
    font-size:13px;
  }
  .branch-detail-services-showcase .branch-detail-route-services{
    grid-template-columns:1fr;
    gap:7px;
  }
  .branch-detail-services-showcase .branch-detail-route-service:only-child{
    width:100%;
  }
}

/* v718: readable order administration with patient, payment and item details */
.shop-form-card--orders{
  padding:22px;
}
.shop-admin-orders{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.shop-admin-order-card{
  overflow:hidden;
  border:1px solid #dce6f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 26px rgba(0,43,102,.07);
}
.shop-admin-order-card__summary{
  display:grid;
  grid-template-columns:minmax(190px,1.2fr) minmax(135px,.8fr) minmax(150px,.85fr) minmax(190px,1fr) minmax(125px,.7fr);
  gap:14px;
  align-items:center;
  padding:16px 18px;
  cursor:pointer;
  list-style:none;
  color:#0b3476;
}
.shop-admin-order-card__summary::-webkit-details-marker{display:none;}
.shop-admin-order-card__summary::after{
  content:'⌄';
  justify-self:end;
  color:#e30613;
  font-size:24px;
  line-height:1;
  font-weight:900;
}
.shop-admin-order-card[open] .shop-admin-order-card__summary::after{transform:rotate(180deg);}
.shop-admin-order-card[open] .shop-admin-order-card__summary{
  border-bottom:1px solid #e4edf8;
  background:#f8fbff;
}
.shop-admin-order-card__identity,
.shop-admin-order-card__summary-cell{
  min-width:0;
  display:grid;
  gap:4px;
}
.shop-admin-order-card__identity span,
.shop-admin-order-card__summary-cell > span{
  color:#6b7f9f;
  font-size:11px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.shop-admin-order-card__identity strong{
  color:#0b3476;
  font-size:18px;
  line-height:1.1;
  overflow-wrap:anywhere;
}
.shop-admin-order-card__identity small{
  color:#526b92;
  font-size:12px;
  line-height:1.3;
  font-weight:750;
  overflow-wrap:anywhere;
}
.shop-admin-order-card__summary-cell strong{
  color:#0b3476;
  font-size:14px;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.shop-admin-order-card__payment-cell{align-content:start;}
.shop-admin-order-card__total-cell strong{
  color:#e30613;
  font-size:18px;
}
.shop-admin-payment-badge{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  justify-content:center;
  min-height:27px;
  padding:5px 9px;
  border-radius:999px;
  font-size:11px;
  line-height:1.1;
  font-weight:900;
  white-space:normal;
  text-align:center;
}
.shop-admin-payment-badge--paid{
  color:#0b6b3a;
  background:#e8f8ef;
  border:1px solid #bfe8cf;
}
.shop-admin-payment-badge--not_paid{
  color:#8a5b00;
  background:#fff7dd;
  border:1px solid #f0d890;
}
.shop-admin-payment-badge--failed{
  color:#b00020;
  background:#fff0f2;
  border:1px solid #ffc5cd;
}
.shop-admin-payment-badge--refunded{
  color:#35517c;
  background:#eef4fb;
  border:1px solid #cbd9ec;
}
.shop-admin-order-card__body{
  display:grid;
  gap:14px;
  padding:18px;
  background:#fbfdff;
}
.shop-admin-order-info-grid,
.shop-admin-order-bottom{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.shop-admin-order-panel{
  min-width:0;
  padding:16px;
  border:1px solid #dfe9f5;
  border-radius:15px;
  background:#fff;
}
.shop-admin-order-panel h3{
  margin:0 0 12px;
  color:#0b3476;
  font-size:17px;
  line-height:1.2;
}
.shop-admin-order-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.shop-admin-order-panel__head h3{margin:0;}
.shop-admin-order-panel__head > span{
  color:#526b92;
  font-size:12px;
  font-weight:850;
}
.shop-admin-order-meta,
.shop-admin-order-totals{
  display:grid;
  grid-template-columns:minmax(125px,.7fr) minmax(0,1.3fr);
  gap:8px 12px;
  margin:0;
}
.shop-admin-order-meta dt,
.shop-admin-order-totals dt{
  color:#6a7e9d;
  font-size:12px;
  font-weight:850;
}
.shop-admin-order-meta dd,
.shop-admin-order-totals dd{
  min-width:0;
  margin:0;
  color:#0b3476;
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  overflow-wrap:anywhere;
}
.shop-admin-order-totals dd:last-child{
  color:#e30613;
  font-size:17px;
  font-weight:950;
}
.shop-admin-order-items{
  overflow-x:auto;
  border:1px solid #e2ebf6;
  border-radius:13px;
}
.shop-admin-order-items__head,
.shop-admin-order-items__row{
  display:grid;
  grid-template-columns:90px minmax(240px,1.8fr) 110px 62px 105px 105px 110px;
  gap:10px;
  align-items:center;
  min-width:900px;
  padding:10px 12px;
}
.shop-admin-order-items__head{
  color:#627797;
  background:#f3f8fe;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.shop-admin-order-items__row{
  color:#0b3476;
  border-top:1px solid #e7eef7;
  background:#fff;
  font-size:12px;
  line-height:1.3;
  font-weight:750;
}
.shop-admin-order-items__row strong{
  min-width:0;
  overflow-wrap:anywhere;
}
.shop-admin-order-items__row b{
  color:#e30613;
  font-size:13px;
}
.shop-admin-order-comment{
  margin:0;
  color:#526b92;
  font-size:13px;
  line-height:1.5;
  font-weight:700;
  white-space:pre-wrap;
}
.shop-admin-empty{
  padding:16px;
  border:1px dashed #cfdced;
  border-radius:13px;
  color:#617697;
  background:#f8fbff;
  font-size:13px;
  font-weight:750;
}
@media (max-width:1260px){
  .shop-admin-order-card__summary{
    grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(125px,.8fr));
  }
  .shop-admin-order-card__total-cell{grid-column:2 / -1;}
}
@media (max-width:900px){
  .shop-form-card--orders{padding:16px;}
  .shop-admin-order-card__summary{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .shop-admin-order-card__identity{grid-column:1 / -1;}
  .shop-admin-order-card__total-cell{grid-column:auto;}
  .shop-admin-order-card__summary::after{position:absolute;right:18px;top:18px;}
  .shop-admin-order-card__summary{position:relative;padding-right:48px;}
  .shop-admin-order-info-grid,
  .shop-admin-order-bottom{grid-template-columns:1fr;}
}
@media (max-width:620px){
  .shop-admin-order-card__summary{grid-template-columns:1fr;}
  .shop-admin-order-card__body{padding:12px;}
  .shop-admin-order-panel{padding:13px;}
  .shop-admin-order-meta,
  .shop-admin-order-totals{grid-template-columns:1fr;gap:3px;}
  .shop-admin-order-meta dd,
  .shop-admin-order-totals dd{margin-bottom:8px;}
  .shop-admin-order-items{
    overflow:visible;
    border:0;
    border-radius:0;
  }
  .shop-admin-order-items__head{display:none;}
  .shop-admin-order-items__row{
    min-width:0;
    grid-template-columns:1fr;
    gap:7px;
    margin-bottom:9px;
    padding:12px;
    border:1px solid #e2ebf6;
    border-radius:12px;
  }
  .shop-admin-order-items__row > *::before{
    content:attr(data-label) ': ';
    color:#6a7e9d;
    font-weight:850;
  }
}
/* v718 correction: keep the disclosure icon outside the order summary grid */
.shop-admin-order-card__summary{position:relative;padding-right:52px;}
.shop-admin-order-card__summary::after{position:absolute;right:18px;top:50%;transform:translateY(-50%);}
.shop-admin-order-card[open] .shop-admin-order-card__summary::after{transform:translateY(-50%) rotate(180deg);}
@media (max-width:900px){
  .shop-admin-order-card__summary::after{right:18px;top:50%;}
}

/* v726: compact patient auth headings, balanced login layout and button */
.patient-auth-page--login .patient-auth-card h1,
.patient-auth-page--login .patient-auth-side h2,
.patient-auth-page--compact .patient-auth-card h1{
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}
@media (min-width:901px){
  .patient-auth-page--login .patient-auth-layout{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* v729: current promotions in the cabinet aside + compact order history */
@media (min-width:1181px){
  .patient-cabinet-aside{
    align-self:stretch;
    position:static;
    display:flex;
    flex-direction:column;
    min-height:100%;
  }
  .patient-side-card--promotions{
    flex:1 1 auto;
    min-height:322px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .patient-promotions-list{
    flex:1 1 auto;
    min-height:240px;
    overflow:auto;
  }
}
.patient-side-card--promotions{
  background:#f8fbff;
}
.patient-promotions-list{
  display:grid;
  align-content:start;
  gap:6px;
  margin:2px 0 9px;
  padding-right:3px;
  scrollbar-width:thin;
  scrollbar-color:#b8cbea transparent;
}
.patient-promotions-list a{
  min-height:42px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  border:1px solid #dce6f2;
  border-radius:11px;
  background:#fff;
  padding:8px 9px;
  color:#0b3476;
}
.patient-promotions-list a:hover{
  border-color:#f3a5ad;
  background:#fff8f9;
}
.patient-promotions-list strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  line-height:1.25;
  font-weight:900;
}
.patient-promotions-list small{
  color:#e30613;
  font-size:11px;
  white-space:nowrap;
  font-weight:900;
}
.patient-promotions-all{
  color:#0b55e6;
  font-size:12px;
  font-weight:900;
}
.shop-order-history{
  gap:9px;
}
.shop-order-card{
  border-radius:14px;
  box-shadow:0 7px 18px rgba(0,43,102,.06);
}
.shop-order-card__summary{
  grid-template-columns:max-content minmax(140px,1fr) minmax(130px,.72fr) minmax(110px,.55fr) 28px;
  gap:10px;
  min-height:70px;
  padding:11px 13px;
  font-size:13px;
}
.shop-order-card__summary::after{
  grid-column:5;
  grid-row:1;
  width:24px;
  height:24px;
  font-size:16px;
}
.shop-order-card__number{
  border-radius:10px;
  padding:7px 9px;
}
.shop-order-status{
  width:max-content;
  max-width:100%;
  border:1px solid transparent;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
}
.shop-order-status--is-accepted{
  border-color:#b9d8f5;
  background:#edf7ff;
  color:#07518d;
}
.shop-order-status--is-completed{
  border-color:#b9e2c8;
  background:#eaf8ef;
  color:#087832;
}
.shop-order-card__date,
.shop-order-card__total{
  display:grid;
  gap:2px;
}
.shop-order-card__summary small{
  color:#6d7f9c;
  font-size:10px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:900;
}
.shop-order-card__summary .shop-order-card__total{
  color:#e30613;
  font-size:15px;
}
.shop-order-card__body{
  padding:12px 13px 13px;
}
.shop-order-card__actions{
  margin-top:9px;
}
.shop-order-detail-panel{
  margin-top:11px;
  border:1px solid #cdddf1;
  border-radius:13px;
  background:#f3f8ff;
  padding:12px;
}
.shop-order-card__body .shop-order-detail-panel h3{
  margin:0 0 9px;
  font-size:16px;
}
.shop-order-items__head,
.shop-order-items__row{
  grid-template-columns:80px minmax(180px,1fr) 92px 92px;
  gap:8px;
}
.shop-order-items__row{
  min-height:42px;
  padding:8px 9px;
  background:rgba(255,255,255,.92);
}
.shop-order-totals{
  margin-top:12px;
  padding-top:11px;
  gap:6px 12px;
  font-size:13px;
}
.shop-order-totals dd:last-child{
  font-size:18px;
}
@media (max-width:1180px){
  .patient-side-card--promotions{grid-column:1 / -1;}
  .patient-promotions-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:980px){
  .shop-order-card__summary{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .shop-order-card__number,
  .shop-order-status,
  .shop-order-card__date,
  .shop-order-card__total{
    grid-column:1;
  }
  .shop-order-card__summary::after{
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }
  .shop-order-items__row{
    gap:5px;
  }
  .shop-order-items__row > *::before{
    content:attr(data-label) ": ";
    color:#6d7f9c;
    font-size:10px;
    text-transform:uppercase;
    font-weight:900;
  }
}
@media (max-width:640px){
  .patient-promotions-list{grid-template-columns:1fr;}
}
.patient-auth-page--login .patient-auth-card .shop-form-grid .btn[type="submit"]{
  width:auto;
  min-width:180px;
  min-height:44px;
  justify-self:start;
  padding:10px 28px;
}
@media (max-width:640px){
  .patient-auth-page--login .patient-auth-card .shop-form-grid .btn[type="submit"]{
    width:100%;
  }
}

/* v728: simplified patient cabinet home */
.patient-cabinet--dashboard .patient-cabinet-hero h1{
  font-size:22px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}
.patient-dashboard-user-card{
  width:100%;
  min-height:88px;
  box-sizing:border-box;
  margin:0;
  padding:16px 18px;
  border:1px solid #dce6f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
}
.patient-dashboard-user-card .patient-cabinet-user__avatar{
  width:46px;
  height:46px;
  font-size:20px;
}
.patient-dashboard-user-card > div:last-child{
  min-width:0;
}
.patient-dashboard-user-card strong{
  font-size:18px;
}
.patient-dashboard-user-card span{
  font-size:13px;
}
@media (min-width:901px){
  .patient-cabinet-layout{
    align-items:stretch;
  }
  .patient-cabinet-sidebar{
    position:relative;
    top:auto;
    display:flex;
    flex-direction:column;
    align-self:stretch;
    height:100%;
    min-height:calc(100vh - 250px);
    box-sizing:border-box;
  }
  .patient-cabinet-sidebar .patient-cabinet-nav{
    flex:1 1 auto;
    align-content:start;
  }
}

/* v730: keep the dashboard identity card at its natural compact height */
.patient-cabinet--dashboard .patient-cabinet-main{
  align-content:start;
}
.patient-cabinet--dashboard .patient-dashboard-user-card{
  align-self:start;
  height:auto;
}

/* v731: refined order disclosure icons with safe inset from the card edge */
.shop-order-card__summary{
  padding-right:20px;
}
.shop-order-card__summary::after{
  content:"";
  width:30px;
  height:30px;
  justify-self:end;
  margin-right:4px;
  border:1px solid #cdddf4;
  border-radius:999px;
  background-color:#f2f7ff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M2.5 2.25 8 7.75l5.5-5.5' stroke='%230b55e6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 10px;
  box-shadow:0 5px 12px rgba(11,85,230,.14), inset 0 1px 0 rgba(255,255,255,.95);
}
.shop-order-card__summary:hover::after{
  border-color:#9dbced;
  background-color:#e9f2ff;
  box-shadow:0 6px 14px rgba(11,85,230,.20), inset 0 1px 0 rgba(255,255,255,.95);
}
@media (min-width:981px){
  .shop-order-card__summary{
    grid-template-columns:max-content minmax(140px,1fr) minmax(130px,.72fr) minmax(110px,.55fr) 34px;
  }
}
@media (max-width:980px){
  .shop-order-card__summary::after{
    margin-right:2px;
  }
}

/* v732: exactly five aside promotions, cabinet promo slider and deeper arrow inset */
@media (min-width:1181px){
  .patient-side-card--promotions{
    flex:0 0 auto;
    min-height:0;
  }
  .patient-promotions-list{
    flex:0 0 auto;
    min-height:0;
    overflow:visible;
  }
}
.patient-cabinet-promo-slider{
  width:100%;
  box-sizing:border-box;
  margin:0;
}
.patient-promotions-list{
  grid-template-columns:1fr;
  min-height:0;
  overflow:visible;
}
.shop-order-card__summary::after{
  margin-right:14px;
}
@media (min-width:981px){
  .shop-order-card__summary{
    grid-template-columns:max-content minmax(140px,1fr) minmax(130px,.72fr) minmax(110px,.55fr) 48px;
  }
}
@media (max-width:980px){
  .shop-order-card__summary::after{
    margin-right:12px;
  }
}

/* v733: force the order disclosure control left and always show current promos */
.shop-order-card__summary::after{
  position:relative;
  right:34px;
  margin-right:0;
}

/* v736: adaptive amount of promotions in the patient cabinet aside */
@media (min-width:1181px){
  .patient-cabinet-main{
    align-content:start;
  }
}
[data-patient-promotion-item][hidden]{
  display:none!important;
}
@media (max-width:980px){
  .shop-order-card__summary::after{
    right:34px;
    margin-right:0;
  }
}

/* v739: compact typography on the patient cabinet offers page */
.patient-cabinet--offers .patient-repeat-card h2,
.patient-cabinet--offers .patient-offer-card h2{
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.015em;
}
.patient-cabinet--offers .patient-repeat-card p,
.patient-cabinet--offers .patient-offer-card p{
  font-size:14px;
  line-height:1.45;
}
.patient-cabinet--offers .patient-offer-card > strong{
  font-size:20px;
  line-height:1.2;
}
.patient-cabinet--offers .patient-offer-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:9px;
}
.patient-cabinet--offers .patient-offer-price del{
  color:#607495;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
}
.patient-cabinet--offers .patient-offer-price strong{
  color:#e30613;
  font-size:20px;
  line-height:1.2;
  font-weight:900;
}
.patient-cabinet--offers .patient-repeat-card .btn,
.patient-cabinet--offers .patient-offer-actions .btn{
  min-height:42px;
  padding:9px 16px;
  font-size:14px;
  line-height:1.2;
}

/* v740: stack patient profile panels vertically */
.patient-cabinet--profile .patient-profile-grid{
  grid-template-columns:1fr;
}

/* v742: profile form spacing and password reset-only flow */
.patient-cabinet--profile .patient-profile-form .shop-confirm-btn{
  margin-top:18px;
}
.patient-cabinet--profile .patient-family-card .patient-family-placeholder{
  margin-top:0;
}
.form-alert--info{
  background:#edf7ff;
  color:#07518d;
}

/* v746: patient initials as a compact avatar in the header cabinet button */
.header-actions .results-top-btn.is-patient-initials{
  padding:3px 12px!important;
}
.header-patient-initials{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:50%;
  background:#ed0015;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
  box-shadow:0 7px 16px rgba(227,6,19,.23);
}

/* v748: results panel fills the desktop cabinet column after placeholder cards removal */
@media (min-width:1181px){
  .patient-cabinet--results .patient-cabinet-layout{
    align-items:stretch;
  }
  .patient-cabinet--results .patient-cabinet-main{
    align-self:stretch;
    align-content:stretch;
    grid-template-rows:minmax(0,1fr);
  }
  .patient-cabinet--results .patient-cabinet-main > .patient-panel-card{
    display:flex;
    flex-direction:column;
    height:auto;
  }
  .patient-cabinet--results .patient-cabinet-main > .patient-panel-card > .patient-empty-state{
    flex:1 1 auto;
  }
}

/* v754: authenticated cart keeps the cabinet heading and restores its full-width layout */
.patient-cart-content{
  min-width:0;
}
.patient-cabinet--cart > .patient-cart-content{
  padding-top:0;
  padding-bottom:12px;
}

/* v749: consistent cabinet section titles, matching “Історія замовлень” */
.patient-cabinet .patient-cabinet-hero h1{
  font-size:24px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}

/* v750: authenticated header control is only the circular initials avatar */
.header-actions .results-top-btn.is-patient-initials{
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  flex:0 0 40px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}

/* v751: profile data heading matches cabinet section headings */
.patient-cabinet--profile .patient-profile-form > h2{
  font-size:24px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
  font-weight:900!important;
}

/* v752: results empty state starts with its heading, without the generic plus icon */
.patient-cabinet--results .patient-empty-state__icon{
  display:none;
}

/* v753: keep the stretched results empty-state content grouped together */
.patient-cabinet--results .patient-empty-state{
  grid-template-rows:repeat(3,max-content);
  align-content:center;
  justify-items:center;
  gap:8px;
}
.patient-cabinet--results .patient-empty-state .btn{
  margin-top:12px;
}

/* v755: compact typography and spacing on the cart page */
.shop-page .shop-cart-list{
  gap:8px;
}
.shop-page .shop-cart-item--simple{
  min-height:54px!important;
  grid-template-columns:minmax(0,1fr) 34px;
  gap:10px;
  padding:10px 13px;
}
.shop-page .shop-cart-item--simple>div{
  gap:12px!important;
}
.shop-page .shop-cart-item--simple strong{
  font-size:15px!important;
  line-height:1.25!important;
}
.shop-page .shop-cart-item--simple span{
  font-size:15px!important;
  line-height:1.2!important;
}
.shop-page .shop-cart-item--simple button{
  width:32px;
  height:32px;
  font-size:20px;
}
.shop-page .shop-summary{
  padding:16px 18px;
}
.shop-page .shop-summary h2{
  margin-bottom:9px;
  font-size:19px;
  line-height:1.2;
}
.shop-page .shop-summary dl{
  gap:6px 12px;
  margin-bottom:12px;
  font-size:14px;
  line-height:1.3;
}
.shop-page .shop-summary__total{
  margin-top:6px;
  padding:12px 0;
}
.shop-page .shop-summary__total span{
  font-size:14px;
  line-height:1.25;
}
.shop-page .shop-summary__total strong{
  font-size:25px;
}
.shop-page .shop-summary .btn{
  min-height:40px;
  padding:9px 13px;
  font-size:13px;
  line-height:1.2;
}

@media (max-width:700px){
  .shop-page .shop-cart-item--simple>div{
    gap:2px!important;
  }
  .shop-page .shop-cart-item--simple strong,
  .shop-page .shop-cart-item--simple span{
    font-size:14px!important;
  }
}
/* v761: promotion-wide scopes in the shop administration. */
.shop-admin-promotion-scopes{border:1px solid #cbdcf1;border-radius:14px;background:#f7fbff;padding:14px 16px;display:grid;gap:8px}
.shop-admin-promotion-scopes>p{margin:0;color:#52647a;font-size:13px;line-height:1.45}
.shop-admin-promotion-scopes__grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(130px,180px);gap:10px 16px;align-items:end}
.shop-admin-promotion-scopes__grid .shop-check{align-self:center;margin:0}
.shop-admin-promotion-scopes__grid label{margin:0}
@media (max-width:720px){.shop-admin-promotion-scopes__grid{grid-template-columns:1fr}}

/* v764: explicit promotion item picker. */
.shop-admin-promotion-picker{border:1px solid #cbdcf1;border-radius:14px;background:#fff;overflow:hidden}
.shop-admin-promotion-picker>summary{cursor:pointer;padding:13px 16px;color:#0b3476;font-weight:900;background:#f7fbff}
.shop-admin-promotion-picker__body{display:grid;gap:11px;padding:14px 16px}
.shop-admin-promotion-picker__body>label{margin:0}
.shop-admin-promotion-picker__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#0b3476;font-size:13px;font-weight:900}
.shop-admin-promotion-picker__list{max-height:360px;overflow:auto;display:grid;gap:7px;padding:2px}
.shop-admin-promotion-picker__item{display:grid!important;grid-template-columns:20px 72px minmax(0,1fr) 90px;align-items:center;gap:9px;margin:0!important;padding:9px 10px;border:1px solid #dce7f3;border-radius:10px;background:#f9fbfe;cursor:pointer}
.shop-admin-promotion-picker__item:hover,.shop-admin-promotion-picker__item.is-selected{border-color:#8fb2dc;background:#eef6ff}
.shop-admin-promotion-picker__item input{width:17px!important;height:17px;margin:0}
.shop-admin-promotion-picker__type{color:#607795;font-size:11px;font-weight:800;text-transform:uppercase}
.shop-admin-promotion-picker__title{min-width:0;color:#173f75;font-size:12px;line-height:1.25;font-weight:750}
.shop-admin-promotion-picker__price{text-align:right;color:#e30613;font-size:12px;font-weight:900;white-space:nowrap}
.shop-admin-promo-form.is-promotion-mass .shop-admin-promotion-picker{opacity:.55}
@media (max-width:720px){.shop-admin-promotion-picker__item{grid-template-columns:20px minmax(0,1fr) 80px}.shop-admin-promotion-picker__type{display:none}}
/* v765 — weekday promotions can be ordered in advance; collection-day warning */
.shop-cart-promotion-warning{
  display:grid;
  gap:5px;
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid #f2cf72;
  border-left:5px solid #e6a700;
  border-radius:12px;
  background:#fff8df;
  color:#704d00;
  line-height:1.4;
}
.shop-cart-promotion-warning strong{font-size:15px;color:#704d00}
.shop-cart-promotion-warning span{font-size:14px}

/* v768: check-up constructor */
.shop-admin-checkup-pricing{
  display:grid;
  gap:14px;
  padding:16px;
  border:1px solid #c9dff1;
  border-radius:16px;
  background:#f6fbff;
}
.shop-admin-checkup-constructor{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(150px,.45fr);
  gap:12px 16px;
  align-items:end;
  padding-top:4px;
}
.shop-admin-checkup-constructor>strong{grid-column:1/-1;color:#123b66}
.shop-admin-checkup-constructor[hidden],.shop-admin-checkup-pricing[hidden]{display:none!important}

.checkup-detail-constructor{scroll-margin-top:110px}
.checkup-constructor-picker{
  display:grid;
  gap:16px;
  padding:0;
}
.checkup-constructor-picker .promos-day-picker__head{
  display:grid;
  gap:6px;
}
.checkup-constructor-picker .promos-day-picker__head strong{
  color:#103e68;
  font-size:clamp(22px,2.4vw,30px);
}
.checkup-constructor-picker .promos-day-picker__head small{color:#62778a;font-size:15px;line-height:1.55}
.checkup-constructor-picker .promos-day-picker__tools{
  display:grid;
  grid-template-columns:minmax(240px,1fr) auto auto;
  gap:12px;
  align-items:center;
}
.checkup-constructor-picker .promos-day-picker__search input{
  width:100%;
  min-height:44px;
  padding:10px 14px;
  border:1px solid #c9d9e8;
  border-radius:12px;
  background:#fff;
}
.checkup-constructor-picker .promos-day-picker__filters{display:flex;gap:6px;flex-wrap:wrap}
.checkup-constructor-picker .promos-day-picker__filters button,
.checkup-constructor-picker .promos-day-picker__select-visible{
  min-height:40px;
  padding:8px 12px;
  border:1px solid #c7d9e8;
  border-radius:10px;
  background:#fff;
  color:#16456d;
  cursor:pointer;
}
.checkup-constructor-picker .promos-day-picker__filters button.is-active{background:#123f69;color:#fff;border-color:#123f69}
.checkup-constructor-picker .promos-day-picker__items{
  display:grid;
  gap:8px;
  max-height:560px;
  overflow:auto;
  padding:4px;
}
.checkup-constructor-picker .promos-day-picker__item{
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border:1px solid #d8e5ef;
  border-radius:13px;
  background:#fff;
  cursor:pointer;
}
.checkup-constructor-picker .promos-day-picker__item:hover{border-color:#7ba7c8;background:#f8fcff}
.checkup-constructor-picker .promos-day-picker__item>input{position:absolute;opacity:0;pointer-events:none}
.checkup-constructor-picker .promos-day-picker__check{
  width:22px;height:22px;border:2px solid #8ba8bf;border-radius:6px;background:#fff;position:relative
}
.checkup-constructor-picker .promos-day-picker__item>input:checked+.promos-day-picker__check{background:#cf2434;border-color:#cf2434}
.checkup-constructor-picker .promos-day-picker__item>input:checked+.promos-day-picker__check:after{
  content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)
}
.checkup-constructor-picker .promos-day-picker__name{display:grid;grid-template-columns:auto 1fr;gap:4px 8px;color:#203e57;line-height:1.35}
.checkup-constructor-picker .promos-day-picker__name b{color:#c62232}
.checkup-constructor-picker .promos-day-picker__name small{grid-column:1/-1;color:#73889a}
.checkup-constructor-picker .promos-day-picker__prices{display:flex;gap:10px;align-items:baseline;white-space:nowrap}
.checkup-constructor-picker .promos-day-picker__prices del{color:#8292a0}
.checkup-constructor-picker .promos-day-picker__prices strong{color:#c52232;font-size:18px}
.checkup-constructor-picker .promos-day-picker__footer{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-top:4px}
.checkup-constructor-picker .promos-day-picker__footer>span{color:#506b80}.checkup-constructor-picker .promos-day-picker__footer>span strong{color:#c52232;font-size:20px}
@media (max-width:900px){
  .checkup-constructor-picker .promos-day-picker__tools{grid-template-columns:1fr}
  .checkup-constructor-picker .promos-day-picker__select-visible{width:100%}
}
@media (max-width:640px){
  .shop-admin-checkup-constructor{grid-template-columns:1fr}
  .shop-admin-checkup-constructor>strong{grid-column:auto}
  .checkup-constructor-picker .promos-day-picker__item{grid-template-columns:22px minmax(0,1fr)}
  .checkup-constructor-picker .promos-day-picker__prices{grid-column:2;justify-content:flex-start}
  .checkup-constructor-picker .promos-day-picker__footer{align-items:stretch;flex-direction:column}
  .checkup-constructor-picker .promos-day-picker__submit{width:100%}
}

/* v772: analysis search immediately below the home hero */
.home-analysis-search-section{
  position:relative;
  z-index:24;
  margin-top:18px;
}
.home-analysis-search-card{
  padding:14px;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(6,43,104,.07);
}
.home-analysis-search{
  position:relative;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  width:100%;
  height:50px;
  border:1px solid #b9c8dd;
  border-radius:12px;
  background:#fff;
}
.home-analysis-search>span{
  display:grid;
  place-items:center;
  color:#0b3476;
}
.home-analysis-search>span svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-analysis-search>input{
  width:100%;
  height:100%;
  min-width:0;
  padding:0 16px 0 0;
  border:0;
  outline:0;
  background:transparent;
  color:#0b3476;
  font-size:16px;
  font-weight:700;
}
.home-analysis-search>input::placeholder{
  color:#7586a3;
  opacity:1;
}
.home-analysis-search:focus-within{
  border-color:#0b3476;
  box-shadow:0 0 0 3px rgba(11,52,118,.1);
}
.home-analysis-search .prices-search-dropdown{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  z-index:100;
  max-height:360px;
  padding:6px;
  overflow:auto;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:14px;
  box-shadow:0 16px 36px rgba(0,43,102,.16);
}
.home-analysis-search .prices-search-dropdown[hidden]{
  display:none!important;
}
.home-analysis-search .prices-search-result--jump{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr) max-content;
  gap:10px;
  align-items:center;
  padding:8px 10px;
  border-radius:12px;
  color:#0b3476;
}
.home-analysis-search .prices-search-result--jump:not(:has(.prices-search-result__code)){
  grid-template-columns:minmax(0,1fr) max-content;
}
.home-analysis-search .prices-search-result--jump:hover,
.home-analysis-search .prices-search-result--jump:focus-visible{
  background:#f5f9ff;
  outline:0;
}
.home-analysis-search .prices-search-result__code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  min-height:32px;
  padding:0 12px;
  overflow:hidden;
  color:#fff;
  background:#0b3476;
  border-radius:999px;
  box-shadow:0 5px 12px rgba(11,52,118,.12);
  font-size:13px;
  font-weight:950;
  line-height:1;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.home-analysis-search .prices-search-result__body{
  display:block;
  min-width:0;
}
.home-analysis-search .prices-search-result__name{
  display:block;
  min-width:0;
  overflow:hidden;
  color:#0b3476;
  font-size:13px;
  font-weight:900;
  line-height:1.15;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.home-analysis-search .prices-search-result--jump em{
  color:#e30613;
  font-size:13px;
  font-style:normal;
  font-weight:900;
  white-space:nowrap;
}
.home-analysis-search .prices-search-empty{
  padding:12px;
  color:#526b92;
  font-size:14px;
  font-weight:800;
}
@media (max-width:640px){
  .home-analysis-search-section{
    margin-top:12px;
  }
  .home-analysis-search-card{
    padding:10px;
    border-radius:15px;
  }
  .home-analysis-search{
    grid-template-columns:42px minmax(0,1fr);
    height:48px;
  }
  .home-analysis-search>span svg{
    width:21px;
    height:21px;
  }
  .home-analysis-search>input{
    padding-right:10px;
    font-size:14px;
  }
  .home-analysis-search .prices-search-result--jump{
    grid-template-columns:max-content minmax(0,1fr);
    gap:8px;
  }
  .home-analysis-search .prices-search-result--jump em{
    grid-column:2;
  }
}

/* v776: keep the complete public header fixed in the viewport while the page scrolls */
:root{
  --site-header-offset:calc(var(--topbar-h, 32px) + var(--header-h, 92px));
}
.site-header{
  position:fixed!important;
  top:0;
  left:0;
  right:0;
  z-index:10000!important;
  width:100%;
  isolation:isolate;
}
body{
  padding-top:var(--site-header-offset)!important;
}
html{
  scroll-padding-top:calc(var(--site-header-offset) + 16px);
}
@media (min-width:981px){
  .calculator,
  .sticky{
    top:calc(var(--site-header-offset) + 14px);
  }
}

/* v777: simplified home flow — promo, all directions, service shortcuts, branches */
.home-promo-section{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  width:min(100% - 32px,1180px);
  margin-top:28px!important;
  gap:0!important;
}
.home-promo-section>.promo-panel.promo-slider{
  grid-column:1!important;
  width:100%!important;
  height:auto!important;
  min-height:clamp(328px,33.333vw,410px)!important;
  max-height:410px!important;
  aspect-ratio:3 / 1;
  align-self:auto!important;
}
.home-directions-section{
  margin-top:54px!important;
  position:relative;
  z-index:3;
}
.home-section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 22px;
}
.home-section-heading h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(30px,3vw,42px);
  line-height:1.05;
  letter-spacing:-.025em;
}
.home-directions-section .home-category-carousel{
  overflow:visible!important;
  border-radius:0!important;
  padding:0!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.home-directions-section .home-category-carousel__track.category-grid--home{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  gap:14px!important;
  align-items:stretch!important;
  transform:none!important;
  will-change:auto!important;
}
.home-directions-section .home-category-carousel__track.category-grid--home .research-card{
  box-sizing:border-box!important;
  flex:none!important;
  width:auto!important;
  min-width:0!important;
  height:152px!important;
  min-height:152px!important;
  max-height:152px!important;
  grid-template-columns:54px minmax(0,1fr) 60px!important;
  grid-template-rows:48px 38px 28px!important;
  column-gap:10px!important;
  row-gap:4px!important;
  padding:14px!important;
  border-radius:16px!important;
}
.home-directions-section .research-card__icon{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
}
.home-directions-section .research-card__icon img,
.home-directions-section .research-card__icon .icon-line,
.home-directions-section .research-card__icon img[src*="-v451"]{
  width:50px!important;
  height:50px!important;
  max-width:50px!important;
  max-height:50px!important;
}
.home-directions-section .research-card__title{
  font-size:13.5px!important;
  line-height:1.08!important;
  max-height:32px!important;
}
.home-directions-section .research-card__desc{
  font-size:10.5px!important;
  line-height:1.15!important;
  max-height:36px!important;
  margin-top:0!important;
}
.home-directions-section .research-card__price{
  font-size:12.5px!important;
}
.home-directions-section .research-card__button{
  width:58px!important;
}
.home-directions-section + .service-shortcuts-section{
  margin-top:22px;
  margin-bottom:0;
}
.home-branches-section{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  align-items:stretch!important;
  margin-top:54px!important;
  gap:0!important;
}
.home-branches-section>#branchesHomePanel.branches-live-card{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
  align-self:stretch!important;
}

@media (max-width:980px){
  .home-promo-section{
    width:min(100% - 32px,1180px);
    margin-top:22px!important;
  }
  .home-promo-section>.promo-panel.promo-slider{
    height:390px!important;
    min-height:390px!important;
    max-height:390px!important;
    aspect-ratio:auto;
  }
  .home-directions-section{
    margin-top:44px!important;
  }
  .home-directions-section .home-category-carousel__track.category-grid--home{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .home-directions-section .home-category-carousel__track.category-grid--home .research-card{
    width:auto!important;
  }
  .home-branches-section{
    margin-top:44px!important;
  }
}

@media (max-width:640px){
  .home-promo-section{
    width:min(100% - 22px,1180px);
    margin-top:18px!important;
  }
  .home-promo-section>.promo-panel.promo-slider{
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
    border-radius:18px!important;
  }
  .home-directions-section{
    margin-top:38px!important;
  }
  .home-section-heading{
    margin-bottom:16px;
  }
  .home-section-heading h2{
    font-size:30px;
  }
  .home-directions-section .home-category-carousel__track.category-grid--home{
    grid-template-columns:1fr!important;
    gap:11px!important;
  }
  .home-directions-section .home-category-carousel__track.category-grid--home .research-card{
    height:140px!important;
    min-height:140px!important;
    max-height:140px!important;
    grid-template-columns:50px minmax(0,1fr) 58px!important;
    grid-template-rows:42px 34px 26px!important;
    padding:12px 13px!important;
  }
  .home-directions-section + .service-shortcuts-section{
    margin-top:16px;
  }
  .home-branches-section{
    margin-top:38px!important;
  }
}

/* v778: reference-like first home block with the search visually inside the hero */
.section-hero--home{
  --section-hero-height:clamp(430px,30vw,500px);
}

@media (min-width:981px){
  .section-hero--home .section-hero__copy{
    width:min(50%,700px)!important;
    padding:32px 22px 104px 0!important;
    align-content:center!important;
  }

  .section-hero--home .section-hero__eyebrow{
    margin-bottom:12px;
    font-size:12px;
  }

  .section-hero--home .section-hero__copy h1{
    max-width:620px!important;
    margin-bottom:16px!important;
    font-size:clamp(42px,3.5vw,54px)!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }

  .section-hero--home .section-hero__text{
    max-width:540px!important;
    font-size:16px!important;
    line-height:1.45!important;
    max-height:none!important;
  }

  .section-hero--home .section-hero__actions{
    gap:18px!important;
    margin-top:22px!important;
    max-height:none!important;
  }

  .section-hero--home .section-hero__actions .btn{
    min-height:44px!important;
    min-width:0!important;
    padding:10px 22px!important;
    font-size:14px!important;
  }

  .section-hero--home .section-hero__media{
    width:72%!important;
  }

  .section-hero--home .section-hero__media::before{
    background:linear-gradient(90deg,
      #f9fcff 0%,
      #f9fcff 20%,
      rgba(249,252,255,.98) 33%,
      rgba(249,252,255,.82) 45%,
      rgba(249,252,255,.42) 59%,
      rgba(249,252,255,.10) 72%,
      rgba(249,252,255,0) 84%
    )!important;
  }

  .section-hero--home .section-hero__media img{
    object-position:center 48%!important;
  }

  .home-analysis-search-section{
    margin-top:-104px!important;
    margin-bottom:0!important;
    padding-bottom:52px;
  }

  .home-analysis-search-card{
    width:clamp(460px,42vw,620px);
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .home-analysis-search{
    height:52px;
    background:rgba(255,255,255,.96);
    box-shadow:0 8px 22px rgba(6,43,104,.06);
  }
}

@media (max-width:980px){
  .section-hero--home{
    --section-hero-height:auto;
  }

  .section-hero--home .section-hero__copy h1{
    font-size:clamp(38px,8vw,52px);
    line-height:1.04;
  }
}

/* v779: lower home hero content and restore search as a separate block below it */
@media (min-width:981px){
  .section-hero--home .section-hero__copy{
    align-content:end!important;
    padding:72px 22px 34px 0!important;
  }

  .home-analysis-search-section{
    margin-top:24px!important;
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
}

.home-analysis-search-card{
  display:grid;
  grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
  width:100%;
  padding:24px 26px;
  overflow:visible;
  border:1px solid #d9e7f5;
  border-radius:22px;
  background:linear-gradient(110deg,#f5faff 0%,#fff 70%);
  box-shadow:0 12px 30px rgba(6,43,104,.07);
}

.home-analysis-search-card__heading h2{
  margin:0;
  color:#0b3476;
  font-size:clamp(24px,2vw,31px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.025em;
}

.home-analysis-search-card__heading p{
  margin:8px 0 0;
  color:#607492;
  font-size:14px;
  line-height:1.35;
  font-weight:650;
}

.home-analysis-search-card__body{
  min-width:0;
}

.home-analysis-search{
  grid-template-columns:50px minmax(0,1fr) max-content;
  height:58px;
  padding-right:6px;
  border-color:#b9cbe1;
  border-radius:14px;
  box-shadow:0 8px 22px rgba(6,43,104,.05);
}

.home-analysis-search__catalog{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:150px;
  min-height:46px;
  padding:10px 18px;
  border-radius:10px;
  background:#e30613;
  color:#fff;
  font-size:14px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  transition:background .18s ease,transform .18s ease;
}

.home-analysis-search__catalog:hover,
.home-analysis-search__catalog:focus-visible{
  background:#c9000b;
  color:#fff;
  outline:0;
  transform:translateY(-1px);
}

.home-analysis-search__catalog span{
  font-size:18px;
  line-height:1;
}

.home-analysis-search-tags{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  margin-top:10px;
  overflow:hidden;
  white-space:nowrap;
}

.home-analysis-search-tags>span{
  flex:0 0 auto;
  color:#607492;
  font-size:12px;
  font-weight:850;
}

.home-analysis-search-tags a{
  display:inline-flex;
  align-items:center;
  flex:0 1 auto;
  min-width:0;
  min-height:28px;
  padding:5px 10px;
  overflow:hidden;
  border:1px solid #d7e4f2;
  border-radius:999px;
  background:#fff;
  color:#0b3476;
  font-size:11px;
  line-height:1;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.home-analysis-search-tags a:hover,
.home-analysis-search-tags a:focus-visible{
  border-color:#e30613;
  color:#e30613;
  outline:0;
}

@media (max-width:980px){
  .home-analysis-search-section{
    margin-top:18px!important;
  }

  .home-analysis-search-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:20px;
  }

  .home-analysis-search-card__heading p{
    margin-top:5px;
  }
}

@media (max-width:640px){
  .home-analysis-search-card{
    gap:14px;
    padding:16px;
    border-radius:18px;
  }

  .home-analysis-search-card__heading h2{
    font-size:24px;
  }

  .home-analysis-search{
    grid-template-columns:42px minmax(0,1fr);
    height:auto;
    min-height:48px;
    padding:5px;
  }

  .home-analysis-search>input{
    min-height:46px;
  }

  .home-analysis-search__catalog{
    grid-column:1 / -1;
    width:100%;
    min-height:44px;
  }

  .home-analysis-search-tags{
    align-items:flex-start;
    flex-wrap:wrap;
    overflow:visible;
    white-space:normal;
  }

  .home-analysis-search-tags>span{
    width:100%;
  }
}

/* v780: compact one-line home search based on the approved reference */
.home-analysis-search-card{
  grid-template-columns:minmax(210px,260px) minmax(0,1fr);
  gap:18px;
  min-height:78px;
  padding:14px 18px;
  border-color:#d9e7f5;
  border-radius:9px;
  background:linear-gradient(110deg,#f5faff 0%,#fff 70%);
  box-shadow:0 12px 30px rgba(6,43,104,.07);
}

.home-analysis-search-card__heading h2{
  font-size:15px;
  line-height:1.2;
  letter-spacing:0;
  white-space:nowrap;
}

.home-analysis-search-card__body{
  width:100%;
}

.home-analysis-search{
  grid-template-columns:minmax(0,1fr) 48px;
  gap:10px;
  height:46px;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.home-analysis-search:focus-within{
  border-color:transparent;
  box-shadow:none;
}

.home-analysis-search>input{
  height:46px;
  padding:0 14px;
  border:1px solid #b9cbe1;
  border-radius:7px;
  background:#fff;
  color:#0b3476;
  font-size:13px;
  font-weight:600;
  box-shadow:inset 0 1px 2px rgba(6,43,104,.025);
}

.home-analysis-search>input:focus{
  border-color:#9fb6d2;
  box-shadow:0 0 0 3px rgba(30,85,184,.08);
}

.home-analysis-search>input::placeholder{
  color:#7586a3;
  font-weight:500;
}

.home-analysis-search__submit{
  display:grid;
  place-items:center;
  width:48px;
  height:46px;
  padding:0;
  border:0;
  border-radius:7px;
  background:#e30613;
  color:#fff;
  cursor:pointer;
  box-shadow:0 6px 14px rgba(227,6,19,.16);
  transition:background .18s ease,transform .18s ease;
}

.home-analysis-search__submit:hover,
.home-analysis-search__submit:focus-visible{
  background:#c9000b;
  outline:0;
  transform:translateY(-1px);
}

.home-analysis-search__submit svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.home-analysis-search .prices-search-dropdown{
  right:58px;
  top:calc(100% + 7px);
}

@media (max-width:980px){
  .home-analysis-search-card{
    grid-template-columns:minmax(190px,240px) minmax(0,1fr);
    gap:16px;
    padding:14px 16px;
  }
}

@media (max-width:640px){
  .home-analysis-search-card{
    grid-template-columns:1fr;
    gap:10px;
    padding:14px;
    border-radius:9px;
  }

  .home-analysis-search-card__heading h2{
    font-size:15px;
  }

  .home-analysis-search{
    grid-template-columns:minmax(0,1fr) 46px;
    gap:8px;
    min-height:44px;
    padding:0;
  }

  .home-analysis-search>input{
    min-height:44px;
    height:44px;
    padding:0 12px;
    font-size:12px;
  }

  .home-analysis-search__submit{
    width:46px;
    height:44px;
  }

  .home-analysis-search .prices-search-dropdown{
    right:54px;
  }
}

/* v781: fixed three-line home hero heading and reference placement */
@media (min-width:981px){
  .section-hero--home .section-hero__copy{
    width:min(50%,700px)!important;
    padding:64px 22px 34px 0!important;
    align-content:start!important;
  }

  .section-hero--home .section-hero__copy h1{
    max-width:620px!important;
    margin:0 0 16px!important;
    white-space:pre-line!important;
    font-size:clamp(42px,3.5vw,54px)!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }
}

@media (max-width:980px){
  .section-hero--home .section-hero__copy h1{
    white-space:normal!important;
  }
}

/* v782: lower the complete home hero copy, including both action buttons */
@media (min-width:981px){
  .section-hero--home .section-hero__copy{
    transform:translateY(18px);
  }
}

/* v783: taller home promotion and centered directions introduction from the approved reference */
@media (min-width:981px){
  .home-promo-section>.promo-panel.promo-slider{
    height:clamp(430px,37.2vw,464px)!important;
    min-height:clamp(430px,37.2vw,464px)!important;
    max-height:464px!important;
    aspect-ratio:auto!important;
  }
}

.home-section-heading{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 0 28px!important;
  text-align:center!important;
}

.home-section-heading h2{
  max-width:1100px;
  margin:0!important;
  font-size:clamp(30px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
}

.home-section-heading p{
  max-width:820px;
  margin:0!important;
  color:#526b92;
  font-size:clamp(15px,1.35vw,18px);
  line-height:1.35;
  font-weight:650;
  text-align:center;
}

@media (max-width:980px){
  .home-promo-section>.promo-panel.promo-slider{
    height:430px!important;
    min-height:430px!important;
    max-height:430px!important;
  }

  .home-section-heading{
    gap:8px!important;
    margin-bottom:24px!important;
  }
}

@media (max-width:640px){
  .home-promo-section>.promo-panel.promo-slider{
    height:350px!important;
    min-height:350px!important;
    max-height:350px!important;
  }

  .home-section-heading{
    gap:7px!important;
    margin-bottom:20px!important;
  }

  .home-section-heading h2{
    font-size:28px!important;
    line-height:1.12!important;
  }

  .home-section-heading p{
    max-width:340px;
    font-size:15px;
    line-height:1.4;
  }
}


/* v785: home directions split into two compact scroll-sized sections */
.home-section-heading h2{
  font-size:clamp(28px,2.7vw,38px)!important;
}

.home-directions-section,
.home-services-section{
  scroll-margin-top:96px;
}

.home-directions-section{
  margin-bottom:22px!important;
}

.home-services-section{
  margin-top:6px!important;
}

.home-directions-grid,
.home-services-grid{
  display:grid!important;
  gap:18px!important;
  align-items:stretch!important;
}

.home-directions-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.home-services-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:820px;
  margin:0 auto;
}

.home-directions-grid .research-card,
.home-services-grid .research-card{
  width:100%;
}

@media (max-width:980px){
  .home-section-heading h2{
    font-size:clamp(26px,4.2vw,34px)!important;
  }

  .home-directions-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .home-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    max-width:none;
  }
}

@media (max-width:640px){
  .home-section-heading h2{
    font-size:26px!important;
  }

  .home-directions-grid,
  .home-services-grid{
    grid-template-columns:1fr!important;
  }
}

/* v786: enlarge home directions/services cards and use 3 cards per row in both sections */
.home-directions-grid,
.home-services-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  max-width:none!important;
  margin:0!important;
  gap:20px!important;
}

.home-directions-grid .research-card,
.home-services-grid .research-card{
  grid-template-columns:78px minmax(0,1fr) 74px!important;
  grid-template-rows:50px 42px 28px!important;
  min-height:156px!important;
  height:156px!important;
  max-height:156px!important;
  padding:12px 16px 12px!important;
  column-gap:10px!important;
  row-gap:6px!important;
}

.home-directions-grid .research-card__icon,
.home-services-grid .research-card__icon{
  width:74px!important;
  height:74px!important;
  transform:translateY(-3px)!important;
}

.home-directions-grid .research-card__icon img,
.home-directions-grid .research-card__icon .icon-line,
.home-services-grid .research-card__icon img,
.home-services-grid .research-card__icon .icon-line{
  width:66px!important;
  height:66px!important;
}

.home-directions-grid .research-card__title,
.home-services-grid .research-card__title{
  font-size:13.4px!important;
  line-height:1.08!important;
  max-height:44px!important;
}

.home-directions-grid .research-card__desc,
.home-services-grid .research-card__desc{
  font-size:10.8px!important;
  line-height:1.16!important;
  max-height:36px!important;
  margin-top:4px!important;
}

.home-directions-grid .research-card__price,
.home-services-grid .research-card__price{
  font-size:11px!important;
}

.home-directions-grid .research-card__button,
.home-services-grid .research-card__button{
  width:66px!important;
  min-width:66px!important;
}

@media (max-width:1199px){
  .home-directions-grid,
  .home-services-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
  }

  .home-directions-grid .research-card,
  .home-services-grid .research-card{
    grid-template-columns:70px minmax(0,1fr) 68px!important;
    grid-template-rows:48px 40px 26px!important;
    min-height:148px!important;
    height:148px!important;
    max-height:148px!important;
    padding:11px 14px 11px!important;
  }

  .home-directions-grid .research-card__icon,
  .home-services-grid .research-card__icon{
    width:66px!important;
    height:66px!important;
  }

  .home-directions-grid .research-card__icon img,
  .home-directions-grid .research-card__icon .icon-line,
  .home-services-grid .research-card__icon img,
  .home-services-grid .research-card__icon .icon-line{
    width:60px!important;
    height:60px!important;
  }
}

@media (max-width:980px){
  .home-directions-grid,
  .home-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:640px){
  .home-directions-grid,
  .home-services-grid{
    grid-template-columns:1fr!important;
  }
}

/* v787: definitive override of legacy home carousel rules for directions and services */
.home-directions-section .home-category-carousel,
.home-services-section .home-category-carousel{
  overflow:visible!important;
  border-radius:0!important;
  padding:0!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  gap:20px!important;
  align-items:stretch!important;
  transform:none!important;
  will-change:auto!important;
  max-width:none!important;
  margin:0!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
  box-sizing:border-box!important;
  flex:none!important;
  flex-basis:auto!important;
  width:auto!important;
  min-width:0!important;
  grid-template-columns:78px minmax(0,1fr) 74px!important;
  grid-template-rows:50px 42px 28px!important;
  min-height:156px!important;
  height:156px!important;
  max-height:156px!important;
  padding:12px 16px!important;
  column-gap:10px!important;
  row-gap:6px!important;
  border-radius:18px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
  width:74px!important;
  height:74px!important;
  min-width:74px!important;
  transform:translateY(-3px)!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
  width:66px!important;
  height:66px!important;
  max-width:66px!important;
  max-height:66px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
  font-size:13.4px!important;
  line-height:1.08!important;
  max-height:44px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
  font-size:10.8px!important;
  line-height:1.16!important;
  max-height:36px!important;
  margin-top:4px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price{
  font-size:11px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__button,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__button{
  width:66px!important;
  min-width:66px!important;
}

@media (max-width:980px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
}

@media (max-width:640px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:62px minmax(0,1fr) 64px!important;
    grid-template-rows:46px 38px 27px!important;
    min-height:146px!important;
    height:146px!important;
    max-height:146px!important;
    padding:11px 13px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    transform:none!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
  }
}

/* v788: enlarge headings, icons and descriptions in home direction/service panels; reduce visual empty space */
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
  grid-template-columns:96px minmax(0,1fr) 88px!important;
  grid-template-rows:58px 48px 32px!important;
  min-height:174px!important;
  height:174px!important;
  max-height:174px!important;
  padding:12px 18px!important;
  column-gap:12px!important;
  row-gap:4px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
  width:90px!important;
  height:90px!important;
  min-width:90px!important;
  min-height:90px!important;
  transform:translateY(-2px)!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
  width:80px!important;
  height:80px!important;
  max-width:80px!important;
  max-height:80px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
  font-size:16px!important;
  line-height:1.08!important;
  font-weight:800!important;
  max-height:54px!important;
  letter-spacing:-0.012em!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
  font-size:12px!important;
  line-height:1.18!important;
  max-height:42px!important;
  margin-top:0!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price{
  font-size:13px!important;
  line-height:1.1!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__button,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__button{
  width:76px!important;
  min-width:76px!important;
  font-size:12px!important;
  padding-inline:12px!important;
}

@media (max-width:1199px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:88px minmax(0,1fr) 82px!important;
    grid-template-rows:56px 46px 30px!important;
    min-height:168px!important;
    height:168px!important;
    max-height:168px!important;
    padding:12px 16px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:84px!important;
    height:84px!important;
    min-width:84px!important;
    min-height:84px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:74px!important;
    height:74px!important;
    max-width:74px!important;
    max-height:74px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
    font-size:15px!important;
    max-height:50px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
    font-size:11.6px!important;
    max-height:40px!important;
  }
}

@media (max-width:980px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:82px minmax(0,1fr) 76px!important;
    grid-template-rows:52px 44px 30px!important;
    min-height:162px!important;
    height:162px!important;
    max-height:162px!important;
  }
}

@media (max-width:640px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:72px minmax(0,1fr) 72px!important;
    grid-template-rows:50px 42px 28px!important;
    min-height:156px!important;
    height:156px!important;
    max-height:156px!important;
    padding:11px 14px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:68px!important;
    height:68px!important;
    min-width:68px!important;
    min-height:68px!important;
    transform:none!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:60px!important;
    height:60px!important;
    max-width:60px!important;
    max-height:60px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
    font-size:14px!important;
    max-height:46px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
    font-size:11px!important;
    max-height:38px!important;
  }
}

/* v788: enlarge all home direction/service panels content and reduce visual empty space */
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
  grid-template-columns:102px minmax(0,1fr) 92px!important;
  grid-template-rows:58px 52px 34px!important;
  min-height:172px!important;
  height:172px!important;
  max-height:172px!important;
  padding:14px 18px!important;
  column-gap:12px!important;
  row-gap:7px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
  width:92px!important;
  height:92px!important;
  min-width:92px!important;
  align-self:center!important;
  transform:none!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
  width:84px!important;
  height:84px!important;
  max-width:84px!important;
  max-height:84px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
  font-size:18px!important;
  line-height:1.06!important;
  font-weight:800!important;
  max-height:56px!important;
  letter-spacing:-0.015em!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
  font-size:13px!important;
  line-height:1.18!important;
  max-height:46px!important;
  margin-top:2px!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price{
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:900!important;
}

.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__button,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__button{
  width:82px!important;
  min-width:82px!important;
  padding-inline:14px!important;
  font-size:14px!important;
}

@media (max-width:1199px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:92px minmax(0,1fr) 86px!important;
    grid-template-rows:56px 50px 34px!important;
    min-height:166px!important;
    height:166px!important;
    max-height:166px!important;
    padding:13px 16px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:84px!important;
    height:84px!important;
    min-width:84px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:76px!important;
    height:76px!important;
    max-width:76px!important;
    max-height:76px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
    font-size:16.5px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
    font-size:12.4px!important;
  }
}

@media (max-width:640px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    grid-template-columns:80px minmax(0,1fr) 84px!important;
    grid-template-rows:52px 48px 32px!important;
    min-height:160px!important;
    height:160px!important;
    max-height:160px!important;
    padding:12px 14px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:74px!important;
    height:74px!important;
    min-width:74px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:68px!important;
    height:68px!important;
    max-width:68px!important;
    max-height:68px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__title,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__title{
    font-size:15.5px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__desc,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__desc{
    font-size:12px!important;
  }

  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price{
    font-size:13px!important;
  }
}

/* v789: move only the price/status and “Далі” controls one text line upward */
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price,
.home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__button,
.home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__button{
  position:relative!important;
  top:-16px!important;
}

@media (max-width:640px){
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__price,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__price,
  .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__button,
  .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__button{
    top:-14px!important;
  }
}

/* v790: proportionally enlarge the full-width “Відділення в Одесі” panel */
@media (min-width:981px){
  .home-branches-section{
    width:min(1180px,calc(100% - 32px))!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:480px!important;
    align-items:stretch!important;
  }

  .home-branches-section>#branchesHomePanel.branches-live-card{
    width:100%!important;
    max-width:none!important;
    height:480px!important;
    min-height:480px!important;
    max-height:480px!important;
    grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;
    gap:24px!important;
    padding:26px!important;
    border-radius:24px!important;
  }

  .home-branches-section .branches-live-left{
    grid-template-rows:auto auto 1fr auto 18px!important;
    gap:8px!important;
  }

  .home-branches-section .branches-live-left h2{
    font-size:32px!important;
    line-height:1.04!important;
    letter-spacing:-.03em!important;
  }

  .home-branches-section .branches-live-subtitle{
    margin:0 0 8px!important;
    font-size:16px!important;
    line-height:1.2!important;
  }

  .home-branches-section .branches-live-list{
    display:block!important;
    min-height:292px!important;
    max-height:292px!important;
    overflow:hidden!important;
  }

  .home-branches-section .branches-live-row{
    grid-template-columns:40px minmax(0,1fr) 164px!important;
    gap:14px!important;
    min-height:68px!important;
    padding:11px 4px!important;
    border-radius:12px!important;
  }

  .home-branches-section .branches-live-row:hover,
  .home-branches-section .branches-live-row.is-nearest{
    padding-left:10px!important;
  }

  .home-branches-section .branches-live-pin{
    width:30px!important;
    height:40px!important;
  }

  .home-branches-section .branches-live-main{
    gap:5px!important;
  }

  .home-branches-section .branches-live-main strong{
    font-size:17px!important;
    line-height:1.08!important;
    white-space:normal!important;
  }

  .home-branches-section .branches-live-main em{
    font-size:13px!important;
    line-height:1.18!important;
  }

  .home-branches-section .branches-live-hours{
    padding-top:0!important;
    align-self:center!important;
    gap:6px!important;
    font-size:13px!important;
    line-height:1.14!important;
  }

  .home-branches-section .branches-live-actions{
    grid-template-columns:minmax(0,1fr) minmax(0,1.18fr)!important;
    gap:14px!important;
    margin-top:10px!important;
  }

  .home-branches-section .branches-live-button{
    height:48px!important;
    min-height:48px!important;
    padding:0 18px!important;
    border-radius:11px!important;
    font-size:15px!important;
  }

  .home-branches-section .branches-live-status{
    min-height:15px!important;
    font-size:10px!important;
    line-height:1.2!important;
  }

  .home-branches-section .branches-live-map{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    align-self:stretch!important;
    border-radius:22px!important;
    clip-path:inset(0 round 22px)!important;
  }
}

@media (max-width:980px){
  .home-branches-section>#branchesHomePanel.branches-live-card{
    width:100%!important;
    max-width:none!important;
  }
}

/* v791: stretch the branches panel to the full available page width without changing its height */
@media (min-width:981px){
  .home-branches-section{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    margin-left:16px!important;
    margin-right:16px!important;
  }

  .home-branches-section>#branchesHomePanel.branches-live-card{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:minmax(620px,.95fr) minmax(0,1.2fr)!important;
    gap:26px!important;
  }

  .home-branches-section .branches-live-map{
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }

  .home-branches-section .branches-live-row{
    grid-template-columns:40px minmax(0,1fr) 190px!important;
  }
}

@media (min-width:1500px){
  .home-branches-section>#branchesHomePanel.branches-live-card{
    grid-template-columns:minmax(680px,.92fr) minmax(0,1.28fr)!important;
  }
}

/* v792: definitive branches layout — exactly the same outer width as the home promo */
@media (min-width:981px){
  .home-branches-section.container.home-panels{
    display:block!important;
    width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;
    max-width:var(--site-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
  }

  .home-branches-section.container.home-panels>#branchesHomePanel.branches-live-card{
    display:grid!important;
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
    grid-template-rows:480px!important;
    width:100%!important;
    max-width:100%!important;
    height:480px!important;
    min-height:480px!important;
    max-height:480px!important;
    gap:26px!important;
    padding:26px!important;
    overflow:hidden!important;
  }

  .home-branches-section .branches-live-left{
    grid-column:1!important;
    min-width:0!important;
    width:100%!important;
  }

  .home-branches-section .branches-live-map{
    grid-column:2!important;
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    min-height:0!important;
    justify-self:stretch!important;
    align-self:stretch!important;
    margin:0!important;
  }

  .home-branches-section .branches-live-map-stage{
    width:100%!important;
    height:100%!important;
  }

  .home-branches-section .branches-live-row{
    grid-template-columns:40px minmax(0,1fr) 190px!important;
  }
}

/* v793: balanced bottom inset for branches and white framed panels for directions/services */
@media (min-width:981px){
  .home-branches-section.container.home-panels>#branchesHomePanel.branches-live-card{
    grid-template-rows:minmax(0,1fr)!important;
  }

  .home-branches-section .branches-live-left{
    grid-template-rows:auto auto minmax(0,1fr) auto auto!important;
    min-height:0!important;
    height:100%!important;
  }

  .home-branches-section .branches-live-list{
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
  }

  .home-branches-section .branches-live-actions{
    margin-top:8px!important;
  }

  .home-branches-section .branches-live-status{
    min-height:12px!important;
  }

  .home-directions-section.container,
  .home-services-section.container{
    width:min(var(--site-max),calc(100vw - (2 * var(--site-pad))))!important;
    max-width:var(--site-max)!important;
    padding:26px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:24px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.08)!important;
  }

  .home-directions-section{
    margin-top:54px!important;
    margin-bottom:26px!important;
  }

  .home-services-section{
    margin-top:0!important;
    margin-bottom:26px!important;
  }

  .home-directions-section .home-section-heading,
  .home-services-section .home-section-heading{
    margin-bottom:24px!important;
  }
}

@media (max-width:980px){
  .home-directions-section.container,
  .home-services-section.container{
    padding:20px!important;
    background:#fff!important;
    border:1px solid #dfe8f4!important;
    border-radius:20px!important;
    box-shadow:0 10px 24px rgba(6,43,104,.07)!important;
  }

  .home-directions-section{
    margin-bottom:20px!important;
  }

  .home-services-section{
    margin-top:0!important;
    margin-bottom:20px!important;
  }
}

@media (max-width:640px){
  .home-directions-section.container,
  .home-services-section.container{
    padding:15px!important;
    border-radius:18px!important;
  }
}

/* v796: prices page lower flow — full-width promotions, useful tests in two columns */
body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  gap:28px!important;
  align-items:stretch!important;
  width:min(1180px,calc(100% - 32px))!important;
  margin-inline:auto!important;
}

body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-promos-panel--home-style,
body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered .prices-useful-panel--carousel{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  justify-self:stretch!important;
  align-self:stretch!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style{
  padding:18px 20px 20px!important;
  border-radius:24px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head{
  height:48px!important;
  min-height:48px!important;
  margin:0 0 12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2{
  font-size:30px!important;
  line-height:1.06!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
  width:100%!important;
  height:464px!important;
  min-height:464px!important;
  max-height:464px!important;
  border-radius:20px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card__discount{
  top:20px!important;
  left:24px!important;
  min-width:92px!important;
  padding:10px 18px!important;
  font-size:17px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
  bottom:52px!important;
  width:min(560px,calc(100% - 180px))!important;
  height:62px!important;
  min-height:62px!important;
  max-height:62px!important;
  grid-template-rows:27px 22px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay strong{
  font-size:clamp(18px,1.6vw,24px)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card__price del{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promo-card__price em{
  font-size:clamp(22px,2vw,30px)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
  top:310px!important;
  padding:0 36px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls button{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  min-height:46px!important;
  font-size:28px!important;
  border-radius:999px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
  bottom:30px!important;
  width:min(390px,calc(100% - 220px))!important;
  height:30px!important;
  min-height:30px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
  padding:20px!important;
  border-radius:24px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head{
  height:46px!important;
  min-height:46px!important;
  margin-bottom:12px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
  font-size:30px!important;
  line-height:1.06!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
  width:100%!important;
  height:360px!important;
  max-height:360px!important;
  overflow:hidden!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-track{
  display:flex!important;
  width:100%!important;
  transition:transform .82s cubic-bezier(.22,.82,.22,1)!important;
  will-change:transform!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(5,64px)!important;
  grid-auto-flow:column!important;
  gap:10px 14px!important;
  align-content:start!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
  width:100%!important;
  min-width:0!important;
  min-height:64px!important;
  height:64px!important;
  padding:8px 12px!important;
  border-radius:16px!important;
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:10px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item strong{
  font-size:14px!important;
  line-height:1.1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item small{
  font-size:11.5px!important;
  line-height:1.15!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item em{
  font-size:14px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-add{
  min-width:82px!important;
  height:32px!important;
  padding:0 13px!important;
  font-size:12.5px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-useful-dots{
  margin-top:12px!important;
}

@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    gap:22px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:390px!important;
    min-height:390px!important;
    max-height:390px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:273px!important;
    padding:0 30px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 120px)!important;
    bottom:48px!important;
  }
}

@media (max-width:680px){
  body[data-route="analizy-ta-tsiny"] .prices-lower-panels--reordered{
    width:min(100% - 22px,1180px)!important;
    gap:18px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel{
    padding:14px!important;
    border-radius:20px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__head h2,
  body[data-route="analizy-ta-tsiny"] .prices-useful-panel__head h2{
    font-size:22px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__viewport,
  body[data-route="analizy-ta-tsiny"] .prices-promo-card--home-style{
    height:320px!important;
    min-height:320px!important;
    max-height:320px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__controls{
    top:231px!important;
    padding:0 18px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promo-card__overlay{
    width:calc(100% - 44px)!important;
    bottom:44px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-promos-panel--home-style .prices-promos-panel__dots{
    width:calc(100% - 110px)!important;
    bottom:24px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-useful-viewport{
    height:632px!important;
    max-height:632px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-useful-slide{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:repeat(10,56px)!important;
    grid-auto-flow:row!important;
    gap:8px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-useful-panel--carousel .prices-useful-item{
    min-height:56px!important;
    height:56px!important;
  }
}

/* v797: unified search on home and analyses/prices, plus quick links */
.home-analysis-search{
  grid-template-columns:28px minmax(0,1fr) 48px!important;
  gap:8px!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 0 0 14px!important;
  overflow:visible!important;
  border:1px solid #b9cbe1!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:inset 0 1px 2px rgba(6,43,104,.025)!important;
}

.home-analysis-search:focus-within{
  border-color:#9fb6d2!important;
  box-shadow:0 0 0 3px rgba(30,85,184,.08)!important;
}

.home-analysis-search>.home-analysis-search__leading-icon{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:44px!important;
  color:#0b3476!important;
}

.home-analysis-search>.home-analysis-search__leading-icon svg{
  width:23px!important;
  height:23px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.home-analysis-search>input{
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  padding:0 4px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  color:#0b3476!important;
  font-size:13px!important;
  font-weight:600!important;
  box-shadow:none!important;
}

.home-analysis-search>input:focus{
  border:0!important;
  box-shadow:none!important;
}

.home-analysis-search>input::placeholder{
  color:#7586a3!important;
  font-weight:600!important;
  opacity:1!important;
}

.home-analysis-search>.home-analysis-search__submit{
  width:48px!important;
  height:44px!important;
  margin-right:0!important;
  border-radius:0 7px 7px 0!important;
  box-shadow:none!important;
}

.home-analysis-search .prices-search-dropdown{
  left:-1px!important;
  right:-1px!important;
  top:calc(100% + 7px)!important;
}

.prices-search-result--section{
  background:#f5f9ff!important;
}

.prices-search-result--section .prices-search-result__name{
  font-weight:900!important;
  color:#0b3476!important;
}

.prices-search-result__section-label{
  color:#e30613!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip.prices-search-strip--unified,
body[data-route="analyses-prices"] .prices-search-strip.prices-search-strip--unified,
body[data-route="ru/analizy-i-ceny"] .prices-search-strip.prices-search-strip--unified{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,340px)!important;
  gap:14px 18px!important;
  align-items:center!important;
  margin-top:18px!important;
  padding:14px 18px!important;
  border:1px solid #d9e7f5!important;
  border-radius:9px!important;
  background:linear-gradient(110deg,#f5faff 0%,#fff 70%)!important;
  box-shadow:0 12px 30px rgba(6,43,104,.07)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-page-search,
body[data-route="analyses-prices"] .prices-search-strip--unified .prices-page-search,
body[data-route="ru/analizy-i-ceny"] .prices-search-strip--unified .prices-page-search{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-actions,
body[data-route="analyses-prices"] .prices-search-actions,
body[data-route="ru/analizy-i-ceny"] .prices-search-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  min-width:0;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action,
body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 14px!important;
  border-radius:8px!important;
  font-size:13px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-align:center!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action:hover,
body[data-route="analizy-ta-tsiny"] .prices-search-action:focus-visible,
body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc:hover,
body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc:focus-visible{
  outline:0!important;
  transform:translateY(-1px)!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action--checkup{
  border:1px solid #0b3476!important;
  background:#fff!important;
  color:#0b3476!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action--checkup:hover,
body[data-route="analizy-ta-tsiny"] .prices-search-action--checkup:focus-visible{
  background:#0b3476!important;
  color:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action--branches{
  border:1px solid #e30613!important;
  background:#e30613!important;
  color:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-action--branches:hover,
body[data-route="analizy-ta-tsiny"] .prices-search-action--branches:focus-visible{
  border-color:#c9000b!important;
  background:#c9000b!important;
  color:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc{
  border:1px solid #b8c8df!important;
  background:#fff!important;
  color:#0b3476!important;
  gap:7px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc:hover,
body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc:focus-visible{
  border-color:#0b3476!important;
  background:#0b3476!important;
  color:#fff!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc svg{
  width:18px!important;
  height:18px!important;
}

body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc b{
  min-width:20px!important;
  width:20px!important;
  height:20px!important;
  font-size:11px!important;
}

@media (max-width:980px){
  body[data-route="analizy-ta-tsiny"] .prices-search-strip.prices-search-strip--unified,
  body[data-route="analyses-prices"] .prices-search-strip.prices-search-strip--unified,
  body[data-route="ru/analizy-i-ceny"] .prices-search-strip.prices-search-strip--unified{
    grid-template-columns:minmax(0,1fr) minmax(250px,320px)!important;
    gap:12px 16px!important;
    padding:14px 16px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-search-actions,
  body[data-route="analyses-prices"] .prices-search-actions,
  body[data-route="ru/analizy-i-ceny"] .prices-search-actions{
    grid-template-columns:1fr;
  }

  body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc,
  body[data-route="analyses-prices"] .prices-search-strip--unified .prices-open-calc,
  body[data-route="ru/analizy-i-ceny"] .prices-search-strip--unified .prices-open-calc{
    grid-column:auto;
  }
}

@media (max-width:640px){
  .home-analysis-search{
    grid-template-columns:26px minmax(0,1fr) 46px!important;
    padding-left:11px!important;
  }

  .home-analysis-search>.home-analysis-search__leading-icon{
    width:26px!important;
  }

  .home-analysis-search>.home-analysis-search__leading-icon svg{
    width:21px!important;
    height:21px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-search-strip.prices-search-strip--unified,
  body[data-route="analyses-prices"] .prices-search-strip.prices-search-strip--unified,
  body[data-route="ru/analizy-i-ceny"] .prices-search-strip.prices-search-strip--unified{
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:14px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-search-actions,
  body[data-route="analyses-prices"] .prices-search-actions,
  body[data-route="ru/analizy-i-ceny"] .prices-search-actions{
    grid-template-columns:1fr;
  }

  body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-open-calc,
  body[data-route="analyses-prices"] .prices-search-strip--unified .prices-open-calc,
  body[data-route="ru/analizy-i-ceny"] .prices-search-strip--unified .prices-open-calc{
    grid-column:auto;
  }
}

/* v798: move check-up and branches CTAs to the analyses/prices hero */
body[data-route="analizy-ta-tsiny"] .prices-search-actions--calculator-only,
body[data-route="analyses-prices"] .prices-search-actions--calculator-only,
body[data-route="ru/analizy-i-ceny"] .prices-search-actions--calculator-only{
  grid-template-columns:minmax(250px,340px)!important;
  justify-content:end!important;
}

@media (max-width:640px){
  body[data-route="analizy-ta-tsiny"] .prices-search-actions--calculator-only,
  body[data-route="analyses-prices"] .prices-search-actions--calculator-only,
  body[data-route="ru/analizy-i-ceny"] .prices-search-actions--calculator-only{
    grid-template-columns:1fr!important;
  }
}

/* v799: keep the analyses/prices search submit inside the search field */
body[data-route="analizy-ta-tsiny"] .prices-search-strip--unified .prices-page-search,
body[data-route="analyses-prices"] .prices-search-strip--unified .prices-page-search,
body[data-route="ru/analizy-i-ceny"] .prices-search-strip--unified .prices-page-search{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 48px!important;
  grid-template-rows:44px!important;
  grid-auto-flow:column!important;
  align-items:center!important;
  gap:8px!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 0 0 14px!important;
  overflow:visible!important;
}

body[data-route="analizy-ta-tsiny"] .prices-page-search>.home-analysis-search__leading-icon,
body[data-route="analyses-prices"] .prices-page-search>.home-analysis-search__leading-icon,
body[data-route="ru/analizy-i-ceny"] .prices-page-search>.home-analysis-search__leading-icon{
  grid-column:1!important;
  grid-row:1!important;
}

body[data-route="analizy-ta-tsiny"] .prices-page-search>input,
body[data-route="analyses-prices"] .prices-page-search>input,
body[data-route="ru/analizy-i-ceny"] .prices-page-search>input{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-page-search>.home-analysis-search__submit,
body[data-route="analyses-prices"] .prices-page-search>.home-analysis-search__submit,
body[data-route="ru/analizy-i-ceny"] .prices-page-search>.home-analysis-search__submit{
  display:grid!important;
  grid-column:3!important;
  grid-row:1!important;
  place-items:center!important;
  align-self:center!important;
  justify-self:end!important;
  width:48px!important;
  min-width:48px!important;
  max-width:48px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  margin:0!important;
  padding:0!important;
  border-radius:0 7px 7px 0!important;
}

body[data-route="analizy-ta-tsiny"] .prices-page-search>.prices-search-dropdown,
body[data-route="analyses-prices"] .prices-page-search>.prices-search-dropdown,
body[data-route="ru/analizy-i-ceny"] .prices-page-search>.prices-search-dropdown,
body[data-route="analizy-ta-tsiny"] .prices-page-search>script,
body[data-route="analyses-prices"] .prices-page-search>script,
body[data-route="ru/analizy-i-ceny"] .prices-page-search>script{
  grid-column:1 / -1!important;
}

/* v802: compact two-column research catalogue, approximately one desktop scroll */
@media (min-width:901px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-grid,
  body[data-route="tests/catalog"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px 16px!important;
    padding-top:16px!important;
    padding-bottom:24px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    display:grid!important;
    grid-template-columns:142px minmax(0,1fr)!important;
    grid-template-rows:94px!important;
    min-height:94px!important;
    height:94px!important;
    max-height:94px!important;
    overflow:hidden!important;
    border-radius:14px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo,
  body[data-route="tests/catalog"] .nav-landing-card__photo{
    grid-column:1!important;
    grid-row:1!important;
    width:142px!important;
    height:94px!important;
    min-height:94px!important;
    overflow:hidden!important;
    border-right:1px solid #e0e9f4!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card:focus-visible .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card:focus-visible .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card:focus-visible .nav-landing-card__photo img{
    transform:scale(1.025)!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body,
  body[data-route="tests/catalog"] .nav-landing-card__body{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 24px!important;
    grid-template-rows:auto minmax(0,1fr)!important;
    align-content:center!important;
    gap:5px 10px!important;
    min-width:0!important;
    height:94px!important;
    padding:12px 14px 11px 16px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body strong,
  body[data-route="tests/catalog"] .nav-landing-card__body strong{
    grid-column:1!important;
    grid-row:1!important;
    font-size:16px!important;
    line-height:1.08!important;
    max-height:35px!important;
    overflow:hidden!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body span,
  body[data-route="tests/catalog"] .nav-landing-card__body span{
    grid-column:1!important;
    grid-row:2!important;
    font-size:12.5px!important;
    line-height:1.22!important;
    max-height:31px!important;
    overflow:hidden!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body em,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body em,
  body[data-route="tests/catalog"] .nav-landing-card__body em{
    grid-column:2!important;
    grid-row:1 / 3!important;
    align-self:center!important;
    justify-self:end!important;
    margin:0!important;
    font-size:28px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    grid-template-columns:126px minmax(0,1fr)!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo,
  body[data-route="tests/catalog"] .nav-landing-card__photo{
    width:126px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body strong,
  body[data-route="tests/catalog"] .nav-landing-card__body strong{
    font-size:15px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body span,
  body[data-route="tests/catalog"] .nav-landing-card__body span{
    font-size:11.8px!important;
  }
}

@media (max-width:900px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-grid,
  body[data-route="tests/catalog"] .nav-landing-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
    padding-top:16px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    grid-template-rows:170px auto!important;
    min-height:0!important;
  }
}


/* v803: checkups page aligned with main hero, 2 cards per row, no benefits strip */
body[data-route="check-upy"] .section-hero--home{
  --section-hero-height:clamp(400px,28vw,468px)!important;
}
body[data-route="check-upy"] .section-hero--home .section-hero__copy{
  padding-bottom:42px!important;
}
body[data-route="check-upy"] .section-hero--home .section-hero__copy h1{
  max-width:560px!important;
}
body[data-route="check-upy"] .section-hero--home .section-hero__text{
  max-width:620px!important;
}
body[data-route="check-upy"] .checkups-month-offer,
body[data-route="check-upy"] .checkups-packages{
  width:min(100%, var(--container-width, 1200px));
}
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:26px!important;
  padding:16px!important;
}
body[data-route="check-upy"] .checkups-month-offer__grid,
body[data-route="check-upy"] .checkups-packages{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
body[data-route="check-upy"] .checkups-packages{
  margin-top:26px!important;
}
body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:18px!important;
}
body[data-route="check-upy"] .checkup-card,
body[data-route="check-upy"] .checkup-card--month-offer{
  border-radius:18px!important;
}
body[data-route="check-upy"] .checkup-card__image,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__image{
  height:146px!important;
  min-height:146px!important;
}
body[data-route="check-upy"] .checkup-card__body,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__body{
  padding:14px 16px 16px!important;
  gap:10px!important;
}
body[data-route="check-upy"] .checkup-card__titlebox h2,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__titlebox h2{
  font-size:18px!important;
  line-height:1.12!important;
}
body[data-route="check-upy"] .checkup-card__purpose,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__purpose{
  font-size:13px!important;
  line-height:1.35!important;
}
body[data-route="check-upy"] .checkup-card__prices,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__prices{
  gap:12px!important;
}
body[data-route="check-upy"] .checkup-card__price-block{
  min-height:60px!important;
}
body[data-route="check-upy"] .checkup-card__actions,
body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
body[data-route="check-upy"] .checkups-why{
  display:none!important;
}
@media (max-width:980px){
  body[data-route="check-upy"] .section-hero--home .section-hero__copy{
    padding-bottom:28px!important;
  }
}
@media (max-width:760px){
  body[data-route="check-upy"] .checkups-month-offer__grid,
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:1fr!important;
  }
  body[data-route="check-upy"] .checkup-card__actions,
  body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__actions{
    grid-template-columns:1fr!important;
  }
}

/* v804: research catalogue keeps 2 cards per row; each row is approximately one viewport scroll */
@media (min-width:901px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-grid,
  body[data-route="tests/catalog"] .nav-landing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:24px 22px!important;
    align-items:stretch!important;
    padding-top:24px!important;
    padding-bottom:34px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:minmax(0,1fr) 112px!important;
    min-height:540px!important;
    height:clamp(540px,calc(100svh - 160px),720px)!important;
    max-height:720px!important;
    overflow:hidden!important;
    border-radius:20px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo,
  body[data-route="tests/catalog"] .nav-landing-card__photo{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    overflow:hidden!important;
    border-right:0!important;
    border-bottom:1px solid #e0e9f4!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    transform:none!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card:focus-visible .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card:focus-visible .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card:hover .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card:focus-visible .nav-landing-card__photo img{
    transform:scale(1.018)!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body,
  body[data-route="tests/catalog"] .nav-landing-card__body{
    grid-column:1!important;
    grid-row:2!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 30px!important;
    grid-template-rows:auto minmax(0,1fr)!important;
    align-content:center!important;
    gap:6px 14px!important;
    width:100%!important;
    height:112px!important;
    min-height:112px!important;
    padding:15px 18px 14px 20px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body strong,
  body[data-route="tests/catalog"] .nav-landing-card__body strong{
    grid-column:1!important;
    grid-row:1!important;
    font-size:19px!important;
    line-height:1.08!important;
    max-height:42px!important;
    overflow:hidden!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body span,
  body[data-route="tests/catalog"] .nav-landing-card__body span{
    grid-column:1!important;
    grid-row:2!important;
    font-size:13px!important;
    line-height:1.24!important;
    max-height:34px!important;
    overflow:hidden!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body em,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body em,
  body[data-route="tests/catalog"] .nav-landing-card__body em{
    grid-column:2!important;
    grid-row:1 / 3!important;
    align-self:center!important;
    justify-self:end!important;
    margin:0!important;
    font-size:34px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    grid-template-columns:1fr!important;
    grid-template-rows:minmax(0,1fr) 104px!important;
    min-height:500px!important;
    height:clamp(500px,calc(100svh - 145px),650px)!important;
    max-height:650px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body,
  body[data-route="tests/catalog"] .nav-landing-card__body{
    height:104px!important;
    min-height:104px!important;
    padding:13px 15px 12px 17px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body strong,
  body[data-route="tests/catalog"] .nav-landing-card__body strong{
    font-size:17px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body span,
  body[data-route="tests/catalog"] .nav-landing-card__body span{
    font-size:12px!important;
  }
}

@media (max-width:900px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    min-height:420px!important;
    overflow:hidden!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo,
  body[data-route="tests/catalog"] .nav-landing-card__photo{
    min-height:310px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo img,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo img,
  body[data-route="tests/catalog"] .nav-landing-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}

/* v805: taller check-up hero and viewport-height check-up cards */
body[data-route="check-upy"] .section-hero{
  --section-hero-height:min(82vh, 640px);
  --section-hero-h1:clamp(52px, 5.2vw, 78px);
  --section-hero-lead:clamp(20px, 1.8vw, 28px);
  --section-hero-text:clamp(17px, 1.35vw, 22px);
}

@media (min-width:981px){
  body[data-route="check-upy"] .section-hero{
    margin-bottom:24px!important;
  }

  body[data-route="check-upy"] .section-hero__inner{
    height:var(--section-hero-height)!important;
    min-height:var(--section-hero-height)!important;
    max-height:var(--section-hero-height)!important;
  }

  body[data-route="check-upy"] .section-hero__copy{
    width:min(50%, 720px)!important;
    height:var(--section-hero-height)!important;
    min-height:var(--section-hero-height)!important;
    max-height:var(--section-hero-height)!important;
    padding:34px 24px 34px 0!important;
    align-content:center!important;
    gap:0!important;
  }

  body[data-route="check-upy"] .section-hero__copy h1{
    margin:0 0 22px!important;
    line-height:0.96!important;
  }

  body[data-route="check-upy"] .section-hero__lead{
    margin:0 0 14px!important;
    line-height:1.28!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body[data-route="check-upy"] .section-hero__text{
    margin:0!important;
    line-height:1.46!important;
    max-width:620px!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body[data-route="check-upy"] .section-hero__actions{
    margin-top:28px!important;
    gap:16px!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body[data-route="check-upy"] .section-hero__actions .btn{
    min-height:66px!important;
    min-width:238px!important;
    padding:16px 24px!important;
    border-radius:14px!important;
    font-size:18px!important;
  }

  body[data-route="check-upy"] .section-hero__media{
    width:74%!important;
    height:var(--section-hero-height)!important;
    min-height:var(--section-hero-height)!important;
    max-height:var(--section-hero-height)!important;
  }

  body[data-route="check-upy"] .section-hero__media img{
    height:var(--section-hero-height)!important;
    object-position:center center!important;
  }

  body[data-route="check-upy"] .checkups-month-offer,
  body[data-route="check-upy"] .checkups-packages{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:30px!important;
  }

  body[data-route="check-upy"] .checkups-month-offer{
    margin-top:8px!important;
  }

  body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
    margin-top:30px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:min(94vh, 920px)!important;
    height:auto!important;
    display:grid!important;
    grid-template-rows:minmax(420px, 1.45fr) minmax(280px, auto)!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }

  body[data-route="check-upy"] .checkup-card__image{
    position:relative!important;
    min-height:clamp(420px, 56vh, 560px)!important;
    height:100%!important;
    overflow:hidden!important;
    border-radius:24px 24px 0 0!important;
  }

  body[data-route="check-upy"] .checkup-card__image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
    transform:none!important;
  }

  body[data-route="check-upy"] .checkup-card__discount{
    top:20px!important;
    right:20px!important;
    min-width:72px!important;
    height:42px!important;
    padding:0 16px!important;
    border-radius:12px!important;
    font-size:16px!important;
  }

  body[data-route="check-upy"] .checkup-card__body{
    display:grid!important;
    grid-template-rows:auto auto 1fr!important;
    align-content:start!important;
    gap:22px!important;
    padding:28px 28px 30px!important;
  }

  body[data-route="check-upy"] .checkup-card__titlebox h2{
    margin:0 0 14px!important;
    font-size:clamp(28px, 2.05vw, 36px)!important;
    line-height:1.08!important;
  }

  body[data-route="check-upy"] .checkup-card__purpose,
  body[data-route="check-upy"] .checkup-card__titlebox p{
    margin:0!important;
    font-size:18px!important;
    line-height:1.48!important;
    min-height:0!important;
  }

  body[data-route="check-upy"] .checkup-card__prices{
    gap:18px!important;
    margin-top:0!important;
    padding-top:4px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block span{
    font-size:14px!important;
  }

  body[data-route="check-upy"] .checkup-card__old,
  body[data-route="check-upy"] .checkup-card__old.is-current{
    font-size:20px!important;
  }

  body[data-route="check-upy"] .checkup-card__new{
    font-size:24px!important;
  }

  body[data-route="check-upy"] .checkup-card__actions{
    margin-top:auto!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:14px!important;
    align-items:end!important;
  }

  body[data-route="check-upy"] .checkup-card__details,
  body[data-route="check-upy"] .checkup-card__btn,
  body[data-route="check-upy"] .checkup-card__btn.btn,
  body[data-route="check-upy"] .checkup-card__btn.btn-primary,
  body[data-route="check-upy"] .checkup-card__form .btn{
    width:100%!important;
    min-height:58px!important;
    padding:14px 18px!important;
    border-radius:12px!important;
    font-size:17px!important;
  }
}

@media (max-width:980px){
  body[data-route="check-upy"] .section-hero__copy{
    padding:36px 0 24px!important;
  }

  body[data-route="check-upy"] .section-hero__media,
  body[data-route="check-upy"] .section-hero__media img{
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }

  body[data-route="check-upy"] .checkups-month-offer,
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:auto!important;
  }

  body[data-route="check-upy"] .checkup-card__image{
    min-height:280px!important;
  }
}

/* v805.1: make action form fill its grid cell on check-up cards */
@media (min-width:981px){
  body[data-route="check-upy"] .checkup-card__form{
    width:100%!important;
    margin:0!important;
  }
}

/* v806: slightly reduce research catalogue panels while keeping 2 cards per row */
@media (min-width:1181px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-grid,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-grid,
  body[data-route="tests/catalog"] .nav-landing-grid{
    gap:20px!important;
    padding-top:20px!important;
    padding-bottom:28px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    grid-template-rows:minmax(0,1fr) 104px!important;
    min-height:480px!important;
    height:clamp(480px,calc(100svh - 220px),620px)!important;
    max-height:620px!important;
    border-radius:18px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body,
  body[data-route="tests/catalog"] .nav-landing-card__body{
    height:104px!important;
    min-height:104px!important;
    padding:13px 17px 12px 18px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body strong,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body strong,
  body[data-route="tests/catalog"] .nav-landing-card__body strong{
    font-size:18px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body span,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body span,
  body[data-route="tests/catalog"] .nav-landing-card__body span{
    font-size:12.5px!important;
    max-height:32px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    grid-template-rows:minmax(0,1fr) 98px!important;
    min-height:450px!important;
    height:clamp(450px,calc(100svh - 210px),580px)!important;
    max-height:580px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__body,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__body,
  body[data-route="tests/catalog"] .nav-landing-card__body{
    height:98px!important;
    min-height:98px!important;
    padding:12px 14px 11px 16px!important;
  }
}

@media (max-width:900px){
  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card,
  body[data-route="tests/catalog"] .nav-landing-card{
    min-height:390px!important;
  }

  body[data-route="analizy/kataloh-doslidzhen"] .nav-landing-card__photo,
  body[data-route="analizy/katalog-issledovaniy"] .nav-landing-card__photo,
  body[data-route="tests/catalog"] .nav-landing-card__photo{
    min-height:280px!important;
  }
}

/* v807: checkups hero buttons match home scale; month offer is a normal section; cards slightly smaller */
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:18px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  position:relative!important;
  z-index:auto!important;
}

body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:18px!important;
}

body[data-route="check-upy"] .checkups-month-offer__head{
  margin:0 0 14px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
}

body[data-route="check-upy"] .checkups-month-offer__head span{
  min-height:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0b3476!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.08!important;
  font-weight:900!important;
}

body[data-route="check-upy"] .checkups-month-offer__head p{
  display:none!important;
}

@media (min-width:981px){
  body[data-route="check-upy"] .section-hero__actions{
    margin-top:22px!important;
    gap:14px!important;
  }

  body[data-route="check-upy"] .section-hero__actions .btn{
    min-width:clamp(160px,12vw,176px)!important;
    height:clamp(36px,2.7vw,38px)!important;
    min-height:clamp(36px,2.7vw,38px)!important;
    padding:0 clamp(16px,1.4vw,22px)!important;
    border-radius:10px!important;
    font-size:clamp(13px,.98vw,15px)!important;
    line-height:1!important;
    font-weight:800!important;
  }

  body[data-route="check-upy"] .section-hero__actions .btn-outline{
    min-width:clamp(184px,14.5vw,206px)!important;
  }

  body[data-route="check-upy"] .checkups-month-offer,
  body[data-route="check-upy"] .checkups-packages{
    gap:22px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:min(82vh, 760px)!important;
    grid-template-rows:minmax(320px, 1.2fr) minmax(220px, auto)!important;
    border-radius:20px!important;
  }

  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image{
    min-height:clamp(320px, 44vh, 420px)!important;
    height:100%!important;
    border-radius:20px 20px 0 0!important;
  }

  body[data-route="check-upy"] .checkup-card__discount{
    top:16px!important;
    right:16px!important;
    min-width:60px!important;
    height:36px!important;
    padding:0 12px!important;
    border-radius:10px!important;
    font-size:14px!important;
  }

  body[data-route="check-upy"] .checkup-card__body,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__body{
    gap:16px!important;
    padding:22px 22px 24px!important;
  }

  body[data-route="check-upy"] .checkup-card__titlebox h2,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__titlebox h2{
    margin:0 0 10px!important;
    font-size:clamp(23px,1.7vw,30px)!important;
    line-height:1.08!important;
  }

  body[data-route="check-upy"] .checkup-card__purpose,
  body[data-route="check-upy"] .checkup-card__titlebox p,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__purpose{
    font-size:15px!important;
    line-height:1.42!important;
  }

  body[data-route="check-upy"] .checkup-card__prices,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__prices{
    gap:14px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block{
    min-height:54px!important;
    padding:10px 12px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block span{
    font-size:11px!important;
  }

  body[data-route="check-upy"] .checkup-card__old,
  body[data-route="check-upy"] .checkup-card__old.is-current{
    font-size:16px!important;
  }

  body[data-route="check-upy"] .checkup-card__new{
    font-size:20px!important;
  }

  body[data-route="check-upy"] .checkup-card__actions,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__actions{
    gap:12px!important;
  }

  body[data-route="check-upy"] .checkup-card__details,
  body[data-route="check-upy"] .checkup-card__btn,
  body[data-route="check-upy"] .checkup-card__btn.btn,
  body[data-route="check-upy"] .checkup-card__btn.btn-primary,
  body[data-route="check-upy"] .checkup-card__form .btn{
    min-height:48px!important;
    height:48px!important;
    padding:10px 16px!important;
    border-radius:10px!important;
    font-size:15px!important;
  }
}

@media (max-width:980px){
  body[data-route="check-upy"] .section-hero__actions .btn{
    min-height:44px!important;
    font-size:14px!important;
    border-radius:10px!important;
  }

  body[data-route="check-upy"] .checkups-month-offer{
    margin-top:18px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:auto!important;
  }

  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image{
    min-height:240px!important;
  }
}

/* v807 final: checkups hero buttons smaller like homepage; month offer is plain section; cards reduced */
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:18px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body[data-route="check-upy"] .checkups-month-offer__head{
  margin:0 0 14px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

body[data-route="check-upy"] .checkups-month-offer__head span{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#0b3476!important;
  font-size:clamp(24px,2vw,30px)!important;
  line-height:1.08!important;
  font-weight:900!important;
}

body[data-route="check-upy"] .checkups-month-offer__head p{
  display:none!important;
}

body[data-route="check-upy"] .checkups-month-offer + .checkups-packages{
  margin-top:18px!important;
}

body[data-route="check-upy"] .section-hero__actions{
  gap:12px!important;
}

body[data-route="check-upy"] .section-hero__actions .btn{
  min-width:clamp(168px,12vw,182px)!important;
  height:clamp(38px,2.8vw,40px)!important;
  min-height:clamp(38px,2.8vw,40px)!important;
  padding:0 clamp(18px,1.4vw,22px)!important;
  border-radius:10px!important;
  font-size:clamp(13px,.98vw,15px)!important;
  line-height:1!important;
  font-weight:800!important;
}

body[data-route="check-upy"] .section-hero__actions .btn-outline{
  min-width:clamp(196px,14.5vw,214px)!important;
}

@media (min-width:981px){
  body[data-route="check-upy"] .checkups-month-offer__grid,
  body[data-route="check-upy"] .checkups-packages{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:min(68vh,620px)!important;
    grid-template-rows:minmax(250px,1fr) auto!important;
    border-radius:18px!important;
  }

  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image{
    min-height:clamp(250px,34vh,340px)!important;
    height:100%!important;
    border-radius:18px 18px 0 0!important;
  }

  body[data-route="check-upy"] .checkup-card__body,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__body{
    gap:14px!important;
    padding:18px 18px 20px!important;
  }

  body[data-route="check-upy"] .checkup-card__discount{
    top:14px!important;
    right:14px!important;
    min-width:56px!important;
    height:34px!important;
    padding:0 10px!important;
    border-radius:9px!important;
    font-size:13px!important;
  }

  body[data-route="check-upy"] .checkup-card__titlebox h2,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__titlebox h2{
    margin:0 0 8px!important;
    font-size:clamp(20px,1.45vw,24px)!important;
    line-height:1.1!important;
  }

  body[data-route="check-upy"] .checkup-card__purpose,
  body[data-route="check-upy"] .checkup-card__titlebox p,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__purpose{
    font-size:14px!important;
    line-height:1.38!important;
  }

  body[data-route="check-upy"] .checkup-card__prices,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__prices{
    gap:12px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block{
    min-height:50px!important;
    padding:10px 12px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block span{
    font-size:10.5px!important;
  }

  body[data-route="check-upy"] .checkup-card__old,
  body[data-route="check-upy"] .checkup-card__old.is-current{
    font-size:15px!important;
  }

  body[data-route="check-upy"] .checkup-card__new{
    font-size:18px!important;
  }

  body[data-route="check-upy"] .checkup-card__actions,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__actions{
    gap:10px!important;
  }

  body[data-route="check-upy"] .checkup-card__details,
  body[data-route="check-upy"] .checkup-card__btn,
  body[data-route="check-upy"] .checkup-card__btn.btn,
  body[data-route="check-upy"] .checkup-card__btn.btn-primary,
  body[data-route="check-upy"] .checkup-card__form .btn{
    min-height:44px!important;
    height:44px!important;
    padding:10px 14px!important;
    border-radius:10px!important;
    font-size:14px!important;
  }
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkups-month-offer__grid,
  body[data-route="check-upy"] .checkups-packages{
    gap:16px!important;
  }

  body[data-route="check-upy"] .section-hero__actions .btn{
    min-height:42px!important;
    height:42px!important;
    font-size:14px!important;
    padding:0 16px!important;
    border-radius:10px!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    min-height:auto!important;
  }

  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image{
    min-height:220px!important;
  }
}

/* v808 fix: restore light red month-offer panel and red top badge */
body[data-route="check-upy"] .checkups-month-offer{
  margin-top:22px!important;
  padding:18px!important;
  border:1px solid #ffd6db!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#fff6f7 0%,#fff1f3 100%)!important;
  box-shadow:0 12px 30px rgba(6,45,100,.06)!important;
  position:relative!important;
  z-index:auto!important;
}

body[data-route="check-upy"] .checkups-month-offer__head{
  margin:0 0 14px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
}

body[data-route="check-upy"] .checkups-month-offer__head span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:7px 15px!important;
  border:0!important;
  border-radius:999px!important;
  background:#e30613!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  box-shadow:0 14px 26px rgba(227,6,19,.18)!important;
}

body[data-route="check-upy"] .checkups-month-offer__head p{
  display:block!important;
  margin:0!important;
  color:#506d9a!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:750!important;
}

body[data-route="check-upy"] .checkups-month-offer__grid{
  gap:18px!important;
}

body[data-route="check-upy"] .checkup-card--month-offer{
  background:#fff!important;
  border-color:#ffd1d6!important;
  box-shadow:0 10px 24px rgba(6,45,100,.075)!important;
}

body[data-route="check-upy"] .checkup-card--month-offer .checkup-card__discount{
  background:#e30613!important;
  color:#fff!important;
}

@media (max-width:760px){
  body[data-route="check-upy"] .checkups-month-offer{
    margin-top:18px!important;
    padding:14px!important;
  }
  body[data-route="check-upy"] .checkups-month-offer__head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

/* v809: month-offer badge as standalone heading above two-column cards */
body[data-route="check-upy"] .checkups-month-offer__head{
  display:block!important;
  width:100%!important;
  margin:0 0 16px!important;
  padding:0!important;
}

body[data-route="check-upy"] .checkups-month-offer__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  align-items:stretch!important;
}

@media (max-width:760px){
  body[data-route="check-upy"] .checkups-month-offer__head{
    display:block!important;
    margin-bottom:14px!important;
  }

  body[data-route="check-upy"] .checkups-month-offer__grid{
    grid-template-columns:1fr!important;
  }
}

/* v810: force month-offer heading onto its own row; cards start below it */
body[data-route="check-upy"] .checkups-month-offer{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}

body[data-route="check-upy"] .checkups-month-offer__head{
  display:block!important;
  flex:0 0 auto!important;
  align-self:stretch!important;
  width:100%!important;
  margin:0 0 16px!important;
  padding:0!important;
  clear:both!important;
}

body[data-route="check-upy"] .checkups-month-offer__head span{
  vertical-align:top!important;
}

body[data-route="check-upy"] .checkups-month-offer__grid{
  display:grid!important;
  flex:0 0 auto!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  clear:both!important;
  align-items:stretch!important;
}

body[data-route="check-upy"] .checkups-month-offer__grid > .checkup-card:first-child{
  grid-column:1!important;
  grid-row:1!important;
}

body[data-route="check-upy"] .checkups-month-offer__grid > .checkup-card:nth-child(2){
  grid-column:2!important;
  grid-row:1!important;
}

@media (max-width:760px){
  body[data-route="check-upy"] .checkups-month-offer__grid{
    grid-template-columns:1fr!important;
  }

  body[data-route="check-upy"] .checkups-month-offer__grid > .checkup-card:first-child,
  body[data-route="check-upy"] .checkups-month-offer__grid > .checkup-card:nth-child(2){
    grid-column:1!important;
    grid-row:auto!important;
  }
}

/* v811: reduce check-up card height to fit one viewport below fixed header */
@media (min-width:981px){
  body[data-route="check-upy"]{
    --checkup-card-screen-height:clamp(520px,calc(100vh - 300px),650px);
  }

  body[data-route="check-upy"] .checkups-month-offer__grid,
  body[data-route="check-upy"] .checkups-packages{
    gap:18px!important;
    align-items:start!important;
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    height:var(--checkup-card-screen-height)!important;
    min-height:var(--checkup-card-screen-height)!important;
    max-height:var(--checkup-card-screen-height)!important;
    grid-template-rows:minmax(0,56%) minmax(0,44%)!important;
    overflow:hidden!important;
  }

  body[data-route="check-upy"] .checkup-card__image,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image{
    min-height:0!important;
    height:100%!important;
    max-height:none!important;
  }

  body[data-route="check-upy"] .checkup-card__image img,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  body[data-route="check-upy"] .checkup-card__body,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__body{
    min-height:0!important;
    height:100%!important;
    gap:10px!important;
    padding:15px 18px 16px!important;
    overflow:hidden!important;
  }

  body[data-route="check-upy"] .checkup-card__titlebox h2,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__titlebox h2{
    margin:0 0 6px!important;
    font-size:clamp(19px,1.35vw,23px)!important;
    line-height:1.08!important;
  }

  body[data-route="check-upy"] .checkup-card__purpose,
  body[data-route="check-upy"] .checkup-card__titlebox p,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__purpose{
    font-size:13px!important;
    line-height:1.3!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }

  body[data-route="check-upy"] .checkup-card__prices,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__prices{
    gap:10px!important;
    margin:0!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block{
    min-height:44px!important;
    padding:7px 10px!important;
    border-radius:11px!important;
  }

  body[data-route="check-upy"] .checkup-card__price-block span{
    font-size:9.5px!important;
  }

  body[data-route="check-upy"] .checkup-card__old,
  body[data-route="check-upy"] .checkup-card__old.is-current{
    font-size:14px!important;
  }

  body[data-route="check-upy"] .checkup-card__new{
    font-size:17px!important;
  }

  body[data-route="check-upy"] .checkup-card__actions,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__actions{
    gap:9px!important;
    margin-top:auto!important;
  }

  body[data-route="check-upy"] .checkup-card__details,
  body[data-route="check-upy"] .checkup-card__btn,
  body[data-route="check-upy"] .checkup-card__btn.btn,
  body[data-route="check-upy"] .checkup-card__btn.btn-primary,
  body[data-route="check-upy"] .checkup-card__form .btn{
    min-height:40px!important;
    height:40px!important;
    padding:8px 12px!important;
    font-size:13px!important;
  }
}

@media (min-width:981px) and (max-height:780px){
  body[data-route="check-upy"]{
    --checkup-card-screen-height:clamp(470px,calc(100vh - 250px),560px);
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    grid-template-rows:minmax(0,53%) minmax(0,47%)!important;
  }
}

/* v812: show more of the upper part of check-up card images */
body[data-route="check-upy"] .checkup-card__image img,
body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image img{
  object-position:center 38%!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkup-card__image img,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image img{
    object-position:center 34%!important;
  }
}

/* v813: move check-up card images lower to reveal more of the upper artwork */
body[data-route="check-upy"] .checkup-card__image img,
body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image img{
  object-position:center 28%!important;
}

@media (max-width:980px){
  body[data-route="check-upy"] .checkup-card__image img,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer .checkup-card__image img{
    object-position:center 24%!important;
  }
}


/* v814: promotions hero and search aligned with the homepage */
body[data-route="aktsii"] .section-hero--home{
  margin-bottom:0!important;
}

body[data-route="aktsii"] .section-hero--home .section-hero__copy h1{
  max-width:610px!important;
}

body[data-route="aktsii"] .section-hero--home .section-hero__text{
  max-width:620px!important;
}

body[data-route="aktsii"] .promo-page-search-section{
  margin-top:18px!important;
  margin-bottom:0!important;
}

body[data-route="aktsii"] .promo-page-search-card{
  width:100%!important;
}

body[data-route="aktsii"] .promo-page-search{
  width:100%!important;
  max-width:none!important;
}

body[data-route="aktsii"] .promo-page-search-empty{
  margin-top:8px;
  padding:9px 12px;
  border:1px solid #ffd1d6;
  border-radius:9px;
  background:#fff7f8;
  color:#b1000c;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

body[data-route="aktsii"] .promos-market-nav--tabs-only{
  display:block!important;
  grid-template-columns:none!important;
  padding:14px 18px!important;
}

body[data-route="aktsii"] .promos-market-nav--tabs-only .promos-tabs{
  width:100%!important;
}

body[data-route="aktsii"] .promos-market-section[hidden]{
  display:none!important;
}

body[data-route="aktsii"] [data-promo-row][hidden]{
  display:none!important;
}

@media (max-width:640px){
  body[data-route="aktsii"] .promo-page-search-card__heading h2{
    white-space:normal!important;
  }
}


/* v816: loyalty page hero aligned with homepage; eligibility blocks one per row */
body[data-route="programa-loialnosti"] .loyalty-v348-card-grid--two,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-card-grid--two{
  grid-template-columns:1fr!important;
  gap:18px!important;
}

body[data-route="programa-loialnosti"] .section-hero--home .section-hero__media img,
body[data-route="aktsii/programa-loialnosti"] .section-hero--home .section-hero__media img{
  object-position:center center!important;
}


/* v818: loyalty eligibility categories in two columns with larger icons */
body[data-route="programa-loialnosti"] .loyalty-v348-list,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(4,auto)!important;
  grid-auto-flow:column!important;
  column-gap:30px!important;
  row-gap:16px!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-audience-card,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-audience-card{
  padding:22px 24px 24px!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-audience-card__head,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-audience-card__head{
  margin-bottom:20px!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-category-icon,
body[data-route="programa-loialnosti"] .loyalty-v348-category-icon img,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-category-icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-category-icon img{
  width:66px!important;
  height:66px!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-list li,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list li{
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:14px!important;
  min-height:54px!important;
  align-items:center!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-list-icon,
body[data-route="programa-loialnosti"] .loyalty-v348-list-icon img,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-icon,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-icon img{
  width:52px!important;
  height:52px!important;
}

body[data-route="programa-loialnosti"] .loyalty-v348-list-text,
body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-text{
  font-size:17px!important;
  line-height:1.35!important;
}

@media (max-width:860px){
  body[data-route="programa-loialnosti"] .loyalty-v348-list,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list{
    grid-template-columns:1fr!important;
    grid-template-rows:none!important;
    grid-auto-flow:row!important;
    column-gap:0!important;
    row-gap:12px!important;
  }

  body[data-route="programa-loialnosti"] .loyalty-v348-category-icon,
  body[data-route="programa-loialnosti"] .loyalty-v348-category-icon img,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-category-icon,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-category-icon img{
    width:58px!important;
    height:58px!important;
  }

  body[data-route="programa-loialnosti"] .loyalty-v348-list li,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list li{
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:12px!important;
    min-height:46px!important;
  }

  body[data-route="programa-loialnosti"] .loyalty-v348-list-icon,
  body[data-route="programa-loialnosti"] .loyalty-v348-list-icon img,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-icon,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-icon img{
    width:44px!important;
    height:44px!important;
  }

  body[data-route="programa-loialnosti"] .loyalty-v348-list-text,
  body[data-route="aktsii/programa-loialnosti"] .loyalty-v348-list-text{
    font-size:15px!important;
  }
}

/* v820: merged About + Contacts page */
body[data-route="pro-nas"] .about-contact-info-grid{
  width:100%!important;
  max-width:none!important;
  margin:18px 0 0!important;
  position:relative!important;
  z-index:2!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:16px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card{
  min-height:118px!important;
  height:118px!important;
  padding:16px 18px!important;
}

body[data-route="pro-nas"] .about-contacts-branches{
  width:100%!important;
  min-height:clamp(600px,calc(100svh - 170px),790px)!important;
  margin-top:22px!important;
  padding:24px!important;
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  border-radius:24px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head{
  margin-bottom:18px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head h2{
  font-size:clamp(30px,2.6vw,42px)!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head p{
  font-size:16px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
  min-height:0!important;
  height:100%!important;
  grid-template-columns:minmax(0,1.25fr) minmax(390px,.75fr)!important;
  gap:24px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-map{
  min-height:0!important;
  height:100%!important;
  border-radius:20px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-list{
  align-content:space-between!important;
  gap:12px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link{
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:12px!important;
  padding:13px 14px!important;
  border:1px solid #e0e9f4!important;
  border-radius:14px!important;
  background:#fbfdff!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link__pin{
  width:34px!important;
  height:34px!important;
  font-size:24px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link strong{
  font-size:17px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link em{
  font-size:14px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link small{
  font-size:12px!important;
  line-height:1.25!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-map-button{
  margin-top:18px!important;
  min-width:230px!important;
  min-height:46px!important;
  font-size:15px!important;
}

body[data-route="pro-nas"] .about-contact-support-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.65fr) minmax(330px,.72fr)!important;
  gap:18px!important;
  align-items:stretch!important;
  margin-top:22px!important;
}

body[data-route="pro-nas"] .about-contact-support-grid .contacts-card{
  min-height:390px!important;
}

body[data-route="pro-nas"] .about-contact-support-grid .contacts-form-card .pro-form{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}

body[data-route="pro-nas"] .about-contact-support-grid .contacts-form-card .pro-form .span-2{
  grid-column:1 / -1!important;
}

body[data-route="pro-nas"] .about-contact-support-grid .contacts-form-card .pro-form textarea{
  min-height:110px!important;
}

body[data-route="pro-nas"] .about-lab-heading{
  margin:30px 0 14px!important;
  text-align:center!important;
}

body[data-route="pro-nas"] .about-lab-heading h2{
  margin:0!important;
  color:#0b3476!important;
  font-size:clamp(32px,3vw,46px)!important;
  line-height:1.05!important;
  font-weight:900!important;
}

body[data-route="pro-nas"] .about-lab-heading + .about-details-grid{
  margin-top:0!important;
}

body[data-route="pro-nas"] .about-benefits-section{
  margin-top:18px!important;
}

body[data-route="pro-nas"] .about-benefits-section .benefits.container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

@media (max-width:1180px){
  body[data-route="pro-nas"] .about-contact-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:last-child{
    grid-column:1 / -1!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches{
    min-height:auto!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
    grid-template-columns:1fr 1fr!important;
    min-height:520px!important;
  }

  body[data-route="pro-nas"] .about-contact-support-grid{
    grid-template-columns:minmax(0,1.35fr) minmax(310px,.75fr)!important;
  }
}

@media (max-width:900px){
  body[data-route="pro-nas"] .about-contact-support-grid{
    grid-template-columns:1fr!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
    grid-template-columns:1fr!important;
    min-height:0!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-map{
    min-height:360px!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-contact-info-grid{
    grid-template-columns:1fr!important;
  }

  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card,
  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:last-child{
    grid-column:auto!important;
    height:auto!important;
    min-height:104px!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches{
    padding:16px!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-map{
    min-height:260px!important;
  }

  body[data-route="pro-nas"] .about-contact-support-grid .contacts-form-card .pro-form{
    grid-template-columns:1fr!important;
  }

  body[data-route="pro-nas"] .about-contact-support-grid .contacts-form-card .pro-form .span-2{
    grid-column:auto!important;
  }
}

/* v821: About route renamed to Contacts, home-style hero and compact contact content */
@media (min-width:1181px){
  .mainbar__inner{
    column-gap:16px!important;
  }

  .nav{
    gap:3px!important;
  }

  .nav__link{
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:15px!important;
  }

  .header-actions{
    gap:9px!important;
  }
}

body[data-route="pro-nas"] .section-hero--home{
  --section-hero-height:clamp(400px,28vw,468px)!important;
}

body[data-route="pro-nas"] .section-hero--home .section-hero__copy{
  padding-bottom:38px!important;
}

body[data-route="pro-nas"] .section-hero--home .section-hero__copy h1{
  max-width:560px!important;
}

body[data-route="pro-nas"] .section-hero--home .section-hero__lead,
body[data-route="pro-nas"] .section-hero--home .section-hero__text{
  max-width:590px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid{
  margin-top:16px!important;
  gap:12px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card{
  min-height:94px!important;
  height:94px!important;
  padding:11px 13px!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:11px!important;
  border-radius:16px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card__icon{
  width:48px!important;
  height:48px!important;
  font-size:22px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card strong{
  font-size:14px!important;
  line-height:1.05!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card em{
  margin-top:3px!important;
  font-size:13px!important;
  line-height:1.08!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card small{
  margin-top:3px!important;
  font-size:10.5px!important;
  line-height:1.12!important;
}

body[data-route="pro-nas"] .about-contacts-branches{
  min-height:0!important;
  height:clamp(520px,calc(100svh - 220px),640px)!important;
  max-height:640px!important;
  margin-top:18px!important;
  padding:18px!important;
  grid-template-rows:auto minmax(0,1fr) auto!important;
  border-radius:22px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head{
  margin-bottom:12px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head h2{
  font-size:clamp(26px,2.15vw,34px)!important;
  line-height:1.05!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-card__head p{
  margin-top:5px!important;
  font-size:14px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
  grid-template-columns:minmax(0,1.28fr) minmax(350px,.72fr)!important;
  gap:16px!important;
  height:100%!important;
  min-height:0!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-map{
  height:100%!important;
  min-height:0!important;
  border-radius:17px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-list{
  align-content:stretch!important;
  grid-template-rows:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
  min-height:0!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link{
  grid-template-columns:28px minmax(0,1fr)!important;
  gap:9px!important;
  min-height:0!important;
  padding:8px 10px!important;
  border-radius:11px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link__pin{
  width:28px!important;
  height:28px!important;
  font-size:19px!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link strong{
  font-size:14px!important;
  line-height:1.05!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link em{
  margin-top:2px!important;
  font-size:11.5px!important;
  line-height:1.08!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-branch-link small{
  margin-top:2px!important;
  font-size:9.5px!important;
  line-height:1.12!important;
}

body[data-route="pro-nas"] .about-contacts-branches .contacts-map-button{
  min-width:210px!important;
  min-height:40px!important;
  margin-top:12px!important;
  padding:9px 17px!important;
  font-size:13px!important;
}

@media (max-width:1180px){
  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card{
    height:auto!important;
    min-height:94px!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches{
    height:auto!important;
    max-height:none!important;
  }

  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
    min-height:480px!important;
  }
}

@media (max-width:900px){
  body[data-route="pro-nas"] .about-contacts-branches .contacts-branches-card__grid{
    min-height:0!important;
  }
}

/* v822: four compact contact cards across full width; fixed one-line address and working hours */
body[data-route="pro-nas"] .about-contact-info-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card{
  width:100%!important;
  min-width:0!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card em,
body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card small{
  white-space:nowrap!important;
}

body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:nth-child(3) em,
body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:nth-child(4) em,
body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:nth-child(4) small{
  font-size:clamp(10.5px,.82vw,13px)!important;
}

@media (max-width:1180px){
  body[data-route="pro-nas"] .about-contact-info-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card:last-child{
    grid-column:auto!important;
  }
}

@media (max-width:640px){
  body[data-route="pro-nas"] .about-contact-info-grid{
    grid-template-columns:1fr!important;
  }

  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card em,
  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card small{
    white-space:normal!important;
  }
}

/* v823: compact hero CTAs in patient cabinet */
.patient-cabinet-hero__actions{
  gap:8px;
}
.patient-cabinet-hero__actions .btn,
.patient-cabinet-hero__actions form .btn{
  width:auto;
  min-width:0;
  height:44px;
  min-height:44px;
  padding:0 20px;
  border-radius:12px;
  font-size:13px;
  line-height:1;
  font-weight:800;
}
.patient-cabinet-hero__actions .btn-primary{
  min-width:182px;
}
.patient-cabinet-hero__actions .btn-outline{
  min-width:108px;
}
.patient-cabinet-hero__actions form{
  margin:0;
}
@media (max-width:640px){
  .patient-cabinet-hero__actions .btn,
  .patient-cabinet-hero__actions form .btn{
    width:100%;
    min-width:0;
    height:40px;
    min-height:40px;
    padding:0 16px;
    font-size:12px;
  }
}

/* ==========================================================
   PROLAB ODESA v825 — MOBILE HEADER SEARCH + BOTTOM NAVIGATION
   Based on the clean v824 mobile concept built directly from v823.
   Desktop/tablet presentation remains unchanged.
   ========================================================== */
.mobile-site-header,
.mobile-site-search-panel,
.mobile-bottom-nav,
.mobile-menu-overlay,
.mobile-home-quick-services,
.mobile-home-popular{
  display:none;
}

@media (max-width:767px){
  :root{
    --mobile-info-h:28px;
    --mobile-header-h:64px;
    --mobile-top-offset:calc(var(--mobile-info-h) + var(--mobile-header-h));
    --mobile-bottom-nav-h:68px;
    --site-header-offset:var(--mobile-top-offset);
  }

  html{
    scroll-padding-top:calc(var(--mobile-top-offset) + 12px)!important;
  }

  body{
    width:100%;
    min-width:0;
    padding-top:var(--mobile-top-offset)!important;
    padding-bottom:calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom,0px))!important;
    overflow-x:hidden!important;
  }

  body.mobile-menu-open{
    overflow:hidden!important;
    touch-action:none;
  }

  body.mobile-menu-open .site-header{
    z-index:13000!important;
  }

  .container{
    width:calc(100% - 28px)!important;
    max-width:none!important;
  }

  .site-header{
    height:var(--mobile-top-offset);
    background:#fff;
    box-shadow:0 5px 18px rgba(6,43,104,.10);
  }

  .site-header>.topbar,
  .site-header>.mainbar{
    display:none!important;
  }

  .mobile-site-header{
    display:block;
    width:100%;
    height:var(--mobile-top-offset);
    background:#fff;
  }

  .mobile-site-header__info{
    height:var(--mobile-info-h);
    padding:0 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#0b3476;
    color:#fff;
    font-size:12px;
    font-weight:800;
    line-height:1;
  }

  .mobile-site-header__info a{
    min-width:0;
    height:100%;
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#fff;
    white-space:nowrap;
  }

  .mobile-site-header__info svg{
    width:15px;
    height:15px;
    flex:0 0 15px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-site-header__main{
    height:var(--mobile-header-h);
    padding:0 14px;
    display:grid;
    grid-template-columns:46px minmax(0,1fr) 46px;
    align-items:center;
    gap:8px;
    border-bottom:1px solid #e4ebf5;
    background:#fff;
  }

  .mobile-site-header__search-toggle{
    justify-self:start;
    width:46px;
    height:46px;
    padding:0;
    border:1px solid #dce6f2;
    border-radius:13px;
    display:grid;
    place-items:center;
    background:#fff;
    color:#0b3476;
    cursor:pointer;
    transition:background .18s ease,color .18s ease,border-color .18s ease;
  }

  .mobile-site-header__search-toggle svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-site-header__search-toggle.is-active{
    border-color:#e30613;
    background:#fff1f2;
    color:#e30613;
  }

  .mobile-site-header__search-toggle:focus-visible{
    outline:2px solid #0b3476;
    outline-offset:2px;
  }

  .mobile-site-header__logo{
    justify-self:center;
    width:min(168px,53vw);
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .mobile-site-header__logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
  }

  .mobile-site-header__cart{
    position:relative;
    justify-self:end;
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border:1px solid #dce6f2;
    border-radius:13px;
    background:#fff;
    color:#0b3476;
  }

  .mobile-site-header__cart svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-site-header__cart-count{
    position:absolute;
    top:-4px;
    right:-4px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border:2px solid #fff;
    border-radius:999px;
    background:#e30613;
    color:#fff;
    font-size:10px;
    font-weight:950;
    line-height:1;
  }

  .mobile-site-header__cart:not(.has-items) .mobile-site-header__cart-count{
    background:#97a7be;
  }


  .mobile-site-search-panel{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:2;
    display:block;
    padding:12px 14px 14px;
    border-top:1px solid #edf2f8;
    border-bottom:1px solid #dce6f2;
    background:#fff;
    box-shadow:0 14px 24px rgba(6,43,104,.16);
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }

  .mobile-site-search-panel.is-open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }

  .mobile-site-search-panel__form{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    align-items:stretch;
  }

  .mobile-site-search-panel__field{
    min-width:0;
    height:50px;
    padding:0 12px;
    border:1px solid #ccd9e9;
    border-radius:10px;
    display:flex;
    align-items:center;
    gap:9px;
    background:#fff;
    color:#718198;
  }

  .mobile-site-search-panel__field:focus-within{
    border-color:#1e55b8;
    box-shadow:0 0 0 3px rgba(30,85,184,.10);
  }

  .mobile-site-search-panel__field svg{
    width:21px;
    height:21px;
    flex:0 0 21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-site-search-panel__field input{
    min-width:0;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    color:#17345f;
    font-size:15px;
    line-height:1;
  }

  .mobile-site-search-panel__field input::placeholder{
    color:#8a97aa;
    opacity:1;
  }

  .mobile-site-search-panel__form>button{
    min-width:92px;
    min-height:50px;
    padding:0 18px;
    border:0;
    border-radius:10px;
    background:#e30613;
    color:#fff;
    font-weight:900;
    cursor:pointer;
  }

  .mobile-site-search-panel__form>button:focus-visible{
    outline:2px solid #0b3476;
    outline-offset:2px;
  }

  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:11000;
    height:calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom,0px));
    padding:5px 5px env(safe-area-inset-bottom,0px);
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    align-items:stretch;
    border-top:1px solid #dbe4ef;
    background:rgba(255,255,255,.98);
    box-shadow:0 -6px 22px rgba(6,43,104,.10);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    transition:opacity .18s ease,transform .18s ease;
  }

  .mobile-bottom-nav__item{
    min-width:0;
    min-height:58px;
    padding:4px 2px 3px;
    border:0;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    background:transparent;
    color:#5d6d84;
    font:inherit;
    text-align:center;
    cursor:pointer;
  }

  .mobile-bottom-nav__icon,
  .mobile-bottom-nav__menu-icon{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    flex:0 0 auto;
  }

  .mobile-bottom-nav__icon{
    position:relative;
  }

  .mobile-bottom-nav__icon-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .mobile-bottom-nav__icon-img--active,
  .mobile-bottom-nav__item.is-active .mobile-bottom-nav__icon-img--default{
    opacity:0;
  }

  .mobile-bottom-nav__item.is-active .mobile-bottom-nav__icon-img--active{
    opacity:1;
  }

  .mobile-bottom-nav__icon-img--default,
  .mobile-bottom-nav__label,
  .mobile-bottom-nav__menu-icon span{
    transition:opacity .18s ease,background-color .18s ease,color .18s ease;
  }

  .mobile-bottom-nav__label{
    display:block;
    max-width:100%;
    overflow:hidden;
    font-size:10px;
    line-height:1.05;
    font-weight:800;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .mobile-bottom-nav__item.is-active{
    background:#eef5ff;
    color:#e30613;
  }

  .mobile-bottom-nav__item--menu{
    color:#e30613;
  }

  .mobile-bottom-nav__menu-icon{
    gap:4px;
  }

  .mobile-bottom-nav__menu-icon span{
    display:block;
    width:20px;
    height:2px;
    border-radius:999px;
    background:currentColor;
  }

  .mobile-bottom-nav__item:focus-visible{
    outline:2px solid #0b3476;
    outline-offset:-2px;
  }

  body.mobile-menu-open .mobile-bottom-nav,
  body.calc-drawer-open .mobile-bottom-nav{
    opacity:0;
    transform:translateY(100%);
    pointer-events:none;
  }

  .mobile-menu-overlay{
    position:fixed;
    inset:0;
    z-index:12500;
    display:block;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease,visibility .2s ease;
  }

  .mobile-menu-overlay.is-open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
  }

  .mobile-menu-overlay__backdrop{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    padding:0;
    border:0;
    background:rgba(7,27,58,.52);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
  }

  .mobile-menu-drawer{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:min(88vw,360px);
    padding:16px 16px calc(20px + env(safe-area-inset-bottom,0px));
    overflow:auto;
    background:#fff;
    box-shadow:-20px 0 42px rgba(0,24,65,.22);
    transform:translateX(102%);
    transition:transform .24s ease;
  }

  .mobile-menu-overlay.is-open .mobile-menu-drawer{
    transform:translateX(0);
  }

  .mobile-menu-drawer__head{
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding-bottom:12px;
    border-bottom:1px solid #e5edf7;
  }

  .mobile-menu-drawer__logo{
    width:150px;
    height:42px;
  }

  .mobile-menu-drawer__logo img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:left center;
  }

  .mobile-menu-drawer__close{
    width:44px;
    height:44px;
    border:1px solid #dce6f2;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:#fff;
    color:#0b3476;
    font-size:30px;
    line-height:1;
    cursor:pointer;
  }

  .mobile-menu-drawer__title{
    margin:18px 0 10px;
    color:#0b3476;
    font-size:24px;
    line-height:1;
    font-weight:950;
  }

  .mobile-menu-drawer__nav{
    display:grid;
    gap:4px;
  }

  .mobile-menu-drawer__link{
    min-height:47px;
    padding:10px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-radius:12px;
    color:#0b3476;
    font-size:14px;
    line-height:1.15;
    font-weight:850;
  }

  .mobile-menu-drawer__link b{
    color:#9aabc2;
    font-size:22px;
    font-weight:500;
  }

  .mobile-menu-drawer__link.is-active{
    background:#eef5ff;
    color:#e30613;
  }

  .mobile-menu-drawer__section{
    border-bottom:1px solid #e5edf7;
  }

  .mobile-menu-drawer__section:last-child{
    border-bottom:0;
  }

  .mobile-menu-drawer__toggle{
    width:100%;
    min-height:52px;
    padding:11px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border:0;
    border-radius:0;
    background:transparent;
    color:#0b3476;
    font:inherit;
    font-size:15px;
    line-height:1.2;
    font-weight:900;
    text-align:left;
    cursor:pointer;
  }

  .mobile-menu-drawer__section.is-active>.mobile-menu-drawer__toggle,
  .mobile-menu-drawer__section.is-open>.mobile-menu-drawer__toggle{
    color:#0b3476;
  }

  .mobile-menu-drawer__chevron{
    flex:0 0 14px;
    width:14px;
    height:9px;
    fill:none;
    stroke:#607896;
    stroke-width:1.35;
    stroke-linecap:round;
    stroke-linejoin:round;
    transform:rotate(0deg);
    transform-origin:center;
    transition:transform .18s ease;
  }

  [data-mobile-submenu-toggle][aria-expanded="true"] .mobile-menu-drawer__chevron{
    transform:rotate(180deg);
  }

  .mobile-menu-drawer__submenu{
    display:grid;
    gap:1px;
    padding:0 8px 10px 12px;
  }

  .mobile-menu-drawer__submenu[hidden]{
    display:none!important;
  }

  .mobile-menu-drawer__sublink{
    min-height:39px;
    padding:8px 10px;
    display:flex;
    align-items:center;
    border-radius:9px;
    color:#344b69;
    font-size:13px;
    line-height:1.3;
    font-weight:650;
    white-space:normal;
  }

  .mobile-menu-drawer__sublink.is-active{
    background:#eef5ff;
    color:#e30613;
    font-weight:850;
  }

  .mobile-menu-drawer__subitem{
    min-width:0;
  }

  .mobile-menu-drawer__subitem-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) 38px;
    align-items:stretch;
  }

  .mobile-menu-drawer__sublink--parent{
    min-width:0;
  }

  .mobile-menu-drawer__nested-toggle{
    width:38px;
    min-height:39px;
    padding:0;
    display:grid;
    place-items:center;
    border:0;
    border-radius:9px;
    background:transparent;
    cursor:pointer;
  }

  .mobile-menu-drawer__nested-toggle .mobile-menu-drawer__chevron{
    display:block;
  }

  .mobile-menu-drawer__submenu--nested{
    margin:1px 0 5px 9px;
    padding:2px 0 4px 10px;
    border-left:1px solid #dce6f2;
  }

  .mobile-menu-drawer__sublink--nested{
    min-height:36px;
    padding:7px 9px;
    font-size:12px;
    line-height:1.28;
  }

  .mobile-menu-drawer__section>.mobile-menu-drawer__link{
    min-height:52px;
    padding:11px 12px;
    border-radius:0;
    font-size:15px;
    line-height:1.2;
    font-weight:900;
  }

  .mobile-menu-drawer__section>.mobile-menu-drawer__link.is-active{
    background:#eef5ff;
    color:#e30613;
  }

  .mobile-menu-drawer__toggle:focus-visible,
  .mobile-menu-drawer__nested-toggle:focus-visible,
  .mobile-menu-drawer__sublink:focus-visible,
  .mobile-menu-drawer__section>.mobile-menu-drawer__link:focus-visible{
    outline:2px solid #e30613;
    outline-offset:-2px;
  }

  .mobile-menu-drawer__meta{
    margin-top:18px;
    padding:16px;
    border-radius:16px;
    background:#f4f8ff;
    color:#0b3476;
  }

  .mobile-menu-drawer__meta>a{
    display:block;
    color:#e30613;
    font-size:17px;
    font-weight:950;
  }

  .mobile-menu-drawer__meta p{
    margin:7px 0 12px;
    color:#566d91;
    font-size:12px;
    line-height:1.35;
    font-weight:750;
  }

  .mobile-menu-drawer__languages{
    display:flex;
    gap:7px;
  }

  .mobile-menu-drawer__languages a{
    min-width:42px;
    min-height:34px;
    padding:0 9px;
    display:grid;
    place-items:center;
    border:1px solid #ccdaeb;
    border-radius:9px;
    background:#fff;
    color:#0b3476;
    font-size:11px;
    font-weight:900;
  }

  .mobile-menu-drawer__languages a.is-active{
    border-color:#0b3476;
    background:#0b3476;
    color:#fff;
  }

  /* Mobile home: compact service-first hierarchy. */
  body[data-route=""] main{
    overflow:hidden;
  }

  body[data-route=""] .section-hero--home{
    --section-hero-height:300px!important;
    width:calc(100% - 28px);
    margin:14px auto 0;
    border:0!important;
    border-radius:20px;
    box-shadow:0 12px 28px rgba(6,43,104,.12);
  }

  body[data-route=""] .section-hero--home .section-hero__inner{
    position:relative;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    display:block!important;
    overflow:hidden!important;
  }

  body[data-route=""] .section-hero--home .section-hero__media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__media::before{
    z-index:1!important;
    background:linear-gradient(0deg,rgba(6,30,70,.84) 0%,rgba(6,30,70,.58) 35%,rgba(6,30,70,.08) 72%,rgba(6,30,70,0) 100%)!important;
  }

  body[data-route=""] .section-hero--home .section-hero__media img{
    width:100%!important;
    height:300px!important;
    object-fit:cover!important;
    object-position:66% 48%!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:20px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    overflow:visible!important;
    transform:none!important;
  }

  body[data-route=""] .section-hero--home .section-hero__eyebrow{
    display:none!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy h1{
    width:min(92%,340px)!important;
    max-width:none!important;
    max-height:none!important;
    margin:0 0 7px!important;
    overflow:visible!important;
    color:#fff!important;
    font-size:29px!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
    white-space:pre-line!important;
    text-shadow:0 2px 12px rgba(0,20,52,.28);
  }

  body[data-route=""] .section-hero--home .section-hero__text{
    width:min(94%,350px)!important;
    max-width:none!important;
    max-height:38px!important;
    margin:0!important;
    overflow:hidden!important;
    color:rgba(255,255,255,.94)!important;
    font-size:12px!important;
    line-height:1.28!important;
    font-weight:700!important;
    text-shadow:0 1px 8px rgba(0,20,52,.26);
  }

  body[data-route=""] .section-hero--home .section-hero__actions{
    width:100%!important;
    max-height:none!important;
    margin-top:12px!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    overflow:visible!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 10px!important;
    border-radius:11px!important;
    font-size:12px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn-primary{
    background:#e30613!important;
    border-color:#e30613!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn-outline{
    border-color:#fff!important;
    background:rgba(255,255,255,.94)!important;
    color:#0b3476!important;
  }

  body[data-route=""] .home-analysis-search-section{
    margin-top:14px!important;
    padding:0!important;
  }

  body[data-route=""] .home-analysis-search-card{
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding:13px!important;
    border-radius:17px!important;
    background:#fff!important;
    box-shadow:0 7px 20px rgba(6,43,104,.08)!important;
  }

  body[data-route=""] .home-analysis-search-card__heading h2{
    font-size:16px!important;
    line-height:1.15!important;
  }

  body[data-route=""] .home-analysis-search{
    height:50px!important;
    min-height:50px!important;
    grid-template-columns:40px minmax(0,1fr) 48px!important;
    gap:0!important;
    border-radius:13px!important;
  }

  body[data-route=""] .home-analysis-search__leading-icon{
    display:grid!important;
  }

  body[data-route=""] .home-analysis-search>input{
    height:48px!important;
    min-height:48px!important;
    padding:0 8px!important;
    font-size:13px!important;
  }

  body[data-route=""] .home-analysis-search__submit{
    width:48px!important;
    height:48px!important;
    min-height:48px!important;
    border-radius:11px!important;
  }

  body[data-route=""] .home-analysis-search .prices-search-dropdown{
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    top:calc(var(--mobile-top-offset) + 72px)!important;
    max-height:calc(100dvh - var(--mobile-top-offset) - var(--mobile-bottom-nav-h) - 98px)!important;
    z-index:11900!important;
  }

  .mobile-home-quick-services,
  .mobile-home-popular{
    display:block;
    margin-top:22px;
  }

  .mobile-home-section-head{
    min-height:30px;
    margin-bottom:11px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .mobile-home-section-head h2{
    margin:0;
    color:#0b3476;
    font-size:21px;
    line-height:1.05;
    font-weight:950;
    letter-spacing:-.02em;
  }

  .mobile-home-section-head>a{
    color:#e30613;
    font-size:13px;
    font-weight:900;
  }

  .mobile-home-quick-services__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .mobile-home-quick-services__grid>a{
    min-height:86px;
    padding:12px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
    gap:9px;
    border:1px solid #dce6f2;
    border-radius:16px;
    background:#fff;
    box-shadow:0 5px 14px rgba(6,43,104,.055);
    color:#0b3476;
  }

  .mobile-home-quick-services__grid>a>span{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:11px;
    background:#eef5ff;
    color:#e30613;
  }

  .mobile-home-quick-services__grid svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-home-quick-services__grid strong{
    font-size:13px;
    line-height:1.12;
    font-weight:900;
  }

  .mobile-home-popular__track{
    width:calc(100% + 14px);
    padding:1px 14px 8px 0;
    display:flex;
    gap:11px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-inline:contain;
  }

  .mobile-home-popular__track::-webkit-scrollbar{
    display:none;
  }

  .mobile-home-popular__card{
    flex:0 0 calc(100% - 46px);
    min-width:0;
    min-height:168px;
    padding:15px;
    display:flex;
    flex-direction:column;
    scroll-snap-align:start;
    border:1px solid #dce6f2;
    border-radius:18px;
    background:#fff;
    box-shadow:0 6px 16px rgba(6,43,104,.06);
  }

  .mobile-home-popular__main{
    min-width:0;
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    grid-template-rows:auto auto auto;
    column-gap:11px;
    color:#0b3476;
  }

  .mobile-home-popular__icon{
    grid-row:1 / span 3;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:#eef5ff;
    color:#e30613;
  }

  .mobile-home-popular__icon svg{
    width:25px;
    height:25px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-home-popular__main small{
    color:#6e82a2;
    font-size:10px;
    line-height:1;
    font-weight:850;
  }

  .mobile-home-popular__main strong{
    min-height:34px;
    margin-top:4px;
    display:-webkit-box;
    overflow:hidden;
    font-size:14px;
    line-height:1.18;
    font-weight:900;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  .mobile-home-popular__main em{
    margin-top:5px;
    color:#667b9b;
    font-size:11px;
    line-height:1.15;
    font-style:normal;
    font-weight:750;
  }

  .mobile-home-popular__footer{
    margin-top:auto;
    padding-top:14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .mobile-home-popular__footer b{
    color:#e30613;
    font-size:19px;
    line-height:1;
    font-weight:950;
    white-space:nowrap;
  }

  .mobile-home-popular__footer button{
    width:44px;
    height:44px;
    flex:0 0 44px;
    border:0;
    border-radius:13px;
    display:grid;
    place-items:center;
    background:#e30613;
    color:#fff;
    font-size:29px;
    font-weight:500;
    line-height:1;
    cursor:pointer;
  }

  body[data-route=""] .home-promo-section{
    width:calc(100% - 28px)!important;
    margin-top:22px!important;
  }

  body[data-route=""] .home-promo-section>.promo-panel.promo-slider{
    width:100%!important;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
    padding:0!important;
    border-radius:20px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
  }

  body[data-route=""] .promo-slide,
  body[data-route=""] .promo-slide img{
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
  }

  body[data-route=""] .promo-slider__nav{
    display:none!important;
  }

  body[data-route=""] .promo-slide__overlay{
    padding:16px!important;
  }

  body[data-route=""] .promo-slide__overlay strong{
    max-width:82%!important;
    font-size:17px!important;
    line-height:1.12!important;
  }

  body[data-route=""] .promo-slider__dots{
    bottom:10px!important;
  }

  body[data-route=""] .home-directions-section,
  body[data-route=""] .home-services-section{
    margin-top:28px!important;
  }

  body[data-route=""] .home-section-heading{
    align-items:flex-start!important;
    gap:4px!important;
    margin:0 0 12px!important;
    text-align:left!important;
  }

  body[data-route=""] .home-section-heading h2{
    max-width:330px;
    font-size:21px!important;
    line-height:1.08!important;
  }

  body[data-route=""] .home-section-heading p{
    margin:0!important;
    color:#667b9b!important;
    font-size:11px!important;
    line-height:1.25!important;
  }

  body[data-route=""] .home-category-carousel{
    width:calc(100% + 14px)!important;
    margin-right:-14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }

  body[data-route=""] .home-category-carousel::-webkit-scrollbar{
    display:none;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home{
    width:max-content!important;
    min-width:100%!important;
    padding:1px 14px 8px 0!important;
    display:flex!important;
    grid-template-columns:none!important;
    gap:11px!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card{
    flex:0 0 calc(100vw - 74px)!important;
    width:calc(100vw - 74px)!important;
    min-width:246px!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    padding:13px!important;
    grid-template-columns:50px minmax(0,1fr) 54px!important;
    grid-template-rows:40px 34px 26px!important;
    gap:5px 9px!important;
    scroll-snap-align:start;
    border-radius:17px!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__icon img,
  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__title{
    font-size:12.5px!important;
    line-height:1.08!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__desc{
    font-size:10px!important;
    line-height:1.15!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__price{
    font-size:11px!important;
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card__button{
    width:52px!important;
    min-width:52px!important;
  }

  body[data-route=""] .home-branches-section{
    width:calc(100% - 28px)!important;
    margin-top:28px!important;
  }

  body[data-route=""] .branches-live-card{
    min-height:0!important;
    padding:16px!important;
    display:block!important;
    border-radius:20px!important;
  }

  body[data-route=""] .branches-live-left h2{
    margin:0!important;
    font-size:21px!important;
  }

  body[data-route=""] .branches-live-subtitle{
    margin:5px 0 12px!important;
    font-size:12px!important;
  }

  body[data-route=""] .branches-live-list{
    display:block!important;
  }

  body[data-route=""] .branches-live-row{
    display:none!important;
  }

  body[data-route=""] .branches-live-row:first-child{
    min-height:118px!important;
    padding:13px!important;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    gap:7px 10px!important;
    border-radius:15px!important;
  }

  body[data-route=""] .branches-live-row:first-child .branches-live-hours{
    grid-column:2!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:3px!important;
  }

  body[data-route=""] .branches-live-actions{
    margin-top:11px!important;
    display:block!important;
  }

  body[data-route=""] .branches-live-button--all{
    width:100%!important;
    min-height:46px!important;
  }

  body[data-route=""] .branches-live-button--nearest,
  body[data-route=""] .branches-live-status,
  body[data-route=""] .branches-live-map{
    display:none!important;
  }

  .footer{
    margin-top:28px!important;
    padding:24px 0 18px!important;
  }

  .footer-service-grid{
    display:block!important;
  }

  .footer-service{
    text-align:center;
  }

  .footer-service h3{
    font-size:18px!important;
  }

  .footer-service__phone{
    font-size:20px!important;
  }

  .footer-service .footer-block{
    margin-top:12px!important;
  }

  .footer-nav-col{
    display:none!important;
  }

  .footer-contact-row{
    margin-top:16px!important;
    padding-top:14px!important;
  }

  .footer-contact-copy--row{
    display:block!important;
    text-align:center!important;
  }

  .footer-contact-copy--row h4{
    margin:0 0 7px!important;
    font-size:14px!important;
  }

  .footer-contact-copy__inline{
    font-size:10.5px!important;
    line-height:1.5!important;
  }

  .ai-bot{
    right:12px!important;
    bottom:calc(var(--mobile-bottom-nav-h) + env(safe-area-inset-bottom,0px) + 12px)!important;
  }
}

@media (max-width:360px){
  :root{
    --mobile-header-h:60px;
    --mobile-bottom-nav-h:66px;
  }

  .mobile-site-header__main{
    padding:0 10px;
    grid-template-columns:42px minmax(0,1fr) 42px;
  }

  .mobile-site-header__search-toggle,
  .mobile-site-header__cart{
    width:42px;
    height:42px;
  }

  .mobile-site-header__logo{
    width:min(148px,50vw);
    height:43px;
  }

  .mobile-site-header__info{
    padding:0 10px;
    font-size:11px;
  }


  .mobile-site-search-panel{
    padding-left:10px;
    padding-right:10px;
  }

  .mobile-site-search-panel__form{
    gap:6px;
  }

  .mobile-site-search-panel__field{
    padding-left:10px;
    padding-right:8px;
  }

  .mobile-site-search-panel__field input{
    font-size:13px;
  }

  .mobile-site-search-panel__form>button{
    min-width:76px;
    padding:0 12px;
    font-size:13px;
  }

  .mobile-bottom-nav{
    padding-left:2px;
    padding-right:2px;
  }

  .mobile-bottom-nav__item{
    padding-left:0;
    padding-right:0;
  }

  .mobile-bottom-nav__icon,
  .mobile-bottom-nav__menu-icon{
    width:25px;
    height:25px;
  }

  .mobile-bottom-nav__menu-icon span{
    width:18px;
  }

  .mobile-bottom-nav__label{
    font-size:9px;
  }

  body[data-route=""] .section-hero--home,
  body[data-route=""] .section-hero--home .section-hero__inner,
  body[data-route=""] .section-hero--home .section-hero__copy,
  body[data-route=""] .section-hero--home .section-hero__media,
  body[data-route=""] .section-hero--home .section-hero__media img{
    height:284px!important;
    min-height:284px!important;
    max-height:284px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy{
    padding:16px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy h1{
    font-size:25px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__text{
    display:none!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions{
    margin-top:9px!important;
    gap:7px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn{
    font-size:10.5px!important;
  }

  .mobile-home-quick-services__grid strong{
    font-size:12px;
  }

  .mobile-home-popular__card{
    flex-basis:calc(100% - 34px);
  }

  body[data-route=""] .home-category-carousel__track.category-grid--home .research-card{
    flex-basis:calc(100vw - 58px)!important;
    width:calc(100vw - 58px)!important;
  }
}

/* v824 mobile carousel specificity correction for legacy grid overrides */
@media (max-width:767px){
  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid{
    width:max-content!important;
    min-width:100%!important;
    padding:1px 14px 8px 0!important;
    margin:0!important;
    display:flex!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    gap:11px!important;
    align-items:stretch!important;
    transform:none!important;
    will-change:auto!important;
  }

  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    box-sizing:border-box!important;
    flex:0 0 calc(100vw - 74px)!important;
    width:calc(100vw - 74px)!important;
    min-width:246px!important;
    height:132px!important;
    min-height:132px!important;
    max-height:132px!important;
    padding:13px!important;
    grid-template-columns:50px minmax(0,1fr) 54px!important;
    grid-template-rows:40px 34px 26px!important;
    gap:5px 9px!important;
    scroll-snap-align:start;
    border-radius:17px!important;
  }

  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    transform:none!important;
  }

  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon img,
  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card__icon .icon-line,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon img,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card__icon .icon-line{
    width:44px!important;
    height:44px!important;
    max-width:44px!important;
    max-height:44px!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .home-directions-section .home-category-carousel__track.category-grid--home.home-directions-grid .research-card,
  body[data-route=""] .home-services-section .home-category-carousel__track.category-grid--home.home-services-grid .research-card{
    flex-basis:calc(100vw - 58px)!important;
    width:calc(100vw - 58px)!important;
  }
}

/* v826 PATCH: home hero readability and face-safe composition */
@media (min-width:981px){
  .section-hero--home .section-hero__copy{
    width:min(48%,640px)!important;
  }

  .section-hero--home .section-hero__copy h1{
    max-width:560px!important;
  }

  .section-hero--home .section-hero__text{
    max-width:470px!important;
  }

  .section-hero--home .section-hero__media{
    width:74%!important;
  }

  .section-hero--home .section-hero__media::before{
    background:linear-gradient(90deg,
      #f9fcff 0%,
      #f9fcff 24%,
      rgba(249,252,255,.98) 36%,
      rgba(249,252,255,.86) 48%,
      rgba(249,252,255,.46) 61%,
      rgba(249,252,255,.12) 74%,
      rgba(249,252,255,0) 86%
    )!important;
  }

  .section-hero--home .section-hero__media img{
    object-position:72% 48%!important;
  }
}

@media (max-width:980px){
  body[data-route=""] .section-hero--home .section-hero__media::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:
      linear-gradient(90deg,
        rgba(7,33,71,.82) 0%,
        rgba(7,33,71,.74) 16%,
        rgba(7,33,71,.60) 31%,
        rgba(7,33,71,.34) 47%,
        rgba(7,33,71,.12) 60%,
        rgba(7,33,71,0) 72%
      ),
      linear-gradient(0deg,
        rgba(7,33,71,.34) 0%,
        rgba(7,33,71,.18) 26%,
        rgba(7,33,71,.06) 44%,
        rgba(7,33,71,0) 62%
      )!important;
  }

  body[data-route=""] .section-hero--home .section-hero__media img{
    object-position:74% 48%!important;
    transform:scale(1.02)!important;
    transform-origin:center center!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy{
    padding:20px 18px 22px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy h1{
    width:min(74%,290px)!important;
    margin:0 0 8px!important;
    text-shadow:0 2px 14px rgba(0,19,52,.42),0 1px 3px rgba(0,19,52,.32)!important;
  }

  body[data-route=""] .section-hero--home .section-hero__text{
    width:min(72%,275px)!important;
    max-width:none!important;
    max-height:none!important;
    color:rgba(255,255,255,.98)!important;
    font-size:13px!important;
    line-height:1.3!important;
    text-shadow:0 2px 10px rgba(0,19,52,.34),0 1px 2px rgba(0,19,52,.28)!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions{
    width:min(100%,520px)!important;
    margin-top:14px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn-primary,
  body[data-route=""] .section-hero--home .section-hero__actions .btn-outline{
    box-shadow:0 8px 18px rgba(7,33,71,.14)!important;
  }

  body[data-route=""] .section-hero--home .section-hero__actions .btn-outline{
    background:#fff!important;
    border-color:#fff!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .section-hero--home .section-hero__media img{
    object-position:76% 48%!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy h1{
    width:min(76%,250px)!important;
  }

  body[data-route=""] .section-hero--home .section-hero__text{
    display:block!important;
    width:min(78%,235px)!important;
    font-size:11.5px!important;
    line-height:1.28!important;
  }
}

/* v827 PATCH: mobile-only home hero copy and one-line lower placement */
.section-hero__text--mobile{
  display:none;
}

@media (max-width:767px){
  body[data-route=""] .section-hero--home,
  body[data-route=""] .section-hero--home .section-hero__inner,
  body[data-route=""] .section-hero--home .section-hero__copy,
  body[data-route=""] .section-hero--home .section-hero__media,
  body[data-route=""] .section-hero--home .section-hero__media img{
    height:328px!important;
    min-height:328px!important;
    max-height:328px!important;
  }

  body[data-route=""] .section-hero--home .section-hero__text--desktop{
    display:none!important;
  }

  body[data-route=""] .section-hero--home .section-hero__text--mobile{
    display:block!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .section-hero--home,
  body[data-route=""] .section-hero--home .section-hero__inner,
  body[data-route=""] .section-hero--home .section-hero__copy,
  body[data-route=""] .section-hero--home .section-hero__media,
  body[data-route=""] .section-hero--home .section-hero__media img{
    height:312px!important;
    min-height:312px!important;
    max-height:312px!important;
  }
}

/* v828 PATCH: remove mobile home hero subtitle and lower the main heading */
@media (max-width:767px){
  body[data-route=""] .section-hero--home .section-hero__text--desktop,
  body[data-route=""] .section-hero--home .section-hero__text--mobile{
    display:none!important;
  }

  body[data-route=""] .section-hero--home .section-hero__copy h1{
    margin-bottom:0!important;
  }
}

/* v829 PATCH: custom icons and updated quick-access cards */
@media (max-width:767px){
  .mobile-home-quick-services__grid>a{
    min-height:104px;
  }

  .mobile-home-quick-services__grid>a>.mobile-home-quick-services__icon{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border-radius:50%;
    background:transparent;
    color:inherit;
  }

  .mobile-home-quick-services__icon img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
  }
}

@media (max-width:360px){
  .mobile-home-quick-services__grid>a{
    min-height:98px;
    padding:11px;
  }

  .mobile-home-quick-services__grid>a>.mobile-home-quick-services__icon{
    width:46px;
    height:46px;
  }
}

/* v830 PATCH: compact centered quick-access cards */
@media (max-width:767px){
  .mobile-home-quick-services__grid>a{
    min-height:92px!important;
    padding:9px 8px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    text-align:center!important;
  }

  .mobile-home-quick-services__grid>a>.mobile-home-quick-services__icon{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
  }

  .mobile-home-quick-services__grid strong{
    width:100%;
    min-height:30px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0;
    color:#0b3476;
    font-size:13px!important;
    line-height:1.08!important;
    font-weight:900!important;
    text-align:center!important;
  }

  .mobile-home-quick-services__grid strong span{
    display:block;
  }
}

@media (max-width:360px){
  .mobile-home-quick-services__grid>a{
    min-height:86px!important;
    padding:8px 6px!important;
    gap:5px!important;
  }

  .mobile-home-quick-services__grid>a>.mobile-home-quick-services__icon{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }

  .mobile-home-quick-services__grid strong{
    min-height:28px;
    font-size:12px!important;
  }
}

/* v831 PATCH: desktop-style popular analysis icons, code badges and compact equal cards */
@media (max-width:767px){
  .mobile-home-popular__card{
    height:150px!important;
    min-height:150px!important;
    max-height:150px!important;
    padding:12px!important;
  }

  .mobile-home-popular__main{
    flex:1 1 auto!important;
    min-height:0!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    grid-template-rows:22px minmax(34px,auto) 16px!important;
    column-gap:10px!important;
    row-gap:4px!important;
    align-content:start!important;
  }

  .mobile-home-popular__icon{
    grid-row:1 / span 3!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
    border-radius:14px!important;
    background:#eef5ff!important;
    color:#0b5fd7!important;
  }

  .mobile-home-popular__shop-icon,
  .mobile-home-popular__icon>svg{
    width:40px!important;
    height:40px!important;
    max-width:40px!important;
    max-height:40px!important;
    display:block!important;
    object-fit:contain!important;
  }

  .mobile-home-popular__shop-icon--builtin{
    display:grid!important;
    place-items:center!important;
  }

  .mobile-home-popular__shop-icon--builtin svg{
    width:38px!important;
    height:38px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  .mobile-home-popular__main small{
    width:max-content!important;
    max-width:100%!important;
    min-height:22px!important;
    padding:4px 8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:7px!important;
    background:#0b3476!important;
    color:#fff!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.01em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .mobile-home-popular__main strong{
    min-height:34px!important;
    margin-top:0!important;
    align-self:center!important;
    font-size:13.5px!important;
    line-height:1.18!important;
    -webkit-line-clamp:2!important;
  }

  .mobile-home-popular__main em{
    height:16px!important;
    min-height:16px!important;
    margin-top:0!important;
    overflow:hidden!important;
    font-size:10.5px!important;
    line-height:16px!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
  }

  .mobile-home-popular__footer{
    min-height:44px!important;
    margin-top:7px!important;
    padding-top:7px!important;
    border-top:1px solid #edf2f8!important;
  }

  .mobile-home-popular__footer b{
    font-size:18px!important;
  }

  .mobile-home-popular__footer button{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    border-radius:12px!important;
    font-size:27px!important;
  }
}

@media (max-width:360px){
  .mobile-home-popular__card{
    height:146px!important;
    min-height:146px!important;
    max-height:146px!important;
    padding:11px!important;
  }

  .mobile-home-popular__main{
    grid-template-columns:44px minmax(0,1fr)!important;
    column-gap:9px!important;
  }

  .mobile-home-popular__icon{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
  }

  .mobile-home-popular__shop-icon,
  .mobile-home-popular__icon>svg{
    width:37px!important;
    height:37px!important;
  }
}

/* v834 PATCH: mobile branches auto-carousel and compact service cards */
.mobile-branches-carousel{
  display:none;
}

@media (max-width:767px){
  body[data-route=""] .home-branches-section .branches-live-list,
  body[data-route=""] .home-branches-section .branches-live-actions,
  body[data-route=""] .home-branches-section .branches-live-status,
  body[data-route=""] .home-branches-section .branches-live-map{
    display:none!important;
  }

  body[data-route=""] .home-branches-section>#branchesHomePanel.branches-live-card{
    overflow:hidden!important;
  }

  body[data-route=""] .home-branches-section .branches-live-left{
    min-width:0!important;
  }

  .mobile-branches-carousel{
    display:block;
    width:100%;
    min-width:0;
    margin-top:10px;
  }

  .mobile-branches-carousel__viewport{
    width:calc(100% + 16px);
    margin-right:-16px;
    padding:1px 16px 8px 0;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .mobile-branches-carousel__viewport::-webkit-scrollbar{
    display:none;
  }

  .mobile-branches-carousel__track{
    width:max-content;
    min-width:100%;
    display:flex;
    align-items:stretch;
    gap:12px;
  }

  .mobile-branch-card{
    flex:0 0 calc(100vw - 66px);
    width:calc(100vw - 66px);
    min-width:252px;
    min-height:352px;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:12px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    border:1px solid #dce7f4;
    border-radius:19px;
    background:linear-gradient(180deg,#fbfdff 0%,#f7f9fc 100%);
    box-shadow:0 7px 18px rgba(6,43,104,.07);
    color:#172c4a;
  }

  .mobile-branch-card.is-nearest{
    border-color:#0b62b5;
    box-shadow:0 0 0 2px rgba(11,98,181,.12),0 8px 20px rgba(6,43,104,.09);
  }

  .mobile-branch-card__address{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    align-items:start;
    gap:10px;
  }

  .mobile-branch-card__address-icon{
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    color:#0565b8;
  }

  .mobile-branch-card__address-icon svg{
    width:27px;
    height:27px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-branch-card__address small{
    display:block;
    margin:0 0 3px;
    color:#607692;
    font-size:10px;
    line-height:1.15;
    font-weight:800;
  }

  .mobile-branch-card__address h3{
    margin:0;
    color:#172c4a;
    font-size:17px;
    line-height:1.22;
    font-weight:900;
    letter-spacing:-.012em;
  }

  .mobile-branch-card__services{
    min-height:72px;
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    align-items:flex-start;
    gap:7px;
  }

  .mobile-branch-card__service{
    max-width:100%;
    min-height:31px;
    padding:6px 10px 6px 8px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    border-radius:9px;
    background:#eef3f8;
    color:#24364e;
    font-size:11px;
    line-height:1.15;
    font-weight:750;
  }

  .mobile-branch-card__service svg{
    width:18px;
    height:18px;
    flex:0 0 18px;
    fill:none;
    stroke:#0565b8;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-branch-card__service span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .mobile-branch-card__schedule{
    padding-top:13px;
    border-top:1px solid #e2e8f0;
  }

  .mobile-branch-card__schedule>strong{
    margin-bottom:8px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#172c4a;
    font-size:14px;
    line-height:1.15;
    font-weight:900;
  }

  .mobile-branch-card__schedule>strong svg{
    width:23px;
    height:23px;
    flex:0 0 23px;
    fill:none;
    stroke:#0565b8;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .mobile-branch-card__schedule>div{
    color:#334b68;
    font-size:13px;
    line-height:1.55;
    font-weight:600;
  }

  .mobile-branch-card__actions{
    margin-top:auto;
    display:grid;
    gap:9px;
  }

  .mobile-branch-card__button{
    width:100%;
    min-height:46px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #0761ae;
    border-radius:10px;
    font-size:14px;
    line-height:1;
    font-weight:850;
    text-align:center;
    text-decoration:none;
  }

  .mobile-branch-card__button--primary{
    background:#0761ae;
    color:#fff;
  }

  .mobile-branch-card__button--route{
    background:#fff;
    color:#0761ae;
  }

  .mobile-branches-carousel__dots{
    min-height:18px;
    margin-top:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
  }

  .mobile-branches-carousel__dots span{
    width:6px;
    height:6px;
    border-radius:999px;
    background:#c5d3e4;
    transition:width .25s ease,background-color .25s ease;
  }

  .mobile-branches-carousel__dots span.is-active{
    width:18px;
    background:#0761ae;
  }
}

@media (max-width:360px){
  .mobile-branch-card{
    flex-basis:calc(100vw - 54px);
    width:calc(100vw - 54px);
    min-width:250px;
    padding:14px;
  }

  .mobile-branch-card__address h3{
    font-size:16px;
  }

  .mobile-branch-card__service{
    font-size:10.5px;
  }
}

@media (prefers-reduced-motion:reduce){
  .mobile-branches-carousel__viewport{
    scroll-behavior:auto!important;
  }
}

/* v835 PATCH: temporarily hide home benefits on mobile only. Markup remains for easy restore. */
@media (max-width:767px){
  body[data-route=""] .benefits.container{
    display:none!important;
  }
}

/* v836 PATCH: compact mobile branch address and corporate-blue primary action */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__address h3{
    font-size:15.5px!important;
    line-height:1.24!important;
  }

  body[data-route=""] .mobile-branch-card__button--primary{
    background:var(--blue)!important;
    border-color:var(--blue)!important;
    color:#fff!important;
    box-shadow:0 8px 16px rgba(30,85,184,.16)!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .mobile-branch-card__address h3{
    font-size:15px!important;
  }
}

/* v837 PATCH: branch-specific mobile service lists with existing site icons. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__services{
    min-height:0;
    gap:6px;
  }

  body[data-route=""] .mobile-branch-card__service{
    min-height:30px;
    padding:5px 9px 5px 6px;
    gap:6px;
  }

  body[data-route=""] .mobile-branch-card__service img{
    width:20px;
    height:20px;
    flex:0 0 20px;
    object-fit:contain;
    border-radius:50%;
  }

  body[data-route=""] .mobile-branch-card__service span{
    overflow:visible;
    text-overflow:clip;
    white-space:normal;
  }
}

/* v838 PATCH: compact mobile branch cards, larger service icons, no empty action gap */
@media (max-width:767px){
  body[data-route=""] .mobile-branches-carousel__track{
    align-items:flex-start!important;
  }

  body[data-route=""] .mobile-branch-card{
    min-height:0!important;
    height:auto!important;
    align-self:flex-start!important;
    background:#fff!important;
    gap:10px!important;
  }

  body[data-route=""] .mobile-branch-card__services{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:start!important;
    gap:7px!important;
    min-height:0!important;
  }

  body[data-route=""] .mobile-branch-card__service{
    width:100%!important;
    max-width:none!important;
    min-height:38px!important;
    padding:5px 7px!important;
    gap:5px!important;
    justify-content:flex-start!important;
    overflow:hidden!important;
    border:1px solid #e4edf7!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:0 3px 10px rgba(30,85,184,.055)!important;
    font-size:clamp(8.7px,2.35vw,11px)!important;
    line-height:1!important;
    letter-spacing:-.018em!important;
  }

  body[data-route=""] .mobile-branch-card__service img{
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    object-fit:contain!important;
    border-radius:0!important;
    transform:scale(1.18)!important;
    transform-origin:center!important;
  }

  body[data-route=""] .mobile-branch-card__service span{
    min-width:0!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  body[data-route=""] .mobile-branch-card__schedule{
    margin-top:2px!important;
    padding-top:11px!important;
  }

  body[data-route=""] .mobile-branch-card__actions{
    margin-top:0!important;
    padding-top:2px!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .mobile-branch-card__services{
    grid-template-columns:1fr!important;
  }

  body[data-route=""] .mobile-branch-card__service{
    width:max-content!important;
    max-width:100%!important;
    font-size:10px!important;
  }
}

/* v839 PATCH: use the same service icon artwork as the home Services section and contain chip labels. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__services{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  body[data-route=""] .mobile-branch-card__service{
    box-sizing:border-box!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:hidden!important;
    padding:5px 8px 5px 6px!important;
    gap:6px!important;
    background:#fff!important;
  }

  body[data-route=""] .mobile-branch-card__service img{
    width:31px!important;
    height:31px!important;
    flex:0 0 31px!important;
    object-fit:contain!important;
    transform:none!important;
    border-radius:0!important;
  }

  body[data-route=""] .mobile-branch-card__service span{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    grid-column:1 / -1!important;
    width:max-content!important;
    max-width:100%!important;
    justify-self:start!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .mobile-branch-card__services{
    grid-template-columns:1fr!important;
  }

  body[data-route=""] .mobile-branch-card__service,
  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    grid-column:auto!important;
    width:max-content!important;
    max-width:100%!important;
  }
}

/* v840 PATCH: use the home-page laboratory icon in branch service chips and allow chip text to wrap inside the chip. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__service{
    align-items:flex-start!important;
    min-height:42px!important;
    padding:6px 10px 6px 8px!important;
  }

  body[data-route=""] .mobile-branch-card__service img{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px!important;
    object-fit:contain!important;
  }

  body[data-route=""] .mobile-branch-card__service span{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    line-height:1.18!important;
  }

  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    width:100%!important;
    max-width:100%!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .mobile-branch-card__service,
  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    width:100%!important;
    max-width:100%!important;
  }
}

/* v841 PATCH: compact two-line consultation chips and full weekday names in mobile branch cards. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    grid-column:auto!important;
    width:100%!important;
    max-width:100%!important;
    justify-self:stretch!important;
    align-items:center!important;
  }

  body[data-route=""] .mobile-branch-card__service-label{
    display:flex!important;
    min-width:0!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.08!important;
  }

  body[data-route=""] .mobile-branch-card__service-label>span{
    display:block!important;
    max-width:100%!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }

  body[data-route=""] .mobile-branch-card__schedule>div{
    line-height:1.38!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    width:100%!important;
  }
}

/* v842 PATCH: vertically center service chip text in mobile branch cards. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__service,
  body[data-route=""] .mobile-branch-card__service--urologist,
  body[data-route=""] .mobile-branch-card__service--gynecologist{
    align-items:center!important;
  }

  body[data-route=""] .mobile-branch-card__service span,
  body[data-route=""] .mobile-branch-card__service-label{
    align-self:center!important;
    justify-content:center!important;
  }
}

/* v843 PATCH: use the same red location marker style as the home-page branch list. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__address-icon--home-pin{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    padding-top:2px!important;
    color:inherit!important;
  }

  body[data-route=""] .mobile-branch-card__home-pin{
    position:relative!important;
    display:block!important;
    width:20px!important;
    height:28px!important;
    flex:0 0 20px!important;
    background:#ef2e38!important;
    border-radius:50% 50% 50% 0!important;
    transform:rotate(-45deg)!important;
    box-shadow:0 6px 13px rgba(227,6,19,.20)!important;
  }

  body[data-route=""] .mobile-branch-card__home-pin::after{
    content:""!important;
    position:absolute!important;
    left:6px!important;
    top:6px!important;
    width:8px!important;
    height:8px!important;
    border-radius:50%!important;
    background:#fff!important;
  }
}

/* v844 PATCH: use the exact homepage branch-location SVG instead of a CSS-drawn marker. */
@media (max-width:767px){
  body[data-route=""] .mobile-branch-card__address-icon--home-pin{
    width:28px!important;
    height:36px!important;
    flex:0 0 28px!important;
    padding:0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  body[data-route=""] .mobile-branch-card__address-icon--home-pin img{
    display:block!important;
    width:24px!important;
    height:31px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 4px 7px rgba(227,6,19,.10))!important;
  }

  body[data-route=""] .mobile-branch-card__home-pin{
    display:none!important;
  }
}

/* v845 PATCH: custom schedule icon for mobile branch cards */
.mobile-branch-card__schedule>strong .mobile-branch-card__schedule-icon{
  width:23px;
  height:23px;
  flex:0 0 23px;
  object-fit:contain;
  display:block;
}

/* v846 PATCH: robust compact schedule icon and simplified mobile directions heading. */
.home-directions-title--mobile,
.home-directions-subtitle--mobile,
.home-section-heading__all{
  display:none;
}

.mobile-branch-card__schedule>strong .mobile-branch-card__schedule-icon-wrap{
  display:inline-flex!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  flex:0 0 30px!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:50%!important;
}

.mobile-branch-card__schedule>strong .mobile-branch-card__schedule-icon{
  display:block!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  max-width:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  flex:0 0 30px!important;
  object-fit:contain!important;
}

@media (max-width:767px){
  body[data-route=""] .home-section-heading--directions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    column-gap:12px!important;
    row-gap:4px!important;
  }

  body[data-route=""] .home-section-heading--directions .home-section-heading__text{
    min-width:0!important;
  }

  body[data-route=""] .home-directions-title--desktop,
  body[data-route=""] .home-directions-subtitle--desktop{
    display:none!important;
  }

  body[data-route=""] .home-directions-title--mobile,
  body[data-route=""] .home-directions-subtitle--mobile{
    display:inline!important;
  }

  body[data-route=""] .home-section-heading--directions h2{
    max-width:none!important;
    font-size:24px!important;
    line-height:1.08!important;
    text-align:left!important;
  }

  body[data-route=""] .home-section-heading--directions p{
    max-width:none!important;
    margin-top:4px!important;
    font-size:12px!important;
    line-height:1.3!important;
    text-align:left!important;
  }

  body[data-route=""] .home-section-heading__all{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    padding:0 0 2px!important;
    color:#0565b8!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:800!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }

  body[data-route=""] .home-section-heading__all span{
    font-size:16px!important;
    line-height:1!important;
  }
}

/* v847 PATCH: simplified mobile section headings and prominent red "all" links. */
@media (max-width:767px){
  body[data-route=""] .home-section-heading--directions .home-directions-subtitle{
    display:none!important;
  }

  body[data-route=""] .home-section-heading--directions,
  body[data-route=""] .home-section-heading--services{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:12px!important;
    row-gap:0!important;
  }

  body[data-route=""] .home-section-heading--services h2{
    margin:0!important;
    max-width:none!important;
    font-size:24px!important;
    line-height:1.08!important;
    text-align:left!important;
  }

  body[data-route=""] .home-section-heading__all{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:6px!important;
    padding:2px 0!important;
    color:#e30613!important;
    font-size:16px!important;
    line-height:1.15!important;
    font-weight:900!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }

  body[data-route=""] .home-section-heading__all span{
    font-size:21px!important;
    line-height:1!important;
    font-weight:800!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .home-section-heading__all{
    font-size:15px!important;
  }

  body[data-route=""] .home-section-heading__all span{
    font-size:19px!important;
  }
}


/* v848 PATCH: mobile "all" links tuning for directions/services/popular/branches. */
@media (max-width:767px){
  body[data-route=""] .home-section-heading__all{
    font-size:14px!important;
    line-height:1.15!important;
  }

  body[data-route=""] .home-section-heading__all span{
    font-size:18px!important;
  }

  body[data-route=""] .mobile-home-section-head{
    align-items:flex-end!important;
  }

  body[data-route=""] .mobile-home-section-head>a,
  body[data-route=""] .mobile-branches-head__all{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:6px!important;
    color:#e30613!important;
    font-size:14px!important;
    line-height:1.15!important;
    font-weight:900!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    padding:2px 0!important;
  }

  body[data-route=""] .mobile-home-section-head>a span,
  body[data-route=""] .mobile-branches-head__all span{
    font-size:18px!important;
    line-height:1!important;
    font-weight:800!important;
  }

  body[data-route=""] .home-branches-section .branches-live-left{
    gap:10px!important;
  }

  body[data-route=""] .mobile-branches-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    column-gap:12px!important;
    row-gap:0!important;
  }

  body[data-route=""] .mobile-branches-head__text{
    min-width:0!important;
  }

  body[data-route=""] .mobile-branches-head__text h2{
    margin:0!important;
    font-size:24px!important;
    line-height:1.08!important;
    text-align:left!important;
  }

  body[data-route=""] .mobile-branches-head__text .branches-live-subtitle{
    margin:4px 0 0!important;
    font-size:12px!important;
    line-height:1.3!important;
    text-align:left!important;
  }
}

@media (max-width:360px){
  body[data-route=""] .home-section-heading__all,
  body[data-route=""] .mobile-home-section-head>a,
  body[data-route=""] .mobile-branches-head__all{
    font-size:13px!important;
  }

  body[data-route=""] .home-section-heading__all span,
  body[data-route=""] .mobile-home-section-head>a span,
  body[data-route=""] .mobile-branches-head__all span{
    font-size:17px!important;
  }
}

/* v849 PATCH: unified mobile home search across analyses, services, check-ups and promotions. */
.home-search-title--mobile{
  display:none;
}

.home-analysis-search .prices-search-result__type{
  display:block;
  margin:0 0 2px;
  color:#6b7f9f;
  font-size:10px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.01em;
}

@media (max-width:767px){
  body[data-route=""] .home-search-title--desktop{
    display:none!important;
  }

  body[data-route=""] .home-search-title--mobile{
    display:inline!important;
  }

  body[data-route=""] .home-analysis-search-card__heading h2{
    font-size:21px!important;
  }

  body[data-route=""] .home-analysis-search .prices-search-result__name{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}

/* v850 PATCH: dedicated grouped site-search results page. */
body[data-route="poshuk"] .site-search-page{
  padding-top:28px;
  padding-bottom:72px;
}

.site-search-breadcrumb{
  margin:0 0 18px;
  display:flex;
  align-items:center;
  gap:7px;
  color:#687b96;
  font-size:13px;
  font-weight:700;
}

.site-search-breadcrumb a{
  color:#0b5cad;
  text-decoration:none;
}

.site-search-hero{
  padding:28px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  align-items:end;
  gap:28px;
  border:1px solid #dbe7f4;
  border-radius:24px;
  background:linear-gradient(135deg,#f8fbff 0%,#fff 65%);
  box-shadow:0 14px 34px rgba(7,43,94,.07);
}

.site-search-hero__eyebrow{
  display:block;
  margin-bottom:8px;
  color:#e30613;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.site-search-hero h1{
  margin:0;
  color:#0b3476;
  font-size:34px;
  line-height:1.06;
  font-weight:950;
  letter-spacing:-.035em;
}

.site-search-hero h1 span{
  color:#315b92;
  font-size:.72em;
  white-space:nowrap;
}

.site-search-hero__copy p{
  margin:12px 0 0;
  color:#4b6382;
  font-size:15px;
  line-height:1.45;
}

.site-search-hero__copy p strong{
  color:#162f54;
}

.site-search-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
}

.site-search-form label{
  min-width:0;
  height:52px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  border:1px solid #b8cbe2;
  border-radius:13px;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);
}

.site-search-form label svg{
  width:21px;
  height:21px;
  justify-self:center;
  fill:none;
  stroke:#0b62b5;
  stroke-width:1.8;
  stroke-linecap:round;
}

.site-search-form input{
  width:100%;
  min-width:0;
  height:100%;
  padding:0 12px 0 0;
  border:0;
  outline:0;
  background:transparent;
  color:#16365f;
  font-size:14px;
  font-weight:750;
}

.site-search-form button{
  min-width:112px;
  height:52px;
  padding:0 22px;
  border:0;
  border-radius:13px;
  background:#e30613;
  color:#fff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.site-search-groups{
  margin:22px 0 0;
  padding:8px;
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  border:1px solid #dbe7f4;
  border-radius:16px;
  background:#fff;
  box-shadow:0 9px 24px rgba(7,43,94,.06);
  scrollbar-width:none;
}

.site-search-groups::-webkit-scrollbar{
  display:none;
}

.site-search-groups a{
  min-height:42px;
  padding:9px 14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  border-radius:11px;
  background:#f2f6fb;
  color:#0b3476;
  font-size:13px;
  line-height:1.15;
  font-weight:900;
  text-decoration:none;
}

.site-search-groups a strong{
  min-width:25px;
  height:25px;
  padding:0 7px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:#0b62b5;
  color:#fff;
  font-size:12px;
}

.site-search-sections{
  margin-top:24px;
  display:grid;
  gap:28px;
}

.site-search-section{
  scroll-margin-top:150px;
}

.site-search-section__head{
  margin-bottom:12px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}

.site-search-section__head h2{
  margin:0;
  color:#0b3476;
  font-size:27px;
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.025em;
}

.site-search-section__head>span{
  color:#72839d;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}

.site-search-results{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.site-search-result{
  min-width:0;
  border:1px solid #dce7f4;
  border-radius:18px;
  background:#fff;
  box-shadow:0 7px 19px rgba(7,43,94,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.site-search-result:hover{
  transform:translateY(-2px);
  border-color:#abc8e8;
  box-shadow:0 12px 25px rgba(7,43,94,.09);
}

.site-search-result__link{
  min-height:148px;
  padding:17px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 24px;
  align-items:start;
  gap:13px;
  color:inherit;
  text-decoration:none;
}

.site-search-result__icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #dce9f7;
  border-radius:50%;
  background:#f7fbff;
}

.site-search-result__icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:#0965b8;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.site-search-result__icon img,
.site-search-result__icon .shop-test-icon,
.site-search-result__shop-icon{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  object-fit:contain!important;
}

.site-search-result__content{
  min-width:0;
  display:block;
}

.site-search-result__topline{
  margin-bottom:6px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}

.site-search-result__type{
  color:#5f7594;
  font-size:11px;
  line-height:1.15;
  font-weight:850;
}

.site-search-result__code{
  padding:4px 8px;
  border-radius:7px;
  background:#0b62b5;
  color:#fff;
  font-size:10px;
  line-height:1;
  font-weight:900;
}

.site-search-result__content>strong{
  display:block;
  color:#102f5c;
  font-size:16px;
  line-height:1.22;
  font-weight:950;
}

.site-search-result__content>p{
  margin:7px 0 0;
  color:#506783;
  font-size:12px;
  line-height:1.42;
}

.site-search-result__meta{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#647895;
  font-size:11px;
  font-weight:750;
}

.site-search-result__meta b{
  color:#e30613;
  font-size:15px;
  font-weight:950;
  white-space:nowrap;
}

.site-search-result__arrow{
  align-self:center;
  color:#e30613;
  font-size:24px;
  line-height:1;
  font-weight:800;
}

.site-search-empty{
  margin-top:24px;
  padding:30px;
  border:1px solid #dce7f4;
  border-radius:20px;
  background:#fff;
  text-align:center;
}

.site-search-empty h2{
  margin:0;
  color:#0b3476;
  font-size:27px;
}

.site-search-empty p{
  max-width:680px;
  margin:12px auto 0;
  color:#586f8d;
  line-height:1.5;
}

.site-search-empty>div{
  margin-top:18px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}

.site-search-empty a{
  padding:10px 14px;
  border-radius:10px;
  background:#edf4fb;
  color:#0b5cad;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}

.site-search-target-flash{
  animation:siteSearchTargetFlash 2.6s ease;
}

@keyframes siteSearchTargetFlash{
  0%,100%{box-shadow:inherit}
  18%,65%{box-shadow:0 0 0 4px rgba(227,6,19,.16),0 14px 30px rgba(7,43,94,.12)}
}

@media (max-width:900px){
  .site-search-hero{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  body[data-route="poshuk"] .site-search-page{
    padding-top:18px!important;
    padding-bottom:110px!important;
  }

  body[data-route="poshuk"] .site-search-breadcrumb{
    margin-bottom:12px;
    font-size:11px;
  }

  body[data-route="poshuk"] .site-search-hero{
    padding:18px 14px;
    gap:17px;
    border-radius:18px;
  }

  body[data-route="poshuk"] .site-search-hero__eyebrow{
    margin-bottom:6px;
    font-size:10px;
  }

  body[data-route="poshuk"] .site-search-hero h1{
    font-size:25px;
    line-height:1.08;
  }

  body[data-route="poshuk"] .site-search-hero h1 span{
    display:block;
    margin-top:5px;
    font-size:16px;
  }

  body[data-route="poshuk"] .site-search-hero__copy p{
    margin-top:9px;
    font-size:13px;
  }

  body[data-route="poshuk"] .site-search-form{
    grid-template-columns:minmax(0,1fr) 86px;
    gap:7px;
  }

  body[data-route="poshuk"] .site-search-form label,
  body[data-route="poshuk"] .site-search-form button{
    height:48px;
  }

  body[data-route="poshuk"] .site-search-form label{
    grid-template-columns:38px minmax(0,1fr);
    border-radius:11px;
  }

  body[data-route="poshuk"] .site-search-form input{
    font-size:12px;
  }

  body[data-route="poshuk"] .site-search-form button{
    min-width:0;
    padding:0 10px;
    border-radius:11px;
    font-size:13px;
  }

  body[data-route="poshuk"] .site-search-groups{
    position:sticky;
    top:var(--mobile-header-height,102px);
    z-index:24;
    margin-top:14px;
    padding:6px;
    border-radius:13px;
  }

  body[data-route="poshuk"] .site-search-groups a{
    min-height:38px;
    padding:8px 10px;
    font-size:11px;
  }

  body[data-route="poshuk"] .site-search-groups a strong{
    min-width:22px;
    height:22px;
    font-size:10px;
  }

  body[data-route="poshuk"] .site-search-sections{
    margin-top:20px;
    gap:25px;
  }

  body[data-route="poshuk"] .site-search-section{
    scroll-margin-top:165px;
  }

  body[data-route="poshuk"] .site-search-section__head{
    margin-bottom:9px;
  }

  body[data-route="poshuk"] .site-search-section__head h2{
    font-size:22px;
  }

  body[data-route="poshuk"] .site-search-section__head>span{
    font-size:11px;
  }

  body[data-route="poshuk"] .site-search-results{
    grid-template-columns:1fr;
    gap:9px;
  }

  body[data-route="poshuk"] .site-search-result{
    border-radius:15px;
  }

  body[data-route="poshuk"] .site-search-result__link{
    min-height:124px;
    padding:13px;
    grid-template-columns:48px minmax(0,1fr) 18px;
    gap:10px;
  }

  body[data-route="poshuk"] .site-search-result__icon{
    width:48px;
    height:48px;
  }

  body[data-route="poshuk"] .site-search-result__icon svg{
    width:27px;
    height:27px;
  }

  body[data-route="poshuk"] .site-search-result__icon img,
  body[data-route="poshuk"] .site-search-result__icon .shop-test-icon,
  body[data-route="poshuk"] .site-search-result__shop-icon{
    width:42px!important;
    height:42px!important;
    max-width:42px!important;
    max-height:42px!important;
  }

  body[data-route="poshuk"] .site-search-result__content>strong{
    font-size:14px;
    line-height:1.22;
  }

  body[data-route="poshuk"] .site-search-result__content>p{
    margin-top:5px;
    font-size:11px;
    line-height:1.35;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  body[data-route="poshuk"] .site-search-result__meta{
    margin-top:8px;
    align-items:flex-end;
    font-size:10px;
  }

  body[data-route="poshuk"] .site-search-result__meta b{
    font-size:14px;
  }

  body[data-route="poshuk"] .site-search-result__arrow{
    font-size:19px;
  }

  body[data-route="poshuk"] .site-search-empty{
    padding:22px 15px;
    border-radius:17px;
  }
}


/* v872: promotions mobile hero/actions and picker cards refined */
body[data-route="aktsii"] .promos-day-picker__item{
  position:relative;
  width:100%;
  box-sizing:border-box;
  overflow:hidden;
}
body[data-route="aktsii"] .promos-day-picker__items{
  overflow-x:hidden;
}
body[data-route="aktsii"] .promos-day-picker__name{
  word-break:break-word;
}
@media (max-width:767px){
  body[data-route="aktsii"] main{
    overflow:hidden!important;
  }
  body[data-route="aktsii"] .section-hero--home{
    --section-hero-height:300px!important;
    width:calc(100% - 28px)!important;
    margin:14px auto 0!important;
    border:0!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
    overflow:hidden!important;
    background:#eef5ff!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__inner{
    position:relative!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    display:block!important;
    overflow:hidden!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    overflow:hidden!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__media::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    display:block!important;
    background:linear-gradient(0deg,rgba(6,30,70,.86) 0%,rgba(6,30,70,.60) 34%,rgba(6,30,70,.10) 70%,rgba(6,30,70,0) 100%)!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__media img{
    width:100%!important;
    height:300px!important;
    object-fit:cover!important;
    object-position:center 52%!important;
    display:block!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__copy{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:20px 18px 18px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    overflow:visible!important;
    background:transparent!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__eyebrow,
  body[data-route="aktsii"] .section-hero--home .section-hero__lead,
  body[data-route="aktsii"] .section-hero--home .section-hero__text{
    display:none!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__copy h1{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0 0 12px!important;
    overflow:visible!important;
    color:#fff!important;
    font-size:29px!important;
    line-height:1.02!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    text-shadow:0 2px 14px rgba(0,19,52,.46),0 1px 3px rgba(0,19,52,.34)!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__actions{
    width:100%!important;
    max-width:520px!important;
    max-height:none!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:9px!important;
    overflow:visible!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 8px!important;
    border-radius:11px!important;
    font-size:12px!important;
    line-height:1.05!important;
    font-weight:900!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__actions .btn-primary{
    background:#e30613!important;
    border-color:#e30613!important;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(227,6,19,.22)!important;
  }
  body[data-route="aktsii"] .section-hero--home .section-hero__actions .btn-outline{
    background:#fff!important;
    border-color:#fff!important;
    color:#0b3476!important;
    box-shadow:0 8px 18px rgba(7,33,71,.14)!important;
  }
  body[data-route="aktsii"] .promos-market-nav--tabs-only{
    padding:14px 14px 10px!important;
  }
  body[data-route="aktsii"] .promos-market-nav--tabs-only .promos-tabs{
    gap:10px!important;
  }
  body[data-route="aktsii"] .promos-tab{
    min-height:44px!important;
    padding:0 16px!important;
    font-size:13px!important;
    border-radius:12px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__items{
    grid-template-columns:1fr!important;
    gap:8px!important;
    max-height:none!important;
    padding-right:0!important;
  }
  body[data-route="aktsii"] .promos-day-picker__item{
    min-height:0!important;
    grid-template-columns:24px minmax(0,1fr)!important;
    gap:10px!important;
    align-items:flex-start!important;
    padding:10px 12px 10px 14px!important;
    border-radius:14px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__check{
    width:22px!important;
    height:22px!important;
    margin-top:1px!important;
    border-radius:6px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__name{
    font-size:11.5px!important;
    line-height:1.22!important;
  }
  body[data-route="aktsii"] .promos-day-picker__name b{
    display:inline!important;
    margin-right:6px!important;
    font-size:11px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__prices{
    grid-column:2!important;
    margin-top:4px!important;
    justify-content:flex-start!important;
    gap:8px!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
  }
  body[data-route="aktsii"] .promos-day-picker__price-label{
    font-size:11px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__prices del{
    font-size:10.5px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__prices strong{
    font-size:14px!important;
  }
  body[data-route="aktsii"] .promos-day-picker__price-currency{
    font-size:11.5px!important;
  }
}

/* v875: selectable promotion tests moved to a dedicated catalogue-style page */
body[data-route="aktsii"] .promos-offer__picker-link{
  width:max-content;
  max-width:100%;
  margin-top:2px;
  text-decoration:none;
}
body[data-route="aktsii"] .promo-picker-page{
  padding-top:24px;
  padding-bottom:48px;
}
body[data-route="aktsii"] .promo-picker-page__back{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  margin-bottom:14px;
  color:#e30613;
  font-size:15px;
  line-height:1.15;
  font-weight:900;
  text-decoration:none;
}
body[data-route="aktsii"] .promo-picker-page__head{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  align-items:center;
  gap:18px;
  padding:22px 24px;
  border:1px solid #d8e4f2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(10,51,111,.08);
}
body[data-route="aktsii"] .promo-picker-page__icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#f2f7fd;
  color:#e30613;
}
body[data-route="aktsii"] .promo-picker-page__icon svg{
  width:44px;
  height:44px;
  stroke:currentColor;
  stroke-width:2;
}
body[data-route="aktsii"] .promo-picker-page__copy{
  min-width:0;
}
body[data-route="aktsii"] .promo-picker-page__kicker{
  display:block;
  margin-bottom:5px;
  color:#e30613;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
body[data-route="aktsii"] .promo-picker-page__copy h1{
  margin:0;
  color:#0b3476;
  font-size:clamp(25px,3vw,38px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.025em;
}
body[data-route="aktsii"] .promo-picker-page__copy p{
  max-width:820px;
  margin:8px 0 0;
  color:#5e7593;
  font-size:14px;
  line-height:1.4;
}
body[data-route="aktsii"] .promo-picker-page__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
body[data-route="aktsii"] .promo-picker-page__meta span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:#eef5fd;
  color:#0b3476;
  font-size:11px;
  font-weight:850;
}
body[data-route="aktsii"] .promo-picker-page__form{
  margin-top:16px;
  padding:18px;
  border:1px solid #d8e4f2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 30px rgba(10,51,111,.07);
}
body[data-route="aktsii"] .promo-picker-page__tools{
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto auto;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
body[data-route="aktsii"] .promo-picker-page__search{
  width:100%;
  min-width:0;
  margin:0;
}
body[data-route="aktsii"] .promo-picker-page__select{
  width:auto;
  margin:0;
  white-space:nowrap;
}
body[data-route="aktsii"] .promo-picker-page__items{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-height:none;
  overflow:visible;
  padding-right:0;
}
body[data-route="aktsii"] .promo-picker-page__item{
  min-height:78px;
  padding:12px 14px;
  border-radius:16px;
  background:#f5f9ff;
}
body[data-route="aktsii"] .promo-picker-page__item .promos-day-picker__name{
  font-size:13.5px;
  line-height:1.25;
  font-weight:850;
}
body[data-route="aktsii"] .promo-picker-page__item .promos-day-picker__name b{
  font-size:12px;
}
body[data-route="aktsii"] .promo-picker-page__item .promos-day-picker__prices{
  align-self:center;
}
body[data-route="aktsii"] .promo-picker-page__footer{
  position:sticky;
  bottom:10px;
  z-index:5;
  margin-top:16px;
  padding:12px 14px;
  border:1px solid #d4e2f1;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 26px rgba(8,48,105,.13);
  backdrop-filter:blur(8px);
}

@media (max-width:900px){
  body[data-route="aktsii"] .promo-picker-page__tools{
    grid-template-columns:1fr;
    align-items:stretch;
  }
  body[data-route="aktsii"] .promo-picker-page__tools .promos-day-picker__filters{
    overflow-x:auto;
  }
  body[data-route="aktsii"] .promo-picker-page__select{
    width:100%;
  }
}

@media (max-width:760px){
  body[data-route="aktsii"] .promo-picker-page{
    padding-top:14px;
    padding-bottom:28px;
  }
  body[data-route="aktsii"] .promo-picker-page__back{
    margin-left:2px;
    margin-bottom:10px;
    font-size:16px;
  }
  body[data-route="aktsii"] .promo-picker-page__head{
    grid-template-columns:52px minmax(0,1fr);
    gap:12px;
    padding:15px;
    border-radius:18px;
  }
  body[data-route="aktsii"] .promo-picker-page__icon{
    width:52px;
    height:52px;
    border-radius:15px;
  }
  body[data-route="aktsii"] .promo-picker-page__icon svg{
    width:32px;
    height:32px;
  }
  body[data-route="aktsii"] .promo-picker-page__kicker{
    margin-bottom:3px;
    font-size:10.5px;
  }
  body[data-route="aktsii"] .promo-picker-page__copy h1{
    font-size:22px;
    line-height:1.08;
  }
  body[data-route="aktsii"] .promo-picker-page__copy p{
    grid-column:1/-1;
    font-size:12px;
    line-height:1.35;
  }
  body[data-route="aktsii"] .promo-picker-page__meta{
    grid-column:1/-1;
    margin-top:9px;
  }
  body[data-route="aktsii"] .promo-picker-page__form{
    margin-top:12px;
    padding:12px;
    border-radius:18px;
  }
  body[data-route="aktsii"] .promo-picker-page__tools{
    margin-bottom:10px;
    gap:8px;
  }
  body[data-route="aktsii"] .promo-picker-page__items{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body[data-route="aktsii"] .promo-picker-page__item{
    min-height:0!important;
    padding:11px 12px!important;
    border-radius:15px!important;
  }
  body[data-route="aktsii"] .promo-picker-page__item .promos-day-picker__name{
    font-size:13px!important;
    line-height:1.23!important;
  }
  body[data-route="aktsii"] .promo-picker-page__item .promos-day-picker__name b{
    font-size:11.5px!important;
  }
  body[data-route="aktsii"] .promo-picker-page__footer{
    bottom:76px;
    margin-top:12px;
    padding:10px;
    border-radius:14px;
  }
  body[data-route="aktsii"] .promo-picker-page__footer .promos-day-picker__submit{
    min-height:44px;
    font-size:12px;
  }
  body[data-route="aktsii"] .promos-offer__picker-link{
    width:100%;
    justify-content:center;
  }
}

/* v876: regular promotion cards — move discount badge to top-right and restyle price line */
body[data-route="aktsii"] .promos-offer__head-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:2px;
}
body[data-route="aktsii"] .promos-offer__head-line .promos-offer__label{
  margin-bottom:0;
}
body[data-route="aktsii"] .promos-offer__discount--head{
  margin-left:auto;
  align-self:flex-start;
  white-space:nowrap;
}
body[data-route="aktsii"] .promos-offer__price-line{
  display:flex;
  align-items:baseline;
  justify-content:flex-start;
  gap:6px;
  flex-wrap:wrap;
}
body[data-route="aktsii"] .promos-offer__price-label,
body[data-route="aktsii"] .promos-offer__currency{
  color:#0b3476;
  font-size:12.5px;
  line-height:1;
  font-weight:850;
}
body[data-route="aktsii"] .promos-offer__price del{
  color:#94a2bc;
  font-size:11.5px;
  line-height:1;
  text-decoration-thickness:1px;
}
body[data-route="aktsii"] .promos-offer__price strong{
  color:#e52932;
  font-size:20px;
  line-height:1;
  font-weight:900;
}
body[data-route="aktsii"] .promos-offer--simple .promos-offer__price{
  gap:0;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__head-line{
    gap:8px;
  }
  body[data-route="aktsii"] .promos-offer__discount--head{
    font-size:10.5px;
    padding:4px 8px;
  }
  body[data-route="aktsii"] .promos-offer__price-line{
    gap:5px;
  }
  body[data-route="aktsii"] .promos-offer__price-label,
  body[data-route="aktsii"] .promos-offer__currency{
    font-size:12px;
  }
  body[data-route="aktsii"] .promos-offer__price del{
    font-size:11px;
  }
  body[data-route="aktsii"] .promos-offer__price strong{
    font-size:19px;
  }
}

/* v877: promotions notes cards — new icons and remove third card */
body[data-route="aktsii"] .promos-rules-grid.promos-rules-grid--compact{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
}
body[data-route="aktsii"] .promos-rule-card--stacking > span svg,
body[data-route="aktsii"] .promos-rule-card--mark > span svg{
  stroke:none!important;
  fill:none!important;
}
body[data-route="aktsii"] .promos-rule-card--stacking > span svg rect,
body[data-route="aktsii"] .promos-rule-card--stacking > span svg path:not(:last-of-type){
  stroke:#1b66d1!important;
  stroke-width:2!important;
  fill:none!important;
}
body[data-route="aktsii"] .promos-rule-card--stacking > span svg path:last-of-type{
  stroke:#ea2330!important;
  stroke-width:2!important;
  fill:none!important;
}
body[data-route="aktsii"] .promos-rule-card--mark > span svg path:nth-of-type(-n+3){
  stroke:#1b66d1!important;
  stroke-width:2!important;
  fill:none!important;
}
body[data-route="aktsii"] .promos-rule-card--mark > span svg path:nth-of-type(n+4){
  stroke:#ea2330!important;
  stroke-width:2!important;
  fill:none!important;
}
body[data-route="aktsii"] .promos-rule-card--mark > span svg path:nth-of-type(4){
  fill:none!important;
}

/* v878: place schedule chip in the top row together with label and discount */
body[data-route="aktsii"] .promos-offer__head-line{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:nowrap;
  margin-bottom:6px;
  min-width:0;
}
body[data-route="aktsii"] .promos-offer__head-line .promos-offer__label,
body[data-route="aktsii"] .promos-offer__head-line .promos-offer__schedule--head,
body[data-route="aktsii"] .promos-offer__head-line .promos-offer__discount--head{
  margin-bottom:0;
}
body[data-route="aktsii"] .promos-offer__schedule--head{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:none;
  margin:0;
  padding:4px 9px;
  border:1px solid #bfd5f2;
  border-radius:999px;
  background:#eef6ff;
  color:#0b4f9c;
  font-size:11px;
  line-height:1.05;
  font-weight:900;
  white-space:nowrap;
}
body[data-route="aktsii"] .promos-offer__discount--head{
  margin-left:auto;
  align-self:center;
  white-space:nowrap;
}
body[data-route="aktsii"] .promos-offer__price{
  gap:0;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__head-line{
    gap:6px;
  }
  body[data-route="aktsii"] .promos-offer__head-line .promos-offer__label{
    font-size:10px;
  }
  body[data-route="aktsii"] .promos-offer__schedule--head{
    padding:3px 8px;
    font-size:10px;
  }
  body[data-route="aktsii"] .promos-offer__discount--head{
    font-size:10px;
    padding:4px 8px;
  }
}

/* v880: desktop picker button beside composition + promotion validity dates */
body[data-route="aktsii"] .promos-offer__included-row{
  grid-column:1 / -1;
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:12px;
  align-items:stretch;
}
body[data-route="aktsii"] .promos-offer__included-row.has-action{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
}
body[data-route="aktsii"] .promos-offer__included-row .promos-offer__info{
  grid-column:auto;
  margin:0;
}
body[data-route="aktsii"] .promos-offer__included-row .promos-offer__picker-link{
  width:auto;
  min-width:174px;
  min-height:44px;
  margin:0;
  padding:0 20px;
  border-radius:11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  line-height:1;
  font-size:13px;
  text-align:center;
}
body[data-route="aktsii"] .promos-offer__validity{
  color:#0b3476;
  background:#f7fbff;
  border:1px solid #d5e5f6;
}
body[data-route="aktsii"] .promos-offer__validity .promos-offer__info-icon{
  color:#0b5fb3;
  border:1px solid #c8dcf4;
}
body[data-route="aktsii"] .promos-offer__validity small{
  font-weight:750;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__included-row,
  body[data-route="aktsii"] .promos-offer__included-row.has-action{
    grid-template-columns:1fr;
    gap:8px;
  }
  body[data-route="aktsii"] .promos-offer__included-row .promos-offer__picker-link{
    width:100%;
    min-width:0;
    min-height:42px;
  }
}

/* v881: strict mobile placement for the "Додати тести" CTA */
body[data-route="aktsii"] .promos-offer__picker-link--mobile{
  display:none!important;
}
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__picker-link--desktop{
    display:none!important;
  }
  body[data-route="aktsii"] .promos-offer__picker-link--mobile{
    display:grid!important;
    grid-column:2!important;
    width:min(100%, 320px)!important;
    max-width:320px!important;
    min-width:0!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 18px!important;
    box-sizing:border-box!important;
    align-self:start!important;
    justify-self:center!important;
    place-items:center!important;
    border-radius:11px!important;
    background:#e60012!important;
    color:#fff!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    text-align:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    box-shadow:0 6px 12px rgba(230,0,18,.12)!important;
  }
  body[data-route="aktsii"] .promos-offer__included-row .promos-offer__picker-link--desktop{
    display:none!important;
  }
}

/* v883: mobile "Додати тести" CTA exactly matches the native "У кошик" button */
@media (max-width:760px){
  body[data-route="aktsii"] .promos-offer__picker-link--mobile{
    display:grid!important;
    grid-column:2!important;
    width:auto!important;
    max-width:none!important;
    min-width:auto!important;
    height:auto!important;
    min-height:32px!important;
    margin:0!important;
    padding:0 10px!important;
    box-sizing:border-box!important;
    align-self:center!important;
    justify-self:auto!important;
    place-items:center!important;
    border-radius:7px!important;
    background:#e60012!important;
    color:#fff!important;
    font-size:12px!important;
    line-height:normal!important;
    font-weight:900!important;
    text-align:center!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    box-shadow:0 8px 16px rgba(230,0,18,.14)!important;
  }
}

/* v884: supplied promotion icons for desktop and mobile promotion layouts */
body[data-route="aktsii"] .promo-page-icon-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  padding:1px!important;
  box-sizing:border-box!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:inherit!important;
  background:#fff!important;
}
body[data-route="aktsii"] .promos-market-section__icon > .promo-page-icon-image,
body[data-route="aktsii"] .promos-offer__icon > .promo-page-icon-image,
body[data-route="aktsii"] .promos-offer__info-icon > .promo-page-icon-image,
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span > .promo-page-icon-image,
body[data-route="aktsii"] .promos-note-panel > span > .promo-page-icon-image,
body[data-route="aktsii"] .promo-picker-page__icon > .promo-page-icon-image{
  margin:0!important;
  flex:none!important;
}
body[data-route="aktsii"] .promos-rules-grid .promos-rule-card > span > .promo-page-icon-image,
body[data-route="aktsii"] .promos-note-panel > span > .promo-page-icon-image{
  padding:2px!important;
}

/* v885: compact UA mobile help panel, tappable phone and aligned promotion section icons */
body[data-route="aktsii"][data-lang="ua"] .promos-note-panel__phone--mobile{
  display:none!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__head{
  grid-template-columns:46px minmax(0,1fr) auto!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon{
  width:46px!important;
  height:46px!important;
  justify-self:center!important;
  align-self:center!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon > .promo-page-icon-image{
  width:100%!important;
  height:100%!important;
  object-position:center!important;
}
@media (max-width:760px){
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel--compact-mobile{
    min-height:0!important;
    padding:10px 12px!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:8px!important;
    align-items:center!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel--compact-mobile > span{
    width:40px!important;
    height:40px!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel--compact-mobile strong{
    font-size:14px!important;
    line-height:1.08!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel--compact-mobile p{
    margin:3px 0 0!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel--compact-mobile .promos-note-panel__phone{
    margin-top:5px!important;
    font-size:13px!important;
    line-height:1.1!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel__phone--desktop{
    display:none!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel__phone--mobile{
    display:inline-flex!important;
    width:max-content!important;
    max-width:100%!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
    text-decoration:none!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-note-panel__phone--mobile:active{
    text-decoration:underline!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons{
    gap:22px!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__head{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:9px!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon{
    width:40px!important;
    height:40px!important;
    justify-self:center!important;
    align-self:center!important;
  }
}

/* v886: raise only the UA mobile promotions hero image; keep the hero box fixed */
@media (max-width:767px){
  body[data-route="aktsii"][data-lang="ua"] .section-hero--home .section-hero__media img{
    transform:translateY(-20px)!important;
  }
}

/* v887: optical alignment of UA promotion category icons on one fixed vertical axis */
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__head{
  grid-template-columns:46px minmax(0,1fr) auto!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon{
  --promo-section-icon-size:46px;
  --promo-section-icon-x:0px;
  --promo-section-icon-y:0px;
  position:relative!important;
  display:block!important;
  width:var(--promo-section-icon-size)!important;
  height:var(--promo-section-icon-size)!important;
  min-width:var(--promo-section-icon-size)!important;
  min-height:var(--promo-section-icon-size)!important;
  margin:0!important;
  padding:0!important;
  justify-self:start!important;
  align-self:center!important;
  font-size:0!important;
  line-height:0!important;
  text-indent:0!important;
  overflow:visible!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon > svg,
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon > .promo-page-icon-image{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  margin:0!important;
  transform:translate(calc(-50% + var(--promo-section-icon-x)),calc(-50% + var(--promo-section-icon-y)))!important;
  transform-origin:center!important;
  vertical-align:middle!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon > svg{
  width:26px!important;
  height:26px!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon > .promo-page-icon-image{
  width:var(--promo-section-icon-size)!important;
  height:var(--promo-section-icon-size)!important;
  max-width:none!important;
  max-height:none!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  background:transparent!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--package .promos-market-section__icon,
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--day .promos-market-section__icon,
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--offer .promos-market-section__icon{
  background:transparent!important;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--package .promos-market-section__icon{
  --promo-section-icon-x:-.6px;
  --promo-section-icon-y:.7px;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--day .promos-market-section__icon{
  --promo-section-icon-x:-.1px;
  --promo-section-icon-y:-.4px;
}
body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section--offer .promos-market-section__icon{
  --promo-section-icon-x:-.3px;
  --promo-section-icon-y:.8px;
}
@media (max-width:760px){
  body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__head{
    grid-template-columns:40px minmax(0,1fr) auto!important;
  }
  body[data-route="aktsii"][data-lang="ua"] .promos-market-sections--aligned-icons .promos-market-section__icon{
    --promo-section-icon-size:40px;
  }
}

/* v888: compact mobile footer, fixed contact lines and stronger social controls */
.footer-contact-copy__item{
  display:inline;
}

@media (max-width:767px){
  .footer.footer--light{
    margin-top:24px!important;
    padding:17px 0 12px!important;
  }

  .footer-service h3{
    margin:0 0 7px!important;
    font-size:17px!important;
    line-height:1.15!important;
  }

  .footer-service__phone{
    margin:0!important;
    font-size:20px!important;
    line-height:1.15!important;
  }

  .footer-service .footer-block{
    margin-top:14px!important;
  }

  .footer-service .footer-block h4{
    margin:0 0 10px!important;
    font-size:16px!important;
    line-height:1.15!important;
  }

  .footer-socials{
    justify-content:center!important;
    gap:10px!important;
  }

  .footer-socials .social-icon--image{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    margin:0!important;
    border:1.5px solid rgba(255,255,255,.48)!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.075)!important;
    box-shadow:0 2px 8px rgba(0,0,0,.16)!important;
    overflow:hidden!important;
  }

  .footer-socials .social-icon--image img{
    width:48px!important;
    height:48px!important;
    border-radius:12px!important;
    filter:contrast(1.1) saturate(1.08)!important;
  }

  .footer-contact-row{
    margin-top:11px!important;
    padding-top:10px!important;
    padding-bottom:0!important;
    border-top:1px solid rgba(255,255,255,.16);
  }

  .footer-contact-copy--row{
    text-align:left!important;
  }

  .footer-contact-copy--row h4{
    margin:0 0 7px!important;
    font-size:14px!important;
    line-height:1.15!important;
    text-align:left!important;
  }

  .footer.footer--light .footer-contact-copy__inline{
    margin:0!important;
    font-size:12.5px!important;
    line-height:1.35!important;
    text-align:left!important;
  }

  .footer-contact-copy__item{
    display:block!important;
    margin:0 0 3px!important;
    white-space:nowrap;
  }

  .footer-contact-copy__item:last-child{
    margin-bottom:0!important;
  }

  .footer-contact-copy__sep{
    display:none!important;
  }

  .footer-contact-copy--row .footer-mail{
    margin:0!important;
    font-size:inherit!important;
    line-height:inherit!important;
  }
}



/* v889 — mobile services page: home-like hero, uncropped service cards, compact reasons block */
@media (max-width:980px){
  body[data-route="posluhy"] .section-hero__copy,
  body[data-route="services"] .section-hero__copy,
  body[data-route="uslugi"] .section-hero__copy{
    padding:18px 0 10px!important;
  }

  body[data-route="posluhy"] .section-hero__copy h1,
  body[data-route="services"] .section-hero__copy h1,
  body[data-route="uslugi"] .section-hero__copy h1{
    margin:0!important;
    font-size:clamp(32px,8.9vw,40px)!important;
    line-height:1.03!important;
  }

  body[data-route="posluhy"] .section-hero__lead,
  body[data-route="posluhy"] .section-hero__text,
  body[data-route="services"] .section-hero__lead,
  body[data-route="services"] .section-hero__text,
  body[data-route="uslugi"] .section-hero__lead,
  body[data-route="uslugi"] .section-hero__text{
    display:none!important;
  }

  body[data-route="posluhy"] .section-hero__media--services-contain,
  body[data-route="services"] .section-hero__media--services-contain,
  body[data-route="uslugi"] .section-hero__media--services-contain{
    justify-content:flex-start!important;
    padding:0!important;
    background:linear-gradient(90deg,#f8fbff 0%,#edf5ff 100%)!important;
  }

  body[data-route="posluhy"] .section-hero__media--services-contain img,
  body[data-route="services"] .section-hero__media--services-contain img,
  body[data-route="uslugi"] .section-hero__media--services-contain img{
    width:100%!important;
    height:220px!important;
    object-fit:cover!important;
    object-position:34% center!important;
    transform:none!important;
  }

  body[data-route="posluhy"] .nav-landing-grid,
  body[data-route="services"] .nav-landing-grid,
  body[data-route="uslugi"] .nav-landing-grid{
    gap:12px!important;
    padding-top:12px!important;
    padding-bottom:4px!important;
  }

  body[data-route="posluhy"] .nav-landing-card,
  body[data-route="services"] .nav-landing-card,
  body[data-route="uslugi"] .nav-landing-card{
    min-height:0!important;
    grid-template-rows:164px auto!important;
    border-radius:18px!important;
  }

  body[data-route="posluhy"] .nav-landing-card__photo,
  body[data-route="services"] .nav-landing-card__photo,
  body[data-route="uslugi"] .nav-landing-card__photo{
    min-height:164px!important;
    max-height:164px!important;
    overflow:hidden!important;
    background:#eef5ff!important;
  }

  body[data-route="posluhy"] .nav-landing-card__photo img,
  body[data-route="services"] .nav-landing-card__photo img,
  body[data-route="uslugi"] .nav-landing-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center top!important;
    transform:none!important;
  }

  body[data-route="posluhy"] .nav-landing-card__body,
  body[data-route="services"] .nav-landing-card__body,
  body[data-route="uslugi"] .nav-landing-card__body{
    padding:16px 18px 16px!important;
    gap:6px 12px!important;
    grid-template-columns:minmax(0,1fr) 22px!important;
  }

  body[data-route="posluhy"] .nav-landing-card__body strong,
  body[data-route="services"] .nav-landing-card__body strong,
  body[data-route="uslugi"] .nav-landing-card__body strong{
    font-size:18px!important;
    line-height:1.14!important;
  }

  body[data-route="posluhy"] .nav-landing-card__body span,
  body[data-route="services"] .nav-landing-card__body span,
  body[data-route="uslugi"] .nav-landing-card__body span{
    font-size:13px!important;
    line-height:1.32!important;
  }

  body[data-route="posluhy"] .nav-landing-card__body em,
  body[data-route="services"] .nav-landing-card__body em,
  body[data-route="uslugi"] .nav-landing-card__body em{
    align-self:center!important;
    font-size:30px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons.service-page-section,
  body[data-route="services"] .services-landing-reasons.service-page-section,
  body[data-route="uslugi"] .services-landing-reasons.service-page-section{
    margin-top:8px!important;
    padding-top:0!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-section-heading,
  body[data-route="services"] .services-landing-reasons .service-section-heading,
  body[data-route="uslugi"] .services-landing-reasons .service-section-heading{
    margin:0 0 8px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-section-heading h2,
  body[data-route="services"] .services-landing-reasons .service-section-heading h2,
  body[data-route="uslugi"] .services-landing-reasons .service-section-heading h2{
    font-size:clamp(24px,8vw,38px)!important;
    line-height:1.02!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-strip,
  body[data-route="services"] .services-landing-reasons .service-benefit-strip,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-strip{
    gap:10px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini{
    padding:12px 14px!important;
    gap:12px!important;
    border-radius:18px!important;
    min-height:0!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini > div,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini > div,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini > div{
    min-width:0!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini h3,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini h3{
    margin:0 0 3px!important;
    font-size:14px!important;
    line-height:1.18!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini p,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini p{
    font-size:12px!important;
    line-height:1.3!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image img,
  body[data-route="services"] .services-landing-reasons .service-benefit-mini__icon--image img,
  body[data-route="uslugi"] .services-landing-reasons .service-benefit-mini__icon--image img{
    width:24px!important;
    height:24px!important;
  }
}


/* v890 — clickable footer phones, continuous social icon frame, mobile services hero overlay */
.footer-service__phone{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}

.footer-service__phone:hover,
.footer-service__phone:focus-visible,
.footer-contact-copy__item--phone .footer-mail:hover,
.footer-contact-copy__item--phone .footer-mail:focus-visible{
  text-decoration:underline;
  text-underline-offset:3px;
}

.footer-socials .social-icon--image{
  border:2px solid #fff!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

.footer-socials .social-icon--image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  border-radius:inherit!important;
  box-shadow:none!important;
  transform:scale(1.24)!important;
  transform-origin:center!important;
}

@media (min-width:981px){
  body[data-route="posluhy"] .section-hero__actions,
  body[data-route="services"] .section-hero__actions,
  body[data-route="uslugi"] .section-hero__actions{
    display:none!important;
  }
}

@media (max-width:767px){
  body[data-route="posluhy"] .section-hero,
  body[data-route="services"] .section-hero,
  body[data-route="uslugi"] .section-hero{
    --section-hero-height:300px!important;
    position:relative!important;
    width:calc(100% - 28px)!important;
    margin:14px auto 0!important;
    border:0!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
    overflow:hidden!important;
    background:#eef5ff!important;
  }

  body[data-route="posluhy"] .section-hero__inner,
  body[data-route="services"] .section-hero__inner,
  body[data-route="uslugi"] .section-hero__inner{
    position:relative!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    display:block!important;
    overflow:hidden!important;
  }

  body[data-route="posluhy"] .section-hero__media,
  body[data-route="services"] .section-hero__media,
  body[data-route="uslugi"] .section-hero__media{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:0!important;
    overflow:hidden!important;
    background:#eef5ff!important;
  }

  body[data-route="posluhy"] .section-hero__media::before,
  body[data-route="services"] .section-hero__media::before,
  body[data-route="uslugi"] .section-hero__media::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    display:block!important;
    background:linear-gradient(0deg,rgba(5,28,68,.84) 0%,rgba(5,28,68,.56) 36%,rgba(5,28,68,.08) 72%,rgba(5,28,68,0) 100%)!important;
  }

  body[data-route="posluhy"] .section-hero__media img,
  body[data-route="services"] .section-hero__media img,
  body[data-route="uslugi"] .section-hero__media img{
    position:relative!important;
    z-index:0!important;
    width:100%!important;
    height:300px!important;
    object-fit:cover!important;
    object-position:right center!important;
    transform:none!important;
  }

  body[data-route="posluhy"] .section-hero__copy,
  body[data-route="services"] .section-hero__copy,
  body[data-route="uslugi"] .section-hero__copy{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:300px!important;
    min-height:300px!important;
    max-height:300px!important;
    padding:20px 18px 18px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    overflow:visible!important;
    background:transparent!important;
  }

  body[data-route="posluhy"] .section-hero__eyebrow,
  body[data-route="posluhy"] .section-hero__lead,
  body[data-route="posluhy"] .section-hero__text,
  body[data-route="services"] .section-hero__eyebrow,
  body[data-route="services"] .section-hero__lead,
  body[data-route="services"] .section-hero__text,
  body[data-route="uslugi"] .section-hero__eyebrow,
  body[data-route="uslugi"] .section-hero__lead,
  body[data-route="uslugi"] .section-hero__text{
    display:none!important;
  }

  body[data-route="posluhy"] .section-hero__copy h1,
  body[data-route="services"] .section-hero__copy h1,
  body[data-route="uslugi"] .section-hero__copy h1{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0 0 12px!important;
    overflow:visible!important;
    color:#fff!important;
    font-size:29px!important;
    line-height:1.02!important;
    font-weight:900!important;
    letter-spacing:-.035em!important;
    text-shadow:0 2px 14px rgba(0,19,52,.56),0 1px 3px rgba(0,19,52,.44)!important;
  }

  body[data-route="posluhy"] .section-hero__actions,
  body[data-route="services"] .section-hero__actions,
  body[data-route="uslugi"] .section-hero__actions{
    width:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    display:flex!important;
    overflow:visible!important;
  }

  body[data-route="posluhy"] .section-hero__actions .services-mobile-hero-action,
  body[data-route="services"] .section-hero__actions .services-mobile-hero-action,
  body[data-route="uslugi"] .section-hero__actions .services-mobile-hero-action{
    width:auto!important;
    min-width:162px!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 18px!important;
    border-radius:11px!important;
    background:#e30613!important;
    border-color:#e30613!important;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(227,6,19,.25)!important;
    font-size:13px!important;
    line-height:1!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }

  .footer-socials .social-icon--image{
    border:2px solid #fff!important;
    background:#fff!important;
    box-shadow:none!important;
  }
}


/* v891 — mobile Services section title between hero and service cards */
.services-mobile-section-title{
  display:none;
}

@media (max-width:767px){
  body[data-route="posluhy"] .services-mobile-section-title{
    display:block;
    width:calc(100% - 28px);
    margin:16px auto 8px;
    padding:0;
    color:#0b3476;
    font-family:inherit;
    font-size:25px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.025em;
    text-align:center;
  }

  body[data-route="posluhy"] .services-mobile-section-title + .nav-landing-grid{
    padding-top:6px!important;
  }
}


/* v892 — mobile services reasons block: 2-up cards, larger text, on-brand icons */
@media (max-width: 767px){
  body[data-route="posluhy"] .services-landing-reasons.service-page-section{
    margin-top:12px!important;
    padding-top:0!important;
  }

  body[data-route="posluhy"] .services-landing-reasons__heading{
    margin:0 0 14px!important;
    text-align:center!important;
  }

  body[data-route="posluhy"] .services-landing-reasons__heading h2{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:2px!important;
    margin:0!important;
    font-size:clamp(24px,8.2vw,38px)!important;
    line-height:1.04!important;
    letter-spacing:-0.02em!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-strip{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini{
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:12px!important;
    padding:16px 14px!important;
    border-radius:20px!important;
    min-height:192px!important;
    box-shadow:0 10px 22px rgba(27,68,132,.06)!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    border-radius:50%!important;
    background:#f3f8ff!important;
    border:1px solid #d6e5fb!important;
    box-shadow:0 6px 14px rgba(27,68,132,.07)!important;
    padding:13px!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini__icon--image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini h3{
    margin:0 0 6px!important;
    font-size:18px!important;
    line-height:1.16!important;
  }

  body[data-route="posluhy"] .services-landing-reasons .service-benefit-mini p{
    font-size:15px!important;
    line-height:1.32!important;
    color:#5f7294!important;
  }
}

/* v893 — temporarily hide doctors reasons block on mobile Services page */
@media (max-width: 767px){
  body[data-route="posluhy"] .services-landing-reasons{
    display:none!important;
  }
}

/* v894 — mobile gynecologist CTA: compact spacing and corporate dark navy */
@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact{
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:18px!important;
    padding:16px!important;
    border-radius:22px!important;
    background:#0b3476!important;
    box-shadow:0 14px 28px rgba(11,52,118,.20)!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__eyebrow{
    margin:0 0 4px!important;
    font-size:12px!important;
    line-height:1.08!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact h2{
    margin:0 0 5px!important;
    font-size:24px!important;
    line-height:1.02!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p{
    margin:0!important;
    font-size:13.5px!important;
    line-height:1.34!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__aside{
    width:100%!important;
    gap:8px!important;
    align-items:stretch!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;
    gap:8px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn{
    width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    padding:7px 8px!important;
    border-radius:10px!important;
    font-size:12.5px!important;
    line-height:1.08!important;
    white-space:nowrap!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone{
    width:100%!important;
    min-width:0!important;
    padding:8px 12px!important;
    gap:2px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.09)!important;
    border:1px solid rgba(255,255,255,.22)!important;
    align-items:flex-start!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-label{
    font-size:11px!important;
    line-height:1.05!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-number,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone a{
    font-size:19px!important;
    line-height:1.1!important;
  }
}

/* v895 — mobile gynecologist panels: white cards, blue copy, compact row layout */
@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights{
    gap:10px!important;
    margin-top:12px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight{
    align-items:center!important;
    gap:14px!important;
    padding:12px 14px!important;
    min-height:90px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    border-radius:20px!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight>div{
    flex:1 1 auto!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight strong{
    margin:0 0 4px!important;
    color:#0b3476!important;
    font-size:16px!important;
    line-height:1.16!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight p{
    margin:0!important;
    color:#46638d!important;
    font-size:14px!important;
    line-height:1.32!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight__icon,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-highlight__icon--image{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    margin:0!important;
    align-self:center!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5{
    gap:10px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card{
    display:grid!important;
    grid-template-columns:62px minmax(0,1fr)!important;
    column-gap:14px!important;
    row-gap:4px!important;
    align-items:center!important;
    text-align:left!important;
    min-height:0!important;
    padding:12px 14px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    border-radius:20px!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card__icon,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card__icon--image{
    grid-row:1 / span 2!important;
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card h3{
    margin:0!important;
    color:#0b3476!important;
    font-size:17px!important;
    line-height:1.18!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card p{
    margin:0!important;
    color:#46638d!important;
    font-size:13.5px!important;
    line-height:1.33!important;
  }
}

/* v895 — mobile gynecologist: inverted CTA and compact horizontal information cards */
@media (max-width:767px){
  /* CTA inversion: white panel, corporate blue typography */
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact{
    background:#fff!important;
    border:1px solid #d6e3f4!important;
    box-shadow:0 12px 26px rgba(11,52,118,.10)!important;
    color:#0b3476!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__eyebrow,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact h2,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact p,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-label,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone-number{
    color:#0b3476!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .service-cta-band__phone{
    background:#f2f7ff!important;
    border:1px solid #c9dbf2!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn-light{
    background:#0b3476!important;
    color:#fff!important;
    border-color:#0b3476!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-cta-band--compact .btn-outline{
    background:#fff!important;
    color:#0b3476!important;
    border:1px solid #0b3476!important;
  }

  /* Hero highlights: lower cards, larger icons, exact vertical centering */
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights{
    gap:10px!important;
    margin-top:10px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    min-height:104px!important;
    padding:12px 16px!important;
    border-radius:18px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight > div{
    min-width:0!important;
    align-self:center!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight__icon--image{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight__icon--image img{
    width:72px!important;
    height:72px!important;
    object-fit:contain!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight strong{
    display:block!important;
    margin:0 0 4px!important;
    font-size:18px!important;
    line-height:1.16!important;
    color:#0b3476!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-hero__highlights .service-highlight p{
    margin:0!important;
    font-size:14px!important;
    line-height:1.3!important;
    color:#5f7294!important;
  }

  /* "Чим допоможе консультація": same compact horizontal structure */
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-page-section:first-of-type{
    margin-top:18px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5{
    gap:10px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    row-gap:4px!important;
    align-items:center!important;
    min-height:112px!important;
    padding:12px 16px!important;
    text-align:left!important;
    border-radius:18px!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card__icon--image{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card__icon--image img{
    width:76px!important;
    height:76px!important;
    object-fit:contain!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card h3{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.16!important;
    color:#0b3476!important;
  }

  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-card-grid--5 .service-card p{
    grid-column:2!important;
    grid-row:2!important;
    align-self:start!important;
    margin:0!important;
    font-size:13.5px!important;
    line-height:1.3!important;
    color:#5f7294!important;
  }
}


/* v898 — red generated checkbox icon in gynecologist "Коли варто звернутися?" list */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__checkbox-icon{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:transparent!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__checkbox-icon img{
  width:24px!important;
  height:24px!important;
  display:block!important;
  object-fit:contain!important;
}
@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__checkbox-icon,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__checkbox-icon img{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
  }
}


/* v899 — first icon in gynecologist "Що входить у прийом?" */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__include-image{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:-2px!important;
  color:transparent!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__include-image img{
  width:30px!important;
  height:30px!important;
  display:block!important;
  object-fit:contain!important;
}
@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__include-image,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__include-image img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
  }
}


/* v901 — unified icons in gynecologist appointment panels */
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__why-heart{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:-2px!important;
  color:transparent!important;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__why-heart img{
  width:30px!important;
  height:30px!important;
  display:block!important;
  object-fit:contain!important;
}
@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list li > .service-bullet-list__why-heart,
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-bullet-list__why-heart img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
  }
}

/* v902 — UA urologist consultation aligned with the gynecologist page style; existing icons preserved */
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card{
  min-height:210px!important;
  padding:16px 14px 15px!important;
  border-radius:20px!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card h3{
  margin-bottom:8px!important;
  font-size:18px!important;
  line-height:1.14!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card p{
  font-size:13px!important;
  line-height:1.42!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card__icon--image{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  margin-bottom:12px!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel-grid{
  align-items:stretch!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel{
  padding:20px!important;
  background:#fff!important;
  border:1px solid #d7e3f3!important;
  box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel h3{
  margin:0 0 14px!important;
  color:#0b3476!important;
  font-size:22px!important;
  line-height:1.15!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list{
  gap:10px!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list li{
  gap:10px!important;
  color:#294b7b!important;
  font-size:14px!important;
  line-height:1.38!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list li > span:first-child:not(.service-bullet-list__urologist-image){
  color:#e52932!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list li > .service-bullet-list__urologist-image{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__urologist-image img{
  width:38px!important;
  height:38px!important;
  display:block!important;
  object-fit:contain!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list--urologist-why li{
  align-items:center!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__rich-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__rich-copy strong{
  color:#0b3476!important;
  font-size:14px!important;
  line-height:1.2!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__rich-copy small{
  color:#5f7294!important;
  font-size:12px!important;
  line-height:1.3!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-callout--urologist-note{
  margin-top:14px!important;
  padding:14px 18px!important;
  border:1px solid #c9dbf2!important;
  border-radius:18px!important;
  background:#f2f7ff!important;
  box-shadow:none!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-callout--urologist-note .service-callout__eyebrow{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#e52932!important;
  box-shadow:none!important;
}
body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-callout--urologist-note p{
  margin:2px 0 0!important;
  color:#294b7b!important;
  font-size:13.5px!important;
  line-height:1.38!important;
}

@media (max-width:1180px){
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card{
    min-height:190px!important;
  }
}

@media (max-width:767px){
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights{
    gap:10px!important;
    margin-top:10px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    min-height:104px!important;
    padding:12px 16px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    border-radius:18px!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight > div{
    min-width:0!important;
    align-self:center!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight__icon--image{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight__icon--image img{
    width:72px!important;
    height:72px!important;
    object-fit:contain!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight strong{
    display:block!important;
    margin:0 0 4px!important;
    color:#0b3476!important;
    font-size:18px!important;
    line-height:1.16!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-hero__highlights .service-highlight p{
    margin:0!important;
    color:#5f7294!important;
    font-size:14px!important;
    line-height:1.3!important;
  }

  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-page-section:first-of-type{
    margin-top:18px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5{
    gap:10px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    row-gap:4px!important;
    align-items:center!important;
    min-height:112px!important;
    padding:12px 16px!important;
    text-align:left!important;
    border-radius:18px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card__icon--image{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card__icon--image img{
    width:76px!important;
    height:76px!important;
    object-fit:contain!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card h3{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    margin:0!important;
    color:#0b3476!important;
    font-size:17px!important;
    line-height:1.16!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-card-grid--5 .service-card p{
    grid-column:2!important;
    grid-row:2!important;
    align-self:start!important;
    margin:0!important;
    color:#5f7294!important;
    font-size:13.5px!important;
    line-height:1.3!important;
  }

  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels{
    margin-top:18px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel-grid{
    gap:10px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel{
    padding:16px!important;
    border-radius:18px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-panel h3{
    margin-bottom:12px!important;
    font-size:22px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list{
    gap:9px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list li{
    font-size:14px!important;
    line-height:1.34!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list li > .service-bullet-list__urologist-image,
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__urologist-image img{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__rich-copy strong{
    font-size:15px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__rich-copy small{
    font-size:12.5px!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-callout--urologist-note{
    margin-top:10px!important;
    padding:12px 14px!important;
    border-radius:16px!important;
  }

  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact{
    background:#fff!important;
    border:1px solid #d6e3f4!important;
    box-shadow:0 12px 26px rgba(11,52,118,.10)!important;
    color:#0b3476!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__eyebrow,
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact h2,
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact p,
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone-label,
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone-number{
    color:#0b3476!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .service-cta-band__phone{
    background:#f2f7ff!important;
    border:1px solid #c9dbf2!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn-light{
    background:#0b3476!important;
    color:#fff!important;
    border-color:#0b3476!important;
  }
  body[data-lang="ua"][data-route="posluhy/konsultatsiia-uroloha"] .service-cta-band--compact .btn-outline{
    background:#fff!important;
    color:#0b3476!important;
    border:1px solid #0b3476!important;
  }
}

/* v904 — Instrumental studies mobile page aligned to the gynecologist page style */
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__checkbox-icon{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:transparent!important;
}
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__checkbox-icon img{
  width:24px!important;
  height:24px!important;
  display:block!important;
  object-fit:contain!important;
}
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__include-image,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__why-heart{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:-2px!important;
  color:transparent!important;
}
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__include-image img,
body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__why-heart img{
  width:30px!important;
  height:30px!important;
  display:block!important;
  object-fit:contain!important;
}

@media (max-width:767px){
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact{
    background:#fff!important;
    border:1px solid #d6e3f4!important;
    box-shadow:0 12px 26px rgba(11,52,118,.10)!important;
    color:#0b3476!important;
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-top:18px!important;
    padding:16px!important;
    border-radius:22px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__eyebrow,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact h2,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact p,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-label,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-number{
    color:#0b3476!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__aside{
    width:100%!important;
    gap:8px!important;
    align-items:stretch!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;
    gap:8px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn{
    width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    padding:7px 8px!important;
    border-radius:10px!important;
    font-size:12.5px!important;
    line-height:1.08!important;
    white-space:nowrap!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn-light{
    background:#0b3476!important;
    color:#fff!important;
    border-color:#0b3476!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .btn-outline{
    background:#fff!important;
    color:#0b3476!important;
    border:1px solid #0b3476!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone{
    width:100%!important;
    min-width:0!important;
    padding:8px 12px!important;
    gap:2px!important;
    border-radius:14px!important;
    background:#f2f7ff!important;
    border:1px solid #c9dbf2!important;
    align-items:flex-start!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-label{
    font-size:11px!important;
    line-height:1.05!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone-number,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-cta-band--compact .service-cta-band__phone a{
    font-size:19px!important;
    line-height:1.1!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights{
    gap:10px!important;
    margin-top:10px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight{
    display:grid!important;
    grid-template-columns:72px minmax(0,1fr)!important;
    align-items:center!important;
    gap:14px!important;
    min-height:104px!important;
    padding:12px 16px!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight > div{
    min-width:0!important;
    align-self:center!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight__icon,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight__icon--image{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight__icon--image img{
    width:72px!important;
    height:72px!important;
    object-fit:contain!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight strong{
    display:block!important;
    margin:0 0 4px!important;
    font-size:18px!important;
    line-height:1.16!important;
    color:#0b3476!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-hero__highlights .service-highlight p{
    margin:0!important;
    font-size:14px!important;
    line-height:1.3!important;
    color:#5f7294!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-page-section:first-of-type{
    margin-top:18px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5{
    gap:10px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5 .service-card{
    display:grid!important;
    grid-template-columns:76px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    row-gap:4px!important;
    align-items:center!important;
    min-height:112px!important;
    padding:12px 16px!important;
    text-align:left!important;
    border-radius:18px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5 .service-card__icon,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5 .service-card__icon--image{
    grid-column:1!important;
    grid-row:1 / 3!important;
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5 .service-card h3{
    grid-column:2!important;
    grid-row:1!important;
    align-self:end!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.16!important;
    color:#0b3476!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-card-grid--5 .service-card p{
    grid-column:2!important;
    grid-row:2!important;
    align-self:start!important;
    margin:0!important;
    font-size:13.5px!important;
    line-height:1.3!important;
    color:#5f7294!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel-grid--3{
    gap:12px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel-grid--3 .service-panel{
    padding:18px 16px!important;
    border-radius:20px!important;
    background:#fff!important;
    border:1px solid #d7e3f3!important;
    box-shadow:0 8px 18px rgba(27,68,132,.05)!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel-grid--3 .service-panel h3{
    margin:0 0 12px!important;
    color:#0b3476!important;
    font-size:24px!important;
    line-height:1.08!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel-grid--3 .service-bullet-list{
    gap:10px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-panel-grid--3 .service-bullet-list li{
    gap:10px!important;
    color:#294b7b!important;
    font-size:14px!important;
    line-height:1.38!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__checkbox-icon,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__checkbox-icon img{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
  }

  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__include-image,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list li > .service-bullet-list__why-heart,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__include-image img,
  body[data-route="posluhy/instrumentalni-doslidzhennia"] .service-bullet-list__why-heart img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
  }
}

/* v907 — uploaded urologist icons mapped by section/item name */
body[data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list li > .service-bullet-list__urologist-topic-image,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill > .service-question-pill__urologist-image{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:transparent!important;
  overflow:visible!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__urologist-topic-image img,
body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill__urologist-image img{
  width:48px!important;
  height:48px!important;
  display:block!important;
  object-fit:contain!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list li{
  align-items:center!important;
}
body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill--urologist-image{
  align-items:center!important;
  min-height:82px!important;
}

@media (max-width:767px){
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list li > .service-bullet-list__urologist-topic-image,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill > .service-question-pill__urologist-image,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-bullet-list__urologist-topic-image img,
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill__urologist-image img{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-urologist-panels .service-bullet-list li{
    gap:12px!important;
  }
  body[data-route="posluhy/konsultatsiia-uroloha"] .service-question-pill--urologist-image{
    gap:12px!important;
    min-height:88px!important;
    padding:12px 14px!important;
  }
}

/* v913 — mobile branches: district tabs, map/actions flow, static vertical office cards */
@media (max-width:820px){
  body[data-route="viddilennia"] .branches-page-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    margin-top:16px!important;
    padding-bottom:8px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel{
    order:1!important;
    width:100%!important;
    min-height:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head{
    margin:0 0 10px!important;
    padding:0 2px!important;
    gap:8px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head span{
    width:24px!important;
    height:24px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head svg{
    width:21px!important;
    height:21px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel h2{
    font-size:20px!important;
    line-height:1.1!important;
  }

  body[data-route="viddilennia"] .branches-filter-list{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:8px!important;
    width:100%!important;
    padding:1px 1px 6px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }

  body[data-route="viddilennia"] .branches-filter-list::-webkit-scrollbar{
    display:none!important;
  }

  body[data-route="viddilennia"] .branches-filter{
    flex:0 0 auto!important;
    width:auto!important;
    min-height:42px!important;
    padding:0 13px!important;
    gap:8px!important;
    border:1px solid #cfdef1!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#0b3476!important;
    box-shadow:0 5px 12px rgba(11,52,118,.05)!important;
    font-size:14px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    scroll-snap-align:start!important;
  }

  body[data-route="viddilennia"] .branches-filter b{
    min-width:22px!important;
    height:22px!important;
    padding:0 6px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:#eef5ff!important;
    color:#0b3476!important;
    font-size:12px!important;
    line-height:1!important;
  }

  body[data-route="viddilennia"] .branches-filter.is-active{
    border-color:#e52932!important;
    background:#e52932!important;
    color:#fff!important;
  }

  body[data-route="viddilennia"] .branches-filter.is-active b{
    background:#fff!important;
    color:#e52932!important;
  }

  body[data-route="viddilennia"] .branches-map-panel{
    order:2!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:1.48 / 1!important;
    border-radius:20px!important;
    border:1px solid #d6e3f3!important;
    box-shadow:0 10px 24px rgba(11,52,118,.08)!important;
  }

  body[data-route="viddilennia"] .branches-map-panel img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  body[data-route="viddilennia"] .branches-quick-actions{
    order:3!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    position:static!important;
  }

  body[data-route="viddilennia"] .branches-action{
    width:100%!important;
    min-height:54px!important;
    margin:0!important;
    padding:10px 14px!important;
    border-radius:14px!important;
    font-size:16px!important;
    line-height:1.12!important;
    text-decoration:none!important;
  }

  body[data-route="viddilennia"] .branches-nearest-status{
    position:static!important;
    margin-top:0!important;
    padding:0 4px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }

  body[data-route="viddilennia"] .branches-carousel{
    order:4!important;
    width:100%!important;
    min-width:0!important;
    align-self:auto!important;
  }

  body[data-route="viddilennia"] .branches-carousel__viewport{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body[data-route="viddilennia"] .branches-carousel__track,
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    width:100%!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }

  body[data-route="viddilennia"] .branches-office-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    flex:none!important;
    display:grid!important;
    grid-template-rows:230px auto!important;
    border-radius:20px!important;
    box-shadow:0 10px 24px rgba(11,52,118,.08)!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo{
    width:100%!important;
    height:230px!important;
    min-height:230px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  body[data-route="viddilennia"] .branches-office-card__body{
    padding:18px 18px 20px!important;
    display:block!important;
  }

  body[data-route="viddilennia"] .branches-office-card h3{
    margin:0 0 12px!important;
    font-size:22px!important;
    line-height:1.12!important;
  }

  body[data-route="viddilennia"] .branches-office-card__line{
    grid-template-columns:24px minmax(0,1fr)!important;
    gap:9px!important;
    margin-bottom:10px!important;
    font-size:15px!important;
    line-height:1.35!important;
  }

  body[data-route="viddilennia"] .branches-office-card__line svg{
    width:20px!important;
    height:20px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    margin-top:16px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__actions .btn,
  body[data-route="viddilennia"] .branches-office-card__button,
  body[data-route="viddilennia"] .branches-office-card__map-button{
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    border-radius:12px!important;
    font-size:16px!important;
  }
}

@media (max-width:420px){
  body[data-route="viddilennia"] .branches-office-card{
    grid-template-rows:215px auto!important;
  }
  body[data-route="viddilennia"] .branches-office-card__photo{
    height:215px!important;
    min-height:215px!important;
  }
}


/* v915 — branches page: keep v914 changes strictly mobile; desktop remains v913 */
@media (max-width:820px){
  body[data-route="viddilennia"] .section-hero--home{
    overflow:hidden!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__inner{
    position:relative!important;
    display:block!important;
    min-height:360px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy{
    position:relative!important;
    z-index:2!important;
    min-height:360px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    padding:22px 14px 18px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__eyebrow{
    display:none!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy h1{
    width:min(92%,340px)!important;
    max-width:none!important;
    margin:0 0 7px!important;
    color:#fff!important;
    font-size:29px!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
    text-shadow:0 2px 12px rgba(0,20,52,.28)!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__text,
  body[data-route="viddilennia"] .section-hero--home .section-hero__lead{
    width:min(95%,350px)!important;
    max-width:none!important;
    margin:0!important;
    color:rgba(255,255,255,.94)!important;
    font-size:12px!important;
    line-height:1.28!important;
    font-weight:700!important;
    text-shadow:0 1px 8px rgba(0,20,52,.26)!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions{
    width:100%!important;
    margin-top:12px!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 10px!important;
    border-radius:11px!important;
    font-size:12px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions .btn-primary{
    background:#e30613!important;
    border-color:#e30613!important;
    color:#fff!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions .btn-outline{
    border-color:#fff!important;
    background:rgba(255,255,255,.94)!important;
    color:#0b3476!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__media{
    position:absolute!important;
    inset:0!important;
    min-height:100%!important;
    width:100%!important;
    height:100%!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__media::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(180deg,rgba(10,33,79,.18) 0%,rgba(10,33,79,.12) 22%,rgba(10,33,79,.46) 72%,rgba(10,33,79,.66) 100%)!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__media img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }

  body[data-route="viddilennia"] .branches-page-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    margin-top:16px!important;
    padding-bottom:8px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel{
    order:1!important;
    width:100%!important;
    min-height:0!important;
    padding:14px!important;
    border:1px solid #dce6f2!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 10px 24px rgba(11,52,118,.08)!important;
    overflow:hidden!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head{
    margin:0 0 10px!important;
    padding:0!important;
    gap:8px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head span{
    width:24px!important;
    height:24px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel__head svg{
    width:21px!important;
    height:21px!important;
  }

  body[data-route="viddilennia"] .branches-filter-panel h2{
    font-size:20px!important;
    line-height:1.1!important;
  }

  body[data-route="viddilennia"] .branches-filter-list{
    display:grid!important;
    gap:0!important;
    width:100%!important;
    padding:0!important;
    border:1px solid #e7edf6!important;
    border-radius:14px!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  body[data-route="viddilennia"] .branches-filter{
    width:100%!important;
    min-height:42px!important;
    padding:0 14px!important;
    gap:10px!important;
    border:0!important;
    border-bottom:1px solid #e7edf6!important;
    border-radius:0!important;
    background:#fff!important;
    color:#0b3476!important;
    box-shadow:none!important;
    font-size:14px!important;
    font-weight:800!important;
    white-space:normal!important;
    justify-content:space-between!important;
  }

  body[data-route="viddilennia"] .branches-filter:last-child{
    border-bottom:0!important;
  }

  body[data-route="viddilennia"] .branches-filter b{
    min-width:auto!important;
    height:auto!important;
    padding:0!important;
    background:transparent!important;
    color:inherit!important;
    font-size:inherit!important;
    line-height:inherit!important;
    border-radius:0!important;
  }

  body[data-route="viddilennia"] .branches-filter.is-active{
    border-color:transparent!important;
    background:#fff!important;
    color:#e52932!important;
  }

  body[data-route="viddilennia"] .branches-map-panel{
    order:2!important;
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    border-radius:20px!important;
    border:1px solid #d6e3f3!important;
    background:#eef6ff!important;
    box-shadow:0 10px 24px rgba(11,52,118,.08)!important;
    overflow:hidden!important;
  }

  body[data-route="viddilennia"] .branches-map-panel img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  body[data-route="viddilennia"] .branches-quick-actions{
    order:3!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    position:static!important;
  }

  body[data-route="viddilennia"] .branches-action{
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    font-size:14px!important;
    line-height:1.12!important;
    text-decoration:none!important;
  }

  body[data-route="viddilennia"] .branches-nearest-status{
    position:static!important;
    grid-column:1 / -1!important;
    margin-top:0!important;
    padding:0 4px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }

  body[data-route="viddilennia"] .branches-carousel{
    order:4!important;
    width:100%!important;
    min-width:0!important;
    align-self:auto!important;
  }

  body[data-route="viddilennia"] .branches-carousel__viewport{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }

  body[data-route="viddilennia"] .branches-carousel__track,
  body[data-route="viddilennia"] .branches-carousel__track.is-moving-right{
    width:100%!important;
    height:auto!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:14px!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }

  body[data-route="viddilennia"] .branches-office-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    min-height:0!important;
    flex:none!important;
    display:grid!important;
    grid-template-rows:250px auto!important;
    border-radius:20px!important;
    box-shadow:0 10px 24px rgba(11,52,118,.08)!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo{
    width:100%!important;
    height:250px!important;
    min-height:250px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  body[data-route="viddilennia"] .branches-office-card[data-code="zabolotnoho"] .branches-office-card__photo img{
    object-position:center 58%!important;
  }

  body[data-route="viddilennia"] .branches-office-card[data-code="segedska"] .branches-office-card__photo img{
    object-position:center 56%!important;
  }

  body[data-route="viddilennia"] .branches-office-card[data-code="buvalkina"] .branches-office-card__photo img{
    object-position:center 58%!important;
  }

  body[data-route="viddilennia"] .branches-office-card__body{
    padding:18px 18px 20px!important;
    display:block!important;
  }

  body[data-route="viddilennia"] .branches-office-card h3{
    margin:0 0 12px!important;
    font-size:22px!important;
    line-height:1.12!important;
  }

  body[data-route="viddilennia"] .branches-office-card__line{
    grid-template-columns:24px minmax(0,1fr)!important;
    gap:9px!important;
    margin-bottom:10px!important;
    font-size:15px!important;
    line-height:1.35!important;
  }

  body[data-route="viddilennia"] .branches-office-card__line svg{
    width:20px!important;
    height:20px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    margin-top:16px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__actions .btn,
  body[data-route="viddilennia"] .branches-office-card__button,
  body[data-route="viddilennia"] .branches-office-card__map-button{
    width:100%!important;
    min-height:50px!important;
    margin:0!important;
    border-radius:12px!important;
    font-size:15px!important;
  }
}

@media (max-width:420px){
  body[data-route="viddilennia"] .branches-office-card{
    grid-template-rows:230px auto!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo{
    height:230px!important;
    min-height:230px!important;
  }

  body[data-route="viddilennia"] .branches-action{
    font-size:13px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }

  body[data-route="viddilennia"] .branches-office-card__actions .btn,
  body[data-route="viddilennia"] .branches-office-card__button,
  body[data-route="viddilennia"] .branches-office-card__map-button{
    font-size:14px!important;
  }
}

/* v916 PATCH — branches page mobile hero fixes and mobile-only branch card photos */
@media (max-width:820px){
  body[data-route="viddilennia"] .section-hero--home{
    --section-hero-height:328px!important;
    width:calc(100% - 28px)!important;
    margin:14px auto 0!important;
    border:0!important;
    border-radius:20px!important;
    box-shadow:0 12px 28px rgba(6,43,104,.12)!important;
    overflow:hidden!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__inner,
  body[data-route="viddilennia"] .section-hero--home .section-hero__copy,
  body[data-route="viddilennia"] .section-hero--home .section-hero__media,
  body[data-route="viddilennia"] .section-hero--home .section-hero__media img{
    height:328px!important;
    min-height:328px!important;
    max-height:328px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy{
    padding:20px!important;
    justify-content:flex-end!important;
    overflow:visible!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy h1{
    width:min(92%,340px)!important;
    margin:0 0 7px!important;
    white-space:pre-line!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__lead,
  body[data-route="viddilennia"] .section-hero--home .section-hero__text{
    width:min(94%,350px)!important;
    max-width:none!important;
    margin:0!important;
    overflow:visible!important;
    font-size:12px!important;
    line-height:1.28!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__lead{
    margin-bottom:2px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__text--desktop{
    display:none!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__text--mobile{
    display:block!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions{
    width:100%!important;
    margin-top:12px!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    overflow:visible!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions .btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    height:auto!important;
    padding:8px 10px!important;
    border-radius:11px!important;
    font-size:12px!important;
    line-height:1.08!important;
    white-space:normal!important;
    text-align:center!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__media::before{
    background:linear-gradient(0deg,rgba(6,30,70,.84) 0%,rgba(6,30,70,.58) 35%,rgba(6,30,70,.08) 72%,rgba(6,30,70,0) 100%)!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__media img{
    object-fit:cover!important;
    object-position:78% 46%!important;
  }

  body[data-route="viddilennia"] .branches-office-card__photo picture{
    display:block!important;
    width:100%!important;
    height:100%!important;
  }

  body[data-route="viddilennia"] .branches-office-card[data-code="zabolotnoho"] .branches-office-card__photo img,
  body[data-route="viddilennia"] .branches-office-card[data-code="buvalkina"] .branches-office-card__photo img,
  body[data-route="viddilennia"] .branches-office-card[data-code="segedska"] .branches-office-card__photo img{
    object-position:center center!important;
  }
}

@media (max-width:360px){
  body[data-route="viddilennia"] .section-hero--home,
  body[data-route="viddilennia"] .section-hero--home .section-hero__inner,
  body[data-route="viddilennia"] .section-hero--home .section-hero__copy,
  body[data-route="viddilennia"] .section-hero--home .section-hero__media,
  body[data-route="viddilennia"] .section-hero--home .section-hero__media img{
    height:312px!important;
    min-height:312px!important;
    max-height:312px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions .btn{
    font-size:11.5px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
}

/* v917 — mobile branches hero: remove secondary copy and place main title directly above actions */
@media (max-width:820px){
  body[data-route="viddilennia"] .section-hero--home .section-hero__lead,
  body[data-route="viddilennia"] .section-hero--home .section-hero__text,
  body[data-route="viddilennia"] .section-hero--home .section-hero__text--desktop,
  body[data-route="viddilennia"] .section-hero--home .section-hero__text--mobile{
    display:none!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy{
    justify-content:flex-end!important;
    padding-bottom:18px!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__copy h1{
    width:100%!important;
    max-width:none!important;
    margin:0 0 10px!important;
    align-self:flex-end!important;
  }

  body[data-route="viddilennia"] .section-hero--home .section-hero__actions{
    margin-top:0!important;
  }
}

/* v918: mobile-only branch detail template with intro card, full-width photo and compact info panel */
.branch-detail-summary--mobile-intro,
.branch-detail-summary--mobile-facts{
  display:none;
}

@media (max-width:720px){
  .branch-detail-breadcrumbs{
    margin-bottom:10px;
  }
  .branch-detail-breadcrumbs a{
    gap:8px;
    color:#315f9b;
    font-size:17px;
    font-weight:900;
    line-height:1.2;
  }
  .branch-detail-hero{
    grid-template-columns:1fr;
    gap:12px;
  }
  .branch-detail-summary--desktop,
  .branch-detail-route-grid{
    display:none;
  }
  .branch-detail-summary--mobile-intro,
  .branch-detail-summary--mobile-facts{
    display:flex;
    flex-direction:column;
    padding:16px;
    border-radius:18px;
    border:1px solid #dce7f4;
    background:#fff;
    box-shadow:0 12px 28px rgba(19,66,126,.07);
  }
  .branch-detail-summary--mobile-intro h1{
    margin:8px 0 10px;
    font-size:29px;
    line-height:1.04;
  }
  .branch-detail-summary--mobile-intro .branch-detail-summary__lead{
    margin:0;
    font-size:15px;
    line-height:1.42;
  }
  .branch-detail-gallery{
    padding:0;
    overflow:hidden;
    border:none;
    border-radius:18px;
    background:transparent;
    box-shadow:none;
  }
  .branch-detail-gallery__stage{
    min-height:0;
    height:auto;
    border-radius:18px;
    background:transparent;
  }
  .branch-detail-gallery__slide{
    position:static;
    inset:auto;
    margin:0;
    opacity:1;
  }
  .branch-detail-gallery__slide.is-active{
    display:block;
  }
  .branch-detail-gallery__slide img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    object-position:center;
  }
  .branch-detail-gallery__nav,
  .branch-detail-gallery__thumbs{
    display:none;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts{
    margin:0 0 16px;
    gap:10px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts > div{
    padding:14px 16px;
    border-radius:16px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt{
    gap:9px;
    margin-bottom:7px;
    font-size:12px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt svg{
    width:22px;
    height:22px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dd{
    font-size:15px;
    line-height:1.35;
  }
  .branch-detail-summary--mobile-facts .branch-detail-summary__actions{
    gap:12px;
    margin-top:0;
  }
  .branch-detail-summary--mobile-facts .branch-detail-summary__actions .btn{
    width:100%;
    min-height:54px;
    justify-content:center;
    font-size:15px;
  }
  .branch-detail-services-showcase{
    margin-top:12px;
  }
}

/* v919: video route for every branch; mobile video immediately after branch actions */
.branch-detail-mobile-video{
  display:none;
}

@media (max-width:720px){
  .branch-detail-mobile-video{
    display:block;
    margin-top:12px;
    padding:16px;
    overflow:hidden;
    border:1px solid #dce7f4;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 28px rgba(19,66,126,.07);
  }
  .branch-detail-mobile-video h2{
    margin:0 0 12px;
    color:#07377d;
    font-size:25px;
    line-height:1.1;
    font-weight:950;
  }
  .branch-detail-mobile-video .branch-detail-video-player{
    min-height:0;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:14px;
    background:#071b35;
  }
  .branch-detail-mobile-video .branch-detail-video-player video{
    display:block;
    width:100%;
    height:100%;
    max-height:none;
    aspect-ratio:16/9;
    object-fit:contain;
    background:#071b35;
  }
}

/* v921 — branch service icons and unified branch-services title */
.branch-detail-route-service{
  grid-template-columns:52px minmax(0,1fr) 20px;
  min-height:76px;
}
.branch-detail-route-service__icon--image{
  width:52px;
  height:52px;
  overflow:hidden;
  border-radius:50%;
  background:#fff;
}
.branch-detail-route-service__icon--image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

@media (max-width:720px){
  .branch-detail-route-service{
    grid-template-columns:48px minmax(0,1fr) 18px;
    min-height:72px;
  }
  .branch-detail-route-service__icon--image{
    width:48px;
    height:48px;
  }
}


/* v923: branch detail location/schedule icons and hours match the home branch cards */
.branch-detail-facts dt .branch-detail-fact-icon{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  line-height:0;
}
.branch-detail-facts dt .branch-detail-fact-icon img{
  display:block;
  max-width:none;
  object-fit:contain;
}
.branch-detail-facts dt .branch-detail-fact-icon--location{
  width:23px;
  height:29px;
}
.branch-detail-facts dt .branch-detail-fact-icon--location img{
  width:23px;
  height:29px;
}
.branch-detail-facts dt .branch-detail-fact-icon--schedule{
  width:31px;
  height:31px;
  margin:-4px -2px -4px -4px;
}
.branch-detail-facts dt .branch-detail-fact-icon--schedule img{
  width:31px;
  height:31px;
}
.branch-detail-facts__hours{
  line-height:1.42!important;
}
@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts dt{
    align-items:center;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-icon--location{
    width:25px;
    height:32px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-icon--location img{
    width:25px;
    height:32px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-icon--schedule{
    width:34px;
    height:34px;
    margin:-5px -2px -5px -5px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-icon--schedule img{
    width:34px;
    height:34px;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts__hours{
    font-size:15px!important;
    line-height:1.42!important;
  }
}

/* v924: remove the white tile/outline around the branch schedule icon */
.branch-detail-facts dt .branch-detail-fact-icon--schedule,
.branch-detail-facts dt .branch-detail-fact-icon--schedule img{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* v925: use the actual transparent address/schedule artwork on branch detail and catalogue pages */
.branch-detail-facts dt .branch-detail-fact-image{
  display:block!important;
  flex:0 0 auto!important;
  max-width:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:none!important;
  box-shadow:none!important;
  object-fit:contain!important;
}
.branch-detail-facts dt .branch-detail-fact-image--location{
  width:23px!important;
  height:29px!important;
}
.branch-detail-facts dt .branch-detail-fact-image--schedule{
  width:31px!important;
  height:31px!important;
  margin:-4px -2px -4px -4px!important;
}

body[data-route="viddilennia"] .branches-office-card__line{
  grid-template-columns:30px minmax(0,1fr)!important;
  align-items:center!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon{
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:32px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:none!important;
  box-shadow:none!important;
  line-height:0!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon img{
  display:block!important;
  max-width:none!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:none!important;
  box-shadow:none!important;
  object-fit:contain!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--address img{
  width:22px!important;
  height:29px!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--schedule img{
  width:30px!important;
  height:30px!important;
}

@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-image--location{
    width:25px!important;
    height:32px!important;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-image--schedule{
    width:34px!important;
    height:34px!important;
    margin:-5px -2px -5px -5px!important;
  }
}

/* v926: branch detail fact panels use white cards with clear borders; labels dark blue; values grey; schedule icon unified site-wide */
.branch-detail-facts > div{
  background:#ffffff!important;
  border:1px solid #d4dfef!important;
  box-shadow:none!important;
}
.branch-detail-facts dt{
  color:#07377d!important;
  font-weight:900!important;
}
.branch-detail-facts dd,
.branch-detail-facts dd a,
.branch-detail-facts__hours{
  color:#5b7396!important;
  font-weight:700!important;
}
.branch-detail-facts dd a:hover,
.branch-detail-facts dd a:focus{
  color:#456285!important;
}
@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts > div{
    background:#ffffff!important;
    border:1px solid #d4dfef!important;
    box-shadow:none!important;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dt{
    color:#07377d!important;
    font-weight:900!important;
  }
  .branch-detail-summary--mobile-facts .branch-detail-facts dd,
  .branch-detail-summary--mobile-facts .branch-detail-facts dd a,
  .branch-detail-summary--mobile-facts .branch-detail-facts__hours{
    color:#5b7396!important;
    font-weight:700!important;
  }
}

/* v927: use the exact uploaded schedule icon on branch detail and branches listing */
.branch-detail-facts dt .branch-detail-fact-image--schedule{
  width:46px!important;
  height:46px!important;
  margin:0!important;
}
body[data-route="viddilennia"] .branches-office-card__line--schedule{
  grid-template-columns:46px minmax(0,1fr)!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--schedule{
  width:46px!important;
  height:46px!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--schedule img{
  width:46px!important;
  height:46px!important;
}
@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts dt .branch-detail-fact-image--schedule{
    width:46px!important;
    height:46px!important;
    margin:0!important;
  }
}

/* v928: align location/schedule icons and their labels to one left grid on branch pages and branches catalogue */
.branch-detail-facts .branch-detail-fact-heading{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:10px!important;
  margin-bottom:7px!important;
  color:#07377d!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:900!important;
  text-align:left!important;
}
.branch-detail-fact-heading__icon{
  display:grid!important;
  place-items:center start!important;
  justify-self:start!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  line-height:0!important;
}
.branch-detail-fact-heading__label{
  display:block!important;
  min-width:0!important;
  justify-self:start!important;
  align-self:center!important;
  color:#07377d!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:900!important;
  text-align:left!important;
}
.branch-detail-fact-heading__icon--location .branch-detail-fact-image--location{
  width:25px!important;
  height:32px!important;
  margin:0!important;
  justify-self:start!important;
}
.branch-detail-fact-heading__icon--schedule .branch-detail-fact-image--schedule{
  width:46px!important;
  height:46px!important;
  margin:0!important;
  justify-self:start!important;
}
.branch-detail-fact-heading__icon--phone svg{
  width:22px!important;
  height:22px!important;
  margin:0!important;
  justify-self:start!important;
}

body[data-route="viddilennia"] .branches-office-card__line--address,
body[data-route="viddilennia"] .branches-office-card__line--schedule{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  column-gap:10px!important;
  text-align:left!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--address,
body[data-route="viddilennia"] .branches-office-card__line-icon--schedule{
  display:grid!important;
  place-items:center start!important;
  justify-self:start!important;
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  padding:0!important;
  margin:0!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--address img{
  width:25px!important;
  height:32px!important;
  margin:0!important;
  justify-self:start!important;
}
body[data-route="viddilennia"] .branches-office-card__line-icon--schedule img{
  width:46px!important;
  height:46px!important;
  margin:0!important;
  justify-self:start!important;
}
body[data-route="viddilennia"] .branches-office-card__line--address > span:last-child,
body[data-route="viddilennia"] .branches-office-card__line--schedule > span:last-child{
  min-width:0!important;
  align-self:center!important;
  justify-self:start!important;
  text-align:left!important;
}

@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts .branch-detail-fact-heading{
    grid-template-columns:48px minmax(0,1fr)!important;
    column-gap:10px!important;
    font-size:14px!important;
  }
  .branch-detail-summary--mobile-facts .branch-detail-fact-heading__label{
    font-size:14px!important;
  }
}

/* v929: reduce icon-to-heading spacing on each branch detail page */
.branch-detail-facts .branch-detail-fact-heading{
  grid-template-columns:46px minmax(0,1fr)!important;
  column-gap:4px!important;
}
.branch-detail-fact-heading__icon{
  width:46px!important;
  min-width:46px!important;
}
@media (max-width:720px){
  .branch-detail-summary--mobile-facts .branch-detail-facts .branch-detail-fact-heading{
    grid-template-columns:46px minmax(0,1fr)!important;
    column-gap:4px!important;
  }
}

/* v930: mobile doctors-partnership hero must match clinics partnership hero */
@media (max-width:980px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__inner{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__copy{
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:24px 0 18px!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media{
    width:100%!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }

  body[data-route="likariam/partnerstvo-dlia-likariv"] .section-hero--partners .section-hero__media img{
    width:100%!important;
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
    object-fit:cover!important;
    object-position:center 43%!important;
  }
}

/* v931: supplied partnership benefit icons on doctors partnership page */
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
body[data-route="likariam"] .doctor-benefit-card{
  grid-template-columns:64px minmax(0,1fr)!important;
  gap:14px!important;
}
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon--image,
body[data-route="likariam"] .doctor-benefit-card__icon--image{
  display:grid!important;
  place-items:center!important;
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon--image img,
body[data-route="likariam"] .doctor-benefit-card__icon--image img{
  display:block!important;
  width:64px!important;
  height:64px!important;
  max-width:none!important;
  object-fit:contain!important;
}

@media (max-width:980px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card,
  body[data-route="likariam"] .doctor-benefit-card{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:16px!important;
    min-height:112px!important;
  }
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon--image,
  body[data-route="likariam"] .doctor-benefit-card__icon--image,
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-benefit-card__icon--image img,
  body[data-route="likariam"] .doctor-benefit-card__icon--image img{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
  }
}

/* v932: mobile doctor-registration heading matches the corresponding Clinics form heading */
@media (max-width:720px){
  body[data-route="likariam/partnerstvo-dlia-likariv"] .doctor-register-form-card h2,
  body[data-route="likariam"] .doctor-register-form-card h2{
    margin:0 0 6px!important;
    color:#0b3476!important;
    font-size:20px!important;
    line-height:1.08!important;
    font-weight:900!important;
    letter-spacing:normal!important;
  }
}


/* v933: remove Documents and resources card from doctors partnership */
.doctors-partner-grid.doctors-partner-grid--single{
  grid-template-columns:minmax(0,1fr)!important;
}
.doctors-partner-grid.doctors-partner-grid--single .doctor-register-form-card{
  width:100%!important;
  max-width:none!important;
}

/* v934: mobile Contacts hero like Partnership; actions below photo; hide benefits list */
.contacts-mobile-hero-actions{
  display:none;
}

@media (max-width:720px){
  body[data-route="kontakty"] .section-hero--contacts,
  body[data-route="kontakty"] .section-hero--contacts .section-hero__inner{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    background:#eef4fb!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__copy{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:20px 4px 14px!important;
    overflow:visible!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__copy h1{
    margin:0 0 7px!important;
    font-size:40px!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__lead{
    margin:0 0 7px!important;
    font-size:21px!important;
    line-height:1.12!important;
    font-weight:900!important;
    max-height:none!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__text{
    margin:0!important;
    font-size:15px!important;
    line-height:1.34!important;
    max-height:none!important;
    overflow:visible!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__media{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    overflow:hidden!important;
    background:#eef4fb!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__media::before{
    content:none!important;
    display:none!important;
  }

  body[data-route="kontakty"] .section-hero--contacts .section-hero__media img{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
  }

  body[data-route="kontakty"] .contacts-mobile-hero-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:12px!important;
    margin-bottom:16px!important;
  }

  body[data-route="kontakty"] .contacts-mobile-hero-actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:10px 12px!important;
    border-radius:12px!important;
    font-size:15px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  body[data-route="kontakty"] .contacts-info-grid{
    margin-top:0!important;
  }

  body[data-route="kontakty"] > main .benefits,
  body[data-route="kontakty"] .benefits.container{
    display:none!important;
  }
}

/* v935: actual Contacts page is route pro-nas / pages/about.php */
.about-mobile-hero-actions{
  display:none;
}

@media (max-width:720px){
  body[data-route="pro-nas"] .section-hero--home,
  body[data-route="pro-nas"] .section-hero--home .section-hero__inner{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    background:#eef4fb!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__copy{
    position:relative!important;
    z-index:2!important;
    order:1!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:22px 4px 16px!important;
    overflow:visible!important;
    background:transparent!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__eyebrow{
    display:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__copy h1{
    width:100%!important;
    max-width:none!important;
    margin:0 0 7px!important;
    color:#0b3476!important;
    font-size:40px!important;
    line-height:1.02!important;
    font-weight:900!important;
    letter-spacing:-.04em!important;
    text-shadow:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__lead{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    max-height:none!important;
    margin:0 0 7px!important;
    color:#0b3476!important;
    font-size:21px!important;
    line-height:1.12!important;
    font-weight:900!important;
    overflow:visible!important;
    text-shadow:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__text{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    color:#163d76!important;
    font-size:15px!important;
    line-height:1.34!important;
    font-weight:500!important;
    overflow:visible!important;
    text-shadow:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__actions{
    display:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__media{
    position:relative!important;
    inset:auto!important;
    z-index:1!important;
    order:2!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    overflow:hidden!important;
    background:#eef4fb!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__media::before,
  body[data-route="pro-nas"] .section-hero--home .section-hero__media::after{
    content:none!important;
    display:none!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__media img{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    margin:12px 0 16px!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:10px 10px!important;
    border-radius:12px!important;
    font-size:15px!important;
    line-height:1.05!important;
    font-weight:900!important;
    white-space:nowrap!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions .btn-primary{
    background:#e30613!important;
    border-color:#e30613!important;
    color:#fff!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions .btn-dark{
    background:#0b3476!important;
    border-color:#0b3476!important;
    color:#fff!important;
  }

  body[data-route="pro-nas"] .about-contact-info-grid{
    margin-top:0!important;
  }

  body[data-route="pro-nas"] .about-benefits-section{
    display:none!important;
  }
}

@media (max-width:380px){
  body[data-route="pro-nas"] .section-hero--home .section-hero__copy h1{
    font-size:36px!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__lead{
    font-size:19px!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions .btn{
    font-size:14px!important;
  }
}

/* v936: compact mobile Contacts hero + slightly larger focused lab photo */
@media (max-width:720px){
  body[data-route="pro-nas"] .section-hero--home .section-hero__copy{
    padding:18px 4px 12px!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__copy h1{
    margin:0 0 6px!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__lead{
    margin:0 0 6px!important;
    font-size:20px!important;
    line-height:1.1!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__text{
    font-size:14px!important;
    line-height:1.3!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__media{
    margin-top:4px!important;
  }

  body[data-route="pro-nas"] .section-hero--home .section-hero__media img{
    width:100%!important;
    height:188px!important;
    min-height:188px!important;
    max-height:188px!important;
    object-fit:cover!important;
    object-position:52% center!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions{
    margin:10px 0 14px!important;
  }

  body[data-route="pro-nas"] .about-mobile-hero-actions .btn{
    min-height:46px!important;
    padding:8px 10px!important;
    font-size:14px!important;
  }
}


/* v937: uploaded icons for Contacts and About information cards */
body[data-route="pro-nas"] .contacts-info-card__icon--image,
body[data-route="pro-nas"] .about-info-card__icon--image{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body[data-route="pro-nas"] .contacts-info-card__icon--image img,
body[data-route="pro-nas"] .about-info-card__icon--image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
}
body[data-route="pro-nas"] .about-info-card__icon--image{
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
}
@media (max-width:720px){
  body[data-route="pro-nas"] .about-contact-info-grid .contacts-info-card__icon--image{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
  }
  body[data-route="pro-nas"] .about-info-card__icon--image{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
  }
}

/* v938: mobile home promotions after Services */
.mobile-home-promotions{
  display:none;
}

@media (max-width:720px){
  body[data-route=""] .home-promo-section{
    display:none!important;
  }

  body[data-route=""] .mobile-home-promotions{
    display:block;
    margin-top:28px!important;
  }

  body[data-route=""] .mobile-home-promotions__head{
    margin-bottom:12px!important;
  }

  body[data-route=""] .mobile-home-promotions__list{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }

  body[data-route=""] .mobile-home-promotion-card{
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    gap:13px;
    align-items:start;
    min-width:0;
    padding:14px;
    border:1px solid #dce7f4;
    border-radius:19px;
    background:#fff;
    color:#0b3476;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(11,52,118,.07);
  }

  body[data-route=""] .mobile-home-promotion-card__icon{
    width:68px;
    height:68px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:1px solid #dce7f4;
    border-radius:50%;
    background:#f8fbff;
    color:#e30613;
  }

  body[data-route=""] .mobile-home-promotion-card__icon img{
    width:58px;
    height:58px;
    display:block;
    object-fit:contain;
  }

  body[data-route=""] .mobile-home-promotion-card__icon svg{
    width:38px;
    height:38px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.3;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  body[data-route=""] .mobile-home-promotion-card__body{
    display:block;
    min-width:0;
  }

  body[data-route=""] .mobile-home-promotion-card__meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:5px 7px;
    margin-bottom:7px;
  }

  body[data-route=""] .mobile-home-promotion-card__label{
    color:#e30613;
    font-size:10px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
  }

  body[data-route=""] .mobile-home-promotion-card__schedule{
    color:#5b7396;
    font-size:10px;
    line-height:1.15;
    font-weight:800;
  }

  body[data-route=""] .mobile-home-promotion-card__discount{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:22px;
    margin-left:auto;
    padding:3px 8px;
    border-radius:999px;
    background:#e30613;
    color:#fff;
    font-size:10px;
    line-height:1;
    font-weight:950;
  }

  body[data-route=""] .mobile-home-promotion-card__title{
    display:block;
    margin:0;
    color:#07377d;
    font-size:16px;
    line-height:1.13;
    font-weight:950;
  }

  body[data-route=""] .mobile-home-promotion-card__desc{
    display:-webkit-box;
    margin-top:5px;
    overflow:hidden;
    color:#5b7396;
    font-size:11.5px;
    line-height:1.27;
    font-weight:650;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  body[data-route=""] .mobile-home-promotion-card__price{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:5px;
    margin-top:10px;
  }

  body[data-route=""] .mobile-home-promotion-card__price > span,
  body[data-route=""] .mobile-home-promotion-card__price > em{
    color:#0b3476;
    font-size:11px;
    line-height:1;
    font-style:normal;
    font-weight:900;
  }

  body[data-route=""] .mobile-home-promotion-card__price del{
    color:#8c9ab1;
    font-size:12px;
    line-height:1;
    font-weight:750;
  }

  body[data-route=""] .mobile-home-promotion-card__price b{
    color:#e30613;
    font-size:21px;
    line-height:1;
    font-weight:950;
  }

  body[data-route=""] .mobile-home-promotion-card__more{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-top:10px;
    color:#e30613;
    font-size:12px;
    line-height:1;
    font-weight:950;
  }
}

@media (max-width:380px){
  body[data-route=""] .mobile-home-promotion-card{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    padding:12px;
  }

  body[data-route=""] .mobile-home-promotion-card__icon{
    width:58px;
    height:58px;
  }

  body[data-route=""] .mobile-home-promotion-card__icon img{
    width:50px;
    height:50px;
  }

  body[data-route=""] .mobile-home-promotion-card__discount{
    margin-left:0;
  }
}

/* v939: global breadcrumb navigation on every page except the home page */
.site-breadcrumbs{
  position:relative;
  z-index:5;
  width:100%;
  background:#ffffff;
  border-bottom:1px solid #edf1f6;
  box-shadow:0 4px 14px rgba(16,50,99,.045);
}
.site-breadcrumbs__inner{
  display:flex;
  align-items:center;
  min-height:58px;
  gap:7px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.site-breadcrumbs__inner::-webkit-scrollbar{
  display:none;
}
.site-breadcrumbs__home{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:32px;
  height:30px;
  text-decoration:none;
}
.site-breadcrumbs__home img{
  display:block;
  width:30px;
  height:25px;
  object-fit:contain;
}
.site-breadcrumbs__separator{
  flex:0 0 auto;
  color:#263449;
  font-size:19px;
  line-height:1;
  font-weight:700;
}
.site-breadcrumbs__link{
  flex:0 0 auto;
  color:#17273e;
  font-size:17px;
  line-height:1.25;
  font-weight:500;
  text-decoration:none;
  white-space:nowrap;
}
.site-breadcrumbs__link:hover,
.site-breadcrumbs__link:focus-visible{
  color:#0b4a96;
  text-decoration:underline;
  text-underline-offset:3px;
}
.site-breadcrumbs__link.is-current{
  color:#17273e;
  font-weight:600;
}
@media (max-width:720px){
  .site-breadcrumbs__inner{
    min-height:50px;
    gap:6px;
  }
  .site-breadcrumbs__home{
    width:30px;
    height:28px;
  }
  .site-breadcrumbs__home img{
    width:28px;
    height:23px;
  }
  .site-breadcrumbs__separator{
    font-size:17px;
  }
  .site-breadcrumbs__link{
    font-size:15px;
  }
}

/* v940: mobile "Також може зацікавити" before promotional offers */
body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-desktop-slot{
  display:contents;
}

body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot{
  display:none;
}

@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot{
    display:block;
    margin-top:16px;
    margin-bottom:18px;
    overflow:visible;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot:empty{
    display:none;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions{
    margin:0!important;
    padding:16px!important;
    border:1px solid #dce6f2!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(6,43,104,.06)!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:10px!important;
    margin-bottom:13px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__head h3{
    font-size:22px!important;
    line-height:1.08!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__head p{
    font-size:12.5px!important;
    line-height:1.3!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__head strong{
    align-self:start!important;
    min-height:28px!important;
    padding:0 9px!important;
    font-size:11px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__grid{
    width:calc(100% + 16px)!important;
    margin-right:-16px!important;
    padding:1px 16px 8px 0!important;
    display:flex!important;
    grid-template-columns:none!important;
    gap:11px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    overscroll-behavior-inline:contain!important;
    -webkit-overflow-scrolling:touch;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestions__grid::-webkit-scrollbar{
    display:none!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestion{
    flex:0 0 calc(100% - 42px)!important;
    min-width:0!important;
    min-height:205px!important;
    align-content:start!important;
    scroll-snap-align:start!important;
    border-radius:18px!important;
    padding:15px!important;
  }

  body[data-route="analizy-ta-tsiny"] .prices-package-suggestions-mobile-slot .prices-package-suggestion__form{
    align-self:end!important;
    margin-top:auto!important;
  }
}

/* ==========================================================
   v949 — Patient account: complete mobile adaptation
   Mobile-only. Desktop cabinet remains unchanged.
   ========================================================== */
@media (max-width:1024px){
  .patient-cabinet,
  .patient-auth-page{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .patient-cabinet{
    padding-top:10px!important;
    padding-bottom:24px!important;
  }

  .patient-cabinet .form-alert,
  .patient-auth-page .form-alert{
    margin-bottom:10px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }

  /* Compact account heading and two stable actions. */
  .patient-cabinet-hero{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    gap:12px!important;
    margin-bottom:10px!important;
    padding:14px!important;
    border-radius:18px!important;
    box-shadow:0 8px 20px rgba(0,43,102,.06)!important;
  }
  .patient-cabinet-kicker{
    margin-bottom:5px!important;
    padding:5px 8px!important;
    font-size:9.5px!important;
    line-height:1!important;
    letter-spacing:.025em!important;
  }
  .patient-cabinet .patient-cabinet-hero h1{
    margin:0 0 5px!important;
    font-size:25px!important;
    line-height:1.05!important;
    letter-spacing:-.025em!important;
  }
  .patient-cabinet-hero p{
    max-width:none!important;
    font-size:12.5px!important;
    line-height:1.38!important;
  }
  .patient-cabinet-hero__actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 88px!important;
    align-items:stretch!important;
    gap:8px!important;
    width:100%!important;
  }
  .patient-cabinet-hero__actions form{
    display:contents!important;
  }
  .patient-cabinet-hero__actions .btn,
  .patient-cabinet-hero__actions form .btn{
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 10px!important;
    border-radius:11px!important;
    font-size:11.5px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }

  /* One-column shell; cabinet navigation remains fully visible. */
  .patient-cabinet-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    align-items:start!important;
    min-width:0!important;
  }
  .patient-cabinet-sidebar{
    position:static!important;
    top:auto!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    padding:9px!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 7px 18px rgba(0,43,102,.055)!important;
  }
  .patient-cabinet-user{
    min-width:0!important;
    margin:0 0 8px!important;
    padding:8px!important;
    gap:8px!important;
    border-radius:12px!important;
  }
  .patient-cabinet-user__avatar{
    width:38px!important;
    height:38px!important;
    flex:0 0 38px!important;
    font-size:17px!important;
  }
  .patient-cabinet-user strong{
    font-size:14px!important;
    line-height:1.15!important;
  }
  .patient-cabinet-user span{
    font-size:10.5px!important;
  }
  .patient-cabinet-nav{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .patient-cabinet-nav a{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    min-width:0!important;
    min-height:64px!important;
    padding:6px 4px!important;
    border:1px solid #dce6f2!important;
    border-radius:12px!important;
    background:#f8fbff!important;
    color:#0b3476!important;
    font-size:11px!important;
    line-height:1.08!important;
    text-align:center!important;
    white-space:normal!important;
  }
  .patient-cabinet-nav a span{
    width:27px!important;
    height:27px!important;
    flex:0 0 27px!important;
    font-size:13px!important;
  }
  .patient-cabinet-nav a.is-active{
    border-color:#0b3476!important;
    background:#0b3476!important;
    color:#fff!important;
    box-shadow:0 6px 14px rgba(11,52,118,.15)!important;
  }
  .patient-cabinet-nav a.is-active span{
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
  }

  .patient-cabinet-main,
  .patient-cabinet-aside{
    min-width:0!important;
    gap:10px!important;
  }
  .patient-cabinet-aside{
    position:static!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
  }

  /* Universal account cards. */
  .patient-panel-card,
  .patient-empty-state,
  .patient-side-card,
  .patient-offer-card,
  .patient-loyalty-grid article,
  .patient-future-grid article,
  .patient-profile-form,
  .patient-family-card{
    min-width:0!important;
    padding:14px!important;
    border-radius:16px!important;
    box-shadow:0 7px 18px rgba(0,43,102,.055)!important;
  }
  .patient-panel-card h2,
  .patient-side-card h3,
  .patient-offer-card h2,
  .patient-loyalty-grid h3,
  .patient-future-grid h3,
  .patient-profile-form > h2{
    margin-bottom:6px!important;
    font-size:19px!important;
    line-height:1.15!important;
  }
  .patient-panel-card p,
  .patient-side-card p,
  .patient-offer-card p,
  .patient-loyalty-grid p,
  .patient-future-grid p,
  .shop-section-headline p,
  .patient-muted{
    margin-bottom:10px!important;
    font-size:12px!important;
    line-height:1.4!important;
  }
  .patient-dashboard-user-card{
    min-height:68px!important;
    padding:10px 12px!important;
    border-radius:15px!important;
  }
  .patient-dashboard-user-card .patient-cabinet-user__avatar{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }
  .patient-dashboard-user-card strong{
    font-size:15px!important;
  }
  .patient-dashboard-user-card span{
    font-size:11px!important;
  }

  .patient-dashboard-stats,
  .patient-dashboard-columns,
  .patient-detail-grid,
  .patient-profile-grid,
  .patient-offer-grid,
  .patient-loyalty-grid,
  .patient-future-grid,
  .patient-quick-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  .patient-repeat-card,
  .patient-loyalty-status,
  .patient-order-detail-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    align-items:start!important;
    gap:10px!important;
  }
  .patient-repeat-card form,
  .patient-loyalty-status .btn,
  .patient-detail-actions form{
    width:100%!important;
  }

  /* Orders: compact two-row summary and safe detail cards. */
  .shop-order-history{
    gap:8px!important;
  }
  .shop-order-card{
    min-width:0!important;
    border-radius:14px!important;
    box-shadow:0 6px 16px rgba(0,43,102,.05)!important;
  }
  .shop-order-card__summary{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto 32px!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:6px 8px!important;
    min-height:0!important;
    padding:10px!important;
    padding-right:10px!important;
  }
  .shop-order-card__number{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    padding:6px 8px!important;
    font-size:11px!important;
  }
  .shop-order-status{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    max-width:130px!important;
    padding:6px 8px!important;
    font-size:10.5px!important;
    text-align:center!important;
  }
  .shop-order-card__date{
    grid-column:1!important;
    grid-row:2!important;
    font-size:11.5px!important;
  }
  .shop-order-card__total{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:end!important;
    font-size:14px!important;
    white-space:nowrap!important;
  }
  .shop-order-card__summary::after{
    position:static!important;
    right:auto!important;
    grid-column:3!important;
    grid-row:1 / span 2!important;
    align-self:center!important;
    justify-self:end!important;
    width:28px!important;
    height:28px!important;
    margin:0!important;
    transform:none!important;
  }
  .shop-order-card[open] .shop-order-card__summary::after{
    transform:rotate(180deg)!important;
  }
  .shop-order-card__body{
    padding:10px!important;
  }
  .shop-order-card__meta{
    font-size:11.5px!important;
    line-height:1.35!important;
  }
  .shop-order-card__actions{
    margin-top:8px!important;
  }
  .shop-order-card__actions .btn{
    width:100%!important;
    min-height:38px!important;
    padding:8px 12px!important;
    font-size:11.5px!important;
  }
  .shop-order-detail-panel{
    margin-top:9px!important;
    padding:10px!important;
    border-radius:12px!important;
  }
  .shop-order-card__body .shop-order-detail-panel h3{
    margin-bottom:8px!important;
    font-size:15px!important;
  }
  .shop-order-items__head{
    display:none!important;
  }
  .shop-order-items__row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:4px 8px!important;
    min-width:0!important;
    min-height:0!important;
    margin-bottom:7px!important;
    padding:9px!important;
    border:1px solid #e1ebf8!important;
    border-radius:10px!important;
  }
  .shop-order-items__row > :nth-child(1){grid-column:1!important;grid-row:1!important;}
  .shop-order-items__row > :nth-child(2){grid-column:1 / -1!important;grid-row:2!important;min-width:0!important;}
  .shop-order-items__row > :nth-child(3){grid-column:1!important;grid-row:3!important;}
  .shop-order-items__row > :nth-child(4){grid-column:2!important;grid-row:3!important;text-align:right!important;}
  .shop-order-items__row > *{
    min-width:0!important;
    font-size:11.5px!important;
    line-height:1.3!important;
  }
  .shop-order-items__row > strong{
    color:#0b3476!important;
    font-size:12.5px!important;
    overflow-wrap:anywhere!important;
  }
  .shop-order-items__row > *::before{
    font-size:9px!important;
  }
  .shop-order-totals{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:6px 10px!important;
    font-size:12px!important;
  }
  .shop-order-totals dd:last-child{
    font-size:17px!important;
  }

  /* Results list: information first, status and action below. */
  .patient-mini-list,
  .patient-results-list{
    gap:7px!important;
  }
  .patient-mini-list a{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:3px!important;
    padding:10px!important;
    border-radius:12px!important;
  }
  .patient-results-list article{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:8px!important;
    padding:10px!important;
    border-radius:12px!important;
  }
  .patient-results-list article > div:first-child{
    grid-column:1 / -1!important;
    min-width:0!important;
  }
  .patient-results-list article > .patient-cabinet-pill{
    grid-column:1!important;
    justify-self:start!important;
  }
  .patient-results-list article > .btn{
    grid-column:2!important;
    width:auto!important;
    min-width:78px!important;
    min-height:36px!important;
    padding:7px 10px!important;
    font-size:11px!important;
  }
  .patient-mini-list strong,
  .patient-results-list strong{
    font-size:13px!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
  }

  /* Offers, loyalty, profile and account forms. */
  .patient-offer-card{
    gap:6px!important;
  }
  .patient-cabinet--offers .patient-repeat-card h2,
  .patient-cabinet--offers .patient-offer-card h2{
    font-size:18px!important;
  }
  .patient-offer-actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:4px!important;
  }
  .patient-offer-actions form{
    display:contents!important;
  }
  .patient-offer-actions .btn,
  .patient-repeat-card .btn,
  .patient-loyalty-status .btn,
  .patient-detail-actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:40px!important;
    padding:8px 10px!important;
    font-size:11.5px!important;
  }
  .patient-loyalty-grid strong{
    font-size:30px!important;
  }
  .patient-loyalty-tags{
    gap:6px!important;
    margin:10px 0!important;
  }
  .patient-cabinet-pill{
    padding:6px 8px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
  }
  .patient-profile-dl,
  .patient-order-totals{
    grid-template-columns:minmax(0,1fr)!important;
    gap:2px!important;
  }
  .patient-profile-dl dt{
    margin-top:7px!important;
    font-size:10.5px!important;
  }
  .patient-profile-dl dd{
    font-size:13px!important;
    overflow-wrap:anywhere!important;
  }
  .shop-form-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  .shop-form-card label{
    gap:5px!important;
    font-size:12px!important;
  }
  .shop-form-card input,
  .shop-form-card select{
    min-height:44px!important;
    padding:9px 10px!important;
    border-radius:10px!important;
    font-size:16px!important;
  }
  .shop-check{
    min-height:36px!important;
    padding:5px 0!important;
  }
  .shop-check input{
    width:20px!important;
    height:20px!important;
    min-height:20px!important;
    flex:0 0 20px!important;
  }
  .shop-confirm-btn{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
    margin-top:12px!important;
  }
  .patient-family-placeholder{
    margin:0!important;
    padding:12px!important;
  }
  .patient-detail-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:8px!important;
    width:100%!important;
  }

  /* Supporting cards are placed after the main content without desktop stickiness. */
  .patient-side-card{
    width:100%!important;
  }
  .patient-side-card .btn{
    width:100%!important;
    min-height:38px!important;
    padding:8px 10px!important;
    font-size:11.5px!important;
  }
  .patient-promotions-list{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-columns:none!important;
    grid-auto-columns:minmax(225px,82%)!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 2px 8px!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
  }
  .patient-promotions-list::-webkit-scrollbar{display:none!important;}
  .patient-promotions-list a{
    scroll-snap-align:start!important;
    min-height:54px!important;
    padding:9px!important;
  }
  .patient-promotions-list strong{
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }

  /* Dashboard promotions: compact mobile carousel, not a desktop-height panel. */
  .patient-cabinet-promo-slider{
    min-height:316px!important;
    padding:9px 9px 44px!important;
    border-radius:16px!important;
  }
  .patient-cabinet-promo-slider .promo-slider__viewport,
  .patient-cabinet-promo-slider .promo-slide{
    min-height:258px!important;
  }
  .patient-cabinet-promo-slider .promo-slide{
    border-radius:16px!important;
  }
  .patient-cabinet-promo-slider .promo-slide img{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:16px!important;
  }
  .patient-cabinet-promo-slider .promo-slide__overlay{
    bottom:8px!important;
    width:calc(100% - 16px)!important;
    padding:9px 10px!important;
    border-radius:14px!important;
  }
  .patient-cabinet-promo-slider .promo-slide strong{
    font-size:17px!important;
    line-height:1.12!important;
  }
  .patient-cabinet-promo-slider .promo-slide__summary{
    display:-webkit-box!important;
    margin-top:5px!important;
    font-size:11px!important;
    line-height:1.3!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .patient-cabinet-promo-slider .promo-slide__price{
    gap:8px!important;
    margin-top:5px!important;
  }
  .patient-cabinet-promo-slider .promo-slide__price del{font-size:13px!important;}
  .patient-cabinet-promo-slider .promo-slide__price span{font-size:22px!important;}
  .patient-cabinet-promo-slider .promo-slide .badge-red{
    top:9px!important;
    left:9px!important;
    min-width:0!important;
    padding:7px 9px!important;
    border-radius:10px!important;
    font-size:12px!important;
  }
  .patient-cabinet-promo-slider .promo-slider__nav{
    width:36px!important;
    height:36px!important;
  }

  /* Authenticated cart inside the cabinet. */
  .patient-cabinet--cart > .patient-cart-content{
    padding:0!important;
  }
  .patient-cabinet--cart .shop-cart-layout{
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
  }
  .patient-cabinet--cart .shop-cart-list{
    gap:8px!important;
  }
  .patient-cabinet--cart .shop-cart-item--simple{
    grid-template-columns:minmax(0,1fr) 32px!important;
    gap:8px!important;
    min-height:58px!important;
    padding:10px!important;
    border-radius:13px!important;
  }
  .patient-cabinet--cart .shop-cart-item--simple > div{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
  }
  .patient-cabinet--cart .shop-cart-item--simple strong{
    min-width:0!important;
    font-size:13px!important;
    line-height:1.25!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .patient-cabinet--cart .shop-cart-item--simple span{
    font-size:13px!important;
  }
  .patient-cabinet--cart .shop-cart-item button{
    width:32px!important;
    height:32px!important;
    font-size:19px!important;
  }
  .patient-cabinet--cart .shop-summary{
    position:static!important;
    padding:14px!important;
    border-radius:16px!important;
  }
  .patient-cabinet--cart .shop-summary__total strong{
    font-size:25px!important;
  }

  /* Login, registration and password recovery use the same mobile language. */
  .patient-auth-page{
    padding-top:12px!important;
    padding-bottom:24px!important;
  }
  .patient-auth-layout,
  .patient-auth-layout--narrow{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    max-width:none!important;
  }
  .patient-auth-card,
  .patient-auth-side{
    min-width:0!important;
    padding:15px!important;
    border-radius:17px!important;
  }
  .patient-auth-card h1,
  .patient-auth-side h2{
    margin-bottom:7px!important;
    font-size:23px!important;
    line-height:1.08!important;
  }
  .patient-auth-card p,
  .patient-auth-side p,
  .shop-auth-benefits{
    font-size:12px!important;
    line-height:1.4!important;
  }
  .patient-auth-page--login .patient-auth-card .shop-form-grid .btn[type="submit"],
  .patient-auth-side .btn{
    width:100%!important;
    min-width:0!important;
    min-height:42px!important;
  }
  .patient-phone-input > span{
    min-width:62px!important;
    padding:0 8px!important;
    font-size:13px!important;
  }
}

@media (max-width:370px){
  .patient-cabinet-nav a{
    min-height:60px!important;
    font-size:10px!important;
  }
  .patient-cabinet-hero__actions{
    grid-template-columns:minmax(0,1fr) 76px!important;
  }
  .patient-cabinet-hero__actions .btn,
  .patient-cabinet-hero__actions form .btn{
    font-size:10.5px!important;
  }
  .shop-order-card__summary{
    grid-template-columns:minmax(0,1fr) 30px!important;
  }
  .shop-order-status,
  .shop-order-card__total{
    grid-column:1!important;
    justify-self:start!important;
  }
  .shop-order-status{grid-row:2!important;}
  .shop-order-card__date{grid-row:3!important;}
  .shop-order-card__total{grid-row:4!important;}
  .shop-order-card__summary::after{
    grid-column:2!important;
    grid-row:1 / span 4!important;
  }
  .patient-results-list article{
    grid-template-columns:1fr!important;
  }
  .patient-results-list article > .btn{
    grid-column:1!important;
    width:100%!important;
  }
}

/* v950: dashboard identity panel before quick-access navigation on mobile */
.patient-cabinet-user--dashboard-mobile{
  display:none;
}
@media (max-width:1024px){
  .patient-cabinet-user--dashboard-mobile{
    display:flex!important;
    margin:0 0 8px!important;
  }
  .patient-cabinet--dashboard .patient-dashboard-user-card{
    display:none!important;
  }
}

/* v950: cabinet navigation icons from the user-provided archive (desktop + mobile) */
.patient-cabinet-nav .patient-cabinet-nav__icon{
  width:30px;
  height:30px;
  min-width:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:999px;
  background:#f2f7fd;
}
.patient-cabinet-nav .patient-cabinet-nav__icon img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
}
.patient-cabinet-nav a.is-active .patient-cabinet-nav__icon,
.patient-cabinet-nav a:hover .patient-cabinet-nav__icon{
  background:#fff;
}

/* v950: home-style promotions are mobile-only inside the patient dashboard. */
.patient-cabinet-mobile-promotions{
  display:none;
}

@media (max-width:1024px){
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    flex-basis:32px!important;
    background:#f2f7fd!important;
  }
  .patient-cabinet-nav a.is-active .patient-cabinet-nav__icon{
    background:#fff!important;
  }

  .patient-cabinet--dashboard .patient-cabinet-promo-slider{
    display:none!important;
  }
  .patient-cabinet--dashboard .patient-side-card--promotions{
    display:none!important;
  }
  .patient-cabinet-mobile-promotions{
    display:block!important;
    min-width:0;
    padding:0;
    margin:0;
  }
  .patient-cabinet-mobile-promotions__head{
    margin-bottom:12px!important;
  }
  .patient-cabinet-mobile-promotions__list{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:12px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card{
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    gap:13px;
    align-items:start;
    min-width:0;
    padding:14px;
    border:1px solid #dce7f4;
    border-radius:19px;
    background:#fff;
    color:#0b3476;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(11,52,118,.07);
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__icon{
    width:68px;
    height:68px;
    display:grid;
    place-items:center;
    overflow:hidden;
    border:1px solid #dce7f4;
    border-radius:50%;
    background:#f8fbff;
    color:#e30613;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__icon img{
    width:58px;
    height:58px;
    display:block;
    object-fit:contain;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__icon svg{
    width:38px;
    height:38px;
    fill:none;
    stroke:currentColor;
    stroke-width:2.3;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__body{
    display:block;
    min-width:0;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:5px 7px;
    margin-bottom:7px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__label{
    color:#e30613;
    font-size:10px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__schedule{
    color:#5b7396;
    font-size:10px;
    line-height:1.15;
    font-weight:800;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__discount{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:22px;
    margin-left:auto;
    padding:3px 8px;
    border-radius:999px;
    background:#e30613;
    color:#fff;
    font-size:10px;
    line-height:1;
    font-weight:950;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__title{
    display:block;
    margin:0;
    color:#07377d;
    font-size:16px;
    line-height:1.13;
    font-weight:950;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__desc{
    display:-webkit-box;
    margin-top:5px;
    overflow:hidden;
    color:#5b7396;
    font-size:11.5px;
    line-height:1.27;
    font-weight:650;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__price{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:5px;
    margin-top:10px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__price > span,
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__price > em{
    color:#0b3476;
    font-size:11px;
    line-height:1;
    font-style:normal;
    font-weight:900;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__price del{
    color:#8c9ab1;
    font-size:12px;
    line-height:1;
    font-weight:750;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__price b{
    color:#e30613;
    font-size:21px;
    line-height:1;
    font-weight:950;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__more{
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-top:10px;
    color:#e30613;
    font-size:12px;
    line-height:1;
    font-weight:950;
  }
}

@media (max-width:380px){
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card{
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    padding:12px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__icon{
    width:58px;
    height:58px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__icon img{
    width:50px;
    height:50px;
  }
  .patient-cabinet-mobile-promotions .mobile-home-promotion-card__discount{
    margin-left:0;
  }
}


/* ==========================================================
   v951 HOTFIX — patient cabinet mobile breakpoint and overflow hardening
   ========================================================== */
@media (max-width:1024px){
  html,
  body{
    max-width:100%!important;
    overflow-x:hidden!important;
  }
  .patient-cabinet,
  .patient-cabinet *{
    box-sizing:border-box!important;
  }
  .patient-cabinet{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:clip!important;
  }
  .patient-cabinet-layout,
  .patient-cabinet-sidebar,
  .patient-cabinet-main,
  .patient-cabinet-aside,
  .patient-panel-card,
  .shop-order-history,
  .shop-order-card,
  .shop-order-card__summary,
  .shop-order-card__body{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .patient-cabinet-layout{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
  }
  .patient-cabinet-sidebar{
    position:static!important;
    grid-column:1!important;
  }
  .patient-cabinet-main{
    grid-column:1!important;
  }
  .patient-cabinet-aside{
    grid-column:1!important;
    position:static!important;
  }
  .patient-cabinet-nav{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .patient-cabinet-nav a{
    min-width:0!important;
    overflow:hidden!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    flex:0 0 36px!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:32px!important;
    height:32px!important;
    object-fit:contain!important;
  }
  .patient-cabinet-user--dashboard-mobile{
    display:flex!important;
    order:-1!important;
  }
  .patient-cabinet--dashboard .patient-dashboard-user-card{
    display:none!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider,
  .patient-cabinet--dashboard .patient-side-card--promotions{
    display:none!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-mobile-promotions{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .patient-cabinet-mobile-promotions__list{
    width:100%!important;
    max-width:100%!important;
  }
  .patient-cabinet-mobile-promotion-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .shop-order-card__number,
  .shop-order-card__number strong,
  .shop-order-card__summary strong{
    min-width:0!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
}
@media (max-width:390px){
  .patient-cabinet-nav{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* ==========================================================
   v952 — patient cabinet mobile icons and desktop-style promo slider
   Installs over v951. Mobile/tablet only; desktop remains unchanged.
   ========================================================== */
@media (max-width:1024px){
  /* Make the supplied cabinet icons clearly visible in mobile quick access. */
  .patient-cabinet-nav a{
    min-height:92px!important;
    gap:6px!important;
    padding:8px 5px!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    flex:0 0 54px!important;
    border-radius:17px!important;
    background:#f1f6fd!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:50px!important;
    height:50px!important;
    max-width:50px!important;
    max-height:50px!important;
    object-fit:contain!important;
  }
  .patient-cabinet-nav a.is-active .patient-cabinet-nav__icon,
  .patient-cabinet-nav a:hover .patient-cabinet-nav__icon{
    background:#fff!important;
  }

  /* Use the same full visual promotion slider as home/desktop cabinet. */
  .patient-cabinet--dashboard .patient-cabinet-promo-slider{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:366px!important;
    padding:10px 10px 50px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__viewport,
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide{
    min-height:306px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide{
    border-radius:18px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide img{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:18px!important;
    background:#f7fbff!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__overlay{
    bottom:10px!important;
    width:calc(100% - 22px)!important;
    padding:11px 12px 10px!important;
    border-radius:16px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide strong{
    font-size:19px!important;
    line-height:1.12!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__summary{
    display:-webkit-box!important;
    margin-top:5px!important;
    overflow:hidden!important;
    font-size:11.5px!important;
    line-height:1.3!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__price{
    gap:8px!important;
    margin-top:6px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__price del{
    font-size:14px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__price span{
    font-size:25px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide .badge-red{
    top:12px!important;
    left:12px!important;
    min-width:0!important;
    padding:8px 11px!important;
    border-radius:11px!important;
    font-size:13px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__schedule{
    top:12px!important;
    right:12px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__nav{
    display:grid!important;
    width:42px!important;
    height:42px!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__nav--prev{
    left:10px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__nav--next{
    right:10px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__dots{
    display:flex!important;
    bottom:14px!important;
  }

  /* The compact cards introduced in v950 are not used when the full slider is active. */
  .patient-cabinet--dashboard .patient-cabinet-mobile-promotions{
    display:none!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    flex-basis:50px!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:46px!important;
    height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider{
    min-height:340px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__viewport,
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide{
    min-height:280px!important;
  }
}


/* ==========================================================
   v953 — mobile home + patient cabinet: keep both promotion
   presentations, isolate slider dots, enlarge cabinet icons.
   Installs over v952.
   ========================================================== */

/* Patient cabinet: make the supplied quick-access artwork visibly dominant. */
@media (max-width:1024px){
  .patient-cabinet-nav a{
    min-height:112px!important;
    gap:8px!important;
    padding:10px 6px!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:74px!important;
    height:74px!important;
    min-width:74px!important;
    flex:0 0 74px!important;
    border-radius:21px!important;
    overflow:hidden!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    display:block!important;
    width:70px!important;
    height:70px!important;
    max-width:70px!important;
    max-height:70px!important;
    object-fit:contain!important;
  }

  /* Keep BOTH synchronized promotion views in the dashboard. */
  .patient-cabinet--dashboard .patient-cabinet-promo-slider{
    display:block!important;
    width:100%!important;
    min-height:374px!important;
    height:auto!important;
    padding:10px 10px 58px!important;
    overflow:hidden!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__viewport{
    width:100%!important;
    height:306px!important;
    min-height:306px!important;
    max-height:306px!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide{
    height:306px!important;
    min-height:306px!important;
    max-height:306px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__dots{
    left:50%!important;
    right:auto!important;
    bottom:17px!important;
    transform:translateX(-50%)!important;
    width:max-content!important;
    max-width:calc(100% - 28px)!important;
    min-height:22px!important;
    padding:3px 10px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 4px 14px rgba(11,52,118,.10)!important;
    z-index:8!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__dot{
    width:10px!important;
    height:10px!important;
    flex:0 0 10px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide__overlay{
    bottom:12px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-mobile-promotions{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    margin-top:14px!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:68px!important;
    height:68px!important;
    min-width:68px!important;
    flex-basis:68px!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:64px!important;
    height:64px!important;
    max-width:64px!important;
    max-height:64px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider{
    min-height:348px!important;
    padding-bottom:56px!important;
  }
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slider__viewport,
  .patient-cabinet--dashboard .patient-cabinet-promo-slider .promo-slide{
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
  }
}

/* Mobile home: retain the image slider AND the text promotion cards. */
@media (max-width:720px){
  body[data-route=""] .home-promo-section{
    display:block!important;
    width:calc(100% - 28px)!important;
    margin-top:22px!important;
  }
  body[data-route=""] .home-promo-section > .promo-panel.promo-slider{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:328px!important;
    max-height:none!important;
    padding:10px 10px 48px!important;
    overflow:hidden!important;
    border-radius:20px!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__viewport{
    width:100%!important;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }
  body[data-route=""] .home-promo-section .promo-slide,
  body[data-route=""] .home-promo-section .promo-slide img{
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__nav{
    display:grid!important;
    top:145px!important;
    bottom:auto!important;
    width:40px!important;
    height:40px!important;
    transform:translateY(-50%)!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__nav--prev{
    left:10px!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__nav--next{
    right:10px!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__dots{
    left:50%!important;
    right:auto!important;
    bottom:12px!important;
    transform:translateX(-50%)!important;
    width:max-content!important;
    max-width:calc(100% - 28px)!important;
    min-height:22px!important;
    padding:3px 10px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 4px 14px rgba(11,52,118,.10)!important;
    z-index:8!important;
  }
  body[data-route=""] .home-promo-section .promo-slider__dot{
    width:10px!important;
    height:10px!important;
    flex:0 0 10px!important;
  }
  body[data-route=""] .mobile-home-promotions{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
}

/* ==========================================================
   v954 — force restore the large promotions slider on mobile home
   Installs over v953. Home page only; cabinet remains unchanged.
   ========================================================== */
@media (max-width:720px){
  body .home-promo-section.container.home-panels{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:calc(100% - 28px)!important;
    max-width:1180px!important;
    margin:22px auto 0!important;
    position:relative!important;
  }

  body .home-promo-section.container.home-panels > .promo-panel.promo-slider{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:328px!important;
    max-height:none!important;
    padding:10px 10px 48px!important;
    overflow:hidden!important;
    border-radius:20px!important;
  }

  body .home-promo-section.container.home-panels .promo-slider__viewport{
    display:block!important;
    width:100%!important;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
    overflow:hidden!important;
    border-radius:18px!important;
  }

  body .home-promo-section.container.home-panels .promo-slide{
    display:block;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
  }

  body .home-promo-section.container.home-panels .promo-slide.is-active{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }

  body .home-promo-section.container.home-panels .promo-slide img{
    width:100%!important;
    height:270px!important;
    min-height:270px!important;
    max-height:270px!important;
    object-fit:cover!important;
  }

  body .home-promo-section.container.home-panels .promo-slider__nav{
    display:grid!important;
  }

  body .home-promo-section.container.home-panels .promo-slider__dots{
    display:flex!important;
  }
}

/* ==========================================================
   v955 — compact mobile patient cabinet quick-access tiles
   Installs over v954. Mobile/tablet only.
   ========================================================== */
@media (max-width:1024px){
  .patient-cabinet-sidebar .patient-cabinet-nav{
    width:min(100%,510px)!important;
    margin-inline:auto!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav a{
    min-height:92px!important;
    height:auto!important;
    padding:7px 4px 8px!important;
    gap:3px!important;
    border-radius:14px!important;
    font-size:11.5px!important;
    line-height:1.04!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    flex:0 0 58px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
    object-fit:contain!important;
    transform:scale(1.4)!important;
    transform-origin:center!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-sidebar .patient-cabinet-nav{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav a{
    min-height:84px!important;
    padding:6px 3px 7px!important;
    font-size:10.5px!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    flex-basis:52px!important;
    border-radius:16px!important;
  }

  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
    transform:scale(1.4)!important;
  }
}

/* ==========================================================
   v956 — enlarge mobile patient-cabinet quick-access icons
   Installs over v955. Icons only; tile dimensions unchanged.
   ========================================================== */
@media (max-width:1024px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    transform:scale(1.82)!important;
    transform-origin:center!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    transform:scale(1.82)!important;
  }
}

/* ==========================================================
   v957 — crisp high-resolution patient-cabinet navigation icons
   Installs over v956. Replaces low-resolution raster scaling.
   ========================================================== */
@media (max-width:1024px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    transform:none!important;
    image-rendering:auto!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    transform:none!important;
  }
}

/* ==========================================================
   v958 — clean, slightly smaller patient-cabinet navigation icons
   Installs over v957. Removes embedded glow/lighting distortion.
   ========================================================== */
.patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
  filter:none!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
}

@media (max-width:1024px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:88%!important;
    height:88%!important;
    max-width:88%!important;
    max-height:88%!important;
    object-fit:contain!important;
    transform:none!important;
  }
}

@media (max-width:390px){
  .patient-cabinet-sidebar .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:86%!important;
    height:86%!important;
    max-width:86%!important;
    max-height:86%!important;
  }
}

/* v959: mobile patient cabinet quick-access icons use flat framed tiles */
@media (max-width:1024px){
  .patient-cabinet-nav .patient-cabinet-nav__icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    flex:0 0 54px!important;
    padding:0!important;
    background:transparent!important;
    border-radius:16px!important;
    box-shadow:none!important;
  }
  .patient-cabinet-nav .patient-cabinet-nav__icon img{
    width:54px!important;
    height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
    object-fit:contain!important;
  }
  .patient-cabinet-nav a.is-active .patient-cabinet-nav__icon,
  .patient-cabinet-nav a:hover .patient-cabinet-nav__icon{
    background:transparent!important;
    box-shadow:none!important;
  }
}

/* v961: ordered site-search results with compact full composition and matched-test highlighting */
.site-search-hero__matched-test{
  margin-top:7px!important;
  padding:8px 10px;
  border-left:3px solid #e30613;
  border-radius:0 8px 8px 0;
  background:#fff4f5;
  color:#526b89!important;
  font-size:12px!important;
}
.site-search-hero__matched-test strong{
  color:#c9000d!important;
}
.site-search-result--with-composition .site-search-result__link{
  min-height:0;
}
.site-search-result__composition{
  margin-top:10px;
  padding-top:9px;
  display:block;
  border-top:1px solid #e1eaf5;
}
.site-search-result__composition-title{
  display:block;
  margin-bottom:6px;
  color:#526b8d;
  font-size:10px;
  line-height:1.15;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.025em;
}
.site-search-result__composition-list{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.site-search-result__composition-item{
  max-width:100%;
  min-height:25px;
  padding:4px 7px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid #dce7f3;
  border-radius:7px;
  background:#f6f9fd;
  color:#354f73;
  font-size:10px;
  line-height:1.22;
  font-weight:750;
}
.site-search-result__composition-item em{
  color:#0b62b5;
  font-style:normal;
  font-weight:950;
  white-space:nowrap;
}
.site-search-result__composition-item b{
  color:#0b3476;
  font-size:9px;
  text-transform:uppercase;
}
.site-search-result__composition-item.is-group{
  border-color:#b9cfe8;
  background:#edf4fc;
  color:#0b3476;
}
.site-search-result__composition-item.is-match{
  border-color:#f04855;
  background:#fff0f2;
  color:#b9000d;
  box-shadow:inset 0 0 0 1px rgba(227,6,19,.08);
  font-weight:950;
}
.site-search-result__composition-item.is-match em{
  color:#e30613;
}

@media (max-width:767px){
  body[data-route="poshuk"] .site-search-hero__matched-test{
    padding:7px 8px;
    font-size:10.5px!important;
    line-height:1.35;
  }
  body[data-route="poshuk"] .site-search-result--with-composition .site-search-result__link{
    min-height:0;
  }
  body[data-route="poshuk"] .site-search-result__composition{
    margin-top:8px;
    padding-top:7px;
  }
  body[data-route="poshuk"] .site-search-result__composition-title{
    margin-bottom:5px;
    font-size:9px;
  }
  body[data-route="poshuk"] .site-search-result__composition-list{
    gap:4px;
  }
  body[data-route="poshuk"] .site-search-result__composition-item{
    min-height:22px;
    padding:3px 6px;
    border-radius:6px;
    font-size:9px;
    line-height:1.2;
  }
}

/* ==========================================================
   PROLAB v971 — promotion details CTA and floating category return
   ========================================================== */
.prices-row__details-link{
  min-width:94px;
  height:36px;
  padding:0 14px;
  border:1px solid #145fb0;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#145fb0;
  background:#fff;
  text-decoration:none;
  font-size:12px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
.prices-row__details-link:hover,
.prices-row__details-link:focus-visible{
  color:#fff;
  background:#145fb0;
  outline:none;
}
body[data-route="analizy-ta-tsiny"] .prices-mobile-card__details-link,
body[data-route="analyses-prices"] .prices-mobile-card__details-link,
body[data-route="ru/analizy-i-ceny"] .prices-mobile-card__details-link{
  min-width:88px;
  height:42px;
  padding:0 10px;
  border:1px solid #145fb0;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#145fb0;
  background:#fff;
  text-decoration:none;
  font-size:11px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
body[data-route="analizy-ta-tsiny"] .prices-mobile-card__details-link:active,
body[data-route="analizy-ta-tsiny"] .prices-mobile-card__details-link:focus-visible,
body[data-route="analyses-prices"] .prices-mobile-card__details-link:active,
body[data-route="analyses-prices"] .prices-mobile-card__details-link:focus-visible,
body[data-route="ru/analizy-i-ceny"] .prices-mobile-card__details-link:active,
body[data-route="ru/analizy-i-ceny"] .prices-mobile-card__details-link:focus-visible{
  color:#fff;
  background:#145fb0;
  outline:none;
}
body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__price del,
body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__price del,
body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__price del{
  display:block;
  margin-bottom:3px;
  color:#96a7bd;
  font-size:11px;
  line-height:1;
  font-weight:700;
  text-align:right;
}
.prices-floating-categories{
  position:fixed;
  right:30px;
  bottom:30px;
  z-index:1350;
  min-height:50px;
  padding:0 20px;
  border:1px solid #0b3476;
  border-radius:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#0b3476;
  color:#fff;
  box-shadow:0 14px 34px rgba(11,52,118,.28);
  cursor:pointer;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.prices-floating-categories[hidden]{display:none!important;}
.prices-floating-categories.is-visible{
  opacity:1;
  transform:translateY(0);
}
.prices-floating-categories:hover,
.prices-floating-categories:focus-visible{
  box-shadow:0 18px 40px rgba(11,52,118,.38);
  border-color:#0b3476;
  outline:none;
}
.prices-floating-categories span{
  font-size:21px;
  line-height:1;
  font-weight:900;
}
.prices-floating-categories strong{
  font-size:16px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__lower{
    flex-wrap:wrap;
    row-gap:8px;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__separator{
    display:none;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__price{
    margin-left:0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__form{
    margin-left:auto;
  }
  .prices-floating-categories{
    right:14px;
    bottom:88px;
    min-height:46px;
    padding:0 16px;
    border-radius:22px;
  }
  .prices-floating-categories strong{font-size:15px;}
}

/* ==========================================================
   PROLAB v972 — stable promotion cards and floating navigation
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-row--promotion,
body[data-route="analyses-prices"] .prices-row--promotion,
body[data-route="ru/analizy-i-ceny"] .prices-row--promotion{
  width:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
body[data-route="analizy-ta-tsiny"] .prices-row--promotion > *,
body[data-route="analyses-prices"] .prices-row--promotion > *,
body[data-route="ru/analizy-i-ceny"] .prices-row--promotion > *{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
body[data-route="analizy-ta-tsiny"] .prices-row--promotion .prices-row__details,
body[data-route="analyses-prices"] .prices-row--promotion .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-row--promotion .prices-row__details{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--promotion .prices-row__details-text,
body[data-route="analyses-prices"] .prices-row--promotion .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-row--promotion .prices-row__details-text{
  min-width:0!important;
  max-width:100%!important;
  flex:1 1 auto!important;
}
body[data-route="analizy-ta-tsiny"] .prices-row--promotion .prices-row__details-link,
body[data-route="analyses-prices"] .prices-row--promotion .prices-row__details-link,
body[data-route="ru/analizy-i-ceny"] .prices-row--promotion .prices-row__details-link{
  min-width:72px;
  max-width:100%;
  height:36px;
  padding:0 11px;
  margin-left:auto;
  box-sizing:border-box;
  overflow:hidden;
  text-overflow:ellipsis;
}

.prices-floating-categories,
.promos-floating-analyses{
  z-index:10060;
  text-decoration:none;
  pointer-events:auto;
}
.promos-floating-analyses{
  position:fixed;
  right:30px;
  bottom:30px;
  min-height:48px;
  padding:0 18px;
  border:0;
  border-radius:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#fff;
  background:#0b3476;
  box-shadow:0 14px 34px rgba(11,52,118,.28);
  opacity:0;
  transform:translateY(16px);
  transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;
}
.promos-floating-analyses[hidden]{display:none!important;}
.promos-floating-analyses.is-visible{
  opacity:1;
  transform:translateY(0);
}
.promos-floating-analyses:hover,
.promos-floating-analyses:focus-visible{
  color:#fff;
  box-shadow:0 18px 40px rgba(11,52,118,.38);
  outline:none;
}
.promos-floating-analyses span{
  font-size:19px;
  line-height:1;
  font-weight:900;
}
.promos-floating-analyses strong{
  font-size:14px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion{
    width:100%;
    min-width:0;
    max-width:100%;
    overflow:hidden;
    box-sizing:border-box;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__lower{
    width:100%;
    min-width:0;
    max-width:100%;
    flex-wrap:nowrap;
    gap:8px;
    white-space:normal;
    box-sizing:border-box;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__term{
    flex:1 1 auto;
    min-width:0;
    margin-right:0;
    white-space:normal;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__details-link{
    min-width:64px;
    max-width:84px;
    height:40px;
    padding:0 9px;
    box-sizing:border-box;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__separator{
    display:none!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__price{
    flex:0 0 auto;
    min-width:0;
    margin:0;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__form{
    flex:0 0 auto;
    margin-left:0!important;
  }
  .prices-floating-categories,
  .promos-floating-analyses{
    right:14px;
    bottom:calc(92px + env(safe-area-inset-bottom));
    min-height:44px;
    padding:0 15px;
    border-radius:22px;
  }
  .prices-floating-categories strong,
  .promos-floating-analyses strong{font-size:13px;}
}

@media (max-width:520px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__lower{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto;
    column-gap:10px;
    row-gap:8px;
    align-items:center;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__term{
    grid-column:1;
    grid-row:1;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__details-link{
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__price{
    grid-column:1;
    grid-row:2;
    justify-self:end;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--promotion .prices-mobile-card__form{
    grid-column:2;
    grid-row:2;
    justify-self:end;
  }
}

/* ==========================================================
   PROLAB v973 — promotion cards use standard analysis geometry
   Only the CTA differs: “Деталі/Детали” replaces the “i” button.
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row--promotion > .prices-row__details,
body[data-route="analyses-prices"] .prices-table .prices-row--promotion > .prices-row__details,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row--promotion > .prices-row__details{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row--promotion .prices-row__details-text,
body[data-route="analyses-prices"] .prices-table .prices-row--promotion .prices-row__details-text,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row--promotion .prices-row__details-text{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 96px)!important;
}
body[data-route="analizy-ta-tsiny"] .prices-table .prices-row--promotion .prices-row__details-link,
body[data-route="analyses-prices"] .prices-table .prices-row--promotion .prices-row__details-link,
body[data-route="ru/analizy-i-ceny"] .prices-table .prices-row--promotion .prices-row__details-link{
  flex:0 0 86px!important;
  width:86px!important;
  min-width:86px!important;
  max-width:86px!important;
  height:42px!important;
  min-height:42px!important;
  margin:0!important;
  padding:0 10px!important;
  border-radius:12px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower{
    display:flex!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    min-height:50px!important;
    margin-top:7px!important;
    gap:0!important;
    white-space:nowrap!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{
    grid-column:auto!important;
    grid-row:auto!important;
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0 10px 0 0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link{
    grid-column:auto!important;
    grid-row:auto!important;
    flex:0 0 68px!important;
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:42px!important;
    min-height:42px!important;
    margin:0 8px 0 0!important;
    padding:0 7px!important;
    border-radius:13px!important;
    box-sizing:border-box!important;
    font-size:11px!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{
    display:inline-flex!important;
    grid-column:auto!important;
    grid-row:auto!important;
    flex:0 0 auto!important;
    height:42px!important;
    margin:0 8px 0 0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price{
    grid-column:auto!important;
    grid-row:auto!important;
    flex:0 0 auto!important;
    min-width:0!important;
    margin:0!important;
    justify-self:auto!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{
    grid-column:auto!important;
    grid-row:auto!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    margin:0 0 0 10px!important;
    justify-self:auto!important;
  }
}

@media (max-width:520px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower{
    display:flex!important;
    min-height:48px!important;
    margin-top:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{
    margin-right:7px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link{
    flex-basis:60px!important;
    width:60px!important;
    min-width:60px!important;
    max-width:60px!important;
    height:40px!important;
    min-height:40px!important;
    margin-right:6px!important;
    padding:0 5px!important;
    font-size:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{
    height:40px!important;
    margin-right:6px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{
    flex-basis:40px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    margin-left:7px!important;
  }
}

@media (max-width:390px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{
    margin-right:5px!important;
    font-size:10px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__details-link{
    flex-basis:54px!important;
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:36px!important;
    min-height:36px!important;
    margin-right:4px!important;
    padding:0 4px!important;
    font-size:9.5px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{
    height:36px!important;
    margin-right:4px!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{
    flex-basis:36px!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    margin-left:5px!important;
  }
}

/* ==========================================================
   PROLAB v974 — promotion CTA follows standard analysis info-button template
   Same card geometry as ordinary analysis; only `i` -> `Деталі/Детали`.
   ========================================================== */
body[data-route="analizy-ta-tsiny"] .prices-row__info.prices-row__info--details,
body[data-route="analyses-prices"] .prices-row__info.prices-row__info--details,
body[data-route="ru/analizy-i-ceny"] .prices-row__info.prices-row__info--details{
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:24px!important;
  min-height:24px!important;
  flex:0 0 72px!important;
  padding:0 9px!important;
  margin:0!important;
  border-radius:8px!important;
  font-size:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  box-sizing:border-box!important;
}

@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details{
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    height:42px!important;
    min-height:42px!important;
    flex:0 0 76px!important;
    margin:0 10px 0 0!important;
    padding:0 9px!important;
    border-radius:13px!important;
    font-size:12px!important;
    line-height:1!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:520px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details{
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:40px!important;
    min-height:40px!important;
    flex-basis:68px!important;
    margin-right:8px!important;
    padding:0 7px!important;
    font-size:11px!important;
  }
}

@media (max-width:390px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details{
    width:60px!important;
    min-width:60px!important;
    max-width:60px!important;
    height:36px!important;
    min-height:36px!important;
    flex-basis:60px!important;
    margin-right:6px!important;
    padding:0 5px!important;
    font-size:10px!important;
  }
}

@media (max-width:350px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard .prices-mobile-card__info.prices-mobile-card__info--details{
    width:54px!important;
    min-width:54px!important;
    max-width:54px!important;
    height:34px!important;
    min-height:34px!important;
    flex-basis:54px!important;
    margin-right:4px!important;
    padding:0 4px!important;
    font-size:9px!important;
  }
}

/* v974: keep every non-CTA metric identical to the standard mobile analysis card. */
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__lower{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    margin-top:7px!important;
    gap:0!important;
    white-space:nowrap!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{
    flex:0 0 auto!important;
    min-width:0!important;
    margin:0 12px 0 0!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{
    display:inline-flex!important;
    height:42px!important;
    margin:0 10px 0 0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__price{
    flex:0 0 auto!important;
    margin:0!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{
    margin:0 0 0 14px!important;
  }
}
@media (max-width:520px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{margin-right:10px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{height:40px!important;margin-right:8px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{margin-left:10px!important;}
}
@media (max-width:390px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{margin-right:7px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{height:36px!important;margin-right:6px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{margin-left:7px!important;}
}
@media (max-width:350px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__term{margin-right:5px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__separator{height:34px!important;margin-right:4px!important;}
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="analyses-prices"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card--standard.prices-mobile-card--promotion .prices-mobile-card__form{margin-left:5px!important;}
}


/* ==========================================================
   PROLAB v975 — promotions use the same mobile card layout as check-ups
   Only the info action is widened for the `Деталі` label.
   ========================================================== */
@media (max-width:760px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details{
    width:auto;
    min-width:68px;
    padding:0 10px;
    font-size:12px;
    line-height:1;
    white-space:nowrap;
    box-sizing:border-box;
  }
}

@media (max-width:390px){
  body[data-route="analizy-ta-tsiny"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details,
  body[data-route="analyses-prices"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details,
  body[data-route="ru/analizy-i-ceny"] .prices-mobile-card:not(.prices-mobile-card--standard) .prices-mobile-card__actions .prices-mobile-card__info--details{
    min-width:60px;
    padding:0 7px;
    font-size:10px;
  }
}

/* ==========================================================
   PROLAB v983 — mobile home promo slider overlay geometry
   Base: FULL v981. Home page mobile only; desktop unchanged.
   ========================================================== */
@media (max-width:720px){
  body[data-route=""] .home-promo-section.container.home-panels > .promo-panel.promo-slider .promo-slide__overlay{
    left:50%!important;
    right:auto!important;
    bottom:8px!important;
    transform:translateX(-50%)!important;
    width:calc(100% - 20px)!important;
    max-width:calc(100% - 20px)!important;
    height:auto!important;
    min-height:58px!important;
    max-height:none!important;
    padding:7px 12px 6px!important;
    grid-template-rows:auto auto!important;
    row-gap:3px!important;
    align-content:center!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  body[data-route=""] .home-promo-section.container.home-panels > .promo-panel.promo-slider .promo-slide__overlay strong{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.08!important;
    text-wrap:balance;
  }

  body[data-route=""] .home-promo-section.container.home-panels > .promo-panel.promo-slider .promo-slide__price{
    width:100%!important;
    min-width:0!important;
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }
}

/* v984: admin-only dynamic Popular analyses selector. */
[data-popular-admin] .shop-useful-admin-row{
  grid-template-columns:140px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  cursor:pointer;
}
[data-popular-admin] .shop-useful-admin-row__check{
  margin:0!important;
}
[data-popular-admin] .shop-useful-admin-row__main{
  min-width:0;
}
[data-popular-admin] .shop-useful-admin-row__main strong,
[data-popular-admin] .shop-useful-admin-row__main small{
  display:block;
}
[data-popular-admin] .shop-useful-admin-row__main small{
  margin-top:4px;
}
[data-popular-admin] [data-popular-admin-row][hidden],
[data-popular-admin] [data-popular-admin-group][hidden]{
  display:none!important;
}
@media (max-width:720px){
  [data-popular-admin] .shop-useful-admin-row{
    grid-template-columns:1fr!important;
  }
}

/* ==========================================================
   PROLAB v988 — gynecologist consultation price + DB-driven offers
   Shared mobile/desktop. Promotions remain managed from Admin/DB.
   ========================================================== */
.service-hero__price{
  display:inline-flex;
  align-items:center;
  gap:12px;
  width:max-content;
  max-width:100%;
  margin-top:16px;
  padding:10px 14px;
  border:1px solid #d7e6fb;
  border-radius:16px;
  background:#f6faff;
  color:var(--navy);
  box-sizing:border-box;
}
.service-hero__price span{
  font-size:13px;
  line-height:1.25;
  color:#607390;
  font-weight:700;
}
.service-hero__price strong{
  font-size:22px;
  line-height:1;
  white-space:nowrap;
  color:var(--red);
  font-weight:900;
}

.service-gyne-promotions__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.service-gyne-promo-card{
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,.58fr);
  min-width:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow);
}
.service-gyne-promo-card__media{
  display:block;
  min-height:255px;
  overflow:hidden;
  background:#eef5ff;
}
.service-gyne-promo-card__media img{
  display:block;
  width:100%;
  height:100%;
  min-height:255px;
  object-fit:cover;
}
.service-gyne-promo-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  padding:22px;
}
.service-gyne-promo-card__body h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:22px;
  line-height:1.18;
  overflow-wrap:anywhere;
}
.service-gyne-promo-card__body p{
  margin:0;
  color:#5d6f8c;
  font-size:14px;
  line-height:1.5;
}
.service-gyne-promo-card__prices{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
  align-items:flex-end;
  width:100%;
  margin-top:auto;
  padding-top:18px;
}
.service-gyne-promo-card__prices span{
  display:grid;
  gap:3px;
}
.service-gyne-promo-card__prices small{
  color:#7a89a2;
  font-size:11px;
  line-height:1.1;
  font-weight:700;
}
.service-gyne-promo-card__prices del{
  color:#7b879a;
  font-size:15px;
}
.service-gyne-promo-card__prices strong{
  color:var(--red);
  font-size:24px;
  line-height:1;
  white-space:nowrap;
}
.service-gyne-promo-card__details{
  margin-top:16px;
}

.promotion-detail-page{
  padding-top:22px;
  padding-bottom:38px;
}
.promotion-detail-back{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--blue);
  font-weight:900;
  letter-spacing:.01em;
  text-decoration:none;
}
.promotion-detail-hero{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:24px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:18px;
}
.promotion-detail-hero__media{
  min-height:360px;
  overflow:hidden;
  border-radius:22px;
  background:#eef5ff;
}
.promotion-detail-hero__media img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
}
.promotion-detail-hero__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:16px 18px 16px 4px;
}
.promotion-detail-kicker{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff1f2;
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.promotion-detail-hero h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(32px,3.5vw,50px);
  line-height:1.02;
  letter-spacing:-.03em;
  font-weight:900;
  overflow-wrap:anywhere;
}
.promotion-detail-lead{
  margin:14px 0 0;
  color:#243f67;
  font-size:19px;
  line-height:1.5;
  font-weight:800;
}
.promotion-detail-text{
  margin:10px 0 0;
  color:#506684;
  line-height:1.68;
  font-weight:500;
}
.promotion-detail-prices{
  display:flex;
  flex-wrap:wrap;
  gap:14px 26px;
  align-items:flex-end;
  margin-top:20px;
}
.promotion-detail-prices>div{
  display:grid;
  gap:4px;
}
.promotion-detail-prices small{
  color:#6d7d96;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.promotion-detail-prices del{
  color:#7b8798;
  font-size:20px;
}
.promotion-detail-prices strong{
  color:var(--red);
  font-size:32px;
  line-height:1;
  white-space:nowrap;
}
.promotion-detail-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.promotion-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.promotion-detail-panel{
  min-width:0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fbfdff;
  box-shadow:0 10px 22px rgba(27,68,132,.05);
}
.promotion-detail-panel--wide{
  grid-column:1/-1;
}
.promotion-detail-panel h2{
  margin:0 0 10px;
  color:var(--navy);
  font-size:23px;
  font-weight:900;
  letter-spacing:-.015em;
}
.promotion-detail-panel p,
.promotion-detail-richtext{
  margin:0;
  color:#475f82;
  line-height:1.7;
  font-weight:500;
}
.promotion-detail-panel ul{
  margin:0;
  padding-left:22px;
  color:#475f82;
  line-height:1.72;
  font-weight:600;
}
.promotion-detail-list li + li{
  margin-top:8px;
}
.promotion-detail-list li::marker{
  color:var(--red);
}
.promotion-detail-empty{
  padding:30px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
}
.promotion-detail-empty h1{
  margin-top:0;
  color:var(--navy);
}

@media (max-width:980px){
  .service-gyne-promotions__grid{
    grid-template-columns:1fr;
  }
  .promotion-detail-hero{
    grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  }
}
@media (max-width:720px){
  .service-hero__price{
    width:100%;
    justify-content:space-between;
    gap:8px;
  }
  .service-hero__price strong{
    font-size:20px;
  }
  .service-gyne-promo-card{
    grid-template-columns:1fr;
  }
  .service-gyne-promo-card__media,
  .service-gyne-promo-card__media img{
    min-height:190px;
    max-height:230px;
  }
  .service-gyne-promo-card__body{
    padding:17px;
  }
  .service-gyne-promo-card__body h3{
    font-size:19px;
  }
  .service-gyne-promo-card__prices{
    margin-top:4px;
    padding-top:15px;
  }
  .service-gyne-promo-card__details{
    width:100%;
    justify-content:center;
  }
  .promotion-detail-page{
    padding-top:12px;
  }
  .promotion-detail-hero{
    grid-template-columns:1fr;
    gap:0;
    padding:10px;
    border-radius:22px;
  }
  .promotion-detail-hero__media,
  .promotion-detail-hero__media img{
    min-height:210px;
    max-height:260px;
  }
  .promotion-detail-hero__body{
    padding:18px 8px 10px;
  }
  .promotion-detail-hero h1{
    font-size:30px;
  }
  .promotion-detail-lead{
    font-size:16px;
  }
  .promotion-detail-prices strong{
    font-size:28px;
  }
  .promotion-detail-actions,
  .promotion-detail-actions .btn{
    width:100%;
  }
  .promotion-detail-actions .btn{
    justify-content:center;
  }
  .promotion-detail-grid{
    grid-template-columns:1fr;
  }
  .promotion-detail-panel--wide{
    grid-column:auto;
  }
  .promotion-detail-panel{
    padding:18px;
  }
}

.service-hero__highlights--standalone{
  margin-top:0;
}
.service-gyne-promotions__panel{
  padding:22px;
  border:1px solid rgba(218,44,58,.18);
  border-radius:28px;
  background:linear-gradient(180deg,#fff7f8 0%,#ffffff 34%);
  box-shadow:0 14px 34px rgba(27,68,132,.06);
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promotions .service-section-heading{
  text-align:left;
  margin-bottom:20px;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promotions .service-section-heading h2{
  color:var(--red);
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promotions .service-section-heading p{
  margin-left:0;
  margin-right:0;
  max-width:none;
  color:#8d5c6a;
}
body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promotions .service-gyne-promo-card{
  border-color:rgba(218,44,58,.15);
}
@media (max-width:720px){
  .service-gyne-promotions__panel{
    padding:16px;
    border-radius:22px;
  }
}


/* v994 — larger services landing consultation price line */
body[data-route="posluhy"] .nav-landing-card__price,
body[data-route="services"] .nav-landing-card__price,
body[data-route="uslugi"] .nav-landing-card__price{
  display:block;
  margin-top:0;
  color:#27426b;
  font-size:18px;
  line-height:1.32;
  font-weight:700;
}
body[data-route="posluhy"] .nav-landing-card__price b,
body[data-route="services"] .nav-landing-card__price b,
body[data-route="uslugi"] .nav-landing-card__price b{
  color:var(--red);
  font:inherit;
  font-weight:900;
}

/* v995: centrally managed medical-service price list */
.shop-service-prices-form{
  display:grid;
  gap:18px;
}
.shop-service-price-group{
  display:grid;
  gap:10px;
}
.shop-service-price-group h3{
  margin:0;
  color:#073b7a;
}
.shop-service-price-table{
  display:grid;
  gap:8px;
}
.shop-service-price-table__head,
.shop-service-price-row{
  display:grid;
  grid-template-columns:minmax(360px,1fr) 130px 100px 120px;
  gap:12px;
  align-items:center;
}
.shop-service-price-table__head{
  padding:0 14px;
  color:#5d7396;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.shop-service-price-row{
  position:relative;
  padding:14px;
  border:1px solid #d9e6f5;
  border-radius:18px;
  background:#fff;
}
.shop-service-price-row__names{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.shop-service-price-row__names label,
.shop-service-price-row__price,
.shop-service-price-row__sort{
  display:grid;
  gap:5px;
  color:#5d7396;
  font-size:12px;
  font-weight:800;
}
.shop-service-price-row input{
  width:100%;
  min-width:0;
}
.shop-service-price-row__price input{
  font-size:18px;
  font-weight:900;
  color:#e51f2b;
}
.shop-service-price-row__key{
  position:absolute;
  right:14px;
  bottom:4px;
  color:#91a3bc;
  font-size:10px;
}
.service-price-list-section{
  margin-top:24px;
}
.service-price-list-panel{
  overflow:hidden;
  border:1px solid #d7e5f4;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(7,59,122,.06);
}
.service-price-list__head,
.service-price-list__row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 170px;
  gap:24px;
  align-items:center;
}
.service-price-list__head{
  padding:14px 22px;
  background:#f4f8fd;
  color:#5d7396;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}
.service-price-list__row{
  padding:16px 22px;
  border-top:1px solid #e5edf7;
}
.service-price-list__row:first-child{
  border-top:0;
}
.service-price-list__row strong{
  color:#073b7a;
  font-size:17px;
  line-height:1.35;
}
.service-price-list__row > span{
  justify-self:end;
  white-space:nowrap;
  font-size:19px;
  font-weight:900;
}
.service-price-value{
  display:inline-flex;
  align-items:baseline;
  gap:4px;
}
.service-price-value__amount{
  color:#e51f2b;
}
.service-price-value__currency{
  color:#073b7a;
}
@media (max-width:900px){
  .shop-service-price-table__head{
    display:none;
  }
  .shop-service-price-row{
    grid-template-columns:minmax(0,1fr) 110px;
    align-items:end;
  }
  .shop-service-price-row__names{
    grid-column:1 / -1;
  }
  .shop-service-price-row__sort,
  .shop-service-price-row__active{
    grid-column:auto;
  }
}
@media (max-width:720px){
  .shop-service-price-row{
    grid-template-columns:1fr 1fr;
    padding:12px;
  }
  .shop-service-price-row__names{
    grid-template-columns:1fr;
  }
  .shop-service-price-row__key{
    position:static;
    grid-column:1 / -1;
  }
  .service-price-list-panel{
    border-radius:20px;
  }
  .service-price-list__head{
    display:none;
  }
  .service-price-list__row{
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    padding:14px 16px;
  }
  .service-price-list__row strong{
    font-size:15px;
  }
  .service-price-list__row > span{
    font-size:17px;
  }
}

/* v1004: Patients landing — mobile only, remove the empty hero media placeholder */
@media (max-width:980px){
  body[data-route="patsiientam"] .section-hero__media--empty,
  body[data-route="pacientam"] .section-hero__media--empty,
  body[data-route="patients"] .section-hero__media--empty{
    display:none!important;
  }
}

/* v1007 — compact cart rows and two-action checkout flow on desktop/mobile */
.shop-page .shop-cart-item--v1007{
  grid-template-columns:minmax(0,1fr)!important;
  min-height:58px!important;
  padding:11px 13px!important;
}
.shop-page .shop-cart-item--v1007>div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
}
.shop-page .shop-cart-item__controls{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  min-width:max-content!important;
}
.shop-page .shop-cart-price{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:4px!important;
  white-space:nowrap!important;
  font-weight:900!important;
  line-height:1!important;
}
.shop-page .shop-cart-price__value{
  color:#e30613!important;
  font-size:17px!important;
  font-weight:900!important;
}
.shop-page .shop-cart-price__currency{
  color:#0b3476!important;
  font-size:13px!important;
  font-weight:900!important;
}
.shop-page .shop-cart-remove-form{
  display:flex!important;
  margin:0!important;
}
.shop-page .shop-cart-remove{
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid #dce6f2!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#0b3476!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
.shop-page .shop-cart-remove:hover,
.shop-page .shop-cart-remove:focus-visible{
  border-color:#e30613!important;
  color:#e30613!important;
  background:#fff7f8!important;
}
.shop-page .shop-cart-remove svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.shop-page .shop-summary--v1007 dd .shop-cart-price__value{
  font-size:14px!important;
}
.shop-page .shop-summary--v1007 dd .shop-cart-price__currency{
  font-size:12px!important;
}
.shop-page .shop-summary--v1007 .shop-summary__total strong{
  display:block!important;
  color:inherit!important;
}
.shop-page .shop-summary--v1007 .shop-summary__total .shop-cart-price__value{
  font-size:24px!important;
}
.shop-page .shop-summary--v1007 .shop-summary__total .shop-cart-price__currency{
  font-size:16px!important;
}
.shop-page .shop-cart-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.shop-page .shop-cart-actions .btn{
  width:100%!important;
  min-height:42px!important;
  margin:0!important;
}

@media (max-width:700px){
  .shop-page .shop-cart-item--v1007{
    padding:10px 11px!important;
    border-radius:13px!important;
  }
  .shop-page .shop-cart-item--v1007>div,
  .patient-cabinet--cart .shop-cart-item--v1007>div{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:9px!important;
  }
  .shop-page .shop-cart-item--v1007 strong,
  .patient-cabinet--cart .shop-cart-item--v1007 strong{
    font-size:13px!important;
    line-height:1.25!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .shop-page .shop-cart-item__controls,
  .patient-cabinet--cart .shop-cart-item__controls{
    gap:6px!important;
  }
  .shop-page .shop-cart-price__value,
  .patient-cabinet--cart .shop-cart-price__value{
    font-size:15px!important;
  }
  .shop-page .shop-cart-price__currency,
  .patient-cabinet--cart .shop-cart-price__currency{
    font-size:11px!important;
  }
  .shop-page .shop-cart-remove,
  .patient-cabinet--cart .shop-cart-remove{
    width:27px!important;
    height:27px!important;
  }
  .shop-page .shop-summary--v1007,
  .patient-cabinet--cart .shop-summary--v1007{
    position:static!important;
  }
  .shop-page .shop-cart-actions .btn,
  .patient-cabinet--cart .shop-cart-actions .btn{
    min-height:44px!important;
    font-size:13px!important;
  }
}

/* v1012: slightly smaller field-value text in guest quick checkout only. */
.shop-checkout-layout--guest .shop-form-card input,
.shop-checkout-layout--guest .shop-form-card select{
  font-size:12.5px;
}
@media (max-width:980px){
  .shop-checkout-layout--guest .shop-form-card input,
  .shop-checkout-layout--guest .shop-form-card select{
    font-size:15px!important;
  }
}

/* v1013: guest checkout method chooser before the existing quick-order form. */
.shop-checkout-choice{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 18px;
}
.shop-checkout-choice__card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#fff;
  border:1px solid #dce6f2;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,43,102,.06);
  padding:17px;
}
.shop-checkout-choice__card h2{
  margin:0 0 7px;
  color:#0b3476;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}
.shop-checkout-choice__card>p{
  margin:0 0 13px;
  color:#526b92;
  font-size:12.5px;
  line-height:1.35;
  font-weight:650;
}
.shop-checkout-choice__card>.btn{
  width:100%;
  margin-top:auto;
  min-height:42px;
  font-size:13px;
}
.shop-checkout-choice__benefits{
  margin-top:11px;
  padding-top:10px;
  border-top:1px solid #edf2f8;
  color:#526b92;
  font-size:11px;
  line-height:1.35;
  font-weight:650;
}
.shop-checkout-choice__benefits strong{
  display:block;
  margin-bottom:4px;
  color:#0b3476;
  font-size:11.5px;
  font-weight:900;
}
.shop-checkout-choice__benefits ul{
  margin:0;
  padding-left:17px;
}
.shop-checkout-choice__benefits li+li{
  margin-top:2px;
}
#quick-order{
  scroll-margin-top:18px;
}
@media (max-width:980px){
  .shop-checkout-choice{
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:14px;
  }
  .shop-checkout-choice__card{
    padding:14px;
  }
  .shop-checkout-choice__card h2{
    font-size:17px;
  }
  .shop-checkout-choice__card>p{
    font-size:12px;
  }
  .shop-checkout-choice__benefits{
    font-size:10.5px;
  }
}


/* v1014: simplify guest checkout and expose registration from the login page. */
.shop-checkout-choice--v1014{
  display:block;
  margin-bottom:0;
}
.shop-checkout-choice--v1014 .shop-checkout-choice__card{
  max-width:none;
}
.shop-checkout-choice__or{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#526b92;
  font-size:13px;
  line-height:1;
  font-weight:800;
  text-transform:lowercase;
}
.shop-checkout-layout--guest{
  margin-top:0;
}
.shop-quick-order-intro{
  margin:0 0 6px!important;
  color:#526b92;
  font-size:12.5px;
  line-height:1.4;
  font-weight:650;
}
.shop-required-note{
  margin:0 0 12px!important;
  color:#526b92;
  font-size:11px;
  line-height:1.3;
  font-weight:700;
}
.shop-required-note span,
.shop-required-mark{
  color:#e21f2f;
  font-weight:900;
}
.patient-auth-note--actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
}
.patient-auth-note--actions span{
  color:#8ba0bd;
}
#patient-register-info{
  scroll-margin-top:18px;
}
@media (max-width:980px){
  .shop-checkout-choice__or{
    min-height:36px;
    font-size:12px;
  }
  .shop-quick-order-intro{
    font-size:12px;
  }
  .shop-required-note{
    font-size:10.5px;
  }
}

/* v1015: compact contact row for guest quick order and patient registration. */
.shop-contact-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 14px;
}
.shop-contact-row .shop-inline-field{
  display:block;
  min-width:0;
}
.shop-contact-row .shop-inline-field input{
  width:100%;
}
.shop-contact-row .shop-inline-field input::placeholder{
  color:#9b918c;
  opacity:1;
}
@media (max-width:980px){
  .shop-contact-row{
    grid-template-columns:minmax(0,1fr);
    gap:10px;
    margin-bottom:12px;
  }
}


/* v1016: light-gray contact hints with red required asterisk. */
.shop-contact-row .shop-inline-field{
  position:relative;
}
.shop-contact-row .shop-inline-field .shop-field-hint{
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  color:#a8adb7;
  font-family:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1;
  pointer-events:none;
  white-space:nowrap;
  transition:opacity .12s ease;
}
.shop-contact-row .shop-inline-field .shop-field-hint .shop-required-mark{
  color:#e21f2f;
  font-weight:800;
}
.shop-contact-row .shop-inline-field input:focus + .shop-field-hint,
.shop-contact-row .shop-inline-field input:not(:placeholder-shown) + .shop-field-hint{
  opacity:0;
}
.shop-contact-row .shop-inline-field input::placeholder{
  color:transparent;
  opacity:0;
}

.shop-checkout-layout--guest .shop-contact-row .shop-inline-field .shop-field-hint{
  font-size:12.5px;
}
@media (max-width:980px){
  .shop-contact-row .shop-inline-field .shop-field-hint{
    left:10px;
    font-size:16px;
  }
  .shop-checkout-layout--guest .shop-contact-row .shop-inline-field .shop-field-hint{
    font-size:15px;
  }
}

/* ==========================================================
   PROLAB v1033 — desktop-only home promotions slider +20% over v1032
   Mobile/tablet rules are intentionally untouched.
   ========================================================== */
@media (min-width:981px){
  body[data-route=""] .home-promo-section.container.home-panels > .promo-panel.promo-slider{
    height:clamp(624px,42vw,768px)!important;
    min-height:clamp(624px,42vw,768px)!important;
    max-height:768px!important;
    aspect-ratio:auto!important;
  }
}

/* ==========================================================
   v1034 PATCH: desktop-only home branches panel/map ratio fix.
   The source map is 782x705. Let the map define the desktop
   panel height so it is no longer vertically compressed.
   Mobile (<=980px) is intentionally untouched.
   ========================================================== */
@media (min-width:981px){
  .home-branches-section.container.home-panels>#branchesHomePanel.branches-live-card{
    grid-template-rows:auto!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    align-items:stretch!important;
  }

  .home-branches-section .branches-live-map{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:782 / 705!important;
    align-self:start!important;
  }

  .home-branches-section .branches-live-map-stage{
    width:100%!important;
    height:100%!important;
  }

  .home-branches-section .branches-live-map-stage>img{
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
  }
}

/* v1036: desktop-only taller complex check-up cards; preserve lower content height while showing ~25% more image */
@media (min-width:981px){
  body[data-route="check-upy"]{
    --checkup-card-screen-height:clamp(593px,calc(100vh - 216px),741px);
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    grid-template-rows:minmax(0,61.4%) minmax(0,38.6%)!important;
  }
}

@media (min-width:981px) and (max-height:780px){
  body[data-route="check-upy"]{
    --checkup-card-screen-height:clamp(532px,calc(100vh - 180px),634px);
  }

  body[data-route="check-upy"] .checkup-card,
  body[data-route="check-upy"] .checkup-card.checkup-card--month-offer{
    grid-template-rows:minmax(0,58.5%) minmax(0,41.5%)!important;
  }
}



/* v1037: desktop-only promotion price layout — old price larger, discounted price on second row */
@media (min-width:981px){
  body[data-route="aktsii"] .promos-offer__price-line{
    display:grid!important;
    grid-template-columns:auto auto;
    grid-template-rows:auto auto;
    justify-content:start;
    align-items:baseline;
    column-gap:6px;
    row-gap:3px;
  }

  body[data-route="aktsii"] .promos-offer__price-label{
    grid-column:1;
    grid-row:1;
  }

  body[data-route="aktsii"] .promos-offer__price del{
    grid-column:2;
    grid-row:1;
    font-size:13.5px;
  }

  body[data-route="aktsii"] .promos-offer__price strong{
    grid-column:1;
    grid-row:2;
  }

  body[data-route="aktsii"] .promos-offer__currency{
    grid-column:2;
    grid-row:2;
  }
}

/* v1038: desktop-only services landing cards — +20% photo height; preserve content area */
@media (min-width:981px){
  body[data-route="posluhy"] .nav-landing-card,
  body[data-route="services"] .nav-landing-card,
  body[data-route="uslugi"] .nav-landing-card{
    min-height:330px;
    grid-template-rows:178px minmax(0,1fr);
  }
}


/* v1039: desktop-only branch detail — reduce map height next to video; lower and enlarge other-branches addresses */
@media (min-width:981px){
  .branch-detail-route-grid.has-video{
    align-items:start;
  }
  .branch-detail-route-grid.has-video .branch-detail-map-section{
    align-self:start;
  }
  .branch-detail-route-grid.has-video .branch-detail-map-section .branch-detail-directions__map{
    display:block;
    height:auto;
    min-height:0;
    max-height:430px;
  }
  .branch-detail-route-grid.has-video .branch-detail-map-section .branch-detail-directions__map img{
    display:block;
    width:100%;
    height:auto;
    max-height:430px;
    object-fit:contain;
  }

  .branch-detail-other__card{
    grid-template-rows:112px auto;
  }
  .branch-detail-other__card > span:last-child{
    gap:5px;
    padding:14px 12px 12px;
  }
  .branch-detail-other__card strong{
    font-size:14px;
    line-height:1.34;
  }
  .branch-detail-other__card small{
    font-size:12px;
    line-height:1.3;
  }
}

/* v1041: centralized multilingual "page under development" screen */
.under-construction-page{
  padding:clamp(28px,4vw,58px) 0 clamp(46px,6vw,84px);
  background:linear-gradient(180deg,#f7fbff 0%,#fff 72%);
}
.under-construction-card{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  align-items:stretch;
  overflow:hidden;
  min-height:520px;
  padding:0;
  border:1px solid #dbe7f5;
  border-radius:28px;
  background:#fff;
  box-shadow:0 20px 48px rgba(19,66,126,.10);
}
.under-construction-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(34px,4.2vw,68px);
}
.under-construction-eyebrow{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-bottom:16px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff0f2;
  color:#e60012;
  font-size:13px;
  line-height:1.2;
  font-weight:900;
}
.under-construction-copy h1{
  margin:0;
  color:#07377d;
  font-size:clamp(36px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.025em;
}
.under-construction-message{
  max-width:650px;
  margin:22px 0 0;
  color:#38577f;
  font-size:18px;
  line-height:1.58;
  font-weight:650;
}
.under-construction-note{
  margin:14px 0 0;
  color:#6b7f9d;
  font-size:14px;
  line-height:1.5;
  font-weight:650;
}
.under-construction-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.under-construction-actions .btn{
  min-width:170px;
}
.under-construction-media{
  position:relative;
  min-height:520px;
  overflow:hidden;
  background:#edf5ff;
}
.under-construction-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,0) 32%);
}
.under-construction-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
}
.under-construction-media__badge{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:1;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.90);
  color:#07377d;
  box-shadow:0 8px 22px rgba(7,55,125,.14);
  font-size:12px;
  font-weight:900;
}
@media (max-width:980px){
  .under-construction-card{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:22px;
  }
  .under-construction-copy{
    padding:30px 26px 28px;
  }
  .under-construction-copy h1{
    font-size:clamp(32px,8vw,44px);
  }
  .under-construction-message{
    margin-top:18px;
    font-size:16px;
  }
  .under-construction-media{
    order:-1;
    min-height:0;
    aspect-ratio:16/8.5;
  }
  .under-construction-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .under-construction-actions .btn{
    min-width:0;
  }
}
@media (max-width:560px){
  .under-construction-page{
    padding:16px 0 42px;
  }
  .under-construction-card{
    border-radius:18px;
  }
  .under-construction-copy{
    padding:24px 20px 22px;
  }
  .under-construction-eyebrow{
    margin-bottom:13px;
    font-size:11px;
  }
  .under-construction-copy h1{
    font-size:31px;
  }
  .under-construction-message{
    font-size:15px;
    line-height:1.52;
  }
  .under-construction-actions{
    grid-template-columns:1fr;
    margin-top:22px;
  }
  .under-construction-media{
    aspect-ratio:16/10;
  }
  .under-construction-media__badge{
    right:12px;
    bottom:12px;
  }
}


/* v1044: desktop-only gynecologist promotion cards — stronger rightward image shift */
@media (min-width:981px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promo-card__media img{
    object-position:26% center;
  }
}


/* v1046: anchor focus when returning from gynecologist promotion detail */
#gyne-promotions{
  scroll-margin-top:110px;
}
@media (max-width:980px){
  #gyne-promotions{
    scroll-margin-top:86px;
  }
}

/* v1049: Admin — branch "How to find us" video upload */
.shop-admin-branch-video-upload .shop-form-grid{
  margin-top:14px;
}
.shop-admin-branch-video-limits{
  margin-top:14px;
}
.shop-admin-branch-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
.shop-admin-branch-video-card{
  display:grid;
  gap:14px;
  align-content:start;
}
.shop-admin-branch-video-card__head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.shop-admin-branch-video-card__head h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:18px;
  line-height:1.3;
}
.shop-admin-branch-video-card__head small{
  color:#63799b;
  font-weight:700;
}
.shop-admin-branch-video-status{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border:1px solid #dce6f2;
  border-radius:999px;
  background:#f6faff;
  color:#4d678f;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
}
.shop-admin-branch-video-status.is-uploaded{
  border-color:#b8dfc7;
  background:#eefaf2;
  color:#207340;
}
.shop-admin-branch-video-status.is-empty{
  border-color:#f0d6d9;
  background:#fff6f7;
  color:#9c3b47;
}
.shop-admin-branch-video-preview{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border-radius:14px;
  background:#edf3fb;
  object-fit:contain;
}
.shop-admin-branch-video-empty{
  min-height:140px;
  display:grid;
  place-items:center;
  padding:22px;
  border:1px dashed #cbd8e8;
  border-radius:14px;
  background:#f8fbff;
  color:#63799b;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
  text-align:center;
}
.shop-admin-branch-video-meta{
  min-width:0;
  color:#63799b;
  font-size:12px;
  overflow-wrap:anywhere;
}
@media (max-width:980px){
  .shop-admin-branch-video-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:620px){
  .shop-admin-branch-video-card__head{
    flex-direction:column;
  }
}


/* v1052: gynecologist promotion facts and desktop 50/50 media composition */
.service-gyne-promo-card__meta{
  display:grid;
  gap:7px;
  width:100%;
  margin-top:12px;
}
.service-gyne-promo-card__chip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 8px;
  width:100%;
  padding:8px 10px;
  border:1px solid #d9e7f6;
  border-radius:11px;
  background:#f6faff;
  color:#405b80;
  font-size:12px;
  line-height:1.35;
}
.service-gyne-promo-card__chip--location{
  border-color:#b9d7f0;
  background:#eef7ff;
}
.service-gyne-promo-card__chip--period{
  border-color:#d7caef;
  background:#f5efff;
}
.service-gyne-promo-card__chip strong{
  color:var(--navy);
  font-size:12px;
  font-weight:900;
}
.service-gyne-promo-card__chip span{
  min-width:0;
  overflow-wrap:anywhere;
}
.service-gyne-promo-card__chip-value{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid rgba(27,68,132,.10);
  background:#ffffff;
  color:#405b80;
  font-weight:400;
}
.service-gyne-promo-card__chip--location .service-gyne-promo-card__chip-value{
  border-color:#c9dff3;
  background:#ffffff;
  color:#365b84;
}
.service-gyne-promo-card__chip--period .service-gyne-promo-card__chip-value{
  border-color:#dfd0f3;
  background:#ffffff;
  color:#5e4b82;
}
.promotion-detail-panel--fact{
  background:#f6faff;
  border-color:var(--line);
  box-shadow:0 10px 22px rgba(27,68,132,.05);
}
.promotion-detail-panel__surface{
  margin-top:10px;
  padding:15px 17px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(27,68,132,.08);
}
.promotion-detail-panel__surface p:last-child,
.promotion-detail-panel__surface ul:last-child,
.promotion-detail-panel__surface .promotion-detail-richtext:last-child{
  margin-bottom:0;
}
.promotion-detail-panel--included{
  background:#eef7ff;
  border-color:#b9d7f0;
}
.promotion-detail-panel--included .promotion-detail-panel__surface{
  border-color:#c9dff3;
}
.promotion-detail-panel--purpose{
  background:#eef8f1;
  border-color:#bfdcc8;
}
.promotion-detail-panel--purpose .promotion-detail-panel__surface{
  border-color:#d3e7d9;
}
.promotion-detail-panel--location{
  background:#eef7ff;
  border-color:#b9d7f0;
}
.promotion-detail-panel--location .promotion-detail-panel__surface{
  border-color:#c9dff3;
}
.promotion-detail-panel--period{
  background:#f5efff;
  border-color:#d7caef;
}
.promotion-detail-panel--period .promotion-detail-panel__surface{
  border-color:#dfd0f3;
}
.promotion-detail-panel--conditions{
  background:#fff6ea;
  border-color:#efd3ab;
}
.promotion-detail-panel--conditions .promotion-detail-panel__surface{
  border-color:#f2dfbf;
}
.promotion-detail-panel--note{
  background:#fff0f2;
  border-color:#efc5cb;
}
.promotion-detail-panel--note .promotion-detail-panel__surface{
  border-color:#f2d4d9;
}
.promotion-detail-panel--included h2,
.promotion-detail-panel--purpose h2,
.promotion-detail-panel--location h2,
.promotion-detail-panel--period h2,
.promotion-detail-panel--conditions h2,
.promotion-detail-panel--note h2{
  color:var(--navy);
  font-weight:700;
}
.promotion-detail-panel--included p,
.promotion-detail-panel--included ul,
.promotion-detail-panel--included .promotion-detail-richtext,
.promotion-detail-panel--purpose p,
.promotion-detail-panel--conditions p,
.promotion-detail-panel--note p,
.promotion-detail-panel--fact p{
  color:#4f6484;
  font-weight:400;
}
.promotion-detail-panel__fact-value{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(27,68,132,.10);
  color:var(--red);
  font-weight:900;
}
.promotion-detail-panel--location .promotion-detail-panel__fact-value{
  border-color:#c9dff3;
}
.promotion-detail-panel--period .promotion-detail-panel__fact-value{
  border-color:#dfd0f3;
}
@media (min-width:721px){
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promo-card{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  }
  body[data-route="posluhy/konsultatsiia-hinekoloha"] .service-gyne-promo-card__media img{
    object-position:left center;
  }
}

/* v1052: promotion editor grouped like the Studies editor, without changing field semantics */
.shop-admin-promo-form > .shop-admin-fieldset{
  grid-column:1 / -1;
}
.shop-admin-promo-form .shop-admin-fieldset-grid{
  grid-template-columns:repeat(3,minmax(180px,1fr));
  align-items:end;
}
.shop-admin-promo-form .shop-admin-fieldset-grid > .shop-admin-promotion-scopes,
.shop-admin-promo-form .shop-admin-fieldset-grid > .shop-admin-promotion-picker,
.shop-admin-promo-form .shop-admin-fieldset-grid > .shop-admin-note{
  grid-column:1 / -1;
}
@media (max-width:980px){
  .shop-admin-promo-form .shop-admin-fieldset-grid{
    grid-template-columns:1fr;
  }
  .shop-admin-promo-form .shop-admin-fieldset-grid .span-2{
    grid-column:auto;
  }
}


/* v1058: desktop Popular group collapsed state matches the other sidebar groups. */
@media (min-width:981px){
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn[data-group-toggle],
  body[data-route="analyses-prices"] .prices-group-block--popular .prices-group-btn[data-group-toggle],
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular .prices-group-btn[data-group-toggle]{
    grid-template-columns:40px minmax(0,1fr) 18px!important;
    grid-template-rows:auto!important;
    align-items:center!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn[data-group-toggle]::after,
  body[data-route="analyses-prices"] .prices-group-block--popular .prices-group-btn[data-group-toggle]::after,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular .prices-group-btn[data-group-toggle]::after{
    grid-column:3!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
    line-height:1!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn__icon,
  body[data-route="analyses-prices"] .prices-group-block--popular .prices-group-btn__icon,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular .prices-group-btn__icon,
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular .prices-group-btn__text,
  body[data-route="analyses-prices"] .prices-group-block--popular .prices-group-btn__text,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular .prices-group-btn__text{
    grid-row:1!important;
    align-self:center!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active,
  body[data-route="analyses-prices"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active{
    background:linear-gradient(90deg,#fff9f2 0%,#ffffff 100%)!important;
    border-color:#dce6f2!important;
    color:var(--navy)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active .prices-group-btn__icon,
  body[data-route="analyses-prices"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active .prices-group-btn__icon,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active .prices-group-btn__icon{
    color:var(--red)!important;
  }
  body[data-route="analizy-ta-tsiny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active::after,
  body[data-route="analyses-prices"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active::after,
  body[data-route="ru/analizy-i-ceny"] .prices-group-block--popular:not(.is-open) .prices-group-btn.is-active::after{
    color:#6a7da2!important;
  }
}


/* v1059: desktop raise floating 'До категорій' button above calculator actions */
@media (min-width:761px){
  body[data-route="analizy-ta-tsiny"] .prices-floating-categories,
  body[data-route="analyses-prices"] .prices-floating-categories,
  body[data-route="ru/analizy-i-ceny"] .prices-floating-categories{
    bottom:112px;
  }
}


/* v1060: checkout sign-in button uses standard button sizing instead of full card width */
@media (min-width:641px){
  .shop-checkout-choice__card>.btn{
    width:auto;
    min-height:0;
    align-self:flex-start;
    font-size:inherit;
  }
}

/* v1061: Patient Results/Core UI restored on factual v1060 baseline; v1058-v1060 site styles above are preserved. */
/* Website ↔ PROLAB Core patient results access */
.form-alert--warning{background:#fff8e6;color:#8a5b00;border:1px solid #f4dfaa;}
.patient-results-access-page,
.patient-core-result-view{
  padding-top:18px;
  padding-bottom:36px;
}
.patient-results-access-hero{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
  padding:26px 28px;
  border:1px solid #dce8f7;
  border-radius:24px;
  background:linear-gradient(135deg,#f5f9ff 0%,#fff 62%);
  box-shadow:0 18px 42px rgba(16,70,150,.08);
}
.patient-results-access-hero h1{
  margin:5px 0 8px;
  color:#082466;
  font-size:36px;
  line-height:1.08;
}
.patient-results-access-hero p{
  max-width:760px;
  margin:0;
  color:#526b92;
  font-size:16px;
  line-height:1.55;
}
.patient-results-access-hero__actions{display:flex;flex-wrap:wrap;gap:10px;}
.patient-results-access-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:18px;
}
.patient-results-code-card,
.patient-results-qr-card{
  position:relative;
  min-height:300px;
  padding:26px;
  overflow:hidden;
}
.patient-results-code-card h2,
.patient-results-qr-card h2,
.patient-results-order-card h2{
  margin:8px 0 9px;
  color:#082466;
}
.patient-results-code-card p,
.patient-results-qr-card p{
  margin:0 0 20px;
  color:#526b92;
  line-height:1.55;
}
.patient-results-access-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#0b55e6;
  color:#fff;
  font-weight:900;
}
.patient-results-code-form{display:grid;gap:14px;max-width:520px;}
.patient-results-code-form label{display:grid;gap:7px;color:#163b79;font-weight:900;}
.patient-results-code-form input{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border:1px solid #cbd9ec;
  border-radius:14px;
  background:#fff;
  color:#082466;
  font-size:22px;
  font-weight:900;
  letter-spacing:.08em;
}
.patient-results-code-form input:focus{outline:3px solid rgba(11,85,230,.12);border-color:#0b55e6;}
.patient-results-qr-card{display:grid;align-content:start;}
.patient-results-qr-card strong{color:#082466;margin-top:12px;}
.patient-results-qr-card small{display:block;margin-top:7px;color:#63799b;line-height:1.45;}
.patient-results-qr-visual{
  position:relative;
  width:112px;
  height:112px;
  margin-top:3px;
  border:10px solid #fff;
  border-radius:16px;
  background:
    linear-gradient(90deg,#082466 10px,transparent 10px) 0 0/22px 22px,
    linear-gradient(#082466 10px,transparent 10px) 0 0/22px 22px,
    #eef5ff;
  box-shadow:0 10px 24px rgba(8,36,102,.12);
}
.patient-results-qr-visual span{
  position:absolute;
  width:30px;
  height:30px;
  border:7px solid #082466;
  background:#fff;
}
.patient-results-qr-visual span:nth-child(1){left:0;top:0;}
.patient-results-qr-visual span:nth-child(2){right:0;top:0;}
.patient-results-qr-visual span:nth-child(3){left:0;bottom:0;}
.patient-results-qr-visual i{position:absolute;right:12px;bottom:12px;width:19px;height:19px;background:#e30613;}
.patient-results-security-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:18px;
  padding:0;
  overflow:hidden;
}
.patient-results-security-strip>div{padding:19px 22px;border-right:1px solid #e1ebf8;}
.patient-results-security-strip>div:last-child{border-right:0;}
.patient-results-security-strip strong{display:block;color:#082466;margin-bottom:6px;}
.patient-results-security-strip span{display:block;color:#63799b;font-size:13px;line-height:1.45;}
.patient-results-order-card{padding:24px;margin-top:18px;}
.patient-results-order-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.patient-results-order-card__head>div>span{color:#63799b;font-size:13px;font-weight:800;}
.patient-results-order-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:18px 0;
}
.patient-results-order-meta>div{padding:14px 16px;border:1px solid #e1ebf8;border-radius:14px;background:#f8fbff;}
.patient-results-order-meta small{display:block;color:#63799b;font-weight:800;}
.patient-results-order-meta strong{display:block;margin-top:5px;color:#082466;}
.patient-results-core-list{display:grid;gap:10px;margin-top:14px;}
.patient-results-core-list>a{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border:1px solid #d9e7f8;
  border-radius:15px;
  background:#fff;
  color:inherit;
  text-decoration:none;
}
.patient-results-core-list>a:hover{box-shadow:0 10px 24px rgba(16,70,150,.09);transform:translateY(-1px);}
.patient-results-core-list>a>div{display:grid;gap:3px;}
.patient-results-core-list>a>div span{color:#63799b;font-size:12px;font-weight:800;}
.patient-results-core-list>a>div strong{color:#082466;}
.patient-results-core-list__open{color:#0b55e6;font-size:13px;font-weight:900;white-space:nowrap;}
.patient-results-order-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;align-items:center;}
.patient-results-order-actions form{display:contents;}
.patient-results-return{margin-top:16px;}
.patient-results-list--core article>div small{display:block;margin-top:4px;color:#7b8aaa;font-size:12px;}

/* Result protocol follows the current Branch/LabPortal results visual contract. */
.results-view-page{display:flex;flex-direction:column;gap:16px;}
.results-protocol-head,.result-sample-strip,.result-group-card,.result-summary-strip{
  background:#fff;
  border:1px solid #cfe0fb;
  border-radius:22px;
  box-shadow:0 18px 42px rgba(16,70,150,.08);
}
.patient-core-result-actions{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;}
.results-protocol-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;}
.results-protocol-head h1{margin:0;color:#05070f;font-size:30px;}
.results-protocol-head p{margin:5px 0 0;color:#657399;font-weight:700;}
.result-sample-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;}
.result-sample-item{display:flex;align-items:center;gap:14px;padding:17px 20px;border-right:1px solid #cfe0fb;}
.result-sample-item:last-child{border-right:none;}
.result-sample-item small{display:block;color:#607199;font-weight:800;}
.result-sample-item strong{display:block;margin-top:3px;color:#05070f;overflow-wrap:anywhere;}
.result-summary-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:14px 18px;}
.result-summary-strip div{display:flex;align-items:baseline;justify-content:center;gap:8px;border-right:1px solid #d8e7fb;}
.result-summary-strip div:last-child{border-right:none;}
.result-summary-strip strong{font-size:25px;color:#1e55b8;}
.result-summary-strip span{color:#607199;font-weight:800;}
.result-group-card{overflow:hidden;}
.result-group-title{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:2px solid #13a6b8;background:linear-gradient(90deg,#f5ffff,#fff);color:#0792a6;font-size:20px;font-weight:900;text-transform:uppercase;}
.result-group-title em{margin-left:auto;font-size:12px;color:#7b8aaa;font-style:normal;text-transform:none;}
.result-group-icon{width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,#16c1bd,#0398aa);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,164,187,.18);font-size:10px;}
.result-table-wrap{overflow-x:auto;}
.result-med-table{width:100%;border-collapse:collapse;font-size:15px;}
.result-med-table th{padding:11px 16px;background:#f6fbff;color:#3f4b62;text-align:left;font-size:13px;font-weight:900;}
.result-med-table td{padding:12px 16px;border-top:1px dashed #cfe0fb;color:#05070f;vertical-align:top;}
.result-med-table td strong{display:block;color:#05070f;}
.result-value{font-size:18px;font-weight:900;}
.result-value-high,.result-value-low{color:#d71920!important;}
.result-value-normal,.result-value-text,.result-value-no-reference{color:#05070f;}
.result-status{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:6px 10px;border-radius:8px;font-weight:900;font-size:13px;white-space:nowrap;}
.result-status-normal{background:#dcf6e9;color:#08764b;}
.result-status-high,.result-status-low{background:#ffe5ec;color:#d71920;}
.result-status-no-reference,.result-status-text{background:#edf2f7;color:#607199;}
.result-comment-row td{padding-top:0;background:#fbfdff;}
.result-dlhytext{padding:10px 14px;border-left:4px solid #13a6b8;border-radius:10px;background:#f2fbff;color:#234060;line-height:1.45;}
.patient-core-result-note{padding:16px 20px;color:#526b92;line-height:1.5;}

@media (max-width:900px){
  .patient-results-access-hero{display:grid;align-items:start;padding:20px;}
  .patient-results-access-hero h1{font-size:30px;}
  .patient-results-access-grid,.patient-results-security-strip{grid-template-columns:1fr;}
  .patient-results-security-strip>div{border-right:0;border-bottom:1px solid #e1ebf8;}
  .patient-results-security-strip>div:last-child{border-bottom:0;}
  .patient-results-order-meta{grid-template-columns:1fr;}
  .patient-results-core-list>a{grid-template-columns:1fr auto;}
  .patient-results-core-list__open{grid-column:1/-1;}
  .result-sample-strip{grid-template-columns:repeat(2,1fr);}
  .result-sample-item:nth-child(2){border-right:0;}
  .result-sample-item:nth-child(-n+2){border-bottom:1px solid #cfe0fb;}
}
@media (max-width:620px){
  .patient-results-access-page,.patient-core-result-view{padding-top:10px;padding-bottom:24px;}
  .patient-results-code-card,.patient-results-qr-card,.patient-results-order-card{padding:18px;}
  .patient-results-access-hero h1{font-size:27px;}
  .patient-results-code-form input{font-size:18px;letter-spacing:.04em;}
  .patient-results-order-card__head,.results-protocol-head,.patient-core-result-actions{display:grid;align-items:start;}
  .result-sample-strip,.result-summary-strip{grid-template-columns:1fr;}
  .result-sample-item{border-right:0;border-bottom:1px solid #cfe0fb!important;}
  .result-sample-item:last-child{border-bottom:0!important;}
  .result-summary-strip div{justify-content:flex-start;border-right:0;border-bottom:1px solid #d8e7fb;padding:8px 0;}
  .result-summary-strip div:last-child{border-bottom:0;}
  .result-med-table{min-width:760px;}
  .patient-results-list--core article{grid-template-columns:1fr;}
  .patient-results-list--core article>.btn{width:100%;}
}
@media print{
  body[data-route="rezultaty-online"] header,
  body[data-route="rezultaty-online"] footer,
  body[data-route="rezultaty-online"] .mobile-bottom-nav,
  body[data-route="rezultaty-online"] .site-breadcrumbs,
  body[data-route="r"] header,
  body[data-route="r"] footer,
  body[data-route="r"] .mobile-bottom-nav,
  body[data-route="r"] .site-breadcrumbs,
  .patient-core-result-actions{display:none!important;}
  .patient-core-result-view{padding:0!important;}
  .results-protocol-head,.result-sample-strip,.result-group-card,.result-summary-strip{box-shadow:none!important;break-inside:avoid;}
}


/* v1062 replacement: mobile slogan + language switcher in top blue strip */
@media (max-width:980px){
  .mobile-site-header__info{
    gap:7px;
  }
  .mobile-site-header__slogan{
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#fff;
    font-size:10.5px;
    font-weight:800;
    line-height:1;
  }
  .mobile-site-header__languages{
    flex:0 0 auto;
    gap:3px!important;
  }
  .mobile-site-header__languages .topbar-lang-pill{
    min-width:24px!important;
    height:20px!important;
    padding:0 5px!important;
    border-radius:6px!important;
    font-size:10px!important;
  }
  .mobile-site-header__phone{
    flex:0 0 auto;
    font-size:11px;
  }
  .mobile-site-header__phone svg{
    width:13px;
    height:13px;
    flex-basis:13px;
  }
}
@media (max-width:380px){
  .mobile-site-header__info{
    gap:5px;
  }
  .mobile-site-header__slogan{
    font-size:9.5px;
  }
  .mobile-site-header__languages{
    gap:2px!important;
  }
  .mobile-site-header__languages .topbar-lang-pill{
    min-width:21px!important;
    height:19px!important;
    padding:0 4px!important;
    font-size:9px!important;
  }
  .mobile-site-header__phone{
    font-size:10px;
  }
  .mobile-site-header__phone svg{
    display:none;
  }
}
