.main-container {
  max-width: 90vw;
  max-height: 100vh;
  margin-left: 320px;
  margin-right: 56px;
}

.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 8px;
  background-color: #121212;

  padding: 16px;
  margin: 10px;
}

.header__navigation .navigation {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header__navigation .navigation .arrow-left {
  margin-right: 1.25rem;
}
.arrow-left,
.arrow-right {
  display: flex;
  justify-content: center;
  align-items: center;

  background: var(--bg-icon);
  background-color: var(--bg-arrow-color);
  border: 0;
  border-radius: 50%;
  cursor: pointer;

  width: 32px;
  height: 32px;
}

.header__login {
  display: flex;
  align-items: center;
}

.header__search {
  display: flex;
  align-items: center;

  border-radius: 500px;
  background-color: #242424;
  border: 1px solid transparent;

  width: 364px;
  height: 48px;
  margin-left: 8px;
}

.header__search img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.header__search input {
  background: transparent;
  border: 0;
  padding: 0 100px 0 12px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.header__login .subscribe {
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  margin-right: 32px;
}

.header__login .login {
  width: 100px;
  height: 48px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
}
