.header .lang {
    position: relative;

    float: right;

    margin-left: 30px;
	width:140px;

    text-align: center;
	background-color:rgba(1, 50, 136, .85);
	height:50px;
	line-height:40px;
	border-radius:5px;
	padding:5px 10px;
}
@media (max-width: 1199px) {
    .header .lang {
        display: none;
    }
}
.header .lang h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;

    display: inline-block;

    margin: 0;

    cursor: pointer;

    color: #fff;
}
 
.header .lang h3::after {
    position: relative;
    top: 0px;

    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.header .lang ul {
    position: absolute;
    z-index: 999;
    top: 50px;
    right: 0;

    display: none;

    width: 100%;
    margin-left: 0;
    padding: 20px 10px;

    text-align: left;

    color: #999;
    border-radius: 2px;
    background-color: rgba(1, 50, 136, .85);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .09);
}
.header .lang li {
    font-size: 13px;
    line-height: 34px;

    clear: both;

    width: 100%;
    height: 34px;
    padding-left: 6px;

    list-style: none;

    color: #fff;
}
.header .lang li a::before {
    display: inline-block;
    float: left;

    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-right: 8px;

    content: '';

    background: url(../lang/language.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
.header .lang li:hover {
    color: #fabe00;
}
.header .lang li.en a::before {
    background-position: -22px 0;
}
.header .lang li.es a::before {
    background-position: -44px 0;
}
.header .lang li.ru a::before {
    background-position: -66px 0;
}
@media (max-width: 991px) {
    .header .lang {
        display: none;
    }
}

.header .xs-language {
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px) {
    .header .xs-language {
        display: none;
    }
}
.header .xs-language a {
    font-size: 16px;

    color: #fff;
}
.header .xs-language span {
    margin: 0 5px;

    color: #fff;
}
