/* =========================================================
   CONTACTS PAGE
========================================================= */
#contacts-page-2026 {
    --contacts-primary: #5b35b5;
    --contacts-primary-dark: #45258d;
    --contacts-accent: #dc62c1;
    --contacts-text: #2e2f38;
    --contacts-text-muted: #67697e;
    --contacts-text-soft: #74768a;
    --contacts-bg: #fff;
    --contacts-bg-soft: #f7f6fb;
    --contacts-border: rgba(91, 53, 181, .13);
    --contacts-border-light: rgba(91, 53, 181, .09);
    --contacts-shadow: 0 12px 38px rgba(46, 47, 56, .075),
                       0 3px 10px rgba(91, 53, 181, .025);
    --contacts-radius: 22px;
    --contacts-radius-small: 12px;
    --contacts-transition: .22s ease;

    width: 100%;
    color: var(--contacts-text);
    font-family: Rubik, Arial, sans-serif;
    line-height: 1.55;
    overflow: hidden;
}

/* =========================================================
   RESET
========================================================= */
#contacts-page-2026 h1,
#contacts-page-2026 h2,
#contacts-page-2026 h3,
#contacts-page-2026 p,
#contacts-page-2026 address {
    margin: 0;
}

#contacts-page-2026 a {
    color: inherit;
}

#contacts-page-2026 svg {
    display: block;
}

/* =========================================================
   MAIN
========================================================= */
#contacts-page-2026 .contacts-main {
    position: relative;
    padding: 0 0 60px;
    background:
        radial-gradient(circle at 94% 4%, rgba(220, 98, 193, .075), transparent 29%),
        radial-gradient(circle at 5% 94%, rgba(91, 53, 181, .045), transparent 28%),
        #fff;
}

/* =========================================================
   CONTAINER
========================================================= */
#contacts-page-2026 .contacts-container {
    width: min(1420px, calc(100% - 44px));
    margin-inline: auto;
}

/* =========================================================
   HEADER
========================================================= */
#contacts-page-2026 .contacts-header {
    max-width: 760px;
    margin: 0 auto 31px;
    text-align: center;
}

#contacts-page-2026 .contacts-label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--contacts-primary);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#contacts-page-2026 .contacts-header h1 {
    color: var(--contacts-text);
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.025em;
}

#contacts-page-2026 .contacts-header__text {
    max-width: 620px;
    margin: 8px auto 0;
    color: var(--contacts-text-muted);
    font-size: 17px;
    line-height: 1.5;
}

/* =========================================================
   MAIN CARD
========================================================= */
#contacts-page-2026 .contacts-card {
    display: grid;
    grid-template-columns: minmax(320px, .8fr) minmax(0, 1.4fr);
    gap: 20px;
    width: 100%;
}

/* =========================================================
   LEFT COLUMN
========================================================= */
#contacts-page-2026 .contacts-info {
    min-width: 0;
    overflow: hidden;
    background: var(--contacts-bg);
    border: 1px solid var(--contacts-border);
    border-radius: var(--contacts-radius);
    box-shadow: var(--contacts-shadow);
}

/* =========================================================
   RIGHT COLUMN / MAP
========================================================= */
#contacts-page-2026 .contacts-map-column {
    min-width: 0;
    padding: 24px;
    background: var(--contacts-bg);
    border: 1px solid var(--contacts-border);
    border-radius: var(--contacts-radius);
    box-shadow: var(--contacts-shadow);
}

/* =========================================================
   CONTACT GROUPS
========================================================= */
#contacts-page-2026 .contacts-group {
    position: relative;
    padding: 20px 24px 16px 25px;
    border-bottom: 1px solid var(--contacts-border-light);
}

#contacts-page-2026 .contacts-group--phone {
    padding-top: 20px;
}

#contacts-page-2026 .contacts-group__heading {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

#contacts-page-2026 .contacts-group__content {
    min-width: 0;
    flex: 1;
}

#contacts-page-2026 .contacts-group__title {
    margin: 0 0 8px;
    padding: 0;
    color: var(--contacts-text);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
}

/* =========================================================
   ICONS
========================================================= */
#contacts-page-2026 .contacts-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(91, 53, 181, .105),
        rgba(220, 98, 193, .08)
    );
}

