.lang-switcher{color:var(--text-color);display:flex;gap:33px;text-transform:uppercase}.lang-switcher a{font-size:18px;font-weight:600;line-height:24px;position:relative;transition:color .3s ease}.lang-switcher a:not(:last-of-type):after{background-color:var(--text-color);bottom:1.5px;content:"";position:absolute;right:-15px;top:1.5px;width:1px}.lang-switcher a.is-active,.lang-switcher a:hover{color:var(--title-color);text-decoration:none}.lang-switcher--light{color:var(--text-body-white)}.lang-switcher--light a.is-active,.lang-switcher--light a:hover{color:var(--background-color)}