/* Коррекции */
@media (min-width: 1024px)
{
    #column-left
    {
        min-width: 320px;
    }

    #column-left .nav-item
    {
        white-space: normal;
    }

    #column-right
    {
        min-width: 320px;
    }
}

#column-left .nav-item.active
 {
    background-color: var(--theme-green-500);
}