﻿:root {
  --ink: #171b20;
  --muted: #63727e;
  --line: rgba(23, 27, 32, .16);
  --soft: #f4f8fb;
  --blue: #c6deee;
  --ice: #eef7fb;
  --green: #78d9c6;
  --accent: #4f9cca;
  --hero-y: 0;
  --radius: 22px;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
}
@supports (overflow: clip) {
  html { overflow-x: clip; }
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}
@supports (overflow: clip) {
  body { overflow-x: clip; }
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  main { overflow-x: clip; }
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 50;
  width: 100%;
  min-height: 86px;
  padding: 0 clamp(18px, 3vw, 56px);
  display: grid;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  isolation: isolate;
  overflow: visible;
  background: #fff;
  border-bottom: 1px solid rgba(32, 35, 38, .08);
  backdrop-filter: blur(16px);
  transition: min-height .22s ease, background .22s ease, box-shadow .22s ease;
  will-change: transform, opacity;
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 140px;
  background: #fff;
  pointer-events: none;
}
.site-header.is-scrolled {
  min-height: 72px;
  background: #fff;
  box-shadow: 0 16px 60px rgba(28, 67, 90, .12);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-logo {
  width: 124px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-text {
  display: none;
}
.brand strong,
.brand small { display: block; line-height: 1.05; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.9vw, 34px);
  font-size: 14px;
  font-weight: 800;
}
.main-nav a,
.header-appointment,
.button,
.service-board a,
.contact-channels a,
.contact-actions a[href^="https"] {
  transition: transform .24s ease, color .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  color: #2f78a4;
  transform: translateY(-2px);
}
.header-appointment:hover,
.header-appointment:focus-visible,
.button:hover,
.button:focus-visible,
.service-board a:hover,
.service-board a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(27, 72, 97, .18);
}
.header-contacts {
  display: grid;
  grid-template-columns: 52px minmax(210px, auto) auto;
  align-items: center;
  gap: 14px;
}
.header-phone-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .18);
  border-radius: 50%;
  color: #111;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}
