body[data-page="home"] {
  --font-display: "Stem", "Century Gothic", Arial, sans-serif;
  --font-body: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
  --home-gap: 20px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.42;
}

body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] h3,
body[data-page="home"] .button,
body[data-page="home"] .site-header button {
  font-family: var(--font-display);
}

body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] h3 { font-weight: 600; }

body[data-page="home"] .button,
body[data-page="home"] .header-appointment,
body[data-page="home"] .services .service-card > span,
body[data-page="home"] .cases .work-card > a,
body[data-page="home"] .doctors .doctor-card a,
body[data-page="home"] .doctors .section-action {
  --corner-color: #010f77;
  --corner-hover-color: #7c7c7c;
  --corner-inset: -1px;
  position: relative;
}

body[data-page="home"] .button::before,
body[data-page="home"] .header-appointment::before,
body[data-page="home"] .services .service-card > span::before,
body[data-page="home"] .cases .work-card > a::before,
body[data-page="home"] .doctors .doctor-card a::before,
body[data-page="home"] .doctors .section-action::before,
body[data-page="home"] .button::after,
body[data-page="home"] .header-appointment::after,
body[data-page="home"] .services .service-card > span::after,
body[data-page="home"] .cases .work-card > a::after,
body[data-page="home"] .doctors .doctor-card a::after,
body[data-page="home"] .doctors .section-action::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  pointer-events: none;
  content: "";
  transform-origin: center;
}

body[data-page="home"] .button::before,
body[data-page="home"] .header-appointment::before,
body[data-page="home"] .services .service-card > span::before,
body[data-page="home"] .cases .work-card > a::before,
body[data-page="home"] .doctors .doctor-card a::before,
body[data-page="home"] .doctors .section-action::before {
  top: calc(100% - var(--corner-inset) - 10px);
  left: var(--corner-inset);
  border-bottom: 2px solid var(--corner-color);
  border-left: 2px solid var(--corner-color);
}

body[data-page="home"] .button::after,
body[data-page="home"] .header-appointment::after,
body[data-page="home"] .services .service-card > span::after,
body[data-page="home"] .cases .work-card > a::after,
body[data-page="home"] .doctors .doctor-card a::after,
body[data-page="home"] .doctors .section-action::after {
  top: var(--corner-inset);
  left: calc(100% - var(--corner-inset) - 10px);
  border-top: 2px solid var(--corner-color);
  border-right: 2px solid var(--corner-color);
}

body[data-page="home"] .button {
  --corner-color: #fff;
  --corner-hover-color: #010f77;
  justify-content: center;
  padding-inline: 24px;
}
body[data-page="home"] .hero--home .button,
body[data-page="home"] .equipment-cta,
body[data-page="home"] .doctors .section-action,
body[data-page="home"] .home-appointment .contact-form .button,
body[data-page="home"] .contacts-card__info .button { --corner-inset: 10px; }
body[data-page="home"] .feature-card--booking .button {
  --corner-color: #010f77;
  --corner-hover-color: #fff;
  --corner-inset: 10px;
}
body[data-page="home"] .modal .contact-form .button {
  --corner-color: #010f77;
  --corner-hover-color: #fff;
  --corner-inset: 10px;
}

body[data-page="home"] .button:hover,
body[data-page="home"] .button:focus-visible {
  --corner-color: var(--corner-hover-color);
  color: #010f77;
  background: #fff;
  border-color: #010f77;
}

body[data-page="home"] .feature-card--booking .button:hover,
body[data-page="home"] .feature-card--booking .button:focus-visible,
body[data-page="home"] .modal .contact-form .button:hover,
body[data-page="home"] .modal .contact-form .button:focus-visible {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
body[data-page="home"] .feature-card--booking .button:hover,
body[data-page="home"] .feature-card--booking .button:focus-visible {
  --corner-color: #010f77;
  color: #010f77;
  background: #fff;
  border-color: #fff;
}

body[data-page="home"] .header-appointment:hover,
body[data-page="home"] .header-appointment:focus-visible,
body[data-page="home"] .services .service-card:hover > span,
body[data-page="home"] .cases .work-card > a:hover,
body[data-page="home"] .cases .work-card > a:focus-visible,
body[data-page="home"] .doctors .doctor-card a:hover,
body[data-page="home"] .doctors .doctor-card a:focus-visible {
  --corner-color: #fff;
  color: #fff;
  background: #010f77;
  border-color: #010f77;
}

body[data-page="home"] .button:hover::before,
body[data-page="home"] .button:focus-visible::before,
body[data-page="home"] .header-appointment:hover::before,
body[data-page="home"] .header-appointment:focus-visible::before,
body[data-page="home"] .services .service-card:hover > span::before,
body[data-page="home"] .cases .work-card > a:hover::before,
body[data-page="home"] .cases .work-card > a:focus-visible::before,
body[data-page="home"] .doctors .doctor-card a:hover::before,
body[data-page="home"] .doctors .doctor-card a:focus-visible::before,
body[data-page="home"] .doctors .section-action:hover::before,
body[data-page="home"] .doctors .section-action:focus-visible::before {
  animation: home-corner-before-clockwise .58s cubic-bezier(.45, 0, .2, 1) both;
}

body[data-page="home"] .button:hover::after,
body[data-page="home"] .button:focus-visible::after,
body[data-page="home"] .header-appointment:hover::after,
body[data-page="home"] .header-appointment:focus-visible::after,
body[data-page="home"] .services .service-card:hover > span::after,
body[data-page="home"] .cases .work-card > a:hover::after,
body[data-page="home"] .cases .work-card > a:focus-visible::after,
body[data-page="home"] .doctors .doctor-card a:hover::after,
body[data-page="home"] .doctors .doctor-card a:focus-visible::after,
body[data-page="home"] .doctors .section-action:hover::after,
body[data-page="home"] .doctors .section-action:focus-visible::after {
  animation: home-corner-after-clockwise .58s cubic-bezier(.45, 0, .2, 1) both;
}

@keyframes home-corner-before-clockwise {
  0% { top: calc(100% - var(--corner-inset) - 10px); left: var(--corner-inset); transform: rotate(0); }
  50% { top: var(--corner-inset); left: var(--corner-inset); transform: rotate(90deg); }
  100% { top: var(--corner-inset); left: calc(100% - var(--corner-inset) - 10px); transform: rotate(180deg); }
}

@keyframes home-corner-after-clockwise {
  0% { top: var(--corner-inset); left: calc(100% - var(--corner-inset) - 10px); transform: rotate(0); }
  50% { top: calc(100% - var(--corner-inset) - 10px); left: calc(100% - var(--corner-inset) - 10px); transform: rotate(90deg); }
  100% { top: calc(100% - var(--corner-inset) - 10px); left: var(--corner-inset); transform: rotate(180deg); }
}
body[data-page="home"] .button__arrow { display: none; }

body[data-page="home"] .page-shell {
  width: min(1320px, calc(100% - 120px));
}

body[data-page="home"] > .site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: 85px;
  grid-template-columns: 141px 170px minmax(500px, 1fr) max-content 160px;
  gap: 20px;
  padding: 0 max(var(--gutter), calc((100% - var(--shell)) / 2));
  border: 0;
  background: #fff;
}

body[data-page="home"] .site-header .brand {
  width: 141px;
  height: 56px;
}

body[data-page="home"] .header-address {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

body[data-page="home"] .desktop-nav {
  gap: 25px;
  justify-self: center;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="home"] .header-phone {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="home"] .header-appointment {
  width: 160px;
  height: 44px;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 1px solid #c4c4c1;
  font-size: 14px;
  font-weight: 500;
}

body[data-page="home"] .header-appointment .button__arrow {
  display: none;
}

body[data-page="home"] main {
  overflow: hidden;
}

body[data-page="home"] .hero--home {
  height: 860px;
  min-height: 860px;
  background: #fff;
}

body[data-page="home"] .hero--home .hero__media {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 800px;
}


@media (min-width: 1360px) {
  body[data-page="home"] .hero--home .hero__media {
    left: 0;
    right: auto;
    width: 100%;
    transform: none;
  }
}

body[data-page="home"] .hero--home .hero__media::after {
  background: linear-gradient(90deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.2) 39.2%, rgba(255,255,255,.2) 100%);
}

body[data-page="home"] .hero--home .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: scaleX(-1);
}

body[data-page="home"] .hero--home .hero__copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 0;
}

body[data-page="home"] .hero--home h1 {
  position: absolute;
  top: 165px;
  left: 0;
  width: 741px;
  max-width: none;
  margin: 0;
  color: #303030;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body[data-page="home"] .hero--home .hero__eyebrow {
  position: absolute;
  top: 305px;
  left: 0;
  max-width: none;
  margin: 0;
  color: #303030;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 350;
  line-height: 1;
  text-transform: none;
}

body[data-page="home"] .hero--home .hero__lead {
  position: absolute;
  top: 580px;
  left: 0;
  width: 538px;
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

body[data-page="home"] .hero--home .button {
  position: absolute;
  top: 670px;
  left: 0;
  width: 360px;
  height: 60px;
  padding-left: 24px;
  font-size: 16px;
}

body[data-page="home"] .section {
  position: relative;
  padding: 0;
  overflow: hidden;
}

body[data-page="home"] .section > .page-shell {
  position: relative;
  height: 100%;
}

body[data-page="home"] .section:not(.appointment)::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: min(1320px, calc(100% - 120px));
  height: 1px;
  background: #eaeaea;
  content: "";
  transform: translateX(-50%);
}

