/* Extracted from _draft/templates/index.html for the WordPress preview template. */
:root {
      --primary: #42a5ea;
      --primary-dark: #258fd8;
      --primary-soft: #eef8ff;
      --accent: #62cf67;
      --text-dark: #2f3a48;
      --text-body: #5a6573;
      --line: #dfeaf2;
      --white: #ffffff;
      --page: #f7fafc;
      --shadow: 0 18px 40px rgba(31, 55, 86, 0.08);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: var(--text-dark);
      background: var(--page);
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button, input, textarea { font: inherit; }
    button { border: 0; background: none; cursor: pointer; }

    .container {
      width: min(1380px, calc(100% - 48px));
      margin: 0 auto;
    }

    .section {
      padding: 72px 0;
    }

    .section-title {
      font-size: 38px;
      font-weight: 900;
      line-height: 1.15;
      color: var(--text-dark);
      margin-bottom: 18px;
    }

    .section-subtitle {
      max-width: 760px;
      font-size: 18px;
      color: var(--text-body);
      line-height: 1.75;
      margin-bottom: 32px;
    }

    /* LIVE HEADER */
    :root {
      --header-top-h: 86px;
      --header-nav-h: 48px;
      --header-h: calc(var(--header-top-h) + var(--header-nav-h));
    }

    .site-header.site-header-live {
      position: sticky;
      top: 0;
      z-index: 140;
      display: block !important;
      height: auto !important;
      background: transparent;
      border-bottom: 0;
      overflow: visible;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    }

    .site-header-live .service-nav-backdrop {
      display: none !important;
    }

    .site-header-live .site-header-top {
      background: #fff;
      border-bottom: 1px solid #e5edf4;
    }

    .site-header-live .container {
      width: min(1400px, calc(100% - 48px));
      margin: 0 auto;
    }

    .site-header-live .site-header-top-inner {
      min-height: var(--header-top-h);
      display: flex;
      align-items: center;
      gap: 24px;
    }

    .site-header-live .site-logo {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }

    .site-header-live .site-logo img {
      display: block;
      width: auto;
      height: 56px;
    }

    .site-header-live .site-header-info {
      flex: 1 1 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      flex-wrap: wrap;
      font-family: "Roboto", sans-serif;
    }

    .site-header-live .site-header-info-item,
    .site-header-live .site-header-info a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #1a2332;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.2;
      white-space: nowrap;
    }

    .site-header-live .site-header-info a:hover {
      color: #0099cc;
    }

    .site-header-live .site-header-info svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      fill: #6ec1e4;
      stroke: #6ec1e4;
    }

    .site-header-live .site-header-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
      flex-shrink: 0;
      margin-left: auto;
    }

    .site-header-live .btn-book {
      padding: 13px 28px;
      border-radius: 999px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 600;
      background: #62cf67;
      color: #fff !important;
      box-shadow: none;
      transform: none;
    }

    .site-header-live .btn-book:hover {
      background: #57c35c;
      box-shadow: 0 8px 20px rgba(98, 207, 103, 0.26);
      transform: translateY(-1px);
    }

    .site-header-live .icon-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .site-header-live .icon-btn.tg { background: #55acee; }
    .site-header-live .icon-btn.wa { background: #5ecf69; }

    .site-header-live .burger {
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: 42px;
      height: 42px;
      padding: 0;
      background: none;
      border-radius: 10px;
    }

    .site-header-live .burger span {
      display: block;
      width: 22px;
      height: 2px;
      background: #1a2332;
      border-radius: 999px;
    }

    .site-header-live .service-nav {
      position: sticky;
      top: var(--header-top-h);
      z-index: 139;
      width: 100%;
      padding: 0;
      background: #0099cc;
      border-top: 0;
      border-bottom: 0;
      overflow: visible;
    }

    .site-header-live .service-nav .container {
      position: relative;
      overflow: visible;
    }

    .site-header-live .service-nav-inner {
      max-width: 1200px;
      margin: 0;
      padding: 0 12px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 0;
      overflow: visible;
    }

    .site-header-live .service-nav-inner > a,
    .site-header-live .service-nav-inner > .service-nav-item {
      flex: 0 0 auto;
      min-width: 0;
    }

    .site-header-live .service-nav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      padding: 0 16px;
      color: #fff;
      background: transparent;
      font-family: "Manrope", sans-serif;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.01em;
      white-space: nowrap;
      position: relative;
      z-index: 1;
      line-height: 1;
      transition: color 0.2s ease, background-color 0.2s ease;
      border-bottom: 0;
    }

    .site-header-live .service-nav-link::before {
      display: none;
    }

    .site-header-live .service-nav-link:hover,
    .site-header-live .service-nav-item:hover > .service-nav-link {
      background-color: #7fe17d;
    }

    .site-header-live .service-nav-link.active {
      color: #fff;
      background: transparent;
      font-weight: 600;
      border-bottom: 0;
    }

    .site-header-live .service-nav-item {
      position: static;
      display: flex;
      align-items: stretch;
      height: 100%;
      overflow: visible;
    }

    .site-header-live .nav-dropdown {
      display: block;
      position: fixed;
      top: var(--header-h);
      left: 0;
      right: 0;
      width: auto;
      max-width: none;
      min-width: 0;
      padding: 22px clamp(28px, 4vw, 72px) 22px;
      background: #fff;
      border: 1px solid rgba(18, 46, 78, 0.08);
      border-top: 0;
      border-radius: 0 0 16px 16px;
      box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10), 0 6px 16px rgba(15, 23, 42, 0.04);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: none;
      transition: none;
      z-index: 170;
    }

    .site-header-live .nav-dropdown-grid {
      display: grid;
      width: min(1320px, 100%);
      margin: 0 auto;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      column-gap: clamp(14px, 1.8vw, 24px);
      row-gap: 12px;
      align-items: start;
    }

    .site-header-live .nav-dropdown-col {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
      min-width: 0;
    }

    .site-header-live .nav-dropdown a {
      display: inline-block;
      width: auto;
      padding: 5px 0;
      margin: 0;
      color: #2b3138;
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      outline: none;
      font-family: "Manrope", sans-serif;
      font-size: 15px;
      font-weight: 550;
      letter-spacing: 0;
      line-height: 1.35;
      white-space: normal;
      transition: color 0.15s ease;
    }

    .site-header-live .nav-dropdown a:hover,
    .site-header-live .nav-dropdown a:focus,
    .site-header-live .nav-dropdown a:active {
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      color: #0099cc;
    }

    .site-header-live .service-nav-item:hover .nav-dropdown,
    .site-header-live .service-nav-item:focus-within .nav-dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: none;
    }

    .site-header-live .service-nav-item:hover .nav-dropdown {
      display: block;
    }

    /* HERO */
    .home-hero {
      width: 100%;
      height: 620px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      background: #eef2f1;
    }
    .home-hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 1.2s ease-in-out;
    }
    .home-hero-slide.active {
      opacity: 1;
      pointer-events: auto;
    }
    .home-hero-bg,
    .home-hero-overlay {
      position: absolute;
      inset: 0;
    }
    .home-hero-bg {
      background-size: cover;
      background-position: center;
      transform: scale(1.04);
      transition: transform 6s ease;
    }
    .home-hero-slide.active .home-hero-bg {
      transform: scale(1);
    }
    .home-hero-slide--clinic .home-hero-bg {
      background-position: center center;
    }
    .home-hero-overlay {
      background: rgba(245, 245, 245, 0.14);
      pointer-events: none;
    }
    .home-hero-slide--clinic .home-hero-overlay {
      background: rgba(255, 255, 255, 0.04);
    }
    .home-hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 72px;
    }
    .home-hero-content .container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 100%;
      height: 100%;
    }
    .home-hero-card {
      width: 100%;
      max-width: 590px;
      padding: 42px 46px;
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.9));
      border: 1px solid rgba(255, 255, 255, 0.82);
      box-shadow: 0 24px 58px rgba(31, 55, 86, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transform: none;
      opacity: 0;
    }
    .home-hero-slide.active .home-hero-card {
      transform: none;
      opacity: 1;
    }
    .home-hero-title {
      font-family: 'Manrope', sans-serif;
      font-size: 42px;
      font-weight: 800;
      line-height: 1.12;
      color: #243246;
      margin: 0;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
    }
    .home-hero-title-line {
      display: block;
    }
    .home-hero-title-line--brand {
      white-space: nowrap;
    }
    .home-hero-subtitle {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.7;
      color: #5b6a7d;
      margin: 16px 0 0;
    }
    .home-hero-price {
      font-size: 24px;
      font-weight: 800;
      color: var(--accent);
      margin-top: 14px;
    }
    .home-hero-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 26px;
      padding: 14px 32px;
      background: #25D366;
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      border-radius: 14px;
      text-decoration: none;
      box-shadow: 0 10px 22px rgba(37,211,102,0.28);
      transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
    }
    .home-hero-btn:hover {
      background: #1fb855;
      transform: translateY(-2px);
      box-shadow: 0 14px 26px rgba(37,211,102,0.36);
    }
    .home-hero-btn svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .home-hero-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.25s;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    .home-hero-arrow:hover {
      background: #fff;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      transform: translateY(-50%) scale(1.05);
    }
    .home-hero-arrow--prev { left: 20px; }
    .home-hero-arrow--next { right: 20px; }
    .home-hero-arrow svg {
      width: 18px;
      height: 18px;
      stroke: #333;
      stroke-width: 2.5;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .home-hero-progress {
      position: absolute;
      bottom: 0;
      left: 0;
      display: none;
      height: 3px;
      width: 0;
      background: var(--accent);
      z-index: 10;
    }
    .home-hero-progress.running {
      animation: homeHeroProgress 6s linear forwards;
    }
    @keyframes homeHeroProgress {
      from { width: 0; }
      to { width: 100%; }
    }
    @media (max-width: 1024px) {
      .home-hero { height: 500px; }
      .home-hero-content { padding: 0 40px; }
      .home-hero-card { max-width: 540px; padding: 30px 32px; }
    }
    @media (max-width: 768px) {
      .home-hero { width: 100%; max-width: 100%; height: auto; min-height: 520px; }
      .home-hero-slide,
      .home-hero-bg,
      .home-hero-overlay,
      .home-hero-content { width: 100%; max-width: 100%; min-height: 520px; }
      .home-hero-content {
        display: block;
        padding: 0;
      }
      .home-hero-content .container {
        position: static;
        display: block;
        width: auto !important;
        max-width: none;
        height: auto;
        margin: 0;
      }
      .home-hero-card { position: absolute; left: 16px; right: auto; bottom: 34px; width: min(358px, calc(100% - 32px)) !important; max-width: min(358px, calc(100% - 32px)) !important; padding: 24px 22px; border-radius: 18px; }
      .home-hero-title { font-size: 24px; }
      .home-hero-title-line--brand { white-space: normal; }
      .home-hero-subtitle { font-size: 15px; }
      .home-hero-btn { width: 100%; justify-content: center; }
      .home-hero-arrow { top: 38%; width: 44px; height: 44px; }
      .home-hero-arrow--prev { left: 12px; }
      .home-hero-arrow--next { right: 12px; }
    }

    /* HOME INTRO (синий блок-рамка под hero) */
    .home-intro {
      position: relative;
      z-index: 3;
      margin-top: -40px;
      padding-bottom: 8px;
    }
    .home-intro-card {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      background: linear-gradient(135deg, #4ea5de 0%, #3b92d1 100%);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 18px 44px rgba(15, 48, 74, 0.18);
    }
    .home-intro-col {
      padding: 34px 40px;
      color: #fff;
    }
    .home-intro-col + .home-intro-col {
      border-left: 0;
    }
    .home-intro-head {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }
    .home-intro-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .home-intro-title {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
    }
    .home-intro-text {
      font-size: 15px;
      line-height: 1.75;
      color: rgba(255,255,255,0.95);
    }
    .home-intro-list {
      margin-top: 18px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .home-intro-list a,
    .home-intro-list span {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 17px;
      font-weight: 700;
      color: #fff;
    }
    .home-intro-list svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      fill: currentColor;
    }
    @media (max-width: 768px) {
      .home-intro { margin-top: -20px; }
      .home-intro-card { grid-template-columns: 1fr; border-radius: 14px; }
      .home-intro-col { padding: 26px 22px; }
      .home-intro-col + .home-intro-col { border-left: 0; border-top: 0; }
    }

    /* ABOUT */
    .home-about {
      background: var(--white);
      padding: 48px 0;
    }

    .home-about-card {
      overflow: hidden;
      border-radius: 20px;
      background: #fff;
    }

    .home-about-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
      align-items: stretch;
      min-height: 440px;
      gap: 40px;
    }

    .home-about-text {
      padding: 42px 46px;
      font-size: 15px;
      line-height: 1.8;
      color: var(--text-body);
      background: #fff;
    }

    .home-about-text .section-title {
      margin-bottom: 20px;
      font-size: 28px;
    }

    .home-about-text p + p {
      margin-top: 18px;
    }

    .home-about-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 28px;
      min-height: 48px;
      padding: 0 28px;
      border-radius: 999px;
      background: var(--primary);
      color: var(--white) !important;
      font-size: 15px;
      font-weight: 700;
      transition: background .2s ease, transform .2s ease;
    }

    .home-about-btn:hover {
      background: var(--primary-dark);
      transform: translateY(-1px);
    }

    .home-about-media {
      position: relative;
      min-height: 440px;
      max-height: 320px;
      border-radius: 16px;
      overflow: hidden;
      background: linear-gradient(135deg, #dff3fb 0%, #b9dff2 100%);
    }

    .home-about-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
    }

    /* STATS */
    .stats-strip {
      padding-top: 28px;
      padding-bottom: 12px;
      background: #fff;
    }

    .stats-card {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #56a9de 0%, #3b92d1 55%, #2678b8 100%);
      border: 0;
      border-radius: 24px;
      box-shadow: 0 18px 44px rgba(15, 48, 74, 0.18);
    }
    .stats-card::before,
    .stats-card::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.09);
      pointer-events: none;
    }
    .stats-card::before {
      width: 360px;
      height: 360px;
      right: -120px;
      top: -160px;
    }
    .stats-card::after {
      width: 220px;
      height: 220px;
      left: -80px;
      bottom: -120px;
      background: rgba(255,255,255,0.07);
    }

    .stats-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      text-align: center;
    }

    .stats-grid > div {
      padding: 40px 26px;
    }

    .stats-grid > div + div {
      border-left: 0;
    }

    .stats-num {
      font-size: 64px;
      font-weight: 800;
      line-height: 1;
      color: #fff;
      letter-spacing: 0;
      font-variant-numeric: tabular-nums;
    }

    .stats-label {
      margin-top: 12px;
      font-size: 17px;
      color: rgba(255,255,255,0.95);
      line-height: 1.5;
    }

    /* DEPARTMENTS */
    .departments-section {
      background: var(--white);
      padding: 48px 0;
    }
    .departments-section .section-title {
      font-size: 28px;
    }

    .departments-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
    }

    .department-card {
      display: flex;
      flex-direction: column;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border: 0;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(15, 48, 74, 0.06);
      transition: transform .3s ease, box-shadow .3s ease;
    }
    .department-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 36px rgba(15, 48, 74, 0.16);
    }

    .department-thumb {
      display: block;
      flex: 1;
      min-height: 0;
      overflow: hidden;
      background: #eef6fb;
      border-radius: 12px 12px 0 0;
    }

    .department-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .45s ease;
    }

    .department-card:hover .department-thumb img {
      transform: scale(1.06);
    }

    .department-title {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      padding: 10px 12px;
      min-height: 48px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.3;
      text-align: left;
      color: #1a2332;
      transition: color .2s ease;
    }

    .department-card:hover .department-title {
      color: #1a2332;
    }

    @media (max-width: 1024px) { .departments-grid { grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 768px)  { .departments-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
    @media (max-width: 480px)  { .departments-grid { grid-template-columns: repeat(2, 1fr); } }

    /* DOCTORS */
    .doctors-home {
      background: #fff;
      padding: 48px 0;
    }
    .doctors-home .section-title {
      font-size: 28px;
    }

    .doctors-home .section-title,
    .doctors-home .section-subtitle,
    .doc-card,
    .btn-primary-soft {
      font-family: "Manrope", sans-serif;
    }

    .doctors-slider {
      position: relative;
      padding: 0 54px;
    }

    .doctors-viewport {
      overflow: hidden;
    }

    .doctors-grid {
      z-index: 1;
      display: flex;
      gap: 20px;
      transition: transform .55s cubic-bezier(.22,.61,.36,1);
      will-change: transform;
    }

    .doc-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 0 0 calc((100% - 60px) / 4);
      min-width: 0;
      height: 100%;
      border: 1px solid #e8ecf0;
      border-radius: 18px;
      padding: 32px 24px;
      text-align: center;
      transition: all .3s;
      background: #fff;
    }

    .doc-card:hover {
      border-color: #0099cc;
      box-shadow: 0 8px 24px rgba(0,153,204,.1);
    }

    .doc-photo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto 8px;
      display: block;
      background: #edf5fb;
    }

    .doc-badge {
      display: inline-block;
      background: #0099cc;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 14px;
      border-radius: 50px;
      margin-bottom: 14px;
    }

    .doc-name {
      width: 100%;
      min-height: 3.1em;
      font-size: 17px;
      font-weight: 700;
      color: #1a2332;
      margin-bottom: 6px;
      line-height: 1.3;
    }

    .doc-spec {
      width: 100%;
      min-height: 4.8em;
      font-size: 13px;
      color: #64748b;
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .doctors-arrow {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      margin-top: -21px;
      border-radius: 50%;
      border: 1px solid #e5edf4;
      background: #fff;
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #1a2332;
      transition: border-color .2s ease, color .2s ease, transform .2s ease;
      z-index: 2;
    }

    .doctors-arrow:hover {
      color: #0099cc;
      border-color: #b8d7ea;
      transform: translateY(-1px);
    }

    .doctors-arrow.prev { left: 0; }
    .doctors-arrow.next { right: 0; }

    .doctors-arrow svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .doc-price {
      display: block;
      margin-top: auto;
      margin-bottom: 16px;
      color: #0099cc;
      font-size: 18px;
      font-weight: 800;
      line-height: 1.2;
    }

    .doc-btn {
      display: block;
      width: 100%;
      padding: 14px;
      background: #25D366;
      color: #fff !important;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      border: none;
      transition: background .25s, transform .25s, box-shadow .25s;
    }

    .doc-btn:hover {
      background: #1fb855;
      color: #fff !important;
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(37,211,102,.3);
    }

    .doctors-all {
      margin-top: 32px;
      text-align: center;
    }

    .btn-primary-soft {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 30px;
      border-radius: 999px;
      background: var(--primary);
      color: var(--white) !important;
      font-size: 15px;
      font-weight: 700;
      transition: background .2s ease, transform .2s ease;
    }

    .btn-primary-soft:hover {
      background: var(--primary-dark);
      transform: translateY(-1px);
    }

    /* REVIEWS */
    .reviews-section {
      background: var(--white);
      padding: 48px 0;
    }
    .reviews-section .section-title {
      font-size: 28px;
    }
    .reviews-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }
    .reviews-sources {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .review-source-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      border-radius: 999px;
      background: #f2f7fb;
      border: 1px solid #e1ecf4;
      font-size: 14px;
      font-weight: 600;
      color: #1a2332;
      text-decoration: none;
      transition: all .2s ease;
    }
    .review-source-chip:hover {
      background: #0099cc;
      border-color: #0099cc;
      color: #fff;
    }
    .review-source-chip svg,
    .review-source-chip .ya-logo-mark {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }
    .ya-logo-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fc3f1d;
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 13px;
      font-weight: 800;
      line-height: 1;
    }
    .review-source-chip .chip-rating {
      font-weight: 700;
      color: #0099cc;
      margin-left: 2px;
    }
    .review-source-chip:hover .chip-rating {
      color: #fff;
    }

    .reviews-slider {
      position: relative;
      padding: 0 54px;
    }
    .reviews-viewport {
      overflow: hidden;
    }
    .reviews-track {
      display: flex;
      gap: 20px;
      transition: transform .55s cubic-bezier(.22,.61,.36,1);
      will-change: transform;
    }
    .review-card {
      flex: 0 0 calc((100% - 40px) / 3);
      min-width: 0;
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid #e8ecf0;
      border-radius: 18px;
      padding: 26px 24px 24px;
      box-shadow: 0 6px 18px rgba(15, 48, 74, 0.06);
      transition: transform .3s ease, box-shadow .3s ease;
    }
    .review-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 28px rgba(15, 48, 74, 0.12);
    }
    .review-top {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }
    .review-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, #56a9de, #0099cc);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 16px;
      flex-shrink: 0;
    }
    .review-meta {
      flex: 1;
      min-width: 0;
    }
    .review-author {
      font-size: 15px;
      font-weight: 700;
      color: #1a2332;
      line-height: 1.2;
    }
    .review-date {
      font-size: 12px;
      color: #94a3b8;
      margin-top: 2px;
    }
    .review-src-badge {
      width: 28px;
      height: 28px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .review-src-badge svg {
      width: 18px;
      height: 18px;
    }
    .review-src-badge .ya-logo-mark {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      background: transparent;
      color: currentColor;
      font-size: 18px;
    }
    .review-src-ya  { background: #fc3f1d; color: #fff; }
    .review-src-tg  { background: #27a6e6; color: #fff; }
    .review-src-google { background: #fff; border: 1px solid #e1ecf4; }
    .review-stars {
      color: #ffb400;
      font-size: 15px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
    .review-text {
      font-size: 15px;
      line-height: 1.6;
      color: #3f4b59;
      flex: 1;
    }
    .reviews-arrow {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      margin-top: -21px;
      border-radius: 50%;
      border: 1px solid #dbe4ec;
      background: #fff;
      color: #0099cc;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .2s ease;
      z-index: 2;
    }
    .reviews-arrow:hover {
      background: #0099cc;
      color: #fff;
      border-color: #0099cc;
    }
    .reviews-arrow.prev { left: 0; }
    .reviews-arrow.next { right: 0; }
    .reviews-arrow svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }

    @media (max-width: 1024px) {
      .review-card { flex-basis: calc((100% - 20px) / 2); }
    }
    @media (max-width: 768px) {
      .reviews-slider { padding: 0 44px; }
      .review-card { flex-basis: 100%; }
    }

    /* FEEDBACK */
    .feedback-section {
      background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
      padding: 40px 0;
    }
    .feedback-section .section-title {
      font-size: 26px;
    }

    .feedback-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
      gap: 32px;
      align-items: stretch;
      padding: 42px 46px;
      background: linear-gradient(135deg, #eaf6ff 0%, #d8ecf9 100%);
      border-radius: 28px;
      box-shadow: 0 20px 44px rgba(31, 55, 86, 0.08);
      position: relative;
      overflow: hidden;
    }
    .feedback-grid::before {
      content: "";
      position: absolute;
      right: -120px;
      top: -140px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(255,255,255,0.5);
      pointer-events: none;
    }

    .feedback-note {
      position: relative;
      z-index: 1;
    }
    .feedback-note p {
      font-size: 16px;
      color: var(--text-body);
      line-height: 1.7;
    }

    .feedback-note .section-title {
      margin-bottom: 14px;
    }

    .feedback-note-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 22px;
      padding: 0;
      list-style: none;
    }
    .feedback-note-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 14px;
      margin-bottom: 6px;
      color: var(--text-dark);
      font-weight: 500;
    }
    .feedback-note-list svg {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      color: var(--primary);
    }

    .feedback-form {
      position: relative;
      z-index: 1;
      background: #fff;
      border-radius: 20px;
      padding: 28px 26px;
      box-shadow: 0 14px 32px rgba(31, 55, 86, 0.1);
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .feedback-form-title {
      font-size: 18px;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 4px;
    }
    .feedback-form input,
    .feedback-form textarea {
      width: 100%;
      border: 1px solid #e0eaf2;
      border-radius: 12px;
      background: #f7fbff;
      color: var(--text-dark);
      padding: 12px 16px;
      font-size: 15px;
      font-family: inherit;
      outline: 0;
      transition: border-color .2s, background .2s;
    }
    .feedback-form input:focus,
    .feedback-form textarea:focus {
      border-color: var(--primary);
      background: #fff;
    }
    .feedback-form textarea {
      min-height: 80px;
      height: 80px;
      resize: vertical;
    }
    .feedback-form-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 28px;
      border-radius: 999px;
      background: linear-gradient(135deg, #0099cc, #007aa3);
      color: #fff !important;
      font-size: 15px;
      font-weight: 700;
      border: none;
      cursor: pointer;
      transition: transform .2s, box-shadow .2s;
    }
    .feedback-form-submit:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0, 153, 204, 0.35);
    }
    .feedback-form-policy {
      font-size: 12px;
      color: #94a3b8;
      line-height: 1.45;
    }
    .feedback-form-policy a { color: var(--primary); }

    @media (max-width: 900px) {
      .feedback-grid { grid-template-columns: 1fr; padding: 32px 24px; }
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-bottom: 16px;
    }

    .field {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .field label {
      font-size: 13px;
      font-weight: 700;
      color: #6b7988;
      text-transform: uppercase;
      letter-spacing: .04em;
    }

    .field input,
    .field textarea {
      width: 100%;
      border: 1px solid #d9e7f1;
      border-radius: 14px;
      background: #f9fcfe;
      color: var(--text-dark);
      padding: 14px 16px;
      outline: 0;
      transition: border-color .2s ease, background .2s ease;
    }

    .field input:focus,
    .field textarea:focus {
      border-color: #9ecded;
      background: var(--white);
    }

    .field textarea {
      min-height: 150px;
      resize: vertical;
    }

    .form-actions {
      margin-top: 18px;
    }

    .form-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 28px;
      border-radius: 999px;
      background: var(--primary);
      color: var(--white);
      font-size: 15px;
      font-weight: 700;
      transition: background .2s ease, transform .2s ease;
    }

    .form-submit:hover {
      background: var(--primary-dark);
      transform: translateY(-1px);
    }

    /* CONTACTS */
    .contacts-section {
      background: var(--white);
      padding: 40px 0;
    }
    .contacts-section .section-title {
      font-size: 26px;
    }

    .contacts-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 28px;
      align-items: stretch;
    }

    .contacts-card {
      background: linear-gradient(155deg, #ffffff 0%, #f4fafd 100%);
      border: 1px solid #e1ecf4;
      border-radius: 24px;
      padding: 32px;
      box-shadow: 0 14px 32px rgba(31, 55, 86, 0.06);
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .contacts-list {
      display: grid;
      gap: 14px;
    }

    .contacts-item {
      padding: 14px 18px;
      background: #fff;
      border: 1px solid #e8eff5;
      border-radius: 16px;
      display: flex;
      gap: 16px;
      align-items: flex-start;
      transition: border-color .2s, box-shadow .2s;
    }
    .contacts-item:hover {
      border-color: #b8d9eb;
      box-shadow: 0 6px 18px rgba(31, 55, 86, 0.08);
    }

    .contacts-icon {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      border-radius: 12px;
      background: linear-gradient(135deg, #e6f4fb, #cbe6f4);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
    }
    .contacts-icon svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

    .contacts-item-body { flex: 1; min-width: 0; }

    .contacts-item-title {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #7b8997;
      margin-bottom: 6px;
    }

    .contacts-item-text,
    .contacts-item a {
      display: block;
      font-size: 16px;
      color: var(--text-dark);
      line-height: 1.55;
      font-weight: 500;
    }
    .contacts-item a:hover { color: var(--primary); }

    .contacts-socials {
      display: flex;
      gap: 10px;
      margin-top: 6px;
    }
    .contacts-social-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition: transform .2s, box-shadow .2s;
    }
    .contacts-social-btn:hover { transform: translateY(-2px); }
    .contacts-social-btn svg { width: 20px; height: 20px; fill: currentColor; }
    .contacts-social-btn.tg  { background: #27a6e6; box-shadow: 0 6px 14px rgba(39,166,230,0.35); }
    .contacts-social-btn.wa  { background: #25D366; box-shadow: 0 6px 14px rgba(37,211,102,0.35); }
    .contacts-social-btn.phone { background: #0099cc; box-shadow: 0 6px 14px rgba(0,153,204,0.35); }

    .contacts-map {
      overflow: hidden;
      height: 340px;
      min-height: 340px;
      border-radius: 24px;
      background: #eef6fb;
      box-shadow: 0 14px 32px rgba(31, 55, 86, 0.06);
      position: relative;
    }

    .contacts-map-script,
    .contacts-map iframe,
    .contacts-map > script {
      width: 100%;
      height: 100%;
    }
    .contacts-map-script { min-height: 340px; }
    .contacts-map-hit {
      position: absolute;
      inset: 0;
      z-index: 2;
      display: block;
    }
    .contacts-map-link {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid #dbe8f0;
      color: #1a2332;
      font-size: 14px;
      font-weight: 700;
      box-shadow: 0 8px 18px rgba(15, 48, 74, 0.12);
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .contacts-map-link:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(15, 48, 74, 0.16);
    }

    @media (max-width: 900px) {
      .contacts-grid { grid-template-columns: 1fr; }
      .contacts-map { min-height: 320px; }
      .contacts-map-script { min-height: 320px; }
    }

    /* TELEGRAM BANNER */
    .tg-banner { padding: 40px 0; }
    .tg-banner-inner {
      background: linear-gradient(135deg, #56a9de 0%, #51ace2 100%);
      border-radius: 24px;
      padding: 36px 44px;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 24px;
      overflow: hidden;
      position: relative;
      min-height: 240px;
      box-shadow: 0 18px 40px rgba(15, 48, 74, 0.14);
    }
    .tg-banner-left {
      flex: 1;
      max-width: 680px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      z-index: 2;
    }
    .tg-banner-title {
      font-size: 30px;
      font-weight: 600;
      color: #fff;
      margin: 0 0 16px;
      line-height: 1.18;
      letter-spacing: 0;
    }
    .tg-banner-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px 24px;
      margin: 0 0 22px;
      padding: 0;
      list-style: none;
    }
    .tg-banner-list li {
      position: relative;
      padding-left: 22px;
      font-size: 15px;
      line-height: 1.45;
      color: rgba(255,255,255,0.96);
    }
    .tg-banner-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255,255,255,0.96);
    }
    .tg-banner-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
    }
    .tg-banner-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 24px;
      border-radius: 22px;
      font-size: 15px;
      font-weight: 600;
      border: 1px solid transparent;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
      text-align: center;
      gap: 10px;
      text-decoration: none;
    }
    .tg-banner-btn:hover { transform: translateY(-1px); }
    .tg-banner-btn-primary {
      background: #fff;
      color: #2678b8;
      border-color: #fff;
      min-width: 230px;
    }
    .tg-banner-btn-primary:hover { background: rgba(255,255,255,0.92); color: #2678b8; }
    .tg-banner-btn-primary svg { width: 24px; height: 24px; fill: #2678b8; flex-shrink: 0; }
    .tg-banner-btn-secondary {
      background: transparent;
      color: #fff;
      border-color: rgba(255,255,255,0.9);
      min-width: 220px;
    }
    .tg-banner-btn-secondary:hover { background: rgba(255,255,255,0.14); color: #fff; }
    .tg-banner-right {
      position: relative;
      width: 360px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .tg-banner-right::before {
      content: "";
      position: absolute;
      right: -60px;
      bottom: -80px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
    }
    .tg-banner-right::after {
      content: "";
      position: absolute;
      right: 40px;
      top: 10px;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: rgba(255,255,255,0.12);
    }
    .tg-banner-icon-big {
      position: relative;
      z-index: 2;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: rgba(255,255,255,0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 16px 36px rgba(0,0,0,0.12);
    }
    .tg-banner-icon-big svg {
      width: 98px;
      height: 98px;
      fill: #fff;
    }
    @media (max-width: 1024px) {
      .tg-banner-inner { padding: 28px 32px; gap: 20px; min-height: 210px; }
      .tg-banner-title { font-size: 26px; }
      .tg-banner-right { width: 220px; }
      .tg-banner-icon-big { width: 140px; height: 140px; }
      .tg-banner-icon-big svg { width: 72px; height: 72px; }
    }
    @media (max-width: 767px) {
      .tg-banner-inner { padding: 26px 22px; flex-direction: column; }
      .tg-banner-title { font-size: 22px; }
      .tg-banner-list { grid-template-columns: 1fr; gap: 8px; }
      .tg-banner-right { display: none; }
      .tg-banner-actions { flex-direction: column; align-items: stretch; width: 100%; }
      .tg-banner-btn { width: 100%; min-width: 0; }
    }

    /* FOOTER */
    .site-footer {
      background: var(--text-dark);
      color: #fff;
      padding: 36px 0 20px;
      margin-top: 40px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, 1fr));
      gap: 36px;
    }
    .footer-brand {
      display: inline-flex;
      align-items: center;
      margin-bottom: 24px;
    }
    .footer-brand img {
      height: 58px;
      width: auto;
      display: block;
    }
    .footer-contact-list,
    .footer-link-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .footer-contact-list {
      display: grid;
      gap: 14px;
    }
    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 15px;
      line-height: 1.55;
      color: rgba(255,255,255,.82);
    }
    .footer-contact-item svg {
      flex: 0 0 auto;
      width: 18px;
      height: 18px;
      margin-top: 2px;
      stroke: var(--primary);
      fill: none;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .footer-col-title {
      font-size: 13px;
      font-weight: 700;
      color: #94a3b8;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 18px;
    }
    .footer-link-list {
      display: grid;
      gap: 10px;
    }
    .footer-link-list a {
      font-size: 15px;
      line-height: 1.55;
      color: rgba(255,255,255,.82);
    }
    .footer-link-list a:hover {
      color: var(--primary);
    }
    .footer-bottom {
      margin-top: 36px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 13px;
      color: #94a3b8;
    }
    .footer-social {
      display: flex;
      align-items: center;
      gap: 18px;
      color: rgba(255,255,255,.72);
    }

    /* RESPONSIVE */
    @media (max-width: 1280px) {
      .departments-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    @media (max-width: 1024px) {
      .container {
        width: min(1380px, calc(100% - 40px));
      }

      :root {
        --header-top-h: 76px;
        --header-nav-h: 0px;
        --header-h: var(--header-top-h);
      }

      .site-header.site-header-live {
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
      }

      .site-header-live .container {
        width: min(1380px, calc(100% - 40px));
      }

      .site-header-live .site-header-top-inner {
        min-height: var(--header-top-h);
        gap: 12px;
      }

      .site-header-live .site-logo img {
        height: 48px;
      }

      .site-header-live .site-header-info {
        display: none;
      }

      .site-header-live .btn-book {
        padding: 11px 20px;
        font-size: 14px;
      }

      .site-header-live .burger {
        display: inline-flex;
      }

      .site-header-live .service-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background: #fff;
        border-top: 1px solid #e5edf4;
        box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
      }

      .site-header-live .service-nav-backdrop {
        display: none;
      }

      .site-header-live .service-nav.nav-open {
        display: block;
      }

      .site-header-live .service-nav .container {
        width: 100%;
      }

      .site-header-live .service-nav-inner {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 16px 24px 20px;
      }

      .site-header-live .service-nav-link {
        width: 100%;
        height: auto;
        padding: 11px 0;
        color: #1a2332;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        border-bottom: 1px solid #eef3f8;
        border-top: 0;
        justify-content: flex-start;
        overflow: visible;
      }

      .site-header-live .service-nav-link::before {
        display: none;
      }

      .site-header-live .service-nav-link.active {
        border-bottom: 1px solid #eef3f8;
        color: #0099cc;
      }

      .site-header-live .service-nav-link:hover {
        color: #0099cc;
      }

      .site-header-live .service-nav-item {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .site-header-live .service-nav-item:hover > .service-nav-link {
        color: #0099cc;
      }

      .site-header-live .nav-dropdown {
        display: block;
        position: static;
        left: auto;
        right: auto;
        min-width: 0;
        width: 100%;
        max-width: none;
        margin-top: -2px;
        padding: 4px 0 6px 14px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        transition: none;
      }

      .site-header-live .nav-dropdown-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 0;
      }

      .site-header-live .nav-dropdown-col {
        gap: 0;
      }

      .site-header-live .nav-dropdown a {
        display: block;
        width: 100%;
        padding: 8px 0;
        color: #5a6672;
        font-size: 14px;
      }

      .home-about-grid,
      .leader-card,
      .contacts-grid {
        grid-template-columns: 1fr;
      }

      .departments-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .stats-grid > div + div {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,0.18);
      }

      .stats-grid {
        grid-template-columns: 1fr;
      }

      .home-about-text {
        padding: 42px 38px;
      }

      .home-about-media {
        min-height: 380px;
      }

      .feedback-grid {
        grid-template-columns: 1fr;
        padding: 30px;
      }

      .doctors-slider {
        padding: 0 48px;
      }

      .doc-card {
        flex-basis: calc((100% - 20px) / 2);
      }

      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .site-footer {
        padding: 42px 0 24px;
      }
    }

    @media (max-width: 768px) {
      .container {
        width: min(1380px, calc(100% - 32px));
      }

      .section {
        padding: 52px 0;
      }

      .section-title {
        font-size: 30px;
      }

      .section-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
      }

      :root {
        --header-top-h: 70px;
        --header-h: var(--header-top-h);
      }

      .site-header-live .container {
        width: min(1380px, calc(100% - 32px));
      }

      .site-header-live .site-logo img {
        height: 42px;
      }

      .site-header-live .site-header-actions {
        gap: 8px;
      }

      .site-header-live .icon-btn {
        width: 38px;
        height: 38px;
      }

      .site-header-live .btn-book {
        padding: 10px 16px;
        font-size: 13px;
      }

      .site-header-live .service-nav-inner {
        padding: 14px 18px 18px;
      }

      .site-header-live .service-nav-item {
        min-width: 100%;
      }

      .site-header-live .service-nav-item > .service-nav-link {
        padding-right: 30px;
      }

      .site-header-live .service-nav-item > .service-nav-link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 4px;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 0.2s ease;
      }

      .site-header-live .service-nav-item.open > .service-nav-link::after {
        transform: translateY(-35%) rotate(225deg);
      }

      .site-header-live .nav-dropdown {
        display: none;
        min-width: 100%;
        width: 100%;
        margin-top: 0;
        padding: 2px 0 8px;
      }

      .site-header-live .service-nav-item.open .nav-dropdown {
        display: block;
      }

      .site-header-live .nav-dropdown-grid {
        grid-template-columns: 1fr;
      }

      .site-header-live .nav-dropdown a {
        width: 100%;
        padding: 10px 0 10px 16px;
      }

      .home-about-text {
        padding: 32px 24px;
        font-size: 16px;
      }

      .departments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .doctors-grid,
      .form-grid {
        grid-template-columns: 1fr;
      }

      .doctors-slider {
        padding: 0 44px;
      }

      .doc-card {
        flex-basis: 100%;
      }

      .doctors-arrow {
        width: 38px;
        height: 38px;
        margin-top: -19px;
      }

      .contacts-card {
        padding: 24px 22px;
      }

      .leader-content {
        padding: 28px 24px;
      }

      .leader-media {
        min-height: 260px;
      }

      .leader-quote {
        font-size: 18px;
      }

      .site-footer {
        padding: 36px 0 24px;
      }

      .footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .footer-brand {
        margin-bottom: 18px;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        font-size: 12px;
      }
    }

    @media (max-width: 560px) {
      .site-header-live .btn-book {
        display: none;
      }
    }

    @media (max-width: 480px) {
      :root {
        --header-top-h: 64px;
        --header-h: var(--header-top-h);
      }

      .section-title {
        font-size: 26px;
      }

      .stats-num {
        font-size: 44px;
      }

      .site-header-live .site-logo img {
        height: 38px;
      }

      .site-header-live .icon-btn {
        width: 34px;
        height: 34px;
      }

      .doc-photo {
        width: 120px;
        height: 120px;
      }

      .departments-grid {
        grid-template-columns: 1fr;
      }
    }

    /* ═══ PROMO SLIDER (from uslugi) ═══ */
    .promo-slider-section {
      background: #fff;
      padding: 48px 0;
    }
    .promo-slider-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 4px;
      margin-bottom: 20px;
    }
    .promo-slider-title {
      margin: 0;
      font-size: 28px;
      line-height: 1.15;
      font-weight: 800;
      color: #1a2332;
      letter-spacing: 0;
    }
    .promo-slider-controls {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }
    .promo-slider-arrow {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid #dce3ea;
      background: #fff;
      color: #1a2332;
      font-size: 24px;
      line-height: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: border-color .2s ease, color .2s ease, background .2s ease;
    }
    .promo-slider-arrow:hover {
      border-color: #0099cc;
      color: #0099cc;
      background: #f0f9ff;
    }
    .promo-slider-arrow:disabled {
      opacity: .4;
      cursor: default;
      pointer-events: none;
    }
    .promo-slider-viewport {
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
    }
    .promo-slider-viewport.is-dragging {
      cursor: grabbing;
    }
    .promo-slider-track {
      display: flex;
      gap: 20px;
      transition: transform .4s ease;
      will-change: transform;
    }
    .promo-slide-card {
      min-width: calc(50% - 10px);
      flex-shrink: 0;
      border-radius: 24px;
      padding: 36px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 4px;
      min-height: 280px;
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #f0fdf4 0%, #e6f7fc 100%);
    }
    .promo-slide-content {
      min-width: 0;
      max-width: calc(100% - 240px);
    }
    .promo-slide-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #25D366;
      color: #fff;
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .promo-slide-title {
      margin: 0 0 10px;
      font-size: 24px;
      line-height: 1.2;
      font-weight: 800;
      color: #1a2332;
      letter-spacing: 0;
    }
    .promo-slide-desc {
      margin: 0 0 18px;
      font-size: 15px;
      line-height: 1.5;
      color: #4a5568;
      max-width: 430px;
    }
    .promo-slide-price-row {
      display: flex;
      align-items: baseline;
      gap: 10px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
    .promo-slide-price {
      font-size: 30px;
      line-height: 1;
      font-weight: 800;
      color: #25D366;
      letter-spacing: 0;
    }
    .promo-slide-price-old {
      font-size: 18px;
      color: #94a3b8;
      text-decoration: line-through;
    }
    .promo-slide-special {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #25D366;
      color: #fff;
      border-radius: 50px;
      padding: 8px 18px;
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .promo-slide-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #25D366;
      color: #fff !important;
      padding: 14px 30px;
      border-radius: 50px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: background .25s, transform .25s, box-shadow .25s;
      white-space: nowrap;
    }
    .promo-slide-btn:hover {
      background: #1fb855;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(37,211,102,.35);
    }
    .promo-slide-visual {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 300px;
      height: 300px;
      background: none;
      border: none;
      box-shadow: none;
      border-radius: 0;
      padding: 0;
      pointer-events: none;
    }
    .promo-slide-image {
      width: 100%;
      height: 100%;
      object-fit: contain;
      animation: promoFloat 3s ease-in-out infinite;
    }
    .promo-slide-image-placeholder {
      display: none;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 1px solid #cde4ee;
      color: #7f97a6;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,.65);
    }
    @keyframes promoFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    @media (max-width: 960px) {
      .promo-slide-card {
        min-width: 100%;
        padding: 28px;
        min-height: 280px;
      }
      .promo-slide-content { max-width: calc(100% - 190px); }
      .promo-slide-visual { width: 240px; height: 240px; }
      .promo-slide-title { font-size: 22px; }
      .promo-slide-price { font-size: 26px; }
    }
    @media (max-width: 600px) {
      .promo-slider-title { font-size: 24px; }
      .promo-slider-arrow { width: 40px; height: 40px; font-size: 22px; }
      .promo-slide-card {
        padding: 22px 22px 140px;
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
      }
      .promo-slide-content { max-width: 100%; }
      .promo-slide-visual { right: 10px; bottom: -10px; width: 180px; height: 180px; }
      .promo-slide-title { font-size: 20px; }
      .promo-slide-desc { font-size: 14px; }
      .promo-slide-price { font-size: 24px; }
      .promo-slide-price-old { font-size: 16px; }
    }
  

/* PATIENTS NAV COMPACT START */
@media (min-width: 1025px) {
  .site-header-live .patients-nav-item {
    position: relative;
  }

  .site-header-live .patients-nav-item .nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: auto;
    min-width: 250px;
    max-width: 290px;
    padding: 10px 16px;
    border-radius: 0 0 12px 12px;
  }

  .site-header-live .patients-nav-item .nav-dropdown-grid {
    display: block;
    width: auto;
    margin: 0;
  }

  .site-header-live .patients-nav-item .nav-dropdown-col {
    display: block;
  }

  .site-header-live .patients-nav-item .nav-dropdown a {
    display: block;
    white-space: nowrap;
    padding: 7px 0;
  }
}
/* PATIENTS NAV COMPACT END */

