@media (max-width: 834px) {
  .footer .footer__inner {
    padding-bottom: 70px;
  }
}
.footer .footer__ga {
  margin-top: 45px;
}
@media (max-width: 834px) {
  .footer .footer__ga {
    margin-top: 40px;
  }
}
.footer .footer__authentication {
  pointer-events: none;
  margin-bottom: -30px;
}
@media (max-width: 834px) {
  .footer .footer__authentication {
    margin-bottom: -20px;
  }
}
