/* ZIPTEH contacts redesign v6. Scoped to .zt-contacts. */
.zt-contacts {
    --ztc-yellow: #ffbd00;
    --ztc-yellow-dark: #d79d00;
    --ztc-ink: #303842;
    --ztc-body: #5d6670;
    --ztc-muted: #8b949e;
    --ztc-line: #e1e5e9;
    --ztc-soft: #f7f8f9;
    --ztc-card: #ffffff;
    width: 100%;
    padding: 26px 0 62px;
    color: var(--ztc-ink);
    background: #fafbfc;
    font-family: inherit;
}

.zt-contacts,
.zt-contacts *,
.zt-contacts *::before,
.zt-contacts *::after {
    box-sizing: border-box;
}

.zt-contacts a {
    color: inherit;
}

.zt-contacts__shell {
    width: min(100%, 2048px);
    margin: 0 auto;
    padding: 0 28px;
}

.zt-contacts__breadcrumbs {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ztc-muted);
    font-size: 12px;
    line-height: 1.3;
}

.zt-contacts__breadcrumbs a {
    text-decoration: none;
}

.zt-contacts__breadcrumbs a:hover {
    color: var(--ztc-yellow-dark);
}

.zt-contacts__hero {
    margin-bottom: 18px;
}

.zt-contacts__eyebrow {
    margin: 0 0 8px;
    color: #9a7100;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zt-contacts__hero h1 {
    margin: 0;
    color: var(--ztc-ink);
    font-size: clamp(34px, 3vw, 52px);
    font-weight: 750;
    line-height: 1.02;
    letter-spacing: -.035em;
}

.zt-contacts__hero > div:first-child > p:last-child {
    max-width: 680px;
    margin: 13px 0 0;
    color: var(--ztc-body);
    font-size: 16px;
    line-height: 1.5;
}

.zt-region-tabs {
    margin-bottom: 26px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--ztc-line);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(33, 42, 49, .045);
}

.zt-region-tabs--sticky {
    position: sticky;
    top: var(--zt-contacts-sticky-top, 18px);
    z-index: 30;
}

