.switch-lang {
    width: 120px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
    top: 27px;
    left: 25%;
}

.switch-lang a {
    margin-bottom: 2px;
    color: #555;
}

.switch-lang:hover .lang-dropdown {
    display: block;
}

.switcher-link {
    color: #fff
}

.switcher-link:hover {
    color: #fff
}

.current-lang {
    background: #fff;
    padding: 3px 5px 0px 5px;
    border-radius: 5px
}

.lang-flag {
    width: 20px;
    display: inline-block
}

.lang-text {
    display: inline-block;
    width: calc(100% - 30px);
    margin-left: 5px;
    vertical-align: top;
    margin-top: 2px;
    text-align: center;
}

.lang-dropdown {
    display: none;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    width: 120px;
    z-index: 50;
}

.selecting-lang {
    padding: 3px 5px 3px 5px;
    cursor: pointer
}

.selecting-lang:hover {
    background: #22313F;
    color: #fff;
}

ul > li:first-child {
    border-radius: 5px 5px 0 0
}

ul > li:last-child {
    border-radius: 0 0 5px 5px
}

li {
    list-style-type: none
}
.menu-arrow {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-top :6px
}

