@charset "UTF-8";
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
:root {
  --fs-caption: 1.3rem;
  --fs-meta: 1.4rem;
  --fs-body: 1.6rem;
  --fs-lead: 1.75rem;
  --fs-emph: 2.1rem;
  --fs-h3: 2.4rem;
  --fs-h2: 3.4rem;
  --fs-h1: 4.2rem;
  --fs-display: 5.4rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --ff-display: "Playfair Display", serif;
  --ff-ui: "Inter", system-ui, sans-serif;
  --ink: #1d1d1b;
  --ink-soft: #2a2218;
  --ink-muted: #666;
  --surface: #ffffff;
  --surface-soft: #f9f8f6;
  --surface-warm: #fdf9f0;
  --surface-linen: #ebe2cb;
  --surface-stone: #f4f3f0;
  --accent: #ece9e3;
  --accent-hover: #dedbd6;
  --rule: #e5e5e5;
  --rule-soft: rgba(0, 0, 0, 0.08);
  --gold: #B58A2E;
  --ease-premium: cubic-bezier(0.2, 1, 0.3, 1);
  --r-0: 0;
  --r-sm: 2px;
  --r-md: 4px;
  --r-pill: 999px;
  --r-round: 50%;
  --r-sheet: 10px;
  --shadow-1: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 14px 36px rgba(0, 0, 0, 0.12);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --space-7: 96px;
}

.main-footer {
  background-image: url("/static/graphics/footer/bg-image.jpg");
  background-size: cover;
  color: #fff;
  padding-top: 35px;
}
.main-footer a {
  color: #fff;
}

.footer-links-heading {
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.mx-2:hover a {
  transition: all 0.3s ease;
}
.mx-2:hover a img {
  opacity: 0.8;
}

.list-of-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 5px;
}

.fa-circle-li {
  display: flex !important;
  align-items: center;
}

.footer-link {
  display: block;
  padding: 3px 10px;
  font-size: 1.4rem;
}
.footer-link:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=footer.css.map */
