

/* Start:/local/components/simpleit/delivery/templates/classic/style.css?170715927438*/
.tabs-bottom {
    margin-top: 20px;
}
/* End */


/* Start:/local/templates/simpleIT/css/widgets/tabs.css?1707159671690*/
.tabs {}

.tabs-nav {
    display:flex;
    /*flex-wrap: wrap;*/
    white-space: nowrap;
    overflow-x: scroll;
}

.tab-nav {
    cursor: pointer;
    padding: 16px 24px 15px;
    color: #777;
    background: #fafafa;
    border: 1px solid #ececec;
    transition: all .2s linear;
    margin-right: 10px;
    margin-bottom: 5px;
}
.tab-nav:last-child {
    margin-right: 0;
}
.tab-nav:hover {
    background: #fff;
    color: #000;
}

.tab-nav.tab-active {
    background: #fff;
    color: #000;
    cursor: default;
    box-shadow: 0 2px 0 0 var(--main-color);
}

.tabs-content {
    margin-top: 10px;
}
.tab-content {
    display: none;
}
.tab-content.tab-active {
    display: block;
}
/* End */


/* 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/delivery/templates/classic/style.css?170715927438 */
/* /local/templates/simpleIT/css/widgets/tabs.css?1707159671690 */
/* /local/components/simpleit/menu.left/templates/classic/style.css?1707159239606 */