#contacts-page-2026 .contacts-icon svg {
    width: 37px;
    height: 37px;
}

/* =========================================================
   FILLED ICONS
========================================================= */
#contacts-page-2026 .contacts-icon--primary,
#contacts-page-2026 .contacts-group--address .contacts-icon {
    background: linear-gradient(
        135deg,
        rgba(91, 53, 181, .105),
        rgba(220, 98, 193, .08)
    );
}

#contacts-page-2026 .contacts-icon--primary svg {
    fill: var(--contacts-primary);
    stroke: none;
}

#contacts-page-2026 .contacts-group--address .contacts-icon svg {
    fill: var(--contacts-primary);
    stroke: none;
}

#contacts-page-2026 .contacts-group--address .contacts-icon svg circle {
    fill: #fff;
    stroke: none;
}

#contacts-page-2026 .contacts-group--address .contacts-icon svg path {
    fill: var(--contacts-primary);
    stroke: none;
}

/* =========================================================
   OUTLINE ICONS
========================================================= */
#contacts-page-2026 .contacts-group--hours .contacts-icon svg,
#contacts-page-2026 .contacts-group--email .contacts-icon svg {
    fill: none;
    stroke: var(--contacts-primary);
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#contacts-page-2026 .contacts-group--hours .contacts-icon svg circle,
#contacts-page-2026 .contacts-group--hours .contacts-icon svg path,
#contacts-page-2026 .contacts-group--email .contacts-icon svg rect,
#contacts-page-2026 .contacts-group--email .contacts-icon svg path {
    fill: none;
    stroke: var(--contacts-primary);
}

/* =========================================================
   PHONE
========================================================= */
#contacts-page-2026 .contacts-phone {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
    color: var(--contacts-text);
    font-size: 29px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.025em;
    text-decoration: none;
    overflow-wrap: break-word;
    transition: color var(--contacts-transition);
}

#contacts-page-2026 .contacts-phone:hover {
    color: var(--contacts-primary);
}

/* =========================================================
   MESSENGERS
========================================================= */
#contacts-page-2026 .contacts-messengers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

#contacts-page-2026 .contacts-messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 48px;
    padding: 0 10px;
    color: var(--contacts-text-muted);
    background: var(--contacts-bg);
    border: 1px solid rgba(91, 53, 181, .08);
    border-radius: 9px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition:
        color var(--contacts-transition),
        background var(--contacts-transition),
        border-color var(--contacts-transition),
        transform var(--contacts-transition);
}

#contacts-page-2026 .contacts-messenger:hover {
    color: var(--contacts-primary);
    background: rgba(91, 53, 181, .09);
    border-color: rgba(91, 53, 181, .16);
    transform: translateY(-1px);
}

#contacts-page-2026 .contacts-messenger__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    overflow: hidden;
}

#contacts-page-2026 .contacts-messenger__icon img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/* =========================================================
   ADDRESS
========================================================= */
#contacts-page-2026 .contacts-address {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--contacts-text-muted);
    font-size: 16px;
    line-height: 1.55;
    font-style: normal;
    overflow-wrap: break-word;
}

/* =========================================================
   HOURS
========================================================= */
#contacts-page-2026 .contacts-hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--contacts-text-muted);
    font-size: 16px;
    line-height: 1.35;
}

#contacts-page-2026 .contacts-hours__row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: baseline;
}

#contacts-page-2026 .contacts-hours strong {
    color: var(--contacts-primary);
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

#contacts-page-2026 .contacts-hours__row--closed strong {
    color: #45464a;
    font-weight: 500;
}

/* =========================================================
   EMAIL
========================================================= */
#contacts-page-2026 .contacts-email {
    display: inline-block;
    max-width: 100%;
    color: var(--contacts-primary);
    font-size: 16px;
    line-height: 1.45;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    overflow-wrap: break-word;
    transition: color var(--contacts-transition);
}

#contacts-page-2026 .contacts-email:hover {
    color: var(--contacts-primary-dark);
}

/* =========================================================
   REQUISITES
========================================================= */
#contacts-page-2026 .contacts-requisites {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    column-gap: 21px;
    align-items: start;
    padding: 20px 24px 18px 25px;
    border-bottom: 1px solid var(--contacts-border-light);
}

