diff --git a/project/templates/blocks/footer.html b/project/templates/blocks/footer.html
new file mode 100644
index 00000000..e210c93a
--- /dev/null
+++ b/project/templates/blocks/footer.html
@@ -0,0 +1,88 @@
+{% load static %}
+
diff --git a/project/templates/blocks/header.html b/project/templates/blocks/header.html
new file mode 100644
index 00000000..19faa989
--- /dev/null
+++ b/project/templates/blocks/header.html
@@ -0,0 +1,123 @@
+{% load static %} {% load active_link_tags %} {% load category_menu_items from lilcity_category %}
+
diff --git a/project/templates/blocks/mixpanel.html b/project/templates/blocks/mixpanel.html
new file mode 100644
index 00000000..e71a9121
--- /dev/null
+++ b/project/templates/blocks/mixpanel.html
@@ -0,0 +1,9 @@
+{% block mixpanel %}
+
+
+
+{% endblock mixpanel %}
diff --git a/project/templates/blocks/popup_auth.html b/project/templates/blocks/popup_auth.html
new file mode 100644
index 00000000..261a6461
--- /dev/null
+++ b/project/templates/blocks/popup_auth.html
@@ -0,0 +1,168 @@
+{% load static %}
+
diff --git a/project/templates/blocks/popup_buy.html b/project/templates/blocks/popup_buy.html
new file mode 100644
index 00000000..a800d96e
--- /dev/null
+++ b/project/templates/blocks/popup_buy.html
@@ -0,0 +1,70 @@
+{% load static %}
+
diff --git a/project/templates/blocks/popup_course_lock.html b/project/templates/blocks/popup_course_lock.html
new file mode 100644
index 00000000..75053862
--- /dev/null
+++ b/project/templates/blocks/popup_course_lock.html
@@ -0,0 +1,15 @@
+{% load static %}
+{% if course %}
+
+{% endif %}
diff --git a/project/templates/lilcity/index.html b/project/templates/lilcity/index.html
index b634bcb0..31c83880 100644
--- a/project/templates/lilcity/index.html
+++ b/project/templates/lilcity/index.html
@@ -1,519 +1,74 @@
{% load static %}
-{% load active_link_tags %}
-
-{% load category_menu_items from lilcity_category %}
+
+
+
+ {% block title %}Онлайн-курсы LilCity{% endblock title%}
+
+
+
+
+
+
+
+
+
+ {% comment %} {% endcomment %}
+ {% comment %} {% endcomment %}
+ {% comment %} {% endcomment %}
+ {% comment %} {% endcomment %}
+
+
+ {% comment %} {% endcomment %}
+
+
+
+
+
+ {% comment %} {% endcomment %}
-
-
-
- {% block title %}Онлайн-курсы LilCity{% endblock title%}
-
-
-
-
-
-
-
-
-
- {% comment %} {% endcomment %}
- {% comment %} {% endcomment %}
- {% comment %} {% endcomment %}
- {% comment %} {% endcomment %}
-
-
- {% comment %} {% endcomment %}
-
-
-
-
-
- {% comment %} {% endcomment %}
-
-
-
-
-
-
- {% block mixpanel %}
-
-
-
- {% endblock mixpanel %}
-
-
-
-
-
-
- {% block content %}{% endblock content %}
-
-
-
-