.header-phone-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-contact-lines {
  display: grid;
  gap: 2px;
  color: #0a1933;
  font-size: 12px;
  line-height: 1.18;
  white-space: nowrap;
}
.header-contact-lines a {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.header-contact-lines strong {
  font-size: 13px;
  font-weight: 900;
}
.header-contact-lines span {
  color: #50697f;
  font-weight: 700;
}
.header-appointment {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: #111;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  font-size: 13px;
  font-weight: 900;
}
.phone-link,
.button,
.service-board a {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.phone-link,
.button.primary {
  color: #fff;
  background: #111;
}
.button.secondary {
  background: rgba(255,255,255,.65);
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #111;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 104px clamp(16px, 3vw, 56px) 34px;
  background:
    radial-gradient(circle at 52% 27%, rgba(255,255,255,.72), transparent 20%),
    radial-gradient(circle at 52% 47%, rgba(166,203,228,.92), transparent 33%),
    linear-gradient(112deg, #f4fbff 0%, #cfe5f3 50%, #b6d2e5 100%);
}
.hero-photo {
  position: absolute;
  left: -6vw;
  bottom: 0;
  width: min(36vw, 620px);
  height: 60%;
  opacity: .08;
  filter: grayscale(.08) saturate(.85);
  mask-image: linear-gradient(90deg, #000 40%, rgba(0,0,0,.74) 60%, transparent 100%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 154px);
  display: block;
}
.hero-wordmark {
  position: absolute;
  left: 5vw;
  right: 0;
  bottom: -2vw;
  color: rgba(57, 117, 151, .09);
  font-size: clamp(170px, 31vw, 540px);
  font-weight: 800;
  line-height: .72;
  pointer-events: none;
  white-space: nowrap;
}
.hero-copy {
  position: static;
}
.hero-eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #2d617c;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-title {
  position: absolute;
  inset: clamp(40px, 6.5vh, 72px) 0 auto;
  z-index: 2;
  margin: 0;
  min-height: 350px;
  pointer-events: none;
  letter-spacing: 0;
}
.hero-title span {
  display: block;
}
.hero-title .line-left {
  max-width: min(58vw, 930px);
  font-family: "Onest", "Manrope", Arial, sans-serif;
  font-weight: 900;
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero-title .line-left .word-big {
  font-size: clamp(74px, 8.2vw, 150px);
}
.hero-title .line-left .word-dental {
  margin: 8px 0;
  font-size: clamp(74px, 8.2vw, 150px);
  font-weight: 900;
}
.hero-stats {
  position: absolute;
  z-index: 5;
  right: 0;
  top: clamp(120px, 13vw, 196px);
  display: grid;
  gap: clamp(18px, 2.5vw, 40px);
  text-align: right;
  pointer-events: none;
}
.hero-stats div {
  display: grid;
  gap: 4px;
  justify-items: end;
}
.hero-stats strong {
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: 0;
}
.hero-stats span {
  max-width: 220px;
  color: #446172;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.3;
}
.hero-copy p:not(.hero-eyebrow) {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 112px;
  max-width: 510px;
  margin: 0;
  color: #304a59;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.6;
}
.hero-actions {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 34px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-visual {
  position: absolute;
  z-index: 4;
  left: 67%;
  top: 57%;
  width: min(27vw, 430px);
  min-width: 300px;
  min-height: min(72vw, 820px);
  display: grid;
  place-items: center;
  isolation: isolate;
  transform: translate(-50%, -50%);
}
.hero-visual::before {
  content: none;
}
.hero-visual img {
  position: relative;
  width: min(25vw, 395px);
  min-width: 290px;
  filter: drop-shadow(0 42px 52px rgba(28, 61, 78, .26));
  transform: translateY(calc(var(--hero-y) * .18px)) rotate(-4deg);
  will-change: transform;
}
@keyframes site-header-in {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-title-in {
  from { opacity: 0; transform: translate3d(-32px, 24px, 0); filter: blur(10px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes hero-soft-in {
  from { opacity: 0; transform: translate3d(0, 26px, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes hero-stat-in {
  from { opacity: 0; transform: translate3d(28px, 0, 0); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: translate(-46%, -48%) scale(.94) rotate(3deg); filter: blur(8px); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0); filter: blur(0); }
}
@keyframes hero-wordmark-in {
  from { opacity: 0; transform: translate3d(0, 34px, 0) scale(.98); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes hero-photo-in {
  from { opacity: 0; transform: translate3d(-28px, 0, 0); }
  to { opacity: .08; transform: translate3d(0, 0, 0); }
}
@keyframes hero-implant-drift {
  0%, 100% { transform: translateY(calc(var(--hero-y) * .18px)) rotate(-4deg); }
  50% { transform: translateY(calc((var(--hero-y) * .18px) - 12px)) rotate(-2.5deg); }
}
@media (prefers-reduced-motion: no-preference) {
  .site-header { animation: site-header-in .68s cubic-bezier(.21, .9, .24, 1) both; }
  .hero-photo { opacity: 0; animation: hero-photo-in 1.05s cubic-bezier(.21, .9, .24, 1) .18s both; }
  .hero-wordmark { opacity: 0; animation: hero-wordmark-in 1.15s cubic-bezier(.21, .9, .24, 1) .25s both; }
  .hero-title .word-big,
  .hero-title .word-dental {
    opacity: 0;
    animation: hero-title-in .86s cubic-bezier(.21, .9, .24, 1) both;
  }
  .hero-title .line-left span:nth-child(1) { animation-delay: .14s; }
  .hero-title .line-left span:nth-child(2) { animation-delay: .25s; }
  .hero-title .line-left span:nth-child(3) { animation-delay: .36s; }
  .hero-stats div {
    opacity: 0;
    animation: hero-stat-in .72s cubic-bezier(.21, .9, .24, 1) both;
  }
  .hero-stats div:nth-child(1) { animation-delay: .42s; }
  .hero-stats div:nth-child(2) { animation-delay: .52s; }
  .hero-stats div:nth-child(3) { animation-delay: .62s; }
  .hero-stats div:nth-child(4) { animation-delay: .72s; }
  .hero-copy p:not(.hero-eyebrow) {
    opacity: 0;
    animation: hero-soft-in .78s cubic-bezier(.21, .9, .24, 1) .7s both;
  }
  .hero-actions {
    opacity: 0;
    animation: hero-soft-in .72s cubic-bezier(.21, .9, .24, 1) .82s both;
  }
  .hero-visual img { animation: hero-implant-drift 7s ease-in-out 1.25s infinite; }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 721px) {
  .hero-visual {
    opacity: 0;
    animation: hero-visual-in 1s cubic-bezier(.21, .9, .24, 1) .36s both;
  }
}
.section {
  padding: clamp(76px, 8vw, 130px) clamp(16px, 5vw, 96px);
  scroll-margin-top: 116px;
}
.section h2,
.promo-band h2,
.prices h2,
.ratings h2,
.doctors-copy h2,
.contacts h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: .96;
  font-weight: 700;
}

.signature {
  background: #fff;
}
.signature-head {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) minmax(360px, .9fr) minmax(320px, .74fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 68px);
}
.signature-kicker {
  display: grid;
  gap: 10px;
  align-content: end;
}
.signature-kicker span {
  color: #315f7b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.signature-kicker strong {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 64px);
  line-height: .9;
}
.signature-kicker small,
.signature-head p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.signature-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 76px);
  line-height: .98;
  font-weight: 500;
}
.signature-head p {
  margin: 0;
  max-width: 560px;
}
.signature-layout {
  display: grid;
  grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
}
.signature-proof {
  display: grid;
  gap: 18px;
  align-content: end;
}
.proof-flow {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 8px;
  align-items: center;
}
.proof-flow span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #315f7b;
  background: #eef7fb;
  border: 1px solid rgba(49, 95, 123, .18);
  font-size: 11px;
  font-weight: 800;
}
.proof-flow span:nth-child(2) {
  background: #dcecf5;
}
.proof-flow span:nth-child(3) {
  color: #fff;
  background: #111;
  border-color: #111;
}
.signature-proof strong {
  font-size: 24px;
  line-height: 1.12;
}
.signature-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.signature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.signature-card {
  position: relative;
  min-height: clamp(260px, 20vw, 360px);
  overflow: hidden;
  border-radius: 18px;
  background: #dcecf5;
}
.signature-card:first-child {
  min-height: clamp(260px, 20vw, 360px);
}
.signature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 22, 31, .62));
}
.signature-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
}
.signature-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}
.signature-card h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
}
.signature-bottom {
  margin-top: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}
.signature-bottom figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #dfeef5;
}
.signature-bottom figure img {
  width: 100%;
  height: clamp(330px, 34vw, 520px);
  object-fit: cover;
}
.signature-bottom > div span {
  display: block;
  margin-bottom: 18px;
  color: #315f7b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.signature-bottom h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 66px);
  line-height: .98;
  font-weight: 500;
}
.signature-bottom p {
  max-width: 560px;
  margin: 24px 0 28px;
  color: var(--muted);
  line-height: 1.65;
}

.about {
  display: grid;
  gap: clamp(58px, 7vw, 108px);
  background: #fff;
}
.about-clinic {
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(340px, .82fr);
  gap: clamp(32px, 5vw, 86px);
  align-items: center;
}
.about-clinic figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #dfeef5;
}
.about-clinic figure img {
  width: 100%;
  height: clamp(360px, 35vw, 560px);
  object-fit: cover;
}
.about-clinic span,
.advantages-head span {
  display: block;
  margin-bottom: 18px;
  color: #315f7b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.about-clinic h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 78px);
  line-height: .98;
  font-weight: 500;
}
.about-clinic p {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.about-clinic p:first-of-type {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.35;
  font-weight: 600;
}
.about-clinic .button {
  width: fit-content;
  margin-top: 30px;
}
.advantages {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}
.advantages-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 4.2vw, 72px);
  line-height: 1;
  font-weight: 500;
}
.advantages-head p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--ink);
  font-size: clamp(23px, 2.2vw, 36px);
  line-height: 1.25;
  font-weight: 600;
}
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.advantages-grid article {
  min-height: 250px;
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 16px;
  border-radius: 20px;
  background: #f6f8fa;
  border: 1px solid rgba(26, 50, 64, .1);
}
.advantages-grid img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.advantages-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
}
.advantages-grid p {
  margin: 0;
  color: #566773;
  font-size: 14px;
  line-height: 1.56;
}

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(176px, 14.5vw, 214px);
  gap: 14px;
  grid-template-areas:
    "intro intro adv1 doc"
    "intro intro adv2 doc"
    "stat  adv3  adv4 doc";
}
.bento-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.bento-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bento-intro { grid-area: intro; }
.bento-adv1  { grid-area: adv1; }
.bento-adv2  { grid-area: adv2; }
.bento-adv3  { grid-area: adv3; }
.bento-adv4  { grid-area: adv4; }
.bento-stat  { grid-area: stat; }
.bento-doc   { grid-area: doc; }