#contacts-page-2026 .contacts-requisites__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--contacts-primary);
    background: linear-gradient(
        135deg,
        rgba(91, 53, 181, .105),
        rgba(220, 98, 193, .08)
    );
    border-radius: 50%;
}

#contacts-page-2026 .contacts-requisites__icon svg {
    width: 37px;
    height: 37px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#contacts-page-2026 .contacts-requisites__content {
    min-width: 0;
}

#contacts-page-2026 .contacts-requisites__title {
    margin: 0 0 8px;
    color: var(--contacts-text);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    overflow-wrap: break-word;
}

#contacts-page-2026 .contacts-requisites__row {
    display: grid;
    grid-template-columns: 97px 1fr;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    font-size: 16px;
    line-height: 1.4;
    overflow-wrap: break-word;
}

#contacts-page-2026 .contacts-requisites__row + .contacts-requisites__row {
    border-top: 1px solid rgba(91, 53, 181, .07);
}

#contacts-page-2026 .contacts-requisites__row strong,
#contacts-page-2026 .contacts-requisites__row span {
    min-width: 0;
    overflow-wrap: break-word;
}

#contacts-page-2026 .contacts-requisites__row strong {
    color: var(--contacts-text);
    font-weight: 500;
}

#contacts-page-2026 .contacts-requisites__row span {
    color: var(--contacts-text-muted);
}

/* =========================================================
   SOCIAL - УНИВЕРСАЛЬНО (десктоп + мобила)
========================================================= */
#contacts-page-2026 .contacts-social {
    padding: 18px 25px 19px;
    text-align: center;
}

#contacts-page-2026 .contacts-social__title {
    margin-bottom: 11px;
    color: var(--contacts-text);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

#contacts-page-2026 .contacts-social__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

#contacts-page-2026 .contacts-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 140px;
    height: 48px;
    padding: 0 24px;
    color: var(--contacts-text-muted);
    background: var(--contacts-bg);
    border: 1px solid var(--contacts-border);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color var(--contacts-transition),
                background var(--contacts-transition),
                border-color var(--contacts-transition),
                transform var(--contacts-transition),
                box-shadow var(--contacts-transition);
}

#contacts-page-2026 .contacts-social__link:hover {
    color: var(--contacts-primary);
    background: rgba(91, 53, 181, .045);
    border-color: rgba(91, 53, 181, .18);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(91, 53, 181, .07);
}

#contacts-page-2026 .contacts-social__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    border-radius: 7px;
    overflow: hidden;
}

#contacts-page-2026 .contacts-social__icon img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/* =========================================================
   SOCIAL - МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */
@media (max-width: 640px) {
    #contacts-page-2026 .contacts-social {
        padding: 12px 12px 13px;
    }

    #contacts-page-2026 .contacts-social__title {
        margin-bottom: 8px;
        font-size: 17px;
        text-align: center;
    }

    #contacts-page-2026 .contacts-social__links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
        justify-items: center;
    }

    #contacts-page-2026 .contacts-social__link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: unset;
        height: 44px;
        padding: 0 12px;
        gap: 8px;
        border-radius: 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    #contacts-page-2026 .contacts-social__icon,
    #contacts-page-2026 .contacts-social__icon img {
        width: 24px;
        height: 24px;
    }

    #contacts-page-2026 .contacts-social__icon {
        flex-basis: 24px;
    }
}

/* =========================================================
   SOCIAL - ОЧЕНЬ МАЛЕНЬКИЕ ЭКРАНЫ
========================================================= */
@media (max-width: 390px) {
    #contacts-page-2026 .contacts-social__links {
        gap: 4px;
    }

    #contacts-page-2026 .contacts-social__link {
        height: 38px;
        padding: 0 8px;
        gap: 6px;
        border-radius: 6px;
        font-size: 11px;
    }

    #contacts-page-2026 .contacts-social__icon,
    #contacts-page-2026 .contacts-social__icon img {
        width: 20px;
        height: 20px;
    }

    #contacts-page-2026 .contacts-social__icon {
        flex-basis: 20px;
    }
}

