правки test1
This commit is contained in:
81
index3.css
81
index3.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user