.left-menu {
    padding-bottom: 20px;
    background: #f9f9f9;
}

.left-menu-ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.left-menu-ul__link {
    display: block;
    font-size: 16px;
    color: black;
    font-family: Roboto;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
}

.left-menu-ul__link:hover,
.left-menu-ul__link_active {
    color: #83c34f;
}

