.panel-catalog{
    width: 100%;
    display: flex;
    /*height: 500px;*/
    height: calc(100vh - 300px);
}
.panel-catalog-left-block{
    min-width: 300px;
    width: 300px;
    padding-right: 15px;
    /*overflow-y: auto;*/
}
#catalog_panel .js-category-select.active{
    font-weight: 600;
}
.category--wrapper .category{
    height: 50px;   
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 5px 10px;
    border-top: 1px solid #2da47c61;
    border-left: 1px solid #2da47c61;
    border-right: 1px solid #2da47c61;
}
.category--wrapper:last-child .category{
    border-bottom: 1px solid #2da47c61;
}

.category--wrapper.active .category{
    border-right: none;    
}

.panel-catalog-left-block .category-img{
    max-width: 40px;
    max-height: 40px;
    margin-right: 15px;
}

.panel-catalog-right-block{
    /*overflow-y: auto;*/
    width:100%;
}

.panel-catalog-right-block .sections-container{
    padding: 15px;
    column-count: 2;
    height: 100%;
}
.panel-catalog-right-block .sections-item{
    padding: 10px;
    display: inline-flex;
    width: 100%;
}

.panel-catalog-right-block .sections-item:hover{
    box-shadow: 2px 7px 2px 1px rgba(0, 0, 0, 0.2);
    background: #fffffff5;
    border-radius: 20px;
}

.sections-item .sections-item-block-img{
    border-right: 1px solid #2da47c61;
    min-width: 90px;
    /*padding-top: 15px;*/
}   
.sections-item .sections-item-block-img img{
    width: 75px;
}
.subsection-name-link{
    font-weight: 400;
    font-size: 14px;
}
.subsections-container{
    padding-left: 15px;
}

.subsections-container .subsection-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.subsection2-list{
    list-style: none;
    padding: 0;
}
.subsection2-list li{
    margin-bottom: 10px;
}
.subsection-name-link:hover{
    color: #669b83;
}
.js-category-select-target{
    display: none;
}