.m-lang {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-lang li {
    margin-right: 5px;
}

.m-lang li:hover {
    background-color: #002a3f;
    text-decoration: none;
}

.m-lang li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 16px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    color: #83d0f5;
    border: solid 1px #83d0f5;
}
.m-lang li a.active {
    color: #002a3f;
    background: #83d0f5;
}