@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/akrobat-black-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
    }
@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/akrobat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/akrobat-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
    }
@font-face {
    font-family: 'PFAgoraSansPro';
    src: url('../fonts/pfagorasanspro-reg-webfont.woff2') format('woff2'),
         url('../fonts/pfagorasanspro-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    }



body {
    font: 12px/1.2 'PFAgoraSansPro',Helvetica,Arial,sans-serif;
    }



.title {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 180px;
    margin: 0;
    padding: 0;
    background: url(../img/ws-bg.svg) no-repeat 0 0;
    font: 0/0 a;
    }
    .title a {
        display: block;
        width: 137px;
        height: 63px;
        margin: 27px 0 0 43px;
        padding: 0;
        background: url(../img/ws-logo.png) no-repeat 50% / contain;
        text-decoration: none;
        color: #FFF;
        }
@media (max-width: 425px), (max-height: 425px) {
    .title {
        width: 317px;
        height: 117px;
        background: url(../img/ws-bg-phone.svg) no-repeat 100% 100% / cover;
        }
        .title a {
            margin: 9px 0 0 45px;
            }
}



.audio-switch {
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 22px;
    height: 26px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    text-indent: 100px;
    font: 0/0 a;
    cursor: pointer;
    }
    .audio-switch__item {
        position: absolute;
        top: 50%;
        width: 2px;
        height: 2px;
        margin: 0;
        padding: 0;
        transform: translateY(-50%);
        animation: sound 2s infinite;
        background: #FFF;
        font: 0/0 a;
        }
    .audio-switch__item:nth-child(1) {
        left: 0;
        max-height: 10px;
        animation-duration: 742ms;
        }
    .audio-switch__item:nth-child(2) {
        left: 4px;
        animation-duration: 884ms;
        }
    .audio-switch__item:nth-child(3) {
        left: 8px;
        animation-duration: 947ms;
        }
    .audio-switch__item:nth-child(4) {
        left: 12px;
        animation-duration: 897ms;
        }
    .audio-switch__item:nth-child(5) {
        left: 16px;
        animation-duration: 719ms;
        }
    .audio-switch__item:nth-child(6) {
        left: 20px;
        max-height: 10px;
        animation-duration: 742ms;
        }
    @keyframes sound {
        0% {
            height: 2px;
        }
        100% {
            height: 100%;
        }
    }

.audio-switch--off {
    background: url(../img/volume_off.svg) no-repeat 50% / cover;
    }
    .audio-switch--off .audio-switch__item {
        /*min-height: 2px !important;
        max-height: 2px !important;
        animation-play-state: paused;*/
        display: none;
        }

.audio-switch--ready {
    background: url(../img/volume_off.svg) no-repeat 50% / cover;
    }
    .audio-switch--ready .audio-switch__item {
        display: none;
        }

@media (max-width: 425px), (max-height: 425px) {
    .audio-switch {
        top: 21px;
        right: 21px;
        }
}



.share {
    position: absolute;
    top: 50%;
    right: 50px;
    margin: -63px 0 0;
    padding: 0;
    list-style: none;
    font: 0/0 a;
    }
    .share__item {
        overflow: hidden;
        width: 22px;
        height: 22px;
        margin: 0 0 30px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 22px 22px;
        }
    .share__item:last-child {
        margin-bottom: 0;
        }
    .share__item--facebook {
        background-image: url(../img/share-facebook.svg);
        }
    .share__item--twitter {
        background-image: url(../img/share-twitter.svg);
        }
    .share__item--vk {
        background-image: url(../img/share-vk.svg);
        }
        .share__link {
            display: block;
            width: 100%;
            height: 100%;
            margin: 0;
            text-decoration: none;
            color: #FFF;
            }
@media (max-width: 768px) {
    .share {
        top: auto;
        right: 0;
        bottom: 30px;
        left: 0;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        }
        .share__item {
            margin: 0 10px;
            }
}
@media (max-height: 425px) {
    .share {
        display: none;
        }
}



.gazeta {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 225px;
    height: 135px;
    background: url(../img/gazeta-bg.svg) no-repeat 100% 100%  / 275px auto;
    text-decoration: none;
    font: 0/0 a;
    color: #FEFEFF;
    }
    .gazeta::before {
        content: "";
        position: absolute;
        bottom: 41px;
        right: 46px;
        width: 71px;
        height: 9px;
        background: url(../img/gazeta-logo.svg) no-repeat 0 0 / contain;
        }
@media (max-width: 425px), (max-height: 425px) {
    .gazeta {
        width: 90px;
        height: 95px;
        background: url(../img/gazeta-bg-phone.svg) no-repeat 0 0;
        }
        .gazeta::before {
            bottom: 35px;
            right: 9px;
            width: 60px;
            height: 7px;
            }
}



/* game */
.guess-game {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 16px;
    color: #FEFEFF;
    }



    /* hero photo */
    .guess-game__hero {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        }

        /* photo */
        .guess-game__hero::before {
            content: '';
            display: block;
            position: absolute;
            z-index: -2;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 1;
            }
        .guess-game[data-hero="1"] .guess-game__hero::before {
            background: url(../img/q01.jpg) no-repeat 50% / cover;
            }
        .guess-game[data-hero="2"] .guess-game__hero::before {
            background: url(../img/q02.jpg) no-repeat 50% / cover;
            }
        .guess-game[data-hero="3"] .guess-game__hero::before {
            background: url(../img/q03.jpg) no-repeat 50% / cover;
            }
        .guess-game[data-hero="4"] .guess-game__hero::before {
            background: url(../img/q04.jpg) no-repeat 50% / cover;
            }
        .guess-game[data-hero="5"] .guess-game__hero::before {
            background: url(../img/q05.jpg) no-repeat 50% / cover;
            }
        .guess-game[data-hero="6"] .guess-game__hero::before {
            background: url(../img/q06.jpg) no-repeat 50% / cover;
            }

        /* mask */
        .guess-game__hero::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0%;
            bottom: 0%;
            left: 0;
            z-index: -1;
            background: rgba(53,129,223,0.8);
            animation: slide 0.3s linear;
            }
        @keyframes slide {
            0% {right: 100%; bottom: 100%;}
            100% {right: 0; bottom: 0;}
            }

        /* cut */
        .guess-game__heropic {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            transform: translateX(-50%) translateY(-50%);
            object-fit:cover;
            }
        .guess-game[data-hero="1"] .guess-game__heropic {
            animation: heropic-1 0.5s linear;
            -webkit-clip-path: polygon(42% 32%, 46% 6%, 67% 6%, 76% 37%, 64% 60%, 53% 60%);
            clip-path: polygon(42% 32%, 46% 6%, 67% 6%, 76% 37%, 64% 60%, 53% 60%);
            }
        .guess-game[data-hero="2"] .guess-game__heropic {
            animation: heropic-2 0.5s linear;
            -webkit-clip-path: polygon(16% 36%, 29% 10%, 45% 10%, 52% 39%, 50% 60%, 30% 60%);
            clip-path: polygon(16% 36%, 29% 10%, 45% 10%, 52% 39%, 50% 60%, 30% 60%);
            }
        .guess-game[data-hero="3"] .guess-game__heropic {
            animation: heropic-3 0.5s linear;
            -webkit-clip-path: polygon(33% 11%, 46% 0%, 56% 2%, 60% 20%, 56% 41%, 40% 41%);
            clip-path: polygon(33% 11%, 46% 0%, 56% 2%, 60% 20%, 56% 41%, 40% 41%);
            }
        .guess-game[data-hero="4"] .guess-game__heropic {
            animation: heropic-4 0.5s linear;
            -webkit-clip-path: polygon(42% 42%, 48% 20%, 62% 20%, 67% 43%, 61% 59%, 46% 59%);
            clip-path: polygon(42% 42%, 48% 20%, 62% 20%, 67% 43%, 61% 59%, 46% 59%);
            }
        .guess-game[data-hero="5"] .guess-game__heropic {
            animation: heropic-5 0.5s linear;
            -webkit-clip-path: polygon(29% 24%, 32% 1%, 56% 1%, 60% 29%, 57% 46%, 40% 46%);
            clip-path: polygon(29% 24%, 32% 1%, 56% 1%, 60% 29%, 57% 46%, 40% 46%);
            }
        .guess-game[data-hero="6"] .guess-game__heropic {
            animation: heropic-6 0.5s linear;
            -webkit-clip-path: polygon(30% 31%, 43% 18%, 58% 18%, 63% 36%, 52% 53%, 36% 53%);
            clip-path: polygon(30% 31%, 43% 18%, 58% 18%, 63% 36%, 52% 53%, 36% 53%);
            }

    @keyframes heropic-1 {
        0% {
            -webkit-clip-path: polygon(42% 32%, 46% 6%, 46% 22%, 46% 22%, 46% 22%, 34% 34%);
            clip-path: polygon(42% 32%, 46% 6%, 46% 22%, 46% 22%, 46% 22%, 34% 34%);
            }
        100% {
            -webkit-clip-path: polygon(42% 32%, 46% 6%, 67% 6%, 76% 37%, 64% 60%, 53% 60%);
            clip-path: polygon(42% 32%, 46% 6%, 67% 6%, 76% 37%, 64% 60%, 53% 60%);
            }
        }
    @keyframes heropic-2 {
        0% {
            -webkit-clip-path: polygon(16% 36%, 29% 10%, 32% 22%, 32% 22%, 32% 22%, 20% 34%);
            clip-path: polygon(16% 36%, 29% 10%, 32% 22%, 32% 22%, 32% 22%, 20% 34%);
            }
        100% {
            -webkit-clip-path: polygon(16% 36%, 29% 10%, 45% 10%, 52% 39%, 50% 60%, 30% 60%);
            clip-path: polygon(16% 36%, 29% 10%, 45% 10%, 52% 39%, 50% 60%, 30% 60%);
            }
        }
    @keyframes heropic-3 {
        0% {
            -webkit-clip-path: polygon(34% 24%, 46% 12%, 46% 12%, 46% 12%, 46% 12%, 34% 24%);
            clip-path: polygon(34% 24%, 46% 12%, 46% 12%, 46% 12%, 46% 12%, 34% 24%);
            }
        100% {
            -webkit-clip-path: polygon(33% 11%, 46% 0%, 56% 2%, 60% 20%, 56% 41%, 40% 41%);
            clip-path: polygon(33% 11%, 46% 0%, 56% 2%, 60% 20%, 56% 41%, 40% 41%);
            }
        }
    @keyframes heropic-4 {
        0% {
            -webkit-clip-path: polygon(42% 42%, 48% 20%, 41% 14%, 41% 14%, 41% 14%, 29% 26%);
            clip-path: polygon(42% 42%, 48% 20%, 38% 3%, 45% 30%, 35% 48%, 21% 48%);
            }
        100% {
            -webkit-clip-path: polygon(42% 42%, 48% 20%, 62% 20%, 67% 43%, 61% 59%, 46% 59%);
            clip-path: polygon(42% 42%, 48% 20%, 62% 20%, 67% 43%, 61% 59%, 46% 59%);
            }
        }
    @keyframes heropic-5 {
        0% {
            -webkit-clip-path: polygon(9% 24%, 21% 12%, 21% 12%, 21% 12%, 21% 12%, 9% 24%);
            clip-path: polygon(9% 24%, 21% 12%, 21% 12%, 21% 12%, 21% 12%, 9% 24%);
            }
        100% {
            -webkit-clip-path: polygon(29% 24%, 32% 1%, 56% 1%, 60% 29%, 57% 46%, 40% 46%);
            clip-path: polygon(29% 24%, 32% 1%, 56% 1%, 60% 29%, 57% 46%, 40% 46%);
            }
        }
    @keyframes heropic-6 {
        0% {
            -webkit-clip-path: polygon(30% 31%, 43% 18%, 43% 18%, 43% 18%, 43% 18%, 30% 31%);
            clip-path: polygon(30% 31%, 43% 18%, 43% 18%, 43% 18%, 43% 18%, 30% 31%);
            }
        100% {
            -webkit-clip-path: polygon(30% 31%, 43% 18%, 58% 18%, 63% 36%, 52% 53%, 36% 53%);
            clip-path: polygon(30% 31%, 43% 18%, 58% 18%, 63% 36%, 52% 53%, 36% 53%);
            }
        }

    .guess-game[data-hero="1"] .guess-game__hero--1,
    .guess-game[data-hero="2"] .guess-game__hero--2,
    .guess-game[data-hero="3"] .guess-game__hero--3,
    .guess-game[data-hero="4"] .guess-game__hero--4,
    .guess-game[data-hero="5"] .guess-game__hero--5,
    .guess-game[data-hero="6"] .guess-game__hero--6 {
        display: block;
        }

    @media (max-width: 425px), (max-height: 425px), (max-width: 768px) and (max-height: 1024px) {

        .guess-game[data-hero="1"] .guess-game__heropic {
            -webkit-clip-path: polygon(46% 26%, 58% 13%, 94% 13%, 99% 19%, 94% 39%, 58% 39%);
            clip-path: polygon(46% 26%, 58% 13%, 94% 13%, 99% 19%, 94% 39%, 58% 39%);
            }
        @keyframes heropic-1 {
            0% {
                -webkit-clip-path: polygon(46% 26%, 58% 13%, 45% 26%, 45% 26%, 45% 26%, 29% 35%);
                clip-path: polygon(46% 26%, 58% 13%, 45% 26%, 45% 26%, 45% 26%, 29% 35%);
                }
            100% {
                -webkit-clip-path: polygon(46% 26%, 58% 13%, 94% 13%, 99% 19%, 94% 39%, 58% 39%);
                clip-path: polygon(46% 26%, 58% 13%, 94% 13%, 99% 19%, 94% 39%, 58% 39%);
                }
            }

        .guess-game[data-hero="2"] .guess-game__heropic {
            -webkit-clip-path: polygon(0% 38%, 4% 17%, 34% 13%, 58% 26%, 36% 47%, 9% 47%);
            clip-path: polygon(0% 38%, 4% 17%, 34% 13%, 58% 26%, 36% 47%, 9% 47%);
            }
        @keyframes heropic-2 {
            0% {
                -webkit-clip-path: polygon(0% 38%, 4% 17%, 17% 24%, 17% 24%, 17% 24%, 0% 32%);
                clip-path: polygon(0% 38%, 4% 17%, 17% 24%, 17% 24%, 17% 24%, 0% 32%);
                }
            100% {
                -webkit-clip-path: polygon(0% 38%, 4% 17%, 34% 13%, 58% 26%, 36% 47%, 9% 47%);
                clip-path: polygon(0% 38%, 4% 17%, 34% 13%, 58% 26%, 36% 47%, 9% 47%);
                }
            }

        .guess-game[data-hero="3"] .guess-game__heropic {
            -webkit-clip-path: polygon(14% 28%, 26% 7%, 66% 7%, 78% 23%, 62% 43%, 28% 43%);
            clip-path: polygon(14% 28%, 26% 7%, 66% 7%, 78% 23%, 62% 43%, 28% 43%);
            }
        @keyframes heropic-3 {
            0% {
                -webkit-clip-path: polygon(14% 28%, 26% 7%, 45% 17%, 45% 17%, 45% 17%, 25% 25%);
                clip-path: polygon(14% 28%, 26% 7%, 45% 17%, 45% 17%, 45% 17%, 25% 25%);
                }
            100% {
                -webkit-clip-path: polygon(14% 28%, 26% 7%, 66% 7%, 78% 23%, 62% 43%, 28% 43%);
                clip-path: polygon(14% 28%, 26% 7%, 66% 7%, 78% 23%, 62% 43%, 28% 43%);
                }
            }

        .guess-game[data-hero="4"] .guess-game__heropic {
            -webkit-clip-path: polygon(27% 44%, 42% 25%, 76% 25%, 90% 40%, 78% 54%, 43% 54%);
            clip-path: polygon(27% 44%, 42% 25%, 76% 25%, 90% 40%, 78% 54%, 43% 54%);
            }
        @keyframes heropic-4 {
            0% {
                -webkit-clip-path: polygon(27% 44%, 42% 25%, 38% 18%, 38% 18%, 25% 40%, 30% 40%);
                clip-path: polygon(27% 44%, 42% 25%, 38% 18%, 38% 18%, 25% 40%, 30% 40%);
                }
            100% {
                -webkit-clip-path: polygon(27% 44%, 42% 25%, 76% 25%, 90% 40%, 78% 54%, 43% 54%);
                clip-path: polygon(27% 44%, 42% 25%, 76% 25%, 90% 40%, 78% 54%, 43% 54%);
                }
            }

        .guess-game[data-hero="5"] .guess-game__heropic {
            left: 70%;
            width: 150%;
            -webkit-clip-path: polygon(0% 26%, 8% 10%, 59% 10%, 63% 27%, 58% 50%, 20% 50%);
            clip-path: polygon(0% 26%, 8% 10%, 59% 10%, 63% 27%, 58% 50%, 20% 50%);
            }
        .guess-game[data-hero="5"] .guess-game__hero::before {
            background-position: 40% 50%;
            }
        @keyframes heropic-5 {
            0% {
                -webkit-clip-path: polygon(0% 26%, 8% 19%, 8% 19%, 50% 19%, 30% 48%, 10% 30%);
                clip-path: polygon(0% 26%, 8% 19%, 8% 19%, 50% 19%, 30% 48%, 10% 30%);
                }
            100% {
                -webkit-clip-path: polygon(0% 26%, 8% 10%, 59% 10%, 63% 27%, 58% 50%, 20% 50%);
                clip-path: polygon(0% 26%, 8% 10%, 59% 10%, 63% 27%, 58% 50%, 20% 50%);
                }
            }

        .guess-game[data-hero="6"] .guess-game__heropic {
            -webkit-clip-path: polygon(13% 32%, 38% 24%, 65% 24%, 73% 35%, 56% 49%, 25% 49%);
            clip-path: polygon(13% 32%, 38% 24%, 65% 24%, 73% 35%, 56% 49%, 25% 49%);
            }
        @keyframes heropic-6 {
            0% {
                -webkit-clip-path: polygon(13% 32%, 38% 24%, 38% 24%, 38% 24%, 38% 24%, 13% 32%);
                clip-path: polygon(13% 32%, 38% 24%, 38% 24%, 38% 24%, 38% 24%, 13% 32%);
                }
            100% {
                -webkit-clip-path: polygon(13% 32%, 38% 24%, 65% 24%, 73% 35%, 56% 49%, 25% 49%);
                clip-path: polygon(13% 32%, 38% 24%, 65% 24%, 73% 35%, 56% 49%, 25% 49%);
                }
            }

    }

    /* bg */
    .guess-game__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        transition: opacity 0.7s ease-in;
        background: rgba(53,129,223,0.8);
        font: 0/0 a;
        }
    .guess-game[data-hero] .guess-game__bg {
        opacity: 0;
        }

    /* video */
    .guess-game__video {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        background: url(../img/poster.jpg) no-repeat 50% / cover;
        }
    @media (max-width: 425px) {
        .guess-game__video {
            max-height: 100%;
            }
        .guess-game[data-play="3"] .guess-game__video {
            transition: transform 3s ease-in;
            }
        .guess-game[data-play="4"] .guess-game__video {
            transform: translateX(-40%) translateY(-50%);
            transition: transform 3s ease-in;
            }
        .guess-game[data-play="5"] .guess-game__video {
            transition: transform 3s ease-in;
            }
    }

    /* container */
    .guess-game__container {
        margin: 0;
        }

