@font-face {
	font-family: "LubalinBold";
	src: url("fonts/Lubalin Graph Bold BT.ttf");
}
@font-face {
	font-family: "LubalinBK";
	src: url("fonts/Lubalin Graph Book BT.ttf");
}
@font-face {
    font-family: "LubalinMediumBT";
    src: url("fonts/Lubalin Graph Medium BT.ttf");
}

body {
	background-color: #000000;
	margin: 0;
}

.container {
    display: none;
    overflow-x: hidden;
}
.preloader {
    width: 100%;
    max-height: 100%;
}
.preloader iframe{
    border: none;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 1080px;
}
.menu-desktop {
    display: inline;
}
.menu-mobile {
    display: none;
}

@keyframes latidos {
    from { transform: none; }
    20% { transform: scale(1.1); }
    to { transform: none; }
}
.menu-btn {
    position: fixed;
    top: 20px;
    left: 50%;
    cursor: pointer;
    margin-left: 550px;
    z-index: 9;
    animation: latidos .5s infinite;
	transform-origin: center;
}
.menu-list {
    background-image: url(../assets/img/frontend/web/menu-bg.png);
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    position: fixed;
    top: 75px;
    width: 990px;
    height: 559px;
    /*padding: 40px;*/
    z-index: 100;
    left: 50%;
    background-color: #ffe000;
    margin-left: -499px;
    border-radius: 25px;
    display: none;
}
.menu-close {
    display: none;
}
.menu-list .menu-1 {
    position: absolute;
    top: 25px;
    left: 43px;
}
.menu-list .menu-2 {
    position: absolute;
    top: 25px;
    left: 343px;
}
.menu-list .menu-3 {
    position: absolute;
    top: 25px;
    left: 645px;
}

.menu-list .menu-4 {
    position: absolute;
    top: 280px;
    left: 43px;
}
.menu-list .menu-5 {
    position: absolute;
    top: 280px;
    left: 343px;
}
.menu-list .menu-6 {
    position: absolute;
    top: 280px;
    left: 645px;
}

