.b2swiper {
    width: 60%;
    margin: auto;
    overflow: hidden
}

.new_header {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.25rem
}

.main_header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000;
    box-sizing: border-box;
    height: 3.75rem;
    transition: all 1s;
    z-index: 333 !important
}

.testaaa {
    position: absolute;
    top: 0;
    background-color: #000;
    box-sizing: border-box;
    height: 3.75rem;
    transition: all 1s;
    z-index: 333 !important
}

.warning {
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    font-family: S-Bold;
    line-height: 1;
    margin-bottom: 0rem;
    margin-top: 0rem;
    width: 34%
}

.warning span {
    color: red
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 88%;
    margin: 0 auto
}

.nav {
    width: 36.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: .9375rem;
    width: 100%;
    height: 100%;
    line-height: 3.75rem
}

.item {
    font-family: S-Medium;
    cursor: pointer;
    position: relative;
    height: 100%;
    box-sizing: border-box
}

.item_line {
    position: absolute;
    height: .125rem;
    width: 0px;
    bottom: 0;
    background: red
}

.nav_right {
    width: 7rem;
    background: #fff;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
    height: 2.2rem;
    position: relative
}

.nav_right img {
    width: 1.5rem;
    cursor: pointer
}

.nav_right_line {
    width: 1px;
    height: 100%;
    border-left: 1px solid #cecece;
    margin: 0 1rem
}

.store {
    font-family: S-Medium;
    background-color: red;
    border-radius: 100px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin-left: 48px;
    text-align: center
}

.logo {
    width: 10rem;
    cursor: pointer
}

.navRight {
    width: 14%;
    display: flex;
    justify-content: end;
    align-items: center
}

.languages {
    cursor: pointer;
    position: relative;
    height: 52px;
    margin-bottom: -24px
}

.lang_popup:after {
    content: "";
    position: absolute;
    top: -.45rem;
    left: 44%;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #fff
}

.lang_popup {
    background: #fff;
    position: absolute;
    z-index: 99999;
    width: 7.875rem;
    left: 20%;
    top: 130%;
    display: none;
    border-radius: .625rem;
    cursor: pointer
}

.lang_item img,
.lang_itemp img {
    width: 1.75rem;
    margin-right: .375rem
}

