/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Functions, variables and mixins
* Common for main styles and all widgets/modules
*/
@media screen and (min-width: 1200px) {
  .page-header #menu-menu-glowne {
    text-align: left;
    padding: 20px;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal; }
    .page-header #menu-menu-glowne a {
      line-height: 50px;
      height: 50px;
      padding: 0 10px;
      vertical-align: baseline;
      width: auto;
      display: block;
      color: #555;
      text-transform: none;
      text-decoration: none;
      text-align: left;
      background: rgba(0, 0, 0, 0);
      border: 0;
      border-radius: 0;
      font-family: inherit;
      font-size: 16px;
      font-weight: 700;
      outline: none; }
    .page-header #menu-menu-glowne li {
      transition: none;
      border-radius: 0;
      box-shadow: none;
      background: 0 0;
      border: 0;
      bottom: auto;
      box-sizing: border-box;
      clip: auto;
      color: #666;
      float: none;
      font-family: inherit;
      font-size: 14px;
      left: auto;
      line-height: 1.7;
      list-style-type: none;
      min-height: auto;
      max-height: none;
      min-width: auto;
      max-width: none;
      opacity: 1;
      outline: none;
      overflow: visible;
      padding: 0;
      pointer-events: auto;
      right: auto;
      text-align: left;
      text-decoration: none;
      text-indent: 0;
      text-transform: none;
      transform: none;
      top: auto;
      visibility: inherit;
      width: auto;
      word-wrap: break-word;
      white-space: normal;
      margin: 0;
      display: inline-block;
      height: auto;
      vertical-align: middle; }
      .page-header #menu-menu-glowne li.menu-item-has-children {
        padding-right: 16px; }
        .page-header #menu-menu-glowne li.menu-item-has-children > a {
          position: relative; }
          .page-header #menu-menu-glowne li.menu-item-has-children > a span {
            position: relative;
            content: '';
            right: -15%;
            top: 30%;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 6px solid #666;
            clear: both; }
        .page-header #menu-menu-glowne li.menu-item-has-children > .sub-menu {
          display: none;
          opacity: 0;
          visibility: hidden;
          position: absolute; }
          .page-header #menu-menu-glowne li.menu-item-has-children > .sub-menu .sub-menu {
            display: flex; }
          .page-header #menu-menu-glowne li.menu-item-has-children > .sub-menu a {
            height: initial;
            line-height: initial; }
        .page-header #menu-menu-glowne li.menu-item-has-children.active > .sub-menu {
          opacity: 1;
          visibility: visible;
          transform: translate(0, 0);
          transition: opacity .2s ease-in, transform .2s ease-in, visibility .2s ease-in;
          z-index: 99;
          background-color: white; }
        .page-header #menu-menu-glowne li.menu-item-has-children.active > .sub-menu {
          left: 0;
          right: 0;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          display: flex;
          flex-direction: column;
          background-color: white;
          background: #fff;
          border-top: 0 solid #ddd;
          border-left: 0 solid #ddd;
          border-right: 0 solid #ddd; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active > .sub-menu a {
            color: #666;
            font-family: inherit;
            font-size: 14px;
            text-transform: none;
            text-decoration: none;
            font-weight: 400;
            text-align: left;
            margin: 0;
            padding: 8px 0 8px 10px;
            vertical-align: top;
            display: block;
            border: 0; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active > .sub-menu .sub-menu {
            flex-direction: column;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            display: flex;
            opacity: 1;
            visibility: visible;
            position: relative; }
        .page-header #menu-menu-glowne li.menu-item-has-children.active:not(.full-width) {
          position: relative; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active:not(.full-width) > .sub-menu {
            padding: 10px !important;
            width: 300px; }
            .page-header #menu-menu-glowne li.menu-item-has-children.active:not(.full-width) > .sub-menu li:hover {
              background: #ddd !important; }
        .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width .sub-menu {
          left: 0;
          right: 0;
          width: 100%;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
          background-color: white;
          background: #fff;
          border-top: 0 solid #ddd;
          border-left: 0 solid #ddd;
          border-right: 0 solid #ddd; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width .sub-menu .sub-menu {
            flex-direction: column;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            display: flex;
            opacity: 1;
            visibility: visible;
            position: relative; }
            .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width .sub-menu .sub-menu li:hover {
              background-color: white !important; }
              .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width .sub-menu .sub-menu li:hover a {
                color: black; }
            .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width .sub-menu .sub-menu a {
              color: #666;
              font-family: inherit;
              font-size: 14px;
              text-transform: none;
              text-decoration: none;
              font-weight: 400;
              text-align: left;
              margin: 0;
              padding: 5px 0 5px 10px;
              vertical-align: top;
              display: block;
              border: 0; }
        .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu {
          border-bottom: 1px solid #ddd;
          padding-top: 34px !important;
          padding-bottom: 34px !important; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li {
            width: 25%; }
            .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li .menu-head-big, .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li b {
              font-weight: 700;
              text-transform: uppercase;
              color: #555;
              font-family: inherit;
              font-size: 14px;
              text-decoration: none;
              text-align: left;
              vertical-align: top;
              border: 0; }
              .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li .menu-head-big p, .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li b p {
                font-size: 10px;
                border-radius: 40px;
                border: 2px solid #fff;
                display: inline-block;
                text-align: center;
                padding: 4px 16px;
                margin-top: 7px;
                margin-bottom: 0 !important; }
              .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li .menu-head-big.red, .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li .menu-head-big.blue, .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li b.red, .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu > li b.blue {
                color: white; }
          .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu .sub-menu {
            padding: 6px !important; }
            .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu .sub-menu li {
              padding-bottom: 3px; }
              .page-header #menu-menu-glowne li.menu-item-has-children.active.full-width > .sub-menu .sub-menu li a b {
                text-transform: inherit !important; }
      .page-header #menu-menu-glowne li:hover a {
        color: #f10b32; }
        .page-header #menu-menu-glowne li:hover a span {
          border-top-color: #f10b32; } }

