html {
    scroll-behavior: smooth;
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }

  .vfsvc-page {
    --vfsvc-mint: #46c162;
    --vfsvc-deep: #0b605b;
    --vfsvc-ink: #102b29;
    --vfsvc-muted: rgba(16, 43, 41, .66);
    --vfsvc-soft: #f2fbf5;
    --vfsvc-paper: #f8fcf9;
    --vfsvc-line: rgba(11, 96, 91, .12);
    --vfsvc-red: #e5483f;
    --vfsvc-shadow: 0 5px 5px rgba(9, 58, 55, .08);
    color: var(--vfsvc-ink);
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(180deg, #f6fbf8 0%, #fff 34%, #f8fcf9 100%);
  }

  .vfsvc-page * {
    box-sizing: border-box;
  }

  .vfsvc-page a {
    color: inherit;
    text-decoration: none;
  }

  .vfsvc-page button,
  .vfsvc-page input {
    font: inherit;
  }

  .vfsvc-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
  }

  .vfsvc-section {
    padding: 44px 0;
  }

  .vfsvc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: var(--vfsvc-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .vfsvc-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vfsvc-mint);
    box-shadow: 0 0 0 6px rgba(70, 193, 98, .13);
  }

  .vfsvc-h1,
  .vfsvc-h2,
  .vfsvc-h3 {
    margin: 0;
    color: #052d2b;
    line-height: 1.08;
  }

  .vfsvc-h1 {
    max-width: 660px;
    font-size: clamp(34px, 5vw, 42px);
    font-weight: 700;
    letter-spacing: -.055em;
  }

  .vfsvc-h2 {
    font-size: clamp(25px, 3vw, 28px);
    font-weight: 600;
    letter-spacing: -.04em;
  }

  .vfsvc-h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.025em;
  }

  .vfsvc-text {
    margin: 0;
    color: var(--vfsvc-muted);
    font-size: 17px;
    line-height: 1.65;
  }

  .vfsvc-card {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0px 0px 1px rgb(11 96 91 / 23%);
  }

  .vfsvc-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 12px 21px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background: var(--vfsvc-deep);
    box-shadow: var(--vfsvc-shadow);
    transition: transform .24s ease, background-color .24s ease;
  }

  .vfsvc-btn:hover {
    transform: translateY(-2px);
  }

  .vfsvc-btn--mint {
    background: var(--vfsvc-mint);
  }

  .vfsvc-btn--white {
    color: var(--vfsvc-deep);
    background: #fff;
  }

  .vfsvc-btn--soft {
    color: var(--vfsvc-deep);
    background: var(--vfsvc-soft);
  }

  .vfsvc-hero {
    padding: 34px 0 28px;
  }

  .vfsvc-hero-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border-radius: 34px;
    background:
      linear-gradient(90deg, rgba(11, 96, 91, .96) 0%, rgba(11, 96, 91, .92) 43%, rgba(11, 96, 91, .24) 72%, rgba(11, 96, 91, .04) 100%),
      var(--vfsvc-hero-image, url("/img/Banner-new-uslugi.png")) right center / cover no-repeat;
    box-shadow: var(--vfsvc-shadow);
  }

  .vfsvc-hero-content {
    position: relative;
    z-index: 1;
    width: min(690px, 100%);
    padding: clamp(28px, 6vw, 64px);
  }

  .vfsvc-hero .vfsvc-kicker,
  .vfsvc-hero .vfsvc-h1,
  .vfsvc-hero .vfsvc-text {
    color: #fff;
  }

  .vfsvc-hero .vfsvc-text {
    max-width: 550px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .78);
  }

  .vfsvc-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }

  .vfsvc-hero-metric {
    min-height: 112px;
    border-radius: 20px;
    padding: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
  }

  .vfsvc-hero-metric b {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
  }

  .vfsvc-hero-metric span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.4;
  }

  .vfsvc-hero-price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }

  .vfsvc-hero-discount {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: var(--vfsvc-red);
    box-shadow: 0 8px 20px rgba(229, 72, 63, .28);
    animation: vfsvc-discount-pulse 2.6s ease-in-out infinite;
  }

  .vfsvc-hero-price {
    margin-top: 0;
  }

  .vfsvc-hero-price .vfsvc-hero-discount {
    align-self: center;
  }

  .vfsvc-hero .vfsvc-price-line strong {
    color: #fff;
    font-size: 34px;
  }

  .vfsvc-hero .vfsvc-price-line s {
    color: rgba(255, 255, 255, .45);
    font-weight: 500 !important;
    font-size: 20px;
  }

  .vfsvc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .vfsvc-hero-actions .vfsvc-btn {
    transition: transform .24s ease, background-color .24s ease, box-shadow .24s ease;
  }

  .vfsvc-hero-actions .vfsvc-btn--mint {
    animation: vfsvc-hero-btn-pulse 2.4s ease-in-out infinite;
  }

  .vfsvc-hero-actions .vfsvc-btn--mint:hover {
    transform: translateY(-3px) scale(1.03);
    animation: none;
    box-shadow: 0 14px 28px rgba(70, 193, 98, .34);
  }

  .vfsvc-hero-actions .vfsvc-btn--white:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 24px rgba(255, 255, 255, .18);
  }

  @keyframes vfsvc-hero-btn-pulse {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(70, 193, 98, .42);
    }

    50% {
      box-shadow: 0 0 0 12px rgba(70, 193, 98, 0);
    }
  }

  @keyframes vfsvc-discount-pulse {
    0%, 100% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.05);
    }
  }

  .vfsvc-price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
  }

  .vfsvc-price-line strong {
    color: var(--vfsvc-deep);
    font-size: 34px;
    line-height: 1;
  }

  .vfsvc-price-line s {
    color: rgba(16, 43, 41, .42);
    font-weight: 800;
  }

  .vfsvc-route-card {
    padding: 18px;
  }

  .vfsvc-route-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
  }

  .vfsvc-route-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .vfsvc-route-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    border-radius: 16px;
    padding: 10px 12px;
    color: var(--vfsvc-deep);
    font-size: 14px;
    font-weight: 500;
    background: var(--vfsvc-soft);
    transition: transform .22s ease, background-color .22s ease;
  }

  .vfsvc-route-links a:hover {
    transform: translateY(-2px);
    background: rgba(70, 193, 98, .16);
  }

  .vfsvc-route-num {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    background: var(--vfsvc-deep);
  }

  .vfsvc-block-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
  }

  .vfsvc-prices-shell {
    overflow: hidden;
  }

  .vfsvc-prices-body {
    padding: 18px;
    border-top: 1px solid rgba(11, 96, 91, .08);
  }

  .vfsvc-equipment {
    display: grid;
    grid-template-columns: minmax(136px, 32%) minmax(0, 1fr);
    gap: 0;
    min-height: 247px;
    background: #fff;
  }

  .vfsvc-equipment-media {
    position: relative;
    min-height: 247px;
    overflow: hidden;
    background: var(--vfsvc-soft);
  }

  .vfsvc-equipment-media img {
    width: 100%;
    height: 100%;
    min-height: 247px;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 15px;
    box-sizing: border-box;
  }

  .vfsvc-equipment-body {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: clamp(19px, 3.4vw, 30px);
  }

  .vfsvc-equipment-title-row {
    display: grid;
    gap: 8px;
  }

  .vfsvc-equipment-title {
    margin: 0;
    color: #052d2b;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.2;
    min-height: 40px;
  }

  .vfsvc-equipment-subtitle {
    margin: 0;
    min-height: 66px;
    color: var(--vfsvc-muted);
    font-size: 16px;
    line-height: 1.6;
  }

  .vfsvc-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .vfsvc-spec {
    border-radius: 14px;
    padding: 10px;
    background: var(--vfsvc-paper);
  }

  .vfsvc-spec small {
    display: block;
    color: rgba(16, 43, 41, .50);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  .vfsvc-spec b {
    display: block;
    margin-top: 8px;
    color: var(--vfsvc-deep);
    font-size: 16px;
    font-weight: 500;
  }

  .vfsvc-app-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    padding: 6px 8px;
    color: var(--vfsvc-deep);
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    background: rgba(70, 193, 98, .11);
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
  }

  .vfsvc-app-head:hover {
    transform: translateY(-1px);
  }

  .vfsvc-app-head.is-active {
    color: #fff;
    background: var(--vfsvc-deep);
  }

  .vfsvc-price-tools {
    margin-bottom: 18px;
  }

  .vfsvc-app-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .vfsvc-app-tabs .vfsvc-app-head {
    width: auto;
    min-height: 44px;
    padding: 8px 12px;
  }

  .vfsvc-price-list {
    display: grid;
    gap: 8px;
  }

  .vfsvc-price-card {
    padding: 10px 12px 14px;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .vfsvc-price-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(11, 96, 91, .08);
  }

  .vfsvc-price-card-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 18px;
    align-items: start;
    cursor: pointer;
  }

  .vfsvc-price-card-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  .vfsvc-price-card-title {
    margin: 0;
    color: #17332f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16;
    font-family: 'Open Sans', sans-serif;
  }

  .vfsvc-page h3.vfsvc-price-card-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
  }

  .vfsvc-price-card-text {
    margin: 0;
    color: #5f7774;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    font-family: 'Open Sans', sans-serif;
  }

  .vfsvc-price-card-side {
    display: grid;
    gap: 12px;
    align-content: start;
    justify-items: stretch;
    min-width: 0;
  }

  .vfsvc-price-box {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
  }

  .vfsvc-price-caption {
    display: inline-block;
    color: #5f7774;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vfsvc-price-box strong {
    color: var(--vfsvc-deep);
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: inherit;
    letter-spacing: -.03em;
    line-height: 1;
    white-space: nowrap;
  }

  .vfsvc-price-toggle {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 16px;
    padding: 0 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background: var(--vfsvc-deep);
    box-shadow: 0 8px 20px rgba(11, 96, 91, .18);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
  }

  .vfsvc-price-toggle:hover {
    transform: translateY(-1px);
    background: #084844;
    box-shadow: 0 10px 24px rgba(11, 96, 91, .24);
  }

  .vfsvc-price-card.is-open .vfsvc-price-toggle {
    background: #17332f;
  }

  .vfsvc-price-details {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    padding-top: 0;
    transition: grid-template-rows .35s ease, opacity .25s ease, padding-top .35s ease;
  }

  .vfsvc-price-card.is-open .vfsvc-price-details {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-top: 16px;
  }

  .vfsvc-price-details-inner {
    overflow: hidden;
    display: grid;
    gap: 10px;
    min-height: 0;
  }

  .vfsvc-price-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f5fbf8;
  }

  .vfsvc-price-detail-label {
    min-width: 0;
    color: #17332f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Open Sans', sans-serif;
  }

  .vfsvc-price-detail-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0;
  }

  .vfsvc-price-detail-side strong {
    color: var(--vfsvc-deep);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .vfsvc-price-cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: auto;
    margin: 0;
    border: none;
    border-radius: 8px;
    padding: clamp(9px, 0.9vw, 11px) clamp(10px, 1vw, 13px);
    color: #fff;
    font-size: clamp(12px, 0.9vw, 14px);
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    background: var(--vfsvc-deep);
    transition: transform .2s ease, background-color .2s ease;
  }

  .vfsvc-price-cta:hover {
    transform: translateY(-1px);
    background: #084844;
  }

  .vfsvc-price-search {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 56px;
    border: 1.5px solid rgba(11, 96, 91, .14);
    border-radius: 16px;
    padding: 0 10px 0 16px;
    background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
    box-shadow: 0 2px 10px rgba(11, 96, 91, .06);
    transition: border-color .22s ease, box-shadow .22s ease;
  }

  .vfsvc-price-search:focus-within {
    border-color: rgba(70, 193, 98, .5);
    box-shadow: 0 0 0 4px rgba(70, 193, 98, .12);
  }

  .vfsvc-price-search-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: var(--vfsvc-deep);
    opacity: .5;
  }

  .vfsvc-price-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 15px 0;
    color: var(--vfsvc-ink);
    font-size: 15px;
    font-weight: 500;
    background: transparent;
  }

  .vfsvc-price-search input::placeholder {
    color: rgba(16, 43, 41, .38);
  }

  .vfsvc-price-search-clear {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    color: rgba(16, 43, 41, .45);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    background: transparent;
    transition: background-color .2s ease, color .2s ease;
  }

  .vfsvc-price-search-clear:hover {
    color: var(--vfsvc-deep);
    background: rgba(70, 193, 98, .1);
  }

  .vfsvc-price-search-clear.is-hidden {
    visibility: hidden;
    pointer-events: none;
  }

  .vfsvc-table-wrap {
    overflow-x: auto;
    border-radius: 18px;
  }

  .vfsvc-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 14px;
  }

  .vfsvc-table th,
  .vfsvc-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(11, 96, 91, .08);
    text-align: center;
    vertical-align: middle;
  }

  .vfsvc-table td:last-child {
    vertical-align: middle;
  }

  .vfsvc-table td:last-child .vfsvc-sign {
    vertical-align: middle;
  }

  .vfsvc-table th:first-child,
  .vfsvc-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    width: 312px;
    text-align: left;
    background: rgba(255, 255, 255, .96);
    font-size: 16px;
  }

  .vfsvc-table td:first-child {
    font-weight: 700;
    font-size: 17px;
  }

  .vfsvc-table th {
    color: rgba(16, 43, 41, .55);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: #fff;
    vertical-align: middle;
  }

  .vfsvc-table th[data-app] {
    padding: 10px 8px;
  }

  .vfsvc-table td {
    color: rgba(16, 43, 41, .78);
  }

  .vfsvc-table td[data-app] {
    font-weight: 700;
    white-space: nowrap;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
  }

  .vfsvc-table [data-app].is-active-col {
    color: var(--vfsvc-deep);
    background: rgba(70, 193, 98, .13);
  }

  .vfsvc-price-cell {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    line-height: 1.15;
    width: 100%;
  }

  .vfsvc-price-old {
    display: block;
    margin: 0;
    color: rgba(16, 43, 41, .42);
    font-size: 15px;
    font-weight: 500;
    text-decoration: line-through;
  }

  .vfsvc-price-new {
    display: block;
    color: var(--vfsvc-red);
    font-size: 20px;
    font-weight: 700;
  }

  .vfsvc-row.is-hidden,
  .vfsvc-mobile-price.is-hidden,
  .vfsvc-price-card.is-hidden,
  .vfsvc-promo.is-hidden {
    display: none;
  }

  .vfsvc-table tr:hover td {
    background: rgba(70, 193, 98, .06);
  }

  .vfsvc-table tr:hover td[data-app].is-active-col {
    background: rgba(70, 193, 98, .18);
  }

  .vfsvc-sign,
  .vfsvc-page .vfsvc-sign,
  .vfsvc-page .vfsvc-sign.yessert {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    min-height: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    padding: 0 16px !important;
    color: #fff;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1 !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: var(--vfsvc-mint);
  }

  .vfsvc-mobile-prices {
    display: none;
    gap: 10px;
  }

  .vfsvc-mobile-price {
    border-radius: 18px;
    padding: 15px;
    background: var(--vfsvc-paper);
  }

  .vfsvc-mobile-price strong {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .vfsvc-mobile-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: var(--vfsvc-muted);
    border-top: 1px solid rgba(11, 96, 91, .10);
  }

  .vfsvc-mobile-row b {
    color: var(--vfsvc-deep);
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
  }

  .vfsvc-services-context {
    display: grid;
    gap: 16px;
  }

  .vfsvc-services-context-panel {
    overflow: hidden;
    border: 1px solid var(--vfsvc-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--vfsvc-shadow);
  }

  .vfsvc-services-context-panel--deep {
    border: 0;
    color: #fff;
    background: linear-gradient(145deg, var(--vfsvc-deep), #084a47);
  }

  .vfsvc-services-context-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px 0;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-head {
    padding: 22px 22px 0;
  }

  .vfsvc-services-context-label {
    display: block;
    margin-bottom: 6px;
    color: var(--vfsvc-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-label {
    color: #7de290;
  }

  .vfsvc-services-context-title {
    margin: 0;
    color: #052d2b;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-title {
    color: #fff;
  }

  .vfsvc-services-context-note {
    max-width: 320px;
    margin: 0;
    color: var(--vfsvc-muted);
    font-size: 13px;
    line-height: 1.5;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-note {
    color: rgba(255, 255, 255, .66);
  }

  .vfsvc-services-context-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 22px 22px;
  }

  .vfsvc-services-context-card {
    display: grid;
    gap: 8px;
    min-height: 118px;
    border-radius: 16px;
    padding: 16px;
    color: #052d2b;
    background: var(--vfsvc-paper);
    transition: transform .2s ease, background-color .2s ease;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-card {
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }

  .vfsvc-services-context-card:hover {
    transform: translateY(-2px);
    background: var(--vfsvc-soft);
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-card:hover {
    background: rgba(255, 255, 255, .16);
  }

  .vfsvc-services-context-card strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .vfsvc-services-context-card span {
    color: var(--vfsvc-muted);
    font-size: 15px;
    line-height: 1.45;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-card span {
    color: rgba(255, 255, 255, .62);
  }

  .vfsvc-services-context-card em {
    margin-top: auto;
    color: var(--vfsvc-mint);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-top: 2px;
  }

  .vfsvc-services-context-panel--deep .vfsvc-services-context-card em {
    color: #7de290;
  }

  .vfsvc-promo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 16px;
  }

  .vfsvc-promo-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--vfsvc-radius);
  }

  .vfsvc-license-card {
    overflow: hidden;
  }

  .vfsvc-license-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    align-items: stretch;
  }

  .vfsvc-license-media {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    width: 176px;
    padding: 14px 12px 14px 16px;
    background: var(--vfsvc-soft);
  }

  .vfsvc-license-media img {
    width: 144px;
    height: auto;
    max-width: 144px;
    display: block;
  }

  .vfsvc-license-body {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 16px 20px;
  }

  .vfsvc-license-body .vfsvc-text {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.55;
  }

  .vfsvc-license-btn {
    min-height: 40px;
    padding: 10px 18px;
    color: #fff !important;
    font-size: 14px;
  }

  #licenses.vfsvc-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .vfsvc-faq-list {
    display: grid;
    gap: 12px;
  }

  .vfsvc-faq-item {
    overflow: hidden;
  }

  .vfsvc-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 22px;
    color: #052d2b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
  }

  .vfsvc-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .vfsvc-faq-item summary::after {
    content: "+";
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    background: var(--vfsvc-deep);
  }

  .vfsvc-faq-item[open] summary::after {
    content: "−";
    background: var(--vfsvc-mint);
  }

  .vfsvc-faq-answer {
    padding: 0 22px 22px;
  }

  .vfsvc-faq-answer .vfsvc-text {
    max-width: 780px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .vfsvc-promo-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .vfsvc-promo {
    overflow: hidden;
  }

  .vfsvc-promo-img {
    position: relative;
    height: 170px;
    background: var(--vfsvc-soft);
  }

  .vfsvc-promo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .vfsvc-label {
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 999px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    background: var(--vfsvc-deep);
  }

  .vfsvc-label--red {
    background: var(--vfsvc-red);
  }

  .vfsvc-promo-body {
    padding: 17px;
  }

  .vfsvc-promo-body strong {
    display: block;
    margin-top: 12px;
    color: var(--vfsvc-deep);
    font-size: 24px;
  }

  .vfsvc-promo-side {
    display: grid;
    align-content: space-between;
    gap: 18px;
    padding: 22px;
    color: #fff;
    background: var(--vfsvc-deep);
  }

  .vfsvc-promo-side .vfsvc-h3,
  .vfsvc-promo-side .vfsvc-text {
    color: #fff;
  }

  .vfsvc-promo-side .vfsvc-text {
    color: rgba(255, 255, 255, .74);
    margin-top: 10px;
  }

  .vfsvc-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(8, 35, 33, .50);
  }

  .vfsvc-modal.is-open {
    display: flex;
  }

  .vfsvc-modal-card {
    width: min(430px, 100%);
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--vfsvc-shadow);
  }

  .vfsvc-modal-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .vfsvc-close {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: var(--vfsvc-deep);
    cursor: pointer;
    background: var(--vfsvc-paper);
  }

  .vfsvc-form {
    display: grid;
    gap: 10px;
    margin-top: 16px;
  }

  .vfsvc-form input {
    border: 0;
    border-radius: 16px;
    padding: 14px 15px;
    outline: 0;
    background: var(--vfsvc-paper);
  }

  .vfsvc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .vfsvc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 1040px) {
    .vfsvc-equipment,
    .vfsvc-license-grid,
    .vfsvc-promo-layout {
      grid-template-columns: 1fr;
    }

    .vfsvc-equipment-media,
    .vfsvc-equipment-media img {
      min-height: 220px;
    }

    .vfsvc-specs {
      grid-template-columns: 1fr;
    }

    .vfsvc-promo-list,
    .vfsvc-services-context-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vfsvc-hero-metrics,
    .vfsvc-route-links {
      grid-template-columns: 1fr;
    }

    .vfsvc-license-media {
      width: 100%;
      justify-content: center;
      padding: 18px 16px 8px;
    }
  }

  @media (max-width: 980px) {
    .vfsvc-page {
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    .vfsvc-wrap {
      width: calc(100% - 24px);
    }

    .vfsvc-section {
      padding: 28px 0;
    }

    .vfsvc-h1 {
      max-width: none;
      font-size: 30px;
      line-height: 1.15;
      letter-spacing: -.04em;
    }

    .vfsvc-h2 {
      font-size: 24px;
      line-height: 1.2;
    }

    .vfsvc-h3 {
      font-size: 22px;
      line-height: 1.2;
    }

    .vfsvc-text {
      font-size: 16px;
      line-height: 1.6;
    }

    .vfsvc-card {
      border-radius: 18px;
    }

    .vfsvc-btn {
      width: 100%;
      min-height: 50px;
      font-size: 16px;
    }

    /* Hero */
    .vfsvc-hero {
      padding: 18px 0 12px;
    }

    .vfsvc-hero-panel {
      min-height: auto;
      border-radius: 22px;
      background:
        linear-gradient(180deg, rgba(11, 96, 91, .97) 0%, rgba(11, 96, 91, .88) 55%, rgba(11, 96, 91, .78) 100%),
        var(--vfsvc-hero-image-mobile, var(--vfsvc-hero-image, url("/img/Banner-new-uslugi.png"))) center top / cover no-repeat;
    }

    .vfsvc-hero-content {
      width: 100%;
      padding: 24px 18px 26px;
    }

    .vfsvc-hero .vfsvc-text {
      max-width: none;
      margin-top: 14px;
      font-size: 16px;
    }

    .vfsvc-hero-metrics {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 22px;
    }

    .vfsvc-hero-metric {
      min-height: 0;
      padding: 14px 16px;
      border-radius: 16px;
    }

    .vfsvc-hero-metric b {
      font-size: 17px;
    }

    .vfsvc-hero-metric span {
      margin-top: 6px;
      font-size: 14px;
    }

    .vfsvc-hero-price-wrap {
      margin-top: 20px;
    }

    .vfsvc-hero .vfsvc-price-line {
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 12px;
    }

    .vfsvc-hero .vfsvc-price-line strong {
      font-size: 32px;
    }

    .vfsvc-hero .vfsvc-price-line s {
      font-size: 18px;
    }

    .vfsvc-hero-discount {
      font-size: 12px;
      padding: 7px 12px;
    }

    .vfsvc-hero-actions {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
      margin-top: 22px;
    }

    /* Содержание */
    .vfsvc-route-card {
      padding: 16px;
    }

    .vfsvc-route-top {
      margin-bottom: 12px;
    }

    .vfsvc-route-links {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .vfsvc-route-links a {
      min-height: 52px;
      padding: 12px 14px;
      font-size: 16px;
      border-radius: 14px;
    }

    .vfsvc-route-num {
      width: 28px;
      height: 28px;
      font-size: 13px;
    }

    /* Цены / оборудование */
    .vfsvc-block-head {
      align-items: stretch;
      flex-direction: column;
      margin-bottom: 16px;
    }

    .vfsvc-equipment {
      min-height: 0;
    }

    .vfsvc-equipment-media,
    .vfsvc-equipment-media img {
      min-height: 200px;
    }

    .vfsvc-equipment-media img {
      padding: 12px;
    }

    .vfsvc-equipment-body {
      gap: 16px;
      padding: 18px 16px 20px;
    }

    .vfsvc-equipment-title {
      min-height: 0;
      font-size: 22px;
    }

    .vfsvc-equipment-subtitle {
      min-height: 0;
      font-size: 15px;
      line-height: 1.55;
    }

    .vfsvc-specs {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .vfsvc-spec {
      display: grid;
      grid-template-columns: 110px 1fr;
      align-items: center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 14px;
    }

    .vfsvc-spec small {
      margin: 0;
      font-size: 12px;
    }

    .vfsvc-spec b {
      margin-top: 0;
      font-size: 16px;
      line-height: 1.3;
    }

    .vfsvc-prices-body {
      padding: 14px;
    }

    .vfsvc-price-tools {
      margin-bottom: 14px;
    }

    .vfsvc-price-search {
      min-height: 52px;
      border-radius: 14px;
      padding: 0 8px 0 14px;
    }

    .vfsvc-price-search input {
      font-size: 16px;
      padding: 14px 0;
    }

    .vfsvc-app-tabs {
      gap: 6px;
      margin-bottom: 12px;
    }

    .vfsvc-app-tabs .vfsvc-app-head {
      min-height: 40px;
      font-size: 12px !important;
    }

    .vfsvc-price-card {
      padding: 8px 4px 12px;
    }

    .vfsvc-price-card:hover {
      transform: none;
      box-shadow: none;
    }

    .vfsvc-price-card-main {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .vfsvc-price-card-title,
    .vfsvc-page h3.vfsvc-price-card-title {
      font-size: 21px;
      font-weight: 600;
    }

    .vfsvc-price-box strong {
      font-size: clamp(22px, 6vw, 28px);
      font-weight: 600;
    }

    .vfsvc-price-toggle {
      min-height: 48px;
    }

    .vfsvc-price-detail-row {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }

    .vfsvc-price-detail-side {
      width: 100%;
      justify-content: space-between;
      margin-left: 0;
    }

    .vfsvc-price-cta {
      width: auto;
      flex: 0 0 auto;
      margin-left: auto;
      padding: 9px 12px;
      font-size: 16px;
    }

    .vfsvc-table-wrap {
      display: none;
    }

    .vfsvc-mobile-prices {
      display: grid;
      gap: 10px;
    }

    .vfsvc-mobile-price {
      padding: 16px;
      border-radius: 16px;
    }

    .vfsvc-mobile-price strong {
      margin-bottom: 8px;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.3;
    }

    .vfsvc-mobile-row {
      align-items: center;
      gap: 10px;
      padding: 10px 0;
      font-size: 15px;
    }

    .vfsvc-mobile-row b {
      flex: 0 0 auto;
      font-size: 20px;
      font-weight: 700;
      white-space: nowrap;
    }

    /* Другие услуги */
    .vfsvc-services-context {
      gap: 14px;
    }

    .vfsvc-services-context-panel {
      border-radius: 18px;
    }

    .vfsvc-services-context-head {
      align-items: flex-start;
      flex-direction: column;
      padding: 18px 16px 0;
    }

    .vfsvc-services-context-panel--deep .vfsvc-services-context-head {
      padding: 18px 16px 0;
    }

    .vfsvc-services-context-title {
      font-size: 20px;
    }

    .vfsvc-services-context-note {
      max-width: none;
      font-size: 14px;
    }

    .vfsvc-services-context-grid {
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 14px 16px 16px;
    }

    .vfsvc-services-context-card {
      min-height: 0;
      padding: 16px;
      border-radius: 14px;
    }

    .vfsvc-services-context-card strong {
      font-size: 17px;
    }

    .vfsvc-services-context-card span {
      font-size: 15px;
    }

    /* Акции / промо */
    .vfsvc-promo-list {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .vfsvc-promo-side {
      padding: 18px;
      gap: 14px;
    }

    .vfsvc-promo-body strong {
      font-size: 22px;
    }

    /* Лицензии */
    .vfsvc-license-body {
      padding: 8px 16px 18px;
      gap: 14px;
    }

    .vfsvc-license-body .vfsvc-text {
      max-width: none;
      font-size: 15px;
    }

    .vfsvc-license-btn {
      width: 100%;
      min-height: 48px;
      font-size: 15px;
    }

    #licenses.vfsvc-section {
      padding-top: 24px;
      padding-bottom: 24px;
    }

    /* FAQ */
    .vfsvc-faq-item summary {
      gap: 12px;
      padding: 14px 16px;
      font-size: 16px;
      line-height: 1.35;
    }

    .vfsvc-faq-item summary::after {
      flex: 0 0 32px;
      width: 32px;
      height: 32px;
      font-size: 20px;
    }

    .vfsvc-faq-answer {
      padding: 0 16px 16px;
    }

    /* Модалка */
    .vfsvc-modal {
      padding: 12px;
      align-items: flex-end;
    }

    .vfsvc-modal-card {
      width: 100%;
      padding: 20px 16px;
      border-radius: 20px;
    }

    .vfsvc-form input {
      font-size: 16px;
      padding: 14px;
    }

    /* Карта */
    #vfsvc-map.pasv1-map-section {
      padding: 28px 0 36px;
    }

    #vfsvc-map .pasv1-map-title {
      font-size: 24px;
    }

    #vfsvc-map .pasv1-map-aside,
    #vfsvc-map .pasv1-map-frame {
      height: 360px;
    }

    #vfsvc-map .pasv1-map-city-name {
      font-size: 16px;
    }

    #vfsvc-map .pasv1-map-phones,
    #vfsvc-map .pasv1-map-addr {
      font-size: 14px;
    }
  }

  @media (max-width: 480px) {
    .vfsvc-wrap {
      width: calc(100% - 16px);
    }

    .vfsvc-h1 {
      font-size: 26px;
    }

    .vfsvc-h2 {
      font-size: 22px;
    }

    .vfsvc-hero-panel {
      border-radius: 18px;
    }

    .vfsvc-hero-content {
      padding: 20px 14px 22px;
    }

    .vfsvc-hero .vfsvc-price-line strong {
      font-size: 28px;
    }

    .vfsvc-spec {
      grid-template-columns: 1fr;
      gap: 4px;
    }

    .vfsvc-spec b {
      font-size: 15px;
    }

    #vfsvc-map .pasv1-map-aside {
      height: 300px;
    }

    #vfsvc-map .pasv1-map-frame {
      height: 280px;
    }
  }

  #vfsvc-map.pasv1-map-section {
    padding: 42px 0 56px;
    border-top: 1px solid #dceae5;
    background: #fff;
  }

  #vfsvc-map .pasv1-map-title {
    margin: 0;
    color: #052d2b;
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 730;
    letter-spacing: -0.035em;
  }

  #vfsvc-map .pasv1-map-grid {
    display: grid;
    gap: 16px;
    margin-top: 20px;
  }

  #vfsvc-map .pasv1-map-aside {
    overflow: hidden;
    height: 422px;
    border: 1px solid #dceae5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(11, 96, 91, 0.04);
  }

  #vfsvc-map .pasv1-map-scroll {
    height: 100%;
    overflow-y: auto;
    padding: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(11, 96, 91, 0.35) transparent;
  }

  #vfsvc-map .pasv1-map-scroll::-webkit-scrollbar {
    width: 6px;
  }

  #vfsvc-map .pasv1-map-scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(11, 96, 91, 0.35);
  }

  #vfsvc-map .pasv1-map-groups {
    display: grid;
    gap: 20px;
  }

  #vfsvc-map .pasv1-map-group + .pasv1-map-group {
    padding-top: 20px;
    border-top: 1px solid #dceae5;
  }

  #vfsvc-map .pasv1-map-city {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    padding: 2px 4px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--vfsvc-deep);
    text-align: left;
    cursor: pointer;
    transition: opacity 160ms ease;
  }

  #vfsvc-map .pasv1-map-city:hover {
    opacity: 0.8;
  }

  #vfsvc-map .pasv1-map-city-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 8px;
    background: #edf8f2;
  }

  #vfsvc-map .pasv1-map-city-name {
    font-size: 15px;
    font-weight: 700;
  }

  #vfsvc-map .pasv1-map-phones {
    margin-top: 6px;
    padding-left: 4px;
    color: #657b79;
    font-size: 13px;
  }

  #vfsvc-map .pasv1-map-phone {
    padding: 0 4px;
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    transition: color 160ms ease;
  }

  #vfsvc-map .pasv1-map-phone:hover {
    color: var(--vfsvc-deep);
  }

  #vfsvc-map .pasv1-map-phones-sep {
    margin: 0 4px;
    color: rgba(101, 123, 121, 0.45);
  }

  #vfsvc-map .pasv1-map-addrs {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    padding-left: 12px;
    border-left: 2px solid #dff4e7;
  }

  #vfsvc-map .pasv1-map-addr {
    width: 100%;
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #123331;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: background 160ms ease;
  }

  #vfsvc-map .pasv1-map-addr:hover {
    background: rgba(223, 244, 231, 0.55);
  }

  #vfsvc-map .pasv1-map-city--active,
  #vfsvc-map .pasv1-map-addr--active {
    background: rgba(223, 244, 231, 0.7);
    box-shadow: inset 0 0 0 1px rgba(70, 193, 98, 0.28);
  }

  #vfsvc-map .pasv1-map-frame {
    overflow: hidden;
    height: 422px;
    border: 1px solid #dceae5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(11, 96, 91, 0.04);
  }

  #vfsvc-map .pasv1-map-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  @media (min-width: 981px) {
    #vfsvc-map .pasv1-map-grid {
      grid-template-columns: 380px 1fr;
    }

    #vfsvc-map .pasv1-map-aside,
    #vfsvc-map .pasv1-map-frame {
      height: 555px;
    }
  }

