.left-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
}

li.left-menu__item {
	list-style: none;
	order: 3;
}
.left-menu__item.left-menu__item--novyy-god {
    order: 0;
}
.left-menu__item.left-menu__item--action {
    order: 1;
}
.left-menu__item.left-menu__item--novinki {
    order: 2;
}

.left-menu__item-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left-menu__item-line .left-menu__item-link {
	width: calc(100% - 37px);
}
.left-menu__item-line i.fa {
	padding: 5px 10px;
    cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	/*display: none;*/
}
.left-menu__item.left-menu__item--action .left-menu__item-line i.fa,
.left-menu__item.left-menu__item--novinki .left-menu__item-line i.fa {
	display: block;
    color: #e31e24 !important;
}
.left-menu__item-line.current {
    background-color: #E5E8D3;
}
.left-menu__item-line:hover,
.full-list:hover {
    background-color: #7BAD32;
}
.left-menu__item-line:hover a,
.full-list:hover {
    color: white;
}

.left-menu__item-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease;
    color: #5B9118;
}
.left-menu__item-link.red{
    color: #e31e24 !important;
}
.left-menu__item--action .left-menu__root-list--second li,
.left-menu__item--novinki .left-menu__root-list--second li {
    padding: 3px 0px 0 25px;
}
.left-menu__item--action .left-menu__root-list--second li:hover a,
.left-menu__item--novinki .left-menu__root-list--second li:hover a {
    filter: brightness(1);
}
.left-menu__item--action .left-menu__root-list--second li a,
.left-menu__item--novinki .left-menu__root-list--second li a {
    padding: 5px 20px 5px 40px;
    filter: brightness(0);
    background-color: transparent;
}
.left-menu__item--action .left-menu__root-list--second li:hover a,
.left-menu__item--novinki .left-menu__root-list--second li:hover a {
	filter: brightness(1);
	color: #5B9118;
}


.left-menu__item a {
    padding: 5px 20px 5px 40px;
    display: block;
}

.left-menu__root-list-item-link .fa,
.left-menu__item-link .fa {
    transition: all .3s ease
}
.left-menu__root-list-item-link.active .fa,
.left-menu__item-link.active .fa {
    transform: rotate(180deg)
}

.left-menu__root-list-item-link.left-menu__item-link {
  color: #5B9118;
}

.left-menu__item-link.current,
.left-menu__item-link:focus,
.left-menu__item-link:hover {
    color: #51a814;
    text-decoration: none
}

.left-menu__root-list {
    list-style-type: none;
    padding: 0px 0 0 0px;
    margin: 0
}

.left-menu__item  .left-menu__root-list ~ a.full-list {
	display: none;
}
.left-menu__item  .left-menu__root-list.semi-active ~ a.full-list {
	display: block;
}

.left-menu__root-list-item-link {
    color: #000;
    font-size: 14px;
    transition: all .3s ease;
    font-weight: 600;
}

.left-menu__root-list-item-link:focus,
.left-menu__root-list-item-link:hover {
    color: #000;
    text-decoration: none
}

.left-menu__root-list--second {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
}
.left-menu__root-list--second.semi-active,
ul.semi-active {
    max-height: 290px;
}

.left-menu__root-list--second.semi-active li,
ul.semi-active li {
    padding: 3px 0px 0 15px;
}

.left-menu__root-list--second.semi-active li a,
ul.semi-active li a {
    padding: 5px 20px 5px 40px;
}

.left-menu__root-list--second.semi-active.full-active {
    max-height: 10000px;
}

.left-menu__root-list.left-menu__root-list--third {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 0;
}
.left-menu__root-list.left-menu__root-list--third.semi-active {
    max-height: 290px;
}
.left-menu__root-list.left-menu__root-list--third.semi-active.full-active {
    max-height: 100%;
}


.full-list {
    text-align: center;
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    font-weight: 900;
}
.left-menu__root-list-item-link.current.active + .left-menu__root-list {
    display: block!important;
}

.panel-heading .panel-title {
    font-weight: 500;
    font-size: 18px;
    font-family: Roboto, sans-serif!important;
}

.main-content .panel.panel-success .panel-body {
    padding: 15px;
}

.panel.panel-success .panel-body {
    padding: 10px 0
}

.bx_filter.panel.panel-success form {
    padding: 15px;
}


.left-menu__item-link._js-section-trigger.active.current, .left-menu__item-link.current {
    color: #5B9118;
    background-color: #E5E8D3;
}

.first-level a.left-menu__root-list-item-link {
  color: #000;
  text-transform: uppercase;
  padding-left: 15px;
  text-decoration: underline;
}

.left-menu__item.active a {
    color: white;
}

.left-menu__item:hover ul li a:hover {
    color: black;
}

.left-menu-icon {
    width: 20px;
    margin-right: 5px;
}

.left-menu__item a {
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 25px;
}

@media (max-width: 767px) {
	.left-menu .left-menu__item .left-menu__item-line i.fa {
		display: block;
	}
}

.catalog-mnu .left-menu__item-line i.fa {
	color: #5B9118;
}
.left-menu.services-u {
    padding-left: 20px;
}
