

/* Start:/local/components/simpleit/menu.left/templates/classic/style.css?1707159239606*/
.left-menu {
    position: relative;
    height: 100%;
}

.left-menu-list {
    position: sticky;
    top: 70px;
}

.left-menu-list__item {
    display: flex;
    border: 1px solid #ececec;
    border-bottom: none;
}

.left-menu-list__item:last-child {
    border-bottom: 1px solid #ececec;
}

.left-menu-list__link {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.left-menu-list__link:hover {
    background: #fafafa;
}

.left-menu-list__link--active {
    font-weight: 700;
}
/* End */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