.lang_itemp:first-child {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.lang_itemp:last-child {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

.language_div {
    display: flex;
    padding-bottom: 2rem;
    margin-top: 2rem
}

.lang_itemp {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: S-Medium;
    color: #000;
    padding: .4375rem .75rem;
    font-size: 1rem;
    background: #fff
}

.lang_itemp:hover {
    background: #eee
}

.lang_item {
    width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: S-Medium;
    color: #fff
}

.lang_es,
.lang_ru,
.langPopup {
    display: none
}

.languages .langPopup:nth-child(1) {
    display: block
}

.mainex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    text-align: center
}

.maex_nav {
    font-size: .9375rem;
    color: #000;
    font-family: S-Medium;
    cursor: pointer;
    line-height: 2;
    margin: 0 1.5rem
}

.maex_nav:hover {
    color: red
}

.nt_currency {
    padding: 5px;
    cursor: pointer;
    color: #fff
}

.main_popup1,
.main_popup2,
.main_popup3,
.main_popup4,
.main_popup5 {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 111;
    overflow: hidden;
    height: 0;
    transition: height .5s
}

.main_popup3 a {
    width: 100%;
    margin: 1.3rem auto;
    display: block;
    cursor: pointer
}

.nav_store {
    display: flex
}

.nav_store img:nth-child(2) {
    display: none
}

.content {
    width: 11rem;
    cursor: pointer;
    padding: 0 .5rem
}

.border_img {
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 1rem;
    background: #fff;
    padding: 0 1rem
}

.border_img img {
    width: 100%;
    transition: all .3s
}

.content div {
    font-family: S-Medium;
    font-size: .875rem;
    text-align: center;
    color: #000;
    line-height: 1
}

.title:first-child {
    color: #fff
}

.mainTMask {
    position: absolute;
    left: 0%;
    top: 0;
    background: #000;
    height: 2.5rem;
    width: 0%;
    border-radius: 1rem;
    z-index: -1;
    transition: all .8s
}

.title:first-child .mainTMask {
    width: 100%
}

.main-top {
    font-family: S-Medium;
    font-size: .9375rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000;
    width: 48rem;
    margin: 1.5rem auto;
    cursor: pointer;
    position: relative
}

.main-top .title {
    border: 1px solid black;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2rem;
    padding: 0 1.8rem;
    position: relative;
    overflow: hidden
}

.main-top .title span {
    font-size: .7rem
}

.main-bottom {
    width: 100%;
    margin: auto;
    height: 15.5rem
}

.content1,
.content2,
.content3,
.content4,
.content5 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.block2,
.block3,
.block4,
.block5 {
    display: none
}

.Dlogo {
    width: 14%
}

.Dlogo img {
    display: block
}

.main_mask {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    background: #000c;
    z-index: 99
}

.mp3_img2 {
    display: none
}

@media (max-width:750px) {
    .Mstore {
        width: 20%;
        display: flex;
        justify-content: flex-end
    }

    .Mstore a {
        width: 28%;
        display: block
    }

    .languages {
        margin-top: 1rem;
        margin-left: 1rem;
        height: auto
    }

    .new_header {
        height: 5rem
    }

    .warning {
        font-size: 1rem;
        width: 100%
    }

    .lang_popup {
        left: 6px;
        top: 133%
    }

    .lang_popup:after {
        left: 28px
    }

    .menuIcon {
        display: none
    }

    .home_block {
        width: 40%
    }

    .menu_block {
        width: 20%
    }

    .main_Mheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 5%;
        background: #111;
        /* transition: all 1s; */
        height: 3.75rem
    }

    .Mmenu {
        background: #000;
        width: 100%;
        position: absolute;
        top: 100%;
        z-index: 999999;
        left: 0;
        box-sizing: border-box;
        height: 0;
        overflow: scroll;
        transition: all 1s
    }

    .Mmenu_item {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        font-family: S-Medium;
        border-bottom: 1px solid #111;
        padding: 1rem 5%;
        box-sizing: border-box
    }

    .Mmenu_title {
        color: #fff
    }

    .Mmenu_item img {
        width: 2%;
        transition: all .3s
    }

    .Mmenu .Mm_item:first-child {
        margin-top: 1rem
    }

    .Mm_Pro,
    .Mm_Exp,
    .Mm_sup {
        color: #999;
        text-align: left;
        background: #111;
        box-sizing: border-box;
        display: none
    }

    .Mm_popup {
        width: 100%;
        color: #999;
        text-align: left;
        background: #000;
        box-sizing: border-box;
        overflow: hidden;
        height: 0;
        transition: all .5s
    }

    .mp_oxbar {
        width: 90%;
        margin: .5rem auto;
        border-radius: 1rem;
        display: block;
        overflow: hidden
    }

    .pro_down,
    .Exp_down,
    .sup_downT {
        display: none;
        width: 3% !important
    }

    .Mm_texts {
        width: 90%;
        margin: 0 auto;
        padding: .5rem 0
    }

    .Mm_texts div {
        font-family: S-Medium;
        font-size: 15px;
        color: #878787
    }

    .Mm_texts a {
        height: 2rem;
        line-height: 2rem;
        display: block
    }

    .menu_left {
        width: 34%;
        position: relative;
        height: 1rem;
        display: flex;
        align-items: center
    }

    .menu_line {
        width: 100%;
        background: #fff;
        height: 2px
    }

    .menu_line:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all .3s
    }

    .menu_line:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all .3s
    }

    .menu_active .menu_line:after {
        top: .5rem;
        transform: rotate(-45deg)
    }

    .menu_active .menu_line:before {
        top: .5rem;
        transform: rotate(45deg)
    }

    .series {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .2rem 0
    }

    .series_right {
        position: relative
    }

    .series_line {
        width: .8rem;
        height: 1px;
        background: #fff
    }

    .series_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: .8rem;
        top: -.35rem;
        background: #fff;
        transition: all .3s
    }

    .Ms_active .series_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: .8rem;
        top: -.35rem;
        background: #fff;
        transition: all .3s;
        transform: rotate(90deg)
    }

    .Ms_items {
        display: flex;
        padding-top: 1rem
    }

    .content {
        padding: 0;
        width: 7.5rem;
        flex: none;
        margin-right: 1rem
    }

    .M_text {
        font-size: .75rem !important
    }

    .border_img {
        margin-bottom: 0;
        background: #111
    }

    .content a {
        height: auto;
        background: #111;
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        border-radius: .5rem
    }

    .Ms_content {
        height: 0;
        overflow: hidden;
        margin-bottom: 1rem;
        transition: all .5s
    }
}
.desktop-only-2 {
    display: block;
}
.warning1 {
    background: #44d62c;
    text-align: center;
    font-family: H-Regular;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
     overflow: hidden;
    width: 100%;
    box-sizing: border-box; 
    display: flex;
    flex-wrap: nowrap;
}

.warning1 span {
    font-size: 1rem
}

.warning_move {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-around
}

.warning_move1 {
    transform: translate(-50%);
    animation: scrollText1 30s linear infinite forwards
}


.warning_move2 {
    /* position: absolute;
    top: 0; */
    transform: translate(-50%);
    animation: scrollText2 30s linear infinite forwards
}

@keyframes scrollText1 {
    0% {
        transform: translate(-50%)
    }

    49.99% {
        transform: translate(-100%)
    }

    50% {
        transform: translate(100%)
    }

    to {
        transform: translate(50%)
    }
}

@keyframes scrollText2 {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(-150%)
    }
}

@media (max-width: 750px) {
    .warning1 {
        position: sticky;
        left: 0;
        top: 0;
        width: 100%;
        height: 3.5rem;
        font-size: .875rem;
        line-height: 1.3;
        padding: .625rem .375rem;
        text-align: center;
        z-index: 9;
    }

    .warning1 span {
        font-size: .875rem
    }

    .warning_move2 {
        animation: none;
        opacity: 0
    }

    .warning_move1 {
        animation: none;
        transform: translate(0);
        width: 80%;
        margin: 0 auto
    }
}

/*# sourceMappingURL=/cdn/shop/t/40/assets/header.css.map?v=30903316970914356381712462120 */