diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html
index 42ffccb1..6ecc720f 100644
--- a/templates/client/includes/conference/conference_list.html
+++ b/templates/client/includes/conference/conference_list.html
@@ -110,7 +110,7 @@
yandex_direct_url_color = '000000';
yandex_direct_text_color = '000000';
yandex_direct_hover_color = 'FF3333';
- yandex_direct_sitelinks_color = '0000CC';
+ yandex_direct_sitelinks_color = '666666';
yandex_direct_favicon = false;
yandex_no_sitelinks = false;
document.write('');
diff --git a/templates/client/includes/exposition/exposition_list.html b/templates/client/includes/exposition/exposition_list.html
index 5dabdba6..b0cbcd8f 100644
--- a/templates/client/includes/exposition/exposition_list.html
+++ b/templates/client/includes/exposition/exposition_list.html
@@ -112,7 +112,7 @@
yandex_direct_url_color = '000000';
yandex_direct_text_color = '000000';
yandex_direct_hover_color = 'FF3333';
- yandex_direct_sitelinks_color = '0000CC';
+ yandex_direct_sitelinks_color = '666666';
yandex_direct_favicon = false;
yandex_no_sitelinks = false;
document.write('');
diff --git a/templates/client/service/participation.html b/templates/client/service/participation.html
index 935accbc..75312caf 100644
--- a/templates/client/service/participation.html
+++ b/templates/client/service/participation.html
@@ -270,7 +270,11 @@
{% endif %}
-
+ {% if object %}
+
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+
+ {% endif %}
diff --git a/templates/client/service/remotely.html b/templates/client/service/remotely.html
index 418a7061..8dcc0c48 100644
--- a/templates/client/service/remotely.html
+++ b/templates/client/service/remotely.html
@@ -260,6 +260,11 @@
{% endif %}
+ {% if object %}
+
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+
+ {% endif %}
diff --git a/templates/client/service/tickets.html b/templates/client/service/tickets.html
index 24f60052..723b49a3 100644
--- a/templates/client/service/tickets.html
+++ b/templates/client/service/tickets.html
@@ -274,64 +274,11 @@
{% endif %}
- {% comment %}
+ {% if object %}
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
- {% endcomment %}
+ {% endif %}
diff --git a/templates/client/service/tour.html b/templates/client/service/tour.html
index abac0d85..d4df8daf 100644
--- a/templates/client/service/tour.html
+++ b/templates/client/service/tour.html
@@ -151,7 +151,7 @@
@@ -286,33 +286,8 @@
+ {% comment %}
{% include 'includes/event_steps.html' with event=exposition filter=filter %}
- {% comment %}
-
-
{% trans 'Или организуйте поездку самостоятельно' %}:
-
-
{% endcomment %}
-
+ {% if object %}
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
-
-
-
-
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+
+ {% endif %}
diff --git a/templates/client/service/translator.html b/templates/client/service/translator.html
index 68988d7f..5d9025bc 100644
--- a/templates/client/service/translator.html
+++ b/templates/client/service/translator.html
@@ -349,6 +349,11 @@
{% endif %}
+ {% if object %}
+
+ {% include 'client/includes/booking_block.html' with city=object.city place=object.place %}
+
+ {% endif %}