.burger-top
{
    padding: 20px 0px 29px;
}
.burger-top span
{
    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-right: 16px;
}
.burger-top span a
{
    text-decoration: none;
    color: var(--color-dark-scale-dark-500);
}
.burger-top span a.active
{
color:var(--color-red-scale-red-500);

}