@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
header.header {
  height: 90px;
  z-index: 10;
  position: relative;
}
header.header .bi-top-right .lang-switcher {
  position: relative;
  border-left: 2px solid #d6d8d9;
}
header.header .bi-top-right .lang-switcher a.language-link {
  line-height: 50px;
  font-weight: 500;
}
header.header .bi-top-right .lang-switcher a.language-link.is-active {
  display: none;
}
@media (max-width: 1319.98px) {
  header.header .main-menu-wrap {
    position: absolute;
    right: 0;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon {
    outline: 0;
    width: 36px;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:not(.active):before, header.header .main-menu-wrap .menu--main .canvas-icon:not(.active):after {
    background-color: #069abe;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:before, header.header .main-menu-wrap .menu--main .canvas-icon:after {
    content: "";
    display: block;
    height: 0.25rem;
    transition: all 200ms ease-in-out;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon:before {
    transition: all 200ms ease-in-out;
    margin-bottom: 1rem;
    box-shadow: 0 10px 0 #069abe;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon.active:before {
    box-shadow: 0 0 0 #fff;
    transform: translateY(10px) rotate(45deg);
    background-color: #fff;
  }
  header.header .main-menu-wrap .menu--main .canvas-icon.active:after {
    transform: translateY(-10px) rotate(-45deg);
    background-color: #fff;
  }
  header.header .bi-top-right {
    margin-right: 54px;
  }
}

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