@font-face {
    font-family: 'Alibaba PuHuiTi 2.0';
    src: url('../../fonts/70e85e06a6ea3fbd5e4030df68874fff.woff2') format('woff2'),url('../../fonts/70e85e06a6ea3fbd5e4030df68874fff.woff') format('woff');
}


.cross-context-menu,
.header-v2 {
    font-family: Alibaba PuHuiTi 2.0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-v2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 16px;
    line-height: 1.44;
    font-weight: 400;
    transition: transform 0.3s;
    transform: translate(0);
}

@media (min-width: 992px) {
    .header-v2 {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .header-v2 {
        font-size: 13px;
    }
}

.header-v2__primary {
    height: 64px;
    position: relative;
    z-index: 2;
}

    .header-v2__primary:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #171719;
        z-index: -1;
    }

    .header-v2__primary .header-v2__container {
        height: 64px;
    }

@media (max-width: 991px) {
    .header-v2__primary .header-v2__container {
        justify-content: space-between;
    }

        .header-v2__primary .header-v2__container .header-v2__logo {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
}

.header-v2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s, opacity 0.3s;
}

@media (min-width: 992px) {
    .header-v2__primary .header-v2__container {
        position: relative;
        width: 100%;
        justify-content: space-between;
    }

    .header-v2 a {
        transition: color 0.3s, opacity 0.3s, background 0.3s;
    }
}

.header-v2 a:focus,
.header-v2 a:hover {
    color: #fff;
    text-decoration: none;
}

.header-v2 * {
    outline: 0 !important;
}

.header-v2__container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    max-width: 90%;
}

