

<!-- СКРОЛЛБАР --> 
html { 
     scrollbar-color: #105A56 #000; 
     scrollbar-width: thin; 
} 

html::-webkit-scrollbar { 
     width: 10px !important; 
     -webkit-appearance: none !important; 
} 

html::-webkit-scrollbar-track { 
     background: #FAF0D9!important; 
     border: 1px solid #D5AB54 !important; 
} 

html::-webkit-scrollbar-thumb:hover { 
     background: #D5AB54 !important;
       border: 1px solid #D5AB54 !important; 
} 

html::-webkit-scrollbar-thumb { 
     background: #105A56 !important; 
     border: 1px solid #105A56 !important; 
     -webkit-border-radius: 2px !important;  
}
