diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css
index de9f10ad4d7862e0f638ccdfd117c334d6fa897b..001144cb058f2baeef3624d4d297bf99e3cc8826 100644
--- a/doc/www/theme/static/design.css
+++ b/doc/www/theme/static/design.css
@@ -534,13 +534,23 @@ h1, h2, h3, h4, h5 {
     background-image:url('/theme/design/logo_avito.png');
 }
 .i-qiwi {
-    width:130px;
+    width:120px;
     height:60px;
 }
 .i-qiwi:after,
 .i-qiwi:before {
     background-image:url('/theme/design/logo_qiwi.png');
 }
+
+.i-wallarm {
+    width:130px;
+    height:63px;
+}
+.i-wallarm:after,
+.i-wallarm:before {
+    background-image:url('/theme/design/logo_wallarm.png');
+}
+
 .b-example .b-block-wrapper {
     padding:35px 0 35px 0;
 }
diff --git a/doc/www/theme/static/design/logo_wallarm.png b/doc/www/theme/static/design/logo_wallarm.png
new file mode 100644
index 0000000000000000000000000000000000000000..a6de58a3f52f933597900124407701b99ec7dc32
Binary files /dev/null and b/doc/www/theme/static/design/logo_wallarm.png differ
diff --git a/doc/www/theme/templates/index.html b/doc/www/theme/templates/index.html
index 639a9273fd909c54e319437652a82d29d2e5f643..a9048c28af822dd5367469955db25666de536562 100644
--- a/doc/www/theme/templates/index.html
+++ b/doc/www/theme/templates/index.html
@@ -155,6 +155,10 @@
       <div class="b-cols-item">
         <a href="http://qiwi.ru" class="b-cust_logo i-qiwi"></a>
       </div>
+      <div class="b-cols-item-empty">&nbsp;</div>
+      <div class="b-cols-item">
+        <a href="http://wallarm.com" class="b-cust_logo i-wallarm"></a>
+      </div>
     </div>
   </div>
 </section>