/* Глобальные стили сайта — редактируются в «Редакторе стилей». */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1c2430;
  background: #ffffff;
  line-height: 1.6;
}
a { color: #2f7bff; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }

.site-header { border-bottom: 1px solid #eef1f5; }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 64px; }
.site-header__logo { font-size: 20px; font-weight: 700; color: #1c2430; }
.site-header__nav { display: flex; gap: 20px; flex-wrap: wrap; }
.site-header__phone { margin-left: auto; font-weight: 600; color: #1c2430; white-space: nowrap; }

.site-footer { margin-top: 64px; border-top: 1px solid #eef1f5; background: #fafbfc; }
.site-footer__inner { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px 32px; padding: 28px 0; }
.site-footer__contacts { display: flex; flex-direction: column; gap: 4px; }
.site-footer__contacts a { color: #1c2430; }
.site-footer__address, .site-footer__worktime { margin: 0; color: #64748b; font-size: 14px; }
.site-footer__about { margin: 0; max-width: 320px; color: #64748b; font-size: 14px; }
.site-footer__copy { margin: 0; width: 100%; color: #94a3b8; font-size: 13px; }
