.footer__language-switcher{color:var(--primary-color);position:relative}.footer__language-switcher--label-current{background:#fff;border-radius:4px;display:inline;font-weight:700;padding:5px 10px;text-transform:uppercase}.footer__language-switcher #hs_cos_wrapper_language-switcher{position:absolute}.footer__language-switcher .lang_switcher_class{position:static}.footer__language-switcher .lang_list_class{background:#fff;box-shadow:0 2px 9px 0 rgba(0,0,0,.2);display:block;display:none;left:0;list-style-type:none;margin:0;min-width:150px;opacity:0;padding:0;text-align:left;top:100%;transform:none;transition:opacity .3s;visibility:hidden}.footer__language-switcher:focus .lang_list_class,.footer__language-switcher:hover .lang_list_class{display:block;opacity:1;transition:opacity .3s;visibility:visible}.footer__language-switcher .lang_list_class li{border:none;padding:5px 10px}.footer__language-switcher .lang_list_class li a{color:var(--primary-color);text-transform:uppercase}.footer__language-switcher .lang_list_class li a:hover,.footer__language-switcher .lang_list_class li:hover a{color:var(--primary-color)}