/* states */

/* intro */
.guess-game--intro .intro {
    display: flex;
    }
.guess-game--intro .guess-game__bg {
    opacity: 1;
    }

/* play */
.guess-game--play .steps {
    display: block;
    }
.guess-game--play .steps__corgi {
    display: block;
    }
    .guess-game--play .steps__corgi::before {
        display: none;
        }
    .guess-game--play .steps__corgi::after {
        display: block;
        }
@media (max-width: 768px) {
    .guess-game--play ~ .share {
        display: none;
        }
}

/* question */
.guess-game--question .about,
.guess-game--question .question,
.guess-game--question .steps {
    display: block;
    }
@media (max-width: 768px) {
    .guess-game--question ~ .share {
        display: none;
        }
}
@media (max-width: 425px), (max-height: 425px) {
    .guess-game--question .steps {
        display: none;
        }
}

/* result */
.guess-game--result .about,
.guess-game--result .result,
.guess-game--result .steps {
    display: block;
    }
@media (max-width: 768px) {
    .guess-game--result ~ .share {
        display: none;
        }
}
@media (max-width: 425px), (max-height: 425px) {
    .guess-game--result .steps {
        display: none;
        }
}

/* final */
.guess-game--final .final {
    display: block;
    }
.guess-game--final .guess-game__bg {
    opacity: 1;
    background: rgba(53,129,223,1);
    }