/* Extracted from _draft/css/contact-fab.css */
.smd-contact-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-family: inherit;
}

.smd-contact-fab__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.smd-contact-fab.is-open .smd-contact-fab__actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.smd-contact-fab__action {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,252,255,.94) 100%);
  color: #20252c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(26,35,50,.14), inset 0 1px 0 rgba(255,255,255,.88);
  transform: translateX(6px);
  backdrop-filter: blur(12px);
  transition: transform .22s ease, box-shadow .22s ease, color .2s ease, border-color .2s ease;
}

.smd-contact-fab__action:hover {
  color: #007aa3;
  transform: translateX(0);
  border-color: rgba(0,153,204,.2);
  box-shadow: 0 22px 48px rgba(26,35,50,.18), inset 0 1px 0 rgba(255,255,255,.95);
}

.smd-contact-fab__action:visited {
  color: #20252c;
}

.smd-contact-fab__action svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: currentColor;
}

.smd-contact-fab__toggle {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #20d46f 0%, #18bf5f 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37,211,102,.34), 0 0 0 10px rgba(37,211,102,.08);
  cursor: pointer;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, background .22s ease, color .22s ease;
}

.smd-contact-fab__toggle:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 34px rgba(37,211,102,.52), 0 0 0 10px rgba(37,211,102,.08);
}

