diff --git a/batiskaf/templates/jinja2/category.jinja b/batiskaf/templates/jinja2/category.jinja
index 3defa56..d2bad9b 100644
--- a/batiskaf/templates/jinja2/category.jinja
+++ b/batiskaf/templates/jinja2/category.jinja
@@ -65,6 +65,11 @@
+ {% if 'sale' in request.path %}
+
+ Уважаемые клиенты, на данный раздел индивидуальная скидка не распространяется!
+
+ {% endif %}
{% if category.hide_products %}
{% for child in category.childs.order_by('priority') %}
{% include 'includes/category_category_thumb.jinja' with context %}
@@ -190,7 +195,7 @@
{% endif %}
{% if category.meta_text %}
{{ category.meta_text|safe }}
{% endif %}
+ style="padding: 15px 20px; text-align: justify;">{{ category.meta_text|safe }}
{% endif %}
{% endblock %}