
header .header-wrapper,header .header-nav-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;


}

header .header-wrapper i {
    line-height: 0;

}

header .header-wrapper > *,header .header-nav-wrapper > *  {
    display: flex;
    align-items: center;


}

header .header-wrapper span.lang {
    background: transparent;
    color: black;
    padding: 0;
}

header .header-wrapper span.logo {
    padding: 1rem;
    background: #efefef;
}

header i.a {
    font-size: 1.3rem;

}

header i.b {
    font-size: 1rem;
}

header i.c {
    font-size: 1rem;
}




/*------Type 1------*/
header.type-1 .header-wrapper {

    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-1 .lang-switch {
    margin-right: calc(2rem + 8px) !important;
}
header.type-1 .col-left {
    flex: 0 0 auto;
    width: 41.66666667%;
}

header.type-1 .col-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    justify-content: center;
}

header.type-1 .col-right {
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: flex-end;
}

header.type-1 .col-left > * {
    margin-right: 2rem;
}

header.type-1 .col-left > *:last-child {
    margin-right: 0;
}

header.type-1 .col-right > * {
    margin-left: 1.4rem;
}

header.type-1 .col-right > *:first-child {
    margin-left: 0;
}

header.type-1 .col-link {
    flex: 0 0 auto;
    width: 100%;
    justify-content: space-around;

}


/*------Type 2------*/
header.type-2 .header-wrapper {

    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-2 .col-left {
    flex: 0 0 auto;
    width: 41.66666667%;
}

header.type-2 .col-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    justify-content: center;
}

header.type-2 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-2 .col-right {
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: flex-end;
}

header.type-2 .col-right > * {
    margin-left: 1.4rem;
}

header.type-2 .col-right > *:first-child {
    margin-left: 0;
}

header.type-2 .col-link {
    flex: 0 0 auto;
    width: 100%;
    justify-content: space-around;
}

/*------Type 3------*/
header.type-3 .header-wrapper {

    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-3 .lang-switch {
    margin-right: calc(2rem + 8px) !important;
}
header.type-3 .col-left {
    flex: 0 0 auto;
    width: 41.66666667%;
}

header.type-3 .col-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    justify-content: center;
}

header.type-3 .col-right {
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: flex-end;
}

header.type-3 .col-nav-left {
    flex: 0 0 auto;
    width: 8.33333333%;
    justify-content: flex-start;
}

header.type-3 .col-link {
    flex: 0 0 auto;
    width: 83.33333333%;
    justify-content: space-around;
}

header.type-3 .col-nav-right {
    flex: 0 0 auto;
    width: 8.33333333%;
    justify-content: flex-end;
}

header.type-3 .col-nav-left > * {

    margin-right: 1.4rem;
}

header.type-3 .col-nav-right > * {

    margin-left: 1.4rem;
}

header.type-3 .col-nav-right > *:first-child {

    margin-left: 0;
}


/*------Type 4------*/

header.type-4 .header-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-4 .col-left {
    flex: 0 0 auto;
    width: 8.33333333%;
}

header.type-4 .col-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    justify-content: center;
}

header.type-4 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-4 .col-right {
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: flex-end;
}

header.type-4 .col-right > * {
    margin-left: 1.4rem;
}

header.type-4 .col-right > *:first-child {
    margin-left: 0;
}

header.type-4 .col-link {
    flex: 0 0 auto;
    width: 33.33333333%;

}

/*------Type 5------*/
header.type-5 .header-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-5 .col-left {
    flex: 0 0 auto;
    width: 8.33333333%;
}

header.type-5 .col-center {
    flex: 0 0 auto;
    width: 16.66666667%;
    justify-content: center;
}

header.type-5 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-5 .col-right {
    flex: 0 0 auto;
    width: 41.66666667%;
    justify-content: flex-end;
}

header.type-5 .col-right > * {
    margin-left: 1.4rem;
}

header.type-5 .col-right > *:first-child {
    margin-left: 0;
}

header.type-5 .col-link {
    flex: 0 0 auto;
    width: 33.33333333%;

}

header.type-5 .col-link {

    width: 41.66666667%;

}

/*------Type 6------*/

header.type-6 .header-wrapper {

    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
/*header.type-6 .lang-switch {*/
/*    margin-right: 8px !important;*/
/*}*/
header.type-6 .col-left {
    flex: 0 0 auto;
    width: 25%;
}

header.type-6 .col-center {
    flex: 0 0 auto;
    width: 50%;
    justify-content: center;
}

header.type-6 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-6 .col-right {
    flex: 0 0 auto;
    width: 25%;
    justify-content: flex-end;
}

header.type-6 .col-right > * {
    margin-left: 1.4rem;
}

header.type-6 .col-right > *:first-child {
    margin-left: 0;
}

header.type-6 .col-link {
    flex: 0 0 auto;
    width: 100%;
    justify-content: space-around;
}


/*------Type 7------*/
header.type-7 .header-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-7 .lang-switch {
    margin-right: 8px !important;
}
header.type-7 .col-left {
    flex: 0 0 auto;
    width: 25%;
}

header.type-7 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-7 .col-right {
    flex: 0 0 auto;
    width: 25%;
    justify-content: flex-end;
}

header.type-7 .col-right > * {
    margin-left: 1.4rem;
}

header.type-7 .col-right > *:first-child {
    margin-left: 0;
}

header.type-7 .col-link {
    flex: 0 0 auto;
    width: 50%;
    justify-content: space-around;
}

/*------Type 8------*/
header.type-8 .lang-switch {
    margin-right: 8px !important;
}
header.type-8 .header-wrapper {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
}
header.type-8 .col-left {
    flex: 0 0 auto;
    width: 25%;
}

header.type-8 .col-center span.search {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
    background: #e9e9e9;
}

header.type-8 .col-right {
    flex: 0 0 auto;
    width: 25%;
    justify-content: flex-end;
}

header.type-8 .col-right > * {
    margin-left: 1.4rem;
}

header.type-8 .col-right > *:first-child {
    margin-left: 0;
}

header.type-8 .col-link {
    flex: 0 0 auto;
    width: 50%;
    justify-content: space-around;
}


header.type-8 .col-left {
    width: auto;
    padding-right: 3rem;
}

header.type-8 .col-link {

    flex: 1 0 auto;
    width: auto;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    header.type-6 .col-left {
        flex: 0 0 auto;
        width: 25%;
    }
    header.type-8 .header-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header.type-8 .col-link {
        display: none;
    }
    header.type-8 .col-left,header.type-8 .col-right {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    header.type-6 .col-left {
        flex: 0 0 auto;
        width: 50%;
        justify-content: center;
        order: 2;
    }
    header.type-6 .col-center {
        flex: 0 0 auto;
        width: 25%;
        order: 1;
        justify-content: flex-start;
    }
    header.type-6 .col-right {
        flex: 0 0 auto;
        width: 25%;
        order: 3;
    }

}

