body {
    height: 100%;
}

#Body {
    position: relative;
    height: 100%;
    max-height: 100%;
    min-height: 650px;
    overflow: hidden;
}

/*--- [Start screen] ---*/
.main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2560px;
    height: 1440px;
    margin: -720px 0 -720px -1280px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.main-img-block {
    width: 100%;
    height: 100%;
    background: url(../img/people_bg.jpg) center center no-repeat;
    /*background-size: 1254px auto;*/
}

.main-img.scaled {
    -webkit-transform: translate(260px, -60px) scale(1.2);
    transform: translate(260px, -60px) scale(1.2);
}

.mouth {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 17px;
    height: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: url("../img/mouth.png") left top no-repeat;
    /*background-size: 16px 13px;*/
}

.head-left {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 92px;
    height: 103px;
    margin-bottom: 10px;
    margin-left: -321px;
    transform: rotate(-10deg);
    background: url("../img/head_lf.png") left top no-repeat;
    /*background-size: 78px 87px;*/
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.head-left.rotate {
    margin-left: -317px;
    transform: rotate(0deg);
}

.head-left-eyes {
    position: absolute;
    left: 50%;
    top: 33px;
    width: 36px;
    height: 14px;
    background: url(../img/head_lf_eyes.png) left top no-repeat;
    margin-left: -12px;
    margin-top: 13px;
    /*background-size: 41px auto;*/
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 0;
}

.rotate .head-left-eyes {
    opacity: 1;
}

.head-right {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 79px;
    height: 105px;
    margin-bottom: 19px;
    margin-left: 285px;
    transform: rotate(11deg);
    background: url("../img/head_rt.png") left top no-repeat;
    /*background-size: 66px 89px;*/
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.head-right.rotate {
    margin-left: 277px;
    margin-bottom: 18px;
    transform: rotate(0deg);
}

.hand-block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 83px;
    height: 68px;
    margin: 101px 0 0 291px;
    background: url(../img/hand_1.png) left top no-repeat;
    /*background-size: 65px 53px;*/
}

.hand-block-1 {
    background-image: url(../img/hand_2.png);
}

.hand-block-2 {
    background-image: url(../img/hand_3.png);
}

.start-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 516px;
    margin: -258px 0 0 -300px;
}

.start-screen-text {
    height: 485px;
    background: url('../img/bg.svg') center no-repeat;
    background-size: 100% auto;
    padding: 73px 69px;
    margin: 0 0 26px 0;
}

h2 {
    margin: 0 0 29px 0;
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 120%;
}

.start-screen-text h2.center {
    margin: 21px 0 38px 0;
    text-align: center;
}

.start-game {
    display: block;
    width: 429px;
    height: 61px;
    margin: 0 auto;
    background: #e36a0f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 61px;
    text-align: center;
    -webkit-transition: all ease 0.27s;
    transition: all ease 0.27s;
}

.start-game:hover {
    background: #FF6C16;
    color: #fff;
}

.start-screen-footer {
    position: relative;
}

.game-end .start-screen-footer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 595px;
    margin-top: 200px;
    margin-left: -450px;
}

.socials {
    position: absolute;
    left: 15px;
    top: 0;
    vertical-align: middle;
}

    .socials span {
        margin: 0 18px 0 0;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        vertical-align: middle;
    }

    .socials a {
        position: relative;
        width: 30px;
        height: 30px;
        margin-right: 9px;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        vertical-align: middle;
    }

    .socials a:before,
    .socials a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .socials a.ico-fb:before {
        background: url("../img/fb.svg") left top no-repeat;
        background-size: 30px;
    }

    .socials a.ico-vk:before {
        background: url("../img/vk.svg") left top no-repeat;
        background-size: 30px;
    }

    .socials a:hover {
        opacity: 0.7;
    }

