.header {
    position: relative;
    /* margin-top: -25px; */
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    min-height: calc(114px + 64px);
    /* left: 0;
    top: 0; */
}

.header__panel {
    display: flex;
    position: relative;
    justify-content: space-between;
    min-height: 7.125rem;
    align-items: center;
    padding-right: 2.5rem;
    box-sizing: border-box;
    padding-left: 2.5rem;
}

.header__logo {
    text-decoration: none;
    z-index: 21;
}

.header__support {
    margin-left:0.8375rem;
    position: relative;
    z-index: 21;
}

.header_inner .header__support {
    display: block;
}

.header__support a {
    width: 3.135rem;
    height: 3.135rem;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, .4);
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    display: flex;
    color: #FFF;
}

.header_inner .header__support a,
.header__panel.opened .header__support a {
    border: 2px solid rgba(3, 169, 244, .4);
    color: #03A9F4;
}

.header__panel__logo{
    display: flex;
    justify-content: end;
}

.header__support a:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #03A9F4;
}

.header__support a:active {
    background-color: #ececec;
    border-color: #ececec;
}

.header_inner .header__support a:hover {
    background-color: #03a9f4;
    border-color: #03a9f4;
    color: #fff;
}

.header_inner .header__support a:active {
    background-color: #0082bc;
    border-color: #0082bc;
}

.header__support a svg {
    width: 2rem;
    height: 2rem;
}

{
    display: flex;
    position: relative;
    justify-content: space-between;
    min-height: 7.125rem;
    align-items: center;
    padding-right: 2.5rem;
    box-sizing: border-box;
    padding-left: 2.5rem;
}

@media (max-width: 767px) {
    .header__panel {
        min-height: 3.5rem;
        padding: 0 1rem;
    }

    .header__support a {
        width: 2rem;
        height: 2rem;
    }

    .header__support a svg {
        width: 1.3rem;
        height: 1.3rem;
    }
}


.header__auth {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__auth > *:first-child {
    margin-right: 1rem;
}

.header_inner .header__panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.08);
}

.header__logo {
    display: flex;
    align-items: center;
    color: #FFF;
}

.header__menu-box .nav__list {
    display: grid;
    grid-template: 1fr / auto auto auto;
    justify-content: space-between;
}

.header__menu-box .nav__list .list,
.header__menu-title {
    font-size: 1.14rem;
}

.header__menu-title {
    font-weight: bold;
    padding-bottom: 0.5rem;
}

@media (max-width: 1024px) {
    .header__panel {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 767px) {
    .header__menu-box .nav__list {
        display: grid;
        grid-template: auto auto / 1fr 1fr;
    }
    .header__menu-box .nav__list > :nth-child(1) { order: 2; }
    .header__menu-box .nav__list > :nth-child(2) { order: 4; }
    .header__menu-box .nav__list > :nth-child(3) { order: 1; }
    .header__menu-box .nav__list > :nth-child(4) { order: 3; }

    .header__menu-box .nav__list .list,
    .header__menu-title{
        font-size: 1rem !important;
    }
}

.header__logo span {
    line-height: 1rem;
    font-size: .75rem;
    margin-left: 1rem;
    letter-spacing: .86px;
    color: rgba(255, 255, 255, .6);
}

.header__lang {
    margin-left: 0.8375rem;
    z-index: 21;
}
.header__close{
    width: 50px;
    position: relative;
    margin-left: 0.8375rem;
}
.header__close .login-form__close{
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.header_inner .header__menu-name {
    color: #03A9F4;
}

@media (max-width: 767px) {
    .header__lang {
        margin-left: .7rem;
    }
}

.header_inner .header__logo {
    color: #03A9F4;
}

.header_inner .header__logo span {
    color: rgba(130, 130, 130, .6);
}

.header__nav .wrapper {
    height: 100%;
    box-sizing: border-box;
}

.header__nav-list {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    padding-left: 0;
    align-items: center;
    list-style: none;
    height: 100%;
}

.header__nav-list br {
    display: none;
}

.header__nav-list svg {
    width: 1.88rem;
    height: 1.88rem;
    cursor: pointer;
    margin-right: -.5rem;
    transform: translateY(2px);
}
.header__nav-list svg:hover {
    opacity: .7;
}

.header__nav-list li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

.header__nav-list li:first-child {
    margin-left: 0;
    padding-left: 0 !important;
}

.header__nav-list li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDQgNEwxIDciIHN0cm9rZT0iIzRCQjI0NSIvPgo8L3N2Zz4K);
    background-size: contain;
    width: 6px;
    height: 9px;
}

