/* Стиль для ползунка */
 
 
  html { scrollbar-color: #262626 #cccccc; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #cccccc !important; } html::-webkit-scrollbar-thumb:hover { background: #FF4C00 !important; } html::-webkit-scrollbar-thumb { background: #262626 !important; border: 0px solid #bdbdbd !important; -webkit-border-radius: 10px !important;  } 