/* =========================================================
   MAP HEADER
========================================================= */
#contacts-page-2026 .contacts-map-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

#contacts-page-2026 .contacts-map-label {
    display: block;
    margin-bottom: 3px;
    color: var(--contacts-primary);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

#contacts-page-2026 .contacts-map-header h2 {
    color: var(--contacts-text);
    font-size: 23px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: -.02em;
}

#contacts-page-2026 .contacts-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    color: var(--contacts-primary);
    background: rgba(91, 53, 181, .045);
    border: 1px solid rgba(91, 53, 181, .10);
    border-radius: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition:
        color var(--contacts-transition),
        background var(--contacts-transition),
        border-color var(--contacts-transition);
}

#contacts-page-2026 .contacts-map-link:hover {
    color: #fff;
    background: var(--contacts-primary);
    border-color: var(--contacts-primary);
}

#contacts-page-2026 .contacts-map-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =========================================================
   MAP
========================================================= */
#contacts-page-2026 .lpc-universal-contacts__map-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#contacts-page-2026 .lpc-universal-contacts__map-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    transform: translateZ(0);
    touch-action: none;
}

#contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map {
    position: relative;
    display: block;
    width: 100% !important;
    height: 530px;
    min-height: 530px;
    transform: translateZ(0);
}

#contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map > ymaps {
    display: block !important;
    width: 100% !important;
    height: 530px !important;
}

#contacts-page-2026 .lpc-universal-contacts__map-inner canvas,
#contacts-page-2026 .lpc-universal-contacts__map-inner .ymaps-2-1-79-map {
    transform: translateZ(0);
}

/* =========================================================
   MAP ADDRESS
========================================================= */
#contacts-page-2026 .contacts-map-address-wrapper {
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
    background: var(--contacts-bg-soft);
    border: 1px solid var(--contacts-border);
    border-left: 4px solid var(--contacts-primary);
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(46, 47, 56, .045);
}

#contacts-page-2026 .contacts-map-address {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    column-gap: 15px;
    min-height: 100px;
    margin: 0;
    padding: 17px 22px;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 13px;
}

#contacts-page-2026 .contacts-map-address__bg {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 180px;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

#contacts-page-2026 .contacts-map-address__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

#contacts-page-2026 .contacts-map-address > svg {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    margin-top: 2px;
    padding: 11px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    fill: none;
    stroke: var(--contacts-primary);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    box-shadow: 0 0 0 1px rgba(91, 53, 181, .08);
}

#contacts-page-2026 .contacts-map-address__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 6px;
}

#contacts-page-2026 .contacts-map-address__name {
    display: block;
    color: var(--contacts-text);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

#contacts-page-2026 .contacts-map-address__text {
    display: block;
    color: var(--contacts-text-muted);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

#contacts-page-2026 .contacts-map-address__welcome {
    display: block;
    color: var(--contacts-text-soft);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

#contacts-page-2026 .contacts-map-address__welcome::before {
    content: "";
    display: block;
    width: 74%;
    height: 1px;
    margin-bottom: 7px;
    background: var(--contacts-border-light);
}

/* =========================================================
   TABLETS — MAP ADDRESS IMAGE
========================================================= */
@media (min-width: 641px) and (max-width: 1400px) {
    #contacts-page-2026 .contacts-map-address__bg {
        width: 120px;
        height: 120px;
    }
}

