diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php
index 196da08..2ffcd1b 100755
--- a/frontend/views/layouts/main.php
+++ b/frontend/views/layouts/main.php
@@ -142,7 +142,7 @@ $brands = Category::find()
пн–пт: 10:00 – 19:30
сб: 11:00 – 18:00
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index db69049..48014e4 100644
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -1981,6 +1981,24 @@ p.right{text-align: right;}
.submit_btn button, .answer-form button{
height:inherit;
}
+
+.aw_logo{
+ opacity:0.5;
+ margin-top: 50px;
+ text-align: right;
+}
+.aw_logo a{
+ text-align: right;
+ color: #edeeef;
+ background: url(../images/aw_logo.png);
+ background-position: right center;
+ background-repeat: no-repeat;
+ padding-top: 6px;
+ padding-bottom: 4px;
+ padding-right: 37px;
+ font-family: sans-serif;
+ font-size: 12px;
+}
/**/
@media (min-width: 1200px){
.nav_up{
--
libgit2 0.21.4