/*
 * Центр 25-12 — Глобальный футер 1.1.0
 * Стили полностью изолированы внутри #c2512-site-footer.
 */

body.c2512-footer-hide-theme footer:not(#c2512-site-footer),
body.c2512-footer-hide-theme #colophon:not(#c2512-site-footer),
body.c2512-footer-hide-theme footer.site-footer:not(#c2512-site-footer),
body.c2512-footer-hide-theme .eduvibe-footer-one,
body.c2512-footer-hide-theme .eduvibe-footer-area,
body.c2512-footer-hide-theme .eduvibe-footer-widget-area,
body.c2512-footer-hide-theme footer.edu-footer,
body.c2512-footer-hide-theme .footer-default:not(#c2512-site-footer),
body.c2512-footer-hide-theme .footer-style-1:not(#c2512-site-footer) {
    display: none !important;
}

#c2512-site-footer,
#c2512-site-footer *,
#c2512-site-footer *::before,
#c2512-site-footer *::after {
    box-sizing: border-box;
}

#c2512-site-footer {
    --c2512f-navy-950: #04152f;
    --c2512f-navy-900: #061a3b;
    --c2512f-navy-800: #0a2d69;
    --c2512f-blue: #2f74dc;
    --c2512f-orange: #ef7e32;
    --c2512f-orange-light: #ffad73;
    --c2512f-white: #ffffff;
    --c2512f-text: #e7effb;
    --c2512f-muted: #a9bad4;
    --c2512f-line: rgba(255, 255, 255, .12);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at 86% 16%, rgba(61, 126, 232, .23), transparent 31%),
        radial-gradient(circle at 10% 90%, rgba(239, 126, 50, .13), transparent 30%),
        linear-gradient(135deg, var(--c2512f-navy-950) 0%, var(--c2512f-navy-900) 42%, var(--c2512f-navy-800) 100%);
    color: var(--c2512f-text);
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.55;
    text-align: left;
}

#c2512-site-footer a,
#c2512-site-footer button {
    -webkit-tap-highlight-color: transparent;
}

#c2512-site-footer a {
    color: inherit;
    text-decoration: none;
}

#c2512-site-footer svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#c2512-site-footer .c2512-footer-art {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

#c2512-site-footer .c2512-footer-art span {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

#c2512-site-footer .c2512-footer-art span:nth-child(1) {
    width: 520px;
    height: 520px;
    top: -320px;
    right: -120px;
}

#c2512-site-footer .c2512-footer-art span:nth-child(2) {
    width: 300px;
    height: 300px;
    top: -175px;
    right: -10px;
}

#c2512-site-footer .c2512-footer-art span:nth-child(3) {
    width: 410px;
    height: 410px;
    left: -260px;
    bottom: -260px;
    border-color: rgba(239, 126, 50, .1);
}

#c2512-site-footer .c2512-footer-container {
    width: min(1420px, calc(100% - 44px));
    margin: 0 auto;
    padding: 38px 0 24px;
}

#c2512-site-footer .c2512-footer-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 36px;
    align-items: center;
    min-height: 235px;
    margin-bottom: 54px;
    padding: clamp(32px, 4vw, 54px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 255, 255, .11), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045));
    box-shadow: 0 28px 75px rgba(0, 10, 31, .22);
    backdrop-filter: blur(12px);
}

#c2512-site-footer .c2512-footer-cta::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    bottom: -100px;
    border-radius: 50%;
    background: var(--c2512f-orange);
    filter: blur(2px);
    opacity: .13;
}

#c2512-site-footer .c2512-footer-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--c2512f-orange-light);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#c2512-site-footer .c2512-footer-eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
}

#c2512-site-footer .c2512-footer-cta h2 {
    max-width: 840px;
    margin: 0;
    color: var(--c2512f-white) !important;
    font-size: clamp(30px, 3.5vw, 50px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.04em;
}

