.NavigationFrame_header__LAxSo{
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.NavigationFrame_containerHeading__tTggy{
    display: flex;
    width: 120px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.NavigationFrame_heading__KoCcZ{
    font-family: var(--sans-serif);
    font-size: 28px;
    color: var(--white);
    letter-spacing: 2px;
    white-space: nowrap;
    transform: rotate(-90deg);
}

.NavigationFrame_linkBrands__pyfaN{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.NavigationFrame_linkBrands__pyfaN > svg{
    display: block;
    width: 12px;
    height: 12px;
    fill: var(--white);
    margin-left: 6px;
}

.NavigationFrame_containerBtnAdmin__eILJ6{
    position: absolute;
    bottom: 0;
    left: 0;
}

.NavigationFrame_containerBtnAuth__K8H1r{
    position: absolute;
    right: 0;
    bottom: 0;
}

.NavigationFrame_footer__HOjwa{
    display: flex;
    align-items: center;
    position: fixed;
    top: 36px;
    bottom: 36px;
    left: 120px;
    z-index: 5;
}

.NavigationFrame_main__H3HoK{
    display: flex;
    width: 100%;
    min-height: 100vh;
    padding-left: 306px;
    z-index: 0;
}

.NavigationFrame_containerChildren__YMtcJ{
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 1024px){
    .NavigationFrame_header__LAxSo{
        background-color: var(--layer-1);
        width: 100%;
        height: 120px;
        top: 0;
        right: 0;
        bottom: unset;
        left: 0;
    }

    .NavigationFrame_containerHeading__tTggy{
        width: 100%;
    }

    .NavigationFrame_heading__KoCcZ{
        transform: none;
    }

    .NavigationFrame_containerBtnAuth__K8H1r{
        top: 0;
        bottom: unset;
    }

    .NavigationFrame_footer__HOjwa{
        display: block;
        height: 80px;
        background-color: var(--layer-1);
        top: unset;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .NavigationFrame_main__H3HoK{
        padding: 120px 0 80px 0;
    }
}