.bento-intro {
  padding: clamp(26px, 2.6vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  background: linear-gradient(155deg, #59a6d1 0%, #2f6f97 100%);
}
.bento-intro .eyebrow {
  margin: 0;
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.bento-intro h2 {
  margin: auto 0 0;
  font-size: clamp(26px, 2.7vw, 44px);
  line-height: 1.04;
}
.bento-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 440px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.55;
}
.bento-adv {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: var(--ice);
  border: 1px solid rgba(45, 111, 151, .16);
}
.bento-adv h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.bento-adv p {
  margin: 0;
  color: #4a5b66;
  font-size: 14px;
  line-height: 1.45;
}
.bento-doc img {
  object-position: center top;
  background: #e7eef4;
}
.bento-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
  background: #111;
}
.bento-stat strong {
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 700;
  line-height: .9;
  color: var(--accent);
}
.bento-stat span {
  max-width: 220px;
  color: #c9d2d8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.services {
  background: #f7f9fa;
}
.section-head {
  max-width: 1240px;
  margin-bottom: 42px;
}
.service-board {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  gap: 14px;
}
.service-board article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 255px;
  padding: 30px;
  display: grid;
  align-content: space-between;
  border-radius: 18px;
  background: #edf3f8;
}
.service-board article::before {
  content: "";
  position: absolute;
  display: none;
  right: -8px;
  bottom: -20px;
  z-index: 0;
  width: min(46%, 230px);
  aspect-ratio: 1.36;
  background: var(--service-art) center / contain no-repeat;
  opacity: .46;
  pointer-events: none;
  filter: drop-shadow(0 24px 34px rgba(27, 73, 98, .14));
}
.service-board article > * {
  position: relative;
  z-index: 1;
}
.service-board .wide {
  grid-row: span 2;
  background: linear-gradient(135deg, #d6ebf7, #edf3f8);
}
.service-board .service-implant::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-implant {
  --service-art: url("assets/service-implant-surgery-3d.png");
}
.service-implant h3 {
  max-width: 58%;
}
.service-implant p {
  max-width: 54%;
}
.service-treatment { --service-art: url("assets/service-treatment-3d-wide.png"); }
.service-board .service-treatment::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-treatment h3,
.service-treatment p {
  max-width: 60%;
}
.service-ortho { --service-art: url("assets/service-ortho-3d-wide.png"); }
.service-board .service-ortho::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-ortho h3,
.service-ortho p {
  max-width: 60%;
}
.service-prosthetics { --service-art: url("assets/service-prosthetics-3d-wide.png"); }
.service-board .service-prosthetics::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-prosthetics h3,
.service-prosthetics p {
  max-width: 60%;
}
.service-hygiene { --service-art: url("assets/service-hygiene-3d-wide.png"); }
.service-board .service-hygiene::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-hygiene h3,
.service-hygiene p {
  max-width: 60%;
}
.service-paro { --service-art: url("assets/service-paro-vector-wide.png"); }
.service-board .service-paro::before {
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  filter: none;
}
.service-paro h3,
.service-paro p {
  max-width: 60%;
}
.service-board span {
  font-size: 20px;
  font-weight: 800;
  color: #4e6974;
}
.service-board h3 {
  margin: 18px 0;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 500;
}
.service-board p {
  color: #58636a;
  line-height: 1.6;
}
.service-board a {
  justify-self: start;
}

.promo {
  background:
    radial-gradient(circle at 76% 18%, rgba(35, 157, 177, .12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f5fbfe 100%);
}
.section.promo {
  padding-top: clamp(38px, 4vw, 66px);
  padding-bottom: clamp(38px, 4vw, 66px);
}
.promo-label {
  margin: 0 0 clamp(18px, 2.4vw, 32px);
  color: #315f7b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.promo-editorial.promo-editorial-offers {
  min-height: clamp(460px, 34vw, 580px);
  grid-template-columns: minmax(300px, 34vw) minmax(0, 1fr);
  gap: clamp(24px, 2.8vw, 48px);
}
.promo-editorial.promo-editorial-offers .promo-copy {
  width: 100%;
  padding: clamp(8px, 1.8vw, 28px) 0;
}
.promo-offer-list {
  width: 100%;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 3vw, 62px);
  border-top: 1px solid rgba(45, 111, 151, .18);
}
.promo-offer-list a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(45, 111, 151, .18);
  color: #17242b;
}
.promo-offer-list b,
.promo-offer-list small {
  display: block;
}
.promo-offer-list b {
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.12;
}
.promo-offer-list small {
  display: none;
}
.promo-offer-list strong {
  color: #0a7f8c;
  font-size: clamp(30px, 2.55vw, 46px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.promo-editorial {
  min-height: clamp(520px, 42vw, 720px);
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 90px);
  align-items: center;
  overflow: hidden;
}
.promo-doctor-shot {
  align-self: stretch;
  margin: 0;
  display: grid;
  align-items: end;
  background: transparent;
}
.promo-doctor-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.promo-copy {
  max-width: 100%;
  padding: clamp(18px, 3vw, 44px) 0;
}
.promo-season {
  margin: 0 0 14px;
  color: #f05c4f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.promo-copy h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 82px);
  line-height: .9;
  font-weight: 700;
}
.promo-price {
  margin-top: clamp(14px, 2vw, 24px);
  display: flex;
  align-items: end;
  gap: 14px;
}
.promo-price span {
  padding-bottom: 12px;
  color: var(--muted);
  font-weight: 800;
}
.promo-price strong {
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: 0;
}
.promo-copy > p:not(.promo-season) {
  max-width: 560px;
  margin: 18px 0 0;
  color: #405865;
  font-size: 17px;
  line-height: 1.5;
}
.promo-lines {
  max-width: 560px;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}
.promo-lines span {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #27343b;
  font-weight: 800;
}
.promo-copy .button {
  width: fit-content;
  margin-top: 22px;
}

.subpage {
  padding-top: 86px;
}
.promo-note {
  margin: 24px 0 0;
  color: var(--muted);
}
.promo-back {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.promo-grid article {
  min-height: 168px;
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 18px;
  color: var(--ink);
  background: var(--ice);
  border: 1px solid rgba(45, 111, 151, .16);
}
.promo-grid article strong {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  font-weight: 700;
  color: #2f6f97;
}
.promo-grid article span {
  font-weight: 700;
  line-height: 1.35;
}
.promo-grid article small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.promo-grid .promo-bonus {
  color: #fff;
  background: #111;
  border-color: #111;
}
.promo-grid .promo-bonus strong {
  color: var(--accent);
}
.promo-grid .promo-bonus small {
  color: rgba(255, 255, 255, .75);
}

.prices-section {
  background: #fff;
}
.prices {
  width: 100%;
}
.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 14px;
}
.price-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.price-tabs button.active {
  color: #fff;
  background: #111;
}
.price-panel { display: none; }
.price-panel.active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.price-panel p {
  min-height: 72px;
  margin: 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.price-panel strong {
  font-weight: 600;
}
.ratings {
  background: #f7fafc;
}
.ratings-head {
  width: 100%;
  max-width: 1420px;
  display: grid;
  grid-template-columns: minmax(360px, .68fr) minmax(420px, .56fr);
  column-gap: clamp(28px, 7vw, 130px);
  row-gap: 16px;
  align-items: end;
  margin-bottom: clamp(32px, 4.4vw, 60px);
}
.ratings-head .eyebrow {
  grid-column: 1;
  margin: 0;
}
.ratings h2 {
  grid-column: 1;
  max-width: 740px;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1;
  font-weight: 700;
}
.ratings-head p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.ratings-layout {
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.rating-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  align-items: start;
}
.rating-certificate {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.rating-certificate.featured {
  transform: translateY(28px);
}
.rating-certificate img {
  width: 100%;
  height: clamp(300px, 28vw, 470px);
  object-fit: contain;
  border-radius: 0;
}
.awards {
  margin: 0;
  display: grid;
  gap: 14px;
}
.awards article {
  min-height: 0;
  padding: 26px 28px;
  display: grid;
  gap: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(23, 27, 32, .08);
}
.awards h3 {
  margin: 0;
  font-size: 24px;
}
.awards ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.awards li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 27, 32, .1);
}
.awards li strong {
  color: #2f6f97;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}
.awards li span {
  color: #405865;
  line-height: 1.4;
}

.doctors {
  position: relative;
  display: grid;
  gap: clamp(24px, 3.6vw, 46px);
  overflow: hidden;
  background: #fff;
}
.doctors::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 360px;
  height: 520px;
  background: url("assets/implant-cutout.png") center / contain no-repeat;
  opacity: .12;
  transform: rotate(-10deg);
}
.doctors-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1420px;
  display: grid;
  grid-template-columns: minmax(360px, .68fr) minmax(340px, .5fr);
  column-gap: clamp(28px, 6vw, 110px);
  row-gap: 16px;
  align-items: end;
}
.doctors-copy .eyebrow {
  grid-column: 1;
  margin: 0;
}
.doctors-copy h2 {
  grid-column: 1;
  margin: 0;
  max-width: 680px;
  font-size: clamp(44px, 4.9vw, 76px);
  line-height: .98;
}
.doctors-copy p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.doctor-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.doctor-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}
.doctor-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 22px;
  overflow: hidden;
  background: transparent;
  contain: paint;
}
.doctor-row {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.doctor-row:active {
  cursor: grabbing;
}
.doctor-row::-webkit-scrollbar {
  display: none;
}
.doctor-row-bottom {
  padding-left: 0;
}
.doctor-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 18px;
}


