

/*.left_menu .panel-collapse {
    background: white;
    padding: 10px;
    margin: 0 -10px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-family: "normal" !important;
}
*/

.left_menu {
 margin: 0;
 width: 350px;
 display: inline-block;
}


.left_menu ul {
  margin-bottom: 0;
}

.item .menu_left_text, .item .menu_left_text1 {
  font-size: 11px;
  text-transform: uppercase;
}

.menu_left_text1 div {
    margin-top: 11px;
    line-height: 1.3;
}

.left_menu>ul>li {
  margin-bottom: 5px;
}


.left_menu>ul>li.active {
  opacity: 0.8
}
.left_menu>ul>li.active .about_item.active {
  opacity: 0.7
}

.left_menu ul>li>div>ul {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 12px !important;
    /*line-height: 22pt;*/
    /* margin: 0; */
    max-width: 150px;

}

.title_menu_right {
    font-size: 30px;
     margin: 0 0 10px 0;
}

@media (max-width: 750px) {
.left_menu, #main_menu {
 width: 100% !important;
}
.left_menu {
/*margin: -30px 20px 0;*/
padding: 0;
}
.left_menu>ul>li {
    /*margin-bottom: 0;*/
}
}

