.switch-lang {
    width: 62px;
    height: 39px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
    position: relative;
    padding-right: 4px;
}

.switch-lang:hover .lang-dropdown {
    display: block;
}

.switcher-link {
    color: #fff;
}

.switcher-link:hover {
    color: #fff;
}

.current-lang {
    background: #2461ac;
    padding: 3px 5px 0px 5px;
    border-radius: 5px;
    height: 3px;
}

.lang-flag {
    width: 20px;
    display: inline-block;
}

.lang-text {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.lang-dropdown {
    display: none;
    background: #2461ac;
    border-radius: 5px;
    margin-top: 33px;
    position: absolute;
    z-index: 9999;
}

.selecting-lang {
    padding: 3px 5px 0px 5px;
    cursor: pointer;
    height: 30px;
}

.selecting-lang:hover {
    background: #000000;
}