﻿header {
    position: relative;
    z-index: 5;
}

.header-top-name {
    text-transform: uppercase;
    color: var(--default-color-2);
    font-family: 'interB';
    font-size: 13px;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}

.header-top-name {
    display: none;
}

    .header-top-name br {
        display: none;
    }

.header-container {
    position: relative;
    width: 100%;
    z-index: 4;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5.75px);
}

header.fixed .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px 0 #3333333b;
    background: #fff;
}

.header-top-container .decor {
    position: absolute;
    right: calc(100% - 32px);
    top: 0;
    height: calc(100% + 0px);
    z-index: -1;
}

.header-top-left .text strong {
    color: var(--default-color-2);
    font-family: osB;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-bottom-hotline {
    font-size: 13px;
    font-family: 'interM';
    color: #333;
    display: flex;
    flex-direction: column;
    line-height: 130%;
    position: absolute;
    left: 163px;
    display: none;
}

    .header-bottom-hotline strong {
        margin-top: 4px;
        color: var(--default-color-2);
        font-weight: 100;
        font-family: 'interSB';
        font-size: 18px;
    }

.header-top-left .text strong::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0px var(--default-color-2);
    left: 0;
    z-index: 1;
}

.header-top-left .text strong::after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 4px #fff;
    left: 0;
    z-index: 0;
}

.header-hotline {
    margin-right: 9px;
}

    .header-hotline a:hover span {
        color: var(--default-color-1);
    }

.header-search-options .container {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
}

.header-search-options a {
    display: flex;
    align-items: center;
    padding: 0 11px;
    width: fit-content;
}

    .header-search-options a:first-child {
        padding-left: 0;
        position: relative;
    }

        .header-search-options a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

    .header-search-options a:last-child {
        padding-right: 0;
    }

    .header-search-options a:last-child {
        border: none;
    }

.header-search-options img {
}

.header-search-options span {
    font-family: 'sfl';
    font-size: 15px;
    color: #fff;
    display: block;
    margin-left: 6px;
}

