.lang {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #0d0d11;
    margin-left: 16px;
}

header .lang .select_options>span::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2001_540)'%3e%3cpath d='M2.625 4.5L6 7.875L9.375 4.5' stroke='%230D0D11' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2001_540'%3e%3crect width='12' height='12' fill='white' /%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    transition: 0.3s all;
    margin-left: 4px;
}

header .lang ul.options {
    padding: 12px;
    margin-left: -12px;
    margin-top: 20px;
    width: 80px;
}

header .lang ul.options li {
    font-size: 12px;
    padding: 8px 0;
}

header .lang ul.options li:first-child {
    padding-top: 0;
}

header .lang ul.options li:last-child {
    padding-bottom: 0;
}

header .lang ul.options li.active::after {
    width: 12px;
    height: 12px;
    background-size: contain;
}