правки test1

This commit is contained in:
2026-04-05 19:47:54 +03:00
parent 6bb6d78caa
commit b630380cd1
3 changed files with 52 additions and 9 deletions

View File

@@ -109,6 +109,7 @@
border: 1px solid rgba(255, 255, 255, 0.75);
box-shadow: 0 10px 30px rgba(13, 79, 214, 0.08);
font-size: 13px;
margin-bottom: 15px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
@@ -841,6 +842,38 @@
margin-top: 18px;
}
.delivery-highlights {
display: grid;
gap: 12px;
margin-top: 20px;
}
.delivery-highlight-card {
padding: 16px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.14);
}
.delivery-highlight-card strong {
display: block;
font-size: 16px;
line-height: 1.25;
}
.delivery-highlight-card span {
display: block;
margin-top: 6px;
color: rgba(255, 255, 255, 0.8);
line-height: 1.55;
font-size: 14px;
}
.delivery-cta {
width: 100%;
margin-top: 6px;
}
.delivery-wave {
position: absolute;
width: 180%;
@@ -1451,7 +1484,8 @@
animation: rise 0.8s ease forwards;
}
.reveal-delay-1 { animation-delay: 0.08s; }
.reveal-delay-1 { animation-delay: 0.08s;
border-radius: var(--radius-xl); }
.reveal-delay-2 { animation-delay: 0.16s; }
.reveal-delay-3 { animation-delay: 0.24s; }
.reveal-delay-4 { animation-delay: 0.32s; }