@media only screen and (max-width: 1023px) {
  .footer-menu {
    margin-bottom: 15px;
  }
}
.footer-menu, .footer-menu .panel-submenu {
  display: flex;
  flex-direction: column;
}
.footer-menu__link {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 20px;
  opacity: 0.9;
  text-decoration: none;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-menu__link {
    margin: 9px 0;
    font-size: 12px;
    line-height: 16px;
  }
}
html:not(.bx-touch) .footer-menu__link:hover, .bx-touch .footer-menu__link:active {
  text-decoration: underline;
  opacity: 1;
}
.footer-menu > .footer-menu__link:first-child, .footer-menu > .panel-menu__item > .footer-menu__link {
  margin: 16px 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1439px) {
  .footer-menu > .footer-menu__link:first-child, .footer-menu > .panel-menu__item > .footer-menu__link {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu > .footer-menu__link:first-child, .footer-menu > .panel-menu__item > .footer-menu__link {
    font-size: 14px;
    line-height: 18px;
  }
}
