.header__top {
  --custom-color:#333;
  --custom-font-size: 12px;
  text-align: right;
  background-color: #f2f5f7;
}
.header__logo img {
  max-height: 60px;
  padding: 10px 0;
}
header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
header nav ul {
  justify-content: flex-end;
}
header .link {
  display: inline-flex;
  margin: 0;
  height: 100%;
  --custom-font-weight: 700;
  --custom-color:var(--primary);
}
header .link:hover {
  --custom-color: var(--secondary);
}
header .link + .link {
  margin-left: 15px;
}
.bannerlarge header {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.bannerlarge header svg .main-text text {
  fill: #fff !important;
}
.bannerlarge header svg .line {
  fill: #fff !important;
}
