diff --git a/project/templates/lilcity/_courses_item.html b/project/templates/lilcity/_courses_item.html
index 58e7d90e..331cd73e 100644
--- a/project/templates/lilcity/_courses_item.html
+++ b/project/templates/lilcity/_courses_item.html
@@ -13,7 +13,7 @@
АНИМАЦИЯ
+
АНИМАЦИЯ
{% if not course.is_free %}
{{ course.price|floatformat:"-2" }}$
{% endif %}
{{ course.title }}
diff --git a/project/templates/lilcity/courses.html b/project/templates/lilcity/courses.html
index 22a8881f..1b6314c5 100644
--- a/project/templates/lilcity/courses.html
+++ b/project/templates/lilcity/courses.html
@@ -57,6 +57,7 @@
{% for course in course_items %}
+ {% cycle '' 'theme_green' 'theme_violet' as theme_color silent %}
{% include "templates/lilcity/_courses_item.html" %}
{% endfor %}