/* =========================================================
   TABLETS / NARROW SCREENS
========================================================= */
@media (max-width: 1024px) {
    #contacts-page-2026 .contacts-container {
        width: min(100%, calc(100% - 30px));
    }

    #contacts-page-2026 .contacts-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #contacts-page-2026 .contacts-info,
    #contacts-page-2026 .contacts-map-column {
        border-radius: 18px;
    }

    #contacts-page-2026 .contacts-info {
        padding: 16px 16px 14px;
    }

    #contacts-page-2026 .contacts-map-column {
        padding: 16px;
    }

    #contacts-page-2026 .contacts-group {
        padding: 14px 14px 12px;
    }

    #contacts-page-2026 .contacts-group__heading {
        gap: 14px;
    }

    #contacts-page-2026 .contacts-group__title {
        font-size: 15px;
    }

    #contacts-page-2026 .contacts-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }

    #contacts-page-2026 .contacts-icon svg {
        width: 30px;
        height: 30px;
    }

    #contacts-page-2026 .contacts-phone {
        font-size: 24px;
        margin-bottom: 14px;
    }

    #contacts-page-2026 .contacts-messengers {
        gap: 6px;
    }

    #contacts-page-2026 .contacts-messenger {
        height: 42px;
        padding: 0 8px;
        font-size: 12px;
    }

    #contacts-page-2026 .contacts-messenger__icon,
    #contacts-page-2026 .contacts-messenger__icon img {
        width: 24px;
        height: 24px;
    }

    #contacts-page-2026 .contacts-messenger__icon {
        flex-basis: 24px;
    }

    #contacts-page-2026 .contacts-address,
    #contacts-page-2026 .contacts-hours,
    #contacts-page-2026 .contacts-email,
    #contacts-page-2026 .contacts-hours strong {
        font-size: 15px;
    }

    #contacts-page-2026 .contacts-requisites {
        grid-template-columns: 50px minmax(0, 1fr);
        column-gap: 14px;
        padding: 14px 14px 12px;
    }

    #contacts-page-2026 .contacts-requisites__icon {
        width: 50px;
        height: 50px;
    }

    #contacts-page-2026 .contacts-requisites__icon svg {
        width: 30px;
        height: 30px;
    }

    #contacts-page-2026 .contacts-requisites__content {
        padding-top: 14px;
    }

    #contacts-page-2026 .contacts-requisites__title {
        font-size: 15px;
    }

    #contacts-page-2026 .contacts-requisites__row {
        grid-template-columns: 80px 1fr;
        min-height: 26px;
        font-size: 15px;
    }

    #contacts-page-2026 .contacts-social {
        padding: 14px 14px 15px;
    }

    #contacts-page-2026 .contacts-social__title {
        margin-bottom: 8px;
        font-size: 15px;
    }

    #contacts-page-2026 .contacts-social__links {
        gap: 8px;
    }

    #contacts-page-2026 .contacts-social__link {
        height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    #contacts-page-2026 .contacts-social__icon,
    #contacts-page-2026 .contacts-social__icon img {
        width: 24px;
        height: 24px;
    }

    #contacts-page-2026 .contacts-social__icon {
        flex-basis: 24px;
    }

    #contacts-page-2026 .contacts-map-header h2 {
        font-size: 20px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map {
        height: 420px;
        min-height: 420px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map > ymaps {
        height: 420px !important;
    }

    #contacts-page-2026 .contacts-map-address {
        font-size: 13px;
    }
}