.header-bottom .grid.wide {
    max-width: 1255px;
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item:hover .drop-df {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.header-bottom .nav-item .drop-df {
    width: 100%;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #33333370;
    transform: translateY(31px);
    opacity: 0;
    pointer-events: none;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-df .grid.wide {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 12px;
    padding: 35px 20px;
}

.header-bottom .nav-item .drop-item-df {
    transform: translateY(22px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .nav-item .drop-link-df:hover {
    color: var(--default-color-2);
}

.header-bottom .nav-item:hover .drop-item-df {
    transform: translateY(0);
    opacity: 1;
}

.header-bottom .nav-item .drop-link-df {
    color: var(--default-color-4);
    font-family: 'SFM';
    font-size: 16px;
    line-height: 26px;
    transition: all linear .2s;
    /* text-transform: capitalize; */
}

.header-bottom .nav-item:hover .nav-link {
    color: #0f1516;
}

.header-bottom .nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-top {
    height: 66px;
    position: relative;
    z-index: 3;
}

    .header-top .grid.wide {
        padding-left: 222px;
    }

.header-top-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
    background-color: var(--default-color-1);
}

    .header-top-container::before {
        content: '';
        position: absolute;
        width: 1000vw;
        height: 100%;
        left: 100%;
        top: 0;
        background-color: var(--default-color-1);
    }

.header-top-left {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0;
    display: none;
}

.header-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transform: translate(-40px, -33px);
}

    .header-bottom-logo img {
        width: 145px;
    }

    .header-bottom-logo img,
    .header-bottom-logo canvas {
    }

.header-top-left .text {
    font-family: geoB;
}

    .header-top-left .text > div {
        display: flex;
        align-items: center;
    }

    .header-top-left .text h3 {
        color: var(--default-color-1);
    }

    .header-top-left .text h4 {
        color: var(--default-color-2);
        margin-left: 7px !important;
    }

    .header-top-left .text
    h3,
    .header-top-left .text
    h4 {
        margin: 0;
        font-size: 25px;
        line-height: 100.1%;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top-left .text span {
        color: #575757;
        font-family: 'geoR';
        line-height: 150%;
        font-size: 14px;
        display: block;
        margin-top: 1px;
    }

    .header-top-left .text
    h3::before,
    .header-top-left .text
    h4::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        z-index: 1;
    }

    .header-top-left .text
    h3::after,
    .header-top-left .text
    h4::after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 5px #fff;
        z-index: 0;
    }

    .header-top-left .text
    h3::before {
    }

    .header-top-left .text
    h4::before {
    }

    .header-top-left .text
    h3::after {
    }

    .header-top-left .text
    h4::after {
    }

.header-top-right {
    display: flex;
    align-items: center;
}

.header-hotline
p {
    margin: 0;
    color: #D9EAF9;
    font-family: sfl;
    font-size: 14px;
    /* margin-bottom: 12px; */
    display: none;
}

.header-hotline
a:hover {
    background-color: #fff;
}

    .header-hotline
    a:hover span {
        color: var(--default-color-1);
    }

.header-hotline
a {
    background-color: var(--default-color-2);
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 7px 9px;
    border-radius: 7px;
    transition: all linear .2s;
    border-radius: 55px;
    padding-left: 6px;
    padding-right: 15px;
}

.header-hotline
span {
    transition: all linear .2s;
}

    .header-hotline
    span strong {
    }

.header-hotline
a .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

    .header-hotline
    a .icon img {
    }

.header-hotline
a span {
    color: #fff;
    display: block;
    font-size: 17px;
    font-family: 'geoB';
    transform: translateY(2px);
}

.header-search {
}

.header-search-options {
    display: flex;
    align-items: center;
    height: 18px;
    position: relative;
    display: none;
}

    .header-search-options .container {
        position: absolute;
        display: flex;
        align-items: center;
        right: 0;
    }

    .header-search-options
    a {
        display: flex;
        align-items: center;
        padding: 0 11px;
        width: fit-content;
    }

        .header-search-options a:hover span {
            color: var(--default-color-2);
        }

        .header-search-options
        a:first-child::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 18px;
            background: rgba(255, 255, 255, 0.30);
            right: 0;
        }

        .header-search-options
        a:last-child {
            padding-right: 0;
        }

        .header-search-options
        a:last-child {
            border: none;
        }

    .header-search-options
    img {
    }

    .header-search-options
    span {
        font-family: 'sfl';
        font-size: 15px;
        color: #fff;
        display: block;
        margin-left: 6px;
        transition: all linear .2s;
    }

.header-bottom-search {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    width: 214px;
    height: 36px;
    background: #EFEFEF;
    border-radius: 55px;
    box-shadow: 0px 3px 9px 0px rgba(211, 211, 211, 0.25) inset;
    display: none;
}

    .header-bottom-search
    input {
        width: 100%;
        height: 100%;
        position: relative;
        border: none;
        outline: none;
        padding-left: 18px;
        color: #8E8E8E;
        font-size: 14px;
        padding-right: 50px;
        background-color: transparent;
        font-style: italic;
    }

    .header-bottom-search
    a {
        position: absolute;
        width: 32px;
        height: 32px;
        right: 2px;
        background-color: var(--default-color-1);
        border-radius: 50%;
    }

.header-bottom {
    height: 59px;
    position: relative;
    z-index: 10;
    width: 100%;
}

    .header-bottom.fixed {
        position: fixed;
        top: 0 !important;
        left: 0;
        width: 100%;
        box-shadow: 0 0 10px 0 #33333352;
    }

    .header-bottom .text {
        margin-left: 0;
    }

        .header-bottom .text
        h3 {
            margin: 0;
            font-family: 'geoM';
            font-weight: 100;
            font-size: 20px;
            color: #fff;
            text-transform: uppercase;
        }

        .header-bottom .text
        strong {
            color: var(--default-color-2);
            font-family: osB;
            font-size: 23px;
            letter-spacing: 0.7px;
            text-transform: uppercase;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: 3px;
        }

            .header-bottom .text
            strong::before {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 0px var(--default-color-2);
                left: 0;
                z-index: 1;
            }

            .header-bottom .text
            strong::after {
                content: attr(title);
                position: absolute;
                -webkit-text-stroke: 4px #fff;
                left: 0;
                z-index: 0;
            }

    .header-bottom .grid.wide {
    }

.header-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom.fixed .header-bottom-container {
    padding-left: 0;
}

    .header-bottom.fixed .header-bottom-container .list {
        width: 100%;
        justify-content: center;
    }

.header-bottom .list {
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-menu-rs {
    display: none;
}

.header-bottom .nav-item {
    position: relative;
    margin: 0 17px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header-bottom .nav-item:last-child::before {
        display: none;
    }

    .header-bottom .nav-item::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #91DBFA;
        right: -20px;
        opacity: 0;
    }

    .header-bottom .nav-item:last-child {
        margin-right: 0;
    }

    .header-bottom .nav-item:first-child {
        margin-left: 0;
    }

    .header-bottom .nav-item .nav-link {
        font-family: interM;
        color: var(--default-color-1);
        font-size: 16px;
        font-weight: 100;
        text-transform: uppercase;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }

    .header-bottom .nav-item:hover .nav-drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

.header-bottom .nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
}

    /* width */
    .header-bottom .nav-drop::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .header-bottom .nav-drop::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .header-bottom .nav-drop::-webkit-scrollbar-thumb {
        background: var(--default-color-1);
    }

.header-bottom .drop-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #3333331f;
    bottom: 0;
}

