header {
    background-color: #433b49;
    width: 100%;
    height: 90px;
}
.language {
    height: 90px;
    width: 40px;
    box-sizing: border-box;
    padding: 15px 0;
}
.language>li {
    height: 20px;
    font-size: 1.6em;
    color: #69bae7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.language>li.current, .language>li:hover {
    color: #fff;
}
header .logo {
    line-height: 90px;
    text-align: center;
}
.logo img {
    vertical-align: middle;
}
header .contacts {
    width: 650px;
    font-size: 1.6em;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 35px;
}
header .contacts>li {
    height: 30px;
}
header .contacts a {
    display: inline-block;
}
header .contacts>li {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
header .contacts>li:hover {
    opacity: 1;
}
header .contacts span, .contacts tel{
    line-height: 30px;
    height: 30px;
}
.social {
    width: 260px;
}
.social li {
    width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.social li:nth-child(3) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.social li:hover {
    opacity: 1;
}
