/* Only apply if the store language is Russian */
html[lang="ru"] .shopify-policy__title h1 {
    visibility: hidden;
    position: relative;
}

html[lang="ru"] .shopify-policy__title h1::after {
    content: "Возврат средств и право на отказ";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}