body.has-site-header footer.site-footer {
    min-height: 0;
    padding: 0;
    font-family: var(--prichal-font);
    background: #1e3a52;
    color: #c5d0dc;
    border-top: 1px solid rgba(126, 196, 240, 0.35);
}

.site-footer .maxwidth-theme {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer__bar {
    padding: 10px 0;
}

.site-footer__bar--main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bar--bottom {
    padding: 8px 0 10px;
}

.site-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.site-footer__inner--split {
    justify-content: space-between;
    gap: 12px 16px;
}

.site-footer__address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    font-size: 12px;
    line-height: 1.35;
    color: #dce4ec;
    flex: 1 1 200px;
    min-width: 0;
}

.site-footer__pin {
    flex-shrink: 0;
    color: #7ec4f0;
}

.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    flex: 2 1 320px;
}

.site-footer__nav a {
    color: #f0f4f8;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer__nav a:hover {
    color: #7ec4f0;
}

.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 0 1 auto;
}

.site-footer__social-label {
    font-size: 11px;
    font-weight: 600;
    color: #9eb0c0;
    white-space: nowrap;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease;
}

.site-footer__social a:hover {
    background: rgba(255, 255, 255, 0.16);
}

.site-footer__social img {
    display: block;
    width: 18px;
    height: 18px;
}

.site-footer__legal {
    flex: 0 1 auto;
    min-width: 0;
}

.site-footer__copy {
    font-size: 12px;
    line-height: 1.3;
    color: #a8b6c4;
    white-space: nowrap;
}

.site-footer__partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 12px;
    flex: 1 1 280px;
    min-width: 0;
}

.site-footer__partners-label {
    font-size: 12px;
    font-weight: 600;
    color: #7ec4f0;
    white-space: nowrap;
}

.site-footer__partners a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.site-footer__partners a:hover {
    opacity: 1;
}

.site-footer__partners img {
    display: block;
    width: auto;
    height: 26px;
    max-width: min(120px, 22vw);
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .site-footer__inner--split {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__partners {
        justify-content: flex-start;
    }

    .site-footer__social {
        margin-left: 0;
    }

    .site-footer__copy {
        white-space: normal;
    }
}

@media (min-width: 992px) {
    .site-footer__bar--main .site-footer__inner {
        flex-wrap: nowrap;
    }

    .site-footer__nav {
        justify-content: center;
    }
}
