function rand80() {
let result = ''+Math.floor(Math.random()*10000000000);
for (let i = 0; i < 7; i++) {
result += ('0000000000'+Math.floor(Math.random()*10000000000)).substr(-10);
}
return result;
}
console.log(rand80());
78687700753019149846288536942965286843811762227419373094448469993291737449820343
/[А-ЯЁ][а-яё]*(?:-[А-ЯЁа-яё]+)?/