header {
  z-index: 480;
  height: 90px;
}
@media (min-width: 1199px) {
  header {
    height: auto;
  }
}
header:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #79dea8;
  z-index: 0;
  width: 97vw;
}
@media (min-width: 769px) {
  header:after {
    width: 100vw;
  }
}
header:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
header .block-logo-block {
  position: absolute;
  top: 44px;
  left: 20px;
  transform: translateY(-50%);
  width: 130px;
  z-index: 10;
}
@media (min-width: 1199px) {
  header .block-logo-block {
    top: calc(50% + 10px);
    width: 200px;
  }
}
header .burger {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 1199px) {
  header .burger {
    display: none;
  }
}
header .burger .burger-menu {
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 0;
  box-shadow: none;
  transform: translateX(-50%) translateY(-50%);
  border: none;
  outline: none;
}
header .burger .burger-menu .hamburger-box {
  transform: scaleX(0.8) scaleY(0.8);
  width: 30px;
}
header .burger .burger-menu .hamburger-box .hamburger-inner, header .burger .burger-menu .hamburger-box .hamburger-inner:after, header .burger .burger-menu .hamburger-box .hamburger-inner:before {
  width: 30px;
  background-color: black;
}
header .header-content {
  position: relative;
  width: 100%;
  background: white;
  height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 90px;
  transform: translateY(-100%);
  transition: all ease 0.4s;
  z-index: 1;
}
@media (min-width: 1199px) {
  header .header-content {
    height: 100%;
    padding-top: 0;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 200px);
    margin-left: 200px;
    transform: translateY(0) !important;
    background: transparent;
  }
}
header .region-topheader {
  background-color: #F4F4F4;
  z-index: 1;
}
@media (min-width: 1199px) {
  header .region-topheader {
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    width: 100vw;
    transform: translateX(-50%);
  }
}
header .region-topheader .region-content {
  top: 0;
  transform: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
header .region-topheader .region-content .block-language-blocklanguage-interface {
  margin-left: -10px;
}
@media (min-width: 1199px) {
  header .region-topheader .region-content {
    justify-content: flex-end;
    flex-direction: row;
  }
  header .region-topheader .region-content .block-language-blocklanguage-interface {
    margin-left: -10px;
  }
}
header .region-topheader a {
  color: black !important;
}
header .region-header {
  height: auto;
}
@media (min-width: 1199px) {
  header .region-header {
    height: 150px;
    display: flex;
    flex-direction: colmun;
    justify-content: center;
    top: 10px;
  }
}
header .region-header .region-content {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1199px) {
  header .region-header .region-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
header.active {
  position: fixed;
  height: 100% !important;
  overflow: scroll;
}
header.active .header-content {
  transform: translateY(0);
  margin-bottom: -60px;
}
@media (min-width: 1199px) {
  header.active .header-content {
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  body.has-overflow-x header:before, body.has-overflow-x header:after {
    width: calc(100vw - 15px);
  }
}
@media (min-width: 1199px) {
  body.has-overflow-x header .region-topheader {
    width: calc(100vw - 15px);
  }
}