:root{
  --blue:#075fd1;
  --blue2:#2a8dff;
  --dark:#061225;
  --dark2:#091b34;
  --text:#0d1728;
  --muted:#617089;
  --line:rgba(15,35,70,.12);
  --soft:#f2f7ff;
  --white:#fff;
  --shadow:0 24px 70px rgba(10,35,70,.12);
  --radius:28px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 38px));margin:0 auto}
.partners-page .home-only,
.partners-page .service-only,
.home-page .partners-only,
.home-page .service-only,
.service-page .home-only,
.service-page .partners-only{display:none!important}
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(15,35,70,.08);
}
.nav{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  flex:0 0 auto;
}
.logo img{
  width:auto;
  height:46px;
  flex:0 0 auto;
  object-fit:contain;
}
.logo span{
  font-size:16px;
  line-height:.9;
  letter-spacing:-.03em;
  font-weight:900;
  text-transform:uppercase;
  color:#173a68;
  white-space:nowrap;
}
.menu{
  display:flex;
  align-items:center;
  gap:26px;
  font-size:14px;
  font-weight:700;
  color:#1c2c45;
}
.menu a{transition:.25s}
.menu a:hover{color:var(--blue)}
.nav-right{
  display:flex;
  align-items:center;
  gap:14px;
}
.phone{
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}
.call-wrap{
  position:relative;
}
.call-wrap:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:14px;
}
.call-btn{
  border:0;
  border-radius:11px;
  padding:13px 18px;
  background:linear-gradient(135deg,var(--blue),#04479e);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(7,95,209,.24);
}
.mobile-contact-wrap{
  position:relative;
  display:none;
}
.mobile-contact-btn{
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.mobile-contact-btn img{
  width:64px;
  height:auto;
  max-width:none;
  object-fit:contain;
}
.mobile-contact-menu{
  position:absolute;
  right:0;
  top:calc(100% + 9px);
  width:220px;
  padding:9px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  display:none;
  z-index:110;
}
.mobile-contact-menu.show{display:block}
.mobile-contact-menu a{
  display:block;
  padding:13px 14px;
  border-radius:13px;
  color:#102033;
  font-size:14px;
  font-weight:900;
}
.mobile-contact-menu a:hover{
  background:var(--soft);
  color:var(--blue);
}
.call-menu{
  position:absolute;
  right:0;
  top:calc(100% + 8px);
  width:230px;
  padding:9px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:.25s;
}
.call-wrap:hover .call-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.call-menu a{
  display:block;
  padding:13px 14px;
  border-radius:13px;
  font-size:14px;
  font-weight:850;
  transition:.2s;
}
.call-menu a:hover{
  background:var(--soft);
  color:var(--blue);
}
.mobile-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  font-size:23px;
  color:#13243c;
  align-items:center;
  justify-content:center;
  line-height:1;
  cursor:pointer;
}
.hero{
  position:relative;
  min-height:calc(100vh - 74px);
  overflow:hidden;
  isolation:isolate;
  background:#eef6ff;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:url("/images/tomograph-hero.webp") right center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(248,252,255,.99) 0%,rgba(245,250,255,.94) 34%,rgba(236,246,255,.56) 58%,rgba(217,235,255,.08) 100%),
    radial-gradient(circle at 74% 22%,rgba(42,141,255,.20),transparent 34%);
}
.hero-grid{
  min-height:calc(100vh - 74px);
  display:grid;
  grid-template-columns:minmax(0,660px) 1fr;
  align-items:center;
  gap:36px;
  padding:70px 0 46px;
}
.eyebrow{
  color:#1f65a7;
  font-size:14px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.075em;
  margin-bottom:18px;
}
h1{
  font-size:clamp(38px,5.4vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
  margin-bottom:24px;
}
.hero-text p{
  max-width:590px;
  font-size:20px;
  line-height:1.5;
  color:#2e405b;
  font-weight:600;
  margin-bottom:26px;
}
.hero-card{
  width:min(620px,100%);
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(15,35,70,.1);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
  margin-bottom:22px;
}
.hero-price{
  padding:23px;
  border-right:1px solid var(--line);
}
.hero-price small{
  display:block;
  color:#56667f;
  font-weight:800;
  margin-bottom:9px;
}
.hero-price b{
  color:var(--blue);
  font-size:47px;
  line-height:1;
  letter-spacing:-.05em;
}
.hero-info{
  padding:21px 23px;
  display:grid;
  gap:13px;
}
.hero-info div{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:800;
  color:#263852;
}
.icon-circle{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eef6ff;
  color:var(--blue);
  flex:0 0 auto;
}
.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  min-height:54px;
  padding:0 24px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid transparent;
  font-weight:900;
  cursor:pointer;
  transition:.28s cubic-bezier(.2,.8,.2,1);
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--blue),#04479e);
  box-shadow:0 16px 38px rgba(7,95,209,.23);
}
.btn-white{
  background:#fff;
  border-color:rgba(15,35,70,.15);
  color:#102033;
}
.btn:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 55px rgba(10,35,70,.17);
}
.hero-image{
  display:none;
}
.hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(238,246,255,.55),transparent 42%);
}
.strip{
  background:#061225;
  color:#fff;
}
.strip-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.strip-item{
  display:flex;
  gap:14px;
  align-items:center;
  padding:24px 18px;
  border-right:1px solid rgba(255,255,255,.09);
}
.strip-item:last-child{border-right:0}
.strip-icon{
  width:46px;
  height:46px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(42,141,255,.11);
  border:1px solid rgba(125,184,255,.25);
  color:#9ac9ff;
  font-size:22px;
  flex:0 0 auto;
  overflow:hidden;
}
.strip-icon img{
  width:46px;
  height:46px;
  object-fit:contain;
  position:relative;
  top:3px;
  transform:scale(1.75);
}
.strip-item:not(:first-child) .strip-icon img{
  top:1px;
}
.strip-item:first-child .strip-icon img{
  left:0.5px;
}
.strip-item b{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}
.strip-item span{
  font-size:13px;
  color:rgba(255,255,255,.64);
  line-height:1.35;
}
section{padding:84px 0}
.section-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:32px;
}
.label{
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
  font-weight:950;
  margin-bottom:12px;
}
h2{
  font-size:clamp(31px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.lead{
  color:var(--muted);
  line-height:1.65;
  font-size:17px;
  max-width:760px;
}
.services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.service{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 40px rgba(10,35,70,.07);
  transition:.34s cubic-bezier(.2,.8,.2,1);
}
.service:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 70px rgba(10,35,70,.14);
  border-color:rgba(7,95,209,.28);
}
.service-img{
  height:168px;
  overflow:hidden;
  background:#061225;
}
.service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s;
}
.service:hover img{transform:scale(1.08)}
.service-body{
  padding:22px;
}
.service h3{
  font-size:21px;
  line-height:1.15;
  letter-spacing:-.025em;
  margin-bottom:11px;
}
.service p{
  color:var(--muted);
  line-height:1.5;
  margin-bottom:18px;
}
.more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--blue);
  font-weight:950;
}
.service-detail-panel{
  margin-top:32px;
  padding:32px;
  border:1px solid var(--line);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 48px rgba(10,35,70,.07);
}
.service-detail-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:24px;
}
.service-tab{
  border:1px solid rgba(7,95,209,.18);
  background:#f2f7ff;
  color:#173a68;
  padding:12px 15px;
  border-radius:13px;
  cursor:pointer;
  font-weight:900;
  transition:.2s;
}
.service-tab.active,
.service-tab:hover{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}
.service-detail{display:none}
.service-detail.active{
  display:block;
  animation:fadeUp .32s ease both;
}
.service-detail-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
  gap:24px;
  align-items:stretch;
  margin-bottom:26px;
}
.service-detail-hero h3{
  font-size:clamp(27px,3vw,40px);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:12px;
}
.service-detail-image{
  min-height:240px;
  overflow:hidden;
  border-radius:22px;
  background:#eef6ff;
}
.service-detail-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.service-detail h3{
  font-size:clamp(27px,3vw,40px);
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:12px;
}
.service-detail-lead{
  color:#30425d;
  font-size:19px;
  line-height:1.5;
  font-weight:800;
  margin-bottom:20px;
}
.service-detail-copy{
  max-width:960px;
}
.service-detail-copy p,
.service-detail-copy li{
  color:#52637a;
  line-height:1.65;
  font-size:16px;
}
.service-detail-copy p + p,
.service-detail-copy ul + p,
.service-detail-copy p + ul{
  margin-top:13px;
}
.service-detail-copy ul{
  padding-left:22px;
}
.service-detail-copy strong{
  color:#102033;
}
.dark{
  color:#fff;
  background:
    radial-gradient(circle at 75% 28%,rgba(42,141,255,.27),transparent 36%),
    linear-gradient(135deg,#061225,#071b35 58%,#040e1c);
}
.dark h2,.dark .label{color:#fff}
.dark .lead{color:rgba(255,255,255,.68)}
.price-work{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);
  gap:24px;
  align-items:stretch;
}
.panel{
  border-radius:28px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 80px rgba(0,20,50,.35);
  overflow:hidden;
  transition:.34s;
}
.panel:hover{
  transform:translateY(-7px);
  border-color:rgba(125,184,255,.32);
}
.panel-inner{padding:30px}
.price-panel{
  position:relative;
  background:
    radial-gradient(circle at 82% 46%,rgba(74,154,255,.28),transparent 31%),
    linear-gradient(145deg,rgba(5,18,39,.98),rgba(5,17,35,.96) 56%,rgba(2,10,22,.98));
}
.price-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(15,49,92,.18),transparent 47%),
    radial-gradient(circle at 83% 52%,rgba(125,184,255,.16),transparent 28%);
  pointer-events:none;
}
.price-panel-inner{
  position:relative;
  z-index:1;
  padding:34px 36px 34px;
}
.price-card-grid{
  display:block;
}
.price-content{
  position:relative;
  z-index:2;
  min-width:0;
}
.price-content h2{
  font-size:clamp(30px,3.4vw,48px);
  text-transform:uppercase;
  letter-spacing:-.035em;
}
.tabs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin:24px 0 20px;
}
.tab{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.075);
  color:rgba(255,255,255,.8);
  padding:11px 14px;
  border-radius:13px;
  cursor:pointer;
  font-weight:900;
  text-align:center;
  transition:.2s;
}
.tab[data-tab="all"],
.tab[data-tab="vmchs"]{
  grid-column:1 / -1;
}
.tab.active,.tab:hover{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}
.price-list{display:none}
.price-list.active{
  display:grid;
  gap:0;
  animation:fadeUp .32s ease both;
}
.price-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  padding:13px 16px;
  border:1px solid rgba(112,166,235,.11);
  border-bottom:0;
  background:rgba(2,11,24,.28);
  color:rgba(255,255,255,.82);
  line-height:1.35;
}
.price-row:not(.price-group):first-child{
  border-radius:13px 13px 0 0;
}
.price-row:not(.price-group):last-child{
  border-bottom:1px solid rgba(112,166,235,.11);
  border-radius:0 0 13px 13px;
}
.price-row b{
  color:#fff;
  white-space:nowrap;
  font-size:17px;
}
.price-row small,
.price-row em{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  font-style:normal;
}
.price-group{
  display:block;
  padding-top:22px;
  background:transparent;
  border:0;
  color:#89c1ff;
  letter-spacing:.06em;
  font-size:13px;
  font-weight:950;
}
.work-panel .panel-inner{
  padding:34px;
}
.work-steps{
  display:grid;
  gap:14px;
  margin-top:22px;
}
.step{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:15px;
  padding:17px;
  border-radius:19px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  transition:.25s;
}
.step:hover{
  transform:translateX(7px);
  background:rgba(255,255,255,.105);
}
.step-num{
  width:52px;
  height:52px;
  border-radius:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(42,141,255,.16);
  color:#8ec4ff;
  font-weight:950;
}
.step h3{
  font-size:18px;
  margin-bottom:5px;
}
.step p{
  color:rgba(255,255,255,.65);
  line-height:1.48;
}
.equipment-box{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:12px;
  align-items:center;
  border-radius:34px;
  background:linear-gradient(135deg,#f7fbff,#eaf4ff);
  border:1px solid rgba(15,35,70,.1);
  box-shadow:var(--shadow);
  overflow:visible;
}
.equipment-text{padding:46px}
.equipment-text h2{margin-bottom:17px}
.checks{
  display:grid;
  gap:13px;
  margin-top:22px;
}
.checks li{
  list-style:none;
  display:flex;
  gap:10px;
  color:#30425d;
  line-height:1.45;
  font-weight:700;
}
.checks li:before{
  content:"✓";
  color:var(--blue);
  font-weight:950;
}
.equipment-img{
  height:500px;
  margin:24px 24px 24px 0;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(10,35,70,.12);
}
.equipment-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s cubic-bezier(.2,.8,.2,1);
}
.equipment-img:hover img{
  transform:scale(1.04);
}
.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.info-card{
  padding:32px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 48px rgba(10,35,70,.07);
  transition:.3s;
}
.info-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(10,35,70,.12);
}
.info-card h3{
  font-size:28px;
  letter-spacing:-.035em;
  margin-bottom:16px;
}
.info-card p,.info-card li{
  color:#52637a;
  line-height:1.65;
  font-size:16px;
}
.info-card ul{
  padding-left:20px;
  margin:14px 0;
}
.licenses{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:28px;
  align-items:start;
  margin-top:34px;
}
.license{
  position:relative;
  border:0;
  background:transparent;
  transition:.3s cubic-bezier(.2,.8,.2,1);
  cursor:pointer;
  appearance:none;
  padding:0;
  font:inherit;
}
.license:hover{
  transform:translateY(-9px) scale(1.025);
}
.license img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  box-shadow:0 18px 48px rgba(10,35,70,.1);
  transition:.32s cubic-bezier(.2,.8,.2,1);
}
.license:hover img{
  transform:scale(1.035);
  filter:saturate(1.08) contrast(1.03);
  box-shadow:0 28px 68px rgba(10,35,70,.18);
}
.clinic-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}
.clinic-photo{
  position:relative;
  height:250px;
  border:0;
  border-radius:22px;
  overflow:hidden;
  background:#eef6ff;
  box-shadow:0 16px 44px rgba(10,35,70,.09);
  cursor:pointer;
  appearance:none;
  padding:0;
  transition:.32s cubic-bezier(.2,.8,.2,1);
}
.clinic-photo:hover{
  transform:translateY(-9px);
  box-shadow:0 30px 74px rgba(10,35,70,.17);
}
.clinic-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s;
}
.clinic-photo:hover img{
  transform:scale(1.06);
}
.license-modal[hidden]{display:none}
.license-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  gap:18px;
  padding:22px;
  background:rgba(3,9,20,.9);
  backdrop-filter:blur(16px);
}
.license-modal-bar{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:16px;
  color:#fff;
}
.license-modal-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.license-modal-controls button{
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:13px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:18px;
  font-weight:950;
  cursor:pointer;
}
.license-modal-controls button:hover{
  background:rgba(255,255,255,.18);
}
.license-modal-close{
  background:var(--blue)!important;
  border-color:var(--blue)!important;
}
.license-modal-stage{
  min-height:0;
  overflow:auto;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  border-radius:22px;
  padding:18px;
}
.license-modal-image{
  width:min(92vw,1120px);
  max-height:calc(100vh - 150px);
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  box-shadow:0 28px 90px rgba(0,0,0,.45);
  cursor:zoom-in;
}
body.modal-open{overflow:hidden}
.faq-list{
  display:grid;
  gap:14px;
}
.faq-item{
  border:1px solid var(--line);
  border-radius:21px;
  background:#fff;
  padding:0 23px;
  box-shadow:0 14px 38px rgba(10,35,70,.055);
  transition:.25s;
}
.faq-item:hover{
  border-color:rgba(7,95,209,.25);
  box-shadow:0 24px 55px rgba(10,35,70,.1);
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:22px 0;
  display:flex;
  justify-content:space-between;
  gap:18px;
  font-size:18px;
  line-height:1.35;
  font-weight:900;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{
  content:"+";
  color:var(--blue);
  font-size:25px;
  flex:0 0 auto;
}
.faq-item[open] summary:after{content:"−"}
.faq-answer{
  color:var(--muted);
  line-height:1.65;
  padding-bottom:23px;
}
.faq-answer p + p,
.faq-answer ul + p{
  margin-top:12px;
}
.faq-answer ul{
  padding-left:20px;
  margin-top:10px;
}
.faq-answer li + li{
  margin-top:6px;
}
.empty{
  padding:58px;
  text-align:center;
  border-radius:32px;
  border:1px dashed rgba(7,95,209,.25);
  background:
    radial-gradient(circle at 78% 20%,rgba(42,141,255,.14),transparent 32%),
    linear-gradient(135deg,#f8fbff,#edf6ff);
}
.empty h3{
  font-size:30px;
  letter-spacing:-.035em;
  margin-bottom:10px;
}
.partners-cta{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.equipment-detail{
  background:linear-gradient(180deg,#fff 0%,#f6fbff 48%,#fff 100%);
}
.equipment-hero-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(410px,.78fr);
  gap:28px;
  align-items:stretch;
  margin-bottom:26px;
}
.equipment-hero-copy{
  padding:36px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.equipment-hero-copy h2{
  margin-bottom:18px;
}
.equipment-specs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:24px 0 22px;
}
.equipment-spec{
  padding:15px 16px;
  border-radius:18px;
  background:#f3f8ff;
  border:1px solid rgba(7,95,209,.12);
}
.equipment-spec span{
  display:block;
  color:#64738b;
  font-size:13px;
  font-weight:850;
  margin-bottom:5px;
}
.equipment-spec b{
  display:block;
  color:#102033;
  line-height:1.35;
}
.equipment-hero-copy p{
  color:#52637a;
  font-size:17px;
  line-height:1.65;
}
.equipment-hero-image{
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#eef6ff;
}
.equipment-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% center;
  transition:.45s cubic-bezier(.2,.8,.2,1);
}
.equipment-hero-image:hover img{
  transform:scale(1.04);
}
.equipment-mini-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:26px 0;
}
.equipment-mini-card,
.equipment-feature-card,
.equipment-tech-card,
.equipment-module-card,
.equipment-soft-card{
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 18px 48px rgba(10,35,70,.07);
  transition:.3s cubic-bezier(.2,.8,.2,1);
}
.equipment-mini-card:hover,
.equipment-feature-card:hover,
.equipment-tech-card:hover,
.equipment-module-card:hover,
.equipment-soft-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(10,35,70,.13);
  border-color:rgba(7,95,209,.24);
}
.equipment-mini-card{
  padding:28px;
  border-radius:24px;
}
.equipment-mini-card h3,
.equipment-feature-copy h3,
.equipment-tech-card h3,
.equipment-module-copy h3,
.equipment-soft-card h3{
  font-size:25px;
  letter-spacing:-.03em;
  margin-bottom:13px;
}
.equipment-mini-card p,
.equipment-feature-copy p,
.equipment-tech-card p,
.equipment-module-copy p,
.equipment-soft-card p{
  color:#52637a;
  line-height:1.65;
}
.equipment-band{
  padding:30px;
  margin:26px 0;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 20%,rgba(42,141,255,.16),transparent 28%),
    linear-gradient(135deg,#061225,#071b35);
  color:#fff;
  box-shadow:0 28px 80px rgba(5,18,39,.25);
}
.equipment-band h3{
  font-size:29px;
  letter-spacing:-.035em;
  margin-bottom:20px;
}
.equipment-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.equipment-benefits li{
  list-style:none;
  display:flex;
  gap:10px;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.82);
  line-height:1.45;
  font-weight:750;
}
.equipment-benefits li:before,
.equipment-feature-copy li:before,
.equipment-tech-card li:before,
.equipment-soft-card li:before,
.equipment-compact-list li:before{
  content:"✓";
  color:var(--blue2);
  font-weight:950;
  flex:0 0 auto;
}
.equipment-pulse{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:22px;
  align-items:start;
  margin:26px 0;
}
.equipment-soft-card{
  padding:30px;
  border-radius:26px;
}
.equipment-touch-card{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  align-items:stretch;
  gap:0;
  padding:0;
  border-radius:28px;
  overflow:hidden;
}
.equipment-touch-copy{
  padding:32px;
}
.equipment-touch-image{
  aspect-ratio:1280 / 935;
  min-height:330px;
  background:#eef6ff;
  overflow:hidden;
}
.equipment-touch-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s cubic-bezier(.2,.8,.2,1);
}
.equipment-touch-card:hover .equipment-touch-image img{
  transform:scale(1.04);
}
.equipment-compact-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.equipment-compact-list li{
  list-style:none;
  display:flex;
  gap:10px;
  color:#30425d;
  line-height:1.5;
  font-weight:750;
}
.equipment-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.equipment-metric{
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 16px 44px rgba(10,35,70,.065);
}
.equipment-metric b{
  display:block;
  color:var(--blue);
  font-size:27px;
  line-height:1;
  margin-bottom:9px;
}
.equipment-metric span{
  color:#52637a;
  line-height:1.45;
  font-weight:760;
}
.equipment-feature-list{
  display:grid;
  gap:24px;
  margin:26px 0;
}
.equipment-feature-card{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  gap:0;
  border-radius:28px;
  overflow:hidden;
}
.equipment-feature-card:nth-child(even){
  grid-template-columns:minmax(360px,1.05fr) minmax(0,.95fr);
}
.equipment-feature-card:nth-child(even) .equipment-feature-copy{
  order:2;
}
.equipment-feature-card:nth-child(even) .equipment-feature-image{
  order:1;
}
.equipment-feature-copy{
  padding:32px;
}
.equipment-feature-copy ul,
.equipment-tech-card ul,
.equipment-soft-card ul{
  display:grid;
  gap:11px;
  margin-top:14px;
}
.equipment-feature-copy li,
.equipment-tech-card li,
.equipment-soft-card li{
  list-style:none;
  display:flex;
  gap:10px;
  color:#30425d;
  line-height:1.5;
  font-weight:740;
}
.equipment-feature-image{
  min-height:330px;
  background:#eef6ff;
  overflow:hidden;
}
.equipment-feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s;
}
.equipment-feature-card:hover .equipment-feature-image img,
.equipment-tech-card:hover img,
.equipment-module-card:hover img{
  transform:scale(1.04);
}
.equipment-tech-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:26px 0;
}
.equipment-tech-card{
  border-radius:26px;
  overflow:hidden;
}
.equipment-tech-image{
  height:240px;
  background:#eef6ff;
  overflow:hidden;
}
.equipment-tech-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.45s;
}
.equipment-tech-body{
  padding:28px;
}
.equipment-dark-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:26px 0;
}
.equipment-dark-card{
  padding:30px;
  border-radius:26px;
  background:#061225;
  color:#fff;
  border:1px solid rgba(125,184,255,.16);
  box-shadow:0 24px 70px rgba(5,18,39,.2);
}
.equipment-dark-card h3{
  font-size:28px;
  letter-spacing:-.035em;
  margin-bottom:12px;
}
.equipment-dark-card p{
  color:rgba(255,255,255,.72);
  line-height:1.65;
  margin-bottom:12px;
}
.equipment-dark-card li{
  list-style:none;
  display:flex;
  gap:10px;
  color:rgba(255,255,255,.78);
  line-height:1.5;
  font-weight:740;
}
.equipment-dark-card li + li{
  margin-top:10px;
}
.equipment-dark-card li:before{
  content:"✓";
  color:#8ec4ff;
  font-weight:950;
}
.equipment-modules{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin:26px 0;
}
.equipment-module-card{
  border-radius:26px;
  overflow:hidden;
}
.equipment-module-card img{
  width:100%;
  height:235px;
  object-fit:cover;
  background:#eef6ff;
  transition:.45s;
}
.equipment-module-copy{
  padding:25px;
}
.equipment-wide-image{
  margin-top:14px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#eef6ff;
}
.equipment-wide-image img{
  width:100%;
  height:245px;
  object-fit:cover;
}
.equipment-implant{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  gap:24px;
  align-items:center;
  margin-top:26px;
  padding:30px;
  border-radius:28px;
  background:linear-gradient(135deg,#f8fbff,#eaf4ff);
  border:1px solid rgba(15,35,70,.1);
  box-shadow:var(--shadow);
}
.equipment-implant h3{
  font-size:30px;
  letter-spacing:-.035em;
  margin-bottom:12px;
}
.equipment-implant p{
  color:#52637a;
  line-height:1.65;
}
.equipment-implant-image{
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(10,35,70,.1);
}
.equipment-implant-image img{
  width:100%;
  min-height:270px;
  object-fit:cover;
  transition:.45s cubic-bezier(.2,.8,.2,1);
}
.equipment-implant:hover .equipment-implant-image img{
  transform:scale(1.04);
}
.contacts{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:24px;
  align-items:stretch;
}
.contact-card{
  padding:32px;
  border-radius:28px;
  background:#fff;
  color:var(--text);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.contact-list{
  display:grid;
  gap:16px;
  margin:24px 0;
}
.contact-item{
  padding-bottom:15px;
  border-bottom:1px solid var(--line);
}
.contact-item span{
  display:block;
  color:var(--muted);
  font-size:14px;
  font-weight:800;
  margin-bottom:6px;
}
.contact-item b,.contact-item a{
  color:var(--text);
  font-size:17px;
  line-height:1.45;
  font-weight:900;
}
.socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.socials a{
  padding:10px 14px;
  border-radius:14px;
  background:var(--soft);
  color:var(--blue);
  font-weight:900;
}
.map-card{
  overflow:hidden;
  min-height:520px;
  height:100%;
  border-radius:28px;
  background:#eef6ff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.map-card > ymaps,
.map-card iframe,
.map-card div{
  max-width:100%;
  width:100%!important;
  height:100%!important;
}
.footer{
  padding:30px 0;
  border-top:1px solid var(--line);
  background:#fff;
}
.footer-grid{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#63728a;
  font-size:14px;
  text-align:center;
}
.footer-staff-link{
  color:#617089;
  font-size:13px;
  transition:.2s;
}
.footer-staff-link:hover{
  color:var(--blue);
}
.footer-credit a{
  color:#0f5fcb;
  font-weight:800;
}
.footer-credit a:hover{
  color:#04479e;
}
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.show{
  opacity:1;
  transform:translateY(0);
}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:1050px){
  .nav{gap:18px}
  .logo{gap:8px}
  .logo img{height:42px}
  .logo span{font-size:15px}
  .menu{display:none}
  .mobile-toggle{display:flex}
  .nav-right .phone{display:none}
  .hero-grid,.price-work,.equipment-box,.contacts{grid-template-columns:1fr}
  .equipment-hero-panel,
  .equipment-pulse,
  .equipment-feature-card,
  .equipment-feature-card:nth-child(even),
  .equipment-touch-card,
  .equipment-implant{grid-template-columns:1fr}
  .equipment-feature-card:nth-child(even) .equipment-feature-copy,
  .equipment-feature-card:nth-child(even) .equipment-feature-image{order:initial}
  .hero{min-height:auto}
  .hero:before{background-position:64% center}
  .hero:after{
    background:
      linear-gradient(90deg,rgba(248,252,255,.98) 0%,rgba(245,250,255,.9) 42%,rgba(236,246,255,.52) 70%,rgba(217,235,255,.08) 100%);
  }
  .hero-grid{min-height:690px}
  .strip-grid{grid-template-columns:repeat(2,1fr)}
  .services{grid-template-columns:repeat(2,1fr)}
  .info-grid{grid-template-columns:1fr}
  .equipment-benefits,
  .equipment-tech-grid,
  .equipment-dark-grid,
  .equipment-modules{grid-template-columns:1fr}
  .licenses{grid-template-columns:repeat(4,1fr)}
  .clinic-gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .container{width:min(100% - 26px,1180px)}
  .nav{height:72px;gap:12px}
  .logo{
    gap:9px;
    flex:1 1 auto;
    min-width:0;
  }
  .logo img{height:44px}
  .logo span{
    font-size:14px;
    line-height:.95;
  }
  .call-btn{display:none}
  .mobile-toggle{display:flex}
  .mobile-contact-wrap{display:block}
  .mobile-contact-btn,.mobile-toggle{width:44px;height:44px}
  section{padding:64px 0}
  .hero:before{background-position:62% top}
  .hero:after{
    background:
      linear-gradient(180deg,rgba(239,247,255,.72) 0%,rgba(244,250,255,.88) 36%,rgba(248,252,255,.98) 66%,#f8fcff 100%);
  }
  .hero-grid{min-height:auto;padding:64px 0 34px;gap:24px}
  .hero-text,.section-top,.service-body,.equipment-text,.info-card,.contact-card,.footer-grid{text-align:center}
  .hero-text p{font-size:16px}
  .hero-card{grid-template-columns:1fr}
  .hero-price{border-right:0;border-bottom:1px solid var(--line)}
  .hero-price b{font-size:40px}
  .actions .btn{width:100%}
  .service-detail-panel{padding:24px}
  .service-detail-hero{grid-template-columns:1fr}
  .service-detail-image{min-height:220px}
  .service-detail-tabs{justify-content:center}
  .service-detail h3,.service-detail-hero h3{text-align:center}
  .service-detail-lead{text-align:center}
  .price-panel-inner{padding:24px}
  .price-content h2{font-size:27px;text-align:center}
  .tabs{gap:8px;margin:20px 0 18px;justify-content:center}
  .tab{padding:10px 12px}
  .strip-grid{grid-template-columns:repeat(2,1fr)}
  .strip-item{padding:16px 10px;display:block}
  .strip-icon{margin:0 auto 10px}
  .strip-item b,.strip-item span{display:block;text-align:center}
  .section-top{display:block}
  .services{grid-template-columns:1fr}
  .panel-inner,.equipment-text,.info-card,.contact-card{padding:24px}
  .price-row{grid-template-columns:1fr;gap:6px;text-align:center;justify-items:center}
  .work-panel h2{text-align:center}
  .step{grid-template-columns:1fr;justify-items:center;text-align:center}
  .step:hover{transform:translateY(-4px)}
  .equipment-img{
    height:340px;
    margin:0 18px 18px;
    border-radius:24px;
  }
  .equipment-hero-copy,
  .equipment-mini-card,
  .equipment-soft-card,
  .equipment-touch-copy,
  .equipment-band,
  .equipment-feature-copy,
  .equipment-tech-body,
  .equipment-dark-card,
  .equipment-module-copy,
  .equipment-implant{
    padding:24px;
  }
  .equipment-hero-panel,
  .equipment-mini-grid,
  .equipment-pulse,
  .equipment-feature-list,
  .equipment-tech-grid,
  .equipment-dark-grid,
  .equipment-modules{
    gap:16px;
  }
  .equipment-mini-grid{grid-template-columns:1fr}
  .equipment-hero-image{
    min-height:330px;
    border-radius:24px;
  }
  .equipment-specs,
  .equipment-metrics{grid-template-columns:1fr}
  .equipment-benefits li,
  .equipment-feature-copy li,
  .equipment-tech-card li,
  .equipment-soft-card li,
  .equipment-compact-list li,
  .equipment-dark-card li{
    justify-content:flex-start;
    text-align:left;
  }
  .equipment-feature-image{min-height:250px}
  .equipment-tech-image{height:210px}
  .equipment-module-card img,
  .equipment-wide-image img{height:205px}
  .equipment-touch-image{min-height:220px}
  .equipment-implant-image img{min-height:220px}
  .checks li{justify-content:center;text-align:center}
  .partners-cta .btn{width:100%}
  .contact-list{text-align:center}
  .socials,.actions{justify-content:center}
  .licenses{grid-template-columns:repeat(2,1fr)}
  .clinic-gallery{grid-template-columns:1fr}
  .clinic-photo{height:230px}
  .license-modal{padding:13px}
  .license-modal-bar{align-items:flex-start}
  .license-modal-stage{padding:10px}
  .license-modal-image{width:92vw;max-height:calc(100vh - 170px)}
  .contacts{gap:18px}
  .map-card{min-height:420px}
  .footer-grid{display:block;text-align:center}
  .footer-grid div + div{margin-top:10px}
}
@media(min-width:600px) and (max-width:1050px){
  .hero{
    min-height:auto;
  }
  .hero-grid{
    min-height:690px;
    align-items:flex-start;
  }
  .hero-text,
  .hero-text.reveal,
  .hero-text.reveal.show{
    margin-top:0;
    transform:translateY(-90px);
  }
}
@media(max-width:430px){
  h1{font-size:36px}
  h2{font-size:30px}
  .nav{height:68px}
  .logo{gap:8px}
  .logo img{height:40px}
  .logo span{
    font-size:12px;
    line-height:1;
  }
  .strip-grid{grid-template-columns:1fr}
  .licenses{grid-template-columns:repeat(2,1fr);gap:18px}
}
