.footer-container {
  width: 100%;
}
.footer-content {
  width: 100%;
  /*min-height: 239px;*/
  background: #121418;
}
.footer-content .container {
  min-width: 1392px;
}
.footer-content .footer-logo {
  padding: 40px 0;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer-content .footer-logo .logo {
  width: 149px;
  height: auto;
}
.footer-content .footer-logo .navbar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 48px;
}
.footer-content .footer-logo .navbar-list a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  opacity: 0.7;
  transition: all 0.2s;
}
.footer-content .footer-logo .navbar-list a:hover {
  opacity: 1;
}
.footer-content .footer-contact {
  padding: 40px 0;
  display: flex;
  gap: 24px;
}
.footer-content .footer-contact .label {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}
.footer-content .footer-contact .list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
.footer-content .footer-contact .list * {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  transition: all 0.2s;
}
.footer-content .footer-contact .list a {
  opacity: 0.5;
}
.footer-content .footer-contact .list a:hover {
  opacity: 1;
}
.footer-copyright {
  height: 48px;
  line-height: 48px;
  background: #121418;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