.header-bottom .drop-item:last-child a::after {
    display: none;
}

.header-bottom .drop-item a {
    font-size: 16px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2cad;
    position: relative;
    display: flex;
    align-items: center;
    font-family: interM;
    text-transform: capitalize;
}

.header-bottom .drop-item:last-child a::before {
}

.header-bottom .drop-item a::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 84%;
    border-top-right-radius: 5px;
    background-color: var(--default-color-1);
    left: -4px;
    border-bottom-right-radius: 5px;
    transition: all ease .3s;
}

.header-bottom .drop-item a span {
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.header-bottom .drop-item a:hover::before {
    left: 0;
}

.header-bottom .drop-item a:hover span {
    color: var(--default-color-1);
    transform: translateX(5px);
}

.header-right-item {
    display: flex;
    margin-right: 14px;
    align-items: center;
}

    .header-right-item:last-child {
        margin-right: 0;
    }

    .header-right-item .icon {
        width: 32px;
        height: 32px;
        background-color: var(--default-color-1);
        border-radius: 50%;
        margin-right: 5px;
        margin-top: 1px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #fff;
    }

        .header-right-item .icon img {
            filter: invert(99%) sepia(32%) saturate(6%) hue-rotate(314deg) brightness(189%) contrast(100%);
        }

    .header-right-item a {
        max-width: 206px;
    }

        .header-right-item a span {
            font-size: 13px;
            color: #fff;
            line-height: 150%;
        }

.header-language {
    display: flex;
    align-items: center;
}

    .header-language .item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
    }

        .header-language .item:nth-child(1) {
            margin-right: 8px;
        }

            .header-language .item:nth-child(1)::before {
                content: '';
                position: absolute;
                width: 1.152px;
                height: 13.818px;
                right: 0;
                background: rgba(255, 255, 255, 0.60);
            }

        .header-language .item:last-child::before {
            display: none;
        }

        .header-language .item img {
            margin-right: 4px;
        }

        .header-language .item .text.active {
        }

        .header-language .item:nth-child(1), .header-language .item:nth-child(2) {
            margin-right: 8px;
        }

            .header-language .item:nth-child(1)::before, .header-language .item:nth-child(2)::before {
                content: '';
                position: absolute;
                width: 1.152px;
                height: 13.818px;
                right: 0;
                background: rgba(255, 255, 255, 0.60);
            }

        .header-language .item .text {
            display: block;
            padding: 2px 8px;
            color: #FFF;
            font-size: 13px;
            font-family: 'interR';
            font-style: normal;
            font-weight: 400;
            line-height: 159.523%; /* 23.928px */
            text-transform: capitalize;
        }

        .header-language .item:hover .text {
            text-decoration: underline;
        }

.svg-langue {
    display: flex;
}

.header-right-item a strong {
    display: block;
    color: #fff;
    font-weight: 100;
    font-family: interM;
    font-size: 14px;
}