@media screen and (min-width: 769px) {
  .our-advantages .img-box {
    width: 120px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
  }
}


@media screen and (max-width: 1280px) {
  .vfsvc-page .vfsvc-sign,
  .vfsvc-page .vfsvc-sign.yessert {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 16px !important;
    line-height: 1 !important;
    font-size: 13px !important;
  }
}


/* vfsvc mobile overflow + perf */
@media screen and (max-width: 980px) {
  .vfsvc-page,
  #vfsvc-advantages,
  #vfsvc-promo,
  .mrtk-reviews-scope,
  .mrtk-final-doctors-section {
    max-width: 100%;
    overflow-x: clip;
  }

  .vfsvc-wrap,
  .vfsvc-card,
  .vfsvc-prices-shell,
  .vfsvc-equipment,
  .vfsvc-equipment-media,
  .vfsvc-equipment-media img,
  .vfsvc-table-wrap {
    max-width: 100%;
  }

  .vfsvc-table {
    min-width: 0;
  }

  .vfsvc-table-wrap {
    display: none !important;
  }

  .vfsvc-hero-actions .vfsvc-btn--mint,
  .vfsvc-hero-discount {
    animation: none !important;
  }

  .vfsvc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .vfsvc-btn,
  .vfsvc-route-links a,
  .vfsvc-app-head {
    transition: none;
  }

  .vfsvc-mobile-price {
    content-visibility: auto;
    contain-intrinsic-size: 0 220px;
  }
}
