добавил карту

This commit is contained in:
2026-04-22 21:38:23 +03:00
parent 78d0d67f35
commit ec10c7f9de
2 changed files with 96 additions and 0 deletions

View File

@@ -1186,6 +1186,64 @@
background: rgba(255, 255, 255, 0.18);
}
.location-map-grid {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 18px;
align-items: stretch;
}
.location-map-info {
display: grid;
gap: 12px;
align-content: start;
}
.location-map-info h3 {
margin: 0;
font-size: clamp(24px, 3.1vw, 34px);
line-height: 1.08;
}
.location-map-info p {
margin: 0;
color: var(--muted);
line-height: 1.7;
max-width: 44ch;
}
.location-map-info .contact-quick-actions {
margin-top: 6px;
max-width: 320px;
}
.location-map-info .contact-quick-link {
color: var(--primary-strong);
background: rgba(13, 79, 214, 0.08);
border-color: rgba(13, 79, 214, 0.14);
}
.location-map-info .contact-quick-link:hover {
background: rgba(13, 79, 214, 0.16);
}
.location-map-frame {
min-height: 380px;
border-radius: var(--radius-xl);
overflow: hidden;
box-shadow: var(--shadow);
border: 1px solid rgba(18, 48, 89, 0.1);
background: rgba(255, 255, 255, 0.82);
}
.location-map-frame iframe {
width: 100%;
height: 100%;
min-height: 380px;
border: 0;
display: block;
}
.contact-form {
display: grid;
gap: 12px;
@@ -1447,6 +1505,7 @@
.delivery-grid,
.segments-grid,
.contacts-grid,
.location-map-grid,
.footer-grid,
.hero-notes,
.hero-stats {
@@ -1496,6 +1555,11 @@
width: 100%;
}
.location-map-frame,
.location-map-frame iframe {
min-height: 320px;
}
.toggle-button,
.button,
.ghost-button,