.catalog__categories__left_menu-list li {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
				margin-bottom: 20px;
}
.catalog__categories__left_menu-list li a, .catalog__categories__left_menu-list li span {
    color: #B3B5B4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.catalog__categories__left_menu-list li:hover a, .catalog__categories__left_menu-list li:hover span {
    color: #EE472A;
}
.catalog__categories__left_menu-list li:last-child {
	margin-bottom: 24px;
}
.catalog__categories__left_menu-list li span {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #F4F4F4;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 10px;
}
