/*.catalog-section-list.list-clover-1 .has-child > .dropdown {*/
/*    display: none;*/
/*}*/
.catalog-section-list.list-clover-1 .has-child.opened.show > .dropdown {
    display: block;
}
.catalog-section-list.list-clover-1 .current > * > a {
    font-weight: 600;
}
.catalog-section-list.list-clover-1 .has-child .parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.catalog-section-list.list-clover-1 .toggle_block {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.catalog-section-list.list-clover-1 .has-child > .parent > .toggle_block:not(.collapsed) > * {
    transform: rotate(180deg);
}