#c2512-site-footer .c2512-footer-cta p {
    max-width: 790px;
    margin: 18px 0 0;
    color: #d8e5f8 !important;
    font-size: 14px;
    line-height: 1.7;
}

#c2512-site-footer .c2512-footer-cta__actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
    min-width: 292px;
}

#c2512-site-footer .c2512-footer-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 850;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#c2512-site-footer .c2512-footer-button:hover {
    transform: translateY(-2px);
}

#c2512-site-footer .c2512-footer-button--primary {
    background: linear-gradient(135deg, var(--c2512f-orange), #f49450);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(239, 126, 50, .23);
}

#c2512-site-footer .c2512-footer-button--secondary {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
}

#c2512-site-footer .c2512-footer-button--secondary:hover {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .12);
}

#c2512-site-footer .c2512-footer-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(175px, .8fr));
    gap: clamp(28px, 4vw, 64px);
    align-items: start;
    padding: 0 4px 50px;
}

#c2512-site-footer .c2512-footer-brand {
    max-width: 440px;
}

#c2512-site-footer .c2512-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}

#c2512-site-footer .c2512-footer-logo__mark {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border-radius: 10px;
    background: var(--c2512f-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.025em;
}

#c2512-site-footer .c2512-footer-logo__name {
    color: #dbe8fb;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#c2512-site-footer .c2512-footer-brand h2 {
    margin: 0;
    color: #fff !important;
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.035em;
}

#c2512-site-footer .c2512-footer-brand__text {
    margin: 16px 0 0;
    color: var(--c2512f-muted) !important;
    font-size: 12px;
    line-height: 1.7;
}

#c2512-site-footer .c2512-footer-remote {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 19px;
    color: #cad8ed;
    font-size: 10px;
    line-height: 1.6;
}

#c2512-site-footer .c2512-footer-remote > span {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--c2512f-orange);
    box-shadow: 0 0 0 5px rgba(239, 126, 50, .12);
}

#c2512-site-footer .c2512-footer-contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 28px;
}

#c2512-site-footer .c2512-footer-contact {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    min-height: 65px;
    padding: 11px 12px;
    border: 1px solid var(--c2512f-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .045);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#c2512-site-footer .c2512-footer-contact:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
}

#c2512-site-footer .c2512-footer-contact__icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: rgba(61, 126, 232, .14);
    color: #9dc4ff;
}

#c2512-site-footer .c2512-footer-contact__icon svg {
    width: 17px;
    height: 17px;
}

#c2512-site-footer .c2512-footer-contact small,
#c2512-site-footer .c2512-footer-contact strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#c2512-site-footer .c2512-footer-contact small {
    color: #8196b6;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#c2512-site-footer .c2512-footer-contact strong {
    margin-top: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 750;
}

#c2512-site-footer .c2512-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}

#c2512-site-footer .c2512-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 35px;
    padding: 0 11px;
    border: 1px solid var(--c2512f-line);
    border-radius: 10px;
    color: #d8e5f7;
    font-size: 9px;
    font-weight: 750;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

#c2512-site-footer .c2512-footer-social a:hover {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

#c2512-site-footer .c2512-footer-social svg {
    width: 15px;
    height: 15px;
}

#c2512-site-footer .c2512-footer-nav__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
    text-align: left;
    cursor: default;
}

#c2512-site-footer .c2512-footer-nav__toggle svg {
    display: none;
}

#c2512-site-footer .c2512-footer-nav__panel {
    display: block;
}

#c2512-site-footer .c2512-footer-menu {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#c2512-site-footer .c2512-footer-menu li {
    margin: 0;
    padding: 0;
}

#c2512-site-footer .c2512-footer-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    color: var(--c2512f-muted) !important;
    font-size: 10px;
    line-height: 1.45;
    transition: color .2s ease, padding-left .2s ease, border-color .2s ease;
}

