  .amgs-lng-switcher {position: relative; top: 0;left:0; z-index: 654}
  .amgs-lng-switcher .amgs-current-lng {cursor: pointer; height: 25px;}
  .amgs-lng-switcher .amgs-current-lng * {display: inline-block; color: #FFF; margin: 0 2px; vertical-align: middle}
  .amgs-lng-switcher nav {position: absolute; right: 0; top: 25px; background: #FFF; text-align: left; box-shadow: 0 0 10px rgba(0,0,0, .08)  }
 .amgs-lng-switcher .amgs-current-lng span { display: none; }


  .amgs-ll-switcher {
    display: none;
}

.amgs-lng-switcher:hover .amgs-ll-switcher {
    display: inline-block;
    padding: 10px; 
}

.amgs-ll-switcher__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.amgs-ll-switcher__item {
    margin: 0;
    padding: 0;
    
}

.amgs-ll-switcher__link {
    display: flex;
   align-items: flex-start;
    justify-content: center;
    padding: 4px 10px;
   /*  border: 1px solid currentColor; */
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.2;
    width: 100%;
}

.amgs-ll-switcher__link--current {
    opacity: 0.65;
    cursor: default;
}