.header__logo-wrapper .hs-image-widget  {
  max-height: 60px;
    width: auto !important;
}

.header__language {
     margin-left: auto;
    display: flex;
    margin-top: 0;
    flex-direction: column;
  align-items: flex-end;
    justify-content: center; 
  margin-top: 18px;
}

.lang_list_class li a:hover {
  color: #000;
}

.lang_list_class {
    display: none;
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
    list-style-type: none;
    padding: 43px 0 0;
    margin: 0;
}

.lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0 15px 10px;
    background-color: #fff;
  
    border-left: 1px solid #c4c2c3;
    border-right: 1px solid #c4c2c3;
}

.lang_list_class li:first-child {
    padding-top: 10px;
    border-top: 1px solid #c4c2c3;
}

.lang_list_class li:last-child {
    border-bottom: 1px solid #c4c2c3
}

.lang_switcher_class {
    position: relative;
}

.lang_list_class:after,
.lang_list_class:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
}

.lang_list_class:after {
    top: 20px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}

.lang_list_class li a {
    text-decoration: none;
    color: #282a32;
    cursor: pointer;
      display: flex;
    align-items: center;
  font-size: 13px;
}
}

.lang_list_class:before {
    top: -8px;
    border: 12px solid transparent;
    border-bottom-color: #000;
}



.globe_class {
  /*
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;*/
  font-size: 12px;
    cursor: pointer;
        display: flex;
    flex-direction: row;
    align-items: center;
}
.globe_class .flat {
  margin-right: 15px;
}
.globe_class:hover .lang_list_class {
    display: block;
}