.site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:76px;
    transform:none;
    border:0;
    border-bottom:1px solid rgba(226,232,240,.92);
    border-radius:0;
    background:rgba(255,255,255,.97);
    box-shadow:0 3px 14px rgba(15,23,42,.08);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    z-index:100;
}

body{padding-top:76px}

.site-header .topline{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:3px;
    border-radius:0;
}

.site-header .nav-wrap{height:73px}
.site-header .dropdown{top:66px}

.nav-drop>button{
    display:inline-flex;
    align-items:center;
}

.nav-drop>button>span{
    display:inline-flex;
    width:12px;
    height:12px;
    margin-left:8px;
    align-items:center;
    justify-content:center;
    font-size:0;
    line-height:0;
    transform:none;
}

.nav-drop>button>span::before{
    content:"";
    width:5px;
    height:5px;
    border-right:1.7px solid currentColor;
    border-bottom:1.7px solid currentColor;
    transform:translateY(-2px) rotate(45deg);
}

@media(max-width:780px){
    .site-header{
        top:0;
        width:100%;
        height:68px;
        border-radius:0;
    }

    body{padding-top:68px}
    .site-header .nav-wrap{height:65px}
    .site-header .main-nav{top:67px;left:14px;right:14px}
    .site-header .dropdown{top:auto}
}
