.wagner-language-switcher-wrap .globe_class:after {
    content: "Language:";
}
.lang_switcher_class.Sprache .globe_class:after {
    content: "Sprache:";
}
.lang_switcher_class.Language .globe_class:after {
    content: "Language:";
}
.lang_switcher_class.Jazyk .globe_class:after {
    content: "Jazyk:";
}
.lang_switcher_class.Sprog .globe_class:after {
    content: "Sprog:";
}
.lang_switcher_class.Taal .globe_class:after {
    content: "Taal:";
}
.lang_switcher_class.Kieli .globe_class:after {
    content: "Kieli:";
}
.lang_switcher_class.Langue .globe_class:after {
    content: "Langue:";
}
.lang_switcher_class.Langue .globe_class:after {
    content: "Nyelv:";
}
.lang_switcher_class.Lingua .globe_class:after {
    content: "Lingua:";
}
.lang_switcher_class.Jezyk .globe_class:after {
    content: "Język:";
}
.lang_switcher_class.Limba .globe_class:after {
    content: "Limba:";
}
.lang_switcher_class.Rushian .globe_class:after {
    content: "Язык:";
}
.lang_switcher_class.Jazyk .globe_class:after {
    content: "Jazyk:";
}
.lang_switcher_class.Idioma .globe_class:after {
    content: "Idioma:";
}
.lang_switcher_class.Sprak .globe_class:after {
    content: "Språk:";
}
.lang_switcher_class.Moby .globe_class:after {
    content: "Мову:";
}














.header_wrapper {
  min-height:auto;
}
header .sub-header .row ul li:hover .nav-link::after {
    content: '';
    display: block;
    border-top: 2px solid #1a1919;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.language-select-toggle {
    cursor: pointer;
}

.d-meta-nav-entry {
    padding-left: 24px;
    color: #404040;
    display: inline-block;
}

.language-select {
  display: none;
}

.language-select.active {
  display: block !important;
}
.dl-menuwrapper .dl-menuopen a.nav-link {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.dl-menuwrapper #menu-button {
    width: 20px;
    height: 14px;
    float: right;
    right: 20px;
    top: 18px;
    position: relative;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.dl-submenu{
  transform: translateX(100%);
}

#menu-button.open span:nth-child(1){
  transform: rotateZ(45deg);
  top: 6px;
}
#menu-button.open span:nth-child(2){
  transform: rotateZ(-45deg);
}
#menu-button.open span:nth-child(3){
  display: none;
}
.hide {
  display: none !important ; 
}
.mega-nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
}
.mm-small:after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46px;
    right: 0;
}




.wagner-language-switcher-wrap .globe_class {
    background-image: none;
    width: 100%;
    height: auto;
}
.wagner-language-switcher-wrap {
    //display: none;
    display: inline-block;
    padding-left: 24px;
    color: #404040;
}   
.wagner-language-switcher-wrap .lang_list_class:after,
.wagner-language-switcher-wrap .lang_list_class:before {
    content: none !important;
}
.wagner-language-switcher-wrap .lang_list_class li:first-child {
    border-top: 0px solid #000;
    display:none;
}
.wagner-language-switcher-wrap .lang_list_class li {
    line-height: unset;
    font-size: unset;
    background-color: unset;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    flex: 0 100%;
}
/* .wagner-language-switcher-wrap .globe_class:hover .lang_list_class {
    display: flex;  
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 10px 100px 0 rgb(0 0 0 / 21%), 0 1px 0 0 #dbdbdb;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px;
    width: 300px;
    right: 0px;
    left: unset;
} */
.wagner-language-switcher-wrap .globe_class:hover .lang_list_class {
    display: none;
}
.wagner-language-switcher-wrap .lang_list_class {
    transform: translateX(11%);
    top: 26px;
}
.wagner-language-switcher-wrap .lang_list_class li:last-child {
    border-bottom: 0px solid #000;
}
.wagner-language-switcher-wrap .globe_class.active-lang ul.lang_list_class {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 10px 100px 0 rgb(0 0 0 / 21%), 0 1px 0 0 #dbdbdb;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 32px;
    width: 300px;
    right: 0px;
    left: unset;
}
.wagner-language-switcher-wrap li {
    font-size: 16px;
    color: #404040;
    display: inline-block;
    pointer-events: none;
    cursor: default;
}
.wagner-language-switcher-wrap .globe_class.active-lang ul.lang_list_class li {
    pointer-events: unset;
    cursor: pointer;
}
.wagner-language-switcher-wrap li a.lang_switcher_link {
    color: #404040;
}


@media (max-width: 1200px) {
  .wagner-language-switcher-wrap {
      display: inherit;
      text-align: center;
      padding: 0px;
  }
  .wagner-language-switcher-wrap .globe_class.active-lang ul.lang_list_class li {
      padding:0px;
  }
  .wagner-language-switcher-wrap li a.lang_switcher_link {
      margin: 0px;
      padding: 0px;
  }
}

@media (min-width: 1200px) {
header .top-icon {
    right: 20px;
    top: 12px;
}
  
}

