html,
body {
    width: 100%;
    height: 100%
}

html {
    font-size: 18px;
    color: var(--default-color);
    font-family: var(--font-family);
    line-height: var(--line-height);
    font-weight: var(--font-weight)
}

*:after,
*:before {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

a,
img {
    border: 0;
    outline: 0
}

a {
    text-decoration: none
}

img {
    vertical-align: top
}

p {
    margin: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .5555555556rem;
    padding-right: .5555555556rem;
    max-width: 57.1111111111rem;
    width: 100%;
    height: 100%;
    position: relative
}

@media (min-width: 600px) {
    .container {
        padding-left: .7777777778rem
    }
}

@media (min-width: 1280px) {
    .container {
        padding-left: .7777777778rem
    }
}

@media (min-width: 2188px) {
    .container {
        padding-left: .7777777778rem
    }
}

@media (min-width: 600px) {
    .container {
        padding-right: .7777777778rem
    }
}

@media (min-width: 1280px) {
    .container {
        padding-right: .7777777778rem
    }
}

@media (min-width: 2188px) {
    .container {
        padding-right: .7777777778rem
    }
}

* {
    box-sizing: border-box
}

.btn {
    color: inherit;
    display: inline-block
}

.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.app__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    filter: brightness(.3)
}

.app__bg-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.question {
    background-color: #fff;
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1150px;
    min-height: 200px;
    padding: 48px;
    width: 100%;
    position: relative;
    z-index: 100;
    gap: 30px
}

.question:not(.loading) {
    align-items: center
}

.question.loading .question__body p:not(.active) {
    display: none
}

.question.loading .question__top,
.question.loading .question__body {
    font-size: 35px
}

.question.loading .question__top p,
.question.loading .question__body p {
    display: flex;
    align-items: center;
    gap: 8px
}

.question__icon {
    min-width: 35px;
    max-width: 35px
}

.question:not(.active) {
    display: none
}

.question__top {
    font-size: 45px;
    font-weight: 700;
    text-align: center
}

.question__body {
    font-size: 38px;
    text-align: center
}

.question__bottom {
    font-size: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px
}

.question__bottom .btn {
    width: 70%;
    max-width: 480px
}

.question__progress {
    background-color: #dfd50c;
    height: 5px;
    transition: ease-in-out width 1s
}

.question__progress.half {
    transition: ease-in-out width 1.5s
}

.question__progress.finish {
    transition: ease-in-out width 2s
}

@media screen and (max-width: 900px) {

    .question.loading .question__top,
    .question.loading .question__body {
        font-size: 25px
    }

    .question__icon {
        min-width: 25px;
        max-width: 25px
    }
}

@media screen and (max-width: 600px) {
    .question {
        padding: 38px;
        gap: 22px;
        min-height: unset;
        margin-bottom: auto;
        margin-top: 150px
    }

    .question.loading .question__top p,
    .question.loading .question__body p {
        gap: 6px
    }

    .question__top {
        font-size: 32px
    }

    .question__body {
        font-size: 25px
    }

    .question__bottom {
        gap: 15px
    }
}

@media screen and (max-width: 500px) {
    .question {
        padding: 25px;
        gap: 15px
    }

    .question.loading .question__top,
    .question.loading .question__body {
        font-size: 15px
    }

    .question__icon {
        min-width: 15px;
        max-width: 15px
    }

    .question__top {
        font-size: 22px
    }

    .question__body {
        font-size: 15px
    }
}

.card {
    background: #ffffff;
    box-shadow: 9px 9px 5px -7px #0000009c;
    margin: 0 1rem;
    max-width: 220px;
    padding: 12px;
    position: absolute;
    text-align: center;
    transition: all .4s ease;
    z-index: 0;
    border-radius: 4px
}

.card__container {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.card__img img {
    border-radius: 4px;
    width: 100%
}

.card__body {
    align-items: center;
    color: #222;
    display: flex;
    flex-flow: column;
    margin-top: 15px
}

.card__body .btn {
    font-size: 12px;
    padding: 6px;
    margin-top: 10px
}

.card__info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px
}

.card__name {
    display: flex;
    align-items: center
}

.card__name:before {
    content: "";
    background-color: #0bff00;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    margin-right: 6px
}

.card__geo {
    max-width: 11px
}

.card__geo img {
    width: 100%
}

.card__0 {
    left: 1%;
    opacity: 0;
    top: 1%
}

.card__1 {
    bottom: 8%;
    opacity: 0;
    right: 5.5%
}

.card__2 {
    right: 13%;
    top: 5%
}

.card__3 {
    right: 47%;
    top: 5%
}

.card__4 {
    bottom: 11%;
    left: 1%;
    opacity: 0
}

.card__5 {
    bottom: 15%;
    left: 23%;
    opacity: 0
}

.card__6 {
    right: 0;
    top: 11%;
    z-index: -1
}

.card__7 {
    opacity: 0;
    right: 28%;
    top: 35%
}

.card:before {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-timing-function: linear;
    background: red;
    border-radius: 50%;
    bottom: -2rem;
    content: "";
    display: block;
    height: .5rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: .5rem
}

.card:after {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 0
}

@media screen and (max-width: 1200px) {
    .card {
        max-width: 150px
    }
}

@media screen and (max-width: 768px) {
    .card__1 {
        bottom: 3%;
        right: 1%
    }

    .card__2 {
        right: 1%;
        top: 1%
    }

    .card__3 {
        right: 40%;
        top: 5%
    }

    .card__4 {
        bottom: 3%;
        left: 1%
    }

    .card__5 {
        bottom: 25%;
        left: 0
    }

    .card__6 {
        right: 0;
        top: 31%
    }
}

@media screen and (max-width: 600px) {
    .card {
        max-width: 120px
    }

    .card:before {
        bottom: -24px
    }
}

@media screen and (max-width: 500px) {
    .card__info {
        font-size: 8px
    }

    .card__name:before {
        width: 4px;
        height: 4px
    }

    .card__geo {
        width: 7px
    }

    .card__body .btn {
        font-size: 8px;
        padding: 5px
    }

    .card__3 {
        display: none
    }
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.btn {
    padding: .7222222222rem;
    background-color: #ffba5f;
    border: none;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font-size: 38px;
    opacity: .85;
    text-align: center;
    transition: all .4s ease;
    max-width: 100%
}

@media screen and (max-width: 600px) {
    .btn {
        font-size: 25px
    }
}

@media screen and (max-width: 500px) {
    .btn {
        padding: 9px;
        font-size: 15px
    }
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

:root {
    --black: #000000;
    --white: #ffffff;

    --light: #c4c4c4;
    --dark: #222222;

    --primary: #1275ec;
    --secondary: green;
    --danger: tomato;



    --font-family: '-apple-system', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    --font-weight: 400;
    --line-height: 1.2;
    --default-color: var(--dark);

}