diff --git a/.gitignore b/.gitignore
index 41925e8..77b172a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,7 @@ node_modules
package-lock.json
.env
data
-promt
\ No newline at end of file
+promt
+правки
+.playwright-mcp
+commons-search.txt
\ No newline at end of file
diff --git a/public/img/belarus-mtz1523.webp b/public/img/belarus-mtz1523.webp
index fe07dba..4beb5cb 100644
Binary files a/public/img/belarus-mtz1523.webp and b/public/img/belarus-mtz1523.webp differ
diff --git a/public/img/caterpillar-336.webp b/public/img/caterpillar-336.webp
index f122fbd..d0e64a6 100644
Binary files a/public/img/caterpillar-336.webp and b/public/img/caterpillar-336.webp differ
diff --git a/public/img/hitachi-zx350.webp b/public/img/hitachi-zx350.webp
index 4633c86..d4d69c0 100644
Binary files a/public/img/hitachi-zx350.webp and b/public/img/hitachi-zx350.webp differ
diff --git a/public/img/ivanovets-ks5571.webp b/public/img/ivanovets-ks5571.webp
index 367cb06..973f9fc 100644
Binary files a/public/img/ivanovets-ks5571.webp and b/public/img/ivanovets-ks5571.webp differ
diff --git a/public/img/john-deere.webp b/public/img/john-deere.webp
index 179d04c..688e580 100644
Binary files a/public/img/john-deere.webp and b/public/img/john-deere.webp differ
diff --git a/public/img/kamaz-6520.webp b/public/img/kamaz-6520.webp
index 4829144..eb49fb0 100644
Binary files a/public/img/kamaz-6520.webp and b/public/img/kamaz-6520.webp differ
diff --git a/public/img/komatsu-pc400.webp b/public/img/komatsu-pc400.webp
index 8e3a66f..a3ea96d 100644
Binary files a/public/img/komatsu-pc400.webp and b/public/img/komatsu-pc400.webp differ
diff --git a/public/img/ks-45721.webp b/public/img/ks-45721.webp
index 61594d9..235e074 100644
Binary files a/public/img/ks-45721.webp and b/public/img/ks-45721.webp differ
diff --git a/public/img/sobol-4x4.webp b/public/img/sobol-4x4.webp
new file mode 100644
index 0000000..894f4a8
Binary files /dev/null and b/public/img/sobol-4x4.webp differ
diff --git a/public/img/tral-1.webp b/public/img/tral-1.webp
index 4216b5a..eb49fb0 100644
Binary files a/public/img/tral-1.webp and b/public/img/tral-1.webp differ
diff --git a/public/img/газпром.webp b/public/img/газпром.webp
new file mode 100644
index 0000000..e1de6ee
Binary files /dev/null and b/public/img/газпром.webp differ
diff --git a/public/img/роснефть.webp b/public/img/роснефть.webp
new file mode 100644
index 0000000..1fd92f2
Binary files /dev/null and b/public/img/роснефть.webp differ
diff --git a/public/img/сибур.webp b/public/img/сибур.webp
new file mode 100644
index 0000000..a1974ab
Binary files /dev/null and b/public/img/сибур.webp differ
diff --git a/public/img/сургутнефтегаз.webp b/public/img/сургутнефтегаз.webp
new file mode 100644
index 0000000..aebd186
Binary files /dev/null and b/public/img/сургутнефтегаз.webp differ
diff --git a/public/img/транснефть.webp b/public/img/транснефть.webp
new file mode 100644
index 0000000..1dcc6b0
Binary files /dev/null and b/public/img/транснефть.webp differ
diff --git a/public/index.html b/public/index.html
index f41002c..a557399 100644
--- a/public/index.html
+++ b/public/index.html
@@ -51,15 +51,7 @@ img { max-width: 100%; display: block; }
position: relative;
}
-.header-main::before, .header-main::after {
- content: ''; position: absolute; width: 12px; height: 12px;
- background: radial-gradient(circle, #c0c0c0 30%, #888 70%);
- border-radius: 50%; border: 1px solid #666;
- top: 50%; transform: translateY(-50%);
- box-shadow: inset 0 1px 2px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.2);
-}
-.header-main::before { left: 12px; }
-.header-main::after { right: 12px; }
+
.header-inner {
display: flex; align-items: center; justify-content: space-between;
@@ -72,8 +64,8 @@ img { max-width: 100%; display: block; }
pointer-events: none;
}
-.logo { display: flex; align-items: center; position: relative; z-index: 2; margin-top: -18px; margin-bottom: -18px; }
-.logo img { max-height: 180px; max-width: 100%; width: auto; height: auto; }
+.logo { display: flex; align-items: center; position: relative; z-index: 2; margin-top: -8px; margin-bottom: -8px; }
+.logo img { max-height: 200px; max-width: 100%; width: auto; height: auto; }
.nav { display: flex; align-items: center; gap: 16px; position: relative; z-index: 2; }
@@ -130,7 +122,7 @@ img { max-width: 100%; display: block; }
/* ========== HERO ========== */
.hero {
min-height: 100vh; display: flex; align-items: center;
- position: relative; overflow: hidden; padding-top: 100px;
+ position: relative; overflow: hidden; padding-top: 120px;
background: linear-gradient(135deg, #e8e4df 0%, #d5d0c8 100%);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
@@ -572,12 +564,12 @@ img { max-width: 100%; display: block; }