/* button */
.button {
    width: 215px;
    height: 35px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font: 12px/1 'PFAgoraSansPro',Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    background:
        url(../img/button.svg) no-repeat 50%,
        url(../img/button-fill.svg) no-repeat 500px 500px;
    color: #FEFEFF;
    cursor: pointer;
    }
.button:hover,
.button:active,
.button:focus {
    background: url(../img/button-fill.svg) no-repeat 50%;
    color: #1902A1;
    }
.button[disabled] {
    opacity: 0.5;
    pointer-events: none;
    }

.button.linkbutton{
    text-decoration: none;
    padding: 12px 0;
    margin-top: 13px;
}

/* intro */
.intro {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: 0;
    left: 80px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
    color: #FFF;
    }
    .intro__title {
        margin: 0 0 25px;
        font: 900 112px/1 'Akrobat',Helvetica,Tahoma,sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #FEBA2C;
        }
    .intro__desc {
        max-width: 570px;
        margin: 0 0 30px;
        font-size: 16px;
        text-align: center;
        color: #FFF;
        }
    .intro__note {
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        }
@media (max-width: 1100px) {
    .intro__title {
        font-size: 100px;
        }
}
@media (max-width: 1024px) {
    .intro__title {
        font-size: 90px;
        }
}
@media (max-width: 768px) {
    .intro {
        left: 20px;
        right: 20px;
        }
        .intro__title {
            font-size: 69px;
            }
        .intro__note {
            bottom: 100px;
            }
}
@media (max-height: 850px) {
    .intro__note {
        bottom: 20px;
        max-width: 500px;
        }
}
@media (max-height: 670px) {
    .intro__note {
        display: none;
        }
}
@media (max-width: 425px), (max-height: 425px) {
    .intro {
        left: 10px;
        right: 10px;
        }
        .intro__title {
            font-size: 60px;
            }
        .intro__desc {
            margin-bottom: 20px;
            font-size: 14px;
            }
}
@media (max-width: 375px) {
    .intro__title {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 50px;
        }
}



