This commit is contained in:
2026-05-17 16:37:19 +03:00
parent 8e72e0411e
commit 85f3c08df1

View File

@@ -23,33 +23,8 @@
/* --------------------------------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: 100vh;
} }
body { body {
@@ -57,22 +32,20 @@ body {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
letter-spacing: 3px; letter-spacing: 3px;
background-color: #c68a5e;
} }
.bg { .bg {
position: fixed; position: fixed;
inset: 0; top: -100px;
left: 0;
background: right: 0;
url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp") bottom: -100px;
center center / cover no-repeat; background: url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp") center center / cover no-repeat ;
z-index: -1; z-index: -1;
will-change: transform;
transform: translateZ(0); transform: translateZ(0);
-webkit-transform: translateZ(0);
} }
.content { .content {
position: relative; position: relative;
min-height: 100dvh; min-height: 100dvh;
@@ -196,6 +169,8 @@ img {
border-radius: 10px; border-radius: 10px;
margin-left: 40px; margin-left: 40px;
box-shadow: 0 2px 6px rgba(0,0,0,0.2); box-shadow: 0 2px 6px rgba(0,0,0,0.2);
} }
.burger { .burger {
@@ -206,24 +181,19 @@ img {
.nav { .nav {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; /* ВАЖНО */ left: 0;
width: 100%; width: 100%;
height: 100dvh; height: 100vh;
background: rgba(102, 60, 36, 0.97); background: rgba(102, 60, 36, 0.97);
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
display: none;
display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
transform: translateY(-100%);
transition: 0.5s ease;
z-index: 1000; z-index: 1000;
} }
.nav.active { .nav.active {
transform: translateY(0); display: flex;
} }
.nav::before { .nav::before {
content: ""; content: "";
@@ -270,7 +240,7 @@ img {
margin: 0px 400px; margin: 0px 400px;
padding-bottom: 40px; /* можно оставить */ padding-bottom: 40px; /* можно оставить */
padding-top: 60px; padding-top: 60px;
height: auto; /* ❌ height: 640px; УДАЛИТЬ */
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 {
@@ -470,17 +440,13 @@ h4 {
text-align: center; text-align: center;
border-radius: 33px; border-radius: 33px;
margin: 0 20px; margin: 0 20px;
}
.time_img_box {
} }
.time_img { .time_img {
width: 60px; width: 60px;
height: 60px; height: 60px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.time_line {
}
.time_row_down { .time_row_down {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@@ -908,8 +874,7 @@ textarea {
} }
.heading { .heading {
margin: 0 300px; margin: 0 300px;
min-height: 580px; height: 580px;
height: auto;
} }
.map_link { .map_link {
height: 400px; height: 400px;
@@ -1032,8 +997,7 @@ textarea {
@media (max-width: 1320px){ @media (max-width: 1320px){
.heading { .heading {
min-height: 480px; height: 480px;
height: auto;
} }
.time { .time {
font-size: 70px; font-size: 70px;
@@ -1065,8 +1029,7 @@ textarea {
width: 160px; width: 160px;
} }
.heading { .heading {
min-height: 600px; height: 600px;
height: auto;
} }
.items_up, .items_down { .items_up, .items_down {
gap: 50px; gap: 50px;
@@ -1345,13 +1308,14 @@ textarea {
margin-bottom: 20px; margin-bottom: 20px;
background: none; background: none;
box-shadow: none; box-shadow: none;
min-height: 550px; 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;
} }
@@ -1409,6 +1373,7 @@ textarea {
@media (max-width: 720px) { @media (max-width: 720px) {
.heading { .heading {
margin: 40px 0; margin: 40px 0;
height: 550px;
} }
.newlywed { .newlywed {
width: 85%; width: 85%;
@@ -1462,10 +1427,6 @@ textarea {
} }
.items_up, .items_down { .items_up, .items_down {
flex-direction: column; flex-direction: column;
}
.heading {
min-height: 450px;
height: auto;
} }
.map > div { .map > div {
width: 400px; width: 400px;
@@ -1537,8 +1498,7 @@ textarea {
padding: 0px 20px; padding: 0px 20px;
} }
.heading { .heading {
min-height: 500px; height: 600px;
height: auto;
} }
.map_adress { .map_adress {
@@ -1740,6 +1700,9 @@ height: auto;
} }
.header { .header {
width: 18%; width: 18%;
}
.header {
margin-top: -85px;
} }
.heading { .heading {
margin: 100px 0 40px 0; margin: 100px 0 40px 0;