.club-item .desc a, .club-item-content a  {
    color: #005bff !important;
}
.club-item .desc a:hover, .club-item-content a:hover {
    text-decoration: underline !important;
}
.club-item .desc p strong , .club-item-content p strong{
    font-size: 1rem !important;
}
.club-item .desc img, .club-item-content img{
    border-radius: 10px !important;
}


.club-item .desc p:nth-child(4n), .club-item-content p:nth-child(4n) { /*Не убрано в редакторе*/ 
    border-radius: 0;
    background: unset;
    padding: 0;
    color: #000;
}
.treeview-new span.active{
    background: #f1f3f5 !important;
    border: 2px solid #086cf9;

}
.treeview-new span.active a.link-to-instruction {
    color: #000 !important;
}
.treeview-new span a.link-to-instruction  {
    width: auto;
    text-indent:0% !important;
}
.treeview-new .treeview-childrens span a.link-to-instruction{
    padding-left: 20px;
}
.treeview-new span {
    padding: 12px 24px !important;
    display:  flex !important;
    justify-content: space-between;
    gap: 15px;
    border-radius: 12px !important;
}
.treeview-new span:hover {
    background-color: #f1f3f5 !important;
    border-radius: 12px !important;
}
.treeview-new li.items-expanded {
    border-image: unset !important;
}
.treeview-new li.contains-items {
    background-image: unset !important;
}
.treeview-new li {
    padding: 0 !important;
}
ul.treeview-childrens {
    display: none;
}
ul.treeview-childrens.show-childrens{
    display: block !important;
}
li .TopicsPage_iconStyle {
    transition: 0.1s;
}
.treeview-new>li:has(>ul.treeview-childrens.show-childrens)  div.TopicsPage_iconStyle{
    rotate: 180deg;
}
.treeview-childrens>li:has(>ul.treeview-childrens:not(.show-childrens)) .TopicsPage_iconStyle {
    rotate: 0deg !important;
}

.widget:has(.treeview-new){
    -webkit-user-select: none;
    -moz-user-select: none;   
    -ms-user-select: none;  
    user-select: none;       
}
@media (max-width: 1000px) {
    .treeview-new li {
        cursor: auto;
    }
    .treeview-new li{
        cursor:auto !important;
    }
    #right-sidebar {
        order: 1;
        display: block !important; 
    }
}