/*********************************************************************
 *
 * left
 *
 *********************************************************************
**/

#left {
    padding: 26px 30px 40px;
}

#left .b-block {
    
}

#left .b-block_title {
    font-size: 16px;
    color: #f00;
    margin-bottom: 10px;
}

/********************************************************************/

#left .b-left-menu {
    font-family: 'PT Sans Narrow', sans-serif;
}

#left .b-left-menu_item {
    margin: 0 -30px 1px;
}

#left .b-left-menu_header {
    position: relative;
    padding-bottom: 10px;
}

#left .b-left-menu_header a {
    display: block;
    padding: 4px 30px 10px 56px;
    font-size: 22px;
    color: #2b2a29;
    text-decoration: none;
    background: url('data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHtJREFUeNpi+M/AwADFvkC8D4g/QzGI7QOThylqAeL/OHALTKEPVOAnEOcBsRAU50HFQHK+DFArQJx8JGfAcDlUbh+I8wnKEcKiUAgq94mJgTjACFJ4BsqJxaIgBUqfhgULsmcEoRjDM0QHDwz7QUPgCxTvg9oGlgcIMAAhTXuD3W+I/wAAAABJRU5ErkJggg==') 33px 14px no-repeat;
}

#left .b-left-menu_item.is-active .b-left-menu_header:before,
#left .b-left-menu_item.is-active .b-left-menu_header:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    bottom: 0;
    height: 10px;
    background: url('/i/bg/left-menu-item.png') no-repeat;
}

#left .b-left-menu_item.is-active .b-left-menu_header:after {
    left: 50%;
    background-position: 100% 0;
}

#left .b-left-menu_item.is-selected .b-left-menu_header a,
#left .b-left-menu_header a:hover {
    color: #e31e24;
}

#left .b-left-menu_sub {
    padding: 4px 32px 22px 76px;
}

#left .b-left-menu_sub-item {
    margin-bottom: 7px;
}

#left .b-left-menu_sub-item a {
    font-size: 18px;
    color: #2b2a29;
    text-decoration: none;
    text-transform: lowercase;
}

#left .b-left-menu_sub-item.is-active a,
#left .b-left-menu_sub-item a:hover {
    color: #e31e24;
}

/********************************************************************/