.logo {
    position: absolute;
    left: 298px;
    top: 3px;
    width: 108px;
    height: 24px;
    background: url(../img/logo.svg) left top no-repeat;
    background-size: 108px auto;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.logo:hover {
    opacity: 0.7;
}

.developed {
    position: absolute;
    right: 15px;
    top: 6px;
    color: #fff;
    font-size: 12px;
}

    .developed a {
        color: #fff;
        border-bottom: 1px solid #fff;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
    }

    .developed a:hover {
        border-bottom-color: transparent;
    }

.said-bubble {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 367px;
    padding: 24px 29px;
    margin: 0 0 135px -30px;
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 120%;
}

.said-bubble:before {
    content: '';
    position: absolute;
    left: 62px;
    bottom: -28px;
    border-left: 14px solid #fff;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

/*--- [Questions] ---*/
.question-block {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.question-stat {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 960px;
    margin: 0 0 0 -480px;
    z-index: 1;
}

.timer {
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: 180px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.timer-inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0a549a;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
}

.timer-inner.big-num {
    -webkit-animation: numAnimate 0.6s 1;
    -webkit-animation-timing-function: linear;
    animation: numAnimate 0.6s 1;
    animation-timing-function: linear;
}

@-webkit-keyframes numAnimate {
    0%   { font-size: 30px; }
    30%  { font-size: 60px; }
    100% { font-size: 30px; }
}
@-moz-keyframes numAnimate {
    0%   { font-size: 30px; }
    30%  { font-size: 60px; }
    100% { font-size: 30px; }
}
@-o-keyframes numAnimate {
    0%   { font-size: 30px; }
    30%  { font-size: 60px; }
    100% { font-size: 30px; }
}
@keyframes numAnimate {
    0%   { font-size: 30px; }
    30%  { font-size: 60px; }
    100% { font-size: 30px; }
}

.question-num {
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 100px;
    height: 100px;
    padding-top: 27px;
    margin-bottom: 180px;
    border-radius: 50%;
    background: #0a549a;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.question-num span {
    display: block;
    padding-top: 5px;
    vertical-align: bottom;
    font-size: 15px;
    font-weight: bold;
}

.question-num b {
    display: inline-block;
    width: 34px;
    margin-bottom: -4px;
    font-size: 30px;
    vertical-align: bottom;
    text-align: center;
}

.question {
    position: absolute;
    left: 50%;
    bottom: 50%;
    max-width: 423px;
    min-width: 200px;
    padding: 24px 29px;
    margin: 0 0 135px -100px;
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 120%;
}

.question:before {
    content: '';
    position: absolute;
    left: 132px;
    bottom: -28px;
    border-left: 14px solid #fff;
    border-top: 14px solid #fff;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.blured {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.blured-text {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.panic-vual {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #de4826;
    opacity: 0.4;
}

.panic-status .panic-vual {
    display: block;
    -webkit-animation: panicAnimate 0.5s infinite;
    -webkit-animation-timing-function: linear;
    animation: panicAnimate 0.5s infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes panicAnimate {
    0%   { opacity: 0.4; }
    50%  { opacity: .8; }
    100% { opacity: 0.4; }
}
@-moz-keyframes panicAnimate {
    0%   { opacity: 0.4; }
    50%  { opacity: .8; }
    100% { opacity: 0.4; }
}
@-o-keyframes panicAnimate {
    0%   { opacity: 0.4; }
    50%  { opacity: .8; }
    100% { opacity: 0.4; }
}
@keyframes panicAnimate {
    0%   { opacity: 0.4; }
    50%  { opacity: .8; }
    100% { opacity: 0.4; }
}

.panic {
    display: none;
}

.panic-status .panic {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 28px 34px;
    margin: -40px 0 0 -480px;
    background: #de4826;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}

    .panic h2 {
        font-size: 25px;
        margin: 0 0 12px 0;
        color: #fff;
    }

.panic-vual {
    position: absolute;
}

.answer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 418px;
    height: 118px;
    margin-top: 150px;
    background: #0a549a;
    -webkit-transition: all ease 0.27s;
    transition: all ease 0.27s;
}

.answer span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 15px 26px 20px 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 140%;
    color: #fff;
}

.answer:before{
    content: '';
    position: absolute;
    bottom: -28px;
    border-top: 14px solid #0a549a;
    border-bottom: 14px solid transparent;
    -webkit-transition: all ease 0.27s;
    transition: all ease 0.27s;
}

.answer-1 {
    margin-right: 61px;
    left: auto;
    right: 50%;
}

    .answer-1:before {
        right: 0;
        border-right: 14px solid #0a549a;
        border-left: 14px solid transparent;
    }

.answer-2 {
    margin-left: 61px;
}

.answer-2:before {
    left: 0;
    border-left: 14px solid #0a549a;
    border-right: 14px solid transparent;
}

.answer:hover {
    background: #e36a0f;
}

    .answer-1:hover:before {
        right: 0;
        border-top: 14px solid #e36a0f;
        border-right: 14px solid #e36a0f;
        border-left: 14px solid transparent;
    }

    .answer-2:hover:before {
        left: 0;
        border-top: 14px solid #e36a0f;
        border-left: 14px solid #e36a0f;
        border-right: 14px solid transparent;
    }

.timer-end {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 341px;
    height: 125px;
    padding: 68px 42px;
    margin: -35px 0 0 -266px;
    font-size: 14px;
    background: url(../img/dialog-cloud.svg) left top no-repeat;
}

.game-end {
    display: none;
}

.game-end-block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 595px;
    height: 409px;
    padding: 64px 48px;
    margin: -324px 0 0 -450px;
    font-size: 16px;
    line-height: 150%;
    background: #fff;
}

.game-end-block:before {
    content: '';
    position: absolute;
    right: -28px;
    top: 50%;
    margin: -14px 0 0 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    border-left: 14px solid #fff;
}

.game-end-block.game-end-7 {
    background: #14B87C;
}

.game-end-block.game-end-7:before {
    border-bottom: 14px solid #14B87C;
    border-left: 14px solid #14B87C;
}

.game-end-block.game-end-7 h2,
.game-end-block.game-end-7 p {
    color: #fff;
}

    .game-end-block h2 {
        text-align: center;
    }

.game-end-button {
    position: absolute;
    right: -90px;
    bottom: -80px;
    width: 418px;
    padding: 35px 46px;
    background: #0a549a;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.game-end-button:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -28px;
    border-top: 14px solid #0a549a;
    border-right: 14px solid #0a549a;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
}

.game-new {
    display: block;
    width: 218px;
    height: 61px;
    margin: 25px auto 0 auto;
    background: #e36a0f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 61px;
    text-align: center;
    -webkit-transition: all ease 0.27s;
    transition: all ease 0.27s;
}

.game-new:hover {
    background: #FF6C16;
    color: #fff;
}

#timer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}