﻿header div[b-bekoefwx7h], header span[b-bekoefwx7h], header applet[b-bekoefwx7h], header object[b-bekoefwx7h], header iframe[b-bekoefwx7h],
header h1[b-bekoefwx7h], header h2[b-bekoefwx7h], header h3[b-bekoefwx7h], header h4[b-bekoefwx7h], header h5[b-bekoefwx7h], header h6[b-bekoefwx7h], header p[b-bekoefwx7h], header blockquote[b-bekoefwx7h], header pre[b-bekoefwx7h],
header a[b-bekoefwx7h], header abbr[b-bekoefwx7h], header acronym[b-bekoefwx7h], header address[b-bekoefwx7h], header big[b-bekoefwx7h], header cite[b-bekoefwx7h], header code[b-bekoefwx7h],
header del[b-bekoefwx7h], header dfn[b-bekoefwx7h], header em[b-bekoefwx7h], header img[b-bekoefwx7h], header ins[b-bekoefwx7h], header kbd[b-bekoefwx7h], header q[b-bekoefwx7h], header s[b-bekoefwx7h], header samp[b-bekoefwx7h],
header small[b-bekoefwx7h], header strike[b-bekoefwx7h], header strong[b-bekoefwx7h], header sub[b-bekoefwx7h], header sup[b-bekoefwx7h], header tt[b-bekoefwx7h], header var[b-bekoefwx7h],
header b[b-bekoefwx7h], header u[b-bekoefwx7h], header i[b-bekoefwx7h], header center[b-bekoefwx7h],
header dl[b-bekoefwx7h], header dt[b-bekoefwx7h], header dd[b-bekoefwx7h], header ol[b-bekoefwx7h], header ul[b-bekoefwx7h], header li[b-bekoefwx7h],
header fieldset[b-bekoefwx7h], header form[b-bekoefwx7h], header label[b-bekoefwx7h], header legend[b-bekoefwx7h],
header table[b-bekoefwx7h], header caption[b-bekoefwx7h], header tbody[b-bekoefwx7h], header tfoot[b-bekoefwx7h], header thead[b-bekoefwx7h], header tr[b-bekoefwx7h], header th[b-bekoefwx7h], header td
header article[b-bekoefwx7h], header aside[b-bekoefwx7h], header canvas[b-bekoefwx7h], header details[b-bekoefwx7h], header embed[b-bekoefwx7h],
header figure[b-bekoefwx7h], header figcaption[b-bekoefwx7h], header footer[b-bekoefwx7h], header hgroup[b-bekoefwx7h],
header menu[b-bekoefwx7h], header nav[b-bekoefwx7h], header output[b-bekoefwx7h], header ruby[b-bekoefwx7h], header section[b-bekoefwx7h], header summary[b-bekoefwx7h],
header time[b-bekoefwx7h], header mark[b-bekoefwx7h], header audio[b-bekoefwx7h], header video[b-bekoefwx7h] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.header[b-bekoefwx7h] {
    display: block;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4rem 3rem;
    width: 32rem;
    /*height: 100vh;*/
    background: var(--accent-color, #022873);
}

.header__inner[b-bekoefwx7h] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header__logo[b-bekoefwx7h] {
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    color: var(--accent-font-color,#FFF);
}

    .header__logo[b-bekoefwx7h]::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 24rem;
        height: 0.2rem;
        background: var(--accent-color-secondary,#34538F);
    }

    .header__logo[b-bekoefwx7h] h1 {
        font-size: 3rem;
        letter-spacing: -0.15rem;
        line-height: 2.7rem;
        color: var(--accent-font-color,#FFF);
    }

.header__bottom[b-bekoefwx7h] {
    margin-top: auto;
    color: var(--accent-font-color,#FFF);
}

@media screen and (max-width: 800px) {

    .header__bottom[b-bekoefwx7h]::before {
        display: none
    }
}

.header__bottom[b-bekoefwx7h]::before {
    content: "";
    position: absolute;
    bottom: auto;
    width: 24rem;
    height: 0.3rem;
    background: var(--accent-color-secondary,#34538F);
}

    .header__bottom[b-bekoefwx7h] a {
        padding: 0.5rem;
        position: relative;
        margin-top: 2.2rem;
        padding-top: 2.2rem;
        display: inline-block;
        width: 100%;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: -0.05rem;
        color: var(--menu-font-color,#FFF);
        border-radius: 1rem;
        transition: all ease-in-out 0.3s;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .header__bottom[b-bekoefwx7h] h1 {
        font-size: 3rem;
        letter-spacing: -0.15rem;
        line-height: 2.7rem;
        color: var(--accent-font-color,#FFF);
    }

    .header__mobile[b-bekoefwx7h] {
        color: var(--accent-font-color,#FFF);
        display: none;
        cursor: pointer;
    }

    .header__bottom__mobile[b-bekoefwx7h] {
        display: none;
    }

    .header__mobileIcon[b-bekoefwx7h] {
        content: none;
        font-family: var(--icon-family);
        font-style: normal;
        font-weight: normal;
        font-size: 3rem;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .header__mobileIcon[b-bekoefwx7h]:before {
            content: "\f0c9";
        }


    .header__nav ul li:not(:last-child)[b-bekoefwx7h] {
        margin-bottom: 2rem;
    }

    .header__nav ul li[b-bekoefwx7h] {
        word-break: break-word;
    }

    .header__nav[b-bekoefwx7h] {
        margin-bottom: 3rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header__nav ul[b-bekoefwx7h] {
        width: 26rem;
    }

    @media screen and (max-width: 800px) {
        .header[b-bekoefwx7h] {
            width: 24rem;
        }

        .header__logo[b-bekoefwx7h]::after {
            width: 19rem;
        }
    }

    @media screen and (min-width: 800px) {
        .header[b-bekoefwx7h] {
            height: 100vh;
        }
    }

    @media screen and (max-width: 800px) {
        .header[b-bekoefwx7h] {
            padding: 0rem 1rem;
            width: 100%;
            /*height: 8rem;*/
        }

        .header__inner[b-bekoefwx7h] {
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
        }

        .header__logo[b-bekoefwx7h] {
            margin: 0 2rem 0 0;
            padding: 0;
            flex: 1 1 auto;
            width: 80%;
        }

            .header__logo[b-bekoefwx7h]::after {
                display: none;
            }

            .header__logo[b-bekoefwx7h] h1 {
                font-size: 2.5rem;
            }

        .header__bottom[b-bekoefwx7h] {
            display: none;
        }

        .header__mobile[b-bekoefwx7h] {
            display: block;
            margin: 0 2rem;
        }

        .header__bottom__mobile[b-bekoefwx7h] {
            display: block;
        }

        .header__nav[b-bekoefwx7h] {
            display: none;
            width: 100%;
            background: var(--accent-color,#022873);
        }

        .header__nav ul[b-bekoefwx7h] {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-direction: column;
            width: 100%;
            height: 100%;
            padding: 7.5rem 0;
            text-align: center;
            transition: all 0.3s ease-in-out;
            list-style-type: none;
            overflow-y: auto;
        }

        .header__nav ul li[b-bekoefwx7h] {
            width: 100%;
        }

        header__nav ul li a[b-bekoefwx7h] {
            display: block;
            padding: 2rem 1.5rem;
            width: 100%;
            text-align: center;
            font-size: 2.2rem;
            font-weight: 700;
            color: #FFF;
            transition: all 0.2s ease-in-out;
        }
    }

    .mobile__open[b-bekoefwx7h] {
        flex: 1 1 auto;
        display: block !important;
    }

    @media screen and (max-width: 800px) {
        .mobile__open[b-bekoefwx7h] {
            margin-left: -2rem;
        }
    }

    .header__logo[b-bekoefwx7h] h1:focus {
        outline: none;
    }


    @media screen and (max-width: 800px) {
        .header__logo[b-bekoefwx7h] h1 {
            font-size: 4.5rem;
        }
    }

    @media screen and (max-width: 500px) {
        .header__logo[b-bekoefwx7h] h1 {
            font-size: 3.5rem;
        }
    }

    .header__logo[b-bekoefwx7h] h1 {
        font-weight: 700;
    }

    .header {
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5rem 3rem 4rem;
        width: 32rem;
        height: 100vh;
        background: #022873;
    }

    @media screen and (max-width: 800px) {
        .header {
            width: 25rem;
        }
    }

    @media screen and (max-width: 800px) {
        .header {
            padding: 2rem;
            width: 100%;
            height: 8rem;
        }
    }

    .header__inner {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    @media screen and (max-width: 800px) {
        .header__inner {
            flex-direction: row;
            align-items: center;
        }
    }

    .header__logo {
        position: relative;
        margin-bottom: 4rem;
        padding-bottom: 4rem;
    }

    @media screen and (max-width: 800px) {
        .header__logo {
            margin: 0 2rem 0 0;
            padding: 0;
        }
    }
    /*
.header__logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 13rem;
    height: 0.2rem;
    background: #34538F;
}*/

    @media screen and (max-width: 800px) {
        .header__logo::after {
            display: none;
        }
    }

    .header__logo h1 {
        font-size: 3rem;
        letter-spacing: -0.15rem;
        line-height: 2.7rem;
        color: #FFF;
    }

    @media screen and (max-width: 800px) {
        .header__logo h1 {
            font-size: 2.5rem;
        }
    }

    .header__logo h1::after {
        content: ".";
    }

    .header__nav ul li a {
        padding: 1.5rem;
        display: inline-block;
        width: 100%;
        font-size: 2.2rem;
        font-weight: 700;
        letter-spacing: -0.05rem;
        color: #FFF;
        border-radius: 1rem;
        transition: all ease-in-out 0.3s;
    }

        .header__nav ul li a::after {
            content: ".";
            color: #BF0404;
            opacity: 0;
            transition: all ease-in-out 0.3s;
        }

        .header__nav ul li a.active, .header__nav ul li a:hover {
            background-color: #34538F;
        }

            .header__nav ul li a.active::after {
                opacity: 1;
            }

    .header__nav ul li:not(:last-child) {
        margin-bottom: 2rem;
    }

    @media screen and (max-width: 800px) {
        .header__nav {
            display: none;
        }
    }

    .header__bottom {
        margin-top: auto;
        padding-left: 1.5rem;
    }

        .header__bottom a {
            color: #FFF;
            text-decoration: underline;
        }

    @media screen and (max-width: 800px) {
        .header__bottom {
            display: none;
        }
    }

    .header__mobile {
        margin-left: auto;
        display: none;
    }

        .header__mobile a {
            display: flex;
            align-items: center;
            font-size: 1.6rem;
            color: #FFF;
        }

            .header__mobile a .icon {
                margin-right: 1rem;
                transform: translateY(0.1rem);
            }

    @media screen and (max-width: 800px) {
        .header__mobile {
            display: flex;
        }
    }
