.c-header {
  background-color: #80ba27;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .c-header {
    position: sticky;
    top: 0;
    z-index: 1100;
  }
}
@media only screen and (max-width: 1199px) {
  .c-header {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1100;
  }
}
.c-header__account-item {
  padding: 3px;
  text-align: right;
}
.c-header__account-menu {
  background-color: #80ba27;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  padding: 0 25px 15px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .c-header__account-menu {
    position: fixed;
    right: 0;
    top: 40px;
  }
}
.c-header__account-menu.shown {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.c-header__container {
  padding: 10px 8px;
  margin: 0 auto;
  transition: padding 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .c-header__container {
    max-width: 1660px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-header__container {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__container {
    padding: 5px 8px;
  }
}

.c-header__container.scroll-padding {
  padding: 5px 8px;
}

.c-header__fast-menus {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .c-header__hamburger {
    display: none;
  }
}
.c-header__hamburger button {
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .c-header__hamburger button {
    padding: 8px;
    text-align: center;
  }
}
.c-header__hamburger button:focus {
  outline: none;
}
.c-header__language-button {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  padding: 16px 12px;
  text-align: center;
  transition: padding 0.3s ease;
}
/*
@media only screen and (min-width: 1200px) {
  .c-header__language-button.scroll-padding {
    padding: 3px 6px 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header__language-button.scroll-padding {
    margin-top: 10px;
  }
}
  */
.c-header__language-button:focus {
  outline: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.c-header__language-container {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  display: none;
  margin: 0;
  padding-left: 0;
  position: fixed;
}
@media only screen and (max-width: 1199px) {
  .c-header__language-container {
    background-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: contents;
    right: 3px;
  }
}
.c-header__language-container.shown {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .c-header__language-container.shown {
    display: contents;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__language-container.shown {
    display: contents;
  }
}
/*
.c-header__language-container.scroll-padding {
  top: 58px;
}
*/
.c-header__language-item {
  cursor: pointer;
  display: list-item;
  font-weight: bold;
  list-style: none;
  padding: 16px 23px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .c-header__language-item {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__language-item {
    display: inline-block;
  }
}
.c-header__language-item:focus {
  box-shadow: 0 4px 0 0 #6b9a46;
}
.c-header__language-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .c-header__language-menu {
    display: inline-block;
    white-space: nowrap;
  }
}
.c-header__language-link {
  color: white;
}
.c-header__language-link:hover, .c-header__language-link:active, .c-header__language-link:focus {
  color: white;
}
.c-header__language-name {
  color: white;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-header__language-name {
    display: none;
  }
}
.c-header__link {
  color: white;
  display: inline-block;
}
.c-header__link:hover {
  color: #f7fff1;
  text-decoration: none;
  text-shadow: 1px 1px 5px #4a4a4a;
}
.c-header__list-item {
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375em;
  font-weight: bold;
  padding: 0 6px;
  text-transform: uppercase;
  vertical-align: baseline;
}
@media only screen and (min-width: 1200px) and (max-width: 1530px) {
  .c-header__list-item {
    font-size: 0.75em;
    padding: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-header__list-item {
    display: list-item;
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
  }
}
.c-header__list-item--language {
  display: table-cell;
  float: right;
  padding: 0 15px;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  .c-header__list-item--language {
    display: list-item;
    list-style: none;
    text-align: left;
    width: 100%;
  }
}
.c-header__list-item.active {
  background-color: #6b9a46;
  border-radius: 15px;
  color: white;
  padding: 5px 15px 6px;
  text-decoration: none;
  vertical-align: baseline;
}
.c-header__login-button {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125em;
  font-weight: bold;
  padding: 16px 12px;
  text-transform: uppercase;
  transition: padding 0.3s ease;
  width: 100%;
  display: inline-block;
}
.c-header__login-button:hover, .c-header__login-button:active, .c-header__login-button:focus {
  color: white;
}
@media only screen and (max-width: 1199px) {
  .c-header__login-button {
    display: none;
  }
}
/*
.c-header__login-button.scroll-padding {
  padding: 4px;
}
@media only screen and (min-width: 1200px) {
  .c-header__login-button.scroll-padding {
    margin-top: 10px;
  }
}
  */
.c-header__login-icon {
  background-color: transparent;
  border: none;
  display: inline-block;
  margin-top: 8px;
}
@media only screen and (min-width: 1200px) {
  .c-header__login-icon {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .c-header__login-icon {
    padding: 4px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__login-icon {
    padding: 6px 0;
  }
}
.c-header__login-icon:focus {
  outline: none;
}
@media only screen and (min-width: 992px) {
  .c-header__login-menu {
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .c-header__login-menu {
    text-align: center;
  }
}
.c-header__logo {
  transition: all 0.3s ease;
  height: 60px;
}
@media only screen and (max-width: 1199px) {
  .c-header__logo {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .c-header__logo {
    display: block;
    height: 40px;
    text-align: center;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    display: block;
    margin: 0 auto;
    padding: 6px;
    vertical-align: middle;
    width: 57%;
  }
}
/*
@media only screen and (min-width: 992px) {
  .c-header__logo.scroll-padding {
    height: 48px;
    max-height: 48px;
  }
}
  */
.c-header__logo img {
  height: 100%;
  transition: all 0.3s ease;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .c-header__logo img {
    max-height: 60px;
  }
}
.c-header__main-nav {
  display: table;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .c-header__main-nav {
    height: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-header__main-nav {
    display: block;
  }
}
.c-header__main-nav-list {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.c-header__menu-container {
  transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .c-header__menu-container {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    top: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menu-container {
    top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-header__menu-container.active {
    height: 420px;
    overflow: auto;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menu-container.active {
    height: 350px;
  }
}
.c-header .o-button-outline {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.813em;
  font-weight: bold;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
}
.c-header .o-icon--chevron-down {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid white;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 5px;
}
@media only screen and (max-width: 1199px) {
  .c-header .o-icon--chevron-down {
    display: none;
  }
}

.c-header__list-item .active {
  color: #f7fff1;
  text-decoration: none;
  text-shadow: 1px 1px 5px #4a4a4a;
  opacity: 0.8;
}

/*# sourceMappingURL=header.css.map */
