правки test1

This commit is contained in:
2026-04-05 19:53:20 +03:00
parent b630380cd1
commit f97e239274
3 changed files with 73 additions and 40 deletions

BIN
2026-04-05_19-49-20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -1130,45 +1130,62 @@
background: linear-gradient(180deg, rgba(8, 51, 141, 0.96), rgba(11, 67, 175, 0.92));
color: #fff;
box-shadow: var(--shadow);
overflow: hidden;
display: grid;
gap: 14px;
}
.map-placeholder::before,
.map-placeholder::after {
content: "";
position: absolute;
inset: 26px;
border-radius: 24px;
border: 1px dashed rgba(255, 255, 255, 0.16);
}
.map-placeholder::after {
inset: 56px;
border-style: solid;
border-color: rgba(255, 255, 255, 0.08);
}
.map-note {
position: absolute;
padding: 10px 12px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.08);
font-size: 13px;
font-weight: 800;
}
.map-note.a { top: 42px; left: 30px; }
.map-note.b { top: 120px; right: 28px; }
.map-note.c { bottom: 82px; left: 80px; }
.map-note.d { bottom: 30px; right: 44px; }
.map-copy {
max-width: 320px;
max-width: 56ch;
color: rgba(255, 255, 255, 0.78);
line-height: 1.7;
}
.contact-fast-facts {
display: grid;
gap: 10px;
}
.contact-fact-card {
padding: 14px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-fact-card strong {
display: block;
font-size: 15px;
line-height: 1.25;
}
.contact-fact-card span {
display: block;
margin-top: 5px;
color: rgba(255, 255, 255, 0.8);
line-height: 1.55;
font-size: 14px;
}
.contact-quick-actions {
display: grid;
gap: 10px;
margin-top: 2px;
}
.contact-quick-link {
display: block;
padding: 12px 14px;
border-radius: 14px;
color: #fff;
font-weight: 700;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-quick-link:hover {
background: rgba(255, 255, 255, 0.18);
}
.contact-form {
display: grid;
gap: 12px;

View File

@@ -637,14 +637,30 @@
</form>
</div>
<div class="map-placeholder reveal reveal-delay-1" aria-label="Схема расположения и зона обслуживания">
<span class="eyebrow eyebrow-inverse">Карта обслуживания</span>
<h3 class="section-heading-compact section-heading-map">Офис и логистика в Севастополе</h3>
<p class="map-copy">Оперативно закрываем центральные и спальные районы, чтобы доставка воды на дом и в офис оставалась быстрой даже в часы пик.</p>
<div class="map-note a">Острякова</div>
<div class="map-note b">Центр</div>
<div class="map-note c">Гагаринский</div>
<div class="map-note d">Балаклава</div>
<div class="map-placeholder reveal reveal-delay-1" aria-label="Условия обслуживания по городу">
<span class="eyebrow eyebrow-inverse">Зона обслуживания</span>
<h3 class="section-heading-compact section-heading-map">Принимаем заявки по всему Севастополю</h3>
<p class="map-copy">Работаем ежедневно и подбираем удобный интервал доставки для дома, офиса, кафе и небольших коммерческих точек.</p>
<div class="contact-fast-facts">
<article class="contact-fact-card">
<strong>Подтверждение заявки</strong>
<span>До 15 минут в рабочие часы, без долгого ожидания.</span>
</article>
<article class="contact-fact-card">
<strong>Окна доставки</strong>
<span>С 8:00 до 21:00 ежедневно, срочные слоты по возможности.</span>
</article>
<article class="contact-fact-card">
<strong>Дополнительный сервис</strong>
<span>Подъем воды и вывоз пустой тары при следующем визите.</span>
</article>
</div>
<div class="contact-quick-actions">
<a class="contact-quick-link" href="tel:+79781234567">Позвонить: +7 (978) 123-45-67</a>
<a class="contact-quick-link" href="mailto:order@aqualinia-sev.ru">Написать: order@aqualinia-sev.ru</a>
</div>
</div>
</div>
</div>