diff --git a/assets/css/home.css b/assets/css/home.css
index 32d4ce389f5767eb4a5177dc79f254f32ec5fe58..c8f55ac7efbb733017e06fec0700b771ab228ebe 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -971,7 +971,7 @@ a.goDown .icon {
   font-size: 33px;
 }
 .eventDetailsBlock {
-  margin-top: 200px;
+  margin-top: 80px;
 }
 .eventDetailsBlock .swiper-slide {
   width: 100vw;
@@ -1097,21 +1097,11 @@ a.goDown .icon {
   }
 }
 .eventScaleBlock {
-  position: absolute;
-  top: 100px;
-  left: 0;
+  position: relative;
   width: 100%;
-  /*height: 60px;*/
+  margin-top: 50px;
   z-index: 2;
 }
-@media (min-width: 1200px) {
-  .eventScaleBlock {
-    top: 125px;
-  }
-  .eventDetailsBlock {
-    margin-top: 250px;
-  }
-}
 .eventScaleBlock .swiper-slide {
     width: auto;
     flex-basis: auto;