@media screen and (min-width: 1199px) {
    .b-site-info-header__logo img {
        max-width: 12rem;
        height: 8.6rem;
        object-fit: contain;
    }
    .b-site-info-footer__logo img {
        height: 11.6rem;
        object-fit: contain;
    }
    .b-site-info-header__logo {
        max-width: 36rem;
        width: auto;
        margin-right: 1.25rem;
    }
    .b-site-info-footer__logo a {
        width: 12rem;
        margin-right: 0.5rem;
    }
    .view-document {
        margin-bottom: 3rem;
    }

    .view-block-persons {
        padding: 2.4rem 0 5.5rem !important;
    }
}

.toolbar-horizontal.toolbar-fixed .site-header__menu {
    max-height: calc(100vh - 350px);
}
.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .site-header__menu {
    max-height: calc(100vh - 370px);
}
.site-header__menu {
    max-height: calc(100vh - 200px);
}

.b-builder-footer-info__btn {
    display: none;
}
.site-header__menu {
    max-height: calc(100vh - 200px);
    max-height: calc(100dvh - 200px);
}

