@font-face {
    font-family: "Arial Nova";
    src: url("/assets/css/fonts/ArialNova.ttf") format("truetype");
}

.site-header,
.site-header * {
    box-sizing: border-box;
}

.site-header {
    position: relative;
    z-index: 10000;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Arial Nova", Arial, Helvetica, sans-serif !important;
}

html, body {
    margin: 0;
    padding-top: 0 !important;
    top: 0 !important;
}

iframe.goog-te-banner-frame,
.goog-te-banner-frame {
    display: none !important;
}

body > .box {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
    background: none !important;
}

.site-header a {
    text-decoration: none !important;
    transition: none !important;
}

.site-header ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header-top {
    background: #000;
    height: 41px;
}

.site-header-top-inner {
    width: 1150px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header-top-inner span {
    color: #fff !important;
    font-family: "Arial Nova", Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: 41px !important;
}

.site-header-top-inner i {
    color: #fff !important;
    margin-right: 6px;
}

.site-header .fa,
.site-header .fas,
.site-header .far,
.site-header .fab,
.site-header .fal,
.site-header i.fa,
.site-header i.fas,
.site-header i.far,
.site-header i.fab {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    display: inline-block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header .far {
    font-weight: 400 !important;
}

.site-header .fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.site-header-main {
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f4 100%);
    border-bottom: 3px solid rgba(128, 128, 128, 0.3);
}

.site-header-main-inner {
    position: relative;
    width: 1150px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
}

.site-header-logo {
    display: block;
    flex: 0 0 230px;
    width: 230px;
    max-width: 230px;
    margin: 0 !important;
}

.site-header-logo img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: auto !important;
    margin: -15px 0 -10px !important;
}

.site-header-nav {
    margin-left: auto;
}

.site-header-nav > ul {
    display: flex;
    align-items: center;
}

.site-header-nav > ul > li {
    position: relative;
    margin: 0 0 0 4px !important;
    height: 45px;
    line-height: 45px;
}

.site-header-nav > ul > li > a {
    display: block !important;
    padding: 0 17px !important;
    font-family: "Arial Nova", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    color: #424242 !important;
    letter-spacing: 0.05em !important;
    text-transform: none !important;
    background: none !important;
}

.site-header-nav > ul > li > a:hover {
    color: #08a5e5 !important;
}

.site-header-nav > ul > li.has-children > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #424242;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.site-header-nav > ul > li > ul {
    display: none;
    position: absolute;
    left: -12px;
    top: 45px;
    min-width: 220px;
    padding: 8px 0 !important;
    background: #f4f7f9;
    z-index: 10000;
}

.site-header-nav > ul > li:hover > ul {
    display: block;
}

.site-header-nav > ul > li > ul a {
    display: block !important;
    padding: 10px 20px !important;
    font-family: "Arial Nova", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #424242 !important;
    background: #f4f7f9 !important;
}

.site-header-nav > ul > li > ul a:hover {
    color: #08a5e5 !important;
}

.site-header-mobile-toggle {
    display: none;
    font-size: 22px;
    color: #424242 !important;
    padding: 10px;
    margin-left: auto;
}

.site-header-mobile-toggle .fa {
    font-size: 22px !important;
    color: #424242 !important;
}

.top_panel_over .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

@media (max-width: 991px) {
    .site-header-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        border-bottom: 3px solid rgba(128, 128, 128, 0.3);
        margin: 0;
        z-index: 10001;
    }

    .site-header-nav.is-open {
        display: block;
    }

    .site-header-nav > ul {
        display: block;
        padding: 8px 0 !important;
    }

    .site-header-nav > ul > li {
        height: auto;
        line-height: 1.4;
        margin: 0 !important;
    }

    .site-header-nav > ul > li > a {
        line-height: 44px !important;
    }

    .site-header-nav > ul > li > ul {
        position: static;
        display: none;
        left: 0;
        top: auto;
        min-width: 0;
        background: #f4f7f9;
    }

    .site-header-nav > ul > li:hover > ul,
    .site-header-nav > ul > li.is-open > ul {
        display: block;
    }

    .site-header-mobile-toggle {
        display: block;
    }

    .site-header-logo,
    .site-header-logo img {
        width: 160px;
        max-width: 160px;
        flex-basis: 160px;
    }

    .site-header-main-inner,
    .site-header-top-inner {
        padding: 0 16px;
        width: 100%;
    }
}