body[data-page="home"] .section-heading {
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

body[data-page="home"] .section-heading--split {
  display: block;
}

body[data-page="home"] .section-heading--split > div {
  display: contents;
}

body[data-page="home"] .section-kicker,
body[data-page="home"] .section-number {
  position: absolute;
  top: 21px;
  margin: 0;
  color: #5f5f5f;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

body[data-page="home"] .section-kicker { left: 0; }
body[data-page="home"] .section-number { right: 0; }

body[data-page="home"] .section-heading h2 {
  position: absolute;
  top: 95px;
  left: 0;
  max-width: 950px;
  margin: 0;
  color: #232742;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
}

body[data-page="home"] .section-heading h2 span { color: #c0c1cc; }
body[data-page="home"] .video-reviews .section-heading h2 span { display: block; }
body[data-page="home"] .services .section-heading h2 span,
body[data-page="home"] .video-reviews .section-heading h2 span,
body[data-page="home"] .doctors .section-heading h2 span,
body[data-page="home"] .rating .section-heading h2 span,
body[data-page="home"] .promotions .section-heading h2 span,
body[data-page="home"] .faq .section-heading h2 span { color: #232742; }
body[data-page="home"] .rating .section-heading h2 span { display: block; }
@media (min-width: 768px) {
  body[data-page="home"] .faq .section-heading h2 span { display: block; }
}
body[data-page="home"] .services .section-heading h2,
body[data-page="home"] .video-reviews .section-heading h2,
body[data-page="home"] .doctors .section-heading h2,
body[data-page="home"] .rating .section-heading h2,
body[data-page="home"] .promotions .section-heading h2,
body[data-page="home"] .faq .section-heading h2 { color: #c0c1cc; }

body[data-page="home"] .about-intro { height: 835px; min-height: 835px; background: #fff; }
body[data-page="home"] .about-intro .section-heading h2 { width: 350px; }

body[data-page="home"] .home-feature-grid {
  position: absolute;
  z-index: 4;
  top: 95px;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 300px);
  gap: 20px;
  border: 0;
}

body[data-page="home"] .home-feature-grid .feature-card {
  min-height: 0;
  padding: 40px 30px 30px;
  border: 0;
  background: #fafafa;
  overflow: hidden;
}

body[data-page="home"] .home-feature-grid .feature-card:nth-child(1) { grid-column: 2; grid-row: 1; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) { grid-column: 3; grid-row: 1; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(3) { grid-column: 1; grid-row: 2; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) { grid-column: 2; grid-row: 2; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(5) { grid-column: 3; grid-row: 2; }

body[data-page="home"] .home-feature-grid .feature-card__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

body[data-page="home"] .home-feature-grid .feature-card:not(.feature-card--booking)::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2px;
  width: 100px;
  height: 100px;
  background:
    linear-gradient(#fff, #fff) left top / 10px 100% no-repeat,
    linear-gradient(#fff, #fff) left bottom / 100% 10px no-repeat;
  content: "";
  pointer-events: none;
}

body[data-page="home"] .home-feature-grid .feature-card h3 {
  max-width: 305px;
  margin: 0;
  color: #010f77;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.02em;
}

body[data-page="home"] .home-feature-grid .feature-card:nth-child(1) h3 { width: 258px; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) h3 { width: 305px; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(3) h3 { width: 272px; }
body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) h3 { width: 185px; }

body[data-page="home"] .home-feature-grid .feature-card:not(.feature-card--booking)::before,
body[data-page="home"] .promo-card::before {
  position: absolute;
  right: 102px;
  top: 102px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #c4c4c1;
  border-bottom: 2px solid #c4c4c1;
  content: "";
}
body[data-page="home"] .home-feature-grid .feature-card:not(.feature-card--booking)::before { border-right: 0; border-left: 2px solid #c4c4c1; }

body[data-page="home"] .home-feature-grid .feature-card p {
  position: absolute;
  right: 30px;
  bottom: 50px;
  left: 30px;
  margin: 0;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1;
}

body[data-page="home"] .home-feature-grid .feature-card--booking {
  color: #fff;
  background: #010f77;
  border-color: #010f77;
}

body[data-page="home"] .feature-card__star {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: #010f77;
  background: #fff;
  font-size: 0;
}

body[data-page="home"] .feature-card__star img {
  width: 36px;
  height: 36px;
}

body[data-page="home"] .home-feature-grid .feature-card--booking h3 {
  position: absolute;
  top: 39px;
  left: 116px;
  color: #fff;
  font-size: 24px;
}

body[data-page="home"] .home-feature-grid .feature-card--booking p {
  top: 126px;
  bottom: auto;
  color: #fff;
}

body[data-page="home"] .home-feature-grid .feature-card--booking .button {
  position: absolute;
  right: 30px;
  bottom: 40px;
  left: 30px;
  width: auto;
  height: 60px;
  color: #303030;
  background: #fff;
  border-color: #fff;
  font-size: 16px;
}

body[data-page="home"] .home-feature-grid .feature-card--booking .button:hover::before,
body[data-page="home"] .home-feature-grid .feature-card--booking .button:focus-visible::before {
  animation: home-corner-before-clockwise .58s cubic-bezier(.45, 0, .2, 1) both;
}
body[data-page="home"] .home-feature-grid .feature-card--booking .button:hover::after,
body[data-page="home"] .home-feature-grid .feature-card--booking .button:focus-visible::after {
  animation: home-corner-after-clockwise .58s cubic-bezier(.45, 0, .2, 1) both;
}

body[data-page="home"] .services { height: 1383px; min-height: 1383px; background: #fafafa; }
body[data-page="home"] .services .section-heading h2 { width: 860px; }

body[data-page="home"] .services .service-grid {
  position: absolute;
  top: 239px;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, 290px);
  gap: 20px;
}

body[data-page="home"] .services .service-card {
  display: block;
  min-height: 0;
  padding: 40px 30px 30px;
  background: transparent;
  border: 1px solid rgba(196,196,193,.45);
  transition: background .2s ease, border-color .2s ease;
}

body[data-page="home"] .services .service-card:hover { background: #fff; border-color: transparent; }

body[data-page="home"] .services .service-card h3 {
  position: relative;
  z-index: 2;
  width: 215px;
  margin: 0;
  color: #303030;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

body[data-page="home"] .services .service-card p {
  position: relative;
  z-index: 2;
  width: 360px;
  max-width: 92%;
  margin: 30px 0 0;
  opacity: .7;
  font-size: 14px;
  line-height: 1;
}

body[data-page="home"] .services .service-card > span {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
  display: grid;
  width: 140px;
  height: 44px;
  place-items: center;
  border: 1px solid #c4c4c1;
  color: #303030;
  font-family: var(--font-display);
  font-size: 14px;
}

body[data-page="home"] .services .service-card picture,
body[data-page="home"] .services .service-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 215px;
  height: 143px;
  object-fit: contain;
  filter: none;
}

body[data-page="home"] .services .service-card:nth-child(3n+1) { border-left-width: 1px; }

body[data-page="home"] .video-reviews { height: 715px; min-height: 715px; color: #303030; background: #fff; }
body[data-page="home"] .video-reviews .section-kicker,
body[data-page="home"] .video-reviews .section-number { color: #5f5f5f; }
body[data-page="home"] .video-reviews .section-heading h2 { width: 620px; }

body[data-page="home"] .home-video-layout {
  position: absolute;
  top: 95px;
  left: 0;
  display: block;
  width: 100%;
  height: 500px;
}

body[data-page="home"] .home-video-layout .quote-card {
  position: absolute;
  top: 134px;
  left: 0;
  display: block;
  width: 460px;
  min-height: 0;
  padding: 0;
  border: 0;
}

body[data-page="home"] .home-video-layout .quote-card p {
  width: 459px;
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

body[data-page="home"] .home-video-layout .video-strip {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 650px;
  height: 500px;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
body[data-page="home"] .home-video-layout .video-strip.is-dragging { cursor: grabbing; }

body[data-page="home"] .video-track {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
}

body[data-page="home"] .home-video-layout .video-card {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  min-height: 0;
  padding: 20px;
  color: #fff;
  background: #010f77;
  text-align: left;
  flex: 0 0 100%;
}

body[data-page="home"] .video-card::before { content: none !important; }

body[data-page="home"] .video-card picture,
body[data-page="home"] .video-card > img {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 260px;
  height: 460px;
}

body[data-page="home"] .video-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-page="home"] .video-card__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 150px;
  width: 54px;
  height: 54px;
  background: rgba(70,42,29,.72);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

body[data-page="home"] .video-card__play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  content: "";
  transform: translate(-40%, -50%);
}

body[data-page="home"] .video-card__copy {
  position: absolute;
  top: 60px;
  right: 30px;
  bottom: 50px;
  left: 310px;
  display: flex;
  flex-direction: column;
}

body[data-page="home"] .video-card__copy strong { font-family: var(--font-display); font-size: 20px; line-height: 1; letter-spacing: -.02em; }
body[data-page="home"] .video-card__copy small { margin-top: 20px; opacity: .7; font-size: 14px; line-height: 1; }
body[data-page="home"] .video-card__copy em { margin-top: auto; font-style: normal; font-size: 16px; line-height: 1; }

body[data-page="home"] .slider-nav {
  position: absolute;
  z-index: 6;
  top: 235px;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

body[data-page="home"] .slider-nav button {
  position: relative;
  width: 60px;
  height: 60px;
  border: 0;
  color: #010f77;
  background: #fafafa;
  font-size: 0;
  transition: color .2s ease, background .2s ease;
}

body[data-page="home"] .slider-nav button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-bottom: 1.5px solid #010f77;
  border-left: 1.5px solid #010f77;
  content: "";
  transform: translate(-35%, -50%) rotate(45deg);
}

body[data-page="home"] .slider-nav button:last-child::before {
  transform: translate(-65%, -50%) rotate(225deg);
}

body[data-page="home"] .slider-nav button:hover,
body[data-page="home"] .slider-nav button:focus-visible { color: #fff; background: #010f77; }
body[data-page="home"] .slider-nav button:hover::before,
body[data-page="home"] .slider-nav button:focus-visible::before { border-color: #fff; }

body[data-page="home"] .slider-nav span { color: #c4c4c1; font-family: var(--font-display); white-space: nowrap; }
body[data-page="home"] .slider-nav b { color: #010f77; font-size: 24px; font-weight: 500; }

body[data-page="home"] .cases { height: 1011px; min-height: 1011px; background: #fafafa; }
body[data-page="home"] .cases .section-heading h2 { width: 860px; }

body[data-page="home"] .cases .work-grid {
  display: flex;
  width: auto;
  gap: 20px;
  border: 0;
  will-change: transform;
}

body[data-page="home"] .work-carousel {
  --carousel-peek: 60px;
  position: absolute;
  top: 197px;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: visible;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
body[data-page="home"] .work-carousel.is-dragging { cursor: grabbing; }

body[data-page="home"] .cases .work-card {
  flex: 0 0 calc((100% + 60px) / 3);
  padding: 0;
  border: 0;
}
body[data-page="home"] .cases .work-card__image {
  --before-after-position: 50%;
  aspect-ratio: 46 / 54;
  height: auto;
  margin: 0 0 20px;
  background: linear-gradient(148.846deg, rgb(35,35,35) 19.268%, rgb(65,65,65) 53.502%, rgb(150,150,150) 98.811%);
}
body[data-page="home"] .cases .work-card__image::after { left: var(--before-after-position); }
body[data-page="home"] .before-after__layer,
body[data-page="home"] .cases .work-card__image picture { position: absolute; inset: 0; width: 100%; height: 100%; }
body[data-page="home"] .before-after__layer--after { clip-path: inset(0 0 0 var(--before-after-position)); }
body[data-page="home"] .cases .work-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
body[data-page="home"] .before-after__range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  pointer-events: none;
}
body[data-page="home"] .cases .work-card__image span { color: #fff; font-size: 14px; text-transform: none; }
body[data-page="home"] .cases .work-card__image span:nth-of-type(1) { left: 20px; }
body[data-page="home"] .cases .work-card__image span:nth-of-type(2) { right: 20px; left: auto; }
body[data-page="home"] .work-card__drag {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: var(--before-after-position);
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: #010f77;
  background: #fff;
  font-style: normal;
  font-size: 24px;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
}
body[data-page="home"] .before-after__range:focus-visible + .work-card__drag { outline: 2px solid #4961ff; outline-offset: 3px; }
body[data-page="home"] .cases .work-card h3,
body[data-page="home"] .cases .work-card > p { margin-right: 0; margin-left: 0; }
body[data-page="home"] .cases .work-card h3 { min-height: 0; margin-top: 20px; margin-bottom: 0; font-size: 20px; line-height: 1; }
body[data-page="home"] .cases .work-card > p { margin-top: 10px; margin-bottom: 0; font-size: 14px; line-height: 1; }
body[data-page="home"] .cases .work-card > a { width: 100%; height: 50px; justify-content: center; margin: 30px 0 0; border: 1px solid #c4c4c1; color: #303030; font-size: 14px; }
body[data-page="home"] .slider-nav--works { top: 95px; right: 0; bottom: auto; left: auto; gap: 10px; }
body[data-page="home"] .slider-nav--works span { display: none; }
body[data-page="home"] .slider-nav--works button { width: 40px; height: 40px; background: #fff; }

body[data-page="home"] .equipment { height: 969px; min-height: 969px; background: #fff; }
body[data-page="home"] .equipment .section-heading h2 { width: 950px; }

body[data-page="home"] .equipment-grid {
  position: absolute;
  top: 249px;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 280px 320px;
  gap: 20px;
  border: 0;
}

body[data-page="home"] .equipment-card {
  min-height: 0;
  grid-row: auto;
  padding: 40px 30px 30px;
  background: #fafafa;
  border: 0;
}

body[data-page="home"] .equipment-card::before {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #c4c4c1;
  border-bottom: 2px solid #c4c4c1;
  content: "";
}

body[data-page="home"] .equipment-card:nth-child(1),
body[data-page="home"] .equipment-card:nth-child(2) { grid-column: span 3; }
body[data-page="home"] .equipment-card:nth-child(n+3) { grid-column: span 2; }

body[data-page="home"] .equipment-card h3 { margin: 0; color: #010f77; font-size: 20px; }
body[data-page="home"] .equipment-card p { max-width: 300px; margin-top: 30px; color: rgba(48,48,48,.7); font-size: 14px; line-height: 1; }
body[data-page="home"] .equipment-card img { right: 0; bottom: 0; width: 50%; height: 75%; object-fit: contain; }
body[data-page="home"] .equipment-card:nth-child(n+3) img { width: 68%; height: 60%; }
body[data-page="home"] .equipment-card:nth-child(1) img { top: 0; right: auto; bottom: auto; left: 248px; width: 466px; max-width: none; height: 344px; object-fit: fill; }
body[data-page="home"] .equipment-card:nth-child(2) img { top: 24px; right: auto; bottom: auto; left: 400px; width: 219px; max-width: none; height: 328px; object-fit: fill; }
body[data-page="home"] .equipment-card:nth-child(3) img { top: 112px; right: auto; bottom: auto; left: 201px; width: 256px; max-width: none; height: 257px; object-fit: fill; }
body[data-page="home"] .equipment-card:nth-child(4) img { top: 149px; right: auto; bottom: auto; left: 165px; width: 405px; max-width: none; height: 228px; object-fit: fill; transform: scaleY(-1); }
body[data-page="home"] .equipment-card:nth-child(5) img { top: 126px; right: auto; bottom: auto; left: 207px; width: 220px; max-width: none; height: 220px; object-fit: fill; }
body[data-page="home"] .equipment-cta { position: absolute; z-index: 6; top: 139px; right: 0; width: 360px; height: 60px; font-size: 16px; }
body[data-page="home"] .slider-nav--equipment { top: 619px; right: 0; bottom: auto; left: auto; display: none; gap: 10px; }
body[data-page="home"] .slider-nav--equipment button { width: 40px; height: 40px; background: #fff; }

body[data-page="home"] .doctors { height: 1165px; min-height: 1165px; background: #fff; }
body[data-page="home"] .doctors .section-heading h2 { width: 650px; }
body[data-page="home"] .doctors .section-heading h2 > span { display: block; }
body[data-page="home"] .doctors__intro { position: absolute; top: 229px; left: 0; width: 555px; margin: 0; font-size: 16px; line-height: 1.35; }

body[data-page="home"] .doctors .doctor-grid {
  position: absolute;
  top: 335px;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 345px);
  gap: 20px;
  border: 0;
  background: transparent;
}

body[data-page="home"] .doctors .doctor-card {
  display: grid;
  min-height: 0;
  grid-template-columns: 277px 1fr;
  padding: 0;
  background: #fafafa;
}

body[data-page="home"] .doctors .doctor-card__photo {
  grid-row: auto;
  position: relative;
  width: 277px;
  height: 345px;
  margin: 0;
  background: #eeeded;
}

body[data-page="home"] .doctors .doctor-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
body[data-page="home"] .doctors .doctor-card__photo img {
  position: relative;
  top: -12.5%;
  left: -25%;
  width: 139%;
  height: 146%;
  max-width: none;
}
body[data-page="home"] .doctors .doctor-card:nth-child(2) .doctor-card__photo img { top: -20%; left: -25.39%; width: 159.01%; height: 166.54%; }
body[data-page="home"] .doctors .doctor-card:nth-child(3) .doctor-card__photo img { position: relative; inset: auto; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
body[data-page="home"] .doctors .doctor-card:nth-child(4) .doctor-card__photo img { top: -7.37%; left: -25.02%; width: 141.72%; height: 148.43%; }
body[data-page="home"] .doctor-card__body { display: flex; min-width: 0; flex-direction: column; padding: 25px 20px 20px; }
body[data-page="home"] .doctors .doctor-card h3 { min-height: 0; margin: 0 0 15px; font-size: 20px; }
body[data-page="home"] .doctors .doctor-card p { min-height: 0; margin: 0; color: rgba(48,48,48,.7); font-size: 14px; line-height: 1; }
body[data-page="home"] .doctor-role--mobile { display: none; }
body[data-page="home"] .doctors .doctor-card .doctor-card__bio { margin-top: 20px; }
body[data-page="home"] .doctors .doctor-card a { width: 220px; height: 44px; display: grid; place-items: center; margin-top: auto; border: 1px solid #c4c4c1; color: #303030; font-size: 14px; }
body[data-page="home"] .doctors .section-action { position: absolute; z-index: 6; top: 245px; right: 0; width: 220px; height: 44px; min-height: 44px; margin: 0; font-size: 14px; }

body[data-page="home"] .rating { height: 949px; min-height: 949px; color: #303030; background: #fafafa; }
body[data-page="home"] .rating .section-heading { top: 0; }
body[data-page="home"] .rating .section-heading h2 {
  width: 650px;
  transform: scaleX(.9);
  transform-origin: left top;
}
body[data-page="home"] .rating__intro { position: absolute; top: 135px; right: 0; width: 649px; margin: 0; color: #303030; font-size: 16px; line-height: 1.25; }

body[data-page="home"] .rating-grid {
  position: absolute;
  top: 249px;
  left: 0;
  display: grid;
  width: 100%;
  height: 580px;
  grid-template-columns: repeat(3, 407px);
  gap: 20px;
  align-items: end;
  padding: 390px 30px 30px;
  background: url("../media/home-desktop/imgRectangle115.png") center / cover no-repeat;
  border: 0;
}

body[data-page="home"] .rating-grid a {
  position: relative;
  display: block;
  width: 407px;
  height: 160px;
  min-height: 160px;
  padding: 0;
  color: #303030;
  background: #fafafa;
  border: 0;
}

body[data-page="home"] .rating-grid a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c4c4c1;
  border-right: 2px solid #c4c4c1;
  content: "";
}
body[data-page="home"] .rating-grid a > img { position: absolute; top: 30px; left: 30px; width: 56px; height: 66px; object-fit: fill; }
body[data-page="home"] .rating-grid a:nth-child(2) > img { height: 61px; }
body[data-page="home"] .rating-grid a:nth-child(3) > img { height: 56px; }
body[data-page="home"] .rating-grid a > span:not(.stars) { position: absolute; top: 30px; left: 110px; color: #010f77; font-family: var(--font-display); font-size: 20px; font-weight: 600; line-height: 1; }
body[data-page="home"] .rating-grid strong { position: absolute; top: 31px; right: 30px; color: #010f77; font-size: 14px; font-weight: 600; }
body[data-page="home"] .rating-grid .stars { position: absolute; top: 65px; left: 110px; display: flex; gap: 6px; }
body[data-page="home"] .rating-grid .stars img { width: 16.87px; height: 15.75px; }
body[data-page="home"] .rating-grid small { position: absolute; top: 103px; left: 110px; color: #303030; font-size: 12px; text-decoration: underline; }

body[data-page="home"] .promotions { height: 689px; min-height: 689px; background: #fff; }
body[data-page="home"] .promotions .section-heading h2 { width: 720px; }

body[data-page="home"] .promo-grid {
  position: absolute;
  top: 249px;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body[data-page="home"] .promo-card {
  min-height: 320px;
  padding: 40px 30px;
  background: #fafafa;
  border: 0;
}

body[data-page="home"] .promo-card > span { position: relative; z-index: 2; width: 300px; max-width: 80%; color: #010f77; font-family: var(--font-display); font-size: 20px; font-weight: 500; letter-spacing: -.02em; line-height: 1; }
body[data-page="home"] .promo-card > p { position: relative; z-index: 2; width: 300px; margin: 30px 0 0; color: rgba(48,48,48,.7); font-size: 14px; line-height: 1; }
body[data-page="home"] .promo-card > u { position: relative; z-index: 2; display: block; margin-top: 30px; color: #303030; font-family: var(--font-display); font-size: 14px; font-weight: 500; }
body[data-page="home"] .promo-card img { right: 0; bottom: 0; width: 290px; height: 180px; max-width: none; object-fit: cover; object-position: bottom; }
body[data-page="home"] .promo-card:nth-child(2) img { transform: scaleX(-1); }
body[data-page="home"] .promo-card::before { top: auto; right: auto; bottom: 20px; left: 20px; border-right: 0; border-left: 2px solid #c4c4c1; }
body[data-page="home"] .promo-card::after { position: absolute; z-index: 1; top: 20px; right: 20px; width: 10px; height: 10px; border-top: 2px solid #c4c4c1; border-right: 2px solid #c4c4c1; content: ""; }

body[data-page="home"] .faq { height: auto; min-height: 799px; background: #fff; }
body[data-page="home"] .faq > .page-shell { height: auto; min-height: 799px; padding-top: 259px; padding-bottom: 120px; }
body[data-page="home"] .faq .section-heading h2 { width: 557px; }
body[data-page="home"] .faq-list { position: static; margin: 0; border: 0; }
body[data-page="home"] .faq-item { margin-bottom: 10px; border: 0; background: #fafafa; }
body[data-page="home"] .faq-item:last-child { margin-bottom: 0; }
body[data-page="home"] .faq-item__button { min-height: 76px; padding-left: 26px; }
body[data-page="home"] .faq-item__button span { font-size: 20px; }
body[data-page="home"] .faq-item__button b { width: 56px; height: 56px; margin-right: 10px; }
body[data-page="home"] .faq-item__answer p { padding-inline: 26px; }
body[data-page="home"] .faq .section-number { font-size: 0; }
body[data-page="home"] .faq .section-number::after { content: "09"; font-size: 14px; }

body[data-page="home"] .home-appointment { height: 595px; min-height: 595px; color: #303030; background: #fafafa; }
body[data-page="home"] .home-appointment::before { position: absolute; top: 0; left: 50%; width: min(1320px, calc(100% - 120px)); height: 1px; background: #eaeaea; content: ""; transform: translateX(-50%); }
body[data-page="home"] .home-appointment__grid { position: relative; top: 0; display: block; height: 100%; min-height: 0; }
body[data-page="home"] .home-appointment__content { position: absolute; inset: 0 auto auto 0; width: 762px; height: 100%; padding: 0; }
body[data-page="home"] .home-appointment__content .section-kicker { top: 21px; left: 0; }
body[data-page="home"] .home-appointment__content .section-number { top: 21px; right: auto; left: 1305px; }
body[data-page="home"] .home-appointment__content h2 { position: absolute; top: 95px; left: 0; width: 585px; margin: 0; color: #c0c1cc; font-size: 52px; line-height: 1; letter-spacing: -.04em; }
body[data-page="home"] .home-appointment__content h2 span { color: #232742; }
body[data-page="home"] .home-appointment__content > p { position: absolute; top: 167px; left: 0; width: 477px; margin: 0; color: #303030; font-size: 16px; line-height: 1.25; }
body[data-page="home"] .home-appointment__content .contact-form { position: absolute; top: 264px; left: 0; display: grid; width: 762px; grid-template-columns: 375px 375px; gap: 12px; margin: 0; }
body[data-page="home"] .home-appointment .contact-form label:not(.form-consent) { position: relative; display: block; height: 60px; color: #303030; font-size: 12px; text-transform: none; }
body[data-page="home"] .home-appointment .contact-form label:not(.form-consent) > span { position: absolute; z-index: 2; top: 22px; left: 20px; }
body[data-page="home"] .home-appointment .contact-form label:not(.form-consent):focus-within > span,
body[data-page="home"] .home-appointment .contact-form label:not(.form-consent):has(input:not(:placeholder-shown)) > span { opacity: 0; }
body[data-page="home"] .home-appointment .contact-form input:not([type="checkbox"]) { width: 100%; height: 60px; padding: 0 20px; color: #303030; background: transparent; border: 1px solid #c4c4c1; }
body[data-page="home"] .home-appointment .form-consent { grid-column: 1/-1; display: flex; width: 505px; gap: 12px; margin-top: 13px; color: #303030; font-size: 12px; line-height: 1.25; }
body[data-page="home"] .home-appointment .form-consent input { width: 16px; height: 16px; border: 1px solid #c4c4c1; }
body[data-page="home"] .home-appointment .contact-form .button { grid-column: 1/-1; width: 762px; height: 60px; margin-top: 8px; color: #fff; background: #010f77; border-color: #010f77; font-size: 16px; }
body[data-page="home"] .home-appointment .contact-form .button:hover,
body[data-page="home"] .home-appointment .contact-form .button:focus-visible { --corner-color: #010f77; color: #010f77; background: #fff; border-color: #010f77; }
body[data-page="home"] .home-appointment .form-status { position: absolute; top: 236px; left: 0; color: #5f5f5f; }
body[data-page="home"] .home-appointment__media { position: absolute; top: 95px; left: 780px; width: 538px; height: 380px; min-height: 0; margin: 0; }
body[data-page="home"] .home-appointment__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

body[data-page="home"] .contacts { height: 847px; min-height: 847px; background: #fafafa; }
body[data-page="home"] .contacts .section-heading h2 { width: 500px; }
body[data-page="home"] .contacts-card { position: absolute; top: 207px; left: 0; display: grid; width: 100%; min-height: 580px; grid-template-columns: 427px 1fr; border: 0; }
body[data-page="home"] .contacts-card__info { min-height: 580px; padding: 20px; background: #fff; }
body[data-page="home"] .contacts-card__info { position: relative; display: block; }
body[data-page="home"] .contacts-card__info::after { position: absolute; top: 20px; right: 20px; width: 10px; height: 10px; border-top: 2px solid #c4c4c1; border-right: 2px solid #c4c4c1; content: ""; }
body[data-page="home"] .contacts-card__info .brand { position: absolute; top: 20px; left: 20px; width: 203px; height: 82px; margin: 0; }
body[data-page="home"] .contacts-card__label { position: absolute; top: 148px; left: 20px; color: rgba(95,95,95,.6); font-size: 12px; }
body[data-page="home"] .contacts-card__info > p { position: absolute; top: 181px; left: 20px; width: 282px; margin: 0; color: #232742; font-family: var(--font-display); font-size: 20px; font-weight: 600; line-height: 1; }
body[data-page="home"] .contacts-card__info > a:not(.brand) { position: absolute; top: 243px; left: 15px; margin: 0; color: #232742; font-family: var(--font-display); font-size: 20px; font-weight: 600; }
body[data-page="home"] .contacts-card__social-label { position: absolute; top: 304px; left: 20px; color: rgba(95,95,95,.6); font-size: 12px; }
body[data-page="home"] .contacts-card__info .social-list { position: absolute; top: 336px; left: 20px; margin: 0; }
body[data-page="home"] .contacts-card__info .button { position: absolute; right: 20px; bottom: 20px; left: 20px; width: auto; height: 60px; margin: 0; font-size: 16px; }
body[data-page="home"] .contacts-card__map { position: relative; height: 580px; }
body[data-page="home"] .contacts-card__map-image,
body[data-page="home"] .contacts-card__map-image img { display: block; width: 100%; height: 100%; }
body[data-page="home"] .contacts-card__map-image img { object-fit: cover; object-position: center; }
body[data-page="home"] .map-pin { display: none; }
body[data-page="home"] .map-pin-image { position: absolute; top: 243px; left: 356px; width: 46px; height: 61px; }
body[data-page="home"] .map-pin-image img { width: 100%; height: 100%; }

body[data-page="home"] .social-list { display: flex; gap: 10px; }
body[data-page="home"] .social-list a { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #010f77; }
body[data-page="home"] .social-list img { width: auto; height: auto; }
body[data-page="home"] .footer-social__first { position: relative; }
body[data-page="home"] .footer-social__first .footer-social__badge { position: absolute; top: 12px; left: 12px; width: 17px; height: 17px; }

body[data-page="home"] .site-footer { position: relative; height: 422px; min-height: 422px; padding: 0; background: #c4c4c2; }
body[data-page="home"] .site-footer .footer-grid { position: relative; display: block; width: min(1320px, calc(100% - 120px)); height: 422px; }
body[data-page="home"] .site-footer .footer-column { position: absolute; display: flex; gap: 15px; font-size: 14px; line-height: 1.15; }
body[data-page="home"] .site-footer .footer-label { margin: 0 0 10px !important; color: rgba(48,48,48,.6); font-size: 12px; }
body[data-page="home"] .site-footer .footer-contact { top: 60px; left: 0; width: 215px; }
body[data-page="home"] .site-footer .footer-phone { font-size: 14px; font-weight: 700; }
body[data-page="home"] .site-footer .footer-contact > p:last-child { width: 215px; line-height: 1.25; }
body[data-page="home"] .site-footer .footer-column:nth-child(2) { top: 60px; left: 330px; width: 120px; }
body[data-page="home"] .site-footer .footer-column--second-nav { top: 95px; left: 512px; width: 120px; }
body[data-page="home"] .site-footer .footer-column--second-nav .footer-label { display: none; }
body[data-page="home"] .site-footer .footer-info { top: 60px; left: 670px; width: 260px; }
body[data-page="home"] .site-footer .footer-management { top: 60px; right: 0; width: 315px; }
body[data-page="home"] .site-footer .footer-management p { margin: 0 0 10px; font-size: 12px; }
body[data-page="home"] .site-footer .footer-management .button { width: 315px; height: 44px; min-height: 44px; margin: 0; font-size: 14px; }
body[data-page="home"] .site-footer .footer-social { position: absolute; top: 268px; left: 330px; }
body[data-page="home"] .site-footer .footer-social .footer-label { margin-bottom: 20px !important; }
body[data-page="home"] .site-footer .footer-payment { position: absolute; top: 268px; left: 670px; }
body[data-page="home"] .site-footer .footer-payment .footer-label { margin-bottom: 19px !important; }
body[data-page="home"] .site-footer .footer-payment img { width: 178px; height: 42px; object-fit: contain; }
body[data-page="home"] .site-footer .footer-warning { position: absolute; top: 294px; right: 0; width: 316px; margin: 0; color: rgba(48,48,48,.6); font-size: 12px; line-height: 1.25; }
body[data-page="home"] .site-footer .brand--footer { position: absolute; top: 268px; left: 0; width: 203px; height: 82px; margin: 0; }

@media (max-width: 1359px) and (min-width: 768px) {
  body[data-page="home"] { --tablet-side: 32px; }
  body[data-page="home"] .page-shell { width: calc(100% - (var(--tablet-side) * 2)); }

  body[data-page="home"] > .site-header {
    display: grid;
    height: 76px;
    grid-template-columns: 141px 1fr max-content 48px;
    gap: 18px;
    padding-inline: var(--tablet-side);
  }
  body[data-page="home"] .site-header .brand { width: 130px; height: 52px; }
  body[data-page="home"] .header-address,
  body[data-page="home"] .desktop-nav { display: none; }
  body[data-page="home"] .header-phone { display: block; justify-self: end; font-size: 14px; }
  body[data-page="home"] .header-appointment { display: flex; width: 160px; }
  body[data-page="home"] .menu-toggle { display: block; width: 48px; height: 44px; border: 1px solid #c4c4c1; }

  body[data-page="home"] .hero--home { height: 760px; min-height: 760px; }
  body[data-page="home"] .hero--home .hero__media { height: 700px; }
  body[data-page="home"] .hero--home h1 { top: 145px; width: min(700px, 78vw); font-size: clamp(46px, 5vw, 60px); }
  body[data-page="home"] .hero--home .hero__eyebrow { top: 275px; font-size: clamp(25px, 2.7vw, 31px); }
  body[data-page="home"] .hero--home .hero__lead { top: 480px; width: min(500px, 60vw); }
  body[data-page="home"] .hero--home .button { top: 585px; width: 340px; }

  body[data-page="home"] .section:not(.appointment)::before,
  body[data-page="home"] .home-appointment::before { width: calc(100% - (var(--tablet-side) * 2)); }
  body[data-page="home"] .section-heading h2 { top: 78px; width: min(820px, 80vw) !important; font-size: clamp(40px, 4.2vw, 50px); }

  body[data-page="home"] .about-intro { height: 1100px; min-height: 1100px; }
  body[data-page="home"] .home-feature-grid {
    top: 200px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 250px);
    column-gap: 16px;
    row-gap: 40px;
  }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(n) { grid-column: auto; grid-row: auto; }
  body[data-page="home"] .home-feature-grid .feature-card { padding: 30px 24px 24px; }
  body[data-page="home"] .home-feature-grid .feature-card h3 { max-width: calc(100% - 80px); }
  body[data-page="home"] .home-feature-grid .feature-card p { right: 24px; bottom: 24px; left: 24px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(5) { grid-column: 1 / -1; }
  body[data-page="home"] .home-feature-grid .feature-card--booking p { top: 105px; }
  body[data-page="home"] .home-feature-grid .feature-card--booking .button { right: 24px; bottom: 24px; left: auto; width: 310px; }

  
  @media (min-width: 1100px) {
    body[data-page="home"] .about-intro { height: 800px; min-height: 800px; }
    body[data-page="home"] .home-feature-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-template-rows: repeat(2, 250px);
      gap: 16px;
    }
    body[data-page="home"] .home-feature-grid .feature-card:nth-child(1) { grid-column: 2; grid-row: 1; }
    body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) { grid-column: 3; grid-row: 1; }
    body[data-page="home"] .home-feature-grid .feature-card:nth-child(3) { grid-column: 1; grid-row: 2; }
    body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) { grid-column: 2; grid-row: 2; }
    body[data-page="home"] .home-feature-grid .feature-card:nth-child(5) { grid-column: 3; grid-row: 2; }
    body[data-page="home"] .home-feature-grid .feature-card--booking .button {
      right: 24px;
      left: 24px;
      width: auto;
    }
  }

  body[data-page="home"] .services {
    height: 1670px;
    min-height: 1670px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 60px), #fff calc(100% - 60px));
    box-shadow: 0 -60px 0 0 #fafafa;
  }
  body[data-page="home"] .services .service-grid {
    top: 205px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, 260px);
    gap: 16px;
  }
  body[data-page="home"] .services .service-card { padding: 30px 24px 24px; }
  body[data-page="home"] .services .service-card p {
    width: calc(100% - 24px);
    max-width: none;
  }
  body[data-page="home"] .services .service-card > span { bottom: 24px; left: 24px; }
  body[data-page="home"] .services .service-card picture,
  body[data-page="home"] .services .service-card img { width: 195px; height: 135px; }
  
  body[data-page="home"] .services .service-card:nth-child(8) picture {
    width: 203px;
    height: 135px;
  }
  body[data-page="home"] .services .service-card:nth-child(8) img {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 203px;
    max-width: none;
    height: 135px;
    object-fit: fill;
  }
  @media (max-width: 900px) {
    body[data-page="home"] .services {
      height: 2773px;
      min-height: 2773px;
    }
    body[data-page="home"] .services .service-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(9, 260px);
      gap: 16px;
    }
  }

  body[data-page="home"] .video-reviews { height: 805px; min-height: 805px; }
  body[data-page="home"] .video-reviews .section-heading h2 { width: 100% !important; font-size: clamp(36px, 4.2vw, 50px); white-space: nowrap; }
  body[data-page="home"] .video-reviews .section-heading h2 span { display: inline; }
  body[data-page="home"] .home-video-layout { top: 78px; height: 617px; }
  body[data-page="home"] .home-video-layout .quote-card { top: 125px; width: 34%; }
  body[data-page="home"] .home-video-layout .quote-card p { width: 100%; }
  body[data-page="home"] .home-video-layout .video-strip { top: 125px; left: 37%; width: 63%; height: 500px; }
  body[data-page="home"] .home-video-layout .video-card { height: 500px; }
  body[data-page="home"] .video-card picture { width: 42%; }
  body[data-page="home"] .video-card__copy { left: 49%; }
  body[data-page="home"] .home-video-layout .slider-nav { top: 235px; bottom: auto; }

  body[data-page="home"] .rating .section-heading h2 { transform: none; }

  body[data-page="home"] .cases {
    height: calc(39.1304vw + 479.74px);
    min-height: 0;
    background: linear-gradient(to bottom, #fafafa calc(100% - 60px), #fff calc(100% - 60px));
    box-shadow: 0 -60px 0 0 #fafafa;
  }
  body[data-page="home"] .work-carousel { --carousel-peek: 50px; top: 185px; }
  body[data-page="home"] .cases .work-grid { gap: 16px; }
  body[data-page="home"] .cases .work-card { flex-basis: calc((100% + 60px) / 3); }
  body[data-page="home"] .slider-nav--works { top: 118px; }

  body[data-page="home"] .equipment { height: 1150px; min-height: 1150px; }
  body[data-page="home"] .equipment-grid {
    top: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 260px);
    gap: 16px;
  }
  body[data-page="home"] .equipment-card:nth-child(n) { grid-column: auto; }
  body[data-page="home"] .equipment-card { padding: 30px 24px 24px; }
  body[data-page="home"] .equipment-card:nth-child(n) img { top: auto; right: 0; bottom: 0; left: auto; width: 60%; max-width: 100%; height: 65%; object-fit: contain; }
  body[data-page="home"] .equipment-cta { top: auto; right: auto; bottom: 40px; left: 50%; width: 340px; transform: translateX(-50%); }
  body[data-page="home"] .slider-nav--equipment { top: auto; right: auto; bottom: 0; left: 0; }

  body[data-page="home"] .doctors { height: 1160px; min-height: 1160px; }
  body[data-page="home"] .doctors__intro { top: calc(108px + clamp(80px, 8.4vw, 100px)); width: min(620px, 72vw); }
  body[data-page="home"] .doctors .doctor-grid {
    top: 275px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 345px);
    gap: 16px;
  }
  
  body[data-page="home"] .doctors .doctor-card {
    display: grid;
    grid-template-columns: clamp(250px, calc(10.55vw + 127.6px), 271px) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }
  body[data-page="home"] .doctors .doctor-card__photo { width: 100%; height: 100%; }
  body[data-page="home"] .doctor-card__body { padding: 22px; }
  body[data-page="home"] .doctors .section-action {
    --corner-color: #fff;
    --corner-inset: 10px;
    top: auto;
    right: auto;
    bottom: 90px;
    left: 50%;
    width: 340px;
    height: 60px;
    font-size: 16px;
    transform: translateX(-50%);
  }
  body[data-page="home"] .doctors .section-action:hover,
  body[data-page="home"] .doctors .section-action:focus-visible { --corner-color: #010f77; }

  @media (min-width: 1160px) {
    body[data-page="home"] .doctors .doctor-card__bio {
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 7;
    }
  }

  @media (min-width: 1250px) {
    body[data-page="home"] .doctors .doctor-card__bio { -webkit-line-clamp: 10; }
  }

  @media (max-width: 1159px) {
    body[data-page="home"] .doctors { height: 1880px; min-height: 1880px; }
    body[data-page="home"] .doctors .doctor-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 345px); }
    body[data-page="home"] .doctors .doctor-card {
      grid-template-columns: clamp(320px, calc(10.23vw + 241.45px), 360px) minmax(0, 1fr);
    }
  }

  body[data-page="home"] .rating {
    height: 970px;
    min-height: 970px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 60px), #fff calc(100% - 60px));
    box-shadow: 0 -60px 0 0 #fafafa;
  }
  body[data-page="home"] .rating__intro { top: 195px; right: auto; left: 0; width: min(650px, 75vw); }
  body[data-page="home"] .rating-grid {
    top: 285px;
    height: 565px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 375px 20px 20px;
  }
  body[data-page="home"] .rating-grid a { width: 100%; height: 170px; min-height: 170px; }
  body[data-page="home"] .rating-grid a > img { left: 20px; }
  body[data-page="home"] .rating-grid a > span:not(.stars),
  body[data-page="home"] .rating-grid .stars,
  body[data-page="home"] .rating-grid small { left: 92px; }
  body[data-page="home"] .rating-grid strong { right: 20px; }

  body[data-page="home"] .promotions { height: 620px; min-height: 620px; }
  body[data-page="home"] .promo-grid { top: 210px; gap: 16px; }
  body[data-page="home"] .promo-card { min-height: 330px; padding: 30px 24px; }
  body[data-page="home"] .promo-card > span,
  body[data-page="home"] .promo-card > p { width: 90%; max-width: none; }
  body[data-page="home"] .promo-card img { width: min(75%, 290px); height: 50%; object-fit: contain; object-position: right bottom; }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: min(75%, 290px);
    height: 50%;
    overflow: hidden;
    transform: scaleX(-1);
  }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip img {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    transform: none;
  }

  body[data-page="home"] .faq { height: auto; min-height: 780px; }
  body[data-page="home"] .faq > .page-shell { min-height: 780px; padding-top: 235px; padding-bottom: 125px; }

  body[data-page="home"] .home-appointment {
    height: 690px;
    min-height: 690px;
    box-shadow: 0 -60px 0 0 #fafafa;
  }
  body[data-page="home"] .home-appointment__grid { height: 690px; }
  body[data-page="home"] .home-appointment__content { width: 56%; }
  body[data-page="home"] .home-appointment__content .section-number { right: calc(-79vw + 100%); left: auto; }
  body[data-page="home"] .home-appointment__content h2 { top: 78px; width: 100%; font-size: clamp(40px, 4.2vw, 50px); }
  body[data-page="home"] .home-appointment__content > p { top: 145px; width: 90%; }
  body[data-page="home"] .home-appointment__content .contact-form { top: 235px; width: 100%; grid-template-columns: 1fr; gap: 12px; }
  body[data-page="home"] .home-appointment .form-consent { width: 100%; }
  body[data-page="home"] .home-appointment .contact-form .button { width: 100%; }
  body[data-page="home"] .home-appointment__media { top: 78px; right: 0; left: auto; width: 41%; height: 520px; }

  body[data-page="home"] .contacts { height: 760px; min-height: 760px; }
  body[data-page="home"] .contacts-card { top: 180px; min-height: 520px; grid-template-columns: 38% 62%; }
  body[data-page="home"] .contacts-card__info,
  body[data-page="home"] .contacts-card__map { height: 520px; min-height: 520px; }
  body[data-page="home"] .contacts-card__info .brand { width: 170px; height: 68px; }
  body[data-page="home"] .contacts-card__label { top: 120px; }
  body[data-page="home"] .contacts-card__info > p { top: 150px; width: calc(100% - 40px); }
  body[data-page="home"] .contacts-card__info > a:not(.brand) { top: 215px; }
  body[data-page="home"] .contacts-card__social-label { top: 270px; }
  body[data-page="home"] .contacts-card__info .social-list { top: 302px; }
  body[data-page="home"] .map-pin-image { top: 220px; left: 45%; }

  body[data-page="home"] .site-footer { height: 620px; min-height: 620px; }
  body[data-page="home"] .site-footer .footer-grid { width: calc(100% - (var(--tablet-side) * 2)); height: 620px; }
  body[data-page="home"] .site-footer .footer-contact { top: 50px; left: 0; }
  body[data-page="home"] .site-footer .footer-column:nth-child(2) { top: 50px; left: 28%; }
  body[data-page="home"] .site-footer .footer-column--second-nav { top: 85px; left: 43%; }
  body[data-page="home"] .site-footer .footer-info { top: 50px; left: 58%; width: 30%; }
  body[data-page="home"] .site-footer .footer-management { top: 260px; right: 0; width: 38%; }
  body[data-page="home"] .site-footer .footer-management .button { width: 100%; }
  body[data-page="home"] .site-footer .footer-social { top: 295px; left: 28%; }
  body[data-page="home"] .site-footer .footer-payment { top: 440px; left: 28%; }
  body[data-page="home"] .site-footer .footer-warning { top: 465px; right: 0; width: 38%; }
  body[data-page="home"] .site-footer .brand--footer { top: 440px; left: 0; }
}

@media (max-width: 767px) {
  body[data-page="home"] { --home-side: 20px; font-size: 14px; }
  body[data-page="home"] .page-shell { width: calc(100% - 40px); }

  body[data-page="home"] > .site-header {
    position: absolute;
    display: block;
    height: 70px;
    padding: 0;
  }

  body[data-page="home"] .site-header .brand { position: absolute; top: 14px; left: 20px; width: 121px; height: 48px; }
  body[data-page="home"] .header-address,
  body[data-page="home"] .desktop-nav,
  body[data-page="home"] .header-phone { display: none; }
  body[data-page="home"] .header-appointment { position: absolute; top: 16px; right: 74px; display: flex; width: 160px; height: 44px; font-size: 14px; }
  body[data-page="home"] .menu-toggle { position: absolute; top: 16px; right: 20px; display: block; width: 44px; height: 44px; border: 1px solid #c4c4c1; }
  body[data-page="home"] .menu-toggle span { background: #303030; }

  body[data-page="home"] .hero--home { height: 614px; min-height: 614px; }
  body[data-page="home"] .hero--home .hero__media { height: 614px; }
  body[data-page="home"] .hero--home .hero__media::after { background: linear-gradient(180deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.2) 100%); }
  body[data-page="home"] .hero--home .hero__media img { object-position: center; }
  body[data-page="home"] .hero--home h1 { top: 118px; left: 0; width: 100%; font-size: 35px; letter-spacing: -.04em; }
  body[data-page="home"] .hero--home .hero__eyebrow { top: 203px; left: 0; font-size: 20px; white-space: nowrap; }
  body[data-page="home"] .hero--home .hero__lead { top: 423px; left: 0; width: 100%; font-size: 14px; line-height: 1.35; }
  body[data-page="home"] .hero--home .button { top: 527px; left: 0; width: 100%; height: 60px; }

  body[data-page="home"] .section { margin-top: 80px; }
  
  body[data-page="home"] .video-reviews,
  body[data-page="home"] .equipment,
  body[data-page="home"] .promotions { margin-top: 40px; }
  body[data-page="home"] .about-intro { height: 1341px; min-height: 1341px; margin-top: 40px; }
  body[data-page="home"] .services {
    height: 2780px;
    min-height: 2780px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 40px), #fff calc(100% - 40px));
    box-shadow: 0 -40px 0 0 #fafafa;
  }
  body[data-page="home"] .video-reviews { height: 974px; min-height: 974px; }
  body[data-page="home"] .cases {
    height: 900px;
    min-height: 900px;
    background: #fafafa;
    box-shadow: 0 -40px 0 0 #fafafa;
  }
  body[data-page="home"] .equipment { height: 847px; min-height: 847px; }
  body[data-page="home"] .doctors {
    --doctor-mobile-photo-height: clamp(321px, calc(9.5vw + 280px), 353px);
    height: clamp(1682px, calc(19vw + 1600px), 1746px);
    min-height: clamp(1682px, calc(19vw + 1600px), 1746px);
  }
  body[data-page="home"] .rating {
    height: 1126px;
    min-height: 1126px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 40px), #fff calc(100% - 40px));
    box-shadow: 0 -40px 0 0 #fafafa;
  }
  body[data-page="home"] .promotions { height: 1132px; min-height: 1132px; }
  body[data-page="home"] .faq { height: auto; min-height: 540px; }
  body[data-page="home"] .faq > .page-shell { min-height: 540px; padding-top: 120px; padding-bottom: 0; }
  body[data-page="home"] .home-appointment { height: 902px; min-height: 902px; }
  body[data-page="home"] .contacts { height: 1061px; min-height: 1061px; margin-bottom: 0; }

  body[data-page="home"] .section:not(.appointment)::before { width: calc(100% - 40px); }
  body[data-page="home"] .section-kicker,
  body[data-page="home"] .section-number { top: 11px; font-size: 12px; }
  body[data-page="home"] .section-heading h2 { top: 58px; width: 100% !important; font-size: 32px; letter-spacing: -.04em; }

  body[data-page="home"] .home-feature-grid {
    top: 120px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 227px) 273px;
    gap: 10px;
  }

  body[data-page="home"] .home-feature-grid .feature-card:nth-child(n) { grid-column: 1; grid-row: auto; }
  body[data-page="home"] .home-feature-grid .feature-card { min-height: 0; padding: 20px; }
  body[data-page="home"] .home-feature-grid .feature-card__thumb { width: 85px; height: 85px; }
  body[data-page="home"] .home-feature-grid .feature-card:not(.feature-card--booking)::after { right: 0; width: 95px; height: 95px; }
  body[data-page="home"] .home-feature-grid .feature-card h3 { width: 285px; max-width: calc(100% - 60px); font-size: 20px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(1) h3,
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(3) h3 { width: 251px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) h3,
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) h3 { width: 278px; }
  body[data-page="home"] .home-feature-grid .feature-card p { right: 20px; bottom: 20px; left: 20px; font-size: 14px; }
  body[data-page="home"] .home-feature-grid .feature-card:not(.feature-card--booking)::before { top: 88px; right: 87px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) p,
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) p { width: 325px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) .feature-card__thumb { object-position: 81.6% 50%; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) .feature-card__thumb { object-fit: fill; }
  body[data-page="home"] .feature-card__star { width: 66px; height: 66px; }
  body[data-page="home"] .home-feature-grid .feature-card--booking h3 { top: 29px; left: 106px; width: 234px; font-size: 24px; }
  body[data-page="home"] .home-feature-grid .feature-card--booking p { top: 125px; }
  body[data-page="home"] .home-feature-grid .feature-card--booking .button { right: 20px; bottom: 20px; left: 20px; height: 60px; }

  body[data-page="home"] .services .service-grid {
    top: 152px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 272px);
    gap: 10px;
  }

  body[data-page="home"] .services .service-card { min-height: 0; padding: 30px 20px 20px; }
  body[data-page="home"] .services .service-card h3 { width: 360px; max-width: none; font-size: 20px; }
  body[data-page="home"] .services .service-card h3 br { display: none; }
  body[data-page="home"] .services .service-card:nth-child(1) h3 { width: 210px; }
  body[data-page="home"] .services .service-card p { width: 360px; max-width: none; margin-top: 30px; font-size: 14px; }
  body[data-page="home"] .services .service-card > span { bottom: 22px; left: 20px; }
  body[data-page="home"] .services .service-card picture,
  body[data-page="home"] .services .service-card img { width: 202px; height: 143px; }
  body[data-page="home"] .services .service-card picture { overflow: hidden; }
  body[data-page="home"] .services .service-card picture img { right: auto; bottom: auto; max-width: none; }
  body[data-page="home"] .services .service-card:nth-child(1) img {
    left: 0; top: -0.13%; width: 106.44%; height: 100.25%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(2) img { object-fit: cover; }
  body[data-page="home"] .services .service-card:nth-child(3) img,
  body[data-page="home"] .services .service-card:nth-child(8) img { object-fit: fill; }
  body[data-page="home"] .services .service-card:nth-child(4) img {
    left: 8.6%; top: -11.35%; width: 113.62%; height: 135.33%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(5) img {
    left: -0.17%; top: 11.02%; width: 92.38%; height: 78.13%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(6) img {
    left: 7.07%; top: 9.81%; width: 86.76%; height: 80.38%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(7) img {
    left: 11.64%; top: 10.93%; width: 76.71%; height: 80.68%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(9) img {
    left: 0.22%; top: 0; width: 141.35%; height: 100%; object-fit: fill;
  }

  body[data-page="home"] .home-video-layout { top: 0; height: 100%; }
  body[data-page="home"] .home-video-layout .quote-card { top: 152px; width: 100%; }
  body[data-page="home"] .home-video-layout .quote-card p { width: 100%; font-size: 14px; }
  body[data-page="home"] .home-video-layout .video-strip { top: 221px; left: 0; width: 100%; height: 663px; }
  body[data-page="home"] .home-video-layout .video-card { height: 663px; padding: 20px; }
  body[data-page="home"] .video-card picture { top: 128px; right: 20px; bottom: auto; left: 20px; width: auto; height: 381px; }
  body[data-page="home"] .video-card__copy { inset: 30px 20px 20px; }
  body[data-page="home"] .video-card__copy small { width: 310px; margin-top: 20px; }
  body[data-page="home"] .video-card__copy em { position: relative; top: -20px; width: 350px; margin-top: auto; font-size: 16px; line-height: 1; }
  body[data-page="home"] .home-video-layout .slider-nav { top: auto; bottom: 0; left: 50%; transform: translateX(-50%); }
  body[data-page="home"] .home-video-layout .slider-nav button::before {
    width: 11px;
    height: 11px;
    border-width: 0 0 2px 2px;
  }

  body[data-page="home"] .work-carousel { --carousel-peek: 30px; top: 133px; width: 100%; }
  body[data-page="home"] .cases .work-grid { display: flex; width: auto; gap: 10px; overflow: visible; }
  body[data-page="home"] .cases .work-card { display: block; flex-basis: min(390px, 100%); }
  body[data-page="home"] .cases .work-card__image { width: 100%; height: auto; }
  body[data-page="home"] .cases .work-card__image span { top: 15px; }
  body[data-page="home"] .cases .work-card__image span:nth-of-type(1) { left: 15px; }
  body[data-page="home"] .cases .work-card__image span:nth-of-type(2) { right: 15px; }
  body[data-page="home"] .cases .work-card h3 { margin-top: 20px; }
  body[data-page="home"] .cases .work-card > a { margin-top: 25px; }
  body[data-page="home"] .slider-nav--works {
    z-index: 20;
    top: auto;
    right: auto;
    bottom: 40px;
    left: 50%;
    isolation: isolate;
    pointer-events: auto;
    touch-action: manipulation;
    transform: translateX(-50%);
  }
  body[data-page="home"] .slider-nav--works button {
    width: 50px;
    height: 50px;
    pointer-events: auto;
    touch-action: manipulation;
  }
  body[data-page="home"] .slider-nav--works button::before {
    width: 11px;
    height: 11px;
    border-width: 0 0 2px 2px;
  }
  body[data-page="home"] .slider-nav--works button::after {
    position: absolute;
    inset: -4px;
    content: "";
  }

  body[data-page="home"] .equipment-grid { top: 216px; display: block; height: 443px; outline: 0; }
  body[data-page="home"] .equipment-card { display: none; }
  body[data-page="home"] .equipment:not(.is-slider-ready) .equipment-card:first-child,
  body[data-page="home"] .equipment.is-slider-ready .equipment-card.is-active { display: flex; height: 443px; padding: 40px 30px; }
  body[data-page="home"] .equipment.is-slider-ready .equipment-card.is-active:not(:first-child) img { top: auto; right: 0; bottom: 0; left: auto; width: 70%; max-width: none; height: 60%; object-fit: contain; transform: none; }
  body[data-page="home"] .equipment .section-heading h2 span { display: block; }
  body[data-page="home"] .equipment-card:first-child img { top: 181px; right: auto; bottom: auto; left: -41px; width: 466px; max-width: none; height: 344px; object-fit: fill; }
  body[data-page="home"] .equipment-card p { margin-top: 30px; font-size: 14px; }
  body[data-page="home"] .slider-nav--equipment { top: 689px; right: auto; left: 50%; display: flex; gap: 20px; transform: translateX(-50%); }
  body[data-page="home"] .slider-nav--equipment button { width: 50px; height: 50px; background: #fafafa; }
  body[data-page="home"] .slider-nav--equipment button::before { width: 11px; height: 11px; border-width: 0 0 2px 2px; }
  body[data-page="home"] .equipment-cta { top: 787px; right: auto; left: 0; width: 100%; }

  body[data-page="home"] .doctors__intro { top: 152px; width: 100%; font-size: 14px; }
  body[data-page="home"] .doctors .doctor-grid { top: 255px; display: block; }
  body[data-page="home"] .doctors .doctor-card {
    display: none;
    height: calc(var(--doctor-mobile-photo-height) + 340px);
    grid-template-columns: 1fr;
    grid-template-rows: var(--doctor-mobile-photo-height) 340px;
    margin-bottom: 10px;
  }
  body[data-page="home"] .doctors .doctor-card:nth-child(-n+2) { display: grid; }
  body[data-page="home"] .doctors .doctor-card__photo { width: 100%; height: var(--doctor-mobile-photo-height); }
  body[data-page="home"] .doctors .doctor-card:nth-child(1) .doctor-card__photo img {
    position: absolute;
    top: clamp(-48.2px, calc(1.16vw - 53.2px), -44.3px);
    left: 44%;
    width: auto;
    max-width: none;
    height: clamp(502.8px, calc(3.53vw + 487.6px), 514.7px);
    object-fit: fill;
    transform: translateX(-50%);
  }
  body[data-page="home"] .doctors .doctor-card:nth-child(2) .doctor-card__photo img {
    position: absolute;
    top: clamp(-89.5px, calc(5.61vw - 113.6px), -70.6px);
    right: auto;
    bottom: auto;
    left: calc(50% + clamp(0px, calc(8.67vw - 37.3px), 29.2px));
    width: auto;
    max-width: none;
    height: clamp(500px, calc(26.11vw + 387.7px), 588px);
    object-fit: fill;
    transform: translateX(-50%);
  }
  body[data-page="home"] .doctor-role--desktop { display: none; }
  body[data-page="home"] .doctor-role--mobile { display: inline; }
  body[data-page="home"] .doctor-card__body { padding: 20px; }
  body[data-page="home"] .doctors .doctor-card h3 { font-size: 20px; white-space: nowrap; }
  body[data-page="home"] .doctors .doctor-card p { font-size: 14px; }
  body[data-page="home"] .doctors .doctor-card a { width: 220px; }
  body[data-page="home"] .doctors .section-action { top: auto; right: 0; bottom: 0; width: 100%; height: 60px; }

  body[data-page="home"] .rating .section-heading { top: 0; }
  body[data-page="home"] .rating .section-heading h2 { transform: none; }
  body[data-page="home"] .rating__intro { top: 152px; right: auto; left: 0; width: 100%; font-size: 14px; line-height: normal; }
  body[data-page="home"] .rating-grid { top: 255px; display: block; height: 771px; padding: 0; background: none; }
  body[data-page="home"] .rating-grid::after { position: absolute; top: 471px; left: 0; width: 100%; height: 300px; background: url("../media/home-mobile/imgRectangle115.png") center / cover no-repeat; content: ""; }
  body[data-page="home"] .rating-grid a { position: absolute; left: 0; width: 100%; height: 147px; min-height: 147px; padding: 0; background: #fff; }
  body[data-page="home"] .rating-grid a:nth-child(1) { top: 0; }
  body[data-page="home"] .rating-grid a:nth-child(2) { top: 157px; }
  body[data-page="home"] .rating-grid a:nth-child(3) { top: 314px; }
  body[data-page="home"] .rating-grid a > img { top: 30px; left: 30px; width: 55px; }
  body[data-page="home"] .rating-grid a > span:not(.stars) { top: 30px; left: 110px; }
  body[data-page="home"] .rating-grid strong { top: 31px; right: 30px; }
  body[data-page="home"] .rating-grid .stars { top: 65px; left: 110px; }
  body[data-page="home"] .rating-grid .stars img { width: 18px; height: 18px; }
  body[data-page="home"] .rating-grid small { top: 103px; left: 110px; }

  body[data-page="home"] .promo-grid {
    top: 152px;
    left: 50%;
    width: min(100%, 390px);
    grid-template-columns: 1fr;
    gap: 10px;
    transform: translateX(-50%);
  }
  body[data-page="home"] .promo-card { min-height: 320px; padding: 30px 20px; }
  body[data-page="home"] .promo-card > span,
  body[data-page="home"] .promo-card > p { width: 300px; max-width: none; }
  body[data-page="home"] .promo-card img { right: auto; bottom: auto; object-fit: fill; }
  body[data-page="home"] .promo-card:nth-child(1) img { top: 140px; left: 77px; width: 290px; height: 180px; }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip {
    position: absolute; top: 140px; right: auto; bottom: auto; left: 100px;
    display: block; width: 290px; height: 180px; overflow: hidden; transform: scaleX(-1);
  }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip img {
    top: 13.8px; right: auto; bottom: auto; left: -89px;
    width: 356px; height: 199.3px; max-width: none; object-fit: fill; transform: none;
  }
  body[data-page="home"] .promo-card:nth-child(3) img {
    top: 132.2px; left: 120.4px; width: 269.7px; height: 269.7px;
    clip-path: inset(7.8px 0 81.9px 0);
  }

  body[data-page="home"] .faq .section-heading h2 {
    width: 446px !important;
    transform: scaleX(.92);
    transform-origin: left top;
  }
  body[data-page="home"] .faq-item { margin-bottom: 10px; }
  body[data-page="home"] .faq-item__button { min-height: 76px; padding-left: 18px; }
  body[data-page="home"] .faq-item__button span { font-size: 20px; }
  body[data-page="home"] .faq-item__button b { width: 56px; height: 56px; margin-right: 10px; }
  body[data-page="home"] .faq .section-number::after { content: "09"; }

  body[data-page="home"] .home-appointment {
    margin-top: 80px;
    box-shadow: 0 -40px 0 0 #fafafa, 0 80px 0 0 #fafafa;
  }
  body[data-page="home"] .home-appointment::before { top: 0; width: calc(100% - 40px); }
  body[data-page="home"] .home-appointment__grid { top: 0; display: block; height: 902px; }
  body[data-page="home"] .home-appointment__content { inset: 0 auto auto 0; width: 100%; height: 522px; padding: 0; }
  body[data-page="home"] .home-appointment__content .section-kicker { top: 11px; }
  body[data-page="home"] .home-appointment__content .section-number {
    top: 11px;
    right: 0;
    left: auto;
    display: block;
    color: #5f5f5f;
  }
  body[data-page="home"] .home-appointment__content h2 { top: 58px; left: 0; width: 100%; margin: 0; font-size: 32px; }
  body[data-page="home"] .home-appointment__content > p { top: 110px; left: 0; width: 100%; margin: 0; font-size: 14px; line-height: normal; }
  body[data-page="home"] .home-appointment__content .contact-form { top: 189px; left: 0; display: grid; width: 100%; grid-template-columns: 1fr; gap: 12px; margin: 0; }
  body[data-page="home"] .home-appointment .contact-form label:not(.form-consent) { width: 100%; height: 60px; }
  body[data-page="home"] .home-appointment .form-consent { grid-column: 1; display: flex; width: 100%; gap: 12px; margin-top: 13px; }
  body[data-page="home"] .home-appointment .contact-form .button { grid-column: 1; width: 100%; height: 60px; margin-top: 8px; }
  body[data-page="home"] .home-appointment__media { top: 522px; left: 0; width: 100%; height: 380px; min-height: 0; margin: 0; }

  body[data-page="home"] .contacts-card { top: 120px; display: block; min-height: 0; line-height: 0; }
  body[data-page="home"] .contacts-card__info { width: 100%; height: 482px; min-height: 482px; padding: 20px; line-height: normal; }
  body[data-page="home"] .contacts-card__info .brand { top: 20px; left: 20px; width: 165px; height: 66px; margin: 0; }
  body[data-page="home"] .contacts-card__label { top: 111px; left: 20px; }
  body[data-page="home"] .contacts-card__info > p { top: 144px; left: 20px; width: 282px; }
  body[data-page="home"] .contacts-card__info > a:not(.brand) { top: 206px; left: 20px; }
  body[data-page="home"] .contacts-card__social-label { top: 267px; left: 20px; }
  body[data-page="home"] .contacts-card__info .social-list { top: 299px; left: 20px; }
  body[data-page="home"] .contacts-card__info .button { right: 20px; bottom: 22px; left: 20px; width: auto; height: 60px; }
  body[data-page="home"] .contacts-card__map { display: block; width: 100%; height: 409px; margin: 10px 0 0; }
  body[data-page="home"] .contacts-card__map-image img { object-fit: fill; object-position: center; }
  body[data-page="home"] .map-pin-image { top: 248px; left: 122px; width: 38px; height: 49px; }

  body[data-page="home"] .site-footer { height: 848px; min-height: 848px; }
  body[data-page="home"] .site-footer .footer-grid { width: calc(100% - 40px); height: 848px; }
  body[data-page="home"] .site-footer .footer-column { font-size: 14px; }
  body[data-page="home"] .site-footer .brand--footer { top: 36px; left: 0; width: 160px; height: 64px; }
  body[data-page="home"] .site-footer .footer-contact { top: 134px; left: 0; width: 190px; }
  body[data-page="home"] .site-footer .footer-contact .footer-label { margin-bottom: 5px !important; }
  body[data-page="home"] .site-footer .footer-phone { font-weight: 600; }
  body[data-page="home"] .site-footer .footer-contact > p:last-child { width: 190px; }
  body[data-page="home"] .site-footer .footer-column:nth-child(2) { top: 275px; left: 0; width: 170px; }
  body[data-page="home"] .site-footer .footer-column--second-nav { top: 440px; left: 0; width: 170px; }
  body[data-page="home"] .site-footer .footer-column--second-nav a:nth-of-type(2) { display: none; }
  body[data-page="home"] .site-footer .footer-info { top: 275px; right: 0; left: auto; width: 185px; }
  body[data-page="home"] .site-footer .footer-info .footer-label { white-space: nowrap; }
  body[data-page="home"] .site-footer .footer-management { top: 559px; right: auto; left: 0; width: 100%; }
  body[data-page="home"] .site-footer .footer-management .button { width: 100%; }
  body[data-page="home"] .site-footer .footer-social { top: 134px; right: 0; left: auto; }
  body[data-page="home"] .site-footer .footer-social .footer-label { margin-bottom: 20px !important; }
  body[data-page="home"] .site-footer .footer-payment { top: 695px; left: 0; }
  body[data-page="home"] .site-footer .footer-payment img { position: absolute; top: 27px; left: -7px; width: 203px; max-width: none; height: 54px; object-fit: fill; clip-path: inset(5px 18px 7px 7px); }
  body[data-page="home"] .site-header .brand { -webkit-mask-image: url('../media/home-mobile/imgDentix2Page13Image3.png'); mask-image: url('../media/home-mobile/imgDentix2Page13Image3.png'); }
  body[data-page="home"] .contacts-card__info .brand { -webkit-mask-image: url('../media/home-mobile/imgDentix2Page13Image4.png'); mask-image: url('../media/home-mobile/imgDentix2Page13Image4.png'); }
  body[data-page="home"] .site-footer .brand--footer { -webkit-mask-image: url('../media/home-mobile/imgDentix2Page13Image2.png'); mask-image: url('../media/home-mobile/imgDentix2Page13Image2.png'); }
  body[data-page="home"] .site-footer .footer-warning { top: 789px; right: auto; left: 0; width: 316px; max-width: none; }
}

@media (max-width: 410px) {
  body[data-page="home"] .header-appointment { right: 68px; width: 150px; padding-left: 18px; }
  body[data-page="home"] .menu-toggle { right: 14px; }
  body[data-page="home"] .site-header .brand { left: 14px; width: 110px; }
  body[data-page="home"] .hero--home .hero__eyebrow { font-size: 18px; }
  body[data-page="home"] .home-feature-grid .feature-card h3 { max-width: calc(100% - 80px); }
  body[data-page="home"] .faq .section-heading h2 {
    width: 100% !important;
    font-size: 30px;
    transform: none;
  }
}

@media (max-width: 340px) {
  body[data-page="home"] .header-appointment { display: none; }
  body[data-page="home"] .hero--home .hero__eyebrow { width: 100%; white-space: normal; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) p,
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) p { width: auto; }
  body[data-page="home"] .services .service-card h3,
  body[data-page="home"] .services .service-card p,
  body[data-page="home"] .video-card__copy small,
  body[data-page="home"] .video-card__copy em,
  body[data-page="home"] .promo-card > span,
  body[data-page="home"] .promo-card > p { width: 100%; max-width: 100%; }
  body[data-page="home"] .doctors .doctor-card h3 { white-space: normal; }
  body[data-page="home"] .contacts-card__info > p { width: calc(100% - 40px); }
  body[data-page="home"] .site-footer .footer-warning { width: 100%; }
}


@media (min-width: 768px) {
  body[data-page="home"] .cases .work-card__image { width: 100%; }
  body[data-page="home"] .equipment-card:nth-child(1) { --equipment-media-top: 0; --equipment-media-left: 38.6%; --equipment-media-width: 72.5%; --equipment-media-height: 122.9%; --equipment-copy-width: calc(38.6% - 32px); }
  body[data-page="home"] .equipment-card:nth-child(2) { --equipment-media-top: 8.6%; --equipment-media-left: 62.2%; --equipment-media-width: 34.1%; --equipment-media-height: 117.1%; --equipment-copy-width: calc(62.2% - 32px); }
  body[data-page="home"] .equipment-card:nth-child(3) { --equipment-media-top: 35%; --equipment-media-left: 47.6%; --equipment-media-width: 60.7%; --equipment-media-height: 80.3%; --equipment-copy-width: calc(47.6% - 32px); }
  body[data-page="home"] .equipment-card:nth-child(4) { --equipment-media-top: 46.6%; --equipment-media-left: 39.2%; --equipment-media-width: 96.2%; --equipment-media-height: 71.3%; --equipment-copy-width: calc(39.2% - 32px); }
  body[data-page="home"] .equipment-card:nth-child(5) { --equipment-media-top: 39.4%; --equipment-media-left: 49.1%; --equipment-media-width: 52.1%; --equipment-media-height: 68.8%; --equipment-copy-width: calc(49.1% - 32px); }
  body[data-page="home"] .equipment-card::after { position: absolute; top: 20px; right: 20px; width: 10px; height: 10px; border-top: 2px solid #c4c4c1; border-right: 2px solid #c4c4c1; content: ""; }
  body[data-page="home"] .equipment-card:nth-child(n):nth-child(n) img { top: var(--equipment-media-top); right: auto; bottom: auto; left: var(--equipment-media-left); width: var(--equipment-media-width); max-width: none; height: var(--equipment-media-height); object-fit: fill; transform: none; }
  body[data-page="home"] .equipment-card p { max-width: min(300px, var(--equipment-copy-width)); }
  body[data-page="home"] .equipment-card:nth-child(1) h3,
  body[data-page="home"] .equipment-card:nth-child(2) h3,
  body[data-page="home"] .equipment-card:nth-child(3) h3 { max-width: var(--equipment-copy-width); }
  body[data-page="home"] .home-feature-grid .feature-card__thumb { right: 2px; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) .feature-card__thumb {
    top: 0;
    right: -6.22px;
    width: 134.97px;
    height: 90px;
    object-fit: fill;
    clip-path: inset(0 8.22px 0 36.75px);
  }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) .feature-card__thumb { object-fit: fill; }
}


@media (min-width: 1360px) {
  
  body[data-page="home"] .home-feature-grid .feature-card__thumb { right: 2px; }
  body[data-page="home"] .home-feature-grid .feature-card--booking .feature-card__star {
    position: absolute; top: 30px; left: 30px;
  }
  body[data-page="home"] .home-feature-grid .feature-card--booking h3 { width: 234px; max-width: none; }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(2) .feature-card__thumb {
    top: 0;
    right: -6.22px;
    width: 134.97px;
    height: 90px;
    object-fit: fill;
    clip-path: inset(0 8.22px 0 36.75px);
  }
  body[data-page="home"] .home-feature-grid .feature-card:nth-child(4) .feature-card__thumb { object-fit: fill; }

  
  body[data-page="home"] .services .service-card picture { overflow: hidden; }
  body[data-page="home"] .services .service-card picture img { right: auto; bottom: auto; max-width: none; }
  body[data-page="home"] .services .service-card:nth-child(1) img,
  body[data-page="home"] .services .service-card:nth-child(2) img { object-fit: cover; }
  body[data-page="home"] .services .service-card:nth-child(3) img,
  body[data-page="home"] .services .service-card:nth-child(8) img { object-fit: fill; }
  body[data-page="home"] .services .service-card:nth-child(4) picture {
    top: auto; right: 0; bottom: 0; left: auto;
    width: 187px; height: 157px;
  }
  body[data-page="home"] .services .service-card:nth-child(4) img {
    left: 24.26%; top: -9.84%;
    width: 101.46%; height: 120.84%; object-fit: fill; clip-path: none;
  }
  body[data-page="home"] .services .service-card:nth-child(5) img {
    left: -0.17%; top: 11.02%;
    width: 92.38%; height: 78.13%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(6) img {
    left: 7.07%; top: 9.81%;
    width: 86.76%; height: 80.38%; object-fit: fill; clip-path: none;
  }
  body[data-page="home"] .services .service-card:nth-child(7) img {
    left: 11.64%; top: 10.93%;
    width: 76.71%; height: 80.68%; object-fit: fill;
  }
  body[data-page="home"] .services .service-card:nth-child(9) picture {
    top: auto; right: 30px; bottom: 0; left: auto;
    width: 156px; height: 143px;
  }
  body[data-page="home"] .services .service-card:nth-child(9) img {
    left: 0.22%; top: 0;
    width: 141.35%; height: 100%; object-fit: fill; clip-path: none;
  }
  body[data-page="home"] .services .service-card h3 { width: 210px; }
  body[data-page="home"] .services .service-card p { max-width: none; }

  
  body[data-page="home"] .equipment-card:nth-child(4) img {
    top: auto; right: 1px; bottom: 0; left: auto;
    width: 290px; height: 180px; object-fit: fill; transform: none;
  }

  
  body[data-page="home"] .doctors .doctor-card { grid-template-columns: 271px 1fr; }
  body[data-page="home"] .doctors .doctor-card__photo { width: 271px; }
  body[data-page="home"] .doctors .doctor-card:nth-child(1) .doctor-card__photo img {
    top: -12.56%; left: -25.04%; width: 139.16%; height: 145.75%;
  }

  
  body[data-page="home"] .rating-grid strong { top: 33px; right: 40px; }
  body[data-page="home"] .rating-grid small { font-size: 14px; }

  
  body[data-page="home"] .promo-card:nth-child(1) img { object-fit: fill; object-position: auto; }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip {
    position: absolute; top: auto; right: 1px; bottom: 0; left: auto;
    display: block; width: 290px; height: 180px; overflow: hidden; transform: scaleX(-1);
  }
  body[data-page="home"] .promo-card:nth-child(2) .promo-card__imgflip img {
    top: 13.8px; right: auto; bottom: auto; left: -89px;
    width: 356px; height: 199.3px; max-width: none; object-fit: fill; transform: none;
  }
  body[data-page="home"] .promo-card:nth-child(3) img {
    top: auto; right: 0; bottom: -81.9px; left: auto;
    width: 269.7px; height: 269.7px; object-fit: fill;
    clip-path: inset(0 0 81.9px 0);
  }

  
  body[data-page="home"] .home-appointment { box-shadow: 0 -60px 0 0 #fafafa; }

  
  body[data-page="home"] .services {
    background: linear-gradient(to bottom, #fafafa calc(100% - 174px), #fff calc(100% - 174px));
    box-shadow: 0 -60px 0 0 #fafafa;
  }
  body[data-page="home"] .cases,
  body[data-page="home"] .rating {
    background: linear-gradient(to bottom, #fafafa calc(100% - 60px), #fff calc(100% - 60px));
    box-shadow: 0 -60px 0 0 #fafafa;
  }
}


@media (min-width: 1360px) and (max-width: 1439px) {
  body[data-page="home"] .rating {
    height: 970px;
    min-height: 970px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 60px), #fff calc(100% - 60px));
  }
  body[data-page="home"] .rating__intro { top: 212px; right: auto; left: 0; width: min(650px, 75vw); }
  body[data-page="home"] .rating-grid {
    top: 285px;
    height: 565px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 375px 20px 20px;
  }
  body[data-page="home"] .rating-grid a { width: 100%; height: 170px; min-height: 170px; }
  body[data-page="home"] .rating-grid a > img { left: 20px; }
  body[data-page="home"] .rating-grid a > span:not(.stars),
  body[data-page="home"] .rating-grid .stars,
  body[data-page="home"] .rating-grid small { left: 92px; }
  body[data-page="home"] .rating-grid strong { top: 31px; right: 20px; }
}


@media (min-width: 768px) and (max-width: 999px) {
  body[data-page="home"] .rating {
    height: 1126px;
    min-height: 1126px;
    background: linear-gradient(to bottom, #fafafa calc(100% - 40px), #fff calc(100% - 40px));
    box-shadow: 0 -40px 0 0 #fafafa;
  }
  body[data-page="home"] .rating .section-heading { top: 0; }
  body[data-page="home"] .rating .section-heading h2 { transform: none; }
  body[data-page="home"] .rating__intro { top: 182px; right: auto; left: 0; width: 100%; font-size: 14px; line-height: normal; }
  body[data-page="home"] .rating-grid { top: 255px; display: block; height: 771px; padding: 0; background: none; }
  body[data-page="home"] .rating-grid::after { position: absolute; top: 471px; left: 0; width: 100%; height: 300px; background: url("../media/home-mobile/imgRectangle115.png") center / cover no-repeat; content: ""; }
  body[data-page="home"] .rating-grid a { position: absolute; left: 0; width: 100%; height: 147px; min-height: 147px; padding: 0; background: #fff; }
  body[data-page="home"] .rating-grid a:nth-child(1) { top: 0; }
  body[data-page="home"] .rating-grid a:nth-child(2) { top: 157px; }
  body[data-page="home"] .rating-grid a:nth-child(3) { top: 314px; }
  body[data-page="home"] .rating-grid a > img { top: 30px; left: 30px; width: 55px; }
  body[data-page="home"] .rating-grid a > span:not(.stars) { top: 30px; left: 110px; }
  body[data-page="home"] .rating-grid strong { top: 31px; right: 30px; }
  body[data-page="home"] .rating-grid .stars { top: 65px; left: 110px; }
  body[data-page="home"] .rating-grid .stars img { width: 18px; height: 18px; }
  body[data-page="home"] .rating-grid small { top: 103px; left: 110px; }
}