.header-banner-wrap {
    position: relative;
}

    .header-banner-wrap .content {
        flex-direction: column;
        position: absolute;
        bottom: 64px;
        left: 0;
        display: flex;
        justify-content: center;
        padding-left: 48px;
    }

        .header-banner-wrap .content img {
            position: absolute;
            left: 0;
        }

        .header-banner-wrap .content h3 {
            font-size: 28px;
            position: relative;
            z-index: 2;
            margin: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 100;
        }

        .header-banner-wrap .content h4 {
            font-size: 30px;
            margin: 0;
            position: relative;
            color: var(--default-color-4);
            text-transform: uppercase;
            font-family: robotoconb;
            margin-top: 2px;
        }

/*RS*/

@media(max-width:1023px) {
    .header-hotline {
        /* display: none; */
        margin: 0;
    }

    .header-language .item .text {
        color: #333;
    }

    .svg-langue svg {
        width: 17px;
        height: 14px;
    }

    .header-language .item:nth-child(1)::before, .header-language .item:nth-child(2)::before {
        background-color: #333;
        width: 1px;
        height: 12.818px;
    }

    .header-right-item:nth-child(2), .header-right-item:nth-child(3), .header-right-item:nth-child(4) {
        display: none;
    }

    .header-top-left .text {
        display: none;
    }

    .header-top-container .decor {
        display: none;
    }

    .header-top .grid.wide {
        padding-left: 188px;
    }

    .header-top-container {
        border-bottom-left-radius: 150px;
        align-items: center;
        justify-content: end;
        /* Use this instead of 'end' */
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .header-bottom-logo {
        transform: translate(4px, -37px);
    }

    .header-bottom-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-bottom .list {
        display: none;
    }

    .header-banner-wrap .content {
        display: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .header-hotline {
        margin-right: 15px;
    }
}

@media(max-width:739px) {
    .header-bottom .text h3 {
        font-size: 13px;
    }

    .header-bottom-logo img {
        width: 110px;
        border-radius: 0 0 32px 0;
    }

    .header-top {
        height: 35px;
    }

        .header-top .grid.wide {
            padding: 0;
        }

    .header-right-item a span {
        color: #333;
        font-size: 12px;
    }

    .header-top-container {
        background-color: #fff;
        border-bottom-left-radius: 0;
    }

    .header-right-item:nth-child(1) {
        display: none;
    }

    .header-bottom .text strong {
        font-size: 14px;
        margin-top: 5px;
    }

    .header-bottom-search {
        width: 217px;
        margin-top: 8px;
        height: 35px;
    }

    .header-search-options,
    .header-hotline p {
        display: none;
    }

    .header-top-right {
        justify-content: space-between;
        align-items: end;
    }

    .header-hotline a {
        margin: 0;
        padding: 6px 9px;
    }

        .header-hotline a span {
            font-size: 14px;
            transform: translateY(0px);
        }

    .header-search {
        display: none;
    }

    .header-bottom-container {
        padding-left: 0;
    }

    .header-bottom-logo {
        transform: translate(0, -20px);
        background-color: #fff;
        padding: 8px;
        height: 98px;
        padding-right: 7px;
        padding-left: 2px;
        border-bottom-right-radius: 50px;
        box-shadow: 0px 3px 10px 0 #3333331f;
    }

    .header-right-item {
        display: flex;
        margin-right: 12px;
        align-items: center;
    }

    .header-bottom {
        background-color: var(--default-color-1);
    }

    .my-news-rs .btn {
        background-color: #fff !important;
        color: var(--default-color-1) !important;
    }

    .header-bottom .grid.wide {
        max-width: 100%;
        padding: 0;
        padding-right: 5px;
    }

    .header-right-item .icon {
        background-color: var(--default-color-1);
        width: 28px;
        height: 28px;
    }

        .header-right-item .icon img {
            filter: invert(99%) sepia(26%) saturate(251%) hue-rotate(245deg) brightness(297%) contrast(153%);
            width: 13px;
        }

    .header-right-item a strong {
        font-size: 14px;
        color: var(--default-color-1);
    }

    .header-container {
        position: relative;
    }

    header {
        height: 95px;
    }

    .header-top-name {
        position: absolute;
        left: 155px;
        text-align: left;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .header-bottom-hotline {
        display: flex;
        color: #fff;
        left: 155px;
    }

        .header-bottom-hotline strong {
            color: #fff;
        }
}