/* Styles extracted from alko-kapelnicy-na-dom.ru index.php on 20260722-094208. */

/* Extracted style: block 1 */
:root {
      --green: #17b685;
      --green-dark: #11996e;
      --green-soft: #daf7ef;
      --orange: #f9784a;
      --orange-dark: #ec6535;
      --text: #1f1e24;
      --muted: #6d6d76;
      --line: #e9e9e7;
      --soft: #f7f7f7;
      --white: #ffffff;
      --shadow: 0 12px 32px rgba(89, 87, 81, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--text);
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.45;
      background: var(--white);
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input {
      font: inherit;
    }

    .page {
      overflow: hidden;
    }

    .container {
      width: min(100% - 60px, 1570px);
      margin: 0 auto;
    }

    .accent {
      color: var(--green);
    }

    .section {
      margin-bottom: 80px;
    }

    .section-title {
      margin: 0 0 56px;
      font-size: 55px;
      font-weight: 600;
      line-height: 1.15;
      text-transform: uppercase;
    }

    .center {
      text-align: center;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      padding: 0 32px;
      border: 0;
      border-radius: 14px;
      color: var(--white);
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.2s ease;
      white-space: nowrap;
    }

    .btn-green {
      background: var(--green);
    }

    .btn-orange {
      background: var(--orange);
    }

    .btn-green:hover {
      background: var(--green-dark);
    }

    .btn-orange:hover {
      background: var(--orange-dark);
    }

    .icon {
      width: 44px;
      height: 44px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .site-header {
      background: var(--white);
      border-bottom: 1px solid var(--line);
    }

    .header-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 104px;
      padding: 18px 0;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      min-width: 186px;
      font-family: "Onest", Arial, sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 1;
    }

    .brand img {
      width: 52px;
      height: 52px;
    }

    .brand strong {
      display: block;
      color: var(--green);
      font-weight: 700;
    }

    .header-note,
    .address small,
    .phone small {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.35;
    }

    .address {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-width: 210px;
      font-size: 13px;
      line-height: 1.25;
    }

    .address img {
      width: 26px;
      height: 26px;
    }

    .address b {
      display: block;
      color: var(--green);
      font-size: 14px;
    }

    .address em {
      display: block;
      margin-top: 2px;
      color: var(--text);
      font-style: normal;
    }

    .contact-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .messenger {
      display: grid;
      place-items: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--soft);
    }

    .messenger img {
      width: 23px;
      height: 23px;
    }

    .phone {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 250px;
    }

    .phone img {
      width: 48px;
      height: 48px;
    }

    .phone b {
      display: block;
      color: var(--green);
      font-size: 26px;
      line-height: 1;
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .max-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      min-height: 66px;
      padding: 0 34px;
      border-radius: 16px;
      background: linear-gradient(135deg, #2f80ed 0%, #6658f5 100%);
      color: var(--white);
      font-size: 18px;
      font-weight: 800;
      line-height: 1;
      text-align: center;
      box-shadow: 0 12px 28px rgba(47, 128, 237, 0.28);
    }

    .max-button img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .max-button.big {
      min-height: 70px;
      padding: 0 34px;
      font-size: 18px;
    }

    .max-button.footer-max {
      min-height: 56px;
      padding: 0 24px;
    }

    .mobile-head-actions {
      display: none;
      align-items: center;
      gap: 8px;
      margin-left: auto;
    }

    .mobile-icon,
    .menu-toggle {
      display: grid;
      place-items: center;
      width: 48px;
      height: 48px;
      border-radius: 12px;
      border: 0;
      background: var(--green-soft);
    }

    .mobile-icon img,
    .menu-toggle img {
      width: 26px;
      height: 26px;
      object-fit: contain;
    }

    .menu-toggle {
      background: var(--green);
    }

    .main-nav {
      padding: 23px 0;
    }

    .main-nav .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
    }

    .main-nav a {
      color: var(--text);
      font-size: 16px;
      font-weight: 500;
    }

    .main-nav a[aria-current="page"] {
      color: var(--green);
      text-decoration: underline;
      text-underline-offset: 4px;
    }

    .hero {
      margin-bottom: 70px;
      padding: 112px 0 146px;
      background-image: url("../img/local/bg-6-1.jpg-b709a7f572.jpg.webp");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: cover;
    }

    .hero-title {
      max-width: 980px;
      margin: 0 0 14px;
      font-size: 75px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .hero-lead {
      margin: 0 0 36px;
      font-size: 32px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .hero-features {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px 30px;
      max-width: 1160px;
      margin: 0 0 88px;
      padding: 0;
      list-style: none;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
    }

    .hero-features li {
      display: flex;
      align-items: center;
      gap: 18px;
      min-height: 68px;
    }

    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px;
    }

    .hero-cta .btn {
      min-height: 70px;
      padding: 0 46px;
    }

    .hero-call {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .hero-call img {
      width: 47px;
      height: 47px;
    }

    .hero-call-row {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .hero-call b {
      font-size: 40px;
      line-height: 1;
    }

    .hero-call span {
      max-width: 470px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.25;
      text-transform: uppercase;
    }

    .contact-line {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 22px;
    }

    .contact-line.center {
      justify-content: center;
    }

    .phone-action {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      min-height: 70px;
      padding: 0 28px;
      border-radius: 14px;
      background: var(--white);
      color: var(--text);
      font-weight: 700;
      box-shadow: 0 12px 30px rgba(31, 30, 36, 0.08);
    }

    .phone-action img {
      width: 42px;
      height: 42px;
      object-fit: contain;
    }

    .phone-action strong {
      display: block;
      font-size: 34px;
      line-height: 1;
      white-space: nowrap;
    }

    .phone-action small {
      display: block;
      margin-top: 6px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .hero-cta .phone-action {
      background: rgba(255, 255, 255, 0.88);
    }

    .trust-section {
      position: relative;
      z-index: 1;
      margin: -42px 0 76px;
    }

    .trust-card {
      padding: 34px;
      border: 2px solid rgba(23, 182, 133, 0.28);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.96);
      box-shadow: 0 18px 46px rgba(89, 87, 81, 0.13);
      backdrop-filter: blur(2px);
    }

    .trust-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 28px;
    }

    .trust-head h2 {
      margin: 0;
      color: var(--green);
      font-size: 46px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
    }

    .trust-head p {
      max-width: 430px;
      margin: 0;
      color: var(--text);
      font-size: 20px;
      font-weight: 800;
      line-height: 1.25;
      text-transform: uppercase;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 28px;
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 13px;
      min-height: 78px;
      padding: 16px;
      border-radius: 18px;
      background: #f4fffb;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .trust-item img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      flex: 0 0 auto;
    }

    .trust-call {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      padding: 18px 22px;
      border-radius: 18px;
      background: var(--green);
      color: var(--white);
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
      text-transform: uppercase;
    }

    .trust-call img {
      width: 38px;
      height: 38px;
      filter: none;
      flex: 0 0 auto;
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .benefit-grid li {
      display: flex;
      flex-direction: column;
      gap: 18px;
      min-height: 154px;
      padding: 22px 18px 18px 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3;
    }

    .benefit-grid img {
      width: 84px;
      height: 84px;
      object-fit: contain;
    }

    .composition-panel {
      padding: 64px 70px;
      border-radius: 30px;
      background: var(--white);
      box-shadow: 0 1px 6px rgba(89, 87, 81, 0.2);
    }

    .composition-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 26px 40px;
    }

    .composition-item {
      display: grid;
      grid-template-columns: 30px 1fr;
      align-items: start;
      gap: 15px;
      min-height: 78px;
    }

    .check {
      width: 28px;
      height: 28px;
      margin-top: 4px;
    }

    .composition-item h3 {
      margin: 0 0 8px;
      color: var(--green);
      font-size: 18px;
      font-weight: 700;
    }

    .composition-item p {
      margin: 0;
      color: var(--text);
      font-size: 14px;
      line-height: 1.7;
    }

    .steps-title {
      margin-bottom: 110px;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      margin-bottom: 58px;
    }

    .step-card {
      position: relative;
      min-height: 332px;
      padding: 30px;
      border-radius: 30px;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .step-number {
      position: absolute;
      top: -38px;
      left: 50%;
      display: grid;
      place-items: center;
      width: 84px;
      height: 84px;
      border-radius: 50%;
      background: var(--green);
      color: var(--white);
      font-size: 24px;
      font-weight: 700;
      transform: translateX(-50%);
    }

    .step-card figure {
      margin: 0 0 20px;
      overflow: hidden;
      border-radius: 15px;
      aspect-ratio: 1.34 / 1;
      background: var(--soft);
    }

    .step-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .step-card p {
      margin: 0;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.45;
    }

    .price-row {
      display: flex;
      justify-content: center;
    }

    .price-badge {
      min-height: 70px;
      padding: 0 48px;
      border-radius: 14px;
      background: var(--orange);
      color: var(--white);
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .doctor-cta {
      position: relative;
      min-height: 372px;
      overflow: hidden;
      border-radius: 30px;
      color: var(--white);
      background-image: url("../img/local/bg-3.jpg-246d291a7e.jpg.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .doctor-cta .doctor {
      position: absolute;
      left: 70px;
      bottom: 0;
      width: 360px;
      pointer-events: none;
    }

    .doctor-content {
      max-width: none;
      margin-left: 500px;
      padding: 58px 78px 45px 0;
    }

    .doctor-content h2 {
      margin: 0 0 10px;
      font-size: 55px;
      font-weight: 600;
      line-height: 1.15;
      text-transform: uppercase;
    }

    .doctor-content p {
      margin: 0 0 30px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.55;
    }

    .promo-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }

    .promo-card {
      overflow: hidden;
      border-radius: 15px;
      background: var(--white);
      box-shadow: 0 1px 16px rgba(89, 87, 81, 0.12);
    }

    .promo-card img {
      width: 100%;
      height: 235px;
      object-fit: cover;
    }

    .promo-card strong {
      display: block;
      min-height: 112px;
      padding: 28px 30px;
      font-size: 24px;
      line-height: 1.25;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
      text-align: center;
    }

    .service-card {
      display: flex;
      flex-direction: column;
      gap: 28px;
      padding: 30px;
      border-radius: 30px;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .service-card figure {
      margin: 0;
      overflow: hidden;
      border-radius: 18px;
      aspect-ratio: 2.47 / 1;
      background: var(--soft);
    }

    .service-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .service-card h3 {
      margin: 0;
      color: var(--green);
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .service-card ul {
      display: grid;
      gap: 14px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      color: var(--text);
      font-size: 18px;
      font-weight: 600;
      line-height: 1.35;
    }

    .service-card li {
      position: relative;
      padding-left: 30px;
      text-align: left;
    }

    .service-card li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--green-soft);
    }

    .service-card li::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 10px;
      width: 8px;
      height: 4px;
      border-left: 2px solid var(--green);
      border-bottom: 2px solid var(--green);
      transform: rotate(-45deg);
    }

    .large-cta {
      padding: 126px 0 130px;
      color: var(--white);
      background-image: url("../img/local/bg-4.jpg-2e2bbe39c8.jpg.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }

    .large-cta h2 {
      margin: 0 0 24px;
      font-size: 55px;
      font-weight: 600;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .large-cta p {
      margin: 0 0 50px;
      font-size: 24px;
      font-weight: 600;
    }

    .map-title {
      margin-bottom: 30px;
    }

    .map-box {
      position: relative;
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      min-height: 520px;
      overflow: hidden;
      border-radius: 15px;
      background:
        linear-gradient(90deg, rgba(23, 182, 133, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(23, 182, 133, 0.08) 1px, transparent 1px),
        #f4faf7;
      background-size: 46px 46px;
      box-shadow: inset 0 0 0 1px rgba(23, 182, 133, 0.16);
    }

    .map-visual {
      position: relative;
      min-height: 520px;
      border-right: 1px solid rgba(23, 182, 133, 0.16);
      overflow: hidden;
    }

    .map-visual img {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 520px;
      object-fit: cover;
      object-position: center;
    }

    .map-visual::before,
    .map-visual::after {
      display: none;
    }

    .map-visual::before {
      left: 53%;
      top: 50%;
      width: 360px;
      height: 245px;
      background: rgba(23, 182, 133, 0.07);
    }

    .map-visual::after {
      left: 53%;
      top: 50%;
      width: 545px;
      height: 375px;
    }

    .marker {
      position: absolute;
      z-index: 2;
      width: 18px;
      height: 18px;
      border: 4px solid var(--white);
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 6px 18px rgba(249, 120, 74, 0.35);
    }

    .marker.main {
      width: 28px;
      height: 28px;
      background: var(--green);
      box-shadow: 0 8px 22px rgba(23, 182, 133, 0.4);
    }

    .marker.m1 { left: 52%; top: 49%; }
    .marker.m2 { left: 37%; top: 36%; }
    .marker.m3 { left: 65%; top: 32%; }
    .marker.m4 { left: 71%; top: 58%; }
    .marker.m5 { left: 44%; top: 66%; }
    .marker.m6 { left: 25%; top: 53%; }
    .marker.m7 { left: 80%; top: 43%; }

    .map-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 22px;
      padding: 58px 64px;
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(1px);
    }

    .map-info h3 {
      margin: 0;
      color: var(--green);
      font-size: 34px;
      font-weight: 700;
      line-height: 1.18;
      text-transform: uppercase;
    }

    .map-info p {
      margin: 0;
      color: var(--text);
      font-size: 18px;
      font-weight: 600;
      line-height: 1.55;
    }

    .city-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .city-list li {
      padding: 9px 13px;
      border-radius: 999px;
      background: var(--white);
      color: var(--text);
      font-size: 14px;
      font-weight: 600;
      box-shadow: 0 1px 6px rgba(89, 87, 81, 0.08);
    }

    .site-footer {
      padding: 40px 0;
      border-top: 1px solid var(--line);
      background: var(--white);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) 60px minmax(0, 1fr);
      align-items: center;
      gap: 30px;
    }

    .footer-left,
    .footer-right {
      display: flex;
      align-items: center;
      gap: 28px;
    }

    .footer-text,
    .license {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.4;
    }

    .to-top {
      display: grid;
      place-items: center;
      width: 54px;
      height: 54px;
      border-radius: 50%;
      background: var(--green-soft);
    }

    .to-top img {
      width: 18px;
      height: 18px;
    }

    .bottom-action-panel {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      display: none;
      justify-content: center;
      border-top: 1px solid #f0f1f4;
      background: var(--white);
      box-shadow: 0 -8px 24px rgba(31, 30, 36, 0.08);
    }

    .bottom-action-panel a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      width: 106px;
      min-height: 68px;
      padding: 10px 4px;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.15;
      text-align: center;
    }

    .bottom-action-panel a + a {
      border-left: 1px solid #f0f1f4;
    }

    .bottom-action-panel img {
      width: 25px;
      height: 25px;
      object-fit: contain;
    }

    .bottom-action-panel .green-link {
      color: var(--green);
    }

    .bottom-action-panel .orange-link {
      color: var(--orange);
    }

    @media (max-width: 1420px) {
      .container {
        width: min(100% - 40px, 1200px);
      }

      .section-title,
      .doctor-content h2,
      .large-cta h2 {
        font-size: 46px;
      }

      .hero-title {
        font-size: 60px;
      }

      .hero-features {
        grid-template-columns: repeat(3, 1fr);
      }

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

      .header-note {
        display: none;
      }
    }

    @media (max-width: 1220px) {
      .address {
        display: none;
      }

      .main-nav .container {
        gap: 18px;
      }

      .main-nav a {
        font-size: 14px;
      }

      .benefit-grid,
      .steps-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .doctor-content {
        margin-left: 360px;
        padding-left: 0;
      }

      .doctor-cta .doctor {
        left: 40px;
        width: 330px;
      }

      .map-box {
        grid-template-columns: 1fr;
      }

      .map-visual {
        min-height: 380px;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 182, 133, 0.16);
      }

      .map-visual img {
        min-height: 380px;
      }
    }

    @media (max-width: 992px) {
      .header-bar {
        min-height: 84px;
      }

      body {
        padding-bottom: 74px;
      }

      .header-bar > .contact-group,
      .header-actions {
        display: none;
      }

      .mobile-head-actions {
        display: flex;
      }

      .main-nav {
        display: none;
      }

      .hero {
        padding: 76px 0 90px;
        background-position: 62% center;
      }

      .hero-title {
        max-width: 760px;
        font-size: 46px;
      }

      .hero-lead {
        font-size: 24px;
      }

      .hero-features {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 54px;
        font-size: 16px;
      }

      .hero-call-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }

      .hero-call b {
        font-size: 32px;
      }

      .hero-call span {
        font-size: 18px;
      }

      .trust-section {
        margin-top: -30px;
      }

      .trust-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .trust-head h2 {
        font-size: 38px;
      }

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

      .composition-grid,
      .promo-grid,
      .service-grid {
        grid-template-columns: 1fr;
      }

      .composition-panel {
        padding: 34px;
      }

      .steps-title {
        margin-bottom: 76px;
      }

      .doctor-cta .doctor {
        display: none;
      }

      .doctor-content {
        margin-left: 0;
        max-width: none;
        padding: 44px 34px;
      }

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

      .footer-left,
      .footer-right {
        flex-wrap: wrap;
      }

      .to-top {
        display: none;
      }

      .bottom-action-panel {
        display: flex;
      }
    }

    @media (max-width: 767px) {
      body {
        font-size: 14px;
      }

      .container {
        width: calc(100% - 40px);
      }

      .section {
        margin-bottom: 56px;
      }

      .section-title,
      .doctor-content h2,
      .large-cta h2 {
        margin-bottom: 28px;
        font-size: 30px;
      }

      .brand {
        min-width: 0;
        font-size: 20px;
      }

      .brand img {
        width: 46px;
        height: 46px;
      }

      .hero {
        padding: 58px 0 64px;
        background-position: 68% center;
      }

      .hero-title {
        font-size: 34px;
      }

      .hero-lead {
        font-size: 20px;
      }

      .hero-features,
      .benefit-grid,
      .steps-grid {
        grid-template-columns: 1fr;
      }

      .hero-features {
        gap: 16px;
      }

      .hero-features li {
        min-height: 54px;
      }

      .hero-cta .btn,
      .btn,
      .price-badge,
      .phone-action,
      .max-button {
        width: 100%;
        min-height: 54px;
        padding: 0 20px;
        white-space: normal;
      }

      .phone-action {
        justify-content: center;
        min-height: 64px;
        gap: 10px;
        padding: 0 14px;
      }

      .phone-action img {
        width: 34px;
        height: 34px;
      }

      .phone-action span {
        min-width: 0;
      }

      .phone-action strong {
        font-size: 21px;
        white-space: normal;
      }

      .phone-action small {
        font-size: 11px;
      }

      .contact-line,
      .contact-line.center {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
      }

      .trust-card {
        padding: 22px;
        border-radius: 20px;
      }

      .trust-head h2 {
        font-size: 30px;
      }

      .trust-head p {
        font-size: 16px;
      }

      .trust-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .trust-item {
        min-height: 64px;
        padding: 12px;
        font-size: 13px;
      }

      .trust-call {
        font-size: 17px;
      }

      .hero-call {
        width: 100%;
      }

      .hero-call b {
        font-size: 28px;
      }

      .benefit-grid li {
        min-height: 0;
        padding: 8px 0;
      }

      .composition-panel {
        padding: 22px;
        border-radius: 20px;
      }

      .composition-item {
        grid-template-columns: 28px 1fr;
      }

      .step-card {
        min-height: auto;
        border-radius: 20px;
      }

      .doctor-cta {
        border-radius: 20px;
      }

      .doctor-content p,
      .large-cta p {
        font-size: 18px;
      }

      .promo-card strong {
        min-height: 0;
        font-size: 18px;
      }

      .service-card {
        padding: 20px;
        border-radius: 20px;
      }

      .service-card h3 {
        font-size: 22px;
      }

      .service-card ul {
        font-size: 16px;
      }

      .large-cta {
        padding: 54px 0;
      }

      .map-visual {
        min-height: 300px;
      }

      .map-visual img {
        min-height: 300px;
      }

      .map-visual::before {
        width: 250px;
        height: 170px;
      }

      .map-visual::after {
        width: 330px;
        height: 230px;
      }

      .map-info {
        padding: 28px 22px;
      }

      .map-info h3 {
        font-size: 24px;
      }

      .map-info p {
        font-size: 16px;
      }

      .footer-left,
      .footer-right {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
      }
    }
