.page.game-enabled .start-screen {
    display: none;
}

.page.game-enabled .game-wrapper {
    display: block;
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello/fontello.eot");
    src: url("../fonts/fontello/fontello.svg");
    src: url("../fonts/fontello/fontello.eot") format("embedded-opentype"), url("../fonts/fontello/fontello.woff") format("woff"), url("../fonts/fontello/fontello.ttf") format("truetype"), url("../fonts/fontello/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

img {
    width: 100%;
    height: auto
}

body {
    font-family: "Montserrat-Regular";
    font-family: 'Lato', sans-serif;
    padding: 50px 0px
}

.disp-block {
    display: block
}

.disp-inline-block {
    display: inline-block
}

.overflow-hidden {
    overflow: hidden
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
}

.flex-column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px
}

body {
    background: #161650
}

button {
    cursor: pointer
}

.game-title {
    color: #fff;
    text-shadow: 9px 8px 13px #000;
    letter-spacing: 1px;
    font-size: 70px;
    text-align: center
}

h3 {
    color: #fff
}

.start-screen {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto
}

.start-screen .option-menu-btn {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    margin: 20px auto 0px;
    background: #101084;
    border: 2px solid #3131ff;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    max-width: 213px
}

.start-screen .option-menu-btn::-webkit-input-placeholder {
    color: #fff
}

.start-screen .option-menu-btn::-moz-placeholder {
    color: #fff
}

.start-screen .option-menu-btn:-moz-placeholder {
    color: #fff
}

.start-screen .option-menu-btn:-ms-input-placeholder {
    color: #fff
}

.start-screen .option-menu-btn:focus {
    outline: 0px
}

.start-screen #nick-input:focus {
    background-color: #a7a704
}

.game-wrapper {
    color: #fff;
    display: none;
    max-width: 631px;
    margin: 0 auto
}

.game-wrapper .game-wrapper__head {
    margin: 0 auto;
    text-align: center
}

.game-wrapper .game-wrapper__head .player-name-wrapper {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0px
}

.game-wrapper .game-wrapper__head .question-number {
    font-style: italic;
    font-weight: bold;
    font-size: 25px
}

.game-wrapper .game-wrapper__head .column-12 {
    width: 100%;
    margin: 25px 0px;
    text-align: center
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button {
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 10px;
    background: #4513DA;
    transition: background 0.4s
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button:focus {
    outline: 0px
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button:hover {
    background: #008000;
    transition: background 0.4s
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button i {
    color: #fff;
    font-size: 56px
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button:first-child {
    margin-left: 0px
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button:last-child {
    margin-right: 0px
}

.game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button.help-btn-used {
    background: #ff0000
}

.game-wrapper .game-wrapper__question {
    background-color: #4169e1;
    text-align: center;
    font-size: 33px;
    padding: 10px
}

.game-wrapper .game-wrapper__answers {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    flex-flow: wrap
}

.game-wrapper .game-wrapper__answers .game-wrapper__answers__item {
    width: 40%;
    min-height: 67px;
    font-size: 20px;
    border: 2px solid;
    margin-top: 20px;
    padding: 20px;
    cursor: pointer;
    word-wrap: break-word;
    transition: all 0.3s
}

.game-wrapper .game-wrapper__answers .game-wrapper__answers__item:hover {
    background-color: #4169e1;
    transition: all 0.3s
}

.game-wrapper .game-wrapper__answers .game-wrapper__answers__item.clicked {
    background-color: #afa74c;
    transition: all 0.3s
}

.game-wrapper .game-wrapper__answers .game-wrapper__answers__item.clicked.correct {
    background-color: #4CAF50;
    animation-name: correctAnswer;
    animation-duration: 0.85s
}

.game-wrapper .game-wrapper__answers .game-wrapper__answers__item.clicked.incorrect {
    background-color: #ff0000
}

.game-wrapper .game-wrapper__info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
    margin-top: 40px;
    font-size: 40px
}

.game-wrapper .game-wrapper__info .play-btn {
    background-color: #afa74c;
    color: #fff;
    margin: 30px auto 0px;
    padding: 20px;
    border: 2px solid #fff
}

.game-wrapper .game-wrapper__percentage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    height: 200px
}

.game-wrapper .game-wrapper__percentage .game-wrapper__percentage-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    width: 20%;
    height: 100%;
    margin: 0px 5%
}

.game-wrapper .game-wrapper__percentage .game-wrapper__percentage-block .game-wrapper__percentage-bar {
    width: 100%;
    min-height: 8%;
    color: red;
    font-weight: bolder;
    text-align: center;
    background: #EDE574;
    background: -webkit-linear-gradient(to bottom, #E1F5C4, #EDE574);
    background: linear-gradient(to bottom, #E1F5C4, #EDE574)
}

.game-wrapper .game-wrapper__percentage .game-wrapper__percentage-block .game-wrapper__percentage-text {
    min-height: 30px
}

.game-wrapper .game-wrapper__phone-friend {
    text-align: center;
    font-size: 27px
}

@keyframes correctAnswer {
    0% {
        background-color: #4CAF50
    }
    25% {
        background-color: #afa74c
    }
    50% {
        background-color: #4CAF50
    }
    75% {
        background-color: #afa74c
    }
    100% {
        background-color: #4CAF50
    }
}

@media screen and (min-width: 768px) {
    .column-md-12 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .column-sm-9 {
        width: 75%
    }
    .game-wrapper .game-wrapper__answers .game-wrapper__answers__item {
        width: 45%
    }
    .game-wrapper .game-wrapper__question {
        font-size: 22px
    }
}

@media screen and (max-width: 425px) {
    .game-wrapper .game-wrapper__answers .game-wrapper__answers__item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        font-size: 17px;
        padding: 9px
    }
    .game-wrapper .game-wrapper__head .column-12 .game-wrapper__helpers-panel button i {
        font-size: 44px
    }
    .game-wrapper .game-wrapper__info {
        font-size: 27px
    }
    .game-title {
        font-size: 50px
    }
}

label.nick-label {
    color: #fff;
}

.nick-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    left: -43px;
}

.start-screen .nick-input {
    margin: 20px 20px 20px;
}