.main-menu .main-menu__box a{
    text-transform: none;
}

.main-menu__box{
    margin-top: 10px;
}

.main-menu__box>.main-menu__item:before{
    border: none;
    width: 6px;
    height: 12px;
    right: 25px;
    background-image: url("/local/templates/lending_books_2/assets/img/arrow-gray.svg");
    background-size: 100%;
    opacity: 1;
    transition: all .3s;
}

.main-menu__box>.main-menu__item:hover:before{
    background-image: url("/local/templates/lending_books_2/assets/img/arrow-orange.svg");
}

.main-menu__box>.main-menu__item .second-lvl:before{
    border: none;
    width: 6px;
    height: 12px;
    right: 20px;
    background-image: url("/local/templates/lending_books_2/assets/img/arrow-gray.svg");
    background-size: 100%;
    opacity: 1;
    transition: all .3s;
}

.main-menu__box>.main-menu__item .second-lvl:hover:before{
    background-image: url("/local/templates/lending_books_2/assets/img/arrow-orange.svg");
}

.main-menu__box>.main-menu__item:first-child{
    background: #FE794E;
    border-radius: 4px 4px 0 0;
}

.main-menu__box>.main-menu__item>a{
    padding: 12px 0 12px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #46525D;
    transition: all .3s;
}

.main-menu__box>.main-menu__item>a:hover{
    color: #FE794E;
}

.main-menu__box>.main-menu__item.additional_sec>a{
    padding: 12px 0 12px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #FE794E!important;
    transition: all .3s;
}

.main-menu__box>.main-menu__item.additional_sec>a:hover{
    color: #46525D!important;
}

.main-menu__box>.main-menu__item:first-child>a{
    padding: 15px 0 15px 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.main-menu__box>.main-menu__item:first-child:before{
    content:none;
}
.main-menu__box>.main-menu__item:first-child:after{
    content:'';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    background-image: url('/local/templates/.default/components/bitrix/menu/left_menu/images/catalog-icon.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.main-menu__box .second-menu__box .main-menu__item>a{
    padding: 15px 35px 15px 20px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.main-menu__box .second-menu__box .main-menu__item:hover>a{
    color: #FE794E;
}

.main-menu__box .main-menu__item{
    position: relative;
    border: none;
}

.main-menu__box .main-menu__item:not(:last-child,:first-child):after{
    content: '';
    left: 25px;
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #E7E7E7;
    transition: 0.3s;
}

.main-menu__box .second-menu__box .main-menu__item:not(:last-child):after{
    content: '';
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #E7E7E7;
    transition: 0.3s;
}

.main-menu__box .second-menu__box .main-menu__item:hover:not(:last-child):after{
    background-color: #FE794E;
}

.second-lvl:hover:before{
    border-left-color:  #FE794E;
}

.third-menu__box.main-menu__item{
    transition: all .3s;
}

.third-menu__box.main-menu__item a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #46525D;
}

.third-menu__box .main-menu__item{
    padding-right: 50px;
}

.third-menu__box .main-menu__item:hover a{
    /*color: #E67E22!important;*/
    font-weight: 400!important;;
}

.third-menu__box .main-menu__item:hover {
    /*border-color: #E67E22!important;*/
}

.active-menu-item a{
    color: #fe794e!important;
    font-weight: bold!important;
}