.footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;

  &__container {

    p {
      text-align: center;
      color: $c-blue-smoke;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      padding: 12px 0 12px;


      a {
        display: block;
        color: inherit;
      }
    }
  }
}