@media (min-width: 768px) {
    .header-v2__container {
        max-width: 90%;
    }

    .header-v2__nav__lvl2 li ul {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-v2__container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .header-v2__container {
        max-width: 1170px;
    }
}

.header-v2__logo {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .header-v2__logo {
        margin: 0;
    }

    .header-v2__support__ico {
        display: none;
    }
}

.header-v2__logo a {
    color: #fff !important;
}

.header-v2__logo svg {
    display: block;
}

.header-v2__support {
    margin-left: auto;
    margin-right: 10px;
    font-weight: 500;
}

@media (min-width: 1600px) {
    .header-v2 {
        font-size: 14px;
    }

    .header-v2__container {
        max-width: 1540px;
    }

    .header-v2__support {
        margin-right: 3%;
    }
}

.header-v2__support a {
    display: inline-block;
    padding: 5px;
}

    .header-v2__support a:hover {
        opacity: 0.7;
    }

.header-v2__support__ico {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.header-v2__nav {
    font-weight: 500;
    margin: 0 auto;
    display: none;
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #171719;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .header-v2__nav {
        padding-bottom: 0;
        overflow: visible;
        top: auto;
        display: block;
        background: 0 0;
        position: absolute;
        left: 90px;
        right: 90px;
        margin: 0 auto;
    }
}

.header-v2__nav li,
.header-v2__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-v2__nav a {
    display: block;
}

    .header-v2__nav a.active {
        color: #fff;
    }

@media (min-width: 992px) {
    .header-v2__nav > ul {
        display: flex;
        justify-content: space-evenly;
    }

        .header-v2__nav > ul > li:before {
            display: none;
        }
}

.header-v2__nav > ul > li {
    position: relative;
}

    .header-v2__nav > ul > li:before {
        content: "";
        position: absolute;
        right: 8%;
        bottom: 0;
        left: 8%;
        border-bottom: 1px solid #242424;
    }

    .header-v2__nav > ul > li > a {
        padding: 22px calc(8% + 30px) 22px 8%;
    }

@media (min-width: 992px) {
    .header-v2__nav > ul > li > a {
        height: 100%;
        padding: 22px 7px;
    }

        .header-v2__nav > ul > li > a:focus,
        .header-v2__nav > ul > li > a:hover {
            opacity: 0.8;
        }
}

@media (min-width: 1200px) {
    .header-v2__nav > ul > li > a {
        padding: 22px 14px;
    }
}

.header-v2__nav > ul > li > a:focus,
.header-v2__nav > ul > li > a:hover {
    color: #fff;
}

.header-v2__nav > ul > li.active > a {
    background: #242426;
    opacity: 1;
}

.header-v2__nav > ul > li.header-v2__inner-lvl > a {
    position: relative;
}

.header-v2__nav > ul > li.header-v2__inner-lvl_active > .header-v2__nav__lvl2 {
    display: block;
}

@media (max-width: 991px) {
    .header-v2__nav {
        height: calc(var(--vh, 1vh) * 100 - 64px);
        bottom: auto;
    }

        .header-v2__nav > ul > li.header-v2__inner-lvl_active
        .header-v2__inner-lvl-ico
        span {
            transform: rotate(135deg);
            top: 11px;
        }
}

.header-v2__nav__lvl2 {
    z-index: 2;
    transition: 0.3s;
    transition-delay: 0.3s;
    padding: 20px 8%;
    overflow: hidden;
    display: none;
}

@media (min-width: 992px) {
    .header-v2__nav > ul > li.header-v2__inner-lvl {
        height: 64px;
    }

        .header-v2__nav > ul > li.header-v2__inner-lvl:hover > a {
            opacity: 1;
            pointer-events: none;
            background: #242426;
        }

        .header-v2__nav > ul > li.header-v2__inner-lvl:hover > .header-v2__nav__lvl2 {
            opacity: 1;
            visibility: visible;
        }

    .header-v2__nav > ul > li.header-v2__inner-lvl_active > .header-v2__nav__lvl2 {
        display: flex;
    }

    .header-v2__nav__lvl2 {
        background: #171719;
        border-top: 5px solid #242426;
        padding: 16px 14px;
        position: absolute;
        top: 100%;
        left: 0;
        display: flex;
        opacity: 0;
        visibility: hidden;
        border-radius: 0 0 8px 8px;
    }

    .header-v2_hidden .header-v2__nav__lvl2 {
        opacity: 0 !important;
        visibility: hidden !important;
        transition-delay: 0s !important;
    }

    .header-v2__nav__lvl2.header-v2_pos-right li > a.active:before {
        left: -34px;
        right: -20px;
    }
}

@media (min-width: 1200px) {
    .header-v2__nav__lvl2 {
        padding: 22px 16px;
    }

        .header-v2__nav__lvl2.header-v2_pos-right li > a.active:before {
            left: -40px;
            right: -20px;
        }
}

.header-v2__nav__lvl2.header-v2_pos-right {
    left: auto;
    right: 0;
}

    .header-v2__nav__lvl2.header-v2_pos-right._type-4-cols {
        right: -170px;
    }

    .header-v2__nav__lvl2.header-v2_pos-right li:first-child > a.active:before {
        top: -10px;
    }

    .header-v2__nav__lvl2.header-v2_pos-right li:last-child > a.active:before {
        bottom: -10px;
    }

@media (min-width: 1600px) {
    .header-v2__nav {
        right: 120px;
    }

        .header-v2__nav > ul {
            justify-content: center;
        }

            .header-v2__nav > ul > li > a {
                padding: 22px 32px;
            }

    .header-v2__nav__lvl2 {
        font-size: 16px;
        padding: 35px;
    }

        .header-v2__nav__lvl2.header-v2_pos-right._type-4-cols {
            right: -210px;
        }

        .header-v2__nav__lvl2.header-v2_pos-right li:first-child > a.active:before {
            top: -15px;
        }

        .header-v2__nav__lvl2.header-v2_pos-right li:last-child > a.active:before {
            bottom: -15px;
        }

        .header-v2__nav__lvl2.header-v2_pos-right li > a.active:before {
            left: -70px;
            right: -35px;
        }
}

@media (min-width: 992px) {
    .header-v2__nav__lvl2.header-v2_pos-right
    .header-v2__nav__col:not(:first-child):last-child
    li > a.active:before {
        right: -34px;
    }

    .header-v2__nav__col {
        border-right: 1px solid #3a3636;
        width: 190px;
        min-width: 190px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 13px;
    }
}

@media (min-width: 1200px) {
    .header-v2__nav__lvl2.header-v2_pos-right
    .header-v2__nav__col:not(:first-child):last-child
    li > a.active:before {
        right: -40px;
    }

    .header-v2__nav__col {
        width: 210px;
        min-width: 210px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 20px;
    }
}

.header-v2__nav__lvl2 li:last-child {
    margin-bottom: 0 !important;
}

.header-v2__nav__lvl2 li:hover > ul {
    display: block;
}

.header-v2__nav__lvl2 a:focus,
.header-v2__nav__lvl2 a:hover {
    color: #bdbdbd;
}

    .header-v2__nav__lvl2 a:hover .header-v2__desc {
        color: #fff;
    }

.header-v2__nav__lvl2 a.active {
    color: #fff;
    position: relative;
}

    .header-v2__nav__lvl2 a.active:before {
        content: "";
        position: absolute;
        top: -10px;
        right: -100px;
        bottom: -10px;
        left: -100px;
        background: #242426;
        z-index: -1;
    }

.header-v2__nav__col {
    margin-bottom: 20px;
}

    .header-v2__nav__col ul {
        margin-bottom: 24px;
    }

@media (min-width: 1200px) {
    .header-v2__nav__col ul {
        margin-bottom: 32px;
    }
}

.header-v2__nav__col ul:last-child {
    margin-bottom: 0;
}

.header-v2__nav__col li {
    margin-bottom: 20px;
}

    .header-v2__nav__col li:first-child > a.active:before {
        top: -50px;
    }

    .header-v2__nav__col li:last-child > a.active:before {
        bottom: -50px;
    }

    .header-v2__nav__col li.header-v2__top-separator {
        border-top: 1px solid #3a3636;
        padding-top: 15px;
        margin-top: -5px;
    }

.header-v2__nav__col:first-child:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .header-v2__nav__col:first-child:last-child {
        border: none;
        width: 260px;
        min-width: 260px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .header-v2__nav__col:first-child:last-child {
        width: 280px;
        min-width: 280px;
    }
}

.header-v2__nav__col:first-child:last-child a:hover {
    color: #fff;
}

@media (min-width: 1600px) {
    .header-v2__nav__lvl2.header-v2_pos-right
    .header-v2__nav__col:not(:first-child):last-child
    li > a.active:before {
        right: -70px;
    }

    .header-v2__nav__lvl2 a.active:before {
        top: -15px;
        bottom: -15px;
    }

    .header-v2__nav__col {
        width: 255px;
        min-width: 255px;
        padding-left: 35px;
        padding-right: 35px;
        margin-right: 35px;
    }

        .header-v2__nav__col li {
            margin-bottom: 30px;
        }

            .header-v2__nav__col li.header-v2__top-separator {
                padding-top: 25px;
            }

        .header-v2__nav__col:first-child:last-child {
            width: 340px;
            min-width: 340px;
        }

            .header-v2__nav__col:first-child:last-child li {
                margin-bottom: 30px;
            }
}

.header-v2__nav__col:last-child {
    margin-bottom: 0;
}

.header-v2__nav__col__text-center {
    text-align: center;
}

.header-v2__nav__col img {
    width: auto;
    max-width: 100%;
    margin-top: 14px;
}

.header-v2__inner-lvl-ico {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8%;
    top: calc(50% - 14px);
    pointer-events: none;
}

@media (min-width: 992px) {
    .header-v2__nav__col_small:first-child:last-child {
        width: 160px;
        min-width: 160px;
    }

    .header-v2__nav__col:last-child {
        border: none;
        margin-right: 0;
    }

    .header-v2__inner-lvl-ico {
        position: static;
        width: 6px;
        height: 5px;
        margin-left: 2px;
        margin-top: 2px;
    }
}

@media (min-width: 1200px) {
    .header-v2__inner-lvl-ico {
        margin-left: 4px;
    }
}

@media (min-width: 1600px) {
    .header-v2__inner-lvl-ico {
        margin-left: 6px;
        margin-top: 0;
    }

    .header-v2__user:not(.header-v2__user_logged-in) .header-v2__user__wrap {
        right: 50%;
        transform: translate(50%);
    }
}

.header-v2__inner-lvl-ico * {
    pointer-events: none;
}

.header-v2__inner-lvl-ico span {
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
    left: 8px;
}

@media (min-width: 992px) {
    .header-v2__inner-lvl-ico span {
        display: inline;
        border: 3px solid transparent;
        border-top: 4px solid #fff;
        border-bottom: none;
        width: 0;
        height: 0;
        transform: none;
        top: auto;
        left: auto;
    }

    .header-v2__contact > a {
        padding-top: 19px !important;
        padding-bottom: 19px !important;
    }
}

.header-v2__contact__wrap {
    padding-left: 32px;
    position: relative;
}

.header-v2__contact span {
    display: block;
    line-height: 1;
}

.header-v2__contact__flag {
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    min-width: 24px;
    height: 24px;
}

    .header-v2__contact__flag img {
        overflow: hidden;
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.header-v2__contact__title {
    font-weight: 400;
    font-size: 12px;
    font-family: GothamPro-elm;
    color: #bdbdbd;
}

.header-v2__user {
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .header-v2__user {
        position: relative;
    }
}

.header-v2__user img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}

.header-v2__user__wrap {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    background: #242426;
    width: 100%;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(90vh - 64px);
    display: none;
}

@media (min-width: 992px) {
    .header-v2__user__wrap {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        border-radius: 0 0 4px 4px;
        max-height: calc(100vh - 64px);
        width: 265px;
    }

    .header-v2__user_active .header-v2__user__wrap {
        opacity: 1;
        visibility: visible;
    }
}

.header-v2__user__link {
    color: #3aaafa !important;
}

    .header-v2__user__link a {
        color: inherit;
    }

.header-v2__user__info {
    display: flex;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.15;
    padding: 16px;
}

    .header-v2__user__info img {
        margin-right: 16px;
    }

    .header-v2__user__info strong {
        display: block;
        font-weight: 500;
        color: #fff;
    }

    .header-v2__user__info div {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.header-v2__user__info__email {
    color: #9e9e9e;
}

    .header-v2__user__info__email a {
        color: inherit;
    }

.header-v2__user__info__control {
    line-height: 1.44;
    margin-top: 4px;
}

.header-v2__user__info:hover {
    background-color: #171719;
}

.header-v2__user__control {
    padding: 13px 16px;
    border-top: 1px solid #181818;
    font-weight: 400;
}

    .header-v2__user__control li,
    .header-v2__user__control ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-v2__user__control li {
        margin-left: -16px;
        margin-right: -16px;
    }

        .header-v2__user__control li:last-child {
            margin-bottom: 0 !important;
        }

    .header-v2__user__control span {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
    }

    .header-v2__user__control a {
        display: flex;
        align-items: center;
        padding: 5px 16px;
    }

        .header-v2__user__control a:hover {
            background-color: #171719;
            color: #bdbdbd;
        }

.header-v2__user__control__title {
    font-weight: 400;
    font-family: GothamPro-elm;
    color: #9e9e9e;
    margin-bottom: 5px;
    display: flex;
    padding: 5px 0;
}

.header-v2__user__btn {
    color: #fff !important;
}

.header-v2__user_active .header-v2__user__wrap {
    display: block;
}

.header-v2__user a {
    transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 992px) and (min-width: 992px) {
    .header-v2__user.header-v2_show-nav-on-hover:hover .header-v2__user__wrap {
        opacity: 1;
        visibility: visible;
    }
}

.header-v2__user.header-v2_click-to-login {
    cursor: pointer;
}

    .header-v2__user.header-v2_click-to-login
    #user-info-injectable-to-header:hover + .header-v2__user__wrap {
        display: block;
    }

    .header-v2__user.header-v2_click-to-login .header-v2__user__wrap {
        pointer-events: none;
    }

    .header-v2__user.header-v2_click-to-login button {
        cursor: pointer;
    }

.header-v2__user:not(.header-v2__user_logged-in) .header-v2__user__wrap {
    font-size: 11px;
    width: 145px;
}

    .header-v2__user:not(.header-v2__user_logged-in) .header-v2__user__wrap ul {
        display: flex;
        justify-content: center;
    }

    .header-v2__user:not(.header-v2__user_logged-in) .header-v2__user__wrap li {
        margin: 0;
    }

        .header-v2__user:not(.header-v2__user_logged-in)
        .header-v2__user__wrap
        li:not(:first-child) {
            position: relative;
            padding-left: 20px;
        }

            .header-v2__user:not(.header-v2__user_logged-in)
            .header-v2__user__wrap
            li:not(:first-child):before {
                position: absolute;
                left: 8px;
                top: 50%;
                transform: translateY(-50%);
                content: "/";
            }

        .header-v2__user:not(.header-v2__user_logged-in) .header-v2__user__wrap li a {
            background: none;
            padding: 0;
        }

.header-v2__desc {
    font-weight: 400;
    display: block;
    color: #bdbdbd;
    transition: color 0.3s;
}

.header-v2__title {
    font-weight: 500;
    color: #777;
    margin-bottom: 18px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .header-v2__title {
        margin-bottom: 24px;
    }
}

.header-v2__search {
    position: static !important;
}

.header-v2__search__field-wrap {
    position: relative;
    background: #171719;
    transition: 0.3s;
    padding: 0 8%;
}

@media (min-width: 992px) {
    .header-v2__user.header-v2_show-nav-on-hover:hover .header-v2__user__wrap {
        display: block;
    }

    .header-v2__user.header-v2_click-to-login
    #user-info-injectable-to-header:hover + .header-v2__user__wrap {
        opacity: 1;
        visibility: visible;
    }

    .header-v2__search__field-wrap {
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        display: none;
        padding: 0;
    }

        .header-v2__search__field-wrap:before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            height: 100%;
            background: #171719;
            width: 4000px;
            transform: translate(-50%);
            z-index: -1;
        }

        .header-v2__search__field-wrap:after {
            content: "";
            position: absolute;
            top: 50%;
            left: calc(100% + 10px);
            transform: translateY(-50%);
            border-left: 1px solid #313132;
            height: 20px;
        }
}

