<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
    float:left;
    width:100%
}
.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-link {
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.nav-link.dropdown-link {
    position: relative;
    padding-right: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.nav-link.dropdown-link:after {
    position: absolute;
    content: "";
    right: 5px;
    top: 1px;
    background: url(../img/down-s.svg) no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 13px;
}
.dropdown-menu {
    padding: 10px;
    box-sizing: border-box;
}
.dropdown-menu {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 999999;
    padding: 13px 20px 20px 20px;
    box-sizing: border-box;
    background: rgba(0, 50, 96, 1);
    display: none;
    width: 250px;
}
.dropdown-menu ul li {
    margin: 7px 0px;
}
.dropdown-menu ul li a{
    color:#fff;
}
.dropdown-menu.active {
    display: block;
    width:100%;
    top:40px;
}

.phone-language-box {
    background: rgba(0, 50, 96, 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;
}
.call-us .phone:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/phone-white.svg) no-repeat center;
    background-size: 18px;
}
.phone:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.language {
    color: #fff;
}
.navigation-wrap {
    float: left;
    width: 100%;
    background: rgba(0, 47, 88, 0.70);
    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-link {
    float: left;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-transform:uppercase;
}
.wish {
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
    padding-right: 10px;
}
.wish:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
</pre></body></html>