.site-brand {
    display: flex;
    align-items: center;
}

.site-brand__link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-brand__logo {
    display: block;
    width: 64px;
    height: 64px;
}

.site-brand__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    object-fit: contain;
}

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

.site-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-footer-brand .site-brand__logo {
    width: 80px;
    height: 80px;
}

.site-footer-brand .site-brand__image {
    width: 100%;
    height: 100%;
}

.site-footer-brand__title {
    color: #152345;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.45;
}

.site-footer-brand__subtitle {
    color: #526076;
    font-size: 0.76rem;
    line-height: 1.45;
}

@media (max-width: 767.98px) {
    .site-brand__logo {
        width: 48px;
        height: 48px;
    }

    .site-brand__image {
        width: 100%;
        height: 100%;
    }

    .site-footer-brand {
        width: 100%;
    }
}
