header{
    float:left;
    width:100%
}
.phone-language-box {
    background: rgba(0, 0, 0, 1);
    display: flex;
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}
.right-info {
    display: flex;
    justify-content: flex-end;
}
.phone {
    color: #fff;
    position: relative;
    padding-left: 23px;
    box-sizing: border-box;
    margin-right: 10px;
    padding-right: 10px;
}
.phone:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/phone.svg) no-repeat center;
    background-size: 18px;
}
.phone:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(202, 13, 13, 1);
}
.language {
    color: #fff;
    margin-right: 15px;
}
.navigation-wrap {
    float: left;
    width: 100%;
    background: rgba(202, 13, 13, 1);
    padding: 15px 0px;
    box-sizing: border-box;
    position: relative;
}
.logo-nav-wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-wrap-small {
    width: 230px;
    margin-top: 7px;
}
.logo-wrap-small img{
    width:100%;
}
.right {
    float: right;
}
.nav-wrap ul {
    list-style: none;
    float: left;
    padding-left: 0px;
}
.nav-item {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.nav-wrap ul li {
    list-style: none;
}
.nav-item:hover .nav-link{
    font-weight: 600;
}
.nav-item:active .nav-link{
    font-weight: 600;
}
.nav-link {
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform:uppercase;
}
