/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.question-content .question-answers ul,
.question-result .sources-holder ul,
.results-section .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #fff;
    background: #fff;
    font: 16px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 48px;
    line-height: 1.04;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

#wrapper {
    overflow: hidden;
}

.bg-stretch {
    background-size: cover;
    background-position: 50% 50%;
}

.hide {
    display: none !important;
}

.intro-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.intro-section:before {
    content: "";
    background: rgba(30, 34, 44, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    height: 100%;
    width: 100%;
}

.intro-holder {
    color: #fff;
    max-width: 100%;
    padding: 63px 32px;
    line-height: 1.88;
}

.intro-holder h1 {
    margin-bottom: 27px;
}

.intro-holder p {
    margin-bottom: 55px;
}

.btn {
    width: 174px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 12px;
}

.btn:hover {
    background: #fff;
    color: #000;
}

.question-section {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    position: relative;
}

.page-content {
    overflow: hidden;
    width: 100vw;
}

.question-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.question-counter {
    font-size: 14px;
    font-style: italic;
    padding-top: 26px;
    padding-bottom: 41px;
    margin-bottom: 4px;
    position: relative;
    text-align: center;
}

.question-counter:after {
    content: "";
    width: 1px;
    height: 34px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.question-content {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.question-content.active {
    height: auto;
}

.question-content .question-header {
    background: rgba(30, 34, 44, .8);
    text-align: center;
    padding: 0 30px 33px;
}

.question-content .question-text {
    font: 300 18px/1.72 "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.question-content .question-answers {
    padding: 24px 30px 53px;
}

.question-content .question-answers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.question-content .question-answers li {
    font-size: 36px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 100;
    padding: 0 10px;
    margin-bottom: 20px;
}

.question-content .question-answers a {
    background: rgba(30, 34, 44, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    color: #fff;
    padding: 10px 7px;
}

.question-content .question-answers a:hover {
    background: #fff;
    color: #1e222c;
}

.question-content.quiz-5 .question-answers li:first-child,
.question-content.quiz-5 .question-answers li:last-child {
    font-size: 24px;
}

.question-content.quiz-5 .question-answers li:nth-child(2),
.question-content.quiz-5 .question-answers li:nth-child(3) {
    font-size: 14px;
}

.question-content .caption-wrap {
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.question-content .caption-holder {
    text-align: center;
    display: block;
    background: rgba(255, 255, 255, .22);
    font-size: 10px;
    padding: 9px 10px;
    letter-spacing: .2px;
}

.progress-bar {
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
    height: 11px;
    position: relative;
    z-index: 1;
}

.progress-bar span {
    background: #50e3c2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.question-result {
    z-index: 0;
}

.question-result:before {
    content: "";
    background: rgba(30, 34, 44, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.question-result .question-counter {
    margin-bottom: 1px;
}

.question-result .info-holder {
    max-width: 1200px;
    padding: 62px 20px 65px;
    position: relative;
}

.question-result h1 {
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.question-result h1.correct {
    color: #50e3c2;
}

.question-result h1.wrong {
    color: #ff6f81;
    display: none;
}

.question-result.wrong-answer h1.correct {
    display: none;
}

.question-result.wrong-answer h1.wrong {
    display: block;
}

.question-result .result-view {
    width: 141px;
    height: 141px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1e222c;
    background: rgba(255, 255, 255, .8);
    font-size: 38px;
    font-family: "Roboto Slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 100;
    padding: 0 10px;
    margin: 0 auto 18px;
}

.question-result.quiz-5 .result-view {
    font-size: 28px;
}

.question-result .desc-holder {
    text-align: center;
}

.question-result .text-wrap {
    font-size: 12px;
    line-height: 1.75;
    max-width: 590px;
    margin: 0 auto 30px;
}

.question-result .sources-holder {
    display: none;
}

.question-result .sources-holder ul li {
    margin-bottom: 2px;
}

.question-result .sources-holder ul a {
    color: #fffaf5;
    text-decoration: underline;
}

.question-result .sources-holder ul a:hover {
    text-decoration: none;
}

.question-result .btn {
    padding: 14px 10px;
    border-color: #50e3c2;
}

.question-result .btn:hover {
    background: #50e3c2;
}

.results-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
}

.results-section:before {
    content: "";
    background: rgba(30, 34, 44, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.results-section .intro-container {
    display: block;
}

.results-section .intro-holder {
    padding: 7px 32px 100px;
}

.results-section .intro-holder p {
    margin-bottom: 39px;
}

.results-section .question-counter {
    padding-bottom: 37px;
    margin-bottom: 0;
}

.results-section .h1 {
    font-size: 40px;
    color: #50e3c2;
    font-weight: 100;
    display: block;
    margin-bottom: 20px;
}

.results-section h1 {
    font-size: 45px;
    margin-bottom: 34px;
}

.results-section .text-holder {
    font-size: 12px;
    line-height: 2;
}

.results-section .share-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 31px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
}

.results-section .share-holder .text {
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    margin-top: 7px;
    margin-right: 20px;
}

.results-section .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.results-section .social-networks li {
    padding: 0 6px;
}

.results-section .social-networks a:hover {
    opacity: .6;
}

@media (min-width: 375px) {
    .question-content .question-answers a {
        width: 123px;
        height: 123px;
    }
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 60px;
        line-height: 1.17;
    }

    .intro-holder {
        font-size: 18px;
        line-height: 1.67;
        max-width: 660px;
        margin: 0 auto;
        text-align: center;
        padding: 63px 20px;
    }

    .intro-holder h1 {
        font-size: 90px;
        line-height: .83;
        margin-bottom: 63px;
    }

    .intro-holder p {
        margin-bottom: 56px;
    }

    .intro-holder .btn {
        border-radius: 36px;
        padding: 15px 12px;
        font-size: 24px;
        width: 264px;
    }

    .question-counter {
        font-size: 24px;
        padding-top: 52px;
        padding-bottom: 76px;
        margin-bottom: 28px;
    }

    .question-counter:after {
        width: 2px;
        height: 67px;
    }

    .question-content .question-header {
        padding: 0 32px 85px;
    }

    .question-content .question-text {
        font-size: 36px;
        line-height: 1.53;
    }

    .question-content .question-answers {
        padding: 80px 30px 124px;
    }

    .question-content .question-answers ul {
        margin: 0 -28px;
    }

    .question-content .question-answers li {
        font-size: 70px;
        margin-bottom: 45px;
        padding: 0 28px;
    }

    .question-content .question-answers a {
        width: 296px;
        height: 296px;
    }

    .question-content.quiz-5 .question-answers li:first-child,
    .question-content.quiz-5 .question-answers li:last-child {
        font-size: 60px;
    }

    .question-content.quiz-5 .question-answers li:nth-child(2),
    .question-content.quiz-5 .question-answers li:nth-child(3) {
        font-size: 36px;
    }

    .question-content .caption-wrap {
        left: auto;
        right: 32px;
        bottom: 67px;
        padding: 0;
    }

    .question-content .caption-holder {
        min-width: 297px;
        font-size: 14px;
        letter-spacing: .3px;
        padding: 11px 10px;
    }

    .progress-bar {
        height: 16px;
    }

    .question-result .question-counter {
        margin-bottom: 13px;
    }

    .question-result .info-holder {
        padding-top: 142px;
        padding-bottom: 243px;
    }

    .question-result h1 {
        font-size: 80px;
    }

    .question-result .result-view {
        font-size: 100px;
        width: 339px;
        height: 339px;
        margin-bottom: 66px;
    }

    .question-result.quiz-5 .result-view {
        font-size: 60px;
    }

    .question-result .text-wrap {
        font-size: 18px;
        line-height: 1.67;
        margin-bottom: 84px;
    }

    .question-result .btn {
        font-size: 24px;
        line-height: 1.25;
        width: 264px;
        border-radius: 50px;
        padding: 20px 10px;
    }

    .results-section .intro-holder p {
        margin-bottom: 57px;
    }

    .results-section .question-counter {
        padding-top: 43px;
        padding-bottom: 80px;
        margin-bottom: 130px;
    }

    .results-section .question-counter:after {
        height: 71px;
    }

    .results-section .h1 {
        font-size: 80px;
        margin-bottom: 37px;
    }

    .results-section h1 {
        font-size: 80px;
        margin-bottom: 69px;
    }

    .results-section .text-holder {
        font-size: 24px;
        line-height: 1.67;
    }

    .results-section .share-holder {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .results-section .intro-holder {
        padding-bottom: 218px;
    }

    .results-section .share-holder {
        display: block;
        padding-top: 94px;
    }

    .results-section .share-holder .text {
        font-size: 21px;
        margin: 0 0 46px;
        display: block;
    }

    .results-section .social-networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .results-section .social-networks li {
        padding: 0 22px;
    }

    .results-section .social-networks img {
        width: 63px;
    }
}

@media (min-width: 1200px) {
    .intro-section:before {
        width: 609px;
    }

    .intro-section:after {
        content: "";
        background: rgba(30, 34, 44, .8);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 120px;
    }

    .intro-container {
        display: block;
    }

    .intro-holder {
        max-width: 609px;
        text-align: left;
        padding: 63px 108px;
        font-size: 16px;
        line-height: 1.88;
        margin: 0;
    }

    .intro-holder h1 {
        margin-bottom: 38px;
        font-size: 60px;
        line-height: 1.17;
    }

    .intro-holder p {
        margin-bottom: 51px;
    }

    .intro-holder .btn {
        width: 174px;
        font-size: 14px;
        border-radius: 30px;
        padding: 10px 12px;
    }

    .question-counter {
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 33px;
        padding-bottom: 0;
        padding-top: 144px;
        margin-bottom: 0;
        text-align: left;
    }

    .question-counter:after {
        height: 112px;
        bottom: auto;
        top: 0;
    }

    .question-counter span {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: block;
    }

    .question-content .question-header {
        text-align: left;
        padding: 49px 30px 40px 196px;
    }

    .question-content .question-text {
        font-size: 33px;
        line-height: 1.67;
        max-width: 620px;
        min-height: 187px;
        margin: 0;
    }

    .question-content .question-answers {
        padding: 88px 30px 105px;
    }

    .question-content .question-answers ul {
        margin: 0 -18px;
    }

    .question-content .question-answers li {
        font-size: 60px;
        padding: 0 18px;
        margin-bottom: 36px;
    }

    .question-content .question-answers a {
        width: 213px;
        height: 213px;
    }

    .question-content.quiz-5 .question-answers li:first-child,
    .question-content.quiz-5 .question-answers li:last-child {
        font-size: 36px;
    }

    .question-content.quiz-5 .question-answers li:nth-child(2),
    .question-content.quiz-5 .question-answers li:nth-child(3) {
        font-size: 24px;
    }

    .question-content .caption-wrap {
        right: 20px;
        bottom: 54px;
    }

    .question-content .caption-holder {
        font-size: 13px;
    }

    .progress-bar {
        position: absolute;
        bottom: 19px;
        left: 20px;
        right: 20px;
        width: auto;
    }

    .question-result .info-holder {
        margin: 0 auto;
        padding: 129px 120px 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .question-result h1 {
        position: static;
        font-size: 60px;
        margin-bottom: 15px;
    }

    .question-result .result-view {
        font-size: 95px;
        width: 320px;
        height: 320px;
        margin: 0 56px 0 31px;
    }

    .question-result .desc-holder {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .question-result .text-wrap {
        font-size: 16px;
        line-height: 1.88;
        max-width: 360px;
        margin: 0 0 40px;
    }

    .question-result .sources-holder {
        display: block;
        font-size: 8px;
        font-weight: 300;
        color: #fffaf5;
        margin-bottom: 43px;
        max-width: 360px;
    }

    .question-result .btn-holder {
        text-align: right;
    }

    .question-result .btn {
        font-size: 16px;
        width: 207px;
        border-radius: 30px;
        padding: 17px 10px;
    }

    .results-section:before {
        width: 609px;
    }

    .results-section .intro-holder {
        padding: 74px 90px 74px 120px;
    }

    .results-section .intro-holder h1 {
        margin-bottom: 29px;
    }

    .results-section .intro-holder p {
        margin-bottom: 36px;
    }

    .results-section .question-counter {
        padding-top: 147px;
        padding-bottom: 0;
        margin-bottom: 0;
        left: 23px;
    }

    .results-section .question-counter:after {
        height: 112px;
    }

    .results-section .h1 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .results-section h1 {
        font-size: 60px;
    }

    .results-section .text-holder {
        font-size: 16px;
        line-height: 1.88;
    }

    .results-section .share-holder {
        padding-left: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .results-section .share-holder .text {
        margin-right: 11px;
    }

    .results-section .social-networks li {
        padding: 0 15px;
    }
}

/* initially hide frames to prevent refresh flicker */

.question-content, .progress-bar {opacity : 0; visibility : hidden;}
