html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Ploni";
  src: url("assets/fonts/ploni-regular-aaa.woff2") format("woff2"), url("assets/fonts/ploni-regular-aaa.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni";
  src: url("assets/fonts/ploni-medium-aaa.woff2") format("woff2"), url("assets/fonts/ploni-medium-aaa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni";
  src: url("assets/fonts/ploni-demibold-aaa.woff2") format("woff2"), url("assets/fonts/ploni-demibold-aaa.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ploni";
  src: url("assets/fonts/ploni-bold-aaa.woff2") format("woff2"), url("assets/fonts/ploni-bold-aaa.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, :after, :before {
  box-sizing: border-box;
}

body {
  background: url(assets/images/bg.jpg) center center no-repeat;
  background-size: cover;
  font-family: "Ploni", sans-serif;
  color: #272D68;
  font-size: 16px;
  font-weight: 600;
}

img {
  max-width: 100%;
}

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

.container {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
}
.container.screen_final {
  max-width: 576px;
}

.btn {
  background: #F4D900;
  color: #272D68;
  border-radius: 5px;
  box-shadow: -1px 4px 9px 8px rgba(39, 45, 104, 0.15);
  padding: 12px 21px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 154px;
}
.btn svg {
  width: 34px;
  margin-right: 5px;
}

.top_img {
  position: relative;
  top: -12px;
}
.screen_main .top_img {
  margin-bottom: 7px;
}

.main_img {
  margin: 10px 0 0;
  position: relative;
  padding-bottom: 15px;
}
.main_img img {
  max-height: 40vh;
}
.main_img .or {
  position: absolute;
  top: 71%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #F4D900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  border-radius: 50%;
}
.main_img .or.game2 {
  top: 62.5%;
}
.main_img .or.game3 {
  top: 63%;
  left: 46.5%;
}
.main_img .answers .answer {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  color: #272D68;
}
.main_img .answers .answer1 {
  left: auto;
  right: 0;
}
.main_img .answers .answer span {
  position: absolute;
  top: 90%;
  right: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.title {
  margin: 5px auto 12px;
}
.title.game1 {
  max-width: 60vw;
}
.title.game2 {
  max-width: 90vw;
}
.title.game3 {
  max-width: 92vw;
}

.note {
  margin: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.game__steps {
  position: absolute;
  left: 50%;
  bottom: calc(45 / 817 * 100vh);
  height: calc(48 / 817 * 100vh);
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .game__steps {
    bottom: calc(53 / 1080 * 100vh);
    height: calc(67 / 1080 * 100vh);
  }
}
.game__steps__step {
  width: calc(48 / 817 * 100vh);
  height: calc(48 / 817 * 100vh);
  background: #272D68;
  color: white;
  box-shadow: 0 11px 14px 0 rgba(39, 45, 104, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: calc(20 / 817 * 100vh);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .game__steps__step {
    width: calc(67 / 1080 * 100vh);
    height: calc(67 / 1080 * 100vh);
    font-size: calc(28 / 1080 * 100vh);
  }
}
.game__steps__step img {
  max-width: 125%;
}
@media all and (min-width: 768px) {
  .game__steps__step img {
    max-width: none;
  }
}
.game__steps__step--active {
  background: #F4D900;
  color: #272D68;
}
.game__steps__step--active img {
  max-width: 50%;
}
.game__steps__sep {
  width: calc(60 / 375 * 100vw);
  height: 3px;
  background: #272D68;
}
@media all and (min-width: 768px) {
  .game__steps__sep {
    width: calc(130 / 1920 * 100vw);
  }
}

.card {
  background: url(assets/images/card.png) center center no-repeat;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 308px;
  height: 420px;
  padding: 27px 20px 50px;
  font-size: 24px;
  border-radius: 7px;
  box-shadow: -1px 2px 14px 10px rgba(0, 84, 166, 0.42);
}
.card_3 {
  background: url(assets/images/card_big.png) center center no-repeat;
  height: 473px;
  padding-bottom: 10px;
}
.card_content p {
  line-height: 1.1;
}
.card_content span {
  position: relative;
  display: inline-block;
}
.card_content span:after {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #F4D900;
  z-index: -1;
}
.card_content .sec {
  margin: 10px 0 0;
  font-weight: 700;
}
.card_content .btn {
  margin-top: 25px;
  box-shadow: 4px 2px 10px 0 rgba(39, 45, 104, 0.2);
}
.card_3 .card_content .btn {
  margin-top: 0;
}
.card_content .final_card {
  position: relative;
  right: -20px;
  margin: 7px auto -4px;
}
.card_content .details {
  font-size: 14px;
  font-weight: normal;
  color: #2C3339;
  margin-top: 10px;
}

.final_bottom {
  margin: 20px 0;
}

/*# sourceMappingURL=style.css.map */