/* about */
.about {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    margin: 0;
    padding: 0;
    color: #FEFEFF;
    }
    .about__item {
        margin: 0;
        }
    .about__item--name {
        margin: 0 0 10px;
        text-transform: uppercase;
        font: 900 72px/1 'Akrobat',Helvetica,Tahoma,sans-serif;
        color: #FEBA2C;
        }
    .about__item--age {
        margin: 0 0 12px;
        text-transform: uppercase;
        font-size: 18px;
        }
.guess-game[data-hero="1"] .about {
    top: 9%;
    left: 20%;
    }
.guess-game[data-hero="2"] .about {
    top: 15%;
    left: 53%;
    }
.guess-game[data-hero="3"] .about {
    top: 16%;
    left: 61%;
    }
.guess-game[data-hero="4"] .about {
    top: 22%;
    left: 67%;
    }
.guess-game[data-hero="5"] .about {
    top: 15%;
    left: 63%;
    }
.guess-game[data-hero="6"] .about {
    top: 20%;
    left: 65%;
    }

@media (max-height: 800px) and (-webkit-min-device-pixel-ratio: 2), (max-height: 800px) and (min-resolution: 192dpi) {
    .about__item--name {
        font-size: 52px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .guess-game[data-hero="1"] .about {
        top: 7%;
        left: 45%;
        }
    .guess-game[data-hero="2"] .about {
        top: 23%;
        left: 55%;
        }
    .guess-game[data-hero="3"] .about {
        top: 45%;
        left: 40%;
        }
    .guess-game[data-hero="4"] .about {
        top: 40%;
        left: 60%;
        }
    .guess-game[data-hero="5"] .about {
        top: 15%;
        left: 45%;
        }
    .guess-game[data-hero="6"] .about {
        top: 7%;
        left: 35%;
        }
}

@media (max-width: 425px), (max-height: 425px) {
    .guess-game .about {
        display: none;
        }
        /*
    .guess-game[data-hero="3"] .about {
        display: block;
        top: 45%;
        left: 20%;
        }*/
    .about__item--name {
        font-size: 32px;
        }
}



.question {
    display: none;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    color: #FEFEFF;
    }
    .question__title {
        margin: 0 0 20px;
        text-align: center;
        font: 900 48px/0.95 'Akrobat',Helvetica,Tahoma,sans-serif;
        color: #FEBA2C;
        }
    .question__answers {
        margin: 0;
        padding: 0;
        font: 0/0 a;
        text-align: center;
        }
        .question__answer {
            margin: 0 10px 10px;
            padding:  0 20px;
            }

@media (max-height: 800px) {
    .question {
        bottom: 120px;
        }
}

@media (max-width: 425px), (max-height: 425px) {
    .question {
        bottom: 70px;
        }
    .guess-game[data-hero="1"] .question {
        bottom: 50px;
        }
    .guess-game[data-hero="2"] .question {
        bottom: 50px;
        }
    .guess-game[data-hero="6"] .question {
        bottom: 50px;
        }
        .question__title {
            font-size: 28px;
            }
}



.result {
    display: none;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    }
    .result__title {
        display: none;
        margin: 0 0 10px 1.5em;
        font: 900 72px/1 'Akrobat',Helvetica,Tahoma,sans-serif;
        }
    .result__title--true {
        color: #00D559;
        }
    .result__title--false {
        color: #E82915;
        }
    .guess-game--result-true .result__title--true {
        display: block;
        }
    .guess-game--result-false .result__title--false {
        display: block;
        }
    .result__text {
        margin: 0 0 20px 8em;
        font-size: 18px;
        }
    .result__button {
        margin: 0 0 0 13em;
        }
        /*
    .guess-game[data-hero="3"] .result__title {
        display: none;
        }
    .guess-game[data-hero="3"] .result__text {
        display: none;
        }
        */

@media (max-height: 800px) and (-webkit-min-device-pixel-ratio: 2), (max-height: 800px) and (min-resolution: 192dpi) {
    .result__title {
        margin-bottom: 5px;
        font-size: 42px;
        }
    .result__text {
        margin-bottom: 10px;
        font-size: 14px;
        }
}

@media (max-height: 800px) {
    .result {
        bottom: 130px;
        }
}

@media (max-width: 425px), (max-height: 425px) {
    .result {
        bottom: 70px;
        text-align: center;
        }
        .result__title {
            margin-left: 0;
            margin-bottom: 10px;
            font-size: 48px;
            }
        .result__text {
            margin-left: 10px;
            margin-right: 10px;
            }
        .result__button {
            margin-left: 0;
            }
}



.steps {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font: 0/0 a;
    }
    .steps__items {
        margin: 0;
        padding: 0;
        list-style: none;
        }
        .steps__item {
            width: calc(100% / 6);
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 10px 0 0;
            text-align: left;
            font: 12px/1 Helvetica,Arial,sans-serif;
            color: rgba(255,255,255,0.5);
            }
            .steps__item::before {
                content: "";
                position: absolute;
                top: 0;
                left: 3px;
                right: -3px;
                height: 1px;
                background: rgba(255,255,255,0.5);
                font: 0/0 a;
                }
            .steps__item::after {
                content: "";
                position: absolute;
                top: -2px;
                left: 3px;
                width: 5px;
                height: 5px;
                margin: 0;
                padding: 0;
                border: 1px solid rgba(255,255,255,0.5);
                box-sizing: border-box;
                background-color: #585CA2;
                background-clip: padding-box;
                }
        .steps__item--true {
            color: rgba(255,255,255,1);
            }
            .steps__item--true::before {
                background: rgba(255,255,255,1);
                }
            .steps__item--true::after {
                border-color: rgba(255,255,255,1);
                background-color: #2ABF4D;
                }
        .steps__item--false {
            color: rgba(255,255,255,1);
            }
            .steps__item--false::before {
                border-color: rgba(255,255,255,1);
                background: rgba(255,255,255,1);
                }
            .steps__item--false::after {
                border-color: rgba(255,255,255,1);
                background-color: #F90E1C;
                }
        .steps__item--current {
            color: rgba(255,255,255,1);
            }
            .steps__item--current::before {
                border-color: rgba(255,255,255,1);
                }
            .steps__item--current::after {
                border-color: rgba(255,255,255,1);
                }
        .steps__item:last-child {
            width: 14px;
            }
            .steps__item:last-child::before {
                display: none;
                }
    .steps__corgi {
        display: none;
        position: absolute;
        top: -25px;
        left: 5%;
        width: 27px;
        height: 15px;
        margin: 0;
        padding: 0;
        font: 0/0 a;
        }
        .steps__corgi::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../img/corgi-stop.png) no-repeat 50% / contain;
            }
        .steps__corgi::after {
            display: none;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../img/corgi-play.gif) no-repeat 50% / contain;
            }
    .guess-game[data-play="0"] .steps__corgi {
        left: 22%;
        animation: run0 9s linear;
        }
    .guess-game[data-play="1"] .steps__corgi {
        left: 42%;
        animation: run1 13s linear;
        }
    .guess-game[data-play="2"] .steps__corgi {
        left: 55%;
        animation: run2 9s linear;
        }
    .guess-game[data-play="3"] .steps__corgi {
        left: 75%;
        animation: run3 9s linear;
        }
    .guess-game[data-play="4"] .steps__corgi {
        left: 90%;
        animation: run4 18s linear;
        }
    .guess-game[data-play="5"] .steps__corgi {
        display: none;
        }
    .guess-game[data-play="6"] .steps__corgi {
        display: none;
        }
    @keyframes run0 {
        0% {left: 5%;}
        100% {left: 22%;}
    }
    @keyframes run1 {
        0% {left: 22%;}
        100% {left: 42%;}
    }
    @keyframes run2 {
        0% {left: 42%;}
        100% {left: 55%;}
    }
    @keyframes run3 {
        0% {left: 55%;}
        100% {left: 75%;}
    }
    @keyframes run4 {
        0% {left: 75%;}
        100% {left: 90%;}
    }
    @keyframes run5 {
        0% {left: 76%;}
        100% {left: 90%;}
    }
