@media screen and (max-width: 930px) {
    .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .content-wrapper .game {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .content-wrapper .cartoon {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
}

.game {
    /*display: none;*/
    height: 356px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: auto 100%; */
}

.game__view1 {
    background: url(/images/main/game-back1.jpg) no-repeat center center, url(/images/main/game-back1-back.jpg) repeat-x left top;
}

.game__view2 {
    background: url(/images/main/game-back2.jpg) no-repeat center center, url(/images/main/game-back2-back.jpg) repeat-x left top;
}

.game__view3 {
    background: url(/images/main/game-back3.jpg) no-repeat center center, url(/images/main/game-back3-back.jpg) repeat-x left top;
}

.game__view4 {
    background: url(/images/main/game-back4.jpg) no-repeat center center, url(/images/main/game-back4-back.jpg) repeat-x left top;
}

.game__view5 {
    background: url(/images/main/game-back5.jpg) no-repeat center center, url(/images/main/game-back5-back.jpg) repeat-x left top;
}

.game__view6 {
    background: url(/images/main/game-back6.jpg) no-repeat center center, url(/images/main/game-back6-back.jpg) repeat-x left top;
}

.game__view18 {
    background: url(/images/main/game-back18.jpg) no-repeat center center, linear-gradient(to right, #00a10c 30%, #1a3898 70%);
}

.game__title6 {
    display: none;
}

.game__content {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.game__title {
    position: absolute;
    top: 45px;
    right: 40px;
    max-width: 50%;
    transform: translate(13%, -10%);
}

    .game__title img {
        width: 100%;
    }

.game__logo18 {
    position: absolute;
    top: 45px;
    right: 200px;
    width: 64px;
    height: 67px;
    background: url(/images/main/logo-18.png) no-repeat 0 0;
}

    .game__logo18 a {
        position: absolute;
        top: 8px;
        left: 80px;
        width: 150px;
        height: 60px;
        color: #86feff;
        text-decoration: underline;
        display: block;
        cursor: pointer;
        font-size: 16px;
        font-family: "RotondaBoldRegular", serif;
        user-select: none;
    }

.game__logo {
    width: 299px;
    height: 211px;
    background: url(/images/main/game-logo.png) no-repeat 0 0;
    background-size: contain;
    max-width: 40%;
    position: absolute;
    top: 0;
    left: -34px;
}

.game__see-video {
    position: absolute;
    bottom: 63px;
    left: 28px;
    color: #86feff;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-family: "RotondaBoldRegular", serif;
    padding: 7px 12px 7px 66px;
}

    .game__see-video:hover {
        text-decoration: none;
    }

.game__see-video-icon {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 46px;
    height: 33px;
}

.game__button-full-bkg {
    position: absolute;
    display: block;
    right: 40px;
    bottom: 10px;
    width: 250px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.game__button-full-link {
    position: absolute;
    display: block;
    right: 3px;
    bottom: 10px;
    width: 324px;
    height: 47px;
    text-decoration: underline;
    font-size: 16px;
    color: #86feff;
    font-family: "RotondaBoldRegular", serif;
    text-align: center;
    line-height: 47px;
    /*background-color: rgba(0, 150, 0, 0.4);*/
}

@media screen and (max-width: 930px) {
    .game__button-full-bkg {
        width: 190px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .game__button-full-link {
        height: 35px;
        width: 262px;
        text-decoration: underline;
        font-size: 14px;
        line-height: 35px;
    }
}

@media screen and (max-width: 500px) {
    .game__button-full-bkg {
        right: 25px;
        bottom: 5px;
        width: 150px;
        height: 50px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .game__button-full-link {
        bottom: 5px;
        height: 29px;
        width: 195px;
        text-decoration: underline;
        font-size: 11px;
        line-height: 31px;
    }
}

.game__button {
    position: absolute;
    width: 324px;
    display: block;
    right: 3px;
    bottom: 25px;
    max-width: 40%;
    cursor: pointer;
    background-image: url(/images/main/game-button-back-new.png);
    background-repeat: no-repeat;
    background-position: 0 -100%;
    background-size: 100% auto;
}

    .game__button:hover {
        background-position: 0 51%;
        animation: none;
    }

    .game__button:active {
        background-position: 0 101%;
    }

    .game__button img {
        width: 100%;
        opacity: 1;
        animation: pulp 4s infinite ease-in;
        position: relative;
    }

    .game__button:hover img,
    .game__button:active img {
        opacity: 0;
        animation: none;
    }

@keyframes pulp {
    5% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    10% {
        width: calc(100% + 8px);
        left: -4px;
        height: calc(100% + 8px);
        top: 1px;
    }

    15% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    20% {
        width: calc(100% + 8px);
        left: -4px;
        height: calc(100% + 8px);
        top: 1px;
    }

    25% {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 930px) {
    .game {
        height: 620px;
        background-position: center top;
        background-size: cover;
    }

    .game__view1 {
        background-image: url(/images/main/game-sm-back1.jpg);
    }

    .game__view2 {
        background-image: url(/images/main/game-sm-back2.jpg);
    }

    .game__view3 {
        background-image: url(/images/main/game-sm-back3.jpg);
    }

    .game__view4 {
        background-image: url(/images/main/game-sm-back4.jpg);
    }

    .game__view5 {
        background-image: url(/images/main/game-sm-back5.jpg);
    }

    .game__view6 {
        background-image: url(/images/main/game-sm-back6.jpg);
    }

    .game__view18 {
        background-image: url(/images/main/game-sm-back18.jpg);
    }

    .game__title {
        top: 13px;
        right: -2px;
        max-width: 55%;
        transform: none;
    }

    .game__logo {
        max-width: 38%;
        top: 16px;
        left: -6px;
    }

    .game__button {
        right: 11px;
        top: auto;
        bottom: 20px;
        /*width: 47%;*/
        width: 250px;
        max-width: 324px;
    }

    .game__see-video {
        bottom: 5%;
        left: 7%;
    }
}

@media screen and (max-width: 500px) {
    .game {
        height: 356px; /*578px;*/
    }

    .game__title {
        max-width: 60%;
    }

    .game__logo {
        max-width: 49%;
        top: 3px;
        left: -11px;
    }

    .game__button {
        top: auto;
        bottom: 10px;
        right: 0;
        /*width: 48%;*/
        width: 200px;
        transform: scale(0.9);
    }

    .game__see-video {
        top: 306px;
        left: 50px;
        padding: 0;
        transform: scale(0.8);
    }

    .game__see-video-icon {
        top: 2px;
        left: -55px;
    }
}

.cartoon {
    background: #28166e;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#28166e), color-stop(20%, #1d105e), to(#1d105e));
    background: -o-linear-gradient(top, #28166e 0%, #1d105e 20%, #1d105e 100%);
    background: linear-gradient(to bottom, #28166e 0%, #1d105e 20%, #1d105e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28166e', endColorstr='#1d105e',GradientType=0 );
}

.cartoon__content {
    max-width: 980px;
    margin: 0 auto;
    padding: 77px 0 32px 0;
    position: relative;
}

.cartoon__title {
    position: absolute;
    top: 27px;
    padding: 12px 51px 12px 37px;
    left: 17px;
    z-index: 9;
}

.cartoon__title-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    fill: #140b42;
}

.cartoon__wrapper {
    margin: 0 -45px;
    width: calc(100% + 90px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 49px 20px 49px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartoon__wrapper-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    fill: #140b42;
    z-index: 1;
}

.cartoon__video {
    width: 45%;
    margin-right: 15px;
    z-index: 9;
}

.cartoon__video-wrapper {
    padding: 20px 25px 25px;
    height: 249px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    position: relative;
    z-index: 99;
}

.cartoon__video-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cartoon__video-link {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .cartoon__video-link:after {
        width: 147px;
        height: 120px;
        content: '';
        display: inline-block;
        background: url(/images/main/youtube-icon.png);
        position: relative;
        top: 50%;
        margin-top: -60px;
    }

.cartoon__video-link__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cartoon__video-video {
    width: 100%;
    height: 100%;
}

.cartoon__video-new {
    width: 96px;
    height: 65px;
    background: url(/images/main/cartoon-new.png) no-repeat 0 0;
    position: absolute;
    top: -20px;
    right: -20px;
}

.cartoon__video-title {
    color: #fff;
    font-size: 16px;
    margin-left: 27px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

.cartoon__slider-wrapper {
    width: 55%;
    position: relative;
    z-index: 9;
}

.cartoon__see-all {
    position: absolute;
    top: -57px;
    right: 37px;
    text-decoration: underline;
    font-size: 16px;
    color: #86feff;
    z-index: 99;
    font-family: "RotondaBoldRegular", serif;
}

    .cartoon__see-all:hover {
        text-decoration: none;
    }

.cartoon__see-all-icon {
    fill: #86feff;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 4px;
    right: -21px;
}

.cartoon__slider {
    max-height: 210px;
    overflow: hidden;
}

    .cartoon__slider * {
        outline: none;
    }

.cartoon__slider-button {
    position: absolute;
    top: 0;
    height: 100%;
    fill: #fff;
    width: 45px;
    border: none;
    outline: none;
    z-index: 99;
    cursor: pointer;
}

    .cartoon__slider-button.slick-disabled {
        display: none !important;
    }

.cartoon__slider-button--prev {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#140c42), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #140c42 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #140c42 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140c42', endColorstr='#00ffffff',GradientType=1 );
}

.cartoon__slider-button--next {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#140c42));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #140c42 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #140c42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#140c42',GradientType=1 );
    right: 0;
}

.cartoon__slider-button svg {
    width: 25px;
    height: 39px;
    margin-bottom: 45px;
}

.cartoon__slider-link {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.cartoon__slider-img {
    max-width: 100%;
    margin-bottom: 15px;
}

.cartoon__slider-title {
    font-size: 12px;
    line-height: 17px;
    width: 100%;
    overflow: hidden;
}

    .cartoon__slider-title:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 930px) {
    .cartoon__content {
        padding-top: 114px;
        padding-bottom: 0;
    }

    .cartoon__title {
        position: absolute;
        top: 42px;
        left: 50%;
        -webkit-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
        transform: translateX(-51%);
        width: 80%;
        max-width: 318px;
        padding: 0;
    }

        .cartoon__title img {
            width: 100%;
        }

    .cartoon__title-back {
        display: none;
    }

    .cartoon__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 60px;
    }

    .cartoon__wrapper-back {
        display: none;
    }

    .cartoon__video-wrapper {
        height: 341px;
        padding: 20px 32px 40px;
        margin: 0 12px;
    }

    .cartoon__video {
        width: 100%;
        padding: 15px;
        margin-right: 0;
    }

    .cartoon__video-title {
        text-align: center;
        margin: 7px 0 10px;
    }

    .cartoon__slider-wrapper {
        width: 100%;
        background: #140b42;
        background: -webkit-gradient(linear, left top, left bottom, from(#140b42), to(#1d105d));
        background: -o-linear-gradient(top, #140b42 0%, #1d105d 100%);
        background: linear-gradient(to bottom, #140b42 0%, #1d105d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140b42', endColorstr='#1d105d',GradientType=0 );
        padding: 36px 15px 85px 15px;
    }

    .cartoon__slider-button {
        width: 10%;
    }

        .cartoon__slider-button svg {
            display: none;
        }

    .cartoon__see-all {
        top: auto;
        right: auto;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 500px) {
    .cartoon__content {
        padding-top: 105px;
    }

    .cartoon__video-wrapper {
        height: 249px;
    }
}

.join {
    background: #4cb9e8;
}

.join__content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 15px 20px;
    position: relative;
}

.join__image {
    position: absolute;
}

.join__image--top {
    display: none;
}

.join__image--left {
    right: 73%;
    top: 37px;
}

.join__image--right {
    left: 89%;
    top: 50px;
}

.join__wrapper {
    max-width: 700px;
    min-height: 150px;
    margin: 0 auto;
    position: relative;
    padding: 20px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
}

.join__wrapper-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    fill: #caefff;
    z-index: 1;
}

.join__blck-title {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 85%;
    transform: translate(-50%, -75%);
    z-index: 3;
}

.join__blck-widget {
    position: relative;
    z-index: 3;
    width: 285px;
    height: 203px;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join__blck-yt {
    width: 285px;
    height: 203px;
}

.join__blck-insta {
    position: relative;
    height: 203px;
    width: 285px;
    border: 1px solid #c3c3c3;
    background: #f9f9f9;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.join__blck-insta-header {
    width: 100%;
    height: 33px;
    background-image: linear-gradient(to right, #cf35b4, #f64f65, #ffb343);
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: "Tahoma";
    font-weight: bold;
    padding: 10px 0 0 35px;
    box-sizing: border-box;
}

    .join__blck-insta-header::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 5px;
        width: 25px;
        height: 25px;
        background: url(/images/main/widget-insta-logo.png) no-repeat 0 0;
        background-size: 100%;
    }

.join__blck-insta-pages {
    width: 229px;
    height: 111px;
    background: url(/images/main/widget-insta-pages.jpg) no-repeat center center;
    background-size: 100%;
    margin-top: 9px;
}

.join__blck-insta-button {
    width: 229px;
    height: 28px;
    background: #f44b68;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-family: "Tahoma";
    text-align: center;
    text-decoration: none;
    margin-top: 9px;
    line-height: 28px;
}

    .join__blck-insta-button:hover, .join__blck-insta-button:active {
        background: #df2e4d;
    }

.join__blck-bs {
    width: 250px;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
}

@media screen and (max-width: 930px) {
    .join__wrapper {
        margin: 0 auto;
        padding: 30px;
        height: auto;
        max-width: 400px;
        flex-direction: column-reverse;
    }

    .join__content {
        padding-top: 166px;
    }

    .join__image--top {
        display: block;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .join__image--left, .join__image--right, .join__blck-filler {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .join__image--top {
        top: 0;
    }
}

.gallery {
    background: #4cb9e8;
}

.gallery__content {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery__link {
    display: inline-block;
    margin: 0 5px 10px;
}

    .gallery__link img {
        max-width: 100%;
    }

@media screen and (max-width: 500px) {
    .gallery__link {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.popup-video__wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding: 50px 15px 20px 15px;
}

.popup-video {
    background: #fff1ae;
    margin: 0 auto;
    border-radius: 20px;
    padding: 40px 20px 20px;
    max-width: 760px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.popup-video__close {
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    position: absolute;
    background: transparent;
    top: 20px;
    right: 20px;
    display: block;
    cursor: pointer;
    padding: 0;
}

.popup-video__close-icon {
    width: 20px;
    height: 20px;
    fill: #64296a;
}

.popup-video__title {
    position: absolute;
    top: -25px;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup-video__video-title {
    font-size: 18px;
    color: #64296a;
    margin-bottom: 15px;
}

.popup-video__video-video {
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
}

.popup-video__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup-video__preview-wrapper {
    margin-right: 10px;
    border: none;
    outline: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    padding: 0;
}

    .popup-video__preview-wrapper:last-child {
        margin-right: 0;
    }

.popup-video__preview-img {
    max-width: 100%;
    margin-bottom: 10px;
}

.popup-video__preview-title {
    font-size: 12px;
    color: #64296a;
}

@media screen and (max-width: 930px) {
    .popup-video {
        top: 1000px;
    }

    .popup-video__video-video {
        height: 200px;
    }
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
