.header {
  position: fixed;
  top: 35px;
  left: 60px;
  width: calc(100% - 120px);
  margin: 0 auto;
  font-size: 16px;
  z-index: 8;
  color: #000000;
}
.header .control-sec .menu-icon, .header .control-sec .menu-placeholder {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.2s;
}
.header .control-sec .menu-icon span, .header .control-sec .menu-placeholder span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all 0.2s;
}
.header .control-sec .menu-icon span:first-child, .header .control-sec .menu-placeholder span:first-child {
  width: 50%;
  top: 0;
}
.header .control-sec .menu-icon span:nth-child(2), .header .control-sec .menu-placeholder span:nth-child(2) {
  width: 80%;
  transform-origin: left;
  top: 10px;
}
.header .control-sec .menu-icon span:nth-child(3), .header .control-sec .menu-placeholder span:nth-child(3) {
  transform-origin: right;
  top: 19px;
}
.header .control-sec .menu-icon span:nth-child(4), .header .control-sec .menu-placeholder span:nth-child(4) {
  width: 60%;
  top: 29px;
}
@media (min-width: 992px) {
  .header .control-sec .menu-icon.white span, .header .control-sec .menu-placeholder.white span {
    background-color: white;
  }
}
.header .control-sec .menu-icon.active span, .header .control-sec .menu-placeholder.active span {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 50% !important;
  top: calc(50% - 2px);
}
.header .control-sec .menu-icon.active span:first-child, .header .control-sec .menu-placeholder.active span:first-child {
  position: relative;
}
.header .control-sec .menu-icon.active span:nth-child(2), .header .control-sec .menu-placeholder.active span:nth-child(2) {
  width: 50% !important;
  left: 50%;
  transform: rotate(-90deg);
}
.header .control-sec .menu-icon.active span:nth-child(3), .header .control-sec .menu-placeholder.active span:nth-child(3) {
  width: 50% !important;
  right: calc(50% - 2px);
  transform: rotate(-90deg);
}
.header .control-sec .menu-icon.active span:nth-child(4), .header .control-sec .menu-placeholder.active span:nth-child(4) {
  left: 50%;
}
@media (hover: hover) {
  .header .control-sec .menu-icon:hover span, .header .control-sec .menu-placeholder:hover span {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 50% !important;
    top: calc(50% - 2px);
  }
  .header .control-sec .menu-icon:hover span:first-child, .header .control-sec .menu-placeholder:hover span:first-child {
    position: relative;
  }
  .header .control-sec .menu-icon:hover span:nth-child(2), .header .control-sec .menu-placeholder:hover span:nth-child(2) {
    width: 50% !important;
    left: 50%;
    transform: rotate(-90deg);
  }
  .header .control-sec .menu-icon:hover span:nth-child(3), .header .control-sec .menu-placeholder:hover span:nth-child(3) {
    width: 50% !important;
    right: calc(50% - 2px);
    transform: rotate(-90deg);
  }
  .header .control-sec .menu-icon:hover span:nth-child(4), .header .control-sec .menu-placeholder:hover span:nth-child(4) {
    left: 50%;
  }
}
.header .control-sec .menu-icon.active, .header .control-sec .menu-placeholder.active {
  transform: rotate(45deg);
}
.header .control-sec .menu-icon.active span, .header .control-sec .menu-placeholder.active span {
  background-color: white;
}
@media (hover: hover) {
  .header .control-sec .menu-icon.active:hover span, .header .control-sec .menu-placeholder.active:hover span {
    background-color: #E60000;
  }
}
.header .header-mb-logo {
  width: 157px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/global/logo_full.png");
}
@media (min-width: 992px) {
  .header .header-mb-logo.white {
    background-image: url("../img/global/logo_white.png");
  }
}
.header .info-sec {
  opacity: 1;
  transition: opacity 0.3s ease;
  margin-top: 15px;
}
.header .info-sec.text-white a {
  color: #ffffff;
}
.header .info-sec.fadeOut {
  opacity: 0;
}
.header .info-sec > ul {
  display: flex;
  align-items: center;
}
.header .info-sec > ul > li {
  float: left;
  position: relative;
}
.header .info-sec > ul > li > span {
  display: inline-block;
}
.header .info-sec > ul > li:not(:last-child) {
  border-right: 1px solid #000000;
  padding-right: 10px;
  margin-right: 10px;
}
.header .info-sec > ul > li > ul {
  display: none;
  padding-top: 8px;
  position: absolute;
  right: 0;
  top: 100%;
}
.header .info-sec > ul > li > ul > li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.header .info-sec > ul > li > ul > li:hover a {
  color: #E60000;
  border-bottom: 2px solid #E60000;
}
.header .info-sec > ul > li.social-icons-li > ul {
  width: 185px;
}
.header .info-sec > ul > li.contact-list > ul {
  width: 396px;
}
.header .info-sec > ul > li:hover > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.header .info-sec > ul > li:hover > ul {
  display: inline-block;
}
.header .info-sec .social-icons li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.header .info-sec .social-icons li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: none !important;
}
.header .info-sec .social-icons li.ic-in {
  background-image: url("../img/social/Icon_Linkin.svg");
}
.header .info-sec .social-icons li.ic-xing {
  background-image: url("../img/social/Icon_Xing.svg");
}
.header .info-sec .social-icons li.ic-twitter {
  background-image: url("../img/social/Icon_Twitter.svg");
}
.header .info-sec .social-icons li.ic-insta {
  background-image: url("../img/social/Icon_Instagram.svg");
}
.header .info-sec .social-icons li.ic-fb {
  background-image: url("../img/social/Icon_Facebook.svg");
}
.header .info-sec.text-white > ul > li:not(:last-child) {
  border-color: #FFFFFF;
}
.header .info-sec.text-white .social-icons li.ic-in {
  background-image: url("../img/social/Icon_Linkin_white.svg");
}
.header .info-sec.text-white .social-icons li.ic-xing {
  background-image: url("../img/social/Icon_Xing_white.svg");
}
.header .info-sec.text-white .social-icons li.ic-twitter {
  background-image: url("../img/social/Icon_Twitter_white.svg");
}
.header .info-sec.text-white .social-icons li.ic-insta {
  background-image: url("../img/social/Icon_Instagram_white.svg");
}
.header .info-sec.text-white .social-icons li.ic-fb {
  background-image: url("../img/social/Icon_Facebook_white.svg");
}
.header .info-sec .social-icons li.ic-in:hover {
  background-image: url("../img/social/Icon_Linkin_hover.svg");
}
.header .info-sec .social-icons li.ic-xing:hover {
  background-image: url("../img/social/Icon_Xing_hover.svg");
}
.header .info-sec .social-icons li.ic-twitter:hover {
  background-image: url("../img/social/Icon_Twitter_hover.svg");
}
.header .info-sec .social-icons li.ic-insta:hover {
  background-image: url("../img/social/Icon_Instagram_hover.svg");
}
.header .info-sec .social-icons li.ic-fb:hover {
  background-image: url("../img/social/Icon_Facebook_hover.svg");
}

.langs li {
  cursor: pointer;
}
.langs li:hover, .langs li.active {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.langs li:hover {
  color: #E60000;
}

#menu-icon {
  z-index: 10;
  pointer-events: none;
}
#menu-icon .menu-icon {
  pointer-events: all;
}

#menu {
  background-color: #05101A;
  align-items: center;
  justify-content: flex-start;
  flex-direction: inherit;
  left: -120vw;
  transition: left 0.5s ease;
  min-width: 975px;
}
#menu .menu-items-container {
  margin-left: 50%;
}
#menu.active {
  left: 0;
}
#menu a:hover {
  color: #E60000;
}
#menu .info-pages {
  position: absolute;
  bottom: 60px;
}
#menu .close {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 60px;
  left: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/global/close.svg");
  cursor: pointer;
}
#menu .close:hover {
  background-image: url("../img/global/close_pink.svg");
}
#menu .langs {
  display: none;
  font-size: 16px;
  margin-top: 30px;
}
#menu .langs li:first-child {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

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