.footer {
  background-color: 
  #2F2F51;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;padding: 52px 0 55px;
}

.footer__icon {
  display: flex;
  align-items: center;
}

.footer__icon-logo {
  margin-right: 22px;
}

.footer__icon-item {
  padding-top: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  }

  .footer__link {
    display: flex;
    flex-direction: column;
    align-items: end;
    /* justify-content: space-between; */
    /* width: 437px; */
    padding-top: 7px;
  }

  .footer__link-item {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
  }

  .footer__link-item:focus {
    box-shadow: 0 0 0 1px #EF7F04;
    outline: none;
  }

  .footer-button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
  }
  