diff --git a/wp-content/themes/cosmopet/templates/header.twig b/wp-content/themes/cosmopet/templates/header.twig
index f489153..aa47a41 100644
--- a/wp-content/themes/cosmopet/templates/header.twig
+++ b/wp-content/themes/cosmopet/templates/header.twig
@@ -38,9 +38,11 @@
+ {% if site_region == 'ru' %}
+ {% endif %}
@@ -68,10 +70,12 @@
Лакомства
+ {% if site_region == 'ru' %}
+ {% endif %}
@@ -83,10 +87,12 @@
Лакомства
+ {% if site_region == 'ru' %}
+ {% endif %}
{% elseif current_lang == 'en' %}
@@ -103,9 +109,11 @@
+ {% if site_region == 'ru' %}
+ {% endif %}
@@ -116,9 +124,11 @@
+ {% if site_region == 'ru' %}
+ {% endif %}
{% endif %}