/* иряър */
.header {
  background-color: var(--header-background);
  padding: 20px 0;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}