.smd-contact-fab.is-open .smd-contact-fab__toggle {
  background: #fff;
  color: #24272c;
  box-shadow: 0 18px 44px rgba(26,35,50,.18);
}

.smd-contact-fab__action:focus-visible,
.smd-contact-fab__toggle:focus-visible {
  outline: 3px solid rgba(0,153,204,.28);
  outline-offset: 4px;
}

.smd-contact-fab__icon-close {
  display: none;
}

.smd-contact-fab.is-open .smd-contact-fab__icon-calendar {
  display: none;
}

.smd-contact-fab.is-open .smd-contact-fab__icon-close {
  display: block;
}

@media (max-width: 768px) {
  .smd-contact-fab {
    right: 20px;
    bottom: 20px;
    gap: 12px;
  }

  .smd-contact-fab__toggle {
    width: 52px;
    height: 52px;
  }

  .smd-contact-fab__action {
    min-height: 50px;
    padding: 0 18px;
    gap: 10px;
    font-size: 12px;
  }

  .smd-contact-fab__action svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 480px) {
  .smd-contact-fab__actions {
    max-width: calc(100% - 40px);
  }

  .smd-contact-fab__action {
    max-width: 100%;
    padding: 0 16px;
    font-size: 11px;
  }
}

/* SMD GLOBAL PIXEL LOCK START */
/* LIVE HEADER OVERRIDES START */
:root {
  --header-top-h: 86px !important;
  --header-nav-h: 48px !important;
  --header-h: calc(var(--header-top-h) + var(--header-nav-h)) !important;
}

