﻿@font-face {
  font-family: "Market";
  src: url("/fonts/MarketSans-Regular-WebS.woff2") format("woff2"), url("/fonts/MarketSans-Regular-WebS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Market";
  src: url("/fonts/MarketSans-Bold-WebS.woff2") format("woff2"), url("/fonts/MarketSans-Bold-WebS.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html * {
  font-family: "Market";
  font-weight: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  background: #ffffff;
  font-family: Arial;
}
body * {
  line-height: 1;
}

.btn {
  font-weight: bold;
  border-color: #3f69a8;
  background-color: #3f69a8;
  border-radius: 50px;
  padding: 16px 40px;
  color: white;
  font-size: 2.2em;
  min-width: 250px;
}
.btn:hover {
  border-color: #3f69a8;
}

.screen {
  display: none;
  min-height: 100vh;
  padding: 80px 0;
}
.screen.active {
  display: block;
}

.info {
  background: #ff6a13;
  color: #000;
}
.info .si-logo {
  max-width: 320px;
}
.info .info-title {
  font-size: 7em;
  font-weight: bold;
}
.info .info-text {
  font-size: 2.8em;
  font-weight: bold;
  margin: 15px auto 0;
}
.info .si-flex {
  display: flex;
  grid-gap: 10px 20px;
  margin: 100px auto 120px;
}
.info .si-flex > div {
  width: 50%;
}

.progress-label {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0px 10px;
}

.progress {
  height: 30px;
  border-radius: 20px;
}
.progress .progress-bar {
  width: 0%;
  background: black;
}

#screen-start, .score {
  position: relative;
  z-index: 1;
}
#screen-start .logo, .score .logo {
  max-width: 360px;
}
#screen-start::after, .score::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/Public/stripes.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#screen-start .hero__headline, .score .hero__headline {
  font-size: 10em;
  line-height: 1;
  font-weight: 900;
}
#screen-start .hero__subtext, .score .hero__subtext {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
}
#screen-start .hero__aditional, .score .hero__aditional {
  margin: 34px 0 0;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
}
#screen-start .form-control, .score .form-control {
  font-weight: bold;
  border-radius: 50px;
  padding: 28px 40px;
  background: #e6e6e6;
  border: none;
}
#screen-start .btn-play, .score .btn-play {
  margin-top: 30px;
}
#screen-start .hero__qr, .score .hero__qr {
  display: flex;
  align-items: end;
  grid-gap: 10px 20px;
}
#screen-start .hero__qr .qr-logo, .score .hero__qr .qr-logo {
  max-width: 170px;
}
#screen-start .hero__qr p, .score .hero__qr p {
  font-weight: bold;
  font-size: 1.8em;
}
#screen-start.score .hero__headline.hh-main, .score.score .hero__headline.hh-main {
  font-size: 6em;
}

.question {
  background: #00aaff;
  color: #000;
}
.question .question-logo {
  max-width: 300px;
}
.question .question-count {
  font-weight: bold;
  font-size: 1.2em;
}
.question #question-text {
  margin: 80px auto;
  font-weight: bold;
  font-size: 4.5em;
  line-height: 1.1;
}
.question .question-btns {
  display: flex;
  justify-content: space-between;
  grid-gap: 0 20px;
}
.question .question-btns .btn-submit {
  min-width: 220px;
  border-color: #00193f;
  background-color: #00193f;
  color: #00aaff;
}
.question .question-btns .btn-submit:hover, .question .question-btns .btn-submit:active {
  border-color: #00193f;
  background-color: #00193f;
  color: #00aaff;
}

.result {
  text-align: center;
}
.result .question-count {
  font-weight: bold;
  font-size: 1.2em;
}
.result #result-title {
  font-size: 8em;
  font-weight: bold;
  margin: 80px auto 0;
}
.result #result-text {
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
}
.result.correct {
  background: #35c34a;
}
.result.correct .btn {
  border-color: #142e00;
  background-color: #142e00;
  color: #3bc24c;
}
.result.incorrect {
  background: #e51c23;
}
.result.incorrect .btn {
  border-color: #570301;
  background-color: #570301;
  color: #e51c23;
}

.answers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.answers .answer {
  background: white;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  width: calc(50% - 10px);
}
.answers .answer .answer-img {
  max-width: 100%;
}
.answers .answer .question-text {
  font-weight: bold;
  display: inline-block;
  font-size: 2em;
  min-width: 260px;
  padding: 4px 20px;
  color: #01aafd;
}
.answers.no-wrap {
  flex-wrap: nowrap;
}
.answers.no-wrap .answer {
  height: 100%;
}

.answer.selected {
  border: 4px solid black;
}