#c2512-site-footer .c2512-footer-menu a:hover,
#c2512-site-footer .c2512-footer-menu .current-menu-item > a {
    padding-left: 5px;
    border-color: rgba(239, 126, 50, .28);
    color: #fff !important;
}

#c2512-site-footer .c2512-footer-menu a svg {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    color: var(--c2512f-orange-light);
    opacity: .55;
    transition: opacity .2s ease, transform .2s ease;
}

#c2512-site-footer .c2512-footer-menu a:hover svg {
    opacity: 1;
    transform: translateX(2px);
}

#c2512-site-footer .c2512-footer-service {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--c2512f-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .045);
}

#c2512-site-footer .c2512-footer-service__item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 68px;
    padding: 11px 14px;
    border-radius: 14px;
    color: #dce8fa;
}

#c2512-site-footer .c2512-footer-service__item + .c2512-footer-service__item {
    border-left: 1px solid var(--c2512f-line);
}

#c2512-site-footer .c2512-footer-service__icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: rgba(255, 255, 255, .07);
    color: #a9caff;
}

#c2512-site-footer .c2512-footer-service__icon svg {
    width: 18px;
    height: 18px;
}

#c2512-site-footer .c2512-footer-service__item small,
#c2512-site-footer .c2512-footer-service__item strong,
#c2512-site-footer .c2512-footer-service__item a {
    display: block;
}

#c2512-site-footer .c2512-footer-service__item small {
    color: #8196b6;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#c2512-site-footer .c2512-footer-service__item strong,
#c2512-site-footer .c2512-footer-service__item a {
    margin-top: 4px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
}

#c2512-site-footer .c2512-footer-service__license {
    transition: background-color .2s ease;
}

#c2512-site-footer .c2512-footer-service__license:hover {
    background: rgba(255, 255, 255, .055);
}

#c2512-site-footer .c2512-footer-service__license > svg {
    width: 17px;
    height: 17px;
    margin-left: auto;
    color: var(--c2512f-orange-light);
}

#c2512-site-footer .c2512-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 24px;
    align-items: center;
    min-height: 84px;
    padding: 18px 4px 0;
}

#c2512-site-footer .c2512-footer-copyright strong,
#c2512-site-footer .c2512-footer-copyright span {
    display: block;
}

#c2512-site-footer .c2512-footer-copyright strong {
    color: #e5eefc;
    font-size: 9px;
    font-weight: 800;
}

#c2512-site-footer .c2512-footer-copyright span {
    margin-top: 3px;
    color: #7589aa;
    font-size: 8px;
}

#c2512-site-footer .c2512-footer-requisites {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

#c2512-site-footer .c2512-footer-requisites span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 8px;
    color: #8ea2c1;
    font-size: 8px;
    font-weight: 750;
}

#c2512-site-footer .c2512-footer-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 92px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
    color: #dce7f7;
    font: inherit;
    font-size: 8px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#c2512-site-footer .c2512-footer-to-top:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .1);
}

#c2512-site-footer .c2512-footer-to-top svg {
    width: 15px;
    height: 15px;
}

#c2512-site-footer a:focus-visible,
#c2512-site-footer button:focus-visible {
    outline: 2px solid var(--c2512f-orange-light);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    #c2512-site-footer .c2512-footer-cta {
        grid-template-columns: 1fr;
    }

    #c2512-site-footer .c2512-footer-cta__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
    }

    #c2512-site-footer .c2512-footer-grid {
        grid-template-columns: minmax(300px, 1.2fr) repeat(2, minmax(180px, .8fr));
    }

    #c2512-site-footer .c2512-footer-nav:last-child {
        grid-column: 2 / 4;
    }
}

