
.sidebar_project{
    position: fixed;
    background: var(--main-background3);
    height: auto;
    display: grid;
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    gap: 10px;
    width: 280px;
    top: 80px;
    z-index: 3;
    bottom: 0;
    align-content: baseline;
        overflow: auto;
} 
.sidebar_item{
    background: #272c37;
    border-radius: 5px;
    padding: 10px;    
}
.sidebar_item svg{
    width:20px;
    height:20px;
    fill:#748198;
}

.sidebar_project ul{
color: #fff;
    list-style: none;
    padding: 0px;
    margin: 0;
    gap: 10px;
    display: grid; 
} 
.sidebar_project li{
background: transparent;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    gap: 10px;
        position: relative;
} 
.sidebar_project li:hover{
    background: #2b2d39!important;
    
} 
.activeSidebar{
    background: #24252f!important;
} 
.activeSidebar2{
    background: #292a35!important;
} 
.sidebar_project li svg{
width: 24px;
fill: #748198;
} 

.sidebarBanner{
background: #24252f;
    padding: 15px 10px 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    gap: 10px;  
    background: url(../images/banners/bonus_small.png), #24252f;
    background-size: 100%;
    background-position: center;  
    cursor:pointer;
    text-decoration: none;
}
.sidebarBanner:hover{
    opacity:0.8;
}
.sidebarBannerInfo{
    display: grid;
    color: #fff;  
        font-weight: 700;
}
.sidebarBannerInfo .mainDesc{
    font-size: 14px;
    color: var(--main-color-hight);    
}
.downArrowSvg{
filter: invert(1);
    width: 13px;
    position: absolute;
    right: 20;
    top: 50%;
    transform: translateY(-50%);    
}


@media screen and (max-width:1800px) {
    
.sidebar_project1{
      width: 185px;  
}

}

@media screen and (max-width:1280px) {
    
.sidebar_project{
     display:none;
}

}