.mtk-hero-block {
  --mtk-blue: #286cff;
  --mtk-white: #fff;
  --mtk-focus: #2015ff;
  --mtk-hero-image: none;
  position: relative;
  z-index: 2;
  display: grid;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100svh;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  place-items: center;
  isolation: isolate;
  border-radius: 0 0 24px 24px;
  background-color: #22272b;
  background-image: var(--mtk-hero-image);
  background-position: center;
  background-size: cover;
  font-family: var(--t-text-font, "Golos Text"), Arial, sans-serif;
  line-height: 1.3;
}

.mtk-hero-block,
.mtk-hero-block * { box-sizing: border-box; }

.mtk-hero-block__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.04) 34%, rgba(0,0,0,.36)), rgba(0,0,0,.15);
}

.mtk-hero-block__content {
  width: min(1180px, calc(100% - 40px));
  padding: 132px 0 52px;
  text-align: center;
}

.mtk-hero-block__title {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--mtk-white);
  font-size: clamp(54px, 6.4vw, 92px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(28px);
}

.mtk-hero-block__button {
  display: inline-flex;
  width: min(291px, 100%);
  min-height: 54px;
  margin-top: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--mtk-blue);
  color: var(--mtk-white);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transform: translateY(22px);
  transition: transform 180ms ease, background-color 180ms ease;
}

.mtk-hero-block__button:hover { background: #1c5ff1; transform: translateY(-2px); }
.mtk-hero-block__button:focus-visible { outline: 3px solid var(--mtk-focus); outline-offset: 3px; }
.mtk-hero-block.is-ready .mtk-hero-block__title { animation: mtk-hero-rise 620ms cubic-bezier(.22,1,.36,1) 120ms both; }
.mtk-hero-block.is-ready .mtk-hero-block__button { animation: mtk-hero-rise 560ms cubic-bezier(.22,1,.36,1) 280ms both; }

@keyframes mtk-hero-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 720px) {
  .mtk-hero-block { border-radius: 0 0 20px 20px; background-position: 58% center; }
  .mtk-hero-block__content { width: calc(100% - 32px); padding: 116px 0 36px; }
  .mtk-hero-block__title { font-size: clamp(38px, 11vw, 48px); line-height: 1.02; }
  .mtk-hero-block__button { min-height: 50px; margin-top: 30px; }
}

@media (max-width: 390px) { .mtk-hero-block__title { font-size: 38px; } }

@media (prefers-reduced-motion: reduce) {
  .mtk-hero-block__title,
  .mtk-hero-block__button { opacity: 1; transform: none; animation: none !important; transition: none !important; }
}










