diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 5308cbb..abe7655 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -12,10 +12,14 @@ use yii\web\View;
= Slider::widget(["title"=>"HOME_SLIDER"]); ?>
-
+
+
+
diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css
index d5b7847..c69f2e6 100755
--- a/frontend/web/css/css_header.css
+++ b/frontend/web/css/css_header.css
@@ -26974,4 +26974,23 @@ ul.product-special li.promo div {
.filter-link span{
color: black;
font-weight: normal;
+}
+
+.new-slider-wr .item img{
+ width: 100%;
+ max-width: 1497px;
+}
+
+@media (min-width: 1498px){
+ .small_ar{
+ display:none;
+ }
+}
+@media (max-width: 1497px){
+ .arrows_slide_centered{
+ display:none;
+ }
+ .small_ar#prev_slide, .small_ar#next_slide{
+ top: calc(50%)!important;
+ }
}
\ No newline at end of file
--
libgit2 0.21.4