/*--------------------------------------------------*/
/* СКРОЛЛ БАР */
::-webkit-scrollbar
{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track-piece
{
background-color: rgba(255, 255, 255, 0.9);
-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical
{
height: 5px;
background-color: #99a4b6;
-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:horizontal
{
width: 5px;
background-color: #99a4b6;
-webkit-border-radius: 5px;
}