.mtk-map {
    --mtk-blue: #286cff;
    --mtk-green: #08933f;
    --mtk-black: #000000;
    --mtk-white: #ffffff;
    --mtk-muted: #72767f;
    --mtk-soft: #f4f4f2;
    --mtk-border: #e6e7ea;
    --mtk-focus: #2015ff;
    --mtk-radius: 24px;
    position: relative;
    color: var(--mtk-black);
    background: var(--mtk-white);
    font-family: var(--t-text-font, "Golos Text"), Arial, sans-serif;
    line-height: 1.3;
  }

  .mtk-map,
  .mtk-map *,
  .mtk-map *::before,
  .mtk-map *::after {
    box-sizing: border-box;
  }

  .mtk-map button,
  .mtk-map input,
  .mtk-map select,
  .mtk-map textarea {
    font: inherit;
  }

  .mtk-map button,
  .mtk-map a {
    -webkit-tap-highlight-color: transparent;
  }

  .mtk-map [hidden] {
    display: none !important;
  }

  .mtk-map .mtk-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--mtk-blue);
    color: var(--mtk-white);
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  }

  .mtk-map .mtk-button:hover {
    background: #1c5ff1;
    transform: translateY(-2px);
  }

  .mtk-map .mtk-button:active {
    transform: translateY(0);
  }

  .mtk-map .mtk-button:focus-visible,
  .mtk-map button:focus-visible,
  .mtk-map input:focus-visible,
  .mtk-map select:focus-visible,
  .mtk-map textarea:focus-visible {
    outline: 3px solid var(--mtk-focus);
    outline-offset: 3px;
  }

  .mtk-map .mtk-map-screen {
    position: sticky;
    z-index: 1;
    top: 0;
    background: #e9edf0;
  }

  .mtk-map .mtk-map-shell {
    --mtk-map-scale: .95;
    --mtk-map-opacity: 0;
    --mtk-map-radius: 32px;
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: var(--mtk-map-radius);
    background: #edf0f2;
    opacity: var(--mtk-map-opacity);
    transform: scale(var(--mtk-map-scale));
    transform-origin: center center;
    will-change: transform, opacity, border-radius;
  }

  .mtk-map .mtk-map-canvas,
  .mtk-map .mtk-map-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .mtk-map .mtk-map-canvas {
    background: #edf0f2;
  }

  .mtk-map .mtk-map-fallback {
    display: none;
    overflow: hidden;
    background: #eef1f3;
  }

  .mtk-map .mtk-map-shell.is-fallback .mtk-map-fallback {
    display: block;
  }

  .mtk-map .mtk-map-shell.is-fallback .mtk-map-canvas {
    display: none;
  }

  .mtk-map .mtk-map-fallback__roads {
    position: absolute;
    inset: -12%;
    background:
      linear-gradient(23deg, transparent 45%, rgba(255, 255, 255, .9) 45.3%, rgba(255, 255, 255, .9) 46.4%, transparent 46.7%),
      linear-gradient(102deg, transparent 31%, rgba(255, 255, 255, .78) 31.3%, rgba(255, 255, 255, .78) 32.2%, transparent 32.5%),
      linear-gradient(158deg, transparent 58%, rgba(255, 255, 255, .82) 58.3%, rgba(255, 255, 255, .82) 59%, transparent 59.3%),
      repeating-linear-gradient(0deg, rgba(128, 143, 151, .08) 0 1px, transparent 1px 48px),
      repeating-linear-gradient(90deg, rgba(128, 143, 151, .08) 0 1px, transparent 1px 48px);
    transform: rotate(-3deg) scale(1.08);
  }

  .mtk-map .mtk-map-fallback__pins {
    position: absolute;
    inset: 0;
  }

  .mtk-map .mtk-fallback-pin {
    position: absolute;
    width: 36px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    filter: drop-shadow(0 5px 8px rgba(16, 31, 41, .24));
    transform: translate(-50%, -100%);
    transition: transform 180ms ease;
  }

  .mtk-map .mtk-fallback-pin img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mtk-map .mtk-fallback-pin:hover,
  .mtk-map .mtk-fallback-pin.is-active {
    z-index: 3;
    transform: translate(-50%, -100%) scale(1.24);
  }

  .mtk-map .mtk-map-loader {
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 24px;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 21px;
    background: var(--mtk-white);
    box-shadow: 0 8px 28px rgba(27, 41, 50, .1);
    color: #4a4f55;
    font-size: 13px;
  }

  .mtk-map .mtk-map-loader__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mtk-blue);
    animation: mtk-pulse 1s ease-in-out infinite alternate;
  }

  @keyframes mtk-pulse {
    to { opacity: .35; transform: scale(.75); }
  }

  .mtk-map .mtk-map-note {
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 24px;
    max-width: min(340px, calc(100% - 48px));
    padding: 11px 15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 28px rgba(27, 41, 50, .1);
    color: #555b62;
    font-size: 12px;
  }

  .mtk-map .mtk-map-controls {
    position: absolute;
    z-index: 4;
    bottom: 24px;
    left: 24px;
    display: grid;
    gap: 6px;
  }

  .mtk-map .mtk-map-controls__zoom {
    display: grid;
    gap: 6px;
  }

  .mtk-map .mtk-map-controls__pan {
    display: none;
  }

  .mtk-map .mtk-map-controls button {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: var(--mtk-white);
    box-shadow: 0 7px 22px rgba(27, 41, 50, .14);
    color: var(--mtk-black);
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
  }

  .mtk-map .mtk-panel-positioner {
    position: absolute;
    z-index: 5;
    top: 120px;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 400px;
    max-width: calc(100% - 40px);
    align-items: center;
    pointer-events: none;
  }

  .mtk-map .mtk-panel {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: var(--mtk-radius);
    background: var(--mtk-white);
    box-shadow: 0 20px 64px rgba(26, 37, 44, .17);
    pointer-events: auto;
    scrollbar-width: thin;
  }

  .mtk-map .mtk-panel__content {
    padding: 24px;
    animation: mtk-panel-in 360ms cubic-bezier(.22, 1, .36, 1) both;
  }

  @keyframes mtk-panel-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .mtk-map .mtk-panel__top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
  }

  .mtk-map .mtk-panel__title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .mtk-map .mtk-panel__text {
    margin: 10px 0 0;
    color: var(--mtk-muted);
    font-size: 14px;
    line-height: 1.45;
  }

  .mtk-map .mtk-panel__close {
    display: grid;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--mtk-soft);
    color: var(--mtk-black);
    cursor: pointer;
  }

  .mtk-map .mtk-panel__close svg {
    width: 18px;
    height: 18px;
  }

  .mtk-map .mtk-status {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 4px 10px;
    border-radius: 14px;
    background: #edf8f1;
    color: var(--mtk-green);
    font-size: 13px;
    font-weight: 500;
  }

  .mtk-map .mtk-status::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: "";
  }

  .mtk-map .mtk-status--planned {
    background: #eef3ff;
    color: var(--mtk-blue);
  }

  .mtk-map .mtk-station-media {
    width: calc(100% + 48px);
    aspect-ratio: 16 / 8;
    margin: -24px -24px 22px;
    object-fit: cover;
  }

  .mtk-map .mtk-station-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 10px;
    color: var(--mtk-muted);
    font-size: 13px;
  }

  .mtk-map .mtk-station-meta span + span::before {
    margin-right: 10px;
    content: "·";
  }

  .mtk-map .mtk-equipment {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }

  .mtk-map .mtk-equipment__row {
    display: grid;
    grid-template-columns: 36px 1fr auto;
    min-height: 62px;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f7f7f6;
  }

  .mtk-map .mtk-equipment__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: var(--mtk-black);
    color: var(--mtk-white);
  }

  .mtk-map .mtk-equipment__icon svg {
    width: 20px;
    height: 20px;
  }

  .mtk-map .mtk-equipment__name {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }

  .mtk-map .mtk-equipment__state {
    display: block;
    margin-top: 2px;
    color: var(--mtk-muted);
    font-size: 12px;
  }

  .mtk-map .mtk-equipment__count {
    color: var(--mtk-muted);
    font-size: 12px;
  }

  .mtk-map .mtk-queue {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid var(--mtk-border);
    border-radius: 16px;
  }

  .mtk-map .mtk-queue__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .mtk-map .mtk-queue__title {
    font-size: 14px;
    font-weight: 500;
  }

  .mtk-map .mtk-queue__text {
    color: var(--mtk-muted);
    font-size: 12px;
  }

  .mtk-map .mtk-queue__slots {
    display: flex;
    margin-top: 12px;
  }

  .mtk-map .mtk-queue__slot {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: -7px;
    place-items: center;
    border: 3px solid var(--mtk-white);
    border-radius: 50%;
    background: var(--mtk-blue);
    color: var(--mtk-white);
    font-size: 12px;
    font-weight: 600;
  }

  .mtk-map .mtk-queue__slot:first-child {
    margin-left: 0;
  }

  .mtk-map .mtk-queue__slot--empty {
    border: 1px dashed #afb4ba;
    background: var(--mtk-white);
    color: #858b92;
  }

  .mtk-map .mtk-form-divider {
    height: 1px;
    margin: 22px 0 18px;
    background: var(--mtk-border);
  }

  .mtk-map .mtk-form-heading {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }

  .mtk-map .mtk-form-node,
  .mtk-map .mtk-fallback-form {
    display: grid;
    gap: 12px;
  }

  .mtk-map .mtk-field,
  .mtk-map .t-input-group {
    display: grid;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mtk-map .mtk-form-node .t-form__inputsbox {
    display: grid !important;
    gap: 12px !important;
  }

  .mtk-map .mtk-field > span,
  .mtk-map .t-input-title {
    color: #33383e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }

  .mtk-map .mtk-field input,
  .mtk-map .mtk-field select,
  .mtk-map .mtk-field textarea,
  .mtk-map .mtk-form-node .t-input,
  .mtk-map .mtk-form-node .t-select,
  .mtk-map .mtk-form-node .t-textarea {
    width: 100%;
    height: 48px !important;
    min-height: 48px;
    margin: 0;
    padding: 0 14px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    outline: none !important;
    background: #f6f6f4 !important;
    color: var(--mtk-black) !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
  }

  .mtk-map .mtk-field textarea,
  .mtk-map .mtk-form-node .t-textarea {
    height: auto !important;
    min-height: 88px;
    padding-top: 12px;
    resize: vertical;
  }

  .mtk-map .mtk-field input::placeholder,
  .mtk-map .mtk-form-node .t-input::placeholder,
  .mtk-map .mtk-form-node .t-textarea::placeholder {
    color: #969ba1;
  }

  .mtk-map .mtk-field input:focus,
  .mtk-map .mtk-field select:focus,
  .mtk-map .mtk-form-node .t-input:focus,
  .mtk-map .mtk-form-node .t-select:focus,
  .mtk-map .mtk-form-node .t-textarea:focus {
    border-color: var(--mtk-blue) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(40, 108, 255, .16) !important;
  }

  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-input,
  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-select,
  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-textarea {
    border-color: #d92d20 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, .1) !important;
  }

  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-input:focus,
  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-select:focus,
  .mtk-map .mtk-form-node .t-input-group.js-error-control-box .t-textarea:focus {
    border-color: var(--mtk-blue) !important;
    box-shadow: 0 0 0 3px rgba(40, 108, 255, .16) !important;
  }

  .mtk-map .mtk-form-node .t-input-error {
    margin: 1px 0 0 !important;
    padding: 0 !important;
    color: #b42318 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .mtk-map .mtk-submit,
  .mtk-map .mtk-form-node .t-submit {
    width: 100%;
    height: 52px !important;
    min-height: 52px;
    margin-top: 2px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--mtk-blue) !important;
    color: var(--mtk-white) !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
  }

  .mtk-map .mtk-consent,
  .mtk-map .t-form__inputsbox > .t-form__errorbox-wrapper + div,
  .mtk-map .t-form__errorbox-middle,
  .mtk-map .t-form__errorbox-bottom {
    color: var(--mtk-muted);
    font-size: 10px;
    line-height: 1.35;
    text-align: center;
  }

  .mtk-map .mtk-consent {
    margin: 0;
  }

  .mtk-map .mtk-consent a {
    color: inherit;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .mtk-map .mtk-form-node .t702__form-bottom-text,
  .mtk-map .mtk-form-node .t-form__bottom-text {
    display: none !important;
  }

  .mtk-map .mtk-form-status {
    margin: 0;
    color: var(--mtk-green);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
  }

  .mtk-map .t-form__errorbox-wrapper {
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #fecdca !important;
    border-radius: 12px !important;
    background: #fff4f2 !important;
    color: #b42318 !important;
    box-shadow: none !important;
  }

  .mtk-map .t-form__errorbox-middle {
    margin: 0 !important;
    padding: 0 !important;
    color: #b42318 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .mtk-map .t-form__errorbox-text,
  .mtk-map .t-form__errorbox-item,
  .mtk-map .t-form__errorbox-link {
    margin: 0 !important;
    padding: 0 !important;
    color: #b42318 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    list-style: none !important;
    text-align: left !important;
    text-decoration: none !important;
  }

  .mtk-map .t-form__errorbox-bottom {
    display: none !important;
  }

  .mtk-map .t-form__successbox {
    position: static !important;
    width: auto !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid #b7e4c7 !important;
    border-radius: 12px !important;
    background: #edf8f1 !important;
    color: #087a37 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  @media (max-width: 720px) {

    .mtk-map .mtk-map-canvas,
    .mtk-map .mtk-map-fallback {
      touch-action: pan-y;
    }

    .mtk-map .mtk-map-loader,
    .mtk-map .mtk-map-note {
      top: 12px;
      left: 12px;
    }

    .mtk-map .mtk-map-controls {
      top: 84px;
      right: 12px;
      bottom: auto;
      left: auto;
    }

    .mtk-map .mtk-map-controls button {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      font-size: 23px;
    }

    .mtk-map .mtk-panel-positioner {
      top: auto;
      right: 8px;
      bottom: max(8px, env(safe-area-inset-bottom));
      left: 8px;
      display: block;
      width: auto;
      max-width: none;
    }

    .mtk-map .mtk-panel {
      max-height: min(74svh, 690px);
      border-radius: 22px;
    }

    .mtk-map .mtk-panel__content {
      padding: 20px;
    }

    .mtk-map .mtk-panel__title {
      font-size: 23px;
    }

    .mtk-map .mtk-station-media {
      width: calc(100% + 40px);
      margin: -20px -20px 18px;
    }

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

    .mtk-map .mtk-equipment__row {
      grid-template-columns: 34px 1fr auto;
      min-height: 66px;
    }

    .mtk-map .mtk-equipment__count {
      display: none;
    }
  }

  @media (max-width: 390px) {

    .mtk-map .mtk-panel {
      max-height: 72svh;
    }

    .mtk-map .mtk-panel__content {
      padding: 18px;
    }

    .mtk-map .mtk-station-media {
      width: calc(100% + 36px);
      margin: -18px -18px 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mtk-map *,
    .mtk-map *::before,
    .mtk-map *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }

    .mtk-map .mtk-map-shell {
      --mtk-map-scale: 1 !important;
      --mtk-map-opacity: 1 !important;
      --mtk-map-radius: 0px !important;
    }
  }

  .mtk-map {
  width: 100%;
  height: 100vh;
  height: 100svh;
}

  .mtk-map[data-overlay-hero="true"] {
  height: 200vh;
  height: 200svh;
  margin-top: -100vh;
  margin-top: -100svh;
}

  .mtk-map .mtk-map-screen {
  position: relative;
  top: auto;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  height: 100svh;
  margin-left: calc(50% - 50vw);
  overflow: clip;
}

  .mtk-map[data-overlay-hero="true"] .mtk-map-screen {
  position: sticky;
  top: 0;
}

@media (max-width: 720px) {
  .mtk-map,
  .mtk-map[data-overlay-hero="true"] {
    height: auto;
    margin-top: 0;
    padding: 12px 0 28px;
    background: var(--mtk-white);
  }

  .mtk-map .mtk-map-screen,
  .mtk-map[data-overlay-hero="true"] .mtk-map-screen {
    position: relative;
    top: auto;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw);
    overflow: visible;
    background: var(--mtk-white);
  }

  .mtk-map .mtk-map-shell {
    --mtk-map-scale: 1 !important;
    --mtk-map-opacity: 1 !important;
    --mtk-map-radius: 20px !important;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: none;
    will-change: auto;
  }

  .mtk-map .mtk-map-controls {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: auto;
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }

  .mtk-map .mtk-map-controls__zoom {
    gap: 5px;
  }

  .mtk-map .mtk-map-controls__pan {
    display: grid;
    grid-template-columns: repeat(3, 38px);
    grid-template-rows: repeat(3, 38px);
    gap: 3px;
  }

  .mtk-map .mtk-map-controls__pan button {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 18px;
  }

  .mtk-map .mtk-map-controls__up {
    grid-column: 2;
    grid-row: 1;
  }

  .mtk-map .mtk-map-controls__left {
    grid-column: 1;
    grid-row: 2;
  }

  .mtk-map .mtk-map-controls__right {
    grid-column: 3;
    grid-row: 2;
  }

  .mtk-map .mtk-map-controls__down {
    grid-column: 2;
    grid-row: 3;
  }

  .mtk-map .mtk-panel-positioner {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    max-width: none;
    margin: 12px 12px 0;
    pointer-events: auto;
    scroll-margin-top: 88px;
  }

  .mtk-map .mtk-panel {
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(26, 37, 44, .1);
  }

  .mtk-map .mtk-panel__content {
    padding: 22px;
  }

  .mtk-map .mtk-station-media {
    width: calc(100% + 44px);
    margin: -22px -22px 18px;
  }
}

@media (max-width: 390px) {
  .mtk-map .mtk-panel__content {
    padding: 18px;
  }

  .mtk-map .mtk-station-media {
    width: calc(100% + 36px);
    margin: -18px -18px 16px;
  }
}
