.contacts { background: #fff; padding: 40px 0; }
.contacts .contacts-title { margin: 0 0 24px; color: #20252a; font-size: clamp(26px, 2vw, 30px); font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.contacts .contacts-title::after { content: ""; display: inline-block; width: 64px; height: 4px; margin-left: 12px; border-radius: 2px; background: linear-gradient(90deg, #f0cd4c 0 78%, #60ac64 78%); vertical-align: .18em; }
.contacts .contactgrid { display: grid; grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); gap: 36px; }
.contacts .contactgrid--single { grid-template-columns: minmax(0, 1fr); }
.contacts .contactbox { min-width: 0; }
.contacts .clist { display: grid; gap: 17px; }
.contacts .citem { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 13px; align-items: start; color: #343b40; font-size: 15px; line-height: 1.45; }
.contacts .citem svg, .contacts .mapbox-fallback svg { width: 25px; height: 25px; fill: none; stroke: #60666b; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
.contacts .clabel { display: block; margin-bottom: 2px; color: #858b8f; font-size: 10px; font-weight: 800; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }
.contacts .cvalue { display: block; color: #343b40; overflow-wrap: normal; word-break: normal; hyphens: none; }
.contacts .contact-link { font-weight: 700; text-decoration: none; transition: color 180ms ease; }
.contacts .contacts-cta { display: inline-flex; min-height: 45px; margin-top: 24px; padding: 0 22px; border-radius: 4px; align-items: center; justify-content: center; background: #f6c400; color: #20252a; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background-color 180ms ease; }
.contacts .mapbox { position: relative; display: block; min-width: 0; min-height: 270px; overflow: hidden; border: 1px solid #e1e4e6; border-radius: 6px; background: #f2f4f5; color: #343b40; text-decoration: none; }
.contacts .mapbox img { position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; }
.contacts .mapbox iframe { display: block; width: 100%; height: 100%; min-height: 270px; border: 0; }
.contacts .mapbox-fallback { position: absolute; inset: 0; display: flex; padding: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 12px; text-align: center; }
.contacts .mapbox-fallback svg { width: 38px; height: 38px; stroke: #579e5d; }
.contacts .mapbox-fallback span { max-width: 420px; font-size: 15px; line-height: 1.45; }
.contacts .mapbox-label { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 3px; background: rgba(32, 37, 42, .86); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.25; }
.contacts a:focus-visible { outline: 3px solid rgba(96, 172, 100, .4); outline-offset: 2px; }
@media (hover: hover) and (pointer: fine) { .contacts .contact-link:hover { color: #408b47; } .contacts .contacts-cta:hover { background: #ffd329; } .contacts .mapbox:hover .mapbox-label { background: rgba(64, 139, 71, .94); } }
@media (max-width: 999px) { .contacts .contactgrid { grid-template-columns: minmax(0, 1fr); gap: 28px; } .contacts .mapbox, .contacts .mapbox iframe { min-height: 260px; } }
@media (max-width: 600px) { .contacts { padding: 28px 0; } .contacts .contacts-title { margin-bottom: 20px; font-size: 20px; } .contacts .contacts-title::after { width: 42px; height: 3px; margin-left: 8px; } .contacts .contactgrid { gap: 24px; } .contacts .citem { font-size: 14px; } .contacts .contacts-cta { width: 100%; } .contacts .mapbox, .contacts .mapbox iframe { min-height: 230px; } .contacts .mapbox-fallback { padding: 28px; } }
