:root {
    --color-background: #000;
    --backgroun-head: #fff;
    --color-head-menu: #fff;
    --color-head-point: #BE398B;
    --color-btn-1: #BE398B;
    --color-head-polosa: rgba(0, 0, 0, 0.10);
}

*::-webkit-scrollbar {
    width: 10px;
    max-height: 10px;
}

*::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgb(103, 103, 103);*/
    border-radius: 10px;
    background-color: rgb(38, 38, 38);
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgb(38, 38, 38);*/
    background-color: rgb(71, 71, 71);
}