* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    background: #490674;
    text-align: center;
}

.overflow {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
    outline: none;
    border: 0;
}

ul {
    margin: 0;
    list-style-type: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.wrapper {
    max-width: 320px;
    padding: 0 5px;
    margin: auto;
    position: relative;
}

.main {
    background: url(../img/mainbg.png) no-repeat center top;
    padding-top: 25px;
 padding-bottom: 190px;
}

.logo {
    display: block;
    max-width: 175px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
}

.logo::after {
    content: "";
    background: url(../img/moonlight.png) no-repeat;
    position: absolute;
    top: -25px;
    right: -150px;
    width: 346px;
    height: 292px;
}

.logo img {
    position: relative;
    z-index: 1;
}

.main__title {
    text-transform: uppercase;
    font-size: 50px;
    text-shadow: 4px 3px #9514ba, 8px 6px #400e71;
    line-height: 1.1;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}
.main__title b, 
.main__title span {
    display: block;
}

.characters:hover+.logo,
.characters:hover+.logo+.main__title {
    filter: blur(10px);
}

.character__shadow {
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.character__hover {
    position: absolute;
    top: 0;
    left: 0;
  
  opacity: 0;
  transition: .3s;
}

.character:hover .character__hover {
    display: block;   z-index: 5;
    opacity: 1;
}

.character img {
    max-width: none;
}

.character__message {
    position: absolute;
    text-align: center;
    color: #fff200;
    font-size: 20px;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -2px 2px 0 #000, -3px 3px 0 #000, -4px 4px 0 #000, -5px 5px 0 #000;
    line-height: 1;
}

.character__message p {
    position: relative;
    z-index: 1;
    max-width: 160px;
    margin: auto;
}

.strange p {
    transform: rotate(-5deg);

}

.capitana p {
    transform: rotate(-5deg);
    margin-top: -30px;
}

.character__message img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.character__message b {
    display: block;
    font-size: 33px;
}

.character {
    position: absolute;
}
.woman{
    display: none;
}
.woman .character__message {
    color: #e31d17;
}


.strange {
     bottom: -232px;
    left: -5px;
    }
    .capitana {
       bottom: -209px;
    left: 100px;
    }

    .adwordo {
          bottom: -232px;
    left: 205px;
    }

    .strange .character__message {
   top: -40px;
    right: -137px;
    }

  
    .capitana .character__message {
top: -75px;
    color: #fff;
    right: -86px;
    font-size: 28px;
    padding-top: 12px;
    }

    .adwordo .character__message {
       top: -70px;
    left: -127px;
    font-size: 25px;
    }
.btn {
    display: block;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #aa69db;
    padding: 17px 25px 17px 55px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    z-index: 4;
    height: 60px;
    overflow: hidden;
    max-width: 260px;
    margin: auto;
    line-height: 1;transition: .2s;
}



.btn__arrow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    left: -183px;


}
.btn__arrow polygon{
      fill:#8854af;transition: .2s;
}
.arrow {
    margin: 10px auto 0;
    animation:arrow infinite 2s linear;
animation-fill-mode: backwards;
}
@keyframes arrow{
0%{
transform: translateY(0);
}
50%{
transform: translateY(10px);
}
100%{
transform: translateY(0);
}
}

.btn div {
    position: relative;
    z-index: 1;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
}

.btn__icon {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 2px;
    left: -33px;
}

.btn:hover {
    text-decoration: none;
background: #fcb813;
}
.btn:hover
 .btn__arrow polygon{
    fill:#ca930f
 }

.title {
    margin-top: 60px;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 4px 3px #9514ba;
    line-height: 1.1;
    margin-bottom: 17px;
}

.title--read {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.read {
    background: url(../img/readbg.png) no-repeat center top;
}

.read__stars {
    position: relative;
    top: -55px;
    margin: auto;
}

.read__list {
    margin-top: -80px;
}

.read__item {
    background: url(../img/readbg1.png) no-repeat;
    position: relative;
    text-transform: uppercase;
    min-height: 207px;
    max-width: 282px;
    margin: auto;
    margin-bottom: -18px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.read__item:nth-child(1) {
    color: #fff200
}

.read__item:nth-child(2) {

    background-image: url(../img/readbg2.png);
}

.read__item:nth-child(3) {
    background-image: url(../img/readbg3.png);
    color: #fff200
}

.read__item:nth-child(4) {
    background-image: url(../img/readbg4.png);
    color: #00fff6
}

.read__item:nth-child(5) {
    background-image: url(../img/readbg5.png);
}

.read__item:nth-child(6) {
    background-image: url(../img/readbg6.png);
    color: #ff83f8
}

.read__decor {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
}

.read__item p {
    max-width: 170px;
    margin: auto;
    text-shadow:
        -0 -1px 0 #000000,
        0 -1px 0 #000000,
        -0 1px 0 #000000,
        0 1px 0 #000000,
        -1px -0 0 #000000,
        1px -0 0 #000000,
        -1px 0 0 #000000,
        1px 0 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        2px 2px 0 #000,
        -1px 2px 0 #000,
        3px 3px 0 #000;
}

.read__item:nth-child(1) .read__decor {
    margin: -97px 0 0 -123px
}

.read__item:nth-child(2) .read__decor {
    margin: -80px 0 0 -93px;
}

.read__item:nth-child(3) .read__decor {
    margin: -107px 0 0 -153px
}

.read__item:nth-child(4) .read__decor {
    margin: -87px 0 0 -110px
}

.read__item:nth-child(5) .read__decor {
    margin: -107px 0 0 -33px
}

.read__item:nth-child(6) .read__decor {
    margin: -105px 0 0 -123px
}

.omg {
    margin: auto;
    position: relative;
    margin-top: -26px;
    margin-bottom: 30px;
}

.prize {
    padding-top: 60px;
}

.spiderman {
    margin: auto;
}

.title--prize {
    position: relative;
    margin-bottom: 50px;
}

.doodle {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.doodle2 {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.doodle3 {
    display: none;
}

.prize__item {
    position: relative;
    margin-bottom: 25px;
    background: url(../img/prizebg.png) no-repeat center/contain;
}

.prize__icon {
    margin: auto;
    position: relative;
    z-index: 1;
}

.prize__bubble {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.prize__item p {
    position: relative;
    min-height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

.prize__item span {
    text-shadow:
        -0 -1px 0 #000000,
        0 -1px 0 #000000,
        -0 1px 0 #000000,
        0 1px 0 #000000,
        -1px -0 0 #000000,
        1px -0 0 #000000,
        -1px 0 0 #000000,
        1px 0 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        3px 3px 0 #000;
    color: #fff200;
    text-transform: uppercase;
    max-width: 200px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 1;
}

.inner {
    padding-top: 30px;
}

.title--inner {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.wonderwoman {
    margin: auto;
}

.inner__item p {
    text-shadow:
        -0 -1px 0 #000000,
        0 -1px 0 #000000,
        -0 1px 0 #000000,
        0 1px 0 #000000,
        -1px -0 0 #000000,
        1px -0 0 #000000,
        -1px 0 0 #000000,
        1px 0 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        3px 3px 0 #000;
    color: #fff200;
    text-transform: uppercase;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 15px;
}

.inner__bubble {
    margin: auto;
}

.title--final {
    font-size: 24px;
    margin-bottom: 40px;
}

.mrweb {
    margin: auto;
}

.final {
    background: url(../img/finalbg.png) no-repeat center bottom;

}

.title--final b {
    display: block;
    font-size: 36px;
}

.spiderman {
    margin: auto;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}

.exclusive {

    transform: rotate(5deg);
    font-size: 23px;
    line-height: 1.1;
    position: relative;
}

.exclusive {
    text-shadow:
        -0 -1px 0 #000000,
        0 -1px 0 #000000,
        -0 1px 0 #000000,
        0 1px 0 #000000,
        -1px -0 0 #000000,
        1px -0 0 #000000,
        -1px 0 0 #000000,
        1px 0 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000,
        1px 1px 0 #000000,
        2px -2px 0 #000,
        3px -3px 0 #000,
        4px -4px 0 #000,
        2px -4px 0 #000;
    color: #fff200;
    max-width: 200px;
    margin: auto;
}

.exclusive span {
    position: relative;
    z-index: 1;
}

.final__bubble {
    position: absolute;
    max-width: none;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.final__rinning-line {
    padding-top: 60px;
    width: 991px;
    margin-left: -110%;
}

.mySwiper1 img {
    padding-right: 30px;
}

.mySwiper1 img,
.mySwiper1 .swiper-slide {
    width: 346px !important;
    height: 59px !important;
}

.final__rinning-line .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.mySwiper2 img,
.mySwiper2 .swiper-slide {
    width: 723px !important;
    height: 161px !important;
}


.mySwiper2 {
    margin-top: -20px;
}

.read__stars2 {
    display: none;
}

.batman {
    margin: auto;
}

@media(min-width:700px) {


    .main {
        background-image: url(../img/desk/mainbg.png);
        background-size: cover;
        background-position: center bottom;
    }

    .read {
        background-image: url(../img/desk/readbg.png);
        background-position: center top;
    }

    .final {
        background-size: 100% auto;
        background-position: center top 150px;
    }


}

@media(min-width:992px) {
    body {
        font-size: 24px;
    }

    .wrapper {
        max-width: 992px;
        padding: 0 10px;
    }

    .main {
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 380px;
    }

    .shadows {
        position: absolute;
        left: 50%;
        margin-left: -470px;
        bottom: -560px;
    }

    .main__title {
        font-size: 156px;
        text-shadow: 7px 7px #ba01cd, 12px 12px #4b0e87;
        margin-bottom: 40px;
    }
    body.en .main__title{ font-size: 107px;}

    .main__title span {
        font-size: 136px;
    }

    body.en .main__title span {
        font-size: 84px;
        max-width: 500px;
        margin: auto;
    }

    .title {
        margin-bottom: 60px;
        font-size: 50px;
    }

    .title--read {
        font-size: 50px;
        max-width: none;
    }

    .btn {
        height: 75px;
        padding: 24px 25px 24px 55px
    }

    .btn--main,
    .btn--final {
        font-size: 24px;
        padding: 19px 25px 19px 55px;
    }

    .btn--main .btn__icon,
    .btn--final .btn__icon {
        top: 6px;
    }



    .logo {
        max-width: 225px;
        position: absolute;
        left: 10px;
        top: 55px;
    }

    .logo::after {
        background: url(../img/desk/moonlight.png) no-repeat;
        top: -95px;
        right: auto;
        left: -35px;
        width: 479px;
        height: 462px;
    }

    .btn {
        width: 380px;
        max-width: none;
        border-radius: 10px;
    }

    .btn__icon {
        max-width: 30px;
        max-height: 30px;
        top: 0;
        left: -30px;
    }



    .btn__arrow {
        top: -6px;
        width: 97%;
        height: 89px;
        left: -273px;
    }

    .read {
        padding-top: 45px;
        background-size: 100% auto;
    }

    .read__list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    .read__item {
        width: 305px;
        max-width: none;
        background-size: 100% 100%;
        min-height: none;
        margin: 0;
    }

    .read__item:nth-child(1) {
        background-image: url(../img/desk/readbg1.png);
        height: 225px;
    }

    .read__item:nth-child(2) {
        background-image: url(../img/desk/readbg2.png);
        height: 250px;
    }

    .read__item:nth-child(3) {
        background-image: url(../img/desk/readbg3.png);
        height: 280px;
    }

    .read__item:nth-child(4) {
        align-self: flex-end;
        margin-top: -65px;
        background-image: url(../img/desk/readbg4.png);
        height: 280px;
    }

    .read__item:nth-child(5) {
        align-self: flex-end;
        margin-top: -65px;
        background-image: url(../img/desk/readbg5.png);
        height: 250px;
    }

    .read__item:nth-child(6) {
        align-self: flex-end;
        margin-top: -65px;
        background-image: url(../img/desk/readbg6.png);
        height: 225px;
    }

    .read__item p {
        max-width: 210px;
    }

    .read__item:nth-child(2) p {
        max-width: 230px;
    }

    .read__stars2,
    .read__stars {
        max-width: none;
        display: block;
    }

    .read__stars {
        top: -65px;
        left: -57px;
    }

    .read__stars2 {
        position: absolute;
        top: 750px;
        left: -37px;
    }

    .read__item:nth-child(1) .read__decor {
        margin: -107px 0 0 -135px;
    }

    .read__item:nth-child(2) .read__decor {
        margin: -100px 0 0 -105px;
    }

    .read__item:nth-child(3) .read__decor {
        margin: -130px 0 0 -173px;
    }

    .read__item:nth-child(4) .read__decor {
        margin: -113px 0 0 -125px;
    }

    .read__item:nth-child(5) .read__decor {
        margin: -131px 0 0 -40px;
    }

    .read__item:nth-child(6) .read__decor {
        margin: -115px 0 0 -123px;
    }

    .btn--read,
    .btn--prize {
        display: none;
    }

    .omg {
        margin-top: -46px;
    }

    .batman {
        position: absolute;
        top: -330px;
        right: -450px;

    }

    .prize {
        padding-top: 20px;
    }

    .prize__list {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .prize__item {
        min-width: 320px;
        background: url(../img/desk/prizebg.png) no-repeat center/contain;
    }

    .prize__item p {
        margin-top: 0;
    }

    .prize__item:last-child p {
        margin-top: 10px;
    }

    .wonderwoman {
        position: absolute;
        top: -340px;
        left: -350px;


    }

    .prize__item span {
        text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 2px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000, 5px 5px 0 #000;
    }

    .title--inner {
        max-width: 800px;
    }

    .inner__list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .inner__item {
        display: flex;

        flex-direction: column;
    }

    .inner__item:nth-child(3) picture,
    .inner__item:nth-child(1) picture,
    .inner__item:nth-child(3) img,
    .inner__item:nth-child(1) img {
        order: 2;
    }

    .inner__item:nth-child(3) p,
    .inner__item:nth-child(1) p {
        order: 1;
    }

    .mrweb {
        position: absolute;
        top: 110px;
        right: -440px;
    }

    .title--prize>div {
        position: relative;
        display: table;
        margin: auto;
    }

    .doodle {
        top: -50px;
    }

    .doodle2 {
        bottom: -20px;
        left: auto;
        right: -130px;
        top: 15px;
        transform: none;
    }

    .doodle3 {
        display: block;
        position: absolute;
        left: -129px;
        top: 15px;
    }

    .title--inner {
        margin-bottom: 90px;
    }

    .final {
        background: url(../img/desk/finalbg.jpg) no-repeat center top -50px;
        padding-top: 60px;
    }

    .title--final b {
        font-size: 80px;
    }

    .exclusive {
        font-size: 32px;
        position: absolute;
        top: 370px;
        right: 110px;
    }

    .final__rinning-line {
        width: 2000px;
        margin-left: -53%;
        padding-top: 0;
    }

    .mySwiper1 img {
        padding-right: 80px;
    }

    .mySwiper1 img,
    .mySwiper1 .swiper-slide {
        width: 960px !important;
        height: 161px !important;
    }


    .mySwiper2 img,
    .mySwiper2 .swiper-slide {
        width: 1868px !important;
        height: 229px !important;
    }

    .mySwiper2 {
        margin-top: -50px;
    }

    .logo,
    .main__title {
        transition: .1s;
    }










    .character__message {
        font-size: 36px;
        text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -2px 2px 0 #000, -3px 3px 0 #000, -4px 4px 0 #000, -5px 5px 0 #000;

    }

    .character__message p {
        max-width: 300px;
    }





    .character__message b {
        font-size: 56px;
    }

.woman{
    display: block;
}

    .strange {
        bottom: -562px;
        left: 25px;
    }

    .woman {
        bottom: -490px;
        left: 283px;
    }

    .capitana {
        bottom: -489px;
        left: 470px;
    }

    .adwordo {
        bottom: -558px;
        left: 715px;
    }

    .strange .character__message {
        top: -50px;
        right: -237px;
    }

    .woman .character__message {
        top: -80px;
        left: -287px;
        font-size: 40px;
    }

    .capitana .character__message {
        top: -120px;
        right: -167px;
        font-size: 50px;
    }

    .adwordo .character__message {
        top: -110px;
        left: -227px;font-size: 41px;
    }
}

@media(min-width:2000px) {
    .final {
        background-size: cover;
    }

    .read {
        background-size: 100% 100%;
    }

    .final__rinning-line {
        width: 3000px;
        margin-left: -83%;
    }
}

.language_list {
    position: absolute;
    top: -2px;
    right: 20px;
}
@media(max-width:560px) {
    .language_list{
        z-index: 10;
    }
}

.language_list li {
    list-style: none;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding-left: 38px;
    cursor: pointer;
    margin-left: 15px;
    background: url("../img/flag_en.png") 0 50% no-repeat;
}

.language_list li:hover, .language_list li.active {
    color: #FFDC78;
}

.language_list li:first-child {
    background: url("../img/flag_ru.png") 0 50% no-repeat;
}

body:not(.en) .btn--main,
body:not(.en) .btn--final {
    font-size: 26px;
    line-height: 1.3;
}
@media(max-width:992px) {
    body:not(.en) .btn--main,
    body:not(.en) .btn--final {
        font-size: 18px;
        line-height: 1.3;
    }
}

.copyright_bl{
    text-align: center;
    font-size: 12px;
    color: #d7d7d7;
    padding: 10px 0;
}
.copyright_bl a{
    color: #d7d7d7;
}


