This commit is contained in:
2026-05-16 22:40:06 +03:00
parent 9cac082da1
commit 8e72e0411e

View File

@@ -23,6 +23,31 @@
/* --------------------------------MAIN-------------------------------- */ /* --------------------------------MAIN-------------------------------- */
html {
background:
url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp")
center center / cover no-repeat;
height: 100%;
overflow-x: hidden;
}
body {
min-height: 100%;
overflow-x: hidden;
margin: 0;
padding:
env(safe-area-inset-top)
env(safe-area-inset-right)
env(safe-area-inset-bottom)
env(safe-area-inset-left);
background:
url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp")
center center / cover no-repeat;
}
html, body { html, body {
height: 100%; height: 100%;
} }
@@ -35,16 +60,19 @@ body {
} }
.bg { .bg {
position: fixed; position: fixed;
top: -100px; inset: 0;
left: 0;
right: 0; background:
bottom: -100px; url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp")
background: url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp") center center / cover no-repeat; center center / cover no-repeat;
z-index: -1;
transform: translateZ(0); z-index: -1;
-webkit-transform: translateZ(0);
will-change: transform;
transform: translateZ(0);
} }
.content { .content {
position: relative; position: relative;
min-height: 100dvh; min-height: 100dvh;
@@ -180,7 +208,7 @@ img {
top: 0; top: 0;
left: 0; /* ВАЖНО */ left: 0; /* ВАЖНО */
width: 100%; width: 100%;
height: 100vh; height: 100dvh;
background: rgba(102, 60, 36, 0.97); background: rgba(102, 60, 36, 0.97);
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
@@ -242,7 +270,7 @@ img {
margin: 0px 400px; margin: 0px 400px;
padding-bottom: 40px; /* можно оставить */ padding-bottom: 40px; /* можно оставить */
padding-top: 60px; padding-top: 60px;
/* ❌ height: 640px; УДАЛИТЬ */ height: auto;
box-shadow: 0 2px 6px rgba(0,0,0,0.2); box-shadow: 0 2px 6px rgba(0,0,0,0.2);
} }
.heading_content { .heading_content {
@@ -880,7 +908,8 @@ textarea {
} }
.heading { .heading {
margin: 0 300px; margin: 0 300px;
height: 580px; min-height: 580px;
height: auto;
} }
.map_link { .map_link {
height: 400px; height: 400px;
@@ -1003,7 +1032,8 @@ textarea {
@media (max-width: 1320px){ @media (max-width: 1320px){
.heading { .heading {
height: 480px; min-height: 480px;
height: auto;
} }
.time { .time {
font-size: 70px; font-size: 70px;
@@ -1035,7 +1065,8 @@ textarea {
width: 160px; width: 160px;
} }
.heading { .heading {
height: 600px; min-height: 600px;
height: auto;
} }
.items_up, .items_down { .items_up, .items_down {
gap: 50px; gap: 50px;
@@ -1314,14 +1345,13 @@ textarea {
margin-bottom: 20px; margin-bottom: 20px;
background: none; background: none;
box-shadow: none; box-shadow: none;
height: 450px; min-height: 550px;
height: auto;
} }
.heading_content { .heading_content {
padding: 0; padding: 0;
} }
.header {
margin-top: -30px;
}
.items_up, .items_down { .items_up, .items_down {
gap: 20px; gap: 20px;
} }
@@ -1434,7 +1464,8 @@ textarea {
flex-direction: column; flex-direction: column;
} }
.heading { .heading {
height: 450px; min-height: 450px;
height: auto;
} }
.map > div { .map > div {
width: 400px; width: 400px;
@@ -1506,7 +1537,8 @@ textarea {
padding: 0px 20px; padding: 0px 20px;
} }
.heading { .heading {
height: 500px; min-height: 500px;
height: auto;
} }
.map_adress { .map_adress {
@@ -1708,9 +1740,6 @@ textarea {
} }
.header { .header {
width: 18%; width: 18%;
}
.header {
margin-top: -85px;
} }
.heading { .heading {
margin: 100px 0 40px 0; margin: 100px 0 40px 0;