.header-v2__search__field {
    color: #fff;
    font-size: 18px;
    line-height: 1.44;
    font-family: GothamPro-elm;
    font-weight: 400;
    border: none;
    background: #0e0e0e;
    border-radius: 4px;
    padding: 10px 20px 10px 56px;
    margin: 0;
    height: 50px;
    width: 100%;
    text-align: left;
}

.header-v2__search__btn,
.header-v2__search__close {
    transition: opacity 0.3s;
}

    .header-v2__search__btn:hover,
    .header-v2__search__close:hover {
        opacity: 0.8;
    }

.header-v2__search__btn {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(8% + 14px);
}

@media (min-width: 992px) {
    .header-v2__search__field {
        padding: 10px 20px;
        background: 0 0;
        border-radius: 0;
        text-align: center;
        height: 64px;
    }

    .header-v2__search__btn {
        position: static;
        padding: 20px 18px !important;
    }

    .header-v2__search_active .header-v2__search__field-wrap {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .header-v2__search__btn {
        padding: 20px 22px !important;
    }
}

@media (min-width: 1600px) {
    .header-v2__search__btn {
        padding: 20px 32px !important;
    }
}

.header-v2__search__sep {
    margin: 0 36px;
    border-right: 1px solid #313132;
    height: 18px;
}

.header-v2__ico {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .header-v2__ico span {
        display: block;
        position: relative;
    }

.header-v2__use-ico-search span {
    width: 30px;
    height: 30px;
}

    .header-v2__use-ico-search span:after,
    .header-v2__use-ico-search span:before {
        box-sizing: content-box;
    }

    .header-v2__use-ico-search span:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
        border-radius: 50%;
    }

@media (min-width: 992px) {
    .header-v2__use-ico-search span {
        width: 14px;
        height: 20px;
    }

        .header-v2__use-ico-search span:before {
            width: 9px;
            height: 9px;
            left: 0;
            top: 2px;
        }
}

.header-v2__use-ico-search span:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 22px;
    border-right: 2px solid #fff;
    height: 8px;
    transform: rotate(-45deg);
}

