.uniblock__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uniblock__footer a {
  color: #fff;
}
.uniblock__footer .own-subscribe-block {
  display: flex;
  justify-content: end;
}

@media (min-width : 1024px) {
  .uniblock__footer {
    grid-area: uniblock-footer;
    padding-bottom: 10px;
  }
}