.elementor-1 .elementor-element.elementor-element-d3e6737{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d377ac1 */.mmct-post,
  .mmct-post * {
    box-sizing: border-box;
  }

  .mmct-post {
    --mmct-red: #D6362B;
    --mmct-red-dark: #A9241D;
    --mmct-gray: #6F7271;
    --mmct-ink: #202625;
    --mmct-muted: #68706E;
    --mmct-soft: #F4F6F6;
    --mmct-line: #E2E7E6;
    --mmct-white: #FFFFFF;
    width: 100%;
    overflow: hidden;
    color: var(--mmct-ink);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.75;
    background: var(--mmct-white);
  }

  .mmct-post img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mmct-post a {
    text-decoration: none;
  }

  .mmct-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
  }

  .mmct-section {
    padding: 100px 0;
  }

  .mmct-section--soft {
    background:
      radial-gradient(circle at 8% 12%, rgba(214, 54, 43, .07), transparent 26%),
      var(--mmct-soft);
  }

  .mmct-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--mmct-red);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .mmct-eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
  }

  .mmct-heading {
    margin: 0 0 22px;
    color: var(--mmct-ink);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .mmct-heading strong {
    color: var(--mmct-red);
  }

  .mmct-lead {
    max-width: 760px;
    margin: 0;
    color: var(--mmct-muted);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.75;
  }

  .mmct-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
  }

  .mmct-btn:hover {
    transform: translateY(-2px);
  }

  .mmct-btn svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }

  .mmct-btn--primary {
    color: var(--mmct-white);
    background: var(--mmct-red);
    box-shadow: 0 12px 28px rgba(214, 54, 43, .28);
  }

  .mmct-btn--primary:hover {
    color: var(--mmct-white);
    background: var(--mmct-red-dark);
  }

  .mmct-btn--light {
    color: var(--mmct-red);
    background: var(--mmct-white);
  }

  .mmct-btn--light:hover {
    color: var(--mmct-red-dark);
    background: #FFF5F4;
  }

  .mmct-btn--outline-light {
    color: var(--mmct-white);
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .06);
  }

  .mmct-btn--outline-light:hover {
    color: var(--mmct-red);
    border-color: var(--mmct-white);
    background: var(--mmct-white);
  }

  /* HERO */
  .mmct-hero {
    position: relative;
    min-height: 680px;
    isolation: isolate;
    display: flex;
    align-items: center;
    background-image: url('https://megamed.manev.top/wp-content/uploads/2026/07/MGM_5772.jpg');
    background-position: center center;
    background-size: cover;
  }

  .mmct-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(20, 25, 24, .95) 0%, rgba(20, 25, 24, .82) 39%, rgba(20, 25, 24, .28) 67%, rgba(20, 25, 24, .08) 100%);
  }

  .mmct-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 180px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .28), transparent);
  }

  .mmct-hero__content {
    max-width: 700px;
    padding: 110px 0 150px;
  }

  .mmct-hero .mmct-eyebrow {
    color: #FF766C;
  }

  .mmct-hero h1 {
    margin: 0 0 24px;
    color: var(--mmct-white);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: -.05em;
  }

  .mmct-hero h1 span {
    color: #FF6B61;
  }

  .mmct-hero__intro {
    max-width: 630px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
  }

  .mmct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  /* STATS */
  .mmct-stats {
    position: relative;
    z-index: 3;
    margin-top: -82px;
  }

  .mmct-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(226, 231, 230, .88);
    border-radius: 24px;
    background: var(--mmct-white);
    box-shadow: 0 24px 60px rgba(28, 35, 34, .14);
  }

  .mmct-stat {
    position: relative;
    min-height: 165px;
    padding: 31px 28px;
  }

  .mmct-stat + .mmct-stat::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 1px;
    background: var(--mmct-line);
  }

  .mmct-stat__value {
    display: block;
    margin-bottom: 6px;
    color: var(--mmct-red);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.035em;
  }

  .mmct-stat__label {
    display: block;
    color: var(--mmct-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  /* INTRO */
  .mmct-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(48px, 7vw, 94px);
  }

  .mmct-copy p {
    margin: 0 0 20px;
    color: var(--mmct-muted);
  }

  .mmct-copy p:last-child {
    margin-bottom: 0;
  }

  .mmct-checks {
    display: grid;
    gap: 14px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }

  .mmct-checks li {
    position: relative;
    margin: 0;
    padding-left: 36px;
    color: var(--mmct-ink);
    font-weight: 750;
  }

  .mmct-checks li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--mmct-white);
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    background: var(--mmct-red);
  }

  .mmct-image-card {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    border-radius: 30px;
    background: #ECEFEE;
    box-shadow: 0 26px 70px rgba(32, 38, 37, .13);
  }

  .mmct-image-card img {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }

  .mmct-image-card__badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 18px;
    color: var(--mmct-ink);
    font-weight: 850;
    line-height: 1.35;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 36px rgba(23, 28, 27, .12);
    backdrop-filter: blur(12px);
  }

  .mmct-image-card__badge span:first-child {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--mmct-white);
    font-size: 20px;
    background: var(--mmct-red);
  }

  /* BENEFITS */
  .mmct-section-head {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .mmct-section-head .mmct-eyebrow::before {
    display: none;
  }

  .mmct-section-head .mmct-lead {
    margin-inline: auto;
  }

  .mmct-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .mmct-card {
    padding: 34px;
    border: 1px solid var(--mmct-line);
    border-radius: 22px;
    background: var(--mmct-white);
    box-shadow: 0 14px 36px rgba(31, 38, 37, .055);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }

  .mmct-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 54, 43, .28);
    box-shadow: 0 24px 52px rgba(31, 38, 37, .1);
  }

  .mmct-card__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 23px;
    place-items: center;
    border-radius: 17px;
    color: var(--mmct-red);
    background: rgba(214, 54, 43, .1);
  }

  .mmct-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .mmct-card h3 {
    margin: 0 0 11px;
    color: var(--mmct-ink);
    font-size: 21px;
    line-height: 1.3;
  }

  .mmct-card p {
    margin: 0;
    color: var(--mmct-muted);
    font-size: 15.5px;
    line-height: 1.7;
  }

  /* EXAMS */
  .mmct-exams {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
  }

  .mmct-exam {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 90px;
    padding: 18px 20px;
    border: 1px solid var(--mmct-line);
    border-radius: 18px;
    color: var(--mmct-ink);
    font-weight: 800;
    line-height: 1.4;
    background: var(--mmct-white);
  }

  .mmct-exam span:first-child {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--mmct-white);
    font-size: 18px;
    background: linear-gradient(135deg, var(--mmct-red), var(--mmct-red-dark));
  }

  .mmct-note {
    margin: 30px 0 0;
    padding: 18px 22px;
    border-left: 4px solid var(--mmct-red);
    border-radius: 0 14px 14px 0;
    color: var(--mmct-muted);
    font-size: 15px;
    background: rgba(214, 54, 43, .065);
  }

  /* TECHNOLOGY */
  .mmct-tech {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: clamp(42px, 7vw, 88px);
  }

  .mmct-device {
    position: relative;
    display: grid;
    min-height: 500px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--mmct-line);
    border-radius: 30px;
    background:
      radial-gradient(circle at 50% 48%, rgba(214, 54, 43, .13), transparent 42%),
      linear-gradient(145deg, #FFFFFF, #EEF1F0);
  }

  .mmct-device::after {
    content: "SIEMENS SOMATOM go.Up";
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    color: rgba(32, 38, 37, .35);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-align: center;
  }

  .mmct-device img {
    width: min(86%, 470px);
    filter: drop-shadow(0 24px 26px rgba(31, 38, 37, .16));
  }

  .mmct-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
  }

  .mmct-spec {
    padding: 18px 19px;
    border: 1px solid var(--mmct-line);
    border-radius: 15px;
    background: var(--mmct-white);
  }

  .mmct-spec span {
    display: block;
  }

  .mmct-spec__name {
    margin-bottom: 3px;
    color: var(--mmct-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .mmct-spec__value {
    color: var(--mmct-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
  }

  .mmct-footnote {
    margin: 15px 0 0;
    color: #7D8583;
    font-size: 12.5px;
    line-height: 1.55;
  }

  /* PREPARATION */
  .mmct-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 50px;
  }

  .mmct-step {
    position: relative;
    padding: 32px 25px 28px;
    border: 1px solid var(--mmct-line);
    border-radius: 22px;
    background: var(--mmct-white);
  }

  .mmct-step__number {
    display: grid;
    width: 46px;
    height: 46px;
    margin: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    color: var(--mmct-white);
    font-size: 16px;
    font-weight: 900;
    background: var(--mmct-red);
    box-shadow: 0 9px 20px rgba(214, 54, 43, .24);
  }

  .mmct-step h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.35;
  }

  .mmct-step p {
    margin: 0;
    color: var(--mmct-muted);
    font-size: 14.5px;
    line-height: 1.65;
  }

  /* FAQ */
  .mmct-faq {
    max-width: 900px;
    margin: 42px auto 0;
  }

  .mmct-faq details {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--mmct-line);
    border-radius: 16px;
    background: var(--mmct-white);
  }

  .mmct-faq details[open] {
    border-color: rgba(214, 54, 43, .3);
    box-shadow: 0 12px 30px rgba(31, 38, 37, .06);
  }

  .mmct-faq summary {
    position: relative;
    padding: 22px 64px 22px 24px;
    color: var(--mmct-ink);
    font-size: 17px;
    font-weight: 850;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
  }

  .mmct-faq summary::-webkit-details-marker {
    display: none;
  }

  .mmct-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: var(--mmct-red);
    font-size: 22px;
    line-height: 1;
    background: rgba(214, 54, 43, .1);
    transform: translateY(-50%);
  }

  .mmct-faq details[open] summary::after {
    content: "−";
  }

  .mmct-faq__answer {
    padding: 0 24px 23px;
    color: var(--mmct-muted);
    font-size: 15.5px;
    line-height: 1.7;
  }

  .mmct-faq__answer p {
    margin: 0;
  }

  /* CTA */
  .mmct-cta-wrap {
    padding: 0 0 100px;
    background: var(--mmct-soft);
  }

  .mmct-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 7vw, 72px);
    border-radius: 30px;
    color: var(--mmct-white);
    background: linear-gradient(125deg, #B5271F 0%, var(--mmct-red) 55%, #EE5C51 100%);
    box-shadow: 0 28px 70px rgba(169, 36, 29, .25);
  }

  .mmct-cta::before,
  .mmct-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .17);
  }

  .mmct-cta::before {
    width: 360px;
    height: 360px;
    top: -210px;
    right: -40px;
  }

  .mmct-cta::after {
    width: 250px;
    height: 250px;
    right: 145px;
    bottom: -180px;
  }

  .mmct-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
  }

  .mmct-cta h2 {
    max-width: 760px;
    margin: 0 0 13px;
    color: var(--mmct-white);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -.03em;
  }

  .mmct-cta p {
    max-width: 710px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
  }

  .mmct-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 230px;
  }

  .mmct-disclaimer {
    margin: 24px auto 0;
    color: #7A8280;
    font-size: 12.5px;
    line-height: 1.6;
    text-align: center;
  }

  @media (max-width: 980px) {
    .mmct-section {
      padding: 78px 0;
    }

    .mmct-stats__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmct-stat:nth-child(3)::before {
      display: none;
    }

    .mmct-stat:nth-child(n+3) {
      border-top: 1px solid var(--mmct-line);
    }

    .mmct-split,
    .mmct-tech {
      grid-template-columns: 1fr;
    }

    .mmct-card-grid,
    .mmct-exams {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmct-steps {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmct-cta__inner {
      grid-template-columns: 1fr;
    }

    .mmct-cta__actions {
      flex-direction: row;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 640px) {
    .mmct-post {
      font-size: 16px;
    }

    .mmct-container {
      width: min(calc(100% - 30px), 1180px);
    }

    .mmct-section {
      padding: 62px 0;
    }

    .mmct-hero {
      min-height: 650px;
      align-items: flex-end;
      background-position: 61% center;
    }

    .mmct-hero::before {
      background: linear-gradient(0deg, rgba(20, 25, 24, .98) 0%, rgba(20, 25, 24, .86) 51%, rgba(20, 25, 24, .25) 100%);
    }

    .mmct-hero__content {
      padding: 180px 0 125px;
    }

    .mmct-hero h1 {
      font-size: clamp(38px, 12vw, 54px);
    }

    .mmct-hero__actions,
    .mmct-cta__actions {
      flex-direction: column;
    }

    .mmct-btn {
      width: 100%;
    }

    .mmct-stats {
      margin-top: -66px;
    }

    .mmct-stats__grid {
      grid-template-columns: 1fr;
      border-radius: 20px;
    }

    .mmct-stat {
      min-height: auto;
      padding: 23px 24px;
    }

    .mmct-stat + .mmct-stat::before {
      top: 0;
      right: 24px;
      bottom: auto;
      left: 24px;
      width: auto;
      height: 1px;
    }

    .mmct-stat:nth-child(3)::before {
      display: block;
    }

    .mmct-stat:nth-child(n+3) {
      border-top: 0;
    }

    .mmct-image-card {
      min-height: 430px;
      border-radius: 22px;
    }

    .mmct-card-grid,
    .mmct-exams,
    .mmct-steps,
    .mmct-specs {
      grid-template-columns: 1fr;
    }

    .mmct-card {
      padding: 28px;
    }

    .mmct-device {
      min-height: 390px;
    }

    .mmct-cta-wrap {
      padding-bottom: 62px;
    }

    .mmct-cta {
      padding: 38px 25px;
      border-radius: 22px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mmct-post *,
    .mmct-post *::before,
    .mmct-post *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }/* End custom CSS */