@media (min-width: 0) {
  .footer {
    background-color: #000;
    padding: 16px 0 40px 0;
  }

  .footer__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .footer_text {
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer_text a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
  }
}

@media (min-width: 960px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer_text {
    max-width: 639px;
    font-size: 10px;
  }

  .footer {
    padding: 64px;
  }

  .footer_svg {
    width: 108px;
    height: 52px;
  }
}

@media (min-width: 1700px) {
}