@media (min-width: 992px) {
    .header-v2__use-ico-search span:after {
        left: 10px;
        top: 12px;
        height: 5px;
    }
}

.header-v2__use-ico-close {
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1600px) {
    .header-v2__use-ico-close {
        left: calc(100% + 50px);
    }
}

.header-v2__use-ico-close span {
    width: 16px;
    height: 16px;
}

    .header-v2__use-ico-close span:after,
    .header-v2__use-ico-close span:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        width: 2px;
        background: #fff;
    }

    .header-v2__use-ico-close span:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header-v2__use-ico-close span:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

@media (max-width: 991px) {
    .header-v2__search__show {
        display: none !important;
    }

    .header-v2__search:before,
    .header-v2__store:before {
        display: none;
    }

    .header-v2__secondary .menu-item--expanded ul:not(.contextual-links) a {
        text-align: center;
    }
}

.header-v2__store svg {
    margin-bottom: -4px;
}

.header-v2__store__ico {
    margin-top: -2px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #fff;
    position: relative;
}

@media (min-width: 992px) {
    .header-v2__store__ico {
        margin-right: 5px;
    }
}

.header-v2__store__ico span {
    height: 5px;
    width: 10px;
    position: absolute;
    top: -6px;
    left: 2px;
    overflow: hidden;
    transform-origin: bottom;
    transition: transform 0.4s;
}

    .header-v2__store__ico span:before {
        box-sizing: border-box;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

.header-v2__store a:hover .header-v2__store__ico span {
    transform: rotateX(180deg);
}

.header-v2__mobile-menu-btn {
    display: block;
}

@media (min-width: 992px) {
    .header-v2__mobile-menu-btn {
        display: none;
    }
}

.header-v2__mobile-menu-btn span {
    width: 26px;
    height: 26px;
}

    .header-v2__mobile-menu-btn span:after,
    .header-v2__mobile-menu-btn span:before {
        content: "";
        position: absolute;
        left: 50%;
        height: 2px;
        width: 24px;
        background: #fff;
        transform: translate(-50%, -50%);
    }

    .header-v2__mobile-menu-btn span:before {
        top: calc(50% - 3px);
    }

    .header-v2__mobile-menu-btn span:after {
        top: calc(50% + 3px);
    }

.header-v2__secondary {
    height: 48px;
    display: block !important;
    position: relative;
    background-color: rgba(29, 29, 29, 0.96);
}

    .header-v2__secondary .header-v2__container {
        height: 48px;
        justify-content: space-between;
    }

.header-v2__secondary__logo,
.header-v2__secondary__mobile-menu {
    font-size: 14px;
    line-height: 1.44;
    font-family: GothamPro-elm;
    font-weight: 500;
    color: #fff;
}

.header-v2__secondary__mobile-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-left: auto;
    position: relative;
    padding-right: 20px;
}

    .header-v2__secondary__mobile-menu:before {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
    }

