diff --git a/doc/www/theme/static/bg_meetup-bg.png b/doc/www/theme/static/bg_meetup-bg.png
deleted file mode 100644
index d4f0d6babd1b1e2223413ce6ca72decc37f7b6da..0000000000000000000000000000000000000000
Binary files a/doc/www/theme/static/bg_meetup-bg.png and /dev/null differ
diff --git a/doc/www/theme/static/bg_meetup.png b/doc/www/theme/static/bg_meetup.png
deleted file mode 100644
index 47f56a241e3574ddeb3d68ac28f7edc1d0adbd25..0000000000000000000000000000000000000000
Binary files a/doc/www/theme/static/bg_meetup.png and /dev/null differ
diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css
index 807f5db085f361f66524d4a298647f64e159e56c..7e66c0d969249a9534cb3815c78729502fa42f35 100644
--- a/doc/www/theme/static/design.css
+++ b/doc/www/theme/static/design.css
@@ -1492,29 +1492,6 @@ div.b-rock-list-item-ico {
     margin-top: 5%;
 }
 
-.b-index_meetup {
-    height: 180px;
-    background: url('/theme/bg_meetup-bg.png') center;
-}
-
-.b-index_meetup .b-block-wrapper {
-    width: auto;
-    height: 180px;
-    padding: 0px;
-    background: url('/theme/bg_meetup.png') no-repeat center;*/
-}
-
-.b-index_meetup a {
-    top: 0; left: 0;
-    position: absolute;
-    width: 100%; height: 100%;
-    text-decoration: none; /* No underlines on the link */
-    z-index: 10; /* Places the link above everything else in the div */
-    background-color: #FFF; /* Fix to make div clickable in IE */
-    opacity: 0; /* Fix to make div clickable in IE */
-    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
-}
-
 .b-button_container {
     float: right;
 }
diff --git a/doc/www/theme/templates/index.html b/doc/www/theme/templates/index.html
index 5e51878caa371a0a5fe680cd037fcb63d67c29e2..e3fdf17d908892b4841668512fdaf05cd0e462e8 100644
--- a/doc/www/theme/templates/index.html
+++ b/doc/www/theme/templates/index.html
@@ -12,13 +12,7 @@
     <a  href="https://github.com/tarantool/tarantool/" class="b-follow">Follow on</a>
     <h1 class="b-Tarantool_title"     >{{ page.blocks.header[0] }}</h1>
     <h2 class="b-Tarantool_title-note">{{ page.blocks.header[1] }}</h2>
-    <!--p  class="b-Tarantool_title-text">{{ page.blocks.header[2] }}</p-->
-  </div>
-</section>
-
-<section class="b-lightgray_block b-index_meetup">
-  <div class="b-block-wrapper">
-    <a href="https://corp.mail.ru/ru/press/events/149/"></a>
+    <p  class="b-Tarantool_title-text">{{ page.blocks.header[2] }}</p>
   </div>
 </section>