.footer,
.mobile__footer {
  background-color: #222222;
  width: 100%;
  padding: 40px 0px;
  display: block;
}

.mobile__footer {
  display: none;
}

.footer__columns {
  width: 100%;

  color: #999999;
}

.footer__line span,
.footer__line p {
  font-size: 13px;
  margin-right: 15px;
}

.footer__columns .footer__column img {
  width: 30px;
}

@media (max-width: 1439px) {
  .footer {
    display: none;
  }

  .mobile__footer {
    display: block;
    padding: 30px;
  }

  .mobile__footer {
  }
}
