.language-list{display:flex;align-items:center;padding:15px;column-gap:20px;justify-content:center}
.language-list a,.language-list span{color:#444;font-family:Muli;font-size:12px;line-height:14px;text-align:left;font-weight:600;text-decoration:none}
.language-list a:not(:first-child){cursor:pointer}
.language-list a.active{background-color:#fff;border:1px solid #fb0;border-radius:12px;box-shadow:0 2px 2px 0 rgba(0,0,0,.07);padding:2px 10px;font-weight:700}
@media screen and (max-width:767px){.language-list{flex-wrap:wrap;gap:20px}
.language-list .language-select{width:100%;flex:0 0 100%;text-align:center}
}