#lang{
    font-family: 'Lato', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#lang .el_sel{
font-size: 13px;
    color: #0b4499;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-family: 'Lato', sans-serif;
    text-decoration: underline;
}
#lang .el{
    border: none;
    width: 30px;
    padding: 7px;
    color: #c2c2c2;
    text-decoration: underline;
}
#lang .el:hover{
color: #0b4499;
}
#lang .list_el{
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    left: 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
    color: #c2c2c2;
    text-decoration: underline;
list-style:none;
}
#lang .list_el, .list_el li {
    float: left!important;
}

