mavz49 vor 3 Jahren
Ursprung
Commit
2879494573

+ 0 - 4
src/AppAssets5.php

@@ -8,8 +8,6 @@ class AppAssets5 extends AssetBundle
 {
 
     public $css = [
-//        'https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=cyrillic',
-//        'https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic',
         'https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css',
         'css/main.css',
         'css/ndg.css',
@@ -24,9 +22,7 @@ class AppAssets5 extends AssetBundle
         'https://cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js',
         'https://api-maps.yandex.ru/2.1/?lang=ru_RU&apikey=3506135f-ae76-43cf-9caa-b02da12f810f',
         'js/blind.js',
-        'https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.0.0-beta.2/js/swiper.js',
         'js/script.js',
-        'js/slider5.js',
     ];
 
     public $sourcePath = __DIR__ . '/files';

+ 14 - 2
src/files/css/ndg.css

@@ -41,6 +41,7 @@ header .menu ul li .current, header .menu ul li .current:hover {
 .content-left .arrow-right {
     background: url(../img/style/ar.png);
     right: 10px;
+    z-index: 100;
 }
 
 
@@ -49,7 +50,7 @@ header .menu ul li .current, header .menu ul li .current:hover {
 }
 
 body footer {
-    bottom: unset;
+    bottom: 0;
 }
 
 .content-left .about .block-header {
@@ -140,4 +141,15 @@ header .menu-mobile {
     .news-item .image img{
         width: 100%;
     }
-}
+}
+
+.flat-links .flat-links__item {
+    width: 100%;
+    background: #22387d;
+    transition: all .3s ease;
+}
+
+.flat-links__item:hover {
+    background: #929292;
+}
+

BIN
src/files/img/style/al.png


BIN
src/files/img/style/ar.png


BIN
src/files/img/style/main-slider-image2.png