.site-header.site-header-live {
  position: sticky !important;
  top: 0 !important;
  z-index: 140 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: auto !important;
  background: transparent !important;
  border-bottom: 0 !important;
  overflow: visible !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08) !important;
}

.site-header-live .service-nav-backdrop {
  display: none !important;
}

.site-header-live .site-header-top {
  background: #fff !important;
  border-bottom: 1px solid #e5edf4 !important;
}

.site-header-live .container {
  width: min(1400px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

.site-header-live .site-header-top-inner {
  min-height: var(--header-top-h) !important;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.site-header-live .site-logo {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

.site-header-live .site-logo img {
  display: block !important;
  width: auto !important;
  height: 56px !important;
}

.site-header-live .site-header-info {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  font-family: "Roboto", sans-serif !important;
}

.site-header-live .site-header-info-item,
.site-header-live .site-header-info a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #1a2332 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.site-header-live .site-header-info a:hover {
  color: #0099cc !important;
}

.site-header-live .site-header-info svg {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  fill: #6ec1e4 !important;
  stroke: #6ec1e4 !important;
}

.site-header-live .site-header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
}

.site-header-live .btn-book {
  padding: 13px 28px !important;
  border-radius: 999px !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  background: #62cf67 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

.site-header-live .btn-book:hover {
  background: #57c35c !important;
  box-shadow: 0 8px 20px rgba(98, 207, 103, 0.26) !important;
  transform: translateY(-1px) !important;
}

.site-header-live .icon-btn {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.site-header-live .icon-btn.tg { background: #55acee !important; }
.site-header-live .icon-btn.wa { background: #5ecf69 !important; }

body .home-hero-btn,
body .hero-btn,
body .doc-hero-btn,
body .price-btn,
body .price-card-btn,
body .doc-btn,
body .btn-cta,
body .ceny-book-btn,
body .btn-primary,
body .btn-primary-soft,
body .promo-slide-btn,
body .submit-btn,
body .btn-block,
body .smd-appointment-submit,
body .smd-appointment-success-button,
body .tg-banner-btn-secondary {
  color: #fff !important;
  text-decoration: none !important;
}

body .tg-banner-btn-primary {
  color: #2678b8 !important;
  text-decoration: none !important;
}

body .contacts-map-link,
body .smd-contact-fab__action {
  color: #1a2332 !important;
  text-decoration: none !important;
}

body .doc-card {
  color: #2f3a48 !important;
  text-decoration: none !important;
}

body .anchor-bar {
  position: sticky !important;
  top: var(--header-h) !important;
  z-index: 50 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-top: 0 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  box-shadow: none !important;
}

body .anchor-bar .container {
  width: min(1360px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .anchor-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .anchor-inner::-webkit-scrollbar {
  display: none !important;
}

body .anchor-tab {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 60px !important;
  height: auto !important;
  padding: 18px 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #94a3b8 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  appearance: none !important;
}

body .anchor-tab::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 3px !important;
  background: #0099cc !important;
  border-radius: 2px 2px 0 0 !important;
  transform: scaleX(0) !important;
}

body .anchor-tab.active,
body .anchor-tab:hover {
  color: #1a2332 !important;
  background: transparent !important;
}

body .anchor-tab.active::after {
  transform: scaleX(1) !important;
}

body .slider-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 28px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .slider-dots .dot {
  display: block !important;
  flex: 0 0 auto !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.15) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  appearance: none !important;
}

body .slider-dots .dot.active {
  background: #1a2332 !important;
  transform: scale(1.3) !important;
}

.site-header-live .burger {
  display: none !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 10px !important;
}

.site-header-live .burger span {
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  background: #1a2332 !important;
  border-radius: 999px !important;
}

.site-header-live .service-nav {
  position: sticky !important;
  top: var(--header-top-h) !important;
  z-index: 139 !important;
  width: 100% !important;
  padding: 0 !important;
  background: #0099cc !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  overflow: visible !important;
}

.site-header-live .service-nav .container {
  position: relative !important;
  overflow: visible !important;
}

.site-header-live .service-nav-inner {
  max-width: 1200px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow: visible !important;
}

.site-header-live .service-nav-inner > a,
.site-header-live .service-nav-inner > .service-nav-item {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.site-header-live .service-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  padding: 0 16px !important;
  color: #fff !important;
  background: transparent !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  position: relative !important;
  z-index: 1 !important;
  line-height: 1 !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  border-bottom: 0 !important;
  opacity: 1 !important;
}

.site-header-live .service-nav-link::before {
  display: none !important;
}

.site-header-live .service-nav-link:hover,
.site-header-live .service-nav-item:hover > .service-nav-link {
  background-color: #7fe17d !important;
  opacity: 1 !important;
}

.site-header-live .service-nav-link.active {
  color: #fff !important;
  background: transparent !important;
  font-weight: 600 !important;
  border-bottom: 0 !important;
}

.site-header-live .service-nav-item {
  position: static !important;
  display: flex !important;
  align-items: stretch !important;
  height: 100% !important;
  overflow: visible !important;
}

.site-header-live .nav-dropdown {
  display: block !important;
  position: fixed !important;
  top: var(--header-h) !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 22px clamp(28px, 4vw, 72px) 22px !important;
  background: #fff !important;
  border: 1px solid rgba(18, 46, 78, 0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10), 0 6px 16px rgba(15, 23, 42, 0.04) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: none !important;
  z-index: 170 !important;
}

.site-header-live .nav-dropdown-grid {
  display: grid !important;
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  column-gap: clamp(14px, 1.8vw, 24px) !important;
  row-gap: 12px !important;
  align-items: start !important;
}

.site-header-live .nav-dropdown-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.site-header-live .nav-dropdown a {
  display: inline-block !important;
  width: auto !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  color: #2b3138 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  transition: color 0.15s ease !important;
}

.site-header-live .nav-dropdown a:hover,
.site-header-live .nav-dropdown a:focus,
.site-header-live .nav-dropdown a:active {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #0099cc !important;
}

.site-header-live .service-nav-item:hover .nav-dropdown,
.site-header-live .service-nav-item:focus-within .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.site-header-live .service-nav-item:hover .nav-dropdown {
  display: block !important;
}

.anchor-bar {
  top: var(--header-h) !important;
}

@media (max-width: 1024px) {
  :root {
    --header-top-h: 76px !important;
    --header-nav-h: 0px !important;
    --header-h: var(--header-top-h) !important;
  }

  .site-header.site-header-live {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
  }

  .site-header-live .container {
    width: min(1380px, calc(100% - 40px)) !important;
  }

  .site-header-live .site-header-top-inner {
    min-height: var(--header-top-h) !important;
    gap: 12px !important;
  }

  .site-header-live .site-logo img {
    height: 48px !important;
  }

  .site-header-live .site-header-info {
    display: none !important;
  }

  .site-header-live .btn-book {
    padding: 11px 20px !important;
    font-size: 14px !important;
  }

  .site-header-live .burger {
    display: inline-flex !important;
  }

  .site-header-live .service-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    background: #fff !important;
    border-top: 1px solid #e5edf4 !important;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12) !important;
  }

  .site-header-live .service-nav-backdrop {
    display: none !important;
  }

  .site-header-live .service-nav.nav-open {
    display: block !important;
  }

  .site-header-live .service-nav .container {
    width: 100% !important;
  }

  .site-header-live .service-nav-inner {
    height: auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    padding: 16px 24px 20px !important;
  }

  .site-header-live .service-nav-link {
    width: 100% !important;
    height: auto !important;
    padding: 11px 0 !important;
    color: #1a2332 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    border-bottom: 1px solid #eef3f8 !important;
    border-top: 0 !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  .site-header-live .service-nav-link::before {
    display: none !important;
  }

  .site-header-live .service-nav-link.active {
    border-bottom: 1px solid #eef3f8 !important;
    color: #0099cc !important;
  }

  .site-header-live .service-nav-link:hover {
    color: #0099cc !important;
  }

  .site-header-live .service-nav-item {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .site-header-live .service-nav-item:hover > .service-nav-link {
    color: #0099cc !important;
  }

  .site-header-live .nav-dropdown {
    display: block !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: -2px !important;
    padding: 4px 0 6px 14px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  .site-header-live .nav-dropdown-grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .site-header-live .nav-dropdown-col {
    gap: 0 !important;
  }

  .site-header-live .nav-dropdown a {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important;
    color: #5a6672 !important;
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  :root {
    --header-top-h: 70px !important;
    --header-h: var(--header-top-h) !important;
  }

  .site-header-live .container {
    width: min(1380px, calc(100% - 32px)) !important;
  }

  .site-header-live .site-logo img {
    height: 42px !important;
  }

  .site-header-live .site-header-actions {
    gap: 8px !important;
  }

  .site-header-live .icon-btn {
    width: 38px !important;
    height: 38px !important;
  }

  .site-header-live .btn-book {
    padding: 10px 16px !important;
    font-size: 13px !important;
  }

  .site-header-live .service-nav-inner {
    padding: 14px 18px 18px !important;
  }

  .site-header-live .service-nav-item {
    min-width: 100% !important;
  }

  .site-header-live .service-nav-item > .service-nav-link {
    padding-right: 30px !important;
  }

  .site-header-live .service-nav-item > .service-nav-link::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: translateY(-65%) rotate(45deg) !important;
    transition: transform 0.2s ease !important;
  }

  .site-header-live .service-nav-item.open > .service-nav-link::after {
    transform: translateY(-35%) rotate(225deg) !important;
  }

  .site-header-live .nav-dropdown {
    display: none !important;
    min-width: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 2px 0 8px !important;
  }

  .site-header-live .service-nav-item.open .nav-dropdown {
    display: block !important;
  }

  .site-header-live .nav-dropdown-grid {
    grid-template-columns: 1fr !important;
  }

  .site-header-live .nav-dropdown a {
    width: 100% !important;
    padding: 10px 0 10px 16px !important;
  }
}

@media (max-width: 560px) {
  .site-header-live .btn-book {
    display: none !important;
  }
}

@media (max-width: 480px) {
  :root {
    --header-top-h: 64px !important;
    --header-h: var(--header-top-h) !important;
  }

  .site-header-live .site-logo img {
    height: 38px !important;
  }

  .site-header-live .icon-btn {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (min-width: 1025px) {
  .site-header-live .patients-nav-item {
    position: relative !important;
  }

  .site-header-live .patients-nav-item .nav-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: auto !important;
    min-width: 250px !important;
    max-width: 290px !important;
    padding: 10px 16px !important;
    border-radius: 0 0 12px 12px !important;
  }

  .site-header-live .patients-nav-item .nav-dropdown-grid {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }

  .site-header-live .patients-nav-item .nav-dropdown-col {
    display: block !important;
  }

  .site-header-live .patients-nav-item .nav-dropdown a {
    display: block !important;
    white-space: nowrap !important;
    padding: 7px 0 !important;
  }
}
/* LIVE HEADER OVERRIDES END */
/* SMD SHARED FOOTER START */
.smd-footer-side-wrap {
  position: relative !important;
  z-index: 2 !important;
  background: #fafbfc !important;
  padding: 40px 0 48px !important;
}
.smd-footer-side-wrap .container {
  width: min(1400px, calc(100% - 48px)) !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.smd-footer-side-wrap .smd-footer-side {
  display: grid !important;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr) !important;
  gap: 22px !important;
  align-items: stretch !important;
}
.smd-footer-side-wrap .footer-loyalty {
  margin: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 24px !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at 18% 0%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #123d5c 0%, #0f2f49 50%, #102739 100%) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 22px 46px rgba(15,48,74,.22) !important;
}
.smd-footer-side-wrap .footer-loyalty::before,
.smd-footer-side-wrap .footer-loyalty::after {
  content: "" !important;
  position: absolute !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}
.smd-footer-side-wrap .footer-loyalty::before {
  width: 220px !important;
  height: 220px !important;
  right: -98px !important;
  top: -122px !important;
  background: rgba(86,169,222,.28) !important;
}
.smd-footer-side-wrap .footer-loyalty::after {
  width: 180px !important;
  height: 180px !important;
  left: -86px !important;
  bottom: -94px !important;
  background: rgba(37,211,102,.16) !important;
}
.smd-footer-side-wrap .footer-loyalty-top {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}
.smd-footer-side-wrap .footer-loyalty-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08)) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 22px rgba(0,0,0,.16) !important;
}
.smd-footer-side-wrap .footer-loyalty-title {
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
.smd-footer-side-wrap .footer-loyalty-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 4px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(86,169,222,.22) !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
}
.smd-footer-side-wrap .footer-loyalty-text {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 0 18px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}
.smd-footer-side-wrap .footer-loyalty-link {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff 0%, #eef8fc 100%) !important;
  color: #0f77a3 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 24px rgba(0,0,0,.16) !important;
  text-decoration: none !important;
}
.smd-footer-side-wrap .footer-loyalty-link:hover { background: rgba(255,255,255,.92) !important; }
.smd-footer-side-wrap .footer-loyalty-card {
  position: relative !important;
  z-index: 1 !important;
  margin: 16px 0 18px !important;
  min-height: 126px !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: radial-gradient(circle at 18% 12%, rgba(255,255,255,.24), rgba(255,255,255,0) 34%),
    linear-gradient(135deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,.07) 100%) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 16px 30px rgba(0,0,0,.14) !important;
}
.smd-footer-side-wrap .footer-loyalty-card-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
}
.smd-footer-side-wrap .footer-loyalty-chip {
  width: 42px !important;
  height: 30px !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #f0c45a 0%, #fff0aa 48%, #b68120 100%) !important;
  box-shadow: inset 0 0 0 1px rgba(80,55,10,.18) !important;
}
.smd-footer-side-wrap .footer-loyalty-percent {
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  font-variant-numeric: tabular-nums !important;
}
.smd-footer-side-wrap .footer-loyalty-card-line {
  width: 78% !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.22) !important;
  box-shadow: 56px 16px 0 rgba(255,255,255,.14) !important;
}
.smd-footer-side-wrap .svc-map-card {
  position: relative !important;
  min-height: 300px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #e6f7fc !important;
  border: 1px solid rgba(0,153,204,.16) !important;
  box-shadow: 0 18px 44px rgba(15, 48, 74, 0.12) !important;
}
.smd-footer-side-wrap .svc-map-card iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 300px !important;
  display: block !important;
  border: 0 !important;
  filter: saturate(.96) !important;
}
.smd-footer-side-wrap .svc-map-info {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 12px 28px rgba(15,48,74,.14) !important;
  backdrop-filter: blur(10px) !important;
}
.smd-footer-side-wrap .svc-map-title {
  color: #1a2332 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
.smd-footer-side-wrap .svc-map-address {
  margin-top: 3px !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}
.smd-footer-side-wrap .svc-map-route {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  min-height: 40px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #0099cc !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
.site-footer {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #1a2332 !important;
  color: #fff !important;
  padding: 0 !important;
}
.site-footer .footer-main { padding: 46px 0 52px !important; }
.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.05fr) repeat(3, minmax(180px, .8fr)) minmax(260px, 1.05fr) !important;
  gap: 34px !important;
  align-items: start !important;
}
.site-footer .footer-brand { min-width: 0 !important; }
.site-footer .footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  text-decoration: none !important;
}
.site-footer .footer-logo img {
  height: 50px !important;
  width: auto !important;
  display: block !important;
  filter: brightness(0) invert(1) !important;
}
.site-footer .footer-logo-mark {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.site-footer .footer-contact-list,
.site-footer .footer-links,
.site-footer .footer-promos {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.site-footer .footer-contact-list > li > a,
.site-footer .footer-contact-list > li > span {
  display: inline-flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.site-footer .footer-contact-list a:hover { color: #0099cc !important; }
.site-footer .footer-contact-list svg {
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  margin-top: 2px !important;
  fill: #56a9de !important;
}
.site-footer .footer-col-title {
  margin: 0 0 15px !important;
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.site-footer .footer-links a,
.site-footer .footer-promos span {
  display: block !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}
.site-footer .footer-links a:hover { color: #56a9de !important; }
.site-footer .footer-social-links {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}
.site-footer .footer-social-links .icon-btn {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform .2s, opacity .2s !important;
}
.site-footer .footer-social-links .icon-btn:hover {
  transform: translateY(-2px) !important;
  opacity: .92 !important;
}
.site-footer .footer-social-links .icon-btn.phone { background: #56a9de !important; }
.site-footer .footer-social-links .icon-btn.tg { background: #229ED9 !important; }
.site-footer .footer-social-links .icon-btn.wa { background: #25D366 !important; }
.site-footer .footer-social-links .icon-btn.ig {
  background: radial-gradient(circle at 32% 106%, #fdf497 0%, #fdf497 9%, #fd5949 38%, #d6249f 63%, #285AEB 100%) !important;
}
.site-footer .footer-bottom {
  background: #111827 !important;
  color: rgba(255,255,255,.74) !important;
  padding: 18px 0 !important;
  border-top: 0 !important;
  margin-top: 0 !important;
}
.site-footer .footer-bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}
.site-footer .footer-copy {
  font-size: 13px !important;
  font-weight: 600 !important;
}
@media (max-width: 1200px) {
  .smd-footer-side-wrap .smd-footer-side {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .site-footer .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
  }
  .site-footer .footer-brand { grid-column: span 3 !important; }
}
@media (max-width: 768px) {
  .smd-footer-side-wrap {
    padding: 32px 0 40px !important;
  }
  .smd-footer-side-wrap .container {
    width: calc(100% - 32px) !important;
  }
  .smd-footer-side-wrap .svc-map-card { border-radius: 20px !important; }
  .smd-footer-side-wrap .svc-map-info {
    position: static !important;
    align-items: stretch !important;
    flex-direction: column !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .smd-footer-side-wrap .svc-map-route { width: 100% !important; }
  .site-footer .footer-main { padding: 40px 0 44px !important; }
  .site-footer .footer-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .site-footer .footer-brand { grid-column: auto !important; }
  .site-footer .footer-col-title { font-size: 20px !important; margin-bottom: 14px !important; }
  .site-footer .footer-bottom-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .site-footer .footer-copy { font-size: 12px !important; }
}
@media (max-width: 480px) {
  .smd-footer-side-wrap .footer-loyalty { padding: 20px !important; }
  .smd-footer-side-wrap .footer-loyalty-percent { font-size: 20px !important; }
  .smd-footer-side-wrap .svc-map-card,
  .smd-footer-side-wrap .svc-map-card iframe { min-height: 280px !important; }
}
/* SMD SHARED FOOTER END */
/* SMD GLOBAL PIXEL LOCK END */

/* SMD QA FIXES 2026-05-08 START */
body .doctors-toolbar {
  z-index: 140 !important;
  overflow: visible !important;
}

body .doctors-search {
  position: relative !important;
}

body .doctors-search-icon {
  left: 18px !important;
  z-index: 2 !important;
  color: #94a3b8 !important;
  opacity: 1 !important;
}

body .doctors-search-input {
  padding-left: 56px !important;
  background: #fff !important;
  border: 1px solid #dfe7ee !important;
  color: #1a2332 !important;
  box-shadow: none !important;
}

body .doctors-search-input::placeholder {
  color: #9aa6b6 !important;
  opacity: 1 !important;
}

body .doctors-select {
  z-index: 10 !important;
}

body .doctors-select.is-open {
  z-index: 220 !important;
}

body .doctors-select-trigger {
  background: #fff !important;
  border: 1px solid #dfe7ee !important;
  color: #1a2332 !important;
  box-shadow: none !important;
}

body .doctors-select.is-open .doctors-select-trigger,
body .doctors-select-trigger:focus {
  background: #fff !important;
  border-color: #0099cc !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 204, .10) !important;
}

body .doctors-select-dropdown {
  background: #fff !important;
  border: 1px solid #dfe7ee !important;
  border-top: 0 !important;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .12) !important;
}

body .doctors-select-option {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  color: #1a2332 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

body .doctors-select-option:hover,
body .doctors-select-option:focus {
  background: #f0f9ff !important;
  color: #007aa3 !important;
}

body .doctors-select-option.is-selected {
  background: #eaf7ff !important;
  color: #007aa3 !important;
}

body .faq-item {
  background: #fff !important;
  border: 1px solid #e5edf4 !important;
  border-radius: 16px !important;
  margin: 0 0 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05) !important;
  overflow: hidden !important;
  transform: none !important;
}

body .faq-item:hover {
  background: #fff !important;
  border-color: #d9e5ee !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08) !important;
  transform: none !important;
}

body .faq-item.open {
  background: #fff !important;
  border-color: rgba(0, 153, 204, .28) !important;
  box-shadow: 0 14px 32px rgba(0, 153, 204, .12) !important;
}

body .faq-question,
body .faq-q {
  width: 100% !important;
  min-height: 0 !important;
  padding: 24px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #1a2332 !important;
  box-shadow: none !important;
  text-align: left !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

body .faq-question:hover,
body .faq-question:focus,
body .faq-q:hover,
body .faq-q:focus {
  background: #f8fbfd !important;
  color: #1a2332 !important;
  opacity: 1 !important;
}

body .faq-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 50% !important;
  background: #f0f9ff !important;
  border: 1px solid #dfeaf2 !important;
  color: #0099cc !important;
  box-shadow: none !important;
}

body .faq-item.open .faq-icon {
  background: #0099cc !important;
  border-color: #0099cc !important;
  color: #fff !important;
}

body .faq-answer,
body .faq-a {
  background: #fff !important;
  color: #64748b !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body .faq-item.open .faq-answer,
body .faq-item.open .faq-a {
  max-height: 900px !important;
}

body .faq-answer-inner,
body .faq-a-inner {
  color: #64748b !important;
}

body .loyalty-hero .btn-outline {
  background: #fff !important;
  border: 2px solid #0099cc !important;
  color: #007aa3 !important;
  box-shadow: none !important;
}

body .loyalty-hero .btn-outline:hover,
body .loyalty-hero .btn-outline:focus {
  background: #e6f7fc !important;
  border-color: #0099cc !important;
  color: #007aa3 !important;
  box-shadow: 0 8px 18px rgba(0, 153, 204, .14) !important;
  transform: translateY(-1px) !important;
}

body .smd-contact-fab__action,
body .smd-contact-fab__action:visited {
  background: linear-gradient(135deg, #22d66f 0%, #18bf5f 100%) !important;
  border-color: rgba(255, 255, 255, .88) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 16px 36px rgba(24, 191, 95, .28) !important;
}

body .smd-contact-fab__action:hover,
body .smd-contact-fab__action:focus {
  background: linear-gradient(135deg, #1fc867 0%, #14ad52 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 42px rgba(24, 191, 95, .36) !important;
}

body .smd-contact-fab__action span,
body .smd-contact-fab__action svg,
body .smd-contact-fab__action path {
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 768px) {
  body .anchor-inner {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body .anchor-tab {
    min-height: 52px !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
  }

  body .doctors-search-input {
    padding-left: 52px !important;
  }

  body .doctors-select-dropdown {
    max-height: min(320px, 58vh) !important;
  }

  body .faq-question,
  body .faq-q {
    padding: 20px 18px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 480px) {
  body .smd-contact-fab {
    right: 16px !important;
    bottom: 16px !important;
  }

  body .smd-contact-fab__actions {
    max-width: calc(100% - 32px) !important;
  }

  body .smd-contact-fab__action {
    min-height: 48px !important;
    padding: 0 14px !important;
    gap: 9px !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }
}
/* SMD QA FIXES 2026-05-08 END */

/* SMD MOBILE UX PASS 2026-05-08 START */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  body img,
  body video,
  body iframe,
  body canvas,
  body svg {
    max-width: 100% !important;
  }

  body .container,
  body .smd-static-container,
  body .section .container,
  body .hero .container,
  body .service-section .container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }

  body .home-hero,
  body .hero,
  body .service-hero,
  body .doc-hero,
  body .loyalty-hero {
    min-height: 0 !important;
  }

  body .home-hero-grid,
  body .hero-grid,
  body .service-hero-inner,
  body .doc-hero-inner,
  body .loyalty-hero,
  body .cabinet-grid,
  body .steps,
  body .cards-grid,
  body .features-grid,
  body .services-grid,
  body .doctors-grid,
  body .price-grid,
  body .prices-grid,
  body .promo-grid,
  body .footer-grid,
  body .smd-footer-side {
    grid-template-columns: 1fr !important;
  }

  body .section,
  body .service-section,
  body .smd-static-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  body .breadcrumbs-bar .container,
  body .anchor-inner,
  body .price-pills,
  body .chips-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  body .breadcrumbs-bar .container::-webkit-scrollbar,
  body .anchor-inner::-webkit-scrollbar,
  body .price-pills::-webkit-scrollbar,
  body .chips-wrap::-webkit-scrollbar {
    display: none !important;
  }

  body table,
  body .price-table,
  body .price-list,
  body .loyalty-history,
  body #loyalty-history {
    max-width: 100% !important;
    overflow-x: auto !important;
  }

  body .modal,
  body .smd-appointment-dialog,
  body .auth-card {
    width: min(100%, calc(100% - 24px)) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: max(86px, calc(env(safe-area-inset-bottom) + 74px)) !important;
  }

  body .home-hero h1,
  body .hero h1,
  body .service-hero h1,
  body .doc-hero h1,
  body .loyalty-hero h1 {
    font-size: 30px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body .home-hero p,
  body .hero p,
  body .service-hero p,
  body .doc-hero p,
  body .loyalty-hero .lead {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body .btn,
  body .btn-primary,
  body .btn-outline,
  body .home-hero-btn,
  body .hero-btn,
  body .doc-hero-btn,
  body .price-btn,
  body .price-card-btn,
  body .doc-btn,
  body .btn-cta,
  body .ceny-book-btn,
  body .submit-btn,
  body .btn-block {
    min-height: 48px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body .loyalty-hero .actions,
  body .hero-actions,
  body .home-hero-actions,
  body .doc-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body .loyalty-hero .actions > a,
  body .hero-actions > a,
  body .home-hero-actions > a,
  body .doc-hero-actions > a {
    width: 100% !important;
  }

  body .smd-contact-fab {
    left: 10px !important;
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    z-index: 1600 !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  body .smd-contact-fab__toggle {
    display: none !important;
  }

  body .smd-contact-fab__actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body .smd-contact-fab__action {
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 0 10px !important;
    border-radius: 14px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    text-align: center !important;
    white-space: normal !important;
    box-shadow: 0 10px 24px rgba(24, 191, 95, .32) !important;
  }

  body .smd-contact-fab__action:nth-child(n+3) {
    display: none !important;
  }

  body .smd-contact-fab__action svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 380px) {
  body .smd-contact-fab__action {
    font-size: 11px !important;
    gap: 6px !important;
  }

  body .smd-contact-fab__action svg {
    width: 18px !important;
    height: 18px !important;
  }
}
/* SMD MOBILE UX PASS 2026-05-08 END */

/* SMD PIXEL HEADER FOOTER LOCK START */
/* LIVE HEADER OVERRIDES START */
:root {
  --header-top-h: 86px;
  --header-nav-h: 48px;
  --header-h: calc(var(--header-top-h) + var(--header-nav-h));
}

.site-header.site-header-live {
  position: sticky;
  top: 0;
  z-index: 140;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: auto !important;
  background: transparent;
  border-bottom: 0;
  overflow: visible;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.site-header-live .service-nav-backdrop {
  display: none !important;
}

.site-header-live .site-header-top {
  background: #fff;
  border-bottom: 1px solid #e5edf4;
}

.site-header-live .container {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header-live .site-header-top-inner {
  min-height: var(--header-top-h);
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header-live .site-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-header-live .site-logo img {
  display: block;
  width: auto;
  height: 56px;
}

.site-header-live .site-header-info {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  font-family: "Roboto", sans-serif;
}

.site-header-live .site-header-info-item,
.site-header-live .site-header-info a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1a2332;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.site-header-live .site-header-info a:hover {
  color: #0099cc;
}

.site-header-live .site-header-info svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #6ec1e4;
  stroke: #6ec1e4;
}

.site-header-live .site-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

.site-header-live .btn-book {
  padding: 13px 28px;
  border-radius: 999px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: #62cf67;
  color: #fff !important;
  box-shadow: none;
  transform: none;
}

.site-header-live .btn-book:hover {
  background: #57c35c;
  box-shadow: 0 8px 20px rgba(98, 207, 103, 0.26);
  transform: translateY(-1px);
}

.site-header-live .icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.site-header-live .icon-btn.tg { background: #55acee; }
.site-header-live .icon-btn.wa { background: #5ecf69; }

body .home-hero-btn,
body .hero-btn,
body .doc-hero-btn,
body .price-btn,
body .price-card-btn,
body .doc-btn,
body .btn-cta,
body .ceny-book-btn,
body .btn-primary,
body .btn-primary-soft,
body .promo-slide-btn,
body .submit-btn,
body .btn-block,
body .smd-appointment-submit,
body .smd-appointment-success-button,
body .tg-banner-btn-secondary {
  color: #fff !important;
  text-decoration: none !important;
}

body .tg-banner-btn-primary {
  color: #2678b8 !important;
  text-decoration: none !important;
}

body .contacts-map-link,
body .smd-contact-fab__action {
  color: #1a2332 !important;
  text-decoration: none !important;
}

body .doc-card {
  color: #2f3a48 !important;
  text-decoration: none !important;
}

body .anchor-bar {
  position: sticky !important;
  top: var(--header-h) !important;
  z-index: 50 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-top: 0 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  box-shadow: none !important;
}

body .anchor-bar .container {
  width: min(1360px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .anchor-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body .anchor-inner::-webkit-scrollbar {
  display: none !important;
}

body .anchor-tab {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 60px !important;
  height: auto !important;
  padding: 18px 32px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #94a3b8 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  appearance: none !important;
}

body .anchor-tab::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 3px !important;
  background: #0099cc !important;
  border-radius: 2px 2px 0 0 !important;
  transform: scaleX(0) !important;
}

body .anchor-tab.active,
body .anchor-tab:hover {
  color: #1a2332 !important;
  background: transparent !important;
}

body .anchor-tab.active::after {
  transform: scaleX(1) !important;
}

body .slider-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 28px !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body .slider-dots .dot {
  display: block !important;
  flex: 0 0 auto !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.15) !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  appearance: none !important;
}

body .slider-dots .dot.active {
  background: #1a2332 !important;
  transform: scale(1.3) !important;
}

.site-header-live .burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 0;
  background: none;
  border-radius: 10px;
}

.site-header-live .burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a2332;
  border-radius: 999px;
}

.site-header-live .service-nav {
  position: sticky;
  top: var(--header-top-h);
  z-index: 139;
  width: 100%;
  padding: 0;
  background: #0099cc;
  border-top: 0;
  border-bottom: 0;
  overflow: visible;
}

.site-header-live .service-nav .container {
  position: relative;
  overflow: visible;
}

.site-header-live .service-nav-inner {
  max-width: 1200px;
  margin: 0;
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  overflow: visible;
}

.site-header-live .service-nav-inner > a,
.site-header-live .service-nav-inner > .service-nav-item {
  flex: 0 0 auto;
  min-width: 0;
}

.site-header-live .service-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: color 0.2s ease, background-color 0.2s ease;
  border-bottom: 0;
  opacity: 1;
}

.site-header-live .service-nav-link::before {
  display: none;
}

.site-header-live .service-nav-link:hover,
.site-header-live .service-nav-item:hover > .service-nav-link {
  background-color: #7fe17d !important;
  opacity: 1 !important;
}

.site-header-live .service-nav-link.active {
  color: #fff;
  background: transparent;
  font-weight: 600;
  border-bottom: 0;
}

.site-header-live .service-nav-item {
  position: static;
  display: flex;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}

.site-header-live .nav-dropdown {
  display: block;
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 22px clamp(28px, 4vw, 72px) 22px;
  background: #fff;
  border: 1px solid rgba(18, 46, 78, 0.08);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10), 0 6px 16px rgba(15, 23, 42, 0.04);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: none;
  z-index: 170;
}

.site-header-live .nav-dropdown-grid {
  display: grid;
  width: min(1320px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(14px, 1.8vw, 24px);
  row-gap: 12px;
  align-items: start;
}

.site-header-live .nav-dropdown-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.site-header-live .nav-dropdown a {
  display: inline-block;
  width: auto;
  padding: 5px 0;
  margin: 0;
  color: #2b3138;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.35;
  white-space: normal;
  transition: color 0.15s ease;
}

.site-header-live .nav-dropdown a:hover,
.site-header-live .nav-dropdown a:focus,
.site-header-live .nav-dropdown a:active {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #0099cc;
}

.site-header-live .service-nav-item:hover .nav-dropdown,
.site-header-live .service-nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.site-header-live .service-nav-item:hover .nav-dropdown {
  display: block;
}

.anchor-bar {
  top: var(--header-h);
}

@media (max-width: 1024px) {
  :root {
    --header-top-h: 76px;
    --header-nav-h: 0px;
    --header-h: var(--header-top-h);
  }

  .site-header.site-header-live {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  .site-header-live .container {
    width: min(1380px, calc(100% - 40px));
  }

  .site-header-live .site-header-top-inner {
    min-height: var(--header-top-h);
    gap: 12px;
  }

  .site-header-live .site-logo img {
    height: 48px;
  }

  .site-header-live .site-header-info {
    display: none;
  }

  .site-header-live .btn-book {
    padding: 11px 20px;
    font-size: 14px;
  }

  .site-header-live .burger {
    display: inline-flex;
  }

  .site-header-live .service-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border-top: 1px solid #e5edf4;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
  }

  .site-header-live .service-nav-backdrop {
    display: none;
  }

  .site-header-live .service-nav.nav-open {
    display: block;
  }

  .site-header-live .service-nav .container {
    width: 100%;
  }

  .site-header-live .service-nav-inner {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 24px 20px;
  }

  .site-header-live .service-nav-link {
    width: 100%;
    height: auto;
    padding: 11px 0;
    color: #1a2332;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #eef3f8;
    border-top: 0;
    justify-content: flex-start;
    overflow: visible;
  }

  .site-header-live .service-nav-link::before {
    display: none;
  }

  .site-header-live .service-nav-link.active {
    border-bottom: 1px solid #eef3f8;
    color: #0099cc;
  }

  .site-header-live .service-nav-link:hover {
    color: #0099cc;
  }

  .site-header-live .service-nav-item {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header-live .service-nav-item:hover > .service-nav-link {
    color: #0099cc;
  }

  .site-header-live .nav-dropdown {
    display: block;
    position: static;
    left: auto;
    right: auto;
    min-width: 0;
    width: 100%;
    max-width: none;
    margin-top: -2px;
    padding: 4px 0 6px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .site-header-live .nav-dropdown-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }

  .site-header-live .nav-dropdown-col {
    gap: 0;
  }

  .site-header-live .nav-dropdown a {
    display: block;
    width: 100%;
    padding: 8px 0;
    color: #5a6672;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-top-h: 70px;
    --header-h: var(--header-top-h);
  }

  .site-header-live .container {
    width: min(1380px, calc(100% - 32px));
  }

  .site-header-live .site-logo img {
    height: 42px;
  }

  .site-header-live .site-header-actions {
    gap: 8px;
  }

  .site-header-live .icon-btn {
    width: 38px;
    height: 38px;
  }

  .site-header-live .btn-book {
    padding: 10px 16px;
    font-size: 13px;
  }

  .site-header-live .service-nav-inner {
    padding: 14px 18px 18px;
  }

  .site-header-live .service-nav-item {
    min-width: 100%;
  }

  .site-header-live .service-nav-item > .service-nav-link {
    padding-right: 30px;
  }

  .site-header-live .service-nav-item > .service-nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .site-header-live .service-nav-item.open > .service-nav-link::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .site-header-live .nav-dropdown {
    display: none;
    min-width: 100%;
    width: 100%;
    margin-top: 0;
    padding: 2px 0 8px;
  }

  .site-header-live .service-nav-item.open .nav-dropdown {
    display: block;
  }

  .site-header-live .nav-dropdown-grid {
    grid-template-columns: 1fr;
  }

  .site-header-live .nav-dropdown a {
    width: 100%;
    padding: 10px 0 10px 16px;
  }
}

@media (max-width: 560px) {
  .site-header-live .btn-book {
    display: none;
  }
}

@media (max-width: 480px) {
  :root {
    --header-top-h: 64px;
    --header-h: var(--header-top-h);
  }

  .site-header-live .site-logo img {
    height: 38px;
  }

  .site-header-live .icon-btn {
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1025px) {
  .site-header-live .patients-nav-item {
    position: relative;
  }

  .site-header-live .patients-nav-item .nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: auto;
    min-width: 250px;
    max-width: 290px;
    padding: 10px 16px;
    border-radius: 0 0 12px 12px;
  }

  .site-header-live .patients-nav-item .nav-dropdown-grid {
    display: block;
    width: auto;
    margin: 0;
  }

  .site-header-live .patients-nav-item .nav-dropdown-col {
    display: block;
  }

  .site-header-live .patients-nav-item .nav-dropdown a {
    display: block;
    white-space: nowrap;
    padding: 7px 0;
  }
}
/* LIVE HEADER OVERRIDES END */
/* SMD SHARED FOOTER START */
.smd-footer-side-wrap {
  position: relative;
  z-index: 2;
  background: #fafbfc;
  padding: 40px 0 48px;
}
.smd-footer-side-wrap .container {
  width: min(1400px, calc(100% - 48px));
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.smd-footer-side-wrap .smd-footer-side {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: 22px;
  align-items: stretch;
}
.smd-footer-side-wrap .footer-loyalty {
  margin: 0;
  min-height: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #123d5c 0%, #0f2f49 50%, #102739 100%);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 22px 46px rgba(15,48,74,.22);
}
.smd-footer-side-wrap .footer-loyalty::before,
.smd-footer-side-wrap .footer-loyalty::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.smd-footer-side-wrap .footer-loyalty::before {
  width: 220px;
  height: 220px;
  right: -98px;
  top: -122px;
  background: rgba(86,169,222,.28);
}
.smd-footer-side-wrap .footer-loyalty::after {
  width: 180px;
  height: 180px;
  left: -86px;
  bottom: -94px;
  background: rgba(37,211,102,.16);
}
.smd-footer-side-wrap .footer-loyalty-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.smd-footer-side-wrap .footer-loyalty-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 22px rgba(0,0,0,.16);
}
.smd-footer-side-wrap .footer-loyalty-title {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}
.smd-footer-side-wrap .footer-loyalty-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(86,169,222,.22);
  color: rgba(255,255,255,.9);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.smd-footer-side-wrap .footer-loyalty-text {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.smd-footer-side-wrap .footer-loyalty-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff 0%, #eef8fc 100%);
  color: #0f77a3 !important;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
  text-decoration: none;
}
.smd-footer-side-wrap .footer-loyalty-link:hover { background: rgba(255,255,255,.92); }
.smd-footer-side-wrap .footer-loyalty-card {
  position: relative;
  z-index: 1;
  margin: 16px 0 18px;
  min-height: 126px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.24), rgba(255,255,255,0) 34%),
    linear-gradient(135deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,.07) 100%);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 16px 30px rgba(0,0,0,.14);
}
.smd-footer-side-wrap .footer-loyalty-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.smd-footer-side-wrap .footer-loyalty-chip {
  width: 42px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #f0c45a 0%, #fff0aa 48%, #b68120 100%);
  box-shadow: inset 0 0 0 1px rgba(80,55,10,.18);
}
.smd-footer-side-wrap .footer-loyalty-percent {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.smd-footer-side-wrap .footer-loyalty-card-line {
  width: 78%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  box-shadow: 56px 16px 0 rgba(255,255,255,.14);
}
.smd-footer-side-wrap .svc-map-card {
  position: relative;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #e6f7fc;
  border: 1px solid rgba(0,153,204,.16);
  box-shadow: 0 18px 44px rgba(15, 48, 74, 0.12);
}
.smd-footer-side-wrap .svc-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  border: 0;
  filter: saturate(.96);
}
.smd-footer-side-wrap .svc-map-info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(15,48,74,.14);
  backdrop-filter: blur(10px);
}
.smd-footer-side-wrap .svc-map-title {
  color: #1a2332;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}
.smd-footer-side-wrap .svc-map-address {
  margin-top: 3px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}
.smd-footer-side-wrap .svc-map-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #0099cc;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}
.site-footer {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #1a2332;
  color: #fff;
  padding: 0;
}
.site-footer .footer-main { padding: 46px 0 52px; }
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) repeat(3, minmax(180px, .8fr)) minmax(260px, 1.05fr);
  gap: 34px;
  align-items: start;
}
.site-footer .footer-brand { min-width: 0; }
.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
}
.site-footer .footer-logo img {
  height: 50px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.site-footer .footer-logo-mark {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.site-footer .footer-contact-list,
.site-footer .footer-links,
.site-footer .footer-promos {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-contact-list > li > a,
.site-footer .footer-contact-list > li > span {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  text-decoration: none;
}
.site-footer .footer-contact-list a:hover { color: #0099cc; }
.site-footer .footer-contact-list svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
  fill: #56a9de;
}
.site-footer .footer-col-title {
  margin: 0 0 15px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.site-footer .footer-links a,
.site-footer .footer-promos span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  text-decoration: none;
}
.site-footer .footer-links a:hover { color: #56a9de; }
.site-footer .footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.site-footer .footer-social-links .icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}
.site-footer .footer-social-links .icon-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}
.site-footer .footer-social-links .icon-btn.phone { background: #56a9de; }
.site-footer .footer-social-links .icon-btn.tg { background: #229ED9; }
.site-footer .footer-social-links .icon-btn.wa { background: #25D366; }
.site-footer .footer-social-links .icon-btn.ig {
  background: radial-gradient(circle at 32% 106%, #fdf497 0%, #fdf497 9%, #fd5949 38%, #d6249f 63%, #285AEB 100%);
}
.site-footer .footer-bottom {
  background: #111827;
  color: rgba(255,255,255,.74);
  padding: 18px 0;
  border-top: 0;
  margin-top: 0;
}
.site-footer .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer .footer-copy {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .smd-footer-side-wrap .smd-footer-side {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .site-footer .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }
  .site-footer .footer-brand { grid-column: span 3; }
}
@media (max-width: 768px) {
  .smd-footer-side-wrap {
    padding: 32px 0 40px;
  }
  .smd-footer-side-wrap .container {
    width: calc(100% - 32px);
  }
  .smd-footer-side-wrap .svc-map-card { border-radius: 20px; }
  .smd-footer-side-wrap .svc-map-info {
    position: static;
    align-items: stretch;
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
  }
  .smd-footer-side-wrap .svc-map-route { width: 100%; }
  .site-footer .footer-main { padding: 40px 0 44px; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .site-footer .footer-brand { grid-column: auto; }
  .site-footer .footer-col-title { font-size: 20px; margin-bottom: 14px; }
  .site-footer .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .site-footer .footer-copy { font-size: 12px; }
}
@media (max-width: 480px) {
  .smd-footer-side-wrap .footer-loyalty { padding: 20px; }
  .smd-footer-side-wrap .footer-loyalty-percent { font-size: 20px; }
  .smd-footer-side-wrap .svc-map-card,
  .smd-footer-side-wrap .svc-map-card iframe { min-height: 280px; }
}
/* SMD SHARED FOOTER END */
/* SMD PIXEL HEADER FOOTER LOCK END */

/* WordPress preview integration */
.site-header-live .service-nav-inner > .smd-home-wp-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-header-live .smd-home-wp-menu > li {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header-live .smd-home-wp-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  position: relative;
}
.site-header-live .smd-home-wp-menu > li > a:hover,
.site-header-live .smd-home-wp-menu > li:hover > a,
.site-header-live .smd-home-wp-menu > li:focus-within > a {
  background: rgba(255,255,255,.14);
  color: #fff;
}
.site-header-live .smd-home-wp-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 150;
  min-width: 250px;
  margin: 0;
  padding: 16px 18px;
  list-style: none;
  border: 1px solid #dfeaf2;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 48, 74, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.site-header-live .smd-home-wp-menu li:hover > .sub-menu,
.site-header-live .smd-home-wp-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.site-header-live .smd-home-wp-menu .sub-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header-live .smd-home-wp-menu .sub-menu a {
  display: block;
  padding: 8px 0;
  color: #1a2332;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.site-header-live .smd-home-wp-menu .sub-menu a:hover,
.site-header-live .smd-home-wp-menu .sub-menu a:focus {
  color: #0099cc;
}
@media (max-width: 1024px) {
  .site-header-live .service-nav-inner > .smd-home-wp-menu {
    flex-direction: column;
    align-items: stretch;
  }
  .site-header-live .smd-home-wp-menu > li > a {
    width: 100%;
    justify-content: flex-start;
  }
  .site-header-live .smd-home-wp-menu .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    padding: 0 0 10px 16px;
    background: transparent;
  }
  .site-header-live .smd-home-wp-menu li.open > .sub-menu,
  .site-header-live .smd-home-wp-menu li:focus-within > .sub-menu {
    display: block;
  }
  .site-header-live .smd-home-wp-menu .sub-menu a {
    color: #fff;
    opacity: .92;
  }
}
@media (max-width: 768px) {
  .home-hero,
  .home-hero-slide,
  .home-hero-bg,
  .home-hero-overlay,
  .home-hero-content {
    width: 100%;
    max-width: 100%;
  }
}

/* SMD preview home final tuning */
body.smd-redesign-index-body {
  overflow-x: hidden;
}

body.smd-redesign-index-body .site-header.site-header-live {
  box-shadow: 0 10px 30px rgba(15, 43, 68, 0.08);
}

body.smd-redesign-index-body .site-header-live .site-header-top-inner {
  min-height: 82px;
}

body.smd-redesign-index-body .site-header-live .site-logo img {
  height: 54px;
}

body.smd-redesign-index-body .site-header-live .site-header-info {
  justify-content: center;
  gap: 18px;
}

body.smd-redesign-index-body .site-header-live .site-header-info-item,
body.smd-redesign-index-body .site-header-live .site-header-info a {
  font-size: 14px;
  font-weight: 600;
  color: #1d2b3a;
}

body.smd-redesign-index-body .site-header-live .service-nav {
  background: #0099cc;
}

body.smd-redesign-index-body .site-header-live .service-nav-inner {
  max-width: none;
  width: 100%;
  justify-content: flex-start;
}

body.smd-redesign-index-body .site-header-live .service-nav-link,
body.smd-redesign-index-body .site-header-live .smd-home-wp-menu > li > a {
  height: 48px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

body.smd-redesign-index-body .site-header-live .service-nav-link:hover,
body.smd-redesign-index-body .site-header-live .service-nav-item:hover > .service-nav-link,
body.smd-redesign-index-body .site-header-live .smd-home-wp-menu > li > a:hover,
body.smd-redesign-index-body .site-header-live .smd-home-wp-menu > li:hover > a {
  background: rgba(255, 255, 255, 0.16);
}

body.smd-redesign-index-body .site-header-live .btn-book,
body.smd-redesign-index-body .home-hero-btn,
body.smd-redesign-index-body .home-about-btn,
body.smd-redesign-index-body .btn-primary-soft,
body.smd-redesign-index-body .promo-slide-btn,
body.smd-redesign-index-body .feedback-form-submit,
body.smd-redesign-index-body .tg-banner-btn-primary {
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #62cf67 0%, #49bd50 100%);
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 26px rgba(73, 189, 80, 0.24);
  transform: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

body.smd-redesign-index-body .site-header-live .btn-book:hover,
body.smd-redesign-index-body .home-hero-btn:hover,
body.smd-redesign-index-body .home-about-btn:hover,
body.smd-redesign-index-body .btn-primary-soft:hover,
body.smd-redesign-index-body .promo-slide-btn:hover,
body.smd-redesign-index-body .feedback-form-submit:hover,
body.smd-redesign-index-body .tg-banner-btn-primary:hover {
  background: linear-gradient(135deg, #58c95e 0%, #3eaf45 100%);
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(73, 189, 80, 0.32);
  transform: translateY(-1px);
}

body.smd-redesign-index-body .site-header-live .icon-btn {
  box-shadow: 0 10px 22px rgba(15, 43, 68, 0.12);
}

body.smd-redesign-index-body .home-hero {
  height: 600px;
}

body.smd-redesign-index-body .home-hero-overlay {
  background: rgba(255, 255, 255, 0.08);
}

body.smd-redesign-index-body .home-hero-card {
  max-width: 570px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 54px rgba(31, 55, 86, 0.16);
}

@media (max-width: 1180px) {
  body.smd-redesign-index-body .container,
  body.smd-redesign-index-body .site-header-live .container {
    width: min(100% - 32px, 1180px);
  }

  body.smd-redesign-index-body .site-header-live .site-header-top-inner {
    gap: 16px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info {
    gap: 12px;
  }

  body.smd-redesign-index-body .site-header-live .btn-book {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-top-h: 76px;
  }

  body.smd-redesign-index-body .section {
    padding: 54px 0;
  }

  body.smd-redesign-index-body .section-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  body.smd-redesign-index-body .section-subtitle {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-top-inner {
    min-height: 76px;
  }

  body.smd-redesign-index-body .site-header-live .site-logo img {
    height: 48px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info {
    justify-content: flex-start;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info-item,
  body.smd-redesign-index-body .site-header-live .site-header-info a {
    font-size: 13px;
  }

  body.smd-redesign-index-body .site-header-live .burger {
    display: inline-flex;
    background: #f3f8fb;
  }

  body.smd-redesign-index-body .site-header-live .service-nav {
    position: fixed;
    top: var(--header-top-h);
    left: 0;
    right: 0;
    z-index: 180;
    max-height: calc(100dvh - var(--header-top-h));
    overflow-y: auto;
    padding: 10px 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  body.smd-redesign-index-body .site-header-live .service-nav.nav-open {
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-inner,
  body.smd-redesign-index-body .site-header-live .smd-home-wp-menu {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-link,
  body.smd-redesign-index-body .site-header-live .smd-home-wp-menu > li > a {
    width: 100%;
    height: auto;
    min-height: 46px;
    justify-content: flex-start;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    line-height: 1.25;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown {
    position: static;
    display: none;
    padding: 0 0 10px 14px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-item.open .nav-dropdown {
    display: block;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown-grid {
    display: block;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown a {
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
  }

  body.smd-redesign-index-body .home-hero {
    height: 520px;
  }

  body.smd-redesign-index-body .home-hero-content {
    padding: 0 32px;
  }

  body.smd-redesign-index-body .home-hero-card {
    max-width: 500px;
    padding: 30px;
  }

  body.smd-redesign-index-body .home-hero-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  :root {
    --header-top-h: 86px;
  }

  body.smd-redesign-index-body {
    font-size: 15px;
    padding-bottom: 0 !important;
  }

  body.smd-redesign-index-body .container,
  body.smd-redesign-index-body .site-header-live .container {
    width: calc(100% - 24px);
  }

  body.smd-redesign-index-body .section {
    padding: 42px 0;
  }

  body.smd-redesign-index-body .section-title {
    font-size: 26px;
    line-height: 1.18;
  }

  body.smd-redesign-index-body .section-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  body.smd-redesign-index-body .site-header-live .site-header-top-inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo spacer actions"
      "info info info";
    gap: 6px 10px;
    align-items: center;
    padding: 8px 0;
  }

  body.smd-redesign-index-body .site-header-live .site-logo {
    grid-area: logo;
  }

  body.smd-redesign-index-body .site-header-live .site-logo img {
    height: 42px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info {
    grid-area: info;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info::-webkit-scrollbar {
    display: none;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info-item,
  body.smd-redesign-index-body .site-header-live .site-header-info a {
    font-size: 12px;
    gap: 5px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info a:nth-of-type(2) {
    display: none;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info svg {
    width: 14px;
    height: 14px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-actions {
    grid-area: actions;
    gap: 8px;
  }

  body.smd-redesign-index-body .site-header-live .icon-btn {
    width: 38px;
    height: 38px;
  }

  body.smd-redesign-index-body .site-header-live .btn-book {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  body.smd-redesign-index-body .site-header-live .burger {
    width: 38px;
    height: 38px;
  }

  body.smd-redesign-index-body .home-hero {
    height: 430px;
    min-height: 430px;
  }

  body.smd-redesign-index-body .home-hero-slide,
  body.smd-redesign-index-body .home-hero-bg,
  body.smd-redesign-index-body .home-hero-overlay,
  body.smd-redesign-index-body .home-hero-content {
    min-height: 430px;
  }

  body.smd-redesign-index-body .home-hero-content {
    padding: 0;
  }

  body.smd-redesign-index-body .home-hero-card {
    left: 14px;
    bottom: 24px;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    padding: 22px 20px;
    border-radius: 18px;
  }

  body.smd-redesign-index-body .home-hero-title {
    font-size: 25px;
    line-height: 1.15;
  }

  body.smd-redesign-index-body .home-hero-subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  body.smd-redesign-index-body .home-hero-btn {
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    font-size: 14px;
  }

  body.smd-redesign-index-body .home-hero-arrow {
    top: 42%;
    width: 38px;
    height: 38px;
  }

  body.smd-redesign-index-body .home-intro-card,
  body.smd-redesign-index-body .home-about-card,
  body.smd-redesign-index-body .feedback-form,
  body.smd-redesign-index-body .contacts-card {
    border-radius: 16px;
  }

  body.smd-redesign-index-body .home-intro-col,
  body.smd-redesign-index-body .home-about-card,
  body.smd-redesign-index-body .feedback-form,
  body.smd-redesign-index-body .contacts-card {
    padding: 22px;
  }

  body.smd-redesign-index-body .departments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.smd-redesign-index-body .department-card {
    min-height: 116px;
    border-radius: 14px;
    padding: 12px;
  }

  body.smd-redesign-index-body .doctors-slider,
  body.smd-redesign-index-body .reviews-slider {
    padding-left: 38px;
    padding-right: 38px;
  }

  body.smd-redesign-index-body .promo-slider-section {
    padding: 42px 0;
  }

  body.smd-redesign-index-body .footer-main {
    padding: 42px 0 30px;
  }

  body.smd-redesign-index-body .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  :root {
    --header-top-h: 82px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-top-inner {
    min-height: 82px;
  }

  body.smd-redesign-index-body .site-header-live .site-logo img {
    height: 38px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info-item {
    max-width: 144px;
  }

  body.smd-redesign-index-body .site-header-live .site-header-info-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.smd-redesign-index-body .site-header-live .icon-btn {
    display: none;
  }

  body.smd-redesign-index-body .site-header-live .btn-book {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.smd-redesign-index-body .section {
    padding: 34px 0;
  }

  body.smd-redesign-index-body .home-hero {
    height: 410px;
    min-height: 410px;
  }

  body.smd-redesign-index-body .home-hero-slide,
  body.smd-redesign-index-body .home-hero-bg,
  body.smd-redesign-index-body .home-hero-overlay,
  body.smd-redesign-index-body .home-hero-content {
    min-height: 410px;
  }

  body.smd-redesign-index-body .home-hero-card {
    left: 12px;
    bottom: 18px;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    padding: 18px;
  }

  body.smd-redesign-index-body .home-hero-title {
    font-size: 23px;
  }

  body.smd-redesign-index-body .home-hero-subtitle {
    font-size: 13px;
  }

  body.smd-redesign-index-body .section-title {
    font-size: 23px;
  }

  body.smd-redesign-index-body .department-card {
    min-height: 104px;
  }

  body.smd-redesign-index-body .home-intro-col,
  body.smd-redesign-index-body .home-about-card,
  body.smd-redesign-index-body .feedback-form,
  body.smd-redesign-index-body .contacts-card {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  body.smd-redesign-index-body .smd-contact-fab {
    left: auto !important;
    right: 16px !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    z-index: 2200 !important;
    width: auto !important;
    align-items: flex-end !important;
    gap: 10px !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__toggle {
    display: flex !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #62cf67 0%, #49bd50 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(73, 189, 80, 0.36), 0 0 0 8px rgba(98, 207, 103, 0.12) !important;
  }

  body.smd-redesign-index-body .smd-contact-fab.is-open .smd-contact-fab__toggle {
    background: #fff !important;
    color: #26323f !important;
    box-shadow: 0 18px 44px rgba(15, 43, 68, 0.18) !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__actions {
    position: absolute !important;
    right: 0 !important;
    bottom: 72px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: min(312px, calc(100% - 32px)) !important;
    max-width: min(312px, calc(100% - 32px)) !important;
    padding: 8px !important;
    border: 1px solid #dfeaf2 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(15, 43, 68, 0.18) !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    pointer-events: none !important;
  }

  body.smd-redesign-index-body .smd-contact-fab.is-open .smd-contact-fab__actions {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action,
  body.smd-redesign-index-body .smd-contact-fab__action:visited {
    display: flex !important;
    min-height: 52px !important;
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #233142 !important;
    -webkit-text-fill-color: #233142 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action:hover,
  body.smd-redesign-index-body .smd-contact-fab__action:focus {
    background: #f1fbf3 !important;
    color: #159b45 !important;
    -webkit-text-fill-color: #159b45 !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action:nth-child(n+3) {
    display: flex !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action svg {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    color: #49bd50 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
  }
}

/* Screenshot fixes: desktop nav tabs and carousel controls */
@media (min-width: 1025px) {
  body.smd-redesign-index-body .site-header-live .service-nav {
    position: relative !important;
    top: auto !important;
    z-index: 180 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #0099cc !important;
  }

  body.smd-redesign-index-body .site-header-live .service-nav > .container {
    height: 52px !important;
    overflow: visible !important;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-inner {
    width: 100% !important;
    max-width: none !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-inner > a,
  body.smd-redesign-index-body .site-header-live .service-nav-inner > .service-nav-item {
    height: 52px !important;
    min-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-link {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.smd-redesign-index-body .site-header-live .service-nav-link:hover,
  body.smd-redesign-index-body .site-header-live .service-nav-item:hover > .service-nav-link,
  body.smd-redesign-index-body .site-header-live .service-nav-link:focus-visible {
    background: #7fd476 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown {
    position: absolute !important;
    top: 52px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 170 !important;
    max-height: min(360px, calc(100vh - 230px)) !important;
    overflow-y: auto !important;
    padding: 24px 64px 26px !important;
    border: 0 !important;
    border-radius: 0 0 18px 18px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 18px 44px rgba(15, 43, 68, 0.16) !important;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown-grid {
    width: min(1280px, 100%) !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(150px, 1fr)) !important;
    column-gap: 34px !important;
    row-gap: 6px !important;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown-col {
    gap: 2px !important;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown a {
    padding: 4px 0 !important;
    color: #2d3540 !important;
    -webkit-text-fill-color: #2d3540 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  body.smd-redesign-index-body .site-header-live .nav-dropdown a:hover,
  body.smd-redesign-index-body .site-header-live .nav-dropdown a:focus-visible {
    color: #0099cc !important;
    -webkit-text-fill-color: #0099cc !important;
  }
}

body.smd-redesign-index-body .home-hero-arrow,
body.smd-redesign-index-body .doctors-arrow,
body.smd-redesign-index-body .reviews-arrow,
body.smd-redesign-index-body .promo-slider-arrow {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 153, 204, 0.16) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0099cc !important;
  -webkit-text-fill-color: #0099cc !important;
  box-shadow: 0 12px 28px rgba(15, 43, 68, 0.14) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.smd-redesign-index-body .home-hero-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
}

body.smd-redesign-index-body .home-hero-arrow--prev {
  left: 28px !important;
}

body.smd-redesign-index-body .home-hero-arrow--next {
  right: 28px !important;
}

body.smd-redesign-index-body .home-hero-arrow svg,
body.smd-redesign-index-body .doctors-arrow svg,
body.smd-redesign-index-body .reviews-arrow svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
}

body.smd-redesign-index-body .promo-slider-arrow {
  font-size: 0 !important;
}

body.smd-redesign-index-body .promo-slider-arrow::before {
  font-size: 28px !important;
  line-height: 1 !important;
  color: currentColor !important;
}

body.smd-redesign-index-body #promo-prev::before {
  content: "‹";
}

body.smd-redesign-index-body #promo-next::before {
  content: "›";
}

body.smd-redesign-index-body .home-hero-arrow:hover,
body.smd-redesign-index-body .doctors-arrow:hover,
body.smd-redesign-index-body .reviews-arrow:hover,
body.smd-redesign-index-body .promo-slider-arrow:hover {
  background: #0099cc !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border-color: #0099cc !important;
  box-shadow: 0 16px 34px rgba(0, 153, 204, 0.24) !important;
}

@media (max-width: 768px) {
  body.smd-redesign-index-body .home-hero-arrow,
  body.smd-redesign-index-body .doctors-arrow,
  body.smd-redesign-index-body .reviews-arrow,
  body.smd-redesign-index-body .promo-slider-arrow {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  body.smd-redesign-index-body .home-hero-arrow--prev {
    left: 10px !important;
  }

  body.smd-redesign-index-body .home-hero-arrow--next {
    right: 10px !important;
  }
}

/* SMD preview home responsive repair 2026-05-15 */
body.smd-redesign-index-body .site-header-live .btn-book,
body.smd-redesign-index-body .home-hero-btn,
body.smd-redesign-index-body .home-about-btn,
body.smd-redesign-index-body .btn-primary-soft,
body.smd-redesign-index-body .promo-slide-btn,
body.smd-redesign-index-body .feedback-form-submit,
body.smd-redesign-index-body .tg-banner-btn-primary {
  background-color: #4fbd55 !important;
  background-image: linear-gradient(135deg, #62cf67 0%, #49bd50 100%) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: "Manrope", "Roboto", sans-serif !important;
  font-weight: 800 !important;
  box-shadow: 0 12px 26px rgba(73, 189, 80, .24) !important;
}

@media (max-width: 768px) {
  body.smd-redesign-index-body {
    padding-bottom: 0 !important;
    overflow-x: hidden !important;
  }

  body.smd-redesign-index-body main .container,
  body.smd-redesign-index-body .site-footer .container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  body.smd-redesign-index-body .home-hero {
    display: block !important;
    height: 388px !important;
    min-height: 388px !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #eaf4f8 !important;
  }

  body.smd-redesign-index-body .home-hero-slide,
  body.smd-redesign-index-body .home-hero-bg,
  body.smd-redesign-index-body .home-hero-overlay,
  body.smd-redesign-index-body .home-hero-content {
    display: block !important;
    height: 388px !important;
    min-height: 388px !important;
    width: 100% !important;
  }

  body.smd-redesign-index-body .home-hero-bg {
    background-image: var(--bg) !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body.smd-redesign-index-body .home-hero-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.20)) !important;
  }

  body.smd-redesign-index-body .home-hero-card {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 16px !important;
    width: auto !important;
    max-width: none !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  body.smd-redesign-index-body .home-hero-title {
    font-size: 22px !important;
    line-height: 1.12 !important;
  }

  body.smd-redesign-index-body .home-hero-subtitle {
    margin-top: 8px !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  body.smd-redesign-index-body .home-hero-btn {
    min-height: 42px !important;
    margin-top: 12px !important;
    font-size: 13px !important;
  }

  body.smd-redesign-index-body .home-hero-arrow {
    top: 46% !important;
  }

  body.smd-redesign-index-body .home-intro {
    margin-top: 0 !important;
    padding: 14px 0 0 !important;
  }

  body.smd-redesign-index-body .home-intro-card {
    grid-template-columns: 1fr !important;
    border-radius: 14px !important;
  }

  body.smd-redesign-index-body .home-intro-col {
    padding: 16px !important;
  }

  body.smd-redesign-index-body .home-intro-title {
    font-size: 16px !important;
  }

  body.smd-redesign-index-body .home-intro-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  body.smd-redesign-index-body .section,
  body.smd-redesign-index-body .feedback-section,
  body.smd-redesign-index-body .contacts-section,
  body.smd-redesign-index-body .promo-slider-section {
    padding: 28px 0 !important;
  }

  body.smd-redesign-index-body .section-title {
    font-size: 22px !important;
    line-height: 1.16 !important;
    margin-bottom: 10px !important;
  }

  body.smd-redesign-index-body .section-subtitle {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 14px !important;
  }

  body.smd-redesign-index-body .departments-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.smd-redesign-index-body .department-card {
    aspect-ratio: auto !important;
    min-height: 112px !important;
    padding: 0 !important;
    border-radius: 10px !important;
  }

  body.smd-redesign-index-body .department-thumb {
    min-height: 68px !important;
    border-radius: 10px 10px 0 0 !important;
  }

  body.smd-redesign-index-body .department-title {
    min-height: 38px !important;
    padding: 5px 6px !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere !important;
  }

  body.smd-redesign-index-body .doctors-slider {
    padding: 0 !important;
  }

  body.smd-redesign-index-body .doctors-viewport {
    overflow: visible !important;
  }

  body.smd-redesign-index-body .doctors-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    transform: none !important;
    transition: none !important;
  }

  body.smd-redesign-index-body .doc-card {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px 8px !important;
    border-radius: 12px !important;
  }

  body.smd-redesign-index-body .doc-photo {
    width: 60px !important;
    height: 60px !important;
  }

  body.smd-redesign-index-body .doc-badge {
    display: none !important;
  }

  body.smd-redesign-index-body .doc-name {
    display: -webkit-box !important;
    min-height: 2.7em !important;
    margin-bottom: 5px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
  }

  body.smd-redesign-index-body .doc-spec {
    display: -webkit-box !important;
    min-height: 0 !important;
    max-height: 2.7em !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  body.smd-redesign-index-body .doc-price {
    margin-top: 6px !important;
    margin-bottom: 7px !important;
    font-size: 12px !important;
  }

  body.smd-redesign-index-body .doc-btn {
    min-height: 32px !important;
    padding: 7px 6px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
  }

  body.smd-redesign-index-body .doctors-arrow {
    display: none !important;
  }

  body.smd-redesign-index-body .feedback-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 18px !important;
    border-radius: 18px !important;
  }

  body.smd-redesign-index-body .feedback-form {
    padding: 16px !important;
    gap: 10px !important;
    border-radius: 16px !important;
  }

  body.smd-redesign-index-body .feedback-form input,
  body.smd-redesign-index-body .feedback-form textarea {
    min-height: 40px !important;
    padding: 9px 12px !important;
    font-size: 13px !important;
  }

  body.smd-redesign-index-body .feedback-form textarea {
    min-height: 64px !important;
    height: 64px !important;
  }

  body.smd-redesign-index-body .footer-main {
    padding: 28px 0 20px !important;
  }

  body.smd-redesign-index-body .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 16px !important;
  }

  body.smd-redesign-index-body .footer-brand {
    grid-column: 1 / -1 !important;
    margin-bottom: 0 !important;
  }

  body.smd-redesign-index-body .footer-logo img {
    height: 42px !important;
  }

  body.smd-redesign-index-body .footer-col-title {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }

  body.smd-redesign-index-body .footer-links,
  body.smd-redesign-index-body .footer-promos,
  body.smd-redesign-index-body .footer-contact-list {
    gap: 6px !important;
  }

  body.smd-redesign-index-body .footer-links a,
  body.smd-redesign-index-body .footer-promos span,
  body.smd-redesign-index-body .footer-contact-list > li > a,
  body.smd-redesign-index-body .footer-contact-list > li > span {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  body.smd-redesign-index-body .footer-bottom-inner {
    gap: 8px !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 640px) {
  body.smd-redesign-index-body .smd-contact-fab {
    left: auto !important;
    right: 14px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
    z-index: 2200 !important;
    width: auto !important;
    align-items: flex-end !important;
    gap: 10px !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__toggle {
    display: flex !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #62cf67 0%, #49bd50 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(73, 189, 80, .36), 0 0 0 8px rgba(98, 207, 103, .12) !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__actions {
    position: absolute !important;
    right: 0 !important;
    bottom: 66px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: min(296px, calc(100vw - 28px)) !important;
    min-width: min(296px, calc(100vw - 28px)) !important;
    max-width: min(296px, calc(100vw - 28px)) !important;
    box-sizing: border-box !important;
    padding: 8px !important;
    border: 1px solid #dfeaf2 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(15, 43, 68, .18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) !important;
    pointer-events: none !important;
  }

  body.smd-redesign-index-body .smd-contact-fab.is-open .smd-contact-fab__actions {
    width: min(296px, calc(100vw - 28px)) !important;
    min-width: min(296px, calc(100vw - 28px)) !important;
    max-width: min(296px, calc(100vw - 28px)) !important;
    align-items: stretch !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action,
  body.smd-redesign-index-body .smd-contact-fab__action:visited {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #fff !important;
    background-image: none !important;
    color: #233142 !important;
    -webkit-text-fill-color: #233142 !important;
    font-size: 13px !important;
    font-family: Manrope, Roboto, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action span {
    display: block !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action:nth-child(n+3) {
    display: flex !important;
  }

  body.smd-redesign-index-body .smd-contact-fab__action svg,
  body.smd-redesign-index-body .smd-contact-fab__action path {
    width: 21px !important;
    height: 21px !important;
    flex: 0 0 21px !important;
    color: #49bd50 !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    -webkit-text-fill-color: #49bd50 !important;
  }

  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-popup-content {
    width: min(340px, calc(100vw - 24px)) !important;
    max-width: min(340px, calc(100vw - 24px)) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow-y: auto !important;
    margin: 12px auto !important;
    border-radius: 16px !important;
  }

  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-image {
    display: none !important;
  }

  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-content,
  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-content-wrap {
    padding: 14px !important;
  }

  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-title {
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  body.smd-redesign-index-body .hustle-ui.hustle-popup .hustle-subtitle,
  body.smd-redesign-index-body .hustle-ui.hustle-popup .wpcf7-form-control {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  body.smd-redesign-index-body .home-hero {
    height: 350px !important;
    min-height: 350px !important;
  }

  body.smd-redesign-index-body .home-hero-slide,
  body.smd-redesign-index-body .home-hero-bg,
  body.smd-redesign-index-body .home-hero-overlay,
  body.smd-redesign-index-body .home-hero-content {
    height: 350px !important;
    min-height: 350px !important;
  }

  body.smd-redesign-index-body .home-hero-card {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    padding: 14px !important;
  }

  body.smd-redesign-index-body .home-hero-title {
    font-size: 20px !important;
  }

  body.smd-redesign-index-body .home-hero-subtitle {
    font-size: 12.5px !important;
  }

  body.smd-redesign-index-body .departments-grid {
    gap: 7px !important;
  }

  body.smd-redesign-index-body .department-card {
    min-height: 104px !important;
  }

  body.smd-redesign-index-body .department-title {
    font-size: 10.8px !important;
  }
}

@media (max-width: 360px) {
  body.smd-redesign-index-body .departments-grid,
  body.smd-redesign-index-body .doctors-grid,
  body.smd-redesign-index-body .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
