@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");

.logo-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
}
.logo-center { justify-content: center; }
.logo-in-top { padding: 0; }
.top-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.top-left .logo-bar { flex: 0 0 auto; }
.top .logo-img {
  max-height: 42px;
  width: auto;
}
.logo-img {
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 720px) {
  .logo-img { max-height: 56px; }
  .top .logo-img { max-height: 34px; }
}
.site-footer {
  margin-top: 18px;
  padding: 10px 16px;
  text-align: center;
  color: #a7afbf;
  font-size: 12px;
  background: #11274a;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(18, 35, 70, 0.12);
  font-weight: 400;
}
.site-footer .footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer .footer-links {
  margin-top: 4px;
}
.footer-link {
  color: #a7afbf;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
}
.footer-link:hover { color: #ffffff; }
.footer-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.footer-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-sep {
  width: 14px;
  display: inline-block;
}
@media (max-width: 520px) {
  .site-footer { font-size: 12px; }
  .footer-sep { display: none; }
}
.site-footer .fi {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  vertical-align: middle;
}
