@layer specific {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 50px;
  }

  .site-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.3rem;
  }

  .site-footer-nav {
    display: flex;
  }

  .site-footer-nav a {
    position: relative;
    margin-left: 20px;
  }

  .site-footer-nav a:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -11px;
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
  }

  .site-footer-nav a:first-of-type:before {
    display: none;
  }

  .site-footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .site-footer-nav ul li a {
    margin: 0;
  }

  .site-footer__logotypes {
    display: flex;
    column-gap: 50px;
  }

  .site-footer .social-link {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .site-footer [role='menuitem'] {
    padding-bottom: 8px;
  }

  @media (max-width: 650px) {
    .site-footer-content {
      flex-direction: column;
    }
    .site-footer-nav a:first-child {
      margin-left: 0;
    }
  }

  .poweredby {
    margin-top: 6rem;
    font-size: 1.2rem;
    text-align: center;
  }
}
