body > header > div.main > div > div > div.menu-items > ul > li.mystyle > ul {
  display: block !important;
}

.left-column-header {
  padding: 0 80px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .left-column-header {
    padding: 0 85px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .left-column-header {
    padding: 0 45px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left-column-header {
    padding: 0 15px !important;
  }
}

@media (max-width: 991px) {
  .left-column-header {
    padding: 0 20px !important;
  }
}

@media (max-width: 991px) {
  .main {
    overflow: hidden;
    position: relative;
    display: block;
  }
}

header nav a, header nav span {
  font-size: 14px !important;
}

.main {
  position: relative;
  overflow: hidden;
  height: 100%;
}

ul {
  list-style: none !important;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
}

.btn-primary {
  background: #21B8EC !important;
  padding: 1rem 1rem;
  border-radius: 10px;
  color: white !important;
}

.btn-primary:hover {
  background: #21B8EC;
}

.btn-primary__black {
  background: #1D1D1B;
  padding: 1rem 1rem;
  border-radius: 10px;
  color: white !important;
  /*  &:hover {
        background: #21B8EC;
    } */
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  z-index: 4;
}

.header-container .menu {
  cursor: pointer;
}

.header-container .login:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../img/login.svg") no-repeat center center;
}

.menu-div {
  z-index: 11111;
  background: url("../img/bg.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 7000px;
  width: 100vw;
  overflow: auto;
  height: 100vh;
  -webkit-transition: .7s;
  transition: .7s;
}

.menu-div .menu-content {
  padding: 2rem 0;
  margin: 0 auto;
  overflow-y: hidden;
  width: calc(100vw - 20%);
}

.menu-div .menu-content .menu-exit {
  cursor: pointer;
  margin-left: auto;
}

.menu-div .menu-content .menu-items {
  overflow-y: hidden;
}

.menu-div .menu-content .menu-items > ul {
  margin: 50px 0 0 0 !important;
  padding: 0 !important;
  color: white;
  overflow-y: hidden;
}

.menu-div .menu-content .menu-items > ul > li {
  margin-bottom: 30px;
  font-size: 22px;
  cursor: pointer;
}

.menu-div .menu-content .menu-items > ul > li > ul {
  gap: 46px;
  width: 70%;
  padding: 0 !important;
  margin-top: 10px !important;
}

.menu-div .menu-content .menu-items > ul > li > ul li {
  font-size: 18px;
}

.menu-div .menu-content .menu-items > ul > li > ul li:hover > a > span {
  color: #21B8EC;
}

.menu-div .menu-content .menu-items > ul .header-last {
  float: right;
}

.menu-div .menu-content .menu-items > ul .header-last .login-menu {
  font-size: 18px;
  text-align: center;
}

.menu-div .menu-content .menu-items > ul .header-last-mobile {
  display: none;
}

@media screen and (min-width: 997px) {
  .menu-div .menu-content .menu-items > ul .header-last-div-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
  }
  .menu-div .menu-content .menu-items > ul .header-last-div-desktop .header-last-desktop {
    position: relative;
    bottom: 44px;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin: auto 0;
  border-top: 7px solid white;
}

.lang-menu > ul {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: black;
  position: absolute;
  display: none;
  margin-top: 17px !important;
  height: 55%;
  width: 165px !important;
}

.lang-menu > ul.active {
  display: block !important;
}

.lang-menu > ul .wpml-ls-native {
  margin-left: 10px;
}

.lang-menu > ul > li {
  padding: 9px 0;
  height: 100%;
}

.lang-menu > ul > li > a {
  display: none;
}

.lang-menu > ul > li > ul {
  padding: 0 20px;
}

.lang-menu > ul > li > ul li {
  margin-bottom: 15px;
}

.lang-menu > ul > li > ul > li > a .wpml-ls-display {
  display: none;
}

.selected-lang {
  display: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0;
  width: 107%;
}

.selected-lang a {
  color: white !important;
  font-weight: normal;
}

.selected-lang a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 8px;
}

.selected-lang a.en:before {
  background-image: url("../img/english.svg");
}

.selected-lang a.fr:before {
  background-image: url("../img/french.svg");
}

.selected-lang a.gr:before {
  background-image: url("../img/german.svg");
}

.no-before:before {
  display: none;
}

@media screen and (min-width: 997px) {
  .lang-menu.lang-mobile {
    display: none;
  }
  .menu-div {
    padding-top: 50px;
  }
  .menu-items > ul > li {
    height: 4rem;
  }
  .menu-items > ul > li > ul {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  .menu-items > ul > li:hover > ul {
    opacity: 1;
  }
}

@media screen and (max-width: 996px) {
  .btn-primary, .btn-primary__black {
    font-size: 16px;
  }
  .header-container #header-openbtn, .header-container #header-language {
    display: none;
  }
  .menu-div {
    background: #1D1D1B !important;
  }
  .menu-div .menu-items > ul .header-last {
    float: none !important;
    text-align: center;
    margin-top: 3rem;
  }
  .menu-div .menu-items > ul .header-last .mobile-blue {
    background: #21B8EC !important;
    color: white;
  }
  .menu-div .menu-items > ul .header-last-div-desktop {
    margin-left: 40px;
  }
  .menu-div .menu-items > ul .header-last-div-desktop .header-last-desktop {
    display: none;
  }
  .menu-div .menu-items > ul .header-last-mobile {
    display: block !important;
  }
  .menu-div .menu-items > ul > li.minus:before {
    background: url("../img/minus.svg") no-repeat center center;
  }
  .menu-div .menu-items > ul > li:before {
    content: '';
    position: absolute;
    background: url("../img/plus.svg") no-repeat center center;
    height: 30px;
    width: 20px;
    background-size: contain;
  }
  .menu-div .menu-items > ul > li > span {
    margin-left: 40px;
  }
  .menu-div .menu-items > ul > li > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .menu-div .menu-items > ul > li > ul.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    gap: 20px;
    margin-left: 40px !important;
  }
  .menu-div .menu-items > ul > li > ul#language-nav-ul.active {
    height: 50px !important;
  }
  .menu-div .menu-items > ul .selected-lang {
    width: 20% !important;
  }
}

@media screen and (max-width: 576px) {
  .login {
    display: none;
  }
  .section0 .col-lg-6.top-title {
    padding: 40px 15px 0 15px !important;
  }
  .left-column-header {
    padding: 0 15px !important;
  }
}
/*# sourceMappingURL=header.css.map */