@media screen and (max-width: 1199px) {
  .page-header .hamburger {
    display: block;
    position: absolute;
    right: 20px; }
    .page-header .hamburger .hamburger-box {
      width: 40px;
      height: 30px; }
    .page-header .hamburger .hamburger-inner {
      width: 30px;
      height: 3px;
      background-color: #ddd; }
      .page-header .hamburger .hamburger-inner::before {
        top: -8px;
        width: 30px;
        height: 3px;
        background-color: #ddd; }
      .page-header .hamburger .hamburger-inner::after {
        bottom: -8px;
        left: 0;
        width: 30px;
        height: 3px;
        background-color: #ddd; }
    .page-header .hamburger.hamburger--3dxy.is-active .hamburger-inner::before {
      transform: translate3d(0, 11px, 0) rotate(45deg); }
  .page-header .menu-menu-glowne-container .menu {
    display: none; }
    .page-header .menu-menu-glowne-container .menu .sub-menu {
      display: none;
      padding: 0 10px; }
  .page-header.menuMobileActive .hamburger-inner::before, .page-header.menuMobileActive .hamburger-inner::after {
    background-color: #ddd; }
  .page-header.menuMobileActive .menu-menu-glowne-container .menu {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    top: 60px;
    background-color: #222;
    max-height: 100vh;
    overflow: auto; }
    .page-header.menuMobileActive .menu-menu-glowne-container .menu > li {
      padding: 0px;
      width: 100%;
      min-height: 50px; }
      .page-header.menuMobileActive .menu-menu-glowne-container .menu > li a {
        padding: 18px 10px;
        width: 100%;
        display: block;
        color: white;
        font-weight: bold;
        font-size: 14px; }
      .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.menu-item-has-children > a {
        position: relative; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.menu-item-has-children > a span {
          display: block;
          position: absolute;
          right: 0px;
          top: 8px;
          width: 60px;
          height: 40px; }
          .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.menu-item-has-children > a span::after {
            position: absolute;
            content: '';
            right: 18px;
            top: 36%;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 6px solid white;
            clear: both; }
      .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active {
        background-color: #333; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active > a {
          padding-bottom: 18px;
          background-color: #333; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width .sub-menu {
          background-color: white;
          display: block;
          padding: 25px;
          color: black;
          list-style: none; }
          .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width .sub-menu a b {
            font-size: 16px;
            color: #555;
            text-transform: uppercase; }
          .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width .sub-menu a {
            color: #666;
            font-family: inherit;
            font-size: 14px;
            text-transform: none;
            text-decoration: none;
            font-weight: 400;
            text-align: left;
            margin: 0;
            padding: 5px 0 5px 10px;
            vertical-align: top;
            display: block;
            border: 0; }
            .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width .sub-menu a:hover {
              color: #2d2d2d;
              font-weight: 400; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width > .sub-menu > li:first-of-type {
          padding: 9px 0px 30px; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width > .sub-menu .sub-menu {
          padding: 12px 0; }
          .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width > .sub-menu .sub-menu li {
            padding-bottom: 8px; }
            .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active.full-width > .sub-menu .sub-menu li a b {
              color: #666;
              font-family: inherit;
              font-size: 14px;
              text-transform: none;
              text-decoration: none;
              font-weight: 700;
              text-align: left;
              margin: 0;
              padding: 0;
              vertical-align: top;
              display: block;
              border: 0; }
        .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active:not(.full-width) .sub-menu {
          background-color: white;
          display: block;
          padding: 14px;
          color: black;
          list-style: none; }
          .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active:not(.full-width) .sub-menu a {
            color: #666;
            font-family: inherit;
            font-size: 14px;
            text-transform: none;
            text-decoration: none;
            font-weight: 400;
            text-align: left;
            margin: 0;
            padding: 10px 0 10px 10px;
            vertical-align: top;
            display: block;
            border: 0; }
            .page-header.menuMobileActive .menu-menu-glowne-container .menu > li.active:not(.full-width) .sub-menu a:hover {
              color: #2d2d2d;
              font-weight: 400; } }

