.language {
    width: 50px;
    margin-left: 5px;
    position: relative;


    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}

.lang_current,
.lang_current_{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 1000;
}

.lang_current:hover,
.lang_current_:hover{
    border:1px solid #ffffff;
}

.lang_dropdown {
    position: absolute;
    top: -5px;
    width: 50px;
    background-color: rgba(249,249,249,0.75);
    border:1px solid #1a1a1a;
    border-radius: 25px;
}

.lang_space {
    height: 50px;

    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
}
