: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: 0px;
    max-height: 0px;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: rgb(38, 38, 38);
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgb(71, 71, 71);
}