.header-v2__secondary li,
.header-v2__secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-v2__secondary li {
    text-align: center;
}

    .header-v2__secondary li:not(:last-child) {
        margin-bottom: 12px;
    }

@media (min-width: 992px) {
    .header-v2__secondary__mobile-menu {
        display: none;
    }

    .header-v2__secondary ul:not(.contextual-links) {
        display: flex;
        align-items: center;
    }

    .header-v2__secondary li:not(:last-child) {
        margin-bottom: 0;
    }

    .header-v2__secondary li {
        text-align: left;
        margin-left: 40px;
    }

        .header-v2__secondary li.header-v2__btn-wp + .header-v2__btn-wp {
            margin-left: 10px;
        }
}

@media (min-width: 1200px) {
    .header-v2__store__ico {
        margin-right: 10px;
    }

    .header-v2__secondary li {
        margin-left: 60px;
    }
}

.header-v2__secondary__nav {
    display: none;
    font-size: 12px;
    line-height: 1.44;
    font-family: GothamPro-elm;
    font-weight: 500;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(29, 29, 29, 0.96);
    padding: 20px 5%;
}

.header-v2__secondary ul a.active,
.header-v2__secondary ul a.active-trail,
.header-v2__secondary ul a.is-active,
.header-v2__secondary ul a:focus,
.header-v2__secondary ul a:hover,
.header-v2__secondary ul li.menu-item--active-trail a {
    color: #9e9ea1;
}