@media (max-width: 840px) {
    #c2512-site-footer .c2512-footer-container {
        width: min(100% - 28px, 720px);
        padding-top: 24px;
    }

    #c2512-site-footer .c2512-footer-cta {
        margin-bottom: 38px;
        border-radius: 24px;
    }

    #c2512-site-footer .c2512-footer-grid {
        grid-template-columns: 1.15fr .85fr;
        gap: 34px 42px;
    }

    #c2512-site-footer .c2512-footer-brand {
        grid-row: span 2;
    }

    #c2512-site-footer .c2512-footer-nav:last-child {
        grid-column: auto;
    }

    #c2512-site-footer .c2512-footer-service {
        grid-template-columns: 1fr;
    }

    #c2512-site-footer .c2512-footer-service__item + .c2512-footer-service__item {
        border-top: 1px solid var(--c2512f-line);
        border-left: 0;
    }

    #c2512-site-footer .c2512-footer-bottom {
        grid-template-columns: 1fr auto;
    }

    #c2512-site-footer .c2512-footer-requisites {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    #c2512-site-footer .c2512-footer-container {
        width: min(100% - 20px, 620px);
        padding-bottom: 18px;
    }

    #c2512-site-footer .c2512-footer-cta {
        min-height: 0;
        padding: 29px 22px 22px;
        border-radius: 22px;
    }

    #c2512-site-footer .c2512-footer-cta h2 {
        font-size: clamp(28px, 9vw, 38px);
    }

    #c2512-site-footer .c2512-footer-cta p {
        font-size: 12px;
    }

    #c2512-site-footer .c2512-footer-cta__actions {
        grid-template-columns: 1fr;
    }

    #c2512-site-footer .c2512-footer-grid {
        display: block;
        padding-bottom: 34px;
    }

    #c2512-site-footer .c2512-footer-brand {
        max-width: none;
        padding: 0 4px 34px;
    }

    #c2512-site-footer .c2512-footer-contacts {
        grid-template-columns: 1fr;
    }

    #c2512-site-footer .c2512-footer-contact strong {
        font-size: 11px;
    }

    #c2512-site-footer .c2512-footer-nav {
        border-top: 1px solid var(--c2512f-line);
    }

    #c2512-site-footer .c2512-footer-nav:last-child {
        border-bottom: 1px solid var(--c2512f-line);
    }

    #c2512-site-footer .c2512-footer-nav__toggle {
        min-height: 58px;
        margin: 0;
        cursor: pointer;
    }

    #c2512-site-footer .c2512-footer-nav__toggle svg {
        display: block;
        width: 18px;
        height: 18px;
        color: #9bb0cf;
        transition: transform .24s ease;
    }

    #c2512-site-footer .c2512-footer-nav.is-open .c2512-footer-nav__toggle svg {
        transform: rotate(45deg);
    }

    #c2512-site-footer .c2512-footer-nav__panel {
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        transition: grid-template-rows .28s ease, opacity .2s ease;
    }

    #c2512-site-footer .c2512-footer-nav__panel > * {
        overflow: hidden;
    }

    #c2512-site-footer .c2512-footer-nav.is-open .c2512-footer-nav__panel {
        grid-template-rows: 1fr;
        padding-bottom: 16px;
        opacity: 1;
    }

    #c2512-site-footer .c2512-footer-menu a {
        min-height: 46px;
        padding-right: 3px;
        font-size: 11px;
    }

    #c2512-site-footer .c2512-footer-service {
        padding: 8px;
        border-radius: 17px;
    }

    #c2512-site-footer .c2512-footer-service__item {
        padding: 12px 10px;
    }

    #c2512-site-footer .c2512-footer-bottom {
        grid-template-columns: 1fr auto;
        gap: 14px;
        min-height: 0;
        padding-top: 24px;
    }

    #c2512-site-footer .c2512-footer-requisites {
        gap: 5px;
    }
}