.doctor-set {
  display: flex;
  gap: 18px;
}
.doctor-card {
  width: clamp(248px, 20vw, 334px);
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(26, 50, 64, .12);
  box-shadow: none;
  cursor: pointer;
  outline: none;
  display: grid;
  grid-template-rows: auto 128px;
  flex: 0 0 auto;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.doctor-card:hover,
.doctor-card.is-hover-open,
.doctor-card:focus-visible,
.doctor-card.is-open {
  transform: translateY(-6px);
  border-color: rgba(79, 156, 202, .38);
  box-shadow: 0 22px 58px rgba(20, 66, 91, .16);
}
.doctor-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 1062;
  display: block;
  object-fit: cover;
  object-position: center bottom;
  background: #fff;
  pointer-events: none;
  user-select: none;
}
.doctor-card .doctor-info,
.doctor-card > div {
  position: relative;
  height: 128px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid rgba(26, 50, 64, .1);
  transition: height .35s ease, padding .35s ease, background-color .35s ease;
}
.doctor-card:focus-visible {
  border-color: rgba(38, 115, 154, .55);
  box-shadow: 0 0 0 4px rgba(38, 115, 154, .14);
}
.doctor-card:hover .doctor-info,
.doctor-card:hover > div,
.doctor-card.is-hover-open .doctor-info,
.doctor-card.is-hover-open > div,
.doctor-card:focus-visible .doctor-info,
.doctor-card:focus-visible > div,
.doctor-card.is-open .doctor-info,
.doctor-card.is-open > div {
  position: absolute;
  inset: 0;
  height: 100%;
  padding: 24px 22px;
  background: rgba(255, 255, 255, .98);
  border-top-color: transparent;
}
.doctor-card h3 {
  margin: 0 0 9px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.05;
}
.doctor-card p {
  margin: 0;
  color: #4a5b66;
  font-size: 15px;
  line-height: 1.45;
}
.doctor-extra {
  display: grid;
  gap: 10px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .35s ease, margin-top .35s ease, opacity .25s ease, transform .35s ease;
}
.doctor-card:hover .doctor-extra,
.doctor-card.is-hover-open .doctor-extra,
.doctor-card:focus-visible .doctor-extra,
.doctor-card.is-open .doctor-extra {
  max-height: 100%;
  margin-top: 14px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
  padding-right: 0;
}
.doctor-extra p {
  font-size: 12.6px;
  line-height: 1.31;
}
.doctor-experience {
  color: var(--ink) !important;
  font-weight: 800;
}
.doctor-card.is-dense h3 {
  font-size: clamp(17px, 1.2vw, 21px);
}
.doctor-card.is-dense .doctor-info {
  padding: 21px 20px;
}
.doctor-card.is-dense .doctor-extra {
  gap: 7px;
  margin-top: 11px;
}
.doctor-card.is-dense .doctor-extra p {
  font-size: 11.4px;
  line-height: 1.23;
}
.tax-band {
  margin: 0 clamp(16px, 5vw, 96px) clamp(42px, 5vw, 78px);
  padding: clamp(34px, 4vw, 56px) clamp(28px, 4vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, #59a6d1, #2f6f97);
}
.tax-band .eyebrow {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.tax-band h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 700;
}
.tax-band p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  line-height: 1.6;
}
.tax-band .button {
  color: #1c4258;
  background: #fff;
  border-color: #fff;
}

