/*полоса прокрутки*/
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#C1C1C1;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#428BCA;
}

::-webkit-scrollbar-thumb:hover{
background-color:#DA251D;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}
@media (min-width: 769px){
.sticky-sidebar .column-wrapper {
   display: block !important;
}