@media (max-width: 420px) {
    #c2512-site-footer .c2512-footer-cta__actions .c2512-footer-button {
        min-height: 56px;
    }

    #c2512-site-footer .c2512-footer-social {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #c2512-site-footer .c2512-footer-social a {
        justify-content: center;
    }

    #c2512-site-footer .c2512-footer-bottom {
        grid-template-columns: 1fr;
    }

    #c2512-site-footer .c2512-footer-to-top {
        width: 100%;
        min-height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #c2512-site-footer *,
    #c2512-site-footer *::before,
    #c2512-site-footer *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}


/* ===== 1.1.0: читаемость, настоящий логотип, один футер ===== */
#c2512-site-footer { font-size: 16px; }
#c2512-site-footer .c2512-footer-container { width: min(1460px, calc(100% - 48px)); padding-top: 42px; }
#c2512-site-footer .c2512-footer-cta { margin-bottom: 58px; }
#c2512-site-footer .c2512-footer-eyebrow { font-size: 12px; }
#c2512-site-footer .c2512-footer-cta p { font-size: 16px; line-height: 1.65; }
#c2512-site-footer .c2512-footer-button { min-height: 62px; padding: 0 22px; font-size: 14px; }

#c2512-site-footer .c2512-footer-logo { margin-bottom: 24px; }
#c2512-site-footer .c2512-footer-logo__mark,
#c2512-site-footer .c2512-footer-logo__name { display: none !important; }
#c2512-site-footer .c2512-footer-logo__plate {
    display: inline-grid;
    place-items: center;
    min-width: 142px;
    min-height: 92px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#c2512-site-footer .c2512-footer-logo__plate img {
    display: block;
    width: auto;
    max-width: 168px;
    max-height: 82px;
    object-fit: contain;
}

#c2512-site-footer .c2512-footer-brand h2 { font-size: clamp(28px, 2.5vw, 38px); }
#c2512-site-footer .c2512-footer-brand__text { font-size: 15px; line-height: 1.65; }
#c2512-site-footer .c2512-footer-remote { font-size: 13px; line-height: 1.55; }
#c2512-site-footer .c2512-footer-remote > span { margin-top: 6px; }
#c2512-site-footer .c2512-footer-contact { min-height: 72px; padding: 13px 14px; }
#c2512-site-footer .c2512-footer-contact small { font-size: 10px; }
#c2512-site-footer .c2512-footer-contact strong { font-size: 14px; }

#c2512-site-footer .c2512-footer-nav__toggle { font-size: 15px; margin-bottom: 18px; }
#c2512-site-footer .c2512-footer-menu a { min-height: 50px; font-size: 14px; line-height: 1.5; }

#c2512-site-footer .c2512-footer-service__item { min-height: 76px; }
#c2512-site-footer .c2512-footer-service__item small { font-size: 10px; }
#c2512-site-footer .c2512-footer-service__item strong,
#c2512-site-footer .c2512-footer-service__item a { font-size: 14px; }

#c2512-site-footer .c2512-footer-copyright strong { font-size: 12px; }
#c2512-site-footer .c2512-footer-copyright span { font-size: 11px; }
#c2512-site-footer .c2512-footer-requisites span {
    min-height: 36px;
    padding: 0 14px;
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    color: #edf4ff;
    font-size: 12px;
    font-weight: 800;
}
#c2512-site-footer .c2512-footer-to-top {
    min-width: 122px;
    min-height: 44px;
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.1);
    color: #f4f8ff;
    font-size: 12px;
    font-weight: 800;
}
#c2512-site-footer .c2512-footer-to-top svg { color: var(--c2512f-orange-light); }

@media (max-width: 680px) {
    #c2512-site-footer { font-size: 15px; }
    #c2512-site-footer .c2512-footer-container { width: min(100% - 20px, 620px); }
    #c2512-site-footer .c2512-footer-cta p { font-size: 14px; }
    #c2512-site-footer .c2512-footer-button { font-size: 13px; }
    #c2512-site-footer .c2512-footer-brand__text { font-size: 14px; }
    #c2512-site-footer .c2512-footer-remote { font-size: 12px; }
    #c2512-site-footer .c2512-footer-menu a { font-size: 13px; }
    #c2512-site-footer .c2512-footer-logo__plate { min-width: 130px; min-height: 84px; }
    #c2512-site-footer .c2512-footer-logo__plate img { max-width: 148px; max-height: 74px; }
}