.socials {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.socials a {
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}
.contacts {
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(0, 1fr);
  gap: 44px;
  padding-bottom: clamp(24px, 3vw, 44px);
  color: #fff;
  background: #111;
}
.contacts .eyebrow {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.contacts h2 {
  font-size: clamp(40px, 5vw, 80px);
}
.contacts-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.contacts-list article {
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) 1fr 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.contacts-list h3 {
  margin: 0;
  font-size: 28px;
}
.contacts-list p {
  margin: 0;
  color: #b9c1c5;
}
.contacts-list a {
  font-weight: 800;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
.contact-actions a {
  white-space: nowrap;
}
.contact-actions a[href^="https"] {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #d8f0ff;
  font-size: 13px;
}
.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
  justify-content: flex-start;
}
.contact-channels a {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 14px;
  font-weight: 900;
}
.footer-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.footer-info-links a {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 14px;
  font-weight: 900;
}
input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #f5f5f5;
  font: inherit;
}

.contacts-map {
  grid-column: 1 / -1;
  position: relative;
  display: block;
  margin-top: -24px;
  margin-bottom: 0;
  padding-top: 0;
}
.contacts-map iframe {
  width: 100%;
  min-height: clamp(380px, 35vw, 560px);
  border: 0;
  border-radius: 22px;
  filter: grayscale(.14) contrast(.96);
}
.contacts-footer-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 86px);
  align-items: start;
  margin-top: -8px;
}
.contacts-footer-info {
  display: grid;
  gap: 16px;
  align-content: start;
}
.footer-review-widgets {
  justify-self: end;
  width: auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: 216px 190px;
  gap: 12px;
  align-items: stretch;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.footer-review-title {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  color: #c9d1d3;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}
.review-widget {
  width: 190px;
  height: 72px;
  min-height: 0;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}
.yandex-rating-widget {
  width: 216px;
  background: #fff;
  place-items: start;
}
.yandex-rating-widget iframe {
  display: block;
  width: 150px;
  height: 50px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  filter: none;
  overflow: hidden;
  transform: scale(1.44);
  transform-origin: top left;
}
.prodoctorov-widget {
  place-items: stretch;
  padding: 8px 10px;
  background: #fff;
}
.prodoctorov-widget .pd_widget_column {
  width: 100%;
  height: 100%;
  max-width: none;
  display: grid;
  gap: 2px;
  align-content: center;
  color: #1a3240;
  font-size: 10px;
  line-height: 1.15;
}
.prodoctorov-widget .pd_logo {
  display: block;
  max-width: 106px;
  height: auto;
}
.prodoctorov-widget a {
  color: #087985;
  font-weight: 800;
}
.prodoctorov-widget .pd_lpu_name {
  color: #1a3240;
  font-size: 11px;
  line-height: 1.12;
}
.prodoctorov-widget .pd_widget_column_content {
  display: none;
}


.info-page {
  background: linear-gradient(180deg, #f5fbfe 0%, #fff 42%);
}
.info-hero {
  padding-top: clamp(74px, 8vw, 130px);
  padding-bottom: clamp(34px, 5vw, 72px);
  display: grid;
  gap: 20px;
}
.info-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(42px, 7vw, 92px);
  line-height: .92;
  letter-spacing: 0;
}
.info-hero > p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: #5a6870;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}
.info-hero .button {
  width: fit-content;
  margin-top: 8px;
}
.info-content {
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.info-content article {
  min-height: 180px;
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid rgba(26, 50, 64, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 66, 91, .06);
}
.info-content article:first-child,
.info-content.legal-text article {
  grid-column: span 2;
}
.info-content h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
}
.info-content p,
.info-content li {
  color: #53636c;
  font-size: 16px;
  line-height: 1.62;
}
.info-content p {
  margin: 0 0 10px;
}
.info-content p:last-child {
  margin-bottom: 0;
}
.info-content ul {
  margin: 0;
  padding-left: 20px;
}
.info-content a {
  color: #0a7f8c;
  font-weight: 800;
}

.footer {
  padding: 28px clamp(16px, 4vw, 80px);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  align-items: flex-start;
  color: #c9d1d3;
  background: #0c0c0c;
}
.footer p { margin: 0; }
.footer a { color: #fff; }
.contacts-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  align-items: center;
  margin-top: 0;
  color: #c9d1d3;
  font-size: 15px;
}
.contacts-legal p {
  margin: 0;
}
.contacts-legal a {
  color: #fff;
  font-weight: 800;
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 2.4vw, 34px);
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 60;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  box-shadow: 0 16px 44px rgba(17, 27, 32, .22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.94);
  transition: opacity .24s ease, transform .24s ease, box-shadow .24s ease;
}
.back-to-top::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(17, 17, 17, .34);
  animation: back-to-top-pulse 1.8s ease-out infinite;
}
.back-to-top span {
  width: 15px;
  height: 15px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(4px) rotate(45deg);
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 56px rgba(17, 27, 32, .28);
}

