/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/pt-sans-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'), url('./fonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/pt-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Gellix';
  src: local('Gellix Regular'), url('./fonts/Gellix/Gellix-Regular_R.otf') format('otf'), url('./fonts/Gellix/Gellix-Regular_R.woff2') format('woff2'), url('./fonts/Gellix/Gellix-Regular_R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.scrolled header {
  background-color: #AFC604;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: background-color 0.3s;
}
header .logo {
  margin: 20px 0;
  display: inline-block;
}
header .submenu {
  position: relative;
  margin: 24px 0;
  text-align: right;
}
header .submenu .burger-menu {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url("/var/static/img/bars-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
}
header .submenu .burger-menu.active {
  background-image: url("/var/static/img/times-light.svg");
}
header .submenu .burger-menu.active + ul {
  display: inline-block;
}
header .submenu .burger-menu img {
  width: 20px;
}
header .submenu ul {
  margin: 0;
  text-align: right;
  display: none;
  padding-right: 30px;
}
header .submenu ul li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  header .submenu ul li {
    display: block;
  }
}
header .submenu ul li a {
  text-transform: uppercase;
  color: #fff;
}
header .submenu .language-menu {
  display: inline-block;
  color: white;
  padding-right: 50px;
}
header .submenu .language-menu a {
  color: white;
}
/*# sourceMappingURL=navigation.css.map */