.menu-notocar{
    position: absolute;
    top: 470px;
    left: 70px;
    cursor: pointer;
}
.home {
    background-image: url(../assets/img/frontend/web/bg.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.home-logo {
    position: relative;
    left: 50%;
    margin-left: -115px;
    padding-top: 10px;
    padding-bottom: 730px;
    width: 230px;
}
.home-player-bg {
    position: absolute;
    background-image: url(../assets/img/frontend/web/home-player-bg2.png);
    background-size: 100% 100%;
    width: 798px;
    height: 564px;
    top: 347px;
    left: 50%;
    margin-left: -399px;
    z-index: 0;
}
.home-player-bg iframe{
    /*padding: 14px;    */
}
.home-player {
    width: 93%;
    height: 78%;
    max-width: 750px;
    max-height: 450px;
    margin-top: 13px;
    margin-left: 12px;
}
.home-player video {
    width: 750px;
    height: 450px;
}

.home-player-video {
    display: none;
}

.home-video{
   
    width: 750px;
    height: 440px;
    max-width: 745px;
    max-height: 450px;
}
.home-box {
    position: absolute;
    left: 50%;
    margin-left: -420px;
    top: 550px;
}
.home-text-1 {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 270px;
    font-family: 'LubalinBold';
    font-size: 20pt;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 700px;
}
.home-text-2 {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 304px;
    font-family: 'LubalinBold';
    font-size: 20pt;
    line-height: 33px;
    text-align: center;
    color: #FFE000;
    width: 700px;
}
.home-suscribe {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 750px;
    cursor: pointer;
}
.home-thumbs {
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top: 860px;
    width: 570px;
}
.home-left {
    position: absolute;
    left: 0px;
    top: 18px;
    cursor: pointer;
    display: none;
}
.home-right {
    position: absolute;
    right: 0px;
    top: 18px;
    cursor: pointer;
    display: none;
}
.home-items {
    position: absolute;
    top: 0px;
    width: 380px;
    left: 50%;
    margin-left: -180px;
    overflow-x: hidden;
}
.home-thumb {
    margin-right: 24px;
    cursor: pointer;
}
.home-thumb-selected {
    margin-right: 16px !important;
    border: solid 4px #fff;
    border-radius: 10px;
}
.home-data {
    width: 3000px;
}

.home-notocar {
    position: absolute;
    left: 50%;
    margin-left: -232.5px;
    top: 560px;
    cursor: pointer;
}
.home-notocar-mobile {
    display: none;
}
.home-yt {
    position: absolute;
    left: 50%;
    margin-left: -170px;
    top: 730px;
}
.home-cn {
    position: absolute;
    left: 50%;
    margin-left: 60px;
    top: 725px;
}

.videos {
    background-image: url(../assets/img/frontend/web/bg-videos.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.video-title {
    font-family: 'LubalinBold';
    font-size: 25pt;
    text-transform: uppercase;
    line-height: 33px;
    text-align: center;
    width: 440px;
    left: 50%;
    position: relative;
    color: #ffffff;
    margin-left: -220px;
    top: 30px;
}
.video-title span{
    color: #3EAEFF;
}
#player {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -342px;
    width: 668px;
    height: 368px;
    display: none;
}
#playerhtml5 {
    position: absolute;
    background-color: #000;
    top: 130px;
    left: 50%;
    margin-left: -342px;
    width: 668px;
    height: 368px;
    display: none;
}
.v-box {
    position: relative;
    top: 45px;
    left: 50%;
    margin-left: -361px;
}
.v-thumbs {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -230px;
    width: 440px;
    text-align: center;
    cursor: pointer;
}
.v-left {
    position: absolute;
    left: 0px;
    top: 20px;
    cursor: pointer;
}
.v-right {
    position: absolute;
    right: 0px;
    top: 20px;
    cursor: pointer;
}
.v-btns {
    position: relative;
    padding-top: 30px;
    left: 50%;
    margin-left: -230px;
    width: 440px;
    text-align: center;
    padding-bottom: 170px;
}

.votation {
    background-image: url(../assets/img/frontend/web/bg-votation.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    overflow-x: hidden;
}
.votation-title {
    font-family: 'LubalinBold';
    font-size: 20pt;
    text-transform: uppercase;
    line-height: 34px;
    text-align: center;
    width: 440px;
    left: 50%;
    position: relative;
    color: #ffffff;
    margin-left: -220px;
    padding-top: 50px;
    padding-bottom: 33px;
}
.votation-content {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
}

.votation-left {
    left: 50%;
    position: absolute;
    top: 0px;
    margin-left: -930px;
}
.votation-right {
    top: 0px;
    position: absolute;
    left: 50%;
    margin-left: 370px;
}
.votation-items {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -340px;
    width: 680px;
    text-align: center;
    z-index: 8;
}
.votation-descriptions {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    text-align: center;
    padding-bottom: 40px;
}
.votation-item-1-desc {
    font-family: 'LubalinBK';
    font-size: 15pt;
    line-height: 25px;
    text-align: center;
    width: 250px;
    left: 50%;
    margin-left: -290px;
    position: absolute;
    display: inline-block;
    color: #ffffff;
    top: 10px;
}
.votation-item-2-desc {
    font-family: 'LubalinBK';
    font-size: 15pt;
    line-height: 25px;
    text-align: center;
    width: 250px;
    position: absolute;
    left: 50%;
    margin-left: 30px;
    color: #ffffff;
    top: 10px;
}
.votation-bottom {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -231.5px;
	margin-top: 27px;
    width: 463px;
    text-align: center;
    padding-bottom: 153px;
}
.votation-notocar {
    cursor: pointer;
}
.votation-notocar-cuadrado {
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: 195px;
    display: none;
}
.votation-thanks {
    display: none;
}
.item-1-selected {
    position: absolute;
    top: -50px;
    left: 19px;
    display: none;
    z-index: 9;
}
.item-2 {
    margin-left: 20px;
}
.item-2-selected {
    position: absolute;
    top: -50px;
    right: 33px;
    display: none;
    z-index: 9;
}
.item-win-bg {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    z-index: 9;
    display: none;
}
.item-win {
    position: relative;
    width: 340px;
    left: 7px;
}
.votation-end {
    display: none;
}

.survey {
    background-image: url(../assets/img/frontend/web/bg-survey.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.survey-title {
    font-family: 'LubalinBold';
    font-size: 17pt;
    text-transform: uppercase;
    line-height: 31px;
    text-align: center;
    width: 500px;
    left: 50%;
    position: relative;
    color: #FFE000;
    margin-left: -250px;
    padding-top: 7px;
}
.survey-question {
    font-family: 'LubalinBold';
    font-size: 20pt;
    text-transform: uppercase;
    text-align: center;
    width: 504px;
	line-height: 28px;
    left: 50%;
    position: relative;
    color: #ffffff;
    margin-left: -250px;
    padding-top: 0px;
    padding-bottom: 790px;
}
.survey-box {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -333.5px;
    width: 667px;
}
.survey-box-mobile {
    display: none;
}
.survey-01 {
    position: absolute;
    top: 149px;
    left: 50%;
    margin-left: -309px;
    cursor: pointer;
    display: none;
}
.survey-02 {
    position: absolute;
    top: 148px;
    left: 50%;
    margin-left: -153px;
    cursor: pointer;
    display: none;
}
.survey-03 {
    position: absolute;
    top: 148px;
    left: 50%;
    margin-left: 6px;
    cursor: pointer;
    display: none;
}
.survey-04 {
    position: absolute;
    top: 149px;
    left: 50%;
    margin-left: 168px;
    cursor: pointer;
    display: none;
}

.survey-05 {
    position: absolute;
    top: 325px;
    left: 50%;
    margin-left: -310px;
    cursor: pointer;
    display: none;
}
.survey-06 {
    position: absolute;
    top: 329px;
    left: 50%;
    margin-left: -151px;
    cursor: pointer;
    display: none;
}
.survey-07 {
    position: absolute;
    top: 328px;
    left: 50%;
    margin-left: 8px;
    cursor: pointer;
    display: none;
}
.survey-08 {
    position: absolute;
    top: 327px;
    left: 50%;
    margin-left: 167px;
    cursor: pointer;
    display: none;
}

.survey-09 {
    position: absolute;
    top: 503px;
    left: 50%;
    margin-left: -307px;
    cursor: pointer;
    display: none;
}
.survey-10 {
    position: absolute;
    top: 503px;
    left: 50%;
    margin-left: -150px;
    cursor: pointer;
    display: none;
}
.survey-11 {
    position: absolute;
    top: 501px;
    left: 50%;
    margin-left: 7px;
    cursor: pointer;
    display: none;
}
.survey-12 {
    position: absolute;
    top: 502px;
    left: 50%;
    margin-left: 168px;
    cursor: pointer;
    display: none;
}
.survey-selected {
    position: absolute;
    left: 50%;
    margin-top: -25px;
    z-index: 8;
    display: none;
    width: 170px;
    height: 180px;
}
.survey-selected-error {
    position: absolute;
    left: 50%;
    margin-top: -25px;
    z-index: 8;
    display: none;
    width: 181px;
    height: 175px;
}
.survey-ok {
    position: absolute;
    left: 50%;
    margin-left: -183.5px;
    top: 700px;
    display: none;
}
.survey-error {
    position: absolute;
    left: 50%;
    margin-left: -183.5px;
    top: 700px;
    display: none;
}
.survey-selected-error-01 {
    top: 153px;
    margin-left: -335px;
}
.survey-selected-error-02 {
    top: 153px;
    margin-left: -178px;
}
.survey-selected-error-03 {
    top: 153px;
    margin-left: -20px;
}
.survey-selected-error-04 {
    top: 153px;
    margin-left: 143px;
}
.survey-selected-error-05 {
    top: 328px;
    margin-left: -335px;
}
.survey-selected-error-06 {
    top: 332px;
    margin-left: -176px
}
.survey-selected-error-07 {
    top: 331px;
    margin-left: -18px;
}
.survey-selected-error-08 {
    top: 330px;
    margin-left: 143px;
}
.survey-selected-error-09 {
    top: 507px;
    margin-left: -330px;
}
.survey-selected-error-10 {
    top: 507px;
    margin-left: -175px;
}
.survey-selected-error-11 {
    top: 505px;
    margin-left: -18px;
}
.survey-selected-error-12 {
    top: 505px;
    margin-left: 143px;
}
.survey-selected-01 {
    top: 150px;
    margin-left: -332px;
}
.survey-selected-02 {
    top: 149px;
    margin-left: -176px;
}
.survey-selected-03 {
    top: 149px;
    margin-left: -17px;
}
.survey-selected-04 {
    top: 148px;
    margin-left: 144px;
}
.survey-selected-05 {
    top: 325px;
    margin-left: -333px;
}
.survey-selected-06 {
    top: 329px;
    margin-left: -175px;
}
.survey-selected-07 {
    top: 328px;
    margin-left: -16px;
}
.survey-selected-08 {
    top: 328px;
    margin-left: 144px;
}
.survey-selected-09 {
    top: 504px;
    margin-left: -330px;
}
.survey-selected-10 {
    top: 504px;
    margin-left: -173px;
}
.survey-selected-11 {
    top: 502px;
    margin-left: -16px;
}
.survey-selected-12 {
    top: 503px;
    margin-left: 145px;
}
.survey-popup {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -267.5px;
    width: 535px;
    height: 214px;
    z-index: 10;
    background-image: url(../assets/img/frontend/web/survey-popup-error.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 30pt;
    font-family: 'LubalinBold';
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding-top: 200px;
    display: none;
}
.survey-popup-close {
    position: absolute;
    top: -47px;
    right: -44px;
    cursor: pointer;
}

.products {
    background-image: url(../assets/img/frontend/web/bg-products.png);
    margin: -4px auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    min-height: 1015px;
    overflow-x: hidden;
}
.productsmenu {
    background-image: url(../assets/img/frontend/web/bg-products-menu.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: fixed;
    top: 80px;
    z-index: 10;
    width: 100%;
    display: none;
    min-height: 900px;
}
.productsmenu-title {
    font-family: 'LubalinBold';
    font-size: 25pt;
    text-transform: uppercase;
    line-height: 74px;
    text-align: center;
    width: 429px;
    left: 50%;
    position: relative;
    color: #009EDF;
    margin-left: -371px;
    padding-top: 30px;
}
.productsmenu-title span{
    color: #000;
    font-size: 50pt;
}
.products-items {
    position: relative;
    width: 800px;
    padding-top: 100px;
    padding-bottom: 214px;
    left: 50%;
    margin-left: -400px;
}
.products-items img {
    cursor: pointer;
}
.products-title {
    font-family: 'LubalinBold';
    font-size: 27pt;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    width: 881px;
    left: 50%;
    position: relative;
    color: #dd0080;
    margin-left: -441px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.products-title span{
    color: #fff;
    font-size: 50pt;
}
.products-menu-btn {
    position: relative;
    left: 50%;
    margin-left: -120px;
	animation: latidos .8s infinite;
    cursor: pointer;
}
.products-grid-items {
    position: relative;
    left: 50%;
    margin-left: -435px;
    width: 900px;
    height: 720px;
    overflow-y: hidden;
}
.products-item {
    width: 205px;
    height: 225px;
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 0;
}
.products-bottom {
    position: relative;
    left: 50%;
    margin-left: -435px;
    width: 900px;
    text-align: center;
    padding-bottom: 110px;
    display: none;
}
.products-left{
    position: absolute;
    left: 50px;
    top: 3vw;
	animation: latidos .8s infinite;
    cursor: pointer;
}
.products-right{
    position: absolute;
    right: 50px;
    top: 3vw;
	animation: latidos .8s infinite;
    cursor: pointer;
}
.products-bullets {
    width: 400px;
    position: relative;
    display: inline-block;
    padding: 80px 0px 0px 0px;
}
.products-bullet {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.products-bullet-selected {
    background-color: #DD0080;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.products-popup {
    position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -580px;
    width: 1160px;
    height: 520px;
    z-index: 10;
    background-image: url(../assets/img/frontend/web/products-popup.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}
.products-popup-close {
    position: absolute;
    top: -30px;
    right: -35px;
    cursor: pointer;
}
.products-popup-item {
    position: absolute;
    top: 140px;
    left: 30px;
    width: 350px;
}
.products-popup .t1 {
    font-family: 'LubalinBold';
    font-size: 30pt;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    width: 440px;
    left: 50%;
    position: absolute;
    color: #fff;
    margin-left: -220px;
    padding-top: 19px;
    padding-bottom: 5px;
}
.products-popup .t2 {
    font-family: 'LubalinBold';
    font-size: 19pt;
    text-transform: uppercase;
    line-height: 51px;
    text-align: center;
    width: 700px;
    left: 50%;
    position: absolute;
    color: #fff;
    margin-left: -350px;
    padding-top: 60px;
    padding-bottom: 5px;
}
.products-popup .t3 {
    font-family: 'LubalinBK';
    font-size: 12pt;
    line-height: 25px;
    text-align: justify;
    width: 714px;
    left: 50%;
    position: absolute;
    color: #fff;
    margin-left: -167px;
    padding-top: 131px;
    padding-bottom: 5px;
}
.products-popup-ruleta {
    position: relative;
    top: 515px;
    left: 50%;
    margin-left: -275px;
    cursor: pointer;
    width: 550px;
}
.productsmenu-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.productsmenu-title-img {
    display: inline;
}
.productsmenu-title-img-m {
    display: none;
}

.roulette {
    background-image: url(../assets/img/frontend/web/bg-ruleta.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}
.roulette-title {
    font-family: 'LubalinBold';
    font-size: 30pt;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    width: 500px;
    left: 50%;
    position: relative;
    color: #FFE000;
    margin-left: -250px;
    padding-top: 50px;
    padding-bottom: 5px;
}
.roulette-title .t1{
    font-size: 35pt;
}
.roulette-title .t2{
    color: #fff;
    font-size: 18pt;
    line-height: 18px;
}
.roulette-bg {
    position: relative;
    left: 50%;
    margin-left: -372.5px;
    width: 725px;
    height: 783px;
    padding-bottom: 29px;
}
.roulette-shadow {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 18px;
}
.roulette-disc {
    position: absolute;
    top: 20px;
    width: 676px;
    left: 20px;
    z-index: 1;
}
.roulette-hand {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0px;
    width: 118px;
    z-index: 2;
}
.roulette-popup {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -345.5px;
    width: 691px;
    height: 578px;
    z-index: 10;
    background-image: url(../assets/img/frontend/web/roulette-popup.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: none;
}
.roulette-popup-close {
    position: absolute;
    top: -30px;
    right: -35px;
    cursor: pointer;
}
.roulette-item {
    padding: 90px 0px 0px 50px;
}
.roulette-popup-title{
    font-family: 'LubalinBold';
    font-size: 40pt;
    text-transform: uppercase;
    text-align: left;
    width: 350px;
    left: 50%;
    position: absolute;
    color: #FFE000;
    margin-left: -20px;
    top: 110px;
}
.roulette-popup-description{
    font-family: 'LubalinBold';
    font-size: 28pt;
    text-align: center;
    width: 675px;
    left: 50%;
    position: absolute;
    color: #ffffff;
    margin-left: -337px;
    top: 350px;
}
.unboxers {
    background-image: url(../assets/img/frontend/web/bg-unboxers.png);
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    overflow-x: hidden;
}
.unboxers-title {
    font-family: 'LubalinBold';
    font-size: 26pt;
    text-transform: uppercase;
    text-align: center;
    width: 550px;
    left: 50%;
    position: relative;
    line-height: 45px;
    color: #FFF000;
    margin-left: -275px;
    padding-top: 90px;
    padding-bottom: 30px;
}
.unboxers-title span{
    color: #DD0080;
}
.unboxers-items {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
}
.unboxers-left {
    position: absolute;
    top: 160px;
    left: 0px;
    cursor: pointer;
}
.unboxers-right {
    position: absolute;
    top: 160px;
    right: 0px;
    cursor: pointer;
}
.unboxers-bottom {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    text-align: center;
}
.unboxers-bullets {
    width: 400px;
    position: relative;
    display: inline-block;
    padding: 20px 0px;
}
.unboxers-bullet {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.unboxers-bullet-selected {
    background-color: #FFE000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
}
.unboxer-01 {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 220px;
}
.unboxer-01-name {
    font-family: 'LubalinBold';
    font-size: 45pt;
    text-transform: uppercase;
    width: 360px;
    left: 50%;
    top: 35px;
    position: absolute;
    color: #00AEEF;
    margin-left: -270px;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: left;
}
.unboxer-01-age {
    font-family: 'LubalinBK';
    font-size: 15pt;
    width: 360px;
    left: 50%;
    top: 127px;
    position: absolute;
    color: #000;
    margin-left: -270px;
    padding-top: 0px;
    text-align: left;
}
.unboxer-01-toy {
    font-family: 'LubalinBK';
    font-size: 15pt;
    width: 360px;
    left: 50%;
    top: 171px;
    position: absolute;
    color: #000;
    margin-left: -270px;
    padding-top: 0px;
    text-align: left;
}
.unboxer-01-comment {
    font-family: 'LubalinBK';
    font-size: 15pt;
    width: 490px;
    left: 50%;
    top: 229px;
    position: absolute;
    color: #000;
    margin-left: -200px;
    padding-top: 0px;
    text-align: left;
}
.unboxer-01-comment img {
    vertical-align: bottom;
}
.unboxers-content {
    position: relative;
    width: 644px;
    left: 50%;
    margin-left: -322px;
    overflow-x: hidden;
}
.unboxers-data {
    display: inline-block;
    width: 5000px;
    max-height: 500px;
}
.unboxers-data-item {
    display: inline-block;
    position: relative;
}



#prank {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    display: none;
}
.prankclickarea {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
#prank iframe {
    width: 100%;
    height: 900px;
    z-index: 0;
    position: absolute;
    border: none;
}
#prank .img1 {
    position: fixed;
    top: 8vw;
    left: 50%;
    margin-left: -15vw;
    z-index: 1;
    width: 30vw;
}
#prank .img2 {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -18vw;
    z-index: 2;
    width: 35vw;
}
.divblock {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
}

@media screen and (max-width: 1340px) {
    .menu-btn {
        left: auto;
        right: 2.4vw;
        margin-left: 0px;
        width: 9vw;
        top: 2vw;
        
    }
}

@media screen and (max-width: 1270px) {
    .products-popup {
        top: 3.5vw;
        margin-left: -46vw;
        width: 91vw;
        height: 41vw;
    }
    .products-popup-close {
        top: -2.37vw;
        right: -3vw;
        width: 7.01vw;
    }
    .products-popup-item {
        top: 11vw;
        left: 2.5vw;
        width: 27.56vw;
    }
    .products-popup .t1{
        font-size: 3.2vw;
        line-height: 3.2vw;
        width: 60vw;
        margin-left: -30vw;
        padding-top: 1.5vw;
        padding-bottom: 0.4vw;
    }
    .products-popup .t2{
        font-size: 2vw;
        line-height: 2vw;
        width: 60vw;
        margin-left: -30vw;
        padding-top: 5vw;
        padding-bottom: 0.4vw;
    }
    .products-popup .t3{
        font-size: 1.27vw;
        line-height: 1.27vw;
        width: 56.23vw;
        margin-left: -13.15vw;
        padding-top: 10.3vw;
        padding-bottom: 0.4vw;
    }
    .products-popup-ruleta {
        top: 40.6vw;
        margin-left: -21vw;
        width: 43.3vw;
    }
}

@media screen and (max-width: 1100px) {
    
    .home-video{
        width: 68vw;
        height: 40vw;
        min-width: 68vw;
        min-height: 40vw;
    }
    .home-player-bg{
        width: 72.4vw;
        height: 50.4vw;
        margin-left: -36vw;
    }
    .menu-list {
        width: 87vw;
        height: 49vw;
        margin-left: -48.5vw;
        padding: 5vw;
    }
    .menu-list .menu-1 {
        top: 2.5vw;
        left: 4.3vw;
    }
    .menu-list .menu-2 {
        top: 2.5vw;
        left: 34.3vw;
    }
    .menu-list .menu-3 {
        top: 2.5vw;
        left: 64.5vw;
    }

    .menu-list .menu-4 {
        top: 28vw;
        left: 4.3vw;
    }
    .menu-list .menu-5 {
        top: 28vw;
        left: 34.3vw;
    }
    .menu-list .menu-6 {
        top: 28vw;
        left: 64.5vw;
    }
    .menu-list .menu-1 img, .menu-list .menu-4 img{
        width: 30.1vw;
    }
    .menu-list .menu-2 img,.menu-list .menu-3 img,.menu-list .menu-5 img,.menu-list .menu-6 img {
        width: 30.3vw;
    }
    }
    .menu-notocar {
        top: 43.9vw;
        left: 6.37vw;
        width: 86.1vw;
    }
}

@media screen and (max-width: 750px) { 

.products-popup-ruleta {
    width: 90vw;
    padding-bottom: 1.4vw;
    margin-left: -45vw;
    height: 32vw;
    top: 155vw;
}

 }

@media screen and (max-width: 1000px) {
    
    .home-notocar {
        margin-left: -10.5vw;
        top: 55vw;
        width: 56.9vw;
    }
    .home-box {
        margin-left: -42vw;
        top: 55vw;
        width: 17.6vw;
    }
    .home-yt {
        margin-left: -23vw;
        top: 146vw;
        width: 26vw;
    }
    .home-cn {
        margin-left: 8vw;
        top: 144.8vw;
        width: 14vw;
    }
    .home {
        background-size: auto 100%;
    }
    .videos {
        background-size: auto 100%;
    }
    .v-box {
        top: 4.5vw;
        margin-left: -36.1vw;
        width: 72.2vw;
    }
    #player {
        top: 13vw;
        margin-left: -34.2vw;
        width: 66.8vw;
        height: 36.8vw;
    }
    .video-title {
        font-size: 3vw;
        line-height: 3.3vw;
        width: 44vw;
        margin-left: -22vw;
        top: 3vw;
    }
    .survey {
        background-size: auto 100%;
    }
    .productsmenu {
        background-size: auto 100%;
    }
    .products-title {
        font-size: 3.5vw;
        line-height: 5.6vw;
        width: 44vw;
        margin-left: -22vw;
        padding-top: 3vw;
    }
    .products-title span {
        font-size: 6.6vw;
    }
    .products-items img {
        width: 39.2vw;
    }
    .products-items {
        width: 80vw;
        padding-top: 40vw;
        padding-bottom: 21.4vw;
        margin-left: -40vw;
    }
    .roulette-title {
        font-size: 3vw;
        line-height: 3.5vw;
        width: 44vw;
        margin-left: -22vw;
        padding-top: 1.9vw;
        padding-bottom: 0.5vw;
    }
    .roulette-title span {
        font-size: 3.85vw;
    }
    .roulette-bg {
        margin-left: -39.15vw;
        width: 78.3vw;
        height: 78.3vw;
        padding-bottom: 2.9vw;
    }
    .roulette-disc {
        margin: 6.7vw;
        width: 64.5vw;
    }
    .roulette-hand {
        margin-left: -5vw;
        width: 11.8vw;
    }
    .roulette {
        background-size: auto 100%;
    }
    .roulette-shadow {
        top: 8.5vw;
        left: 8.5vw;
        width: 65vw;
    }
    .unboxers-title {
        font-size: 5.3vw;
        width: 44vw;
        margin-left: -22vw;
        padding-top: 9vw;
        padding-bottom: 3vw;
    }
    .unboxers-items {
        margin-left: -48vw;
        width: 96vw;
    }
    .unboxers-left {
        top: 16vw;
        width: 11.8vw;
    }
    .unboxers-right {
        top: 16vw;
        width: 11.8vw;
    }
    .unboxers-box-01 {
        width: 70.1vw;
    }
    .unboxers-bottom {
        margin-left: -50vw;
        width: 100vw;
    }
    .unboxers-bullets {
        width: 40vw;
        padding: 2vw 0px;
    }
    .unboxers-notocar {
        width: 69.9vw;
    }
    .unboxers-content {
        width: 70.2vw;
        margin-left: -35.1vw;
    }
    .unboxer-01 {
        width: 23.8vw;
        right: 1.5vw;
        top: 2vw;
    }
    .unboxer-01-name {
        font-size: 6vw;
        margin-left: -29vw;
        top: 3vw;
        width: 35vw;
    }
    .unboxer-01-age {
        font-size: 2vw;
        width: 35vw;
        top: 13.9vw;
        margin-left: -29vw;
    }
    .unboxer-01-toy {
        font-size: 2vw;
        width: 35vw;
        top: 18.7vw;
        margin-left: -29vw;
    }
    .unboxer-01-comment {
        font-size: 2vw;
        width: 54vw;
        top: 25vw;
        margin-left: -20vw;
    }
    .products-grid-items {
        margin-left: -43.5vw;
        width: 90vw;
    }
    .products-item {
        width: 20.5vw;
        height: 22.5vw;
        border-radius: 0.6vw;
        margin-right: 1.5vw;
        margin-bottom: 1.5vw;
    }
    .products-item img{
        width: 20.5vw;
    }
    .products-bottom {
        margin-left: -43.5vw;
        width: 90vw;
        padding-bottom: 11vw;
    }
    
    .products-popup-ruleta {
        margin-left: -45vw;
        width: 90vw;
        height: 32vw;
        top: 135vw;
    }
}

@media screen and (max-width: 750px) {
    
    .home-video{
        width: 80vw;
        height: 47vw;
        min-width: 80vw;
        min-height: 47vw;
    }

    .preloader iframe{
        height: 100%;
    }
    
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: inline;
    }
    .home {
        background-image: url(../assets/img/frontend/mobile/home-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .home-player-bg {
        width: 90vw;
        height: 63.5vw;
        top: 92vw;
        margin-left: -45vw;
    }
    .home-player {
        width: 84vw;
        height: 50.4vw;
        margin-top: 1.5vw;
        margin-left: 1.8vw;
    }
    .home-player video {
        width: 84vw;
        height: 50.4vw;
    }
    .home-notocar {
        top: 155vw;
        width: 62vw;
        margin-left: -31vw;
    }
    .home-logo {
        width: 50vw;
        margin-left: -22vw;
        padding-top: 6vw;
        padding-bottom: 0vw;
    }
    .home-text-1 {
        margin-left: -35vw;
        text-transform: uppercase;
        top: 70vw;
        font-size: 6vw;
        line-height: 6vw;
        width: 70vw;
    }
    .home-text-2 {
        margin-left: -35vw;
        top: 85vw;
        font-size: 3.5vw;
        line-height: 4vw;
        width: 70vw;
    }
    .home-box {
        margin-left: -19vw;
        top: 98vw;
        width: 38.5vw;
    }
    .home-notocar-mobile {
        display: none;
        position: absolute;
        right: 0px;
        top: 127vw;
        width: 22.67vw;
        cursor: pointer;
    }
    .home-thumbs {
        margin-left: -40vw;
        top: 155vw;
        width: 80vw;
    }
    .home-thumb {
        margin-right: 3.2vw;
        width: 13.87vw;
    }
    .home-items {
        width: 50.67vw;
        margin-left: -24vw;
    }
    .home-left {
        top: 1vw;
        width: 12vw;
    }
    .home-right {
        top: 1vw;
        width: 12vw;        
    }
    #prank .img1 {
        margin-left: -44vw;
        width: 88vw;
    }
    #prank .img2 {
        margin-left: -42vw;
        width: 84vw;
    }
    .videos {
        background-image: url(../assets/img/frontend/mobile/videos-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .video-title {
        font-size: 7.2vw;
        line-height: 8vw;
        width: 44vw;
        margin-left: -22vw;
        top: 7vw;
    }
    .v-box {
        top: 16vw;
        margin-left: -47vw;
        width: 94vw;
    }
    #player {
        top: 34.3vw;
        margin-left: -44vw;
        width: 86.5vw;
        height: 48vw;
    }
    #playerhtml5 {
        top: 34vw;
        margin-left: -44.53vw;
        width: 87vw;
        height: 48.5vw;
    }
    .v-thumbs {
        top: 14vw;
        width: 94vw;
        margin-left: -47vw;
    }
    .v-btns {
        padding-bottom: 44vw;
        
    }
    .v-yt {
        padding-top: 26vw;
        width: 40vw;
        margin: 0 auto;
        display: block;
    }    
    .v-suscribe {
        padding-top: 3.3vw;
        width: 42vw;
    }
    .v-suscribe img {
        width: 42vw;
    }
    .v-left {
        width: 12vw;
    }
    .v-right {
        width: 12vw;
    }
    .v-thumb {
        width: 20vw;
    }
    .votation {
        background-image: url(../assets/img/frontend/mobile/votation-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
    .votation-title {
        font-size: 5vw;
        line-height: 5.8vw;
        width: 80vw;
        margin-left: -40vw;
        padding-top: 13vw;
        padding-bottom: 7.5vw;
    }
    .votation-notocar {
        display: none;
    }
    .votation-items .item-1, .votation-items .item-2 {
        width: 38.54vw;
    }
    .votation-items .item-1 {
        position: absolute;
        left: 50%;
        margin-left: -42vw;
    }
    .votation-items .item-2 {
        position: absolute;
        left: 50%;
        margin-left: 2vw;
    }
    .votation-item-1-desc {
        width: 33vw;
        font-size: 3.2vw;
        line-height: 4.3vw;
        top: 43vw;
        left: 50%;
        margin-left: -39vw;
        padding-right: 12vw;
        position: absolute;
    }
    .votation-item-2-desc {
        width: 33vw;
        font-size: 3.2vw;
        line-height: 4.3vw;
        top: 43vw;
        position: absolute;
        left: 50%;
        margin-left: 4vw;
    }
    .votation-descriptions {
        top: 4vw;
        padding-bottom: 72vw;
    }
    .votation-bottom {        
        top: 3vw;
        width: 90vw;
        margin-left: -45vw;
    }
    .votation-end {
        width: 80vw;
    }
    .votation-thanks {
        width: 80vw;
        left: 50%;
        margin-top: -80px;
        margin-left: -40vw;
        position: absolute;
    }
    .item-1-selected {
        width: 42.54vw;
        top: -6.67vw;
        left: 50%;
        margin-left: -45vw;
    }
    .item-2-selected  {
        width: 42.54vw;
        top: -6.67vw;
        left: 50%;
        margin-left: -2vw;
    }
    .item-2 {
        margin-left: 2.67vw;
    }
    .item-win-bg {
        margin-left: -30vw;
        width: 60vw;
    }
    .item-win {
        width: 56.2vw;
        top: 1vw;
    }
    .votation-notocar-cuadrado {
        display: none;
    }
    .survey {
        background-image: url(../assets/img/frontend/mobile/survey-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .survey-title {
        font-size: 4.9vw;
        line-height: 5.5vw;
        width: 88vw;
        margin-left: -44vw;
        padding-top: 3vw;
    }
    .survey-question {
        font-size: 4.9vw;
        line-height: 4.9vw;
        width: 90vw;
        margin-left: -45vw;
        padding-top: 1vw;
    }
    .survey-box {
        display: none;
    }
    .survey-box-mobile {
        display: inline;
        position: absolute;
        top: 30vw;
        left: 50%;
        margin-left: -44.47vw;
        width: 88.94vw;
    }
    .survey-ok {
        margin-left: -35vw;
        top: 165vw;
        width: 70vw;
    }
    .survey-error {
        margin-left: -35vw;
        top: 165vw;
        width: 70vw;
    }
    .survey-01 {
        top: 33.34vw;
        margin-left: -41.06vw;
        width: 26.4vw;
    }
    .survey-02 {
        top: 33.34vw;
        margin-left: -12.94vw;
        width: 26.4vw;
    }
    .survey-03 {
        top: 33.34vw;
        margin-left: 15.47vw;
        width: 26.4vw;
    }

    .survey-04 {
        top: 64.67vw;
        margin-left: -41.06vw;
        width: 26.4vw;
    }
    .survey-05 {
        top: 64.67vw;
        margin-left: -12.94vw;
        width: 26.4vw;
    }
    .survey-06 {
        top: 64.67vw;
        margin-left: 15.47vw;
        width: 26.4vw;
    }

    .survey-07 {
        top: 96vw;
        margin-left: -41.06vw;
        width: 26.4vw;
    }
    .survey-08 {
        top: 96vw;
        margin-left: -12.94vw;
        width: 26.4vw;
    }
    .survey-09 {
        top: 96vw;
        margin-left: 15.47vw;
        width: 26.4vw;
    }

    .survey-10 {
        top: 127.47vw;
        margin-left: -41.06vw;
        width: 26.4vw;
    }
    .survey-11 {
        top: 127.47vw;
        margin-left: -12.94vw;
        width: 26.4vw;
    }
    .survey-12 {
        top: 127.47vw;
        margin-left: 15.47vw;
        width: 26.4vw;
    }
    .survey-selected {
        width: 30vw;
        margin-top: -4vw;
        height: auto;
    }
    .survey-selected-error {
        width: 32.9vw;
        margin-top: -4vw;
        height: auto;
    }
    .survey-selected-01 {
        top: 33vw;
        margin-left: -44.5vw;
    }
    .survey-selected-02 {
        top: 33vw;
        margin-left: -16.5vw;
    }
    .survey-selected-03 {
        top: 33.34vw;
        margin-left: 12vw;
    }
    .survey-selected-04 {
        top: 64vw;
        margin-left: -44.5vw;
    }
    .survey-selected-05 {
        top: 64vw;
        margin-left: -16.5vw;
    }
    .survey-selected-06 {
        top: 64.34vw;
        margin-left: 12vw;
    }
    .survey-selected-07 {
        top: 96.34vw;
        margin-left: -44.5vw;
    }
    .survey-selected-08 {
        top: 96vw;
        margin-left: -16.5vw;
    }
    .survey-selected-09 {
        top: 96vw;
        margin-left: 12vw;
    }
    .survey-selected-10 {
        top: 127.5vw;
        margin-left: -44.5vw;
    }
    .survey-selected-11 {
        top: 127.5vw;
        margin-left: -16.5vw;
    }
    .survey-selected-12 {
        top: 127.5vw;
        margin-left: 12vw;
    }
    .survey-selected-error-01 {
        top: 33.2vw;
        margin-left: -45.3vw;
    }
    .survey-selected-error-02 {
        top: 33.2vw;
        margin-left: -16.8vw;
    }
    .survey-selected-error-03 {
        top: 33.5vw;
        margin-left: 11.5vw;
    }
    .survey-selected-error-04 {
        top: 64.6vw;
        margin-left: -45.2vw;
    }
    .survey-selected-error-05 {
        top: 64.6vw;
        margin-left: -17.1vw;
    }
    .survey-selected-error-06 {
        top: 64.6vw;
        margin-left: 11.5vw;
    }
    .survey-selected-error-07 {
        top: 96vw;
        margin-left: -45vw;
    }
    .survey-selected-error-08 {
        top: 96vw;
        margin-left: -16.7vw;
    }
    .survey-selected-error-09 {
        top: 96vw;
        margin-left: 11.5vw;
    }
    .survey-selected-error-10 {
        top: 127.5vw;
        margin-left: -45.2vw;
    }
    .survey-selected-error-11 {
        top: 127.5vw;
        margin-left: -17.2vw;
    }
    .survey-selected-error-12 {
        top: 127.5vw;
        margin-left: 11.5vw;
    }
    .survey-thanks {
        margin-left: -35vw;
        top: 162vw;
        width: 70vw;
    }
    .survey-popup {
        top: 45vw;
        margin-left: -43vw;
        width: 86vw;
        height: 50vw;
        font-size: 6vw;
        padding-top: 25vw;
    }
    .survey-popup-close {
        top: -8vw;
        right: -3vw;
        width: 15vw;
    }
    .survey-popup .pt1 {
        font-size: 10vw;
    }

    .products {
        background-image: none;
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: #ffe000;
    }
    .productsmenu {
        background-size: 100% auto;
        background-image: url(../assets/img/frontend/mobile/bg-productsmenu.png);
        min-height: 150vw;
    }
    .products-items img {
        width: 70vw;
    }
    .productsmenu-title {
        font-size: 9vw;
        line-height: 10vw;
        width: 100vw;
        margin-left: -50vw;
        padding-top: 15vw;
    }
    .productsmenu-title-img {
        display: none;
    }
    .productsmenu-title-img-m {
        display: inline;
        width: 94vw;
    }
    .productsmenu-title span {
        font-size: 12vw;
    }
    .productsmenu-close {
        top: 1vw;
        right: 1vw;
        width: 15vw;
    }
    .products-items {
        text-align: center;
        width: 90vw;
        padding-top: 20vw;
        margin-left: -45vw;
    }
    .products-item {
        width: 42.5vw;
        height: 46.6vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
    }
    .products-item img {
        width: 42.5vw;
    }
    .products-title {
        font-size: 6vw;
        line-height: 8vw;
        width: 80vw;
        margin-left: -40vw;
    }
    .products-title span {
        font-size: 9vw;
    }
    .products-menu-btn {
        margin-left: -22vw;
        width: 44vw;
        margin-top: 1vw;
        margin-bottom: 2vw;
    }
    .products-popup {
        margin-left: -45vw;
        border-radius: 2.5vw;
        width: 90vw;
        height: 134vw;
        background-color: #009edf;
        background-image: none;
        margin-top: -35vw; 
    }
    .products-popup-close {
        right: -2.7vw;
        width: 11.87vw;
        top: -4vw;
        z-index: 10;
    }
    .products-popup .t1 {
        width: 70vw;
        font-size: 8vw;
        margin-left: -35vw;
        padding-top: 2vw;
        padding-bottom: 1vw;
        line-height: 8vw;
    }
    .products-popup .t2 {
        font-size: 5vw;
        line-height: 5vw;
        width: 90vw;
        margin-left: -45vw;
        padding-top: 11vw;
        padding-bottom: 2vw;
        border-bottom: 1vw solid #FFE000;
    }
    .products-popup-item {
        top: 22vw;
        left: 15vw;
        width: 60vw;
    }
    
    .products-popup .t3 {
        font-size: 3vw;
        line-height: 4.5vw;
        width: 80vw;
        margin-left: -40vw;
        top: 80vw;
        padding-top: 0px;
        padding-bottom: 1vw;
        border-bottom: 1vw solid #FFE000;
        max-height: 49vw;
        overflow-y: scroll;
    }    
    .products-bullets {
        width: 50vw;
        display: inline-block;
        padding: 8vw 0px;
    }
    .products-left, .products-right {
        width: 17vw;
    }
    .products-bullet, .products-bullet-selected {
        width: 5vw;
        height: 5vw;
    }
    .products-grid-items {
        margin-left: -42.7vw;
        width: 90vw;
        height: auto;
    }
    .products-bottom {
        margin-left: -50vw;
        width: 100vw;
        background-color: #00aeef;
        padding-bottom: 0vw;
        margin-bottom: 0vw;
    }

    .roulette {
        background-image: url(../assets/img/frontend/mobile/roulette-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .roulette-title {
        font-size: 6vw;
        line-height: 7vw;
        width: 88vw;
        margin-left: -44vw;
        padding-top: 10vw;
        padding-bottom: 4vw;
    }
    .roulette-title .t2 {
        font-size: 4vw;
    }
    .roulette-title span {
        font-size: 7.5vw;
    }
    .roulette-bg {
        width: 140vw;
        margin-left: -72.5vw;
        height: 160vw;
    }
    .roulette-disc {
        margin: 10vw;
        width: 120vw;
    }
    .roulette-shadow {
        top: 14vw;
        left: 14vw;
        width: 120vw;
    }
    .roulette-hand {
        /*margin-left: -15vw;
        width: 30vw;
        top: 140vw;
        bottom: auto;*/
        margin-left: -6vw;
        width: 20vw;
        top: 149vw;
        bottom: auto;
    }
    .roulette-popup {
        top: 62vw;
        margin-left: -45vw;
        width: 90vw;
        height: 76vw;
    }
    .roulette-popup-close {
        top: -6vw;
        right: -2vw;
        width: 14vw;
    }
    .roulette-item {
        padding: 11vw 5.6vw;
        width: 28vw;
    }
    .roulette-popup-title {
        font-size: 6.5vw;
        width: 45vw;
        margin-left: -2.7vw;
        top: 14.67vw;
    }
    .roulette-popup-description {
        font-size: 4.5vw;
        width: 86vw;
        margin-left: -43vw;
        top: 46.67vw;
    }

    .unboxers {
        background-image: url(../assets/img/frontend/mobile/unboxers-bg.png);
        background-position: top center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 1000px;
    }
    .unboxers-title {
        font-size: 6vw;
        line-height: 7vw;
        width: 88vw;
        margin-left: -44vw;
        padding-top: 14vw;
    }
    .unboxers-title span {
        font-size: 8vw;
    }
    .unboxers-left, .unboxers-right {
        display: none;
    }
    .unboxers-box-01 {
        width: 88vw;
    }
    .unboxers-bottom {
        display: none;
    }
    .unboxers-items {
        padding-bottom: 0vw;
        margin-left: -45vw;
        width: 90vw;
    }
    .unboxers-content {
        width: 90vw;
        margin-left: -45vw;
    }
    .unboxers-data {
        width: 90vw;
        max-height: none;
    }
    .unboxers-data-item {
        margin-bottom: 2vw;
    }
    .unboxer-01 {
        top: 2vw;
        margin-left: -1vw;
        width: 30vw;
        right: 2vw;
    }
    .unboxer-01-name {
        font-size: 9vw;
        width: 46vw;
        top: 5vw;
        margin-left: -37vw;
    }
    .unboxer-01-age {
        font-size: 3vw;
        width: 46vw;
        top: 17vw;
        margin-left: -37vw;
    }
    .unboxer-01-toy {
        font-size: 3vw;
        width: 46vw;
        top: 23vw;
        margin-left: -37vw;
    }
    .unboxer-01-comment {
        font-size: 3vw;
        width: 70vw;
        top: 34vw;
        margin-left: -32vw;
    }
    .unboxer-01-comment img {
        width: 3.2vw;
    }


    .menu-btn {
        width: 13vw;
    }
    .menu-list {
        top: 0px;
        left: auto;
        margin-left: 0vw;
        width: 100%;
        height: 174vw;
        padding: 0px;
        border-radius: 0px;
        background-image: url(../assets/img/frontend/mobile/menu-bg.png);
    }
    .menu-close {
        display: inline;
        position: absolute;
        top: 1vw;
        right: 3vw;
        z-index: 10;
        cursor: pointer;
    }
    .menu-list .menu-1 {
        top: 20vw;
        left: 0vw;
    }
    .menu-list .menu-2 {
        top: 20vw;
        left: 50vw;
    }
    .menu-list .menu-3 {
        top: 61.5vw;
        left: 0vw;
    }
    .menu-list .menu-4 {
        top: 61.5vw;
        left: 50vw;
    }
    .menu-list .menu-5 {
        top: 104vw;
        left: 0vw;
    }
    .menu-list .menu-6 {
        top: 104vw;
        left: 50vw;
    }
    .menu-list .menu-1 img, .menu-list .menu-4 img {
        width: 50.1vw;
    }
    .menu-list .menu-2 img, .menu-list .menu-3 img, .menu-list .menu-5 img, .menu-list .menu-6 img {
        width: 50.3vw;
    }
    .menu-notocar {
        top: 157vw;
        left: 0vw;
        width: 100vw;
    }
    .menu-list a img {
        width: 50vw;
        height: 42.7vw;
    }


}