@media (max-width: 425px), (max-height: 425px) {
    .steps {
        bottom: 100px;
        }
}



.final {
    display: none;
    position: absolute;
    /*
    top: 150px;
    */
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1335px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    }

    .final__title {
        max-width: 800px;
        margin: 0 auto 20px;
        text-transform: uppercase;
        font: 900 77px/0.9 'Akrobat',Helvetica,Tahoma,sans-serif;
        color: #FEBA2C;
        }

    .final__desc {
        margin: 0 0 60px;
        font-size: 16px;
        }

    .final__items {
        margin: 0 0 60px;
        padding: 0;
        }

        .final__item {
            overflow: hidden;
            display: inline-block;
            margin: 0;
            text-align: left;
            text-decoration: none;
            color: #FFF;
            }
            .final__pic {
                position: relative;
                display: block;
                width: 217px;
                height: 198px;
                margin: 0;
                background-repeat: no-repeat;
                background-position: 500px 500px;
                }
                .final__pic::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-position: 0 0;
                    }
            .final__name {
                display: block;
                margin: 0 0 5px 2em;
                text-transform: uppercase;
                font: 900 29px/1 'Akrobat',Helvetica,Tahoma,sans-serif;
                color: #FFF;
                }
            .final__job {
                display: block;
                margin: 0 0 0 4em;
                font-style: normal;
                font-size: 17px;
                color: #FEBA2C;
                }

        .final__item--1 {
            }
            .final__item--1 .final__pic {
                width: 210px;
                height: 190px;
                background-image: url(../img/f01-shadow.png);
                background-size: 210px auto;
                }
            .final__item--1:hover .final__pic {
                background-position: 0 0;
                }
                .final__item--1 .final__pic::before {
                    left: 9px;
                    width: 227px;
                    height: 184px;
                    }
                .final__item--1.final__item--true .final__pic::before {
                    background-image: url(../img/f01-true.png);
                    }
                .final__item--1.final__item--false .final__pic::before {
                    background-image: url(../img/f01-false.png);
                    }

        .final__item--2 {
            vertical-align: 20px;
            }
            .final__item--2 .final__pic {
                width: 218px;
                height: 190px;
                background-image: url(../img/f02-shadow.png);
                background-size: 218px auto;
                }
            .final__item--2:hover .final__pic {
                background-position: 0 0;
                }
                .final__item--2 .final__pic::before {
                    left: 10px;
                    width: 224px;
                    height: 190px;
                    }
                .final__item--2.final__item--true .final__pic::before {
                    background-image: url(../img/f02-true.png);
                    }
                .final__item--2.final__item--false .final__pic::before {
                    background-image: url(../img/f02-false.png);
                    }

        .final__item--3 {
            }
            .final__item--3 .final__pic {
                width: 207px;
                height: 190px;
                background-image: url(../img/f03-shadow.png);
                background-size: 207px auto;
                }
            .final__item--3:hover .final__pic {
                background-position: 0 2px;
                }
                .final__item--3 .final__pic::before {
                    left: 8px;
                    width: 210px;
                    height: 183px;
                    }
                .final__item--3.final__item--true .final__pic::before {
                    background-image: url(../img/f03-true.png);
                    }
                .final__item--3.final__item--false .final__pic::before {
                    background-image: url(../img/f03-false.png);
                    }

        .final__item--4 {
            }
            .final__item--4 .final__pic {
                width: 207px;
                height: 190px;
                background-image: url(../img/f04-shadow.png);
                background-size: 207px auto;
                }
            .final__item--4:hover .final__pic {
                background-position: 0 2px;
                }
                .final__item--4 .final__pic::before {
                    left: 8px;
                    width: 227px;
                    height: 183px;
                    }
                .final__item--4.final__item--true .final__pic::before {
                    background-image: url(../img/f04-true.png);
                    }
                .final__item--4.final__item--false .final__pic::before {
                    background-image: url(../img/f04-false.png);
                    }

        .final__item--5 {
            }
            .final__item--5 .final__pic {
                width: 219px;
                height: 190px;
                background-image: url(../img/f05-shadow.png);
                background-size: 219px auto;
                }
            .final__item--5:hover .final__pic {
                background-position: 0 5px;
                }
                .final__item--5 .final__pic::before {
                    left: 9px;
                    width: 195px;
                    height: 163px;
                    }
                .final__item--5.final__item--true .final__pic::before {
                    background-image: url(../img/f05-true.png);
                    }
                .final__item--5.final__item--false .final__pic::before {
                    background-image: url(../img/f05-false.png);
                    }

        .final__item--6 {
            vertical-align: 30px;
            }
            .final__item--6 .final__pic {
                width: 220px;
                height: 190px;
                background-image: url(../img/f05-shadow.png);
                background-size: 220px auto;
                }
            .final__item--6:hover .final__pic {
                background-position: 0 10px;
                }
                .final__item--6 .final__pic::before {
                    left: 17px;
                    width: 189px;
                    height: 168px;
                    }
                .final__item--6.final__item--true .final__pic::before {
                    background-image: url(../img/f05-true.png);
                    }
                .final__item--6.final__item--false .final__pic::before {
                    background-image: url(../img/f05-false.png);
                    }