.header-v2__secondary .menu-item--expanded > a,
.header-v2__secondary .menu-item--expanded > span {
    cursor: pointer;
    transition: 0.3s;
    padding-right: 20px;
    position: relative;
    color: #fff;
}

    .header-v2__secondary .menu-item--expanded > a.is-active,
    .header-v2__secondary .menu-item--expanded > a.menu-item--active-trail,
    .header-v2__secondary .menu-item--expanded > a:hover,
    .header-v2__secondary .menu-item--expanded > span.is-active,
    .header-v2__secondary .menu-item--expanded > span.menu-item--active-trail,
    .header-v2__secondary .menu-item--expanded > span:hover {
        color: #9e9ea1;
    }

    .header-v2__secondary .menu-item--expanded > a:after,
    .header-v2__secondary .menu-item--expanded > span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #9e9ea1;
        margin-top: -3px;
    }

.header-v2__secondary .menu-item--expanded:hover > ul:not(.contextual-links) {
    display: block;
}

.header-v2__secondary .menu-item--expanded ul:not(.contextual-links) {
    position: relative;
    display: none;
    padding: 10px 0;
}

    .header-v2__secondary .menu-item--expanded ul:not(.contextual-links) li {
        display: block;
        margin: 0;
        padding: 0;
    }

        .header-v2__secondary
        .menu-item--expanded
        ul:not(.contextual-links)
        li:not(:last-child) {
            margin-bottom: 4px;
        }

@media (min-width: 992px) {
    .header-v2__secondary__nav {
        margin-left: auto;
        display: block;
        padding: 0;
        position: static;
        background-color: transparent;
    }

    .header-v2__secondary .menu-item--expanded > a,
    .header-v2__secondary .menu-item--expanded > span {
        height: 48px;
        display: flex;
        align-items: center;
    }

    .header-v2__secondary .menu-item--expanded ul:not(.contextual-links) {
        position: absolute;
        top: 100%;
        background: rgba(29, 29, 29, 0.96);
        border-radius: 0 0 8px 8px;
        padding: 20px 25px 20px 30px;
        width: 220px;
        margin-left: -29px;
    }

        .header-v2__secondary
        .menu-item--expanded
        ul:not(.contextual-links)
        li:not(:last-child) {
            margin-bottom: 12px;
        }
}

.header-v2__secondary .menu-item--expanded ul:not(.contextual-links) a {
    display: block;
    font-size: 12px;
}

