.nav-callNumber{
    width: 192px;
	height: 38px;
	border-radius: 19px;
	border: solid 2px #fff;
}
header{
    height: 70px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    box-shadow: 0px 0px 7px -1px 
		rgba(227, 226, 225, 0.9);
}
.header-logo{
    width: 142px;
	height: 27px;
}
.swiper-container{
    width: 100%;
}
header.active{
    background-color: #fff;
}
header.active .nav-link{
    color: #1b4572;
}
header.active .nav-linka{
    color: #1b4572;
}
header.active .nav-callNumber{
    border-color: #1b4572;
    color: #1b4572;
}
header.active .language{
    color: #000;
}

.dropdown-list-1{
    width: 175px;
    top: 70px;
    left: -51px;
    background-color: rgba(255, 255, 255, .95);
}
.nav-item{
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.dropdown-list-item{
    height: 35px;
}
.dropdown-list-item:hover{
    background-color: #ccc;
}
.dropdown-list-item a{
    text-align: center;
    line-height: 35px;
}
.dropdown-list-2{
    width: 42px;
    background-color: rgba(255, 255, 255, .8);
    top: 70px;
}