html[lang='ru-RU'] .frontpage .font--xxxxl {
    font-size: 40px;
}

@media screen and (min-width: 480px) {
html[lang='ru-RU'] .frontpage .font--xxxxl {
    font-size: calc(50px + 60*(100vw - 480px)/288);
}
}

@media screen and (min-width: 768px) {
html[lang='ru-RU'] .frontpage .font--xxxxl {
    font-size: 110px;
}
}