.block_left{float: left; width: 320px; padding-right: 20px; box-sizing: border-box;}
.block_right{float: right; width: calc(100% - 322px);}

.block_right .catalog.view-table{width: calc(100% - 0px);}
.block_right .block_sort{margin-left: 0px; margin-top: 0px;}

@media (max-width: 767px) {
    .block_left{display: none;}
    .block_right{float: none; padding: 20px; width: 100%; box-sizing: border-box;}
}
.section_menu{ position: relative;}
.dl1, .dl2{display: block; padding-left: 25px; line-height: 16px; margin: 0px 0px 10px 0px; text-decoration: none; font-size: 14px;}
.dl1:hover, .dl2:hover{color: #ad1da3;}
.show_children{position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;}
.show_children:hover{border-color: #ad1da3;}
.show_children:hover:before, .show_children:hover:after{background: #ad1da3;}
.show_children:before{content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    background: #000;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 8px;}
.show_children.active:before{display: none;}
.show_children:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    background: #000;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 1px;
}
.dl2{}