/* =========================================================
   MOBILE — до 640px
========================================================= */
@media (max-width: 640px) {
    #contacts-page-2026 .contacts-main {
        padding: 20px 0 40px;
    }

    #contacts-page-2026 .contacts-container {
        width: calc(100% - 20px);
    }

    #contacts-page-2026 .contacts-header {
        margin-bottom: 18px;
    }

    #contacts-page-2026 .contacts-header h1 {
        font-size: 26px;
    }

    #contacts-page-2026 .contacts-header__text {
        margin-top: 6px;
        font-size: 14px;
    }

    #contacts-page-2026 .contacts-info,
    #contacts-page-2026 .contacts-map-column {
        border-radius: 16px;
    }

    #contacts-page-2026 .contacts-info {
        padding: 14px 14px 12px;
    }

    #contacts-page-2026 .contacts-map-column {
        padding: 14px;
    }

    #contacts-page-2026 .contacts-group {
        padding: 12px 12px 10px;
    }

    #contacts-page-2026 .contacts-group__heading {
        gap: 12px;
    }

    #contacts-page-2026 .contacts-group__title {
        font-size: 17px;
    }

    #contacts-page-2026 .contacts-icon {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
    }

    #contacts-page-2026 .contacts-icon svg {
        width: 26px;
        height: 26px;
    }

    #contacts-page-2026 .contacts-phone {
        font-size: 22px;
        margin-bottom: 12px;
    }

    /* =====================================================
       MESSENGERS — ICON ONLY
    ===================================================== */
    #contacts-page-2026 .contacts-messengers {
        grid-template-columns: repeat(3, 60px);
        justify-content: center;
        gap: 17px;
    }

    #contacts-page-2026 .contacts-messenger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        padding: 0;
        gap: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(91, 53, 181, .08);
        border-radius: 9px;
    }

    #contacts-page-2026 .contacts-messenger span:not(.contacts-messenger__icon) {
        display: none;
    }

    #contacts-page-2026 .contacts-messenger__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        background: #fff;
    }

    #contacts-page-2026 .contacts-messenger__icon img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #contacts-page-2026 .contacts-address {
        gap: 1px;
        font-size: 14px;
    }

    #contacts-page-2026 .contacts-hours {
        gap: 6px;
        font-size: 14px;
    }

    #contacts-page-2026 .contacts-hours strong {
        font-size: 14px;
    }

    #contacts-page-2026 .contacts-hours__row {
        gap: 6px;
    }

    #contacts-page-2026 .full-day {
        display: none;
    }

    #contacts-page-2026 .short-day {
        display: inline !important;
    }

    #contacts-page-2026 .contacts-email {
        font-size: 14px;
    }

    /* =====================================================
       REQUISITES
    ===================================================== */
    #contacts-page-2026 .contacts-requisites {
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 12px;
        padding: 12px 12px 10px;
    }

    #contacts-page-2026 .contacts-requisites__icon {
        width: 44px;
        height: 44px;
    }

    #contacts-page-2026 .contacts-requisites__icon svg {
        width: 26px;
        height: 26px;
    }

    #contacts-page-2026 .contacts-requisites__content {
        padding-top: 0;
    }

    #contacts-page-2026 .contacts-requisites__title {
        margin-bottom: 6px;
        font-size: 17px;
    }

    #contacts-page-2026 .contacts-requisites__row {
        grid-template-columns: 70px 1fr;
        min-height: 24px;
        font-size: 14px;
    }

    /* =====================================================
       SOCIAL
    ===================================================== */
    #contacts-page-2026 .contacts-social {
        padding: 12px 12px 13px;
    }

    #contacts-page-2026 .contacts-social__title {
        margin-bottom: 8px;
        font-size: 17px;
        text-align: center;
    }

    #contacts-page-2026 .contacts-social__links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    #contacts-page-2026 .contacts-social__link {
        display: inline-flex;
        justify-content: center;
        height: 44px;
        padding: 0 12px;
        gap: 8px;
        border-radius: 8px;
        font-size: 13px;
    }

    #contacts-page-2026 .contacts-social__icon,
    #contacts-page-2026 .contacts-social__icon img {
        width: 24px;
        height: 24px;
    }

    #contacts-page-2026 .contacts-social__icon {
        flex-basis: 24px;
    }

    /* =====================================================
       MAP HEADER
    ===================================================== */
    #contacts-page-2026 .contacts-map-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 10px;
    }

    #contacts-page-2026 .contacts-map-label {
        margin-bottom: 2px;
        font-size: 11px;
    }

    #contacts-page-2026 .contacts-map-header h2 {
        font-size: 18px;
    }

    #contacts-page-2026 .contacts-map-link {
        min-height: 32px;
        padding: 0 10px;
        font-size: 11px;
    }

    #contacts-page-2026 .contacts-map-link svg {
        width: 12px;
        height: 12px;
    }

    /* =====================================================
       MAP
    ===================================================== */
    #contacts-page-2026 .lpc-universal-contacts__map-inner,
    #contacts-page-2026 .lpc-universal-contacts__map-wrap {
        border-radius: 12px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map {
        height: 320px;
        min-height: 320px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map > ymaps {
        height: 320px !important;
    }

    /* =====================================================
       MAP ADDRESS
    ===================================================== */
    #contacts-page-2026 .contacts-map-address-wrapper {
        margin-top: 12px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(46, 47, 56, .04);
    }

    #contacts-page-2026 .contacts-map-address {
        grid-template-columns: 1fr;
        column-gap: 0;
        min-height: 80px;
        padding: 14px 18px;
        border-radius: 11px;
    }

    #contacts-page-2026 .contacts-map-address > svg {
        display: none;
    }

    #contacts-page-2026 .contacts-map-address__bg {
        width: 80px;
        height: 80px;
    }

    #contacts-page-2026 .contacts-map-address__name {
        font-size: 13px;
        letter-spacing: .045em;
    }

    #contacts-page-2026 .contacts-map-address__text {
        font-size: 13px;
    }

    #contacts-page-2026 .contacts-map-address__welcome {
        font-size: 12px;
    }
}