.zt-region-tabs__quick {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.zt-region-tabs__quick > * {
    min-width: 0;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    background: #fff;
    border: 1px solid var(--ztc-line);
    border-radius: 12px;
    text-decoration: none;
}

.zt-region-tabs__quick strong {
    color: var(--ztc-ink);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.zt-region-tabs__quick span {
    color: var(--ztc-muted);
    font-size: 10.2px;
    line-height: 1.25;
}

.zt-region-tabs__chooser {
    min-width: 0;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-left: auto;
}

.zt-region-tabs__label {
    flex: 0 0 auto;
    color: var(--ztc-body);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.zt-region-tabs__track {
    min-width: 0;
    max-width: 100%;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.zt-region-tabs__track::-webkit-scrollbar {
    display: none;
}

.zt-region-tab {
    min-height: 36px;
    padding: 0 20px;
    flex: 0 0 auto;
    color: #4f5861;
    background: #fff;
    border: 1px solid #e5e8eb;
    border-radius: 999px;
    font: inherit;
    font-size: 11px;
    font-weight: 650;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.zt-region-tab:hover,
.zt-region-tab:focus-visible {
    border-color: rgba(255, 189, 0, .72);
    outline: none;
}

.zt-region-tab.is-active {
    color: #493500;
    background: var(--ztc-yellow);
    border-color: var(--ztc-yellow);
    box-shadow: 0 6px 16px rgba(255, 189, 0, .18);
}

.zt-contacts__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(440px, 38vw, 620px);
    align-items: start;
    gap: 22px;
}

.zt-contacts__regions {
    min-width: 0;
}

.zt-contact-region {
    scroll-margin-top: calc(var(--zt-contacts-sticky-top, 18px) + var(--zt-contacts-bar-height, 84px) + 14px);
}

.zt-contact-region + .zt-contact-region {
    margin-top: 25px;
}

.zt-contact-region__head {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.zt-contact-region__head > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zt-contact-region__head h2 {
    margin: 0;
    color: var(--ztc-ink);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.015em;
}

.zt-contact-region__head > div > span {
    padding: 5px 8px;
    color: #946c00;
    background: #fff4cb;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.zt-contact-region__toggle {
    padding: 5px 0;
    color: var(--ztc-muted);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 10px;
    cursor: pointer;
}

.zt-contact-region__toggle span {
    display: inline-block;
    margin-left: 4px;
    transition: transform .2s ease;
}

.zt-contact-region.is-collapsed .zt-contact-region__toggle span {
    transform: rotate(180deg);
}

.zt-contact-region__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.zt-contact-region__grid--moscow,
.zt-contact-region__grid--other {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zt-contact-region__anchor {
    min-width: 0;
    scroll-margin-top: calc(var(--zt-contacts-sticky-top, 18px) + var(--zt-contacts-bar-height, 84px) + 14px);
}

.zt-contact-region.is-collapsed [data-region-content] {
    display: none;
}

.zt-contact-card {
    min-width: 0;
    min-height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background: var(--ztc-card);
    border: 1px solid var(--ztc-line);
    border-radius: 13px;
    box-shadow: 0 6px 18px rgba(34, 42, 50, .025);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.zt-contact-card:hover,
.zt-contact-card.is-highlighted {
    border-color: rgba(255, 189, 0, .7);
    box-shadow: 0 12px 26px rgba(34, 42, 50, .065);
    transform: translateY(-2px);
}

.zt-contact-card__head {
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.zt-contact-type-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    color: #a97900;
    background: #fff5d5;
    border-radius: 10px;
}

.zt-contact-type-icon svg {
    width: 19px;
    height: 19px;
}

.zt-contact-type-icon--store {
    color: #9c7000;
    background: #fff0ba;
}

.zt-contact-type-icon--warehouse {
    color: #8b6600;
    background: #ffefb3;
}

.zt-contact-type-icon--service {
    color: #916900;
    background: #fff0b9;
}

.zt-contact-card__heading {
    min-width: 0;
}

.zt-contact-card__heading h3 {
    margin: 1px 0 7px;
    color: var(--ztc-ink);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
}

.zt-contact-card__badge {
    padding: 4px 7px;
    display: inline-flex;
    color: #8a6500;
    background: #fff4ce;
    border-radius: 5px;
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1;
}

.zt-contact-card__details {
    margin: 0 0 13px;
    display: grid;
    gap: 8px;
}

.zt-contact-card__details > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: start;
    gap: 6px;
}

.zt-contact-card__details dt,
.zt-contact-card__details dd {
    margin: 0;
}

.zt-contact-card__detail-icon {
    width: 14px;
    height: 14px;
    color: #7f8992;
    display: inline-grid;
    place-items: center;
}

.zt-contact-card__detail-icon svg {
    width: 14px;
    height: 14px;
}

.zt-contact-card__details dd,
.zt-contact-card__details a {
    color: #515b65;
    font-size: 10.5px;
    line-height: 1.42;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.zt-contact-card__details dd a {
    display: block;
}

.zt-contact-card__details a:hover {
    color: #9a7000;
}

.zt-contact-card__route {
    min-height: 34px;
    margin-top: auto;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #59636d !important;
    background: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    font-size: 9.5px;
    font-weight: 650;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.zt-contact-card__route svg {
    width: 14px;
    height: 14px;
}

.zt-contact-card__route:hover,
.zt-contact-card__route:focus-visible {
    color: #493500 !important;
    background: #fff8df;
    border-color: var(--ztc-yellow);
    outline: none;
}

.zt-contacts__aside {
    min-width: 0;
    align-self: start;
    position: sticky;
    top: var(--zt-contacts-sticky-top, 18px);
    display: grid;
    align-content: start;
    gap: 13px;
}

.zt-contacts-map,
.zt-contacts-help {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ztc-line);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(34, 42, 50, .035);
}

.zt-contacts-map__head {
    padding: 14px 15px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.zt-contacts-map__head p {
    margin: 0 0 2px;
    color: var(--ztc-ink);
    font-size: 13px;
    font-weight: 750;
}

.zt-contacts-map__head span {
    color: var(--ztc-muted);
    font-size: 9.5px;
}

.zt-contacts-map__head a {
    color: #8b6700;
    font-size: 9px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.zt-contacts-map iframe {
    width: 100%;
    height: clamp(260px, 34vh, 340px);
    display: block;
    border: 0;
    background: #eef1f2;
}

.zt-contacts-map__legend {
    margin: 0;
    padding: 13px 15px 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    list-style: none;
}

.zt-contacts-map__legend li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5d6670;
    font-size: 9.5px;
}

.zt-contacts-map__legend-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 9px;
}

.zt-contacts-help {
    padding: 18px;
}

.zt-contacts-help h2 {
    margin: 0 0 7px;
    color: var(--ztc-ink);
    font-size: 16px;
    font-weight: 750;
    line-height: 1.25;
}

.zt-contacts-help p {
    margin: 0 0 13px;
    color: var(--ztc-body);
    font-size: 10.5px;
    line-height: 1.45;
}

.zt-contacts-help ul {
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}

.zt-contacts-help li {
    position: relative;
    padding-left: 19px;
    color: #56606a;
    font-size: 10px;
}

.zt-contacts-help li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    display: grid;
    place-items: center;
    content: "✓";
    color: #9b7100;
    background: #fff5d7;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 800;
}

.zt-contacts-help button {
    width: 100%;
    min-height: 42px;
    color: #4e3900;
    background: var(--ztc-yellow);
    border: 0;
    border-radius: 9px;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
    transition: filter .18s ease, transform .18s ease;
}

.zt-contacts-help button:hover {
    filter: brightness(.97);
    transform: translateY(-1px);
}

.zt-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1440px) {
    .zt-contacts__shell { padding-right: 20px; padding-left: 20px; }
    .zt-contacts__layout { grid-template-columns: minmax(0, 1fr) minmax(420px, 500px); }
}

@media (max-width: 1120px) {
    .zt-contacts__layout { grid-template-columns: 1fr; }
    .zt-region-tabs { align-items: stretch; flex-direction: column; }
    .zt-region-tabs__quick,
    .zt-region-tabs__chooser { width: 100%; }
    .zt-region-tabs__chooser { justify-content: space-between; }
    .zt-contacts__aside { align-self: auto; position: static; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
    .zt-contacts-map iframe { height: 300px; }
}

@media (max-width: 760px) {
    .zt-contacts { padding: 18px 0 42px; }
    .zt-contacts__shell { padding-right: 14px; padding-left: 14px; }
    .zt-contacts__breadcrumbs { margin-bottom: 16px; font-size: 10px; }
    .zt-contacts__hero { margin-bottom: 18px; }
    .zt-contacts__hero h1 { font-size: 34px; }
    .zt-contacts__hero > div:first-child > p:last-child { font-size: 13px; }
    .zt-region-tabs { margin-right: -14px; margin-left: -14px; padding: 10px 14px; gap: 10px; border-right: 0; border-left: 0; border-radius: 0; }
    .zt-region-tabs__quick { display: grid; grid-template-columns: 1fr; gap: 7px; }
    .zt-region-tabs__quick > * { padding: 11px 13px; }
    .zt-region-tabs__quick strong { font-size: 12px; }
    .zt-region-tabs__quick span { font-size: 9.8px; }
    .zt-region-tabs__chooser { flex-direction: column; align-items: flex-start; gap: 8px; }
    .zt-region-tabs__label { padding-left: 0; font-size: 10px; white-space: nowrap; }
    .zt-region-tabs__track { width: 100%; max-width: 100%; justify-content: flex-start; }
    .zt-region-tab { min-height: 34px; padding: 0 15px; font-size: 10px; }
    .zt-contact-region + .zt-contact-region { margin-top: 22px; }
    .zt-contact-region__head { align-items: flex-start; }
    .zt-contact-region__head > div { align-items: flex-start; flex-direction: column; gap: 6px; }
    .zt-contact-region__head h2 { font-size: 18px; }
    .zt-contact-region__grid,
    .zt-contact-region__grid--moscow,
    .zt-contact-region__grid--other { grid-template-columns: 1fr; }
    .zt-contact-card { padding: 14px; }
    .zt-contact-card__heading h3 { font-size: 13px; }
    .zt-contact-card__details dd,
    .zt-contact-card__details a { font-size: 10.5px; }
    .zt-contacts__aside { grid-template-columns: 1fr; }
    .zt-contacts-map iframe { height: 280px; }
}

@media (max-width: 420px) {
    .zt-contacts__hero h1 { font-size: 30px; }
    .zt-contact-region__toggle { font-size: 9px; }
    .zt-region-tabs__quick strong { font-size: 11.5px; }
    .zt-contacts-map iframe { height: 250px; }
    .zt-contacts-map__legend { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .zt-contacts *,
    .zt-contacts *::before,
    .zt-contacts *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* v2: prevent the browser from jumping when regions expand or the active city changes. */
.zt-region-tabs,
.zt-contacts__regions,
.zt-contact-region {
    overflow-anchor: none;
}



/* v3: larger two-column cards and a map that stays aligned directly below the sticky header. */
.zt-contacts-map {
    scroll-margin-top: calc(var(--zt-contacts-sticky-top, 18px) + var(--zt-contacts-bar-height, 84px) + 14px);
}


/* v4: sticky contact/city bar, lower map, consistent icons. */
.zt-region-tabs {
    scroll-margin-top: var(--zt-contacts-sticky-top, 18px);
}

.zt-region-tabs__quick > *:hover {
    border-color: rgba(255, 189, 0, .46);
}

.zt-contact-card__icon,
.zt-contacts-map__legend-icon {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.zt-contacts-map__legend-icon svg {
    width: 16px;
    height: 16px;
}

@media (min-width: 1121px) {
    .zt-contacts__aside {
        max-height: calc(100vh - var(--zt-contacts-sticky-top, 18px) - 18px);
    }
}


/* v6: restore two cards per row and align typography with the site header. */
.zt-contacts {
    font-family: "PT Sans Caption", "Montserrat", Arial, sans-serif;
}

.zt-contacts__hero h1 {
    font-size: clamp(42px, 3.2vw, 58px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.zt-contacts__hero > div:first-child > p:last-child {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.55;
}

.zt-region-tabs__quick strong {
    font-size: 14px;
    font-weight: 700;
}

.zt-region-tabs__quick span {
    font-size: 11px;
}

.zt-region-tabs__label {
    font-size: 13px;
    font-weight: 700;
}

.zt-region-tab {
    min-height: 39px;
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    font-weight: 700;
}

.zt-contact-region__head h2 {
    font-size: 24px;
    font-weight: 700;
}

.zt-contact-region__head > div > span {
    padding: 6px 9px;
    font-size: 10px;
}

.zt-contact-region__grid,
.zt-contact-region__grid--moscow,
.zt-contact-region__grid--other {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zt-contact-card {
    padding: 18px;
    border-radius: 14px;
}

.zt-contact-card__head {
    margin-bottom: 15px;
    gap: 12px;
}

.zt-contact-type-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
}

.zt-contact-type-icon svg {
    width: 22px;
    height: 22px;
}

.zt-contact-card__heading h3 {
    margin-top: 1px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.zt-contact-card__badge {
    padding: 5px 8px;
    font-size: 10px;
}

.zt-contact-card__details {
    margin-bottom: 16px;
    gap: 10px;
}

.zt-contact-card__details > div {
    grid-template-columns: 17px minmax(0, 1fr);
    gap: 8px;
}

.zt-contact-card__detail-icon,
.zt-contact-card__detail-icon svg {
    width: 16px;
    height: 16px;
}

.zt-contact-card__details dd,
.zt-contact-card__details a {
    font-size: 12.5px;
    line-height: 1.5;
}

.zt-contact-card__route {
    min-height: 39px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 11.5px;
    font-weight: 700;
}

.zt-contact-card__route svg {
    width: 16px;
    height: 16px;
}

.zt-contacts__aside {
    top: var(--zt-contacts-aside-top, calc(var(--zt-contacts-sticky-top, 18px) + var(--zt-contacts-bar-height, 84px) + 14px));
}

.zt-contacts-map__head p {
    font-size: 16px;
    font-weight: 700;
}

.zt-contacts-map__head span,
.zt-contacts-map__head a {
    font-size: 11px;
}

.zt-contacts-map__legend li {
    font-size: 11px;
}

.zt-contacts-help h2 {
    font-size: 19px;
    font-weight: 700;
}

.zt-contacts-help p {
    font-size: 12px;
    line-height: 1.5;
}

.zt-contacts-help li {
    font-size: 11.5px;
    line-height: 1.4;
}

.zt-contacts-help button {
    min-height: 46px;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1120px) and (min-width: 761px) {
    .zt-contact-region__grid,
    .zt-contact-region__grid--moscow,
    .zt-contact-region__grid--other {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .zt-contacts__hero h1 {
        font-size: 36px;
    }

    .zt-contacts__hero > div:first-child > p:last-child {
        font-size: 14px;
    }

    .zt-region-tabs__quick strong {
        font-size: 13px;
    }

    .zt-region-tabs__quick span {
        font-size: 10.5px;
    }

    .zt-region-tabs__label {
        font-size: 11px;
    }

    .zt-region-tab {
        min-height: 36px;
        padding-right: 16px;
        padding-left: 16px;
        font-size: 11px;
    }

    .zt-contact-region__head h2 {
        font-size: 21px;
    }

    .zt-contact-region__grid,
    .zt-contact-region__grid--moscow,
    .zt-contact-region__grid--other {
        grid-template-columns: 1fr;
    }

    .zt-contact-card {
        padding: 16px;
    }

    .zt-contact-card__heading h3 {
        font-size: 15px;
    }

    .zt-contact-card__details dd,
    .zt-contact-card__details a {
        font-size: 12px;
    }
}
