/* ==================================================================
   ФУТЕР
   ================================================================== */
footer {
  background-color: var(--white);
  color: var(--text);
  padding: 40px 0;
  border-top: 1px solid #dee2e6;
  font-family: "Montserrat", "Roboto", sans-serif;
}

footer a {
  color: var(--text) !important;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
}

footer a:hover {
  color: var(--primary) !important;
}

footer h5 {
  color: var(--text);
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 600;
}

footer hr {
  border-color: var(--text);
  opacity: 0.15;
}

.content {
  min-height: calc(100vh - 200px);
  padding: 20px 0 40px 0;
}

/* Компактный футер */
.compact-footer {
  background-color: #fff;
  color: #4a4a4a;
  border-top: 1px solid #dee2e6;
  padding: 1.5rem 0 1rem 0;
  font-size: 0.9rem;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
}

.compact-footer h6 {
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  font-family: "Montserrat", "Roboto", sans-serif;
}

.compact-footer a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
}

.compact-footer a:hover {
  color: #0d6efd;
}

/* Логотипы */
.logo-image {
  height: auto;
  width: 210px;
  max-width: 210px;
  object-fit: contain;
  display: block;
  margin-right: 1rem;
}

.logo-image-footer {
  height: auto;
  width: 65px;
  max-width: 210px;
  object-fit: contain;
  display: block;
  margin-right: 1rem;
}

/* Разделители */
.footer-divider {
  margin: 1rem 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  font-size: 0.85rem;
  color: #6c757d;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
}

.contact-block {
  margin-bottom: 0.5rem;
}

.working-hours {
  font-size: 0.85rem;
  color: #6c757d;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-weight: 500;
}

/* Иконки в футере */
footer .bi {
  margin-right: 0.5rem;
}