.header__nav-list li:first-child::before,
.header__nav-list > :first-child::after,
.header__nav-list li:nth-child(1)::before,
.header__nav-list .nav-first::before {
    display: none;
}

.header__nav-list a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #798A9D;
}
.header__nav-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color .3s;
}
.header__nav-list a:hover,
.header__nav-list .active a {
    color: #0C2332;
}
.header__nav-list a:hover::after,
.header__nav-list .active a::after  {
    background-color: #5DBD3A;
}
.header__auth {
    z-index: 21;
}
.header__auth button {
    height: 3.25rem;
}
@media (max-width: 767px) {
    .header__auth {
        display: none !important;
    }
}
/* header menu  */
.header__menu {
    margin-left: 1.25rem;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header__menu-name {
    margin-left: 0.63rem;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-transform: lowercase;
    transition: .3s opacity, .3s visibility;
    z-index: 2;
    cursor: pointer;
}
.isMenuOpened .header__menu-name, .isMenuOpened .header__menu button {
    visibility: hidden;
    opacity: 0;
}

.header__nav {
    height: 4rem;
    background-color: #F6F8F9;
    overflow-x: auto;
    padding: 0 1rem;
}

.header__nav-list a {
    white-space: nowrap;
}

.header_inner .header__menu button {
    border-color: #9ADDFB;
    color: #03A9F4;
    transition: .3s opacity, .3s visibility, .3s background-color, .3s color, .3s border-color;
}

.header__menu-box {
    position: absolute;
    left: 0;
    width: 100vw;
    top: -0.8125rem;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    z-index: 11;
}

.header__menu-box {
    margin-bottom: 0;
    width: 100%;
    padding: 0 2.5rem;
    padding-top: 8rem;
    padding-bottom: 3rem;
}
@media (max-width: 767px) {
    .header__menu-box {
        margin-bottom: 0;
        width: 100%;
        padding: 0 1rem;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .header{
        min-height: 105px !important;
    }
    .faq-container{
        padding-top: 0 !important;
    }
}

.header__menu button {
    padding: 0;
    position: relative;
    border: 2px solid #f6f6f6;
    border-radius: 50%;
    background: none;
    height: 3.13rem;
    width: 3.13rem;
    color: #FFF;
    outline: none;
    z-index: 2;
    cursor: pointer;
}
.header__menu button:hover {
    background-color: #FFFFFF;
    color: #11BEFE;
    border: 2px solid #FFFFFF;
}

@media (max-width: 767px) {
    .header__menu button {
        height: 2rem;
        width: 2rem;
    }
    .header__menu .icon-hamburger {
        width: .9rem;
        height: .9rem;
    }
}

.header__menu-logo {
    color: #FFF;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header__menu-logo span {
    display: block;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .86px;
    color: rgba(255, 255, 255, .6);
}

.header__menu button svg {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.header__menu-list {}

/* opened */

.header__panel.opened .header__menu-box,
.header__panel.opened .header__menu::before {
    opacity: 1;
    visibility: visible;
}


.header__nav {
    transition: opacity .5s ease, visibility .5s ease;
}
.header__panel.opened + .header__nav {
    opacity: 0;
    visibility: hidden;
}

.header__panel.opened .header__menu::before {
    display: none;
}
@media (max-width: 767px) {
    .header__panel.opened .header__menu::before {
        display: block;
    }
}

.header__panel.opened .header__menu > button {
    border: 2px solid #9ADDFB;
}

.header__panel.opened .header__menu .icon-hamburger {
    display: none;
}

.header__panel.opened .header__menu .icon-close {
    display: inline-block;
}

.header__panel.opened .lang__current {
    border: 2px solid #9ADDFB;
    color: rgba(3, 169, 244, 1);
}
.header__panel.opened .lang__current svg {
    color: #11BEFE;
}

.header__panel.opened .header__lang.opened .lang__current {
    background-color: #11BEFE;
    border-color: #11BEFE;
    color: #FFFFFF;
}
.header__panel.opened .header__lang.opened .lang__current svg {
    color: #FFFFFF;
}

.lang__list {
    background: #fff;
}

.header__panel.opened .lang__list {
    border: 2px solid #11BEFE;
    background: #FFFFFF;
    border-top-color: transparent;
}
.header__panel.opened .lang__list li {
    color: #11BEFE;
}
.header__panel.opened .lang__list li:hover {
    color: rgb(17, 190, 254, .7);
}

.header__panel.opened .header__logo {
    color: #11BEFE;
}

.header__nav {
    position: absolute;
    top: 7rem; left: 0;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .header__nav {
        top: 3.5rem;
    }

    .lang__list {
        background-color: #FFF;
    }
}