.lang-select{display:flex;position:static;vertical-align:middle}.lang-select__button{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;font-weight:inherit;padding:0}.lang-select__label{display:block;font-size:13px}.lang-select--short-label .lang-select__label{text-transform:uppercase}.lang-select__icon{display:flex;margin-inline-end:.44rem;margin-bottom:.1rem}.lang-select--no-label .lang-select__icon{margin-inline-end:0}.lang-select__icon svg{height:1em;width:1em;fill:#6e6e6e}.lang-select__arrow{display:flex;margin-inline-start:.11rem}.lang-select__arrow svg{height:.77rem;width:.77rem}.lang-select__nav{border-radius:0 0 6px 6px;box-shadow:0 2px 4px 2px rgba(0,0,0,.1);display:none;min-width:65px;padding:.5em;position:absolute;right:0;text-align:left;top:100%;transform-origin:center bottom;width:auto;z-index:2}.lang-select--active .lang-select__nav{animation:flyin_animation .3s ease-in-out forwards;display:block}.lang-select .lang-select__nav ul{list-style:none;margin:0;padding:0;padding-inline-start:0!important}.short_label{text-transform:uppercase}.lang-select__nav a{color:inherit;display:block;font-size:13px;padding:.25em .5em}.lang-select__nav a,.lang-select__nav a:hover{text-decoration:none}.lang-select__nav li:first-child a{cursor:default;pointer-events:none}.lang-select__nav a.active_lang{display:flex;gap:10px}.lang-select__nav a.active_lang svg{width:8px}.lang-select--light .lang-select__button,.lang-select--light .lang-select__nav,.lang-select--light .lang-select__nav a:hover,.lang-select--light .lang-select__nav li:first-child a{color:#000}@media (max-width:1023px){.lang-select__button{justify-content:space-between;width:100%}.lang-select__mobile-container{display:flex}.lang-select__nav a.active_lang{justify-content:space-between}.lang-select__arrow svg{transform:rotate(-90deg);transition:transform .2s ease}.lang-select--active .lang-select__arrow svg{transform:rotate(0deg)}}