.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-return {
  background: transparent;
  border-color: #737373;
  color: #fff;
  white-space: nowrap;
}

.header-return:hover {
  background: #fff;
  border-color: #fff;
  color: #080808;
}

.footer {
  grid-template-columns: 180px 1fr auto auto auto;
  gap: 26px;
}

.footer-return {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .header-actions {
    display: none;
  }

  .footer-return {
    justify-self: start;
  }
}