.header-v2__secondary_style-white {
    background-color: hsla(0, 0%, 100%, 0.96);
    border-bottom: 1px solid #eee;
}

    .header-v2__secondary_style-white ul .menu-item--expanded > a,
    .header-v2__secondary_style-white ul .menu-item--expanded > span,
    .header-v2__secondary_style-white ul a {
        color: #3d3d43;
    }

        .header-v2__secondary_style-white ul .menu-item--expanded > a.active,
        .header-v2__secondary_style-white ul .menu-item--expanded > a.active-trail,
        .header-v2__secondary_style-white ul .menu-item--expanded > a.is-active,
        .header-v2__secondary_style-white ul .menu-item--expanded > a:focus,
        .header-v2__secondary_style-white ul .menu-item--expanded > a:hover,
        .header-v2__secondary_style-white ul .menu-item--expanded > span.active,
        .header-v2__secondary_style-white ul .menu-item--expanded > span.active-trail,
        .header-v2__secondary_style-white ul .menu-item--expanded > span.is-active,
        .header-v2__secondary_style-white ul .menu-item--expanded > span:focus,
        .header-v2__secondary_style-white ul .menu-item--expanded > span:hover,
        .header-v2__secondary_style-white ul a.active,
        .header-v2__secondary_style-white ul a.active-trail,
        .header-v2__secondary_style-white ul a.is-active,
        .header-v2__secondary_style-white ul a:focus,
        .header-v2__secondary_style-white ul a:hover,
        .header-v2__secondary_style-white ul li.menu-item--active-trail a {
            color: #888;
        }

    .header-v2__secondary_style-white .header-v2__secondary__logo {
        color: #111;
    }

    .header-v2__secondary_style-white .header-v2__secondary__mobile-menu {
        color: #3d3d43;
    }

        .header-v2__secondary_style-white .header-v2__secondary__mobile-menu:before {
            border-bottom-color: #3d3d43;
            border-right-color: #3d3d43;
        }

    .header-v2__secondary_style-white .header-v2__secondary__nav {
        border-bottom: 1px solid #eee;
        background-color: hsla(0, 0%, 100%, 0.96);
    }

.header-v2__btn-nav {
    display: block;
    border-radius: 40px;
    padding: 8px 12px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    min-width: 90px;
    max-width: 150px;
    margin: 0 auto;
}

    .header-v2__btn-nav:hover {
        opacity: 0.9;
    }

.header-v2__btn-nav_blue {
    background: #0b55d9;
}

.header-v2__btn-nav_blue2 {
    background: #226df3;
}

.header-v2__btn-nav_blue3 {
    background: #007dd4;
}

.header-v2__btn-nav_gray {
    background: #323232;
}

.header-v2_mobile-menu-active {
    bottom: 0;
}

@media (min-width: 992px) {
    .header-v2__secondary_style-white .header-v2__secondary__nav {
        background: 0 0;
        border-bottom: none;
    }

    .header-v2__secondary_style-white
    .menu-item--expanded
    ul:not(.contextual-links) {
        background: #f1f1f1;
    }

    .header-v2__btn-nav {
        margin: 0;
        max-width: none;
        padding: 5px 12px;
    }

    .header-v2_mobile-menu-active {
        bottom: auto;
    }
}

.header-v2_mobile-menu-active .header-v2__nav {
    display: block;
}

.header-v2_mobile-menu-active .header-v2__mobile-menu-btn span:after,
.header-v2_mobile-menu-active .header-v2__mobile-menu-btn span:before {
    top: 50%;
}

.header-v2_mobile-menu-active .header-v2__mobile-menu-btn span:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.header-v2_mobile-menu-active .header-v2__mobile-menu-btn span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header-v2_mobile-secondary-active .header-v2__secondary__mobile-menu:before {
    transform: rotate(225deg);
    top: 7px;
}

.header-v2_mobile-secondary-active .header-v2__secondary__nav {
    display: block;
    -webkit-animation: NavSecondaryAnimation 0.3s;
    animation: NavSecondaryAnimation 0.3s;
}

.header-v2 * {
    box-sizing: border-box;
    outline: 0;
}

.header-v2:not(.header-v2_processed) * {
    transition: none;
}

.header-v2_static {
    position: relative;
}

.header-v2_hidden .header-v2 {
    transform: translateY(-64px);
}

.header-v2__clone {
    background: #111;
}

.header-v2_remove-transition {
    transition: none;
}

.nav__section,
.nav__section .nav__list .nav__section .nav__item {
    list-style: none;
}

