#categories_block_left{
    border: 1px solid var(--silver-color);
    margin-bottom: 20px; }
#categories_block_left h2 {
    background: var(--silver-color);
    color: var(--black-color);
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px; }
#categories_block_left .block-content{ padding: 15px 20px 10px 20px; }
#categories_block_left .block-content li { position: relative; }

#categories_block_left .block-content > ul > li { padding-bottom: 5px; }
#categories_block_left .block-content > ul > li:last-child{
    margin-bottom: 0;
    padding-bottom: 0; }
#categories_block_left .block-content > ul > li > a {
    font-weight: 600;
    color: var(--black-color);
    display: block;
    line-height: 30px;
    padding-right: 40px;
    position: relative;
    border-bottom: 1px solid #fff; }
#categories_block_left .block-content > ul > li > a:hover { border-bottom: 1px solid var(--silver-color); }
#categories_block_left .block-content > ul > li > a.selected { border-bottom: 1px solid var(--second-color); }

#categories_block_left .block-content > ul > li > ul{ padding: 7px 0 10px 0; }
#categories_block_left .block-content > ul > li > ul > li > a{
    font-weight: 400;
    color: var(--gray-color);
    display: block;
    line-height: 20px;
    position: relative;
    padding: 5px 0 5px 22px;
    border-bottom: 1px solid #fff; }
#categories_block_left .block-content > ul > li > ul > li > a:hover { border-bottom: 1px solid var(--silver-color); }
#categories_block_left .block-content > ul > li > ul > li > a.selected { border-bottom: 1px solid var(--second-color); }
#categories_block_left .block-content > ul > li > ul > li > a:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gray-color);
    border-radius: 50%;
    left: 5px;
    top: 13px; }

#categories_block_left li span.grower {
    display: block;
    width: 40px;
    height: 30px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer; }
#categories_block_left li span.grower.OPEN:before,
#categories_block_left li span.grower.CLOSE:before {
    font-family: "FontAwesome5";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    right: 0;
    top: 0;
    color: #a9a9a9;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#categories_block_left li span.grower.OPEN:before { content: "\f077"; }
#categories_block_left li span.grower.OPEN:hover:before,
#categories_block_left li span.grower.CLOSE:hover:before {
    color: var(--black-color); }