@media (max-height: 800px) and (-webkit-min-device-pixel-ratio: 2), (max-height: 800px) and (min-resolution: 192dpi) {

    .final {
        /*
        top: 50px;
        */
        }
        .final__title {
            font-size: 57px;
            }

}

@media (max-width: 1024px) and (max-height: 768px) {

    .final {
        /*
        top: 50px;
        */
        top: 50px;
        transform: translateY(0);
        }

}

@media (max-width: 768px), (max-height: 768px) {

    .final__items {
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        padding: 0 20px 0 0;
        white-space: nowrap;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        -webkit-overflow-scrolling: touch;
        }
        .final__items::-webkit-scrollbar {
            display: none;
            }
        .final__items::after {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            width: 20px;
            content: "";
            pointer-events: none;
            background: linear-gradient(to right, rgba(53,129,223,0) 0%,rgba(53,129,223,1) 100%);
            }

}

@media (max-width: 425px), (max-height: 425px) {

    .final {
        /*
        top: 80px;
        */
        }

        .final__title {
            max-width: 160px;
            margin: 0 20px 10px auto;
            text-align: right;
            font-size: 28px;
            }

        .final__desc {
            margin: 0 20px 10px;
            }

        .final__items {
            margin-bottom: 20px;
            }

            .final__name {
                font-size: 26px;
                }
            .final__job {
                font-size: 14px;
                }

            .final__item {
                vertical-align: 0;
                }
            .final__item .final__pic {
                width: 180px;
                height: 140px;
                background: none;
                }
                .final__item .final__pic::before {
                    left: 15px;
                    width: 165px;
                    height: 130px;
                    }

}

