/* strona lublin */
#main, .page-header-6{
    background-color: #f4f9fc !important;
}
.mm-lp {
    --mm-color-primary: #6cb2d9;
    --mm-color-primary-dark: #2a7aaa;
    --mm-color-primary-soft: #e8f4fc;
    --mm-color-bg: #f4f9fc;
    --mm-color-bg-light: #f8fbfd;
    --mm-color-text: #0e1a2b;
    --mm-color-muted: #555;
    --mm-color-line: #d9edf7;
    --mm-color-line-soft: #eef3f7;
    --mm-color-white: #fff;
    color: var(--mm-color-text);
    background: var(--mm-color-bg);
    font-size: 17px;
    line-height: 1.62;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
  }
  
  .mm-lp * {
    box-sizing: border-box;
  }
  
  .mm-lp h1,
  .mm-lp h2,
  .mm-lp h3 {
    color: var(--mm-color-text);
    line-height: 1.18;
    margin: 0 0 0.4em;
  }
  
  .mm-lp h1 {
    font-size: clamp(2rem, 4.4vw, 3.15rem);
    font-weight: 700;
  }
  
  .mm-lp h2 {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 700;
  }
  
  .mm-lp h3 {
    font-size: 1.18rem;
    font-weight: 700;
  }
  
  .mm-lp p {
    color: var(--mm-color-text);
    margin: 0 0 1em;
  }
  
  .mm-lp a {
    color: var(--mm-color-primary-dark);
    text-underline-offset: 2px;
  }
  
  .mm-lp strong {
    color: var(--mm-color-text);
    font-weight: 700;
  }
  
  .mm-lp .mm-icon {
    fill: none;
    flex: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 22px;
  }
  
  .mm-lp .mm-btn {
    align-items: center;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.02rem;
    font-weight: 600;
    gap: 0.55rem;
    padding: 0.85rem 1.45rem;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease, border-color .15s ease;
  }
  
  .mm-lp .mm-btn--primary {
    background: var(--mm-color-primary);
    box-shadow: 0 6px 18px -8px rgba(108, 178, 217, .8);
    color: var(--mm-color-white);
  }
  
  .mm-lp .mm-btn--primary:hover {
    background: var(--mm-color-primary-dark);
    color: var(--mm-color-white);
    transform: translateY(-2px);
  }
  
  .mm-lp .mm-btn--outline {
    background: var(--mm-color-white);
    border-color: var(--mm-color-line);
    color: var(--mm-color-text);
  }
  
  .mm-lp .mm-btn--outline:hover {
    border-color: var(--mm-color-primary);
    color: var(--mm-color-primary-dark);
    transform: translateY(-2px);
  }
  
  .mm-lp .mm-btn .mm-icon {
    height: 20px;
    width: 20px;
  }
  
  .mm-lp a:focus-visible,
  .mm-lp summary:focus-visible,
  .mm-lp .mm-btn:focus-visible {
    border-radius: 8px;
    outline: 3px solid var(--mm-color-primary);
    outline-offset: 3px;
  }
  
  .mm-lp-hero {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1.15fr .85fr;
    padding: 60px 0 52px;
  }
  
  .mm-lp-eyebrow {
    align-items: center;
    color: var(--mm-color-primary);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .5rem;
    letter-spacing: .14em;
    margin-bottom: .9rem;
    text-transform: uppercase;
  }
  
  .mm-lp-eyebrow::before {
    background: var(--mm-color-primary);
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 2px;
    width: 26px;
  }
  
  .mm-lp-lead {
    color: var(--mm-color-muted);
    font-size: 1.12rem;
    line-height: 1.7;
  }
  
  .mm-lp-text-wide {
    max-width: 760px;
  }
  
  .mm-lp-muted {
    color: var(--mm-color-muted);
  }
  
  .mm-lp-note {
    color: var(--mm-color-muted);
    margin-top: 22px;
  }
  
  .mm-lp .mm-btn-group {
    margin: 1.5rem 0 1.4rem;
  }
  
  .mm-lp-trust {
    color: var(--mm-color-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .95rem;
    font-weight: 500;
    gap: .5rem 1.4rem;
  }
  
  .mm-lp-trust span {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
  }
  
  .mm-lp-trust .mm-icon {
    color: var(--mm-color-primary);
    height: 18px;
    width: 18px;
  }
  
  .mm-lp-call-card {
    background: var(--mm-color-text);
    border-radius: 20px;
    box-shadow: 0 24px 60px -30px rgba(14, 26, 43, .7);
    color: var(--mm-color-white);
    overflow: hidden;
    padding: 30px 30px 26px;
    position: relative;
  }
  
  .mm-lp-call-card::after {
    background: rgba(108, 178, 217, .18);
    border-radius: 50%;
    content: "";
    height: 200px;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 200px;
  }
  
  .mm-lp-call-badge {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #e8f4fc;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    gap: .45rem;
    letter-spacing: .06em;
    margin-bottom: 1.1rem;
    padding: .4rem .7rem;
    text-transform: uppercase;
  }
  
  .mm-lp-call-badge .mm-icon {
    color: var(--mm-color-primary);
    height: 16px;
    width: 16px;
  }
  
  .mm-lp-call-label,
  .mm-lp-call-hours {
    color: #c7dcea;
    font-size: .9rem;
  }
  
  .mm-lp-call-label {
    margin: 0 0 .1rem;
  }
  
  .mm-lp-call-hours {
    margin: .35rem 0 1.2rem;
  }
  
  .mm-lp-call-number {
    color: var(--mm-color-white);
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.1;
    text-decoration: none;
  }
  
  .mm-lp-call-number:hover {
    color: var(--mm-color-primary);
  }
  
  .mm-lp-call-card ul {
    border-top: 1px solid rgba(255, 255, 255, .14);
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 1.1rem 0 0;
  }
  
  .mm-lp-call-card li {
    align-items: flex-start;
    color: #edf7fc;
    display: flex;
    font-size: .96rem;
    gap: .6rem;
  }
  
  .mm-lp-call-card li .mm-icon {
    color: var(--mm-color-primary);
    height: 19px;
    margin-top: 2px;
    width: 19px;
  }
  
  .mm-lp-programs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    padding: 22px 0;
  }
  
  .mm-lp-programs-label {
    color: var(--mm-color-muted);
    font-size: .9rem;
    font-weight: 500;
    margin-right: .3rem;
  }
  
  .mm-lp-section {
    border-top: 1px solid var(--mm-color-line);
    padding: 56px 0;
  }
  
  .mm-lp-equipment-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
  }
  
  .mm-lp-equipment-card {
    background: var(--mm-color-white);
    border: 1px solid var(--mm-color-line);
    border-radius: 16px;
    padding: 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  
  .mm-lp-equipment-card:hover {
    border-color: var(--mm-color-primary);
    box-shadow: 0 18px 40px -26px rgba(14, 26, 43, .45);
    transform: translateY(-3px);
  }
  
  .mm-lp-icon-badge {
    align-items: center;
    background: var(--mm-color-primary-soft);
    border-radius: 12px;
    color: var(--mm-color-primary-dark);
    display: flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 14px;
    width: 46px;
  }
  
  .mm-lp-icon-badge .mm-icon {
    height: 24px;
    width: 24px;
  }
  
  .mm-lp-equipment-card h3 {
    margin: 0 0 .3rem;
  }
  
  .mm-lp-equipment-card p {
    color: var(--mm-color-muted);
    font-size: .96rem;
    margin: 0;
  }
  
  .mm-lp-refund {
    background: var(--mm-color-primary-soft);
    border: 1px solid var(--mm-color-line);
    border-radius: 24px;
    margin-top: 34px;
    padding: 44px 40px;
  }
  
  .mm-lp-refund-steps {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 26px;
    position: relative;
  }
  
  .mm-lp-refund-step {
    padding: 0 20px;
    position: relative;
  }
  
  .mm-lp-refund-step:not(:last-child)::after {
    background: repeating-linear-gradient(90deg, var(--mm-color-primary) 0 8px, transparent 8px 15px);
    content: "";
    height: 2px;
    left: 60px;
    opacity: .5;
    position: absolute;
    right: -2px;
    top: 22px;
    width: calc(100% - 44px);
  }
  
  .mm-lp-step-number {
    align-items: center;
    background: var(--mm-color-primary);
    border-radius: 50%;
    color: var(--mm-color-white);
    display: flex;
    font-size: 1.35rem;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    margin-bottom: 14px;
    position: relative;
    width: 46px;
    z-index: 1;
  }
  
  .mm-lp-refund-step h3 {
    font-size: 1.05rem;
    margin: 0 0 .25rem;
  }
  
  .mm-lp-refund-step p {
    color: var(--mm-color-muted);
    font-size: .93rem;
    margin: 0;
  }
  
  .mm-lp-table-wrap {
    background: var(--mm-color-white);
    border: 1px solid var(--mm-color-line);
    border-radius: 16px;
    margin-top: 30px;
    overflow: hidden;
  }
  
  .mm-lp table {
    border-collapse: collapse;
    font-size: .98rem;
    width: 100%;
  }
  
  .mm-lp thead th {
    background: var(--mm-color-text);
    color: #e8f4fc;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 14px 20px;
    text-align: left;
    text-transform: uppercase;
  }
  
  .mm-lp-code-col {
    width: 120px;
  }
  
  .mm-lp tbody td {
    border-top: 1px solid var(--mm-color-line);
    padding: 13px 20px;
  }
  
  .mm-lp tbody tr:nth-child(even) {
    background: #fbfdfe;
  }
  
  .mm-lp-code {
    color: var(--mm-color-primary-dark);
    font-variant-numeric: tabular-nums;
    font-weight: 700;
  }
  
  .mm-lp-callout {
    background: var(--mm-color-primary-soft);
    border: 1px solid var(--mm-color-line);
    border-left: 4px solid var(--mm-color-primary);
    border-radius: 12px;
    display: flex;
    gap: 14px;
    margin-top: 26px;
    padding: 18px 20px;
  }
  
  .mm-lp-callout .mm-icon {
    color: var(--mm-color-primary-dark);
    height: 24px;
    margin-top: 2px;
    width: 24px;
  }
  
  .mm-lp-callout p {
    color: var(--mm-color-muted);
    font-size: .98rem;
    margin: 0;
  }
  
  .mm-lp-split {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  
  .mm-lp-info-card {
    background: var(--mm-color-white);
    border: 1px solid var(--mm-color-line);
    border-radius: 16px;
    padding: 26px;
  }
  
  .mm-lp-info-card h3 {
    align-items: center;
    display: flex;
    gap: .55rem;
  }
  
  .mm-lp-info-card h3 .mm-icon {
    color: var(--mm-color-primary-dark);
    height: 22px;
    width: 22px;
  }
  
  .mm-lp-info-card p {
    color: var(--mm-color-muted);
    font-size: .98rem;
    margin: 0 0 .6rem;
  }
  
  .mm-lp-info-card p:last-child {
    margin: 0;
  }
  
  .mm-lp-author {
    align-items: center;
    background: var(--mm-color-white);
    border: 1px solid var(--mm-color-line);
    border-radius: 16px;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding: 26px;
  }
  
  .mm-lp-author-avatar {
    align-items: center;
    background: var(--mm-color-primary-soft);
    border-radius: 50%;
    color: var(--mm-color-primary-dark);
    display: flex;
    flex: none;
    font-size: 1.6rem;
    font-weight: 700;
    height: 74px;
    justify-content: center;
    width: 74px;
  }
  
  .mm-lp-author-role {
    color: var(--mm-color-primary-dark);
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0 0 .2rem;
  }
  
  .mm-lp-author p {
    color: var(--mm-color-muted);
    font-size: .98rem;
    margin: 0;
  }
  
  .mm-lp-author strong {
    font-size: 1.08rem;
  }
  
  .mm-lp-faq {
    display: grid;
    gap: 10px;
    margin-top: 26px;
  }
  
  .mm-lp-faq details {
    background: var(--mm-color-white);
    border: 1px solid var(--mm-color-line);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .15s ease;
  }
  
  .mm-lp-faq details[open] {
    border-color: var(--mm-color-primary);
  }
  
  .mm-lp-faq summary {
    align-items: center;
    color: var(--mm-color-text);
    cursor: pointer;
    display: flex;
    font-size: 1.03rem;
    font-weight: 700;
    gap: 14px;
    justify-content: space-between;
    list-style: none;
    padding: 18px 22px;
  }
  
  .mm-lp-faq summary::-webkit-details-marker {
    display: none;
  }
  
  .mm-lp-faq summary .mm-icon {
    color: var(--mm-color-primary-dark);
    flex: none;
    height: 22px;
    transition: transform .2s ease;
    width: 22px;
  }
  
  .mm-lp-faq details[open] summary .mm-icon {
    transform: rotate(45deg);
  }
  
  .mm-lp-faq-answer {
    color: var(--mm-color-muted);
    font-size: .98rem;
    padding: 0 22px 20px;
  }
  
  .mm-lp-final {
    align-items: center;
    background: var(--mm-color-text);
    border-radius: 24px;
    color: var(--mm-color-white);
    display: grid;
    gap: 32px;
    grid-template-columns: 1.3fr .7fr;
    margin: 56px 0 40px;
    overflow: hidden;
    padding: 48px 25px;
    position: relative;
  }
  
  .mm-lp-final::before {
    background: rgba(108, 178, 217, .12);
    border-radius: 50%;
    bottom: -80px;
    content: "";
    height: 260px;
    left: -80px;
    position: absolute;
    width: 260px;
  }
  
  .mm-lp-final h2 {
    color: var(--mm-color-white);
    margin-bottom: .3em;
  }
  
  .mm-lp-final p {
    color: #c7dcea;
    margin: 0;
  }
  
  .mm-lp-final-box,
  .mm-lp-final-actions {
    position: relative;
    z-index: 1;
  }
  
  .mm-lp-final-actions {
    display: flex;
    flex-direction: column;
    gap: .7rem;
  }
  
  .mm-lp-final .mm-btn {
    justify-content: center;
  }
  
  .mm-lp-form {
    background: var(--mm-color-white);
    border: 1px dashed var(--mm-color-line);
    border-radius: 16px;
    margin-top: 24px;
    padding: 26px;
  }
  
  .mm-lp-form-title {
    margin-top: 0;
  }
  
  .mm-lp-field {
    margin-bottom: 12px;
  }
  
  .mm-lp-field label {
    color: var(--mm-color-text);
    display: block;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .mm-lp-field input,
  .mm-lp-field textarea {
    background: var(--mm-color-bg-light);
    border: 1px solid var(--mm-color-line);
    border-radius: 10px;
    color: var(--mm-color-text);
    font: inherit;
    font-size: .98rem;
    padding: .7rem .85rem;
    width: 100%;
  }
  
  .mm-lp-field textarea {
    min-height: 96px;
    resize: vertical;
  }
  
  .mm-lp-form-submit {
    margin-top: 6px;
  }
  
  .mm-lp-form-note {
    color: var(--mm-color-muted);
    font-size: .85rem;
    margin: .4rem 0 0;
  }
  
  @media (max-width: 880px) {
    .mm-lp-hero {
      gap: 34px;
      grid-template-columns: 1fr;
      padding: 40px 0;
    }
  
    .mm-lp-equipment-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .mm-lp-refund-steps {
      gap: 26px 0;
      grid-template-columns: 1fr 1fr;
    }
  
    .mm-lp-refund-step:not(:last-child)::after {
      display: none;
    }
  
    .mm-lp-split,
    .mm-lp-final {
      grid-template-columns: 1fr;
    }
  
    .mm-lp-refund {
      padding: 30px 24px;
    }
  }
  
  @media (max-width: 520px) {
    .mm-lp {
      font-size: 16px;
    }
  
    .mm-lp-equipment-grid,
    .mm-lp-refund-steps {
      grid-template-columns: 1fr;
    }
  
    .mm-lp-call-number {
      font-size: 2.1rem;
    }
  
    .mm-lp-programs {
      gap: .5rem;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .mm-lp * {
      animation: none !important;
      transition: none !important;
    }
  }
  
  .mm-lp-final .mm-btn--outline {
    background: transparent;
    border-color: rgba(255, 255, 255, .35);
    color: var(--mm-color-white);
  }
  
  .mm-lp-final .mm-btn--outline:hover {
    border-color: var(--mm-color-white);
    color: var(--mm-color-white);
  }
  
  
  /* Strona główna */
  
  .vc_custom_3000000001 {
    background-color: #f4f9fc !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .vc_custom_3000000002 {
    padding-right: 40px !important;
  }
  
  .vc_custom_3000000003 {
    margin-bottom: 12px !important;
    text-transform: uppercase;
  }
  
  .vc_custom_3000000004 {
    margin-bottom: 20px !important;
  }
  
  .vc_custom_3000000005 {
    margin-bottom: 28px !important;
  }
  
  .vc_custom_3000000006 {
    margin-bottom: 28px !important;
  }
  
  .vc_custom_3000000007 {
    margin-bottom: 24px !important;
  }
  
  .vc_custom_3000000008 {
    margin-bottom: 20px !important;
  }
  
  .vc_custom_3000000015 {
    background-color: #ffffff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #eef3f7 !important;
  }
  
  .vc_custom_3000000015b {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .vc_custom_3000000010 {
    background-color: #ffffff !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  
  .vc_custom_3000000020 {
    background-color: #f8fbfd !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000021 {
    margin-bottom: 40px !important;
    text-align:center;
  }
  
  .vc_custom_3000000022 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
  }
  
  .vc_custom_3000000023 {
    margin-bottom: 12px !important;
  }
  
  .vc_custom_3000000030 {
    background-color: #ffffff !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000031 {
    margin-bottom: 40px !important;
    text-align:center;
  }
  
  .vc_custom_3000000032 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
  }
  
  .vc_custom_3000000033 {
    margin-bottom: 12px !important;
  }
  
  .vc_custom_3000000034 {
    margin-top: 32px !important;
    text-align:center;
  }
  
  .vc_custom_3000000040 {
    background-color: #f4f9fc !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000041 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    text-align:center;
  }
  
  .vc_custom_3000000042 {
    margin-bottom: 32px !important;
    text-align:center;
  }
  
  .vc_custom_3000000050 {
    background-color: #ffffff !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000051 {
    padding-right: 40px !important;
  }
  
  .vc_custom_3000000052 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
  }
  
  .vc_custom_3000000053 {
    margin-bottom: 18px !important;
  }
  
  .vc_custom_3000000054 {
    margin-bottom: 20px !important;
  }
  
  .vc_custom_3000000055 {
    margin-bottom: 28px !important;
  }
  
  .vc_custom_3000000060 {
    background-color: #f8fbfd !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000061 {
    padding-right: 40px !important;
  }
  
  .vc_custom_3000000062 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
  }
  
  .vc_custom_3000000063 {
    margin-bottom: 18px !important;
  }
  
  .vc_custom_3000000064 {
    margin-bottom: 28px !important;
  }
  
  .vc_custom_3000000070 {
    background-color: #ffffff !important;
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }
  
  .vc_custom_3000000071 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    text-align:center;
  }
  
  .vc_custom_3000000072 {
    margin-bottom: 32px !important;
    text-align:center;
  }
  
  .vc_custom_monimed_ti {
    height:320px !important;
    overflow:hidden !important;
  }
  
  .vc_custom_3000000080 {
    background-color: #f4f9fc !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000081 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    text-align:center;
  }
  
  .vc_custom_3000000082 {
    margin-bottom: 40px !important;
    text-align:center;
  }
  
  .vc_custom_3000000083 {
    padding-right: 40px !important;
  }
  
  .vc_custom_3000000084 {
    margin-bottom: 20px !important;
  }
  
  .vc_custom_3000000085 {
    margin-bottom: 20px !important;
  }
  
  .vc_custom_3000000090 {
    background-color: #ffffff !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  
  .vc_custom_3000000091 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    text-align:center;
  }
  
  .vc_custom_3000000092 {
    margin-bottom: 32px !important;
    text-align:center;
  }
  
  .mm-hero-text {
    font-size: 1em;
    color: #555;
    line-height: 1.7;
  }
  
  .mm-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .mm-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }
  
  .mm-step__number {
    min-width: 32px;
    height: 32px;
    background: #6cb2d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
    flex-shrink: 0;
  }
  
  .mm-step__content {
    color: #333;
    line-height: 1.6;
    padding-top: 5px;
  }
  
  .mm-btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .mm-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .mm-badge {
    background: #e8f4fc;
    color: #2a7aaa;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.82em;
    font-weight: 600;
  }
  
  .mm-image {
    width: 100%;
    border-radius: 16px;
    display: block;
  }
  
  .mm-section-lead {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.7;
  }
  
  .mm-process-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(108,178,217,0.12);
  }
  
  .mm-process-card__number {
    color: #6cb2d9;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 12px;
    line-height: 1;
  }
  
  .mm-process-card__title {
    font-size: 1em;
    font-weight: bold;
    color: #0e1a2b;
    margin-bottom: 10px;
  }
  
  .mm-process-card__text {
    font-size: 0.88em;
    color: #666;
    line-height: 1.6;
    margin: 0;
  }
  
  .mm-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .mm-check-list__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  
  .mm-check-list__icon {
    color: #6cb2d9;
    font-size: 1.1em;
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .mm-check-list__text {
    color: #444;
    line-height: 1.6;
    font-size: 0.92em;
  }
  
  .mm-doc-card {
    background: #f4f9fc;
    border-radius: 16px;
    padding: 32px;
    border-left: 4px solid #6cb2d9;
  }
  
  .mm-doc-card__title {
    font-size: 1.05em;
    font-weight: bold;
    color: #0e1a2b;
    margin-bottom: 16px;
    margin-top: 0;
  }
  
  .mm-doc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .mm-doc-list__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.88em;
    color: #444;
    line-height: 1.6;
  }
  
  .mm-doc-list__icon {
    color: #6cb2d9;
    flex-shrink: 0;
  }
  
  .mm-doc-card__note {
    font-size: 0.82em;
    color: #888;
    line-height: 1.6;
    margin: 0;
    border-top: 1px solid #d9edf7;
    padding-top: 14px;
  }
  
  .mm-text {
    color: #555;
    line-height: 1.7;
    font-size: 0.95em;
  }
  
  .mm-text-spaced {
    color: #555;
    line-height: 1.7;
    font-size: 0.95em;
    margin-top: 12px;
  }
  
  .mm-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  
  .mm-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1.5px solid #d9edf7;
    text-align: center;
  }
  
  .mm-stat-card__value {
    font-size: 1.6em;
    font-weight: bold;
    color: #6cb2d9;
    margin-bottom: 4px;
  }
  
  .mm-stat-card__label {
    font-size: 0.82em;
    color: #555;
    line-height: 1.4;
  }
  
  .mm-faq-note {
    font-size: 0.8em;
    color: #aaa;
    line-height: 1.6;
    margin-top: 18px;
  }
  
  .mm-contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(108,178,217,0.1);
  }
  
  .mm-contact-block {
    margin-bottom: 20px;
  }
  
  .mm-contact-label {
    font-size: 0.72em;
    color: #6cb2d9;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 5px;
  }
  
  .mm-contact-phone-spaced {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #0e1a2b;
    text-decoration: none;
    margin-bottom: 4px;
  }
  
  .mm-contact-phone {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    color: #0e1a2b;
    text-decoration: none;
  }
  
  .mm-contact-block-bordered {
    margin-bottom: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef3f7;
  }
  
  .mm-contact-email {
    font-size: 0.95em;
    font-weight: 600;
    color: #0e1a2b;
    text-decoration: none;
  }
  
  .mm-contact-text {
    font-size: 0.9em;
    color: #333;
  }
  
  .mm-contact-block-delivery {
    margin-bottom: 24px;
    padding-top: 16px;
    border-top: 1px solid #eef3f7;
  }
  
  .mm-contact-note {
    font-size: 0.82em;
    color: #888;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-top: 16px;
    border-top: 1px solid #eef3f7;
  }
  
  .mm-btn--full {
    display: block;
    text-align: center;
  }