.header__center {
  width: 100%;
  padding: 1rem 0 0;
}

.header-center {
  display: flex;
  align-items: flex-start;
}

.header__logo {
  flex: 0 0 21rem;
  margin: 0 2rem 0 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 4.6rem;
  padding: 0 0.4rem;
  color: inherit;
  text-decoration: none;
  -ms-flex: 0 0 210px;
  flex: 0 0 21rem;
  margin: 0 2rem 0 0;
  font-weight: 500;
  font-size: 2.8rem;
}

.header__logo a {
  height: inherit;
  display: block;
}

.header__logo img {
  height: 100%;
}

.header__favorites-compare {
  border: 1px solid #ffffff44;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: border-color 0.25s;
  height: 4.6rem;
  margin: 0 0.5rem 0 0;
}

.header__favorites-compare:hover {
  border-color: var(--secondary-text-color);
}

.header__favorites-compare-line {
  display: block;
  width: 0.2rem;
  height: 3.4rem;
  background: #ffffff44;
}
.header__center-links {
  display: flex;
}
@media (max-width: 1200px) {
  .header__center {
    display: none;
  }
}