.left-menu .toggler {
    width: 35px;
    margin: 10px 0px;
    cursor: pointer;
}
.left-menu__header {
     min-height: 65px;
     position: relative;
 }
 .left-menu .btn-cancel-menu {
     position: absolute;
     right: 0;
     font-size: 4rem;
     color: #FFF;
     padding: 10px 20px;
     margin: unset;
     height: 65px;
     background: transparent;
 }
 .left-menu .btn-cancel {
     position: absolute;
     right: 8px;
     top: 5px;
     transition: all 0.5s;
 }
 .left-menu .btn-cancel:hover {
     opacity: 0.5;
     transition: all 0.5s;
 }
.offcanvas-header {
    padding: unset;
    height: 100%;
}
.offcanvas-header a {
    padding-right: 1rem;
}
.left-menu button:hover,
.offcanvas-header a:hover{
     background: #705744;
}
.left-menu button:active {
    background: #705744 !important;
}
 .left-menu button:focus-visible {
     background: #705744 !important;
 }
 .left-menu ul {
     list-style: none;
     padding: unset;
 }
 .left-menu ul a {
     padding: 10px 20px;
     width: 100%;
     display: flex;
     text-decoration: none;
     color: #000;
     border-bottom: 1px solid #e5e4e4;
 }
 .left-menu ul a span {
     width: 96%;
     display: block;
 }
 .left-menu ul a {
     transition: all 0.5s;
     opacity: 1;
 }
 .left-menu ul a:hover {
    transition: all 0.5s;
     opacity: 0.7;
 }

 .left-menu .left-menu__second-level {
     display: none;
     border: 1px solid #eee;
     border-bottom: unset;
 }
 .left-menu .left-menu__second-level a{
     padding-left: 30px;
 }
 .left-menu img {
     transition: all 0.5s;
     width: 12px;
 }
 .left-menu .active_left-menu img {
     transform: rotate(180deg);
     transition: all 0.5s;
 }
 .left-menu .active_left-menu {
     background:  #e5e4e4;
     transition: all 0.5s;
 }
.left-menu .btn {
    padding: 5px 12px;
}
.mobile-nav a {
    cursor: pointer;
}
.mobile-nav li::before{
    content: unset;
}
.root-item-selected {
    font-weight: bold;
    color: #0268BC !important;
}