@font-face {
  font-family: "Oranienbaum";
  src:
    url("../../../fonts/Oranienbaum.woff") format("woff"),
    url("../../../fonts/Oranienbaum.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.header-center .c-search {
  margin-bottom: 0;
}

.header__search-area {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
}

.header__search-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--secondary-text-color);
  font-size: 1.2rem;
  line-height: 1.4;
}

.header__search-top-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.8rem;
  text-align: left;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-text-inverse);
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
}

.header__search-top-stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 4.6rem;
}

.header__search-top-stack-line {
  display: block;
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-accent);
  font-family: "Oranienbaum", serif;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 0.6rem rgb(0, 0, 0);
}

.header__search-top-stack-line1 {
  display: block;
  font-size: var(--text-xs);
  letter-spacing: 0.8px;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
}

.header__search-top-degree {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1;
  position: relative;
  top: -0.3em;
}

.header__logo {
  flex: 0 0 21rem;
  margin: 0 2rem 0 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__center {
    display: none;
  }
}