/* =========================================================
   VERY SMALL MOBILE — до 390px
========================================================= */
@media (max-width: 390px) {
    #contacts-page-2026 .contacts-container {
        width: calc(100% - 14px);
    }

    #contacts-page-2026 .contacts-info {
        padding: 12px 12px 10px;
    }

    #contacts-page-2026 .contacts-group {
        padding: 10px 10px 8px;
    }

    #contacts-page-2026 .contacts-group__heading {
        gap: 10px;
    }

    #contacts-page-2026 .contacts-group__title {
        font-size: 13px;
    }

    #contacts-page-2026 .contacts-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    #contacts-page-2026 .contacts-icon svg {
        width: 22px;
        height: 22px;
    }

    #contacts-page-2026 .contacts-phone {
        font-size: 19px;
        margin-bottom: 10px;
    }

    #contacts-page-2026 .contacts-messenger {
        min-height: 42px;
    }

    #contacts-page-2026 .contacts-messenger__icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }

    #contacts-page-2026 .contacts-messenger__icon img {
        width: 28px;
        height: 28px;
    }

    #contacts-page-2026 .contacts-address,
    #contacts-page-2026 .contacts-hours,
    #contacts-page-2026 .contacts-hours strong,
    #contacts-page-2026 .contacts-email {
        font-size: 13px;
    }

    #contacts-page-2026 .full-day {
        display: none;
    }

    #contacts-page-2026 .short-day {
        display: inline !important;
    }

    /* =====================================================
       REQUISITES
    ===================================================== */
    #contacts-page-2026 .contacts-requisites {
        grid-template-columns: 38px minmax(0, 1fr);
        column-gap: 10px;
        padding: 10px 10px 8px;
    }

    #contacts-page-2026 .contacts-requisites__icon {
        width: 38px;
        height: 38px;
    }

    #contacts-page-2026 .contacts-requisites__icon svg {
        width: 22px;
        height: 22px;
    }

    #contacts-page-2026 .contacts-requisites__content {
        padding-top: 10px;
    }

    #contacts-page-2026 .contacts-requisites__title {
        font-size: 13px;
    }

    #contacts-page-2026 .contacts-requisites__row {
        grid-template-columns: 60px 1fr;
        min-height: 22px;
        font-size: 13px;
    }

    /* =====================================================
       SOCIAL
    ===================================================== */
    #contacts-page-2026 .contacts-social__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    #contacts-page-2026 .contacts-social__link {
        height: 38px;
        padding: 0 8px;
        gap: 6px;
        border-radius: 6px;
        font-size: 11px;
    }

    #contacts-page-2026 .contacts-social__icon,
    #contacts-page-2026 .contacts-social__icon img {
        width: 20px;
        height: 20px;
    }

    #contacts-page-2026 .contacts-social__icon {
        flex-basis: 20px;
    }

    /* =====================================================
       MAP
    ===================================================== */
    #contacts-page-2026 .contacts-map-column {
        padding: 12px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map {
        height: 280px;
        min-height: 280px;
    }

    #contacts-page-2026 .lpc-universal-contacts__map-inner .lpc-universal-contacts__map > ymaps {
        height: 280px !important;
    }

    #contacts-page-2026 .contacts-map-header h2 {
        font-size: 16px;
    }

    #contacts-page-2026 .contacts-map-address-wrapper {
        margin-top: 10px;
        border-radius: 10px;
    }

    #contacts-page-2026 .contacts-map-address {
        min-height: 70px;
        padding: 12px 15px;
        border-radius: 9px;
    }

    #contacts-page-2026 .contacts-map-address__bg {
        width: 60px;
    }

    #contacts-page-2026 .contacts-map-address__name {
        font-size: 12px;
    }

    #contacts-page-2026 .contacts-map-address__text {
        font-size: 12px;
    }

    #contacts-page-2026 .contacts-map-address__welcome {
        font-size: 11px;
        line-height: 1.4;
    }
}

