.language {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 8px 6px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    max-height: 36px;
    color: var(--black);
}
.language > img { margin-left: 6px; }
.language__image {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}
.dropdown__block {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 8px 8px 6px;
    z-index: 20;
}
.dropdown__block > * + * { margin-top: 6px; }
.dropdown__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