/* ===== 1.1.2: hover кнопки «Наверх» без синего цвета темы ===== */
#c2512-site-footer .c2512-footer-to-top:hover,
#c2512-site-footer .c2512-footer-to-top:focus,
#c2512-site-footer .c2512-footer-to-top:focus-visible,
#c2512-site-footer .c2512-footer-to-top:active {
    border-color: var(--c2512f-orange-light) !important;
    background: var(--c2512f-orange) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(239, 126, 50, .22) !important;
}
#c2512-site-footer .c2512-footer-to-top:hover span,
#c2512-site-footer .c2512-footer-to-top:focus span,
#c2512-site-footer .c2512-footer-to-top:focus-visible span,
#c2512-site-footer .c2512-footer-to-top:active span,
#c2512-site-footer .c2512-footer-to-top:hover svg,
#c2512-site-footer .c2512-footer-to-top:focus svg,
#c2512-site-footer .c2512-footer-to-top:focus-visible svg,
#c2512-site-footer .c2512-footer-to-top:active svg {
    color: #ffffff !important;
    fill: none !important;
    stroke: currentColor !important;
}


/* ===== 1.1.3: на главной странице мобильный телефон поддержки не выводится ===== */
#c2512-site-footer .c2512-footer-service--license-only {
    grid-template-columns: minmax(0, 1fr);
}
#c2512-site-footer .c2512-footer-service--license-only .c2512-footer-service__license {
    border-left: 0;
}

/* ===== 1.1.5: контакты главной вынесены на полную ширину футера ===== */
#c2512-site-footer .c2512-footer-contact__body {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

#c2512-site-footer .c2512-footer-home-contacts {
    display: grid;
    grid-template-columns: .88fr .88fr 1.34fr;
    gap: 12px;
    width: 100%;
    margin-top: 42px;
}

#c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact {
    min-width: 0;
    min-height: 82px;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 16px;
    background: rgba(255,255,255,.055);
}

#c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact small {
    overflow: visible;
    color: #9aacca;
    font-size: 10px;
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
}

#c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact strong {
    overflow: visible;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-overflow: clip;
    white-space: normal;
}

#c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact--phone strong,
#c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact--mail strong {
    white-space: nowrap;
}

#c2512-site-footer .c2512-footer-contact--license {
    gap: 12px;
    justify-content: flex-start;
}

#c2512-site-footer .c2512-footer-contact__arrow {
    display: inline-grid;
    place-items: center;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin-left: auto;
    color: var(--c2512f-orange-light);
}

#c2512-site-footer .c2512-footer-contact__arrow svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 860px) {
    #c2512-site-footer .c2512-footer-home-contacts {
        grid-template-columns: 1fr 1fr;
    }

    #c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact--license {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    #c2512-site-footer .c2512-footer-home-contacts {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    #c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact--license {
        grid-column: auto;
    }

    #c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact,
    #c2512-site-footer .c2512-footer-contact {
        min-height: 72px;
        padding: 13px 14px;
    }

    #c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact small,
    #c2512-site-footer .c2512-footer-contact small {
        overflow: visible;
        font-size: 10px;
        line-height: 1.35;
        text-overflow: clip;
        white-space: normal;
    }

    #c2512-site-footer .c2512-footer-home-contacts .c2512-footer-contact strong,
    #c2512-site-footer .c2512-footer-contact strong {
        overflow: visible;
        font-size: 14px;
        line-height: 1.35;
        text-overflow: clip;
        white-space: normal;
    }

    #c2512-site-footer .c2512-footer-contact__icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
    }

    #c2512-site-footer .c2512-footer-contact__arrow {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
    }
}