/* =========================================================
   FOCUS
========================================================= */
#contacts-page-2026 a:focus-visible {
    outline: 2px solid var(--contacts-primary);
    outline-offset: 3px;
    border-radius: 5px;
}

/* =========================================================
   REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
    #contacts-page-2026 *,
    #contacts-page-2026 *::before,
    #contacts-page-2026 *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   QR CODES
   Глобальные селекторы сохранены намеренно:
   их может использовать внешний JS/CMS.
========================================================= */
.lpc-universal-contacts__messenger-qr,
.lpc-universal-contacts__phone-qr {
    position: fixed !important;
    z-index: 10000 !important;
    padding: 12px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s ease !important;
}

.lpc-universal-contacts__messenger-qr.show,
.lpc-universal-contacts__phone-qr.show {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.lpc-universal-contacts__messenger-qr canvas,
.lpc-universal-contacts__phone-qr canvas {
    display: block !important;
    width: 150px !important;
    height: 150px !important;
}

/* =========================================================
   PROMO BUTTON
========================================================= */
#contacts-page-2026 .promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 36px;
    border: 0;
    border-radius: 100px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

#contacts-page-2026 .promo-btn:hover {
    transform: translateY(-2px);
}

#contacts-page-2026 .promo-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #5b35b5, #dc62c1);
    box-shadow: 0 12px 30px rgba(91, 53, 181, .28);
}

#contacts-page-2026 .promo-btn--primary:hover {
    color: #fff !important;
    box-shadow: 0 18px 40px rgba(91, 53, 181, .38);
}

#contacts-page-2026 .promo-icon--sm {
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* =========================================================
  BUTTONS
========================================================= */
#contacts-page-2026 .contacts-cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 55px;
}

#contacts-page-2026 .contacts-cta__buttons .promo-btn {
    margin: 0;
}

#contacts-page-2026 .promo-btn--secondary {
    color: var(--contacts-primary) !important;
    background: #fff;
    border: 1px solid rgba(91, 53, 181, .20);
    box-shadow: 0 5px 15px rgba(46, 47, 56, .055);
}

#contacts-page-2026 .promo-btn--secondary:hover {
    color: var(--contacts-primary-dark) !important;
    background: rgba(91, 53, 181, .035);
    border-color: rgba(91, 53, 181, .30);
    box-shadow: 0 8px 20px rgba(46, 47, 56, .08);
}

#contacts-page-2026 .contacts-cta__buttons .promo-btn {
    min-width: 260px;
    max-width: 260px;
    flex: 0 1 auto;
}
/* =========================================================
   FIXED HEADER OFFSET FOR ANCHORS
========================================================= */
#social {
    scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #contacts-page-2026 .promo-btn:hover,
    #contacts-page-2026 .promo-btn:active {
        transform: none !important;
    }
    #contacts-page-2026 .promo-btn--primary:hover,
    #contacts-page-2026 .promo-btn--primary:active {
        color: #fff !important;
        background: linear-gradient(135deg, #5b35b5, #dc62c1) !important;
        box-shadow: 0 12px 30px rgba(91, 53, 181, .28) !important;
        transform: none !important;
    }
    #contacts-page-2026 .promo-btn--secondary:hover,
    #contacts-page-2026 .promo-btn--secondary:active {
        color: var(--contacts-primary) !important;
        background: #fff !important;
        border-color: rgba(91, 53, 181, .20) !important;
        box-shadow: 0 5px 15px rgba(46, 47, 56, .055) !important;
        transform: none !important;
    }
    #contacts-page-2026 .contacts-messenger:hover,
    #contacts-page-2026 .contacts-messenger:active {
        transform: none !important;
        color: var(--contacts-text-muted) !important;
        background: #fff !important;
        border-color: rgba(91, 53, 181, .08) !important;
    }
    #contacts-page-2026 .contacts-social__link:hover,
    #contacts-page-2026 .contacts-social__link:active {
        transform: none !important;
        color: var(--contacts-text-muted) !important;
        background: #fff !important;
        border-color: var(--contacts-border) !important;
        box-shadow: none !important;
    }
}