.leftbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 50;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.leftbar-fixed__flex {
    padding: 50px 25px;
    max-height: 100%;
    overflow: auto;
}

.leftbar-fixed__flex::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #f5f5f5;
    z-index: 10;
}

.leftbar-fixed__flex::-webkit-scrollbar {
    margin-top: 5px;
    width: 7px;
    background-color: #f5f5f5;
}

.leftbar-fixed__flex::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #cccccc;
}

.leftbar-fixed__menu.leftbar-fixed__menu--wide {
    width: 600px;
}

.leftbar-fixed .leftbar-fixed__scroll .lsfw-tbl {
    margin-top: 40px;
    text-transform: none;
}

.leftbar-fixed .leftbar-fixed__scroll {
    height: 100%;
}

.leftbar-fixed__scroll::-webkit-scrollbar, .leftbar-fixed__menu::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.leftbar-fixed__menu {
    height: 100%;
    padding: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.48);
    width: 290px;
    margin-left: auto;
}

.leftbar-fixed.active {
    background-color: rgba(0, 0, 0, 0.56);
    width: 100%;
}

.leftbar-fixed__close {
    border: none;
    position: absolute;
    left: -35px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    top: 253px;
    background: #ffffff;
    font-size: 18px;
    display: block;
    color: #e17441;
    width: 35px;
    border-radius: 5px 0 0 5px;
}

.leftbar-fixed__link {
    display: block;
    margin-top: 8px;
}

.leftbar-fixed__ul {
    margin: 10px 0 20px 0;
}

.leftbar-fixed__btn.far, .leftbar-fixed__btn.fas {
    background-image: none;
}

.leftbar-fixed__btn {
    border: none;
    width: 35px;
    margin-top: 253px;
    line-height: 60px;
    color: #ffffff;
    font-size: 19px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    background: #e17441 url(https://tophotels.ru/csstx/i/th/hotel-menu.svg) 5px center /23px no-repeat;
}

.leftbar-fixed__btn.leftbar-fixed__btn--user {
    background-image: url(/images/user-menu.svg);
}

.leftbar-fixed__item.active {
    background: #d0dce3 !important;
}

.leftbar-fixed__item a.leftbar-fixed__link:hover {
    color: #e03a3a;
}

.leftbar-fixed__item .leftbar-fixed__link:not(:last-child) {
    margin-bottom: 13px;
}

.leftbar-fixed__item .leftbar-fixed__link.leftbar-fixed__link--menu {
    margin: 5px 0 0 0;
}

.leftbar-fixed__item .leftbar-fixed__link.leftbar-fixed__link--menu::before {
    content: '\f009';
    font-size: 8px;
    top: 0;
}

.leftbar-fixed__item .leftbar-fixed__link::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    left: -3px;
    font-size: 4px;
    top: 1px;
}

.leftbar-fixed__item .leftbar-fixed__link.active::before {
    display: none;
}

.leftbar-fixed__item .leftbar-fixed__link.active {
    color: #e03a3a;
    border-left: 2px solid #da4c4c;
}

.leftbar-fixed__item .leftbar-fixed__link {
    color: #475669;
    line-height: 13px;
    font-weight: bold;
    padding-left: 13px;
    font-size: 13px;
    display: block;
    position: relative;
    border-left: 2px solid transparent;
}

button.leftbar-fixed__item:hover {
    background: #dcdbdb;
}

.leftbar-fixed__item {
    background: #eeeeee;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
    .leftbar-fixed__btn {
        width: 23px;
        line-height: 50px;
        height: 50px;
        background-position: center;
        background-size: 16px;
    }
}

@media screen and (max-width: 1025px) {
    .leftbar-fixed {
        display: none;
    }
}