#header {
  display: flex;
  justify-content: space-between;
  padding: clamp(15px, 5vw, 30px) clamp(15px, 5vw, 50px);
  top: 0;
  left: 0;
  width: 100%;
}

#header.sticky {
  z-index: 9;
  transition: all 150ms ease-in-out;
}

body.has_banner #header.sticky {
  position: fixed;
}

.blog #header:not(.sticky),
.archive #header:not(.sticky),
.page-template-default #header:not(.sticky),
.page-template-flexible-content #header:not(.sticky) {
  position: absolute;
}

body:not(.has_banner) #header {
  background: linear-gradient(0deg, #05577a 0%, #0a2450 49%, #0d013a 99%);
}

.logo--header {
  width: 299px;
  height: 77px;
}

.logo--header svg {
  display: block;
}

.logo:hover,
.header_link:hover {
  opacity: 0.8;
}

.logo--mobile {
  display: none;
}

.header_link span {
  display: none;
}

#header ul.main_menu li a {
  text-decoration: none;
  color: var(--white);
}

#header .contact_link_container {
  display: flex;
  gap: var(--gap-s);
}

#header .contact_link_container > a {
  display: flex;
  gap: var(--gap-s);
  align-items: center;
  text-decoration: none;
  color: var(--white);
  margin: 0;
  position: relative;
}

#header .contact_link_container > a:before {
  content: "";
  background: center / cover no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' fill='none'%3E%3Cpath fill='%23A8C128' fill-rule='evenodd' d='M6.75 2.92a1.2 1.2 0 0 0-.8-.3H2.89a1.2 1.2 0 0 0-1.2 1.3 19.52 19.52 0 0 0 3 8.53h.01c1.5 2.38 3.5 4.39 5.87 5.9a19.3 19.3 0 0 0 8.44 3.02 1.2 1.2 0 0 0 1.3-1.2v-3.11a1.2 1.2 0 0 0-1.03-1.21 13.9 13.9 0 0 1-3.05-.77 1.2 1.2 0 0 0-1.26.27l-1.3 1.3a.84.84 0 0 1-1.01.14 17.23 17.23 0 0 1-6.45-6.48.86.86 0 0 1 .14-1.02l1.3-1.3a1.2 1.2 0 0 0 .26-1.27c-.36-.99-.62-2.02-.76-3.06a1.2 1.2 0 0 0-.4-.74Zm-.8-2a2.88 2.88 0 0 1 2.88 2.5c.12.93.35 1.83.67 2.7a2.92 2.92 0 0 1-.65 3.07l-.83.84c1.24 2 2.93 3.7 4.92 4.95l.84-.84a2.88 2.88 0 0 1 3.04-.65c.87.32 1.77.55 2.69.67A2.88 2.88 0 0 1 22 17.1v3.06a2.92 2.92 0 0 1-1.96 2.76c-.38.13-.79.18-1.19.15h-.01a20.98 20.98 0 0 1-9.18-3.29 20.81 20.81 0 0 1-6.38-6.41A21.23 21.23 0 0 1 0 4.1V4.1a2.92 2.92 0 0 1 1.71-2.92c.37-.16.76-.25 1.17-.25h3.06Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: block;
}

#header .contact_link_container > a.mail_link:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none'%3e%3cpath fill='%23FF0000' d='M10 11.75a2.986 2.986 0 0 1-1.842-.641L0 4.766v8.859C0 14.66.84 15.5 1.875 15.5h16.25c1.035 0 1.875-.84 1.875-1.875v-8.86l-8.156 6.348c-.551.426-1.2.637-1.844.637ZM.636 3.676l8.29 6.449a1.751 1.751 0 0 0 2.15 0l8.29-6.45c.364-.312.634-.792.634-1.3C20 1.339 19.16.5 18.125.5H1.875C.839.5 0 1.34 0 2.375c0 .508.235.988.636 1.3Z'/%3e%3c/svg%3e");
  height: 15px;
}