@keyframes back-to-top-pulse {
  0% { opacity: .48; transform: scale(.82); }
  70%, 100% { opacity: 0; transform: scale(1.34); }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }
  .menu-button {
    display: block;
    justify-self: end;
  }
  .main-nav,
  .phone-link,
  .header-contacts {
    display: none;
  }
  .main-nav.open {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 0;
  }
  .main-nav.open a {
    padding: 15px 0;
    border-top: 1px solid var(--line);
  }
  .hero-inner,
  .promo-band,
  .promo-editorial,
  .ratings-head,
  .ratings-layout,
  .doctors,
  .about-clinic,
  .advantages,
  .contacts {
    grid-template-columns: 1fr;
  }
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro intro"
      "doc   adv1"
      "doc   adv2"
      "adv3  adv4"
      "stat  stat";
  }
  .signature-head,
  .signature-layout,
  .signature-bottom {
    grid-template-columns: 1fr;
  }
  .signature-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .signature-card:first-child {
    grid-row: auto;
    min-height: 280px;
  }
  .signature-proof {
    max-width: 360px;
  }
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-inner {
    min-height: 760px;
  }
  .hero-title .line-left {
    max-width: 52vw;
    font-size: clamp(50px, 8.4vw, 92px);
  }
  .hero-stats {
    top: 168px;
    gap: 22px;
  }
  .hero-stats strong {
    font-size: clamp(34px, 6vw, 56px);
  }
  .hero-stats span {
    max-width: 34vw;
  }
  .hero-visual {
    width: min(36vw, 380px);
    min-width: 260px;
    min-height: 620px;
  }
  .hero-visual img {
    width: min(36vw, 380px);
    min-width: 260px;
  }
  .service-board,
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-board {
    gap: 12px;
  }
  .service-board article {
    min-height: 260px;
    padding: 22px;
  }
  .service-board .wide {
    grid-row: auto;
  }
  .service-board article::before {
    background-size: cover;
    background-position: center bottom;
  }
  .service-board .service-implant::before {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 64% bottom;
  }
  .service-implant h3,
  .service-implant p,
  .service-treatment h3,
  .service-treatment p,
  .service-ortho h3,
  .service-ortho p,
  .service-prosthetics h3,
  .service-prosthetics p,
  .service-hygiene h3,
  .service-hygiene p,
  .service-paro h3,
  .service-paro p {
    max-width: 72%;
  }
  .service-board h3 {
    font-size: clamp(28px, 4.2vw, 42px);
  }
  .service-board p {
    font-size: 15px;
    line-height: 1.45;
  }
  .contact-channels {
    grid-column: auto;
    margin-top: 22px;
  }
  .rating-certificate.featured {
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 84px;
  }
  .site-header {
    min-height: 72px;
    padding: 0 12px;
  }
  .brand small { display: none; }
  .hero {
    min-height: auto;
    padding: 104px 8px 42px;
  }
  .hero-wordmark {
    left: 10px;
    bottom: -18px;
    font-size: 150px;
  }
  .hero-inner {
    position: relative;
    min-height: auto;
  }
  .hero-title {
    position: static;
    position: relative;
    z-index: 5;
    inset: auto;
    display: block;
    min-height: 0;
    margin-top: 42px;
  }
  .hero-title .line-left {
    max-width: 100%;
    line-height: .98;
  }
  .hero-title .line-left .word-big,
  .hero-title .line-left .word-dental {
    font-size: clamp(36px, 10.55vw, 42px);
  }
  .hero-title .line-left .word-dental {
    margin: 6px 0;
  }
  .hero-stats {
    position: relative;
    z-index: 5;
    inset: auto;
    margin-top: 28px;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    text-align: left;
  }
  .hero-stats div {
    justify-items: start;
  }
  .hero-stats span {
    max-width: none;
  }
  .hero-copy p:not(.hero-eyebrow) {
    position: relative;
    z-index: 5;
    inset: auto;
    margin-top: 24px;
    font-size: 16px;
  }
  .hero-actions {
    position: relative;
    z-index: 5;
    inset: auto;
    margin-top: 26px;
    display: grid;
    width: min(100%, 270px);
  }
  .hero-visual {
    position: absolute;
    z-index: 3;
    left: auto;
    right: -20px;
    top: -44px;
    width: min(38vw, 150px);
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    pointer-events: none;
    transform: none;
  }
  .hero-visual img {
    min-width: 0;
    width: 100%;
  }
  .service-board,
  .promo-grid,
  .promo-editorial,
  .price-panel.active,
  .ratings-head,
  .ratings-layout,
  .rating-board,
  .awards,
  .signature-cards,
  .contacts-map,
  .contacts-list article {
    grid-template-columns: 1fr;
  }
  .signature-head {
    gap: 18px;
  }
  .signature-head h2,
  .signature-bottom h3 {
    font-size: clamp(34px, 10vw, 54px);
  }
  .signature-card {
    min-height: 240px;
  }
  .signature-card:first-child {
    min-height: 240px;
  }
  .signature-bottom {
    margin-top: 58px;
  }
  .signature-bottom figure img {
    height: 300px;
  }
  .promo-editorial {
    min-height: 0;
    gap: 22px;
  }
  .promo-doctor-shot {
    min-height: 420px;
  }
  .promo-copy {
  max-width: 100%;
  padding: clamp(18px, 3vw, 44px) 0;
}
  .promo-copy h2 {
    font-size: clamp(44px, 15vw, 70px);
  }
  .promo-season {
  margin: 0 0 14px;
  color: #f05c4f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}
  .promo-copy .button {
  width: fit-content;
  margin-top: 22px;
}
  .rating-certificate {
    padding: 0;
  }
  .rating-certificate img {
    height: auto;
    max-height: 520px;
  }
  .ratings-head .eyebrow,
  .ratings-head h2,
  .ratings-head p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .awards li {
    grid-template-columns: 78px 1fr;
  }
  .awards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .awards article {
    padding: 16px;
    gap: 12px;
    border-radius: 16px;
  }
  .awards h3 {
    font-size: 18px;
    line-height: 1.15;
  }
  .awards ul {
    gap: 8px;
  }
  .awards li {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-top: 8px;
  }
  .awards li strong {
    font-size: 13px;
  }
  .awards li span {
    font-size: 12px;
    line-height: 1.28;
  }
  .rating-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .rating-certificate.featured {
    transform: none;
  }
  .rating-certificate img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .tax-band {
    margin: 0 14px 44px;
  }
  .section {
    padding: 58px 14px;
  }
  .section h2,
  .promo-band h2,
  .prices h2,
  .ratings h2,
  .doctors-copy h2,
  .contacts h2 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .bento {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-auto-rows: auto;
  }
  .bento-card {
    grid-area: auto;
    min-height: 210px;
  }
  .bento-doc,
  .bento-face,
  .bento-smile {
    min-height: 320px;
  }
  .service-board .wide {
    grid-column: auto;
    grid-row: auto;
  }
  .service-implant {
    --service-art: url("assets/service-implant-surgery-3d.png");
  }
  .service-board .service-implant::before {
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: auto 76%;
    background-position: 64% bottom;
    opacity: 1;
    filter: none;
  }
  .service-board .service-implant::after {
    content: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(222, 240, 249, .98) 0%, rgba(222, 240, 249, .8) 42%, rgba(222, 240, 249, .18) 100%);
    pointer-events: none;
  }
  .service-implant h3,
  .service-implant p {
    max-width: 76%;
  }
  .service-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    grid-auto-rows: 1fr;
  }
  .service-board article {
    min-height: 218px;
    padding: 16px;
    border-radius: 16px;
    grid-template-rows: auto auto 1fr auto;
    align-content: start;
    gap: 10px;
  }
  .service-board article::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    opacity: 1;
    filter: none;
  }
  .service-board .service-implant::before {
    background-size: cover;
    background-position: 64% bottom;
  }
  .service-board .service-treatment::before {
    background-size: cover;
    background-position: 70% bottom;
  }
  .service-board .service-ortho::before {
    background-size: cover;
    background-position: 68% bottom;
  }
  .service-board .service-prosthetics::before {
    background-size: cover;
    background-position: 66% bottom;
  }
  .service-board .service-hygiene::before {
    background-size: cover;
    background-position: 67% bottom;
  }
  .service-board .service-paro::before {
    background-size: cover;
    background-position: 62% bottom;
  }
  .service-board span {
    font-size: 18px;
  }
  .service-board h3 {
    font-size: clamp(18px, 5.45vw, 22px);
    line-height: 1.05;
  }
  .service-board p {
    color: #111820;
    font-size: 12px;
    line-height: 1.3;
    align-self: end;
  }
  .service-board a {
    width: fit-content;
    min-height: 38px;
    padding: 0 11px;
    margin-top: auto;
    font-size: 11px;
  }
  .service-treatment h3,
  .service-treatment p,
  .service-ortho h3,
  .service-ortho p,
  .service-prosthetics h3,
  .service-prosthetics p,
  .service-hygiene h3,
  .service-hygiene p,
  .service-paro h3,
  .service-paro p {
    max-width: 76%;
  }
  .about-clinic h2,
  .advantages-head h2 {
    font-size: clamp(36px, 10vw, 54px);
  }
  .about-clinic figure img {
    height: 320px;
  }
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .advantages-grid article {
    min-height: 0;
    padding: 16px;
    gap: 10px;
    border-radius: 16px;
  }
  .advantages-grid img {
    width: 46px;
    height: 46px;
  }
  .advantages-grid h3 {
    font-size: 15px;
    line-height: 1.18;
  }
  .advantages-grid p {
    font-size: 12px;
    line-height: 1.42;
  }
  .promo-band {
    padding: 52px 14px;
  }
  .promo-band img {
    max-height: 230px;
  }
  .price-panel p {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }
  .doctors-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .doctors-copy .eyebrow,
  .doctors-copy h2,
  .doctors-copy p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }
  .doctor-row-bottom {
    padding-left: 0;
  }
  .doctor-card {
    width: min(78vw, 288px);
    border-radius: 18px;
    grid-template-rows: auto 116px;
  }
  .doctor-card img {
    height: auto;
  }
  .doctor-card .doctor-info,
  .doctor-card > div {
    height: 116px;
    padding: 18px;
  }
  .doctor-card.is-hover-open .doctor-info,
  .doctor-card.is-hover-open > div,
  .doctor-card:focus-visible .doctor-info,
  .doctor-card:focus-visible > div,
  .doctor-card.is-open .doctor-info,
  .doctor-card.is-open > div {
    height: 100%;
  }
  .contacts-map {
    margin-bottom: 0;
  }
  .contacts-map iframe {
    min-height: 300px;
    display: block;
  }
  .contacts-footer-row {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0;
  }
  .footer-review-widgets {
    width: 100%;
    justify-self: start;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: start;
  }
  .review-widget {
    width: min(100%, 190px);
  }
  .footer-review-title {
    padding: 0;
  }
  .yandex-rating-widget {
    width: min(100%, 216px);
  }
  .prodoctorov-widget {
    width: min(100%, 190px);
  }
  .contacts-legal {
    margin-top: 0;
    display: grid;
    gap: 8px;
    color: #c9d1d3;
    font-size: 14px;
    line-height: 1.35;
  }
  .contacts-legal a {
    color: #fff;
  }
  .info-hero {
    padding-top: 54px;
  }
  .info-hero h1 {
    font-size: clamp(36px, 11vw, 54px);
  }
  .info-hero > p:not(.eyebrow) {
    font-size: 17px;
  }
  .info-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .info-content article,
  .info-content article:first-child,
  .info-content.legal-text article {
    grid-column: 1;
    min-height: 0;
    padding: 20px;
    border-radius: 16px;
  }
  .info-content h2 {
    font-size: 22px;
  }
  .info-content p,
  .info-content li {
    font-size: 15px;
    line-height: 1.55;
  }
}
@media (max-width: 1120px) {
  .promo-editorial.promo-editorial-offers {
    position: relative;
    display: block;
    min-height: 0;
    padding: 22px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(145deg, #f5fbfe 0%, #e6f3fb 100%);
  }
  .promo-editorial.promo-editorial-offers .promo-doctor-shot {
    position: absolute;
    z-index: 0;
    top: -18px;
    right: -14px;
    width: min(50vw, 400px);
    height: 300px;
    min-height: 0;
    display: grid;
    align-items: end;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    opacity: .96;
    pointer-events: none;
  }
  .promo-editorial.promo-editorial-offers .promo-doctor-shot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: normal;
    filter: drop-shadow(0 16px 24px rgba(18, 57, 78, .12));
  }
  .promo-editorial.promo-editorial-offers .promo-copy {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .promo-editorial.promo-editorial-offers .promo-copy h2 {
    max-width: 58%;
    font-size: clamp(42px, 8vw, 64px);
  }
  .promo-editorial.promo-editorial-offers .promo-copy > p:not(.promo-season) {
    max-width: 52%;
  }
  .promo-offer-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .section.promo {
    padding-top: 48px;
  }
  .promo-editorial.promo-editorial-offers {
    position: relative;
    display: block;
    min-height: 0;
    padding: 18px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(145deg, #f5fbfe 0%, #e6f3fb 100%);
  }
  .promo-editorial.promo-editorial-offers .promo-doctor-shot {
    position: absolute;
    z-index: 0;
    top: 176px;
    right: -14px;
    width: min(76vw, 360px);
    height: 258px;
    min-height: 0;
    display: grid;
    align-items: end;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    opacity: .96;
    pointer-events: none;
  }
  .promo-editorial.promo-editorial-offers .promo-doctor-shot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    mix-blend-mode: normal;
    filter: drop-shadow(0 16px 24px rgba(18, 57, 78, .12));
  }
  .promo-editorial.promo-editorial-offers .promo-copy {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .promo-editorial.promo-editorial-offers .promo-season {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: .22em;
  }
  .promo-editorial.promo-editorial-offers .promo-copy h2 {
    max-width: 82%;
    font-size: clamp(36px, 12vw, 54px);
    line-height: .92;
  }
  .promo-editorial.promo-editorial-offers .promo-price {
    position: absolute;
    top: 132px;
    right: 22px;
    width: 196px;
    margin-top: 0;
    gap: 8px;
  }
  .promo-editorial.promo-editorial-offers .promo-price span {
    padding-bottom: 6px;
  }
  .promo-editorial.promo-editorial-offers .promo-price strong {
    font-size: clamp(31px, 9.3vw, 44px);
    white-space: nowrap;
  }
  .promo-editorial.promo-editorial-offers .promo-copy > p:not(.promo-season) {
    position: absolute;
    top: 220px;
    left: 0;
    max-width: 43%;
    margin-top: 0;
    color: #23343c;
    font-size: 12.5px;
    line-height: 1.34;
  }
  .promo-editorial.promo-editorial-offers .promo-offer-list {
    position: relative;
    z-index: 2;
    margin-top: 344px;
    padding-top: 2px;
    border-top-color: rgba(23, 36, 43, .18);
  }
  .promo-offer-list a {
    min-height: 56px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
  }
  .promo-offer-list a span {
    min-width: 0;
  }
  .promo-offer-list b {
    font-size: 15px;
    line-height: 1.12;
  }
  .promo-offer-list strong {
    justify-self: end;
    font-size: clamp(21px, 6.2vw, 26px);
    text-align: right;
  }
}
.advantages-grid article,
.service-board article,
.promo-offer-list a,
.awards article,
.rating-certificate,
.price-panel p,
.contacts-list article {
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.advantages-grid article:hover,
.service-board article:hover,
.promo-offer-list a:hover,
.awards article:hover,
.rating-certificate:hover,
.price-panel p:hover,
.contacts-list article:hover {
  transform: translateY(-5px);
}
.service-board article:hover,
.advantages-grid article:hover,
.awards article:hover,
.rating-certificate:hover {
  box-shadow: 0 24px 60px rgba(27, 72, 97, .12);
}
/* Scroll reveal animations */
html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 26px), 0) scale(var(--reveal-scale, 1));
  filter: blur(10px);
  transition:
    opacity .72s cubic-bezier(.21, .9, .24, 1),
    transform .78s cubic-bezier(.21, .9, .24, 1),
    filter .78s cubic-bezier(.21, .9, .24, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
html.reveal-ready [data-reveal="left"] { --reveal-x: -42px; --reveal-y: 0; }
html.reveal-ready [data-reveal="right"] { --reveal-x: 42px; --reveal-y: 0; }
html.reveal-ready [data-reveal="up"] { --reveal-y: 34px; }
html.reveal-ready [data-reveal="down"] { --reveal-y: -30px; }
html.reveal-ready [data-reveal="zoom"] { --reveal-y: 18px; --reveal-scale: .94; }
html.reveal-ready [data-reveal="soft"] { --reveal-y: 18px; filter: blur(6px); }
html.reveal-ready .hero [data-reveal] {
  opacity: 1;
  filter: none;
  transition: none;
}
html.reveal-ready .hero-copy[data-reveal],
html.reveal-ready .hero-stats [data-reveal] {
  transform: none;
}
html.reveal-ready .hero-visual[data-reveal] {
  transform: translate(-50%, -50%);
}

@media (prefers-reduced-motion: reduce) {
  html.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.cookie-notice {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(680px, calc(100% - 32px));
  padding: 16px 18px;
  color: #27353d;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(39, 53, 61, .14);
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(22, 40, 51, .18);
  transform: translateX(-50%);
  transition: opacity .2s ease, transform .2s ease;
}

.cookie-notice.is-closing {
  opacity: 0;
  transform: translate(-50%, 12px);
}

.cookie-notice p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-notice button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  background: #111;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

@media (max-width: 560px) {
  .cookie-notice {
    bottom: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 24px);
    padding: 14px;
  }

  .cookie-notice button {
    width: 100%;
  }
}

