@-webkit-keyframes NavSecondaryAnimation {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes NavSecondaryAnimation {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    body.header-v2-mobile-menu-showed {
        overflow: hidden;
    }
}

body.header-v2_pos-fixed .header-v2 {
    position: fixed;
}

body.header-v2_pos-fixed .header-v2__clone {
    display: block !important;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.altium-privacy-bar {
    z-index: 99;
}

#frmRoot_DocumentHeader {
    overflow: visible !important;
}

#user-info-injectable-to-header button {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

#block-altium-pdna-navigation-header a:hover {
    text-decoration: none;
}

#block-altium-pdna-navigation-header .headers-wrap {
    position: static;
    transform: none;
}

#block-altium-pdna-navigation-header .b-space-elm {
    display: none;
}

.user-info-module__dropdown .profile__avatar {
    border: none;
    background: none;
    padding: 0;
}

.header.header--microsite {
    position: relative;
    left: 50%;
    width: calc(100vw - 10px);
    margin-left: -50vw;
    padding: 0;
}

    .header.header--microsite .nav.nav--top {
        display: none;
    }

    .header.header--microsite .header-v2__search__field {
        color: #fff;
        font-size: 18px;
        line-height: 1.44;
        font-family: GothamPro-elm;
        font-weight: 400;
        border: none;
        background: #0e0e0e;
        border-radius: 4px;
        padding: 10px 20px 10px 56px;
        margin: 0;
        height: 50px;
        width: 100%;
        text-align: left;
        box-shadow: none;
    }

@media (min-width: 992px) {
    .header.header--microsite .header-v2__search__field {
        padding: 10px 20px;
        background: 0 0;
        border-radius: 0;
        text-align: center;
        height: 64px;
    }
}

.header.header--microsite .header-v2__search__btn {
    background: none;
}

.chat-btn:not(._chat-loaded) {
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.page-node-type-subscription-plans-table .chat-btn:not(._chat-loaded),
.page-node-type-support .chat-btn:not(._chat-loaded) {
    opacity: 1 !important;
    color: transparent !important;
    position: relative;
}

    .page-node-type-subscription-plans-table .chat-btn:not(._chat-loaded):after,
    .page-node-type-support .chat-btn:not(._chat-loaded):after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 22px;
        height: 11px;
        margin-left: -11px;
        margin-top: -11px;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        background: 0 0;
        border: 3px solid #4dc9ff;
        border-bottom: none;
        transform-origin: 50% 100%;
        -webkit-animation: loader 1.1s linear infinite;
        animation: loader 1.1s linear infinite;
    }

.page-node-type-ad-upgrade .chat-btn:not(._chat-loaded) {
    opacity: 1 !important;
    position: relative;
}

    .page-node-type-ad-upgrade .chat-btn:not(._chat-loaded) .ico {
        background: 0 0 !important;
        position: relative;
    }

        .page-node-type-ad-upgrade .chat-btn:not(._chat-loaded) .ico img {
            visibility: hidden;
        }

        .page-node-type-ad-upgrade .chat-btn:not(._chat-loaded) .ico:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 11px;
            margin-left: -11px;
            margin-top: -11px;
            border-top-left-radius: 11px;
            border-top-right-radius: 11px;
            background: 0 0;
            border: 3px solid #4dc9ff;
            border-bottom: none;
            transform-origin: 50% 100%;
            -webkit-animation: loader 1.1s linear infinite;
            animation: loader 1.1s linear infinite;
        }

.chat-btn.chat-btn_type-btn:not(._chat-loaded),
.chat-btn.chat-btn_type-ico:not(._chat-loaded) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 1 !important;
    position: relative;
}

.chat-btn.chat-btn_type-btn:not(._chat-loaded) {
    color: transparent !important;
}

    .chat-btn.chat-btn_type-btn:not(._chat-loaded):after,
    .chat-btn.chat-btn_type-ico:not(._chat-loaded) .chat-btn__ico:after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        width: 22px;
        height: 11px;
        margin-left: -11px;
        margin-top: -11px;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        background: 0 0;
        border: 3px solid #4dc9ff;
        border-bottom: none;
        transform-origin: 50% 100%;
        -webkit-animation: loader 1.1s linear infinite;
        animation: loader 1.1s linear infinite;
    }

.chat-btn.chat-btn_type-ico:not(._chat-loaded) .chat-btn__ico {
    background: 0 0 !important;
    position: relative;
}

    .chat-btn.chat-btn_type-ico:not(._chat-loaded) .chat-btn__ico img {
        visibility: hidden;
    }

@-webkit-keyframes loader {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}
