.lang-choise {
    display: flex;
    position: absolute;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #575757;
    cursor: pointer;
    flex-direction: column;
    white-space: nowrap;
}

.inslang-mobile {
    top: 31px;
    left: 68px;
    display: block;
    position: absolute;
}

.inslang-desktop {
    display: none;
    position: relative;
    width: 51px;
    margin-right: 10px;
}

@media (min-width: 1280px) {
    .lang-choise {
        font-size: 14px;
        line-height: 19px;
        top: 50%;
        transform: translateY(-50%);
    }


    .lang-choise .list {
        top: 19px;
        position: absolute;
    }

    .inslang-desktop {
        display: block;
    }

    .inslang-mobile {
        display: none;
    }
}

.lang-choise .current {
    padding-left: 10px;
}

.lang-choise .fa-angle-down {
    margin-left: 3.5px;
}

.lang-choise .list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: max-height ease-in-out 0.3s;
    background: #fff;
    padding: 0 10px;
}

.lang-choise .list .lang-label {
    color: #575757;
    text-decoration: none;
    word-break: keep-all;
}

.lang-choise .list .lang-label:not(:last-of-type) {
    padding-bottom: 10px;
}

.lang-choise .list .lang-label:first-of-type {
    padding-top: 10px;
}

.lang-choise .list .lang-label:last-of-type {
    padding-bottom: 10px;
}

.lang-choise .list--hide {
    max-height: 0;
}
