@font-face {
  font-family: "Riffic-black";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-black.ttf") format("ttf"), url("/uploads/fonts/riffic-black.otf") format("otf"), url("/uploads/fonts/riffic-black.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-light";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-light.ttf") format("ttf"), url("/uploads/fonts/riffic-light.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-bold";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-bold.ttf") format("ttf"), url("/uploads/fonts/riffic-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-book";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-book.ttf") format("ttf"), url("/uploads/fonts/riffic-book.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-medium";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-medium.ttf") format("ttf"), url("/uploads/fonts/riffic-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-ultrabold";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-ultrabold.ttf") format("ttf"), url("/uploads/fonts/riffic-ultrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Riffic-semibold";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/riffic-semibold.ttf") format("ttf"), url("/uploads/fonts/riffic-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Rosatom-bold";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/rosatom-bold.ttf") format("ttf"), url("/uploads/fonts/rosatom-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Rosatom-regular";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/rosatom-regular.ttf") format("ttf"), url("/uploads/fonts/rosatom-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Stolzl-regular";
  font-style: normal;
  font-weight: 400;
  src: url("/uploads/fonts/stolzl_regular.otf") format("opentype");
}
@font-face {
  font-family: "Stolzl-bold";
  font-style: normal;
  font-weight: 800;
  src: url("/uploads/fonts/stolzl_bold.otf") format("opentype");
}
.vh-75 {
  height: 75vh !important;
}
.vh-100 {
  height: 100dvh !important;
}
.w-10 {
  width: 10% !important;
}
.fs-2r {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .fs-2r {
    font-size: 1rem;
  }
}
.z-5 {
  z-index: 5 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-15 {
  z-index: 15 !important;
}
.cursor-default::before {
  cursor: default !important;
}
.c-black {
  color: #000000;
}
.c-purple {
  color: #cb3594;
}
.c-green {
  color: #659b41;
}
.c-yellow {
  color: #ffcf33;
}
.c-red {
  color: #ff0000;
}
.c-active {
  border-bottom: 1px solid #000000 !important;
}
.nobg {
  background-color: inherit !important;
}
body {
  width: 100vw;
  background: #ffffff;
  font-family: "Montserrat";
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
  overflow-y: auto;
}
html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
}
.wrapper {
  position: relative;
  background: #fff !important;
}
.wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 3px solid #E26611;
  border-radius: 30px;
}
button {
  font-family: "Rosatom-regular" !important;
  font-weight: 400;
}
.btnS {
  box-sizing: border-box;
  appearance: none;
  border-radius: 0.6em;
  color: #3498db;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 0.9rem;
  padding: 1em 1.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}
.btnS:hover,
.btnS:focus {
  color: #fff;
  outline: 0;
}
.btnS--sbmt {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out;
}
.btnS--sbmt:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}
.block__answer {
  position: relative;
  background: #ffffff;
  border: 5px solid #FFFFFF;
  border-radius: 30px;
  padding: 8px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 55vw;
  z-index: 10;
  /* Checked */
  /* Focus */
  /* Hover */
  /* Active */
  /* Disabled */
}
.block__answer--nobg {
  background: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 720px) {
  .block__answer {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .block__answer {
    max-width: 90%;
  }
}
.block__answer button {
  box-shadow: none !important;
  position: relative;
}
.block__answer .btn-answer {
  border-radius: 10px;
  min-width: 50px;
  max-width: 300px;
  min-height: 50px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #00D6F7;
}
.block__answer .btn-answer--warning {
  background: linear-gradient(180deg, #b1c026 0%, rgba(1, 0, 48, 0.64) 100%);
}
.block__answer .btn-answer--block {
  border-radius: 5%;
  width: 100px;
  height: 50px;
  padding: 0 25px;
}
.block__answer .btn-answer:hover {
  background: #CBEA00;
}
.block__answer .checkbox-btn {
  display: inline-block;
  margin: 0 5px 0 0;
  user-select: none;
  position: relative;
}
.block__answer .checkbox-btn input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.block__answer .checkbox-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  min-width: 50px;
  max-width: 300px;
  min-height: 60px;
  padding: 5px 20px;
  border: 1px solid #999;
  background: linear-gradient(180deg, #006ACC 0%, rgba(1, 0, 48, 0.64) 100%);
  transition: background 0.2s ease;
}
.block__answer .checkbox-btn span:hover {
  background: transparent;
}
.block__answer .checkbox-btn input[type=checkbox]:checked + span {
  background: #ffe0a6;
}
.block__answer .focused span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  background: linear-gradient(180deg, #006ACC 0%, rgba(1, 0, 48, 0.64) 100%);
}
.block__answer .checkbox-btn:hover {
  color: #fff;
  background: #CBEA00;
}
.block__answer .checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
  background: linear-gradient(180deg, #006ACC 0%, rgba(1, 0, 48, 0.64) 100%);
  color: #000;
}
.block__answer .checkbox-btn input[type=checkbox]:disabled + span {
  background: #efefef;
  color: #666;
  cursor: default;
}
.block__answer .checkbox-btn input[type=checkbox]:checked:disabled + span {
  background: #f7efdc;
}
.block__answer button.btn__answer {
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  min-height: 75px;
  width: 100%;
}
.block__answer button.btn__answer:hover {
  background-color: #30327e;
  color: #fff;
}
.block__answer button.btn__answer span {
  position: absolute;
  left: 10px;
  font-size: 1.6rem;
}
.block__answer form {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .block__answer form {
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }
}
.block__answer .answer__input {
  padding: 0.8rem 1.14rem;
  font-size: 1rem;
  margin: 0.375rem;
  border: 2px solid #006ACC;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  text-transform: uppercase;
  width: 75%;
  text-align: center;
}
.block__answer .answer__msg {
  font-size: 12px;
  color: #fff;
  padding: 0.8rem 1.14rem;
  text-transform: uppercase;
}
.answer__vote {
  display: flex;
  flex-basis: 34vw;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
}
.answer__vote .btn-vote {
  width: 11vw;
  margin-bottom: 2rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .answer__vote .btn-vote {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  .answer__vote {
    flex-direction: column;
  }
}
.answer--animate {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.logout-btn {
  color: red;
}
.caption {
  font-family: "Rosatom-bold";
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: block;
  align-items: center;
  font-size: 2.7rem;
  z-index: 2;
}
@media (max-width: 576px) {
  .caption {
    font-size: 1.8rem;
  }
}
.caption--animate {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
}
.question-title {
  font-family: "Rosatom-bold";
  font-size: 1.2rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  z-index: 1;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .question-title {
    font-size: 1rem;
  }
}
.question-title--animate {
  animation-name: fadeInRight;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: 1.2s;
}
.question-score {
  display: flex;
  font-family: "Rosatom-bold";
  font-size: 1.6rem;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  background-color: #19C7FE;
  text-align: center;
  z-index: 1;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  padding: 1rem;
  border: 2px solid #19C7FE;
  border-radius: 25%;
}
@media (max-width: 576px) {
  .question-score {
    font-size: 1rem;
  }
}
.question-score--animate {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: 1.6s;
}
.question__img {
  width: auto;
  max-height: 70vh;
  max-width: 85%;
  margin: auto;
  padding: 10px;
}
@media (max-width: 576px) {
  .question__img {
    max-width: 95%;
  }
}
@media (min-width: 576px) {
  .question__img--desktop {
    display: block;
  }
  .question__img--mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .question__img--desktop {
    display: none;
  }
  .question__img--mobile {
    display: block;
  }
}
.block__logo {
  display: block;
  height: 100px;
  width: 100%;
  background: url('/uploads/logo.png') 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 720px) {
  .user__name {
    display: none;
  }
}
.user__score {
  position: absolute;
  top: 10%;
  right: 4rem;
  color: #FFFFFF;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: #8c8c8c;
  border-radius: 20px;
  padding: 15px;
  min-width: 120px;
}
.user__score--alert {
  color: red;
}
.score {
  font-family: "Riffic-bold";
  background: linear-gradient(135deg, #f2bd00 50%, #df6800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #882008;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: -3vh;
  right: 5vw;
  display: block;
  align-items: center;
  font-size: 3.5rem;
  z-index: 2;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 2s;
}
.btn--avaible {
  background: url(/uploads/btn-norm.png) 50% 50% no-repeat;
  background-size: contain;
  color: #f4ffff;
}
.btn--avaible:hover {
  background: url(/uploads/btn-press.png) 50% 50% no-repeat;
  background-size: contain;
  color: #e0d6ae;
}
.btn--success {
  background: url(/uploads/btn-success.png) 50% 50% no-repeat;
  background-size: contain;
  color: #f4ffff;
}
.btn-round {
  border-radius: 50% !important;
  width: 95px;
  height: 95px;
}
.welcome {
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
  border-radius: 3%;
  height: 50vh;
  overflow-y: auto;
}
.navbar {
  background: rgba(1, 0, 48, 0.64);
  z-index: 15;
}
.navbar .logo__img {
  max-height: 38px;
}
footer {
  height: 40px;
  width: 100%;
  background: rgba(1, 0, 48, 0.64);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.attempts__block {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
}
.card__title,
.clr-red {
  color: #FFFFFF;
}
.bg__pict {
  position: absolute;
  z-index: 0;
}
.bg__pict.pict__cbr {
  bottom: 0;
  right: 0;
  width: 60vw;
}
.bg__pict.pict__cbr--30 {
  width: 30vw;
}
.bg__pict.pict__ctl {
  top: 0;
  left: 0;
  width: 60vw;
}
.bg__pict.pict__cbl {
  bottom: -10%;
  left: -5%;
  width: 30vw;
}
.bg__pict.pict__ctr {
  top: 5%;
  right: 5%;
  width: 30vw;
}
.bg__pict.pict__city {
  bottom: 0;
  left: 0;
  width: 60vw;
}
.bg__pict.pict__10 {
  bottom: 10vh;
  left: 10vw;
  width: 30vw;
}
.bg__pict.pict__corner1 {
  top: 80px;
  left: 50px;
  width: 15%;
}
.bg__pict.pict__corner2 {
  bottom: 80px;
  right: 50px;
  width: 15%;
  transform: rotate(180deg);
}
.bg__pict.pict__gradcorner1 {
  top: 0;
  left: 0;
  width: 100vw;
}
.bg__pict.pict__gradcorner2 {
  bottom: 0px;
  right: 0px;
  width: 100vw;
}
ul.cloud {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  width: 100%;
}
ul.cloud li {
  padding: 0.25rem;
}
ul.cloud a {
  /*   
    Not supported by any browser at the moment :(
    --size: attr(data-weight number); 
  */
  --size: 4;
  --delay: 1s;
  --scale: 1;
  --color: #a33;
  background-color: var(--color);
  color: white;
  font-size: calc((var(--size) * 0.5rem + 1rem)*var(--scale));
  font-weight: bold;
  white-space: nowrap;
  display: block;
  padding: calc(var(--size)*0.2rem*var(--scale)) 1rem;
  position: relative;
  text-decoration: none;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: var(--delay);
  /* 
  For different tones of a single color
  */
  opacity: calc((15 - (9 - var(--size))) / 15);
}
ul.cloud a[data-weight="1"] {
  --size: 1;
  --delay: 1.5s;
}
ul.cloud a[data-weight="2"] {
  --size: 2;
  --delay: 2s;
}
ul.cloud a[data-weight="3"] {
  --size: 3;
  --delay: 2.5s;
}
ul.cloud a[data-weight="4"] {
  --size: 4;
  --delay: 3s;
}
ul.cloud a[data-weight="5"] {
  --size: 5;
  --delay: 3.5s;
}
ul.cloud a[data-weight="6"] {
  --size: 6;
  --delay: 4s;
}
ul.cloud a[data-weight="7"] {
  --size: 8;
  --delay: 4.5s;
}
ul.cloud a[data-weight="8"] {
  --size: 10;
  --delay: 5s;
}
ul.cloud a[data-weight="9"] {
  --size: 12;
  --delay: 5.5s;
}
ul.cloud a[data-weight="10"] {
  --size: 14;
  --delay: 6s;
}
ul[data-show-value] a::after {
  content: " (" attr(data-weight) ")";
  font-size: 1rem;
}
ul.cloud li:nth-child(2n+1) a {
  --color: #1E1274;
}
ul.cloud li:nth-child(3n+1) a {
  --color: #C896D3;
}
ul.cloud li:nth-child(4n+1) a {
  --color: #E6D702;
}
ul.cloud li:nth-child(5n+1) a {
  --color: #150B3C;
}
ul.cloud a:focus {
  outline: 1px dashed;
}
ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: var(--color);
  transform: translate(-50%, 0);
  opacity: 0.15;
  transition: width 0.25s;
}
ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}
@media (prefers-reduced-motion) {
  ul.cloud * {
    transition: none !important;
  }
}
.progress {
  height: 0.2rem !important;
}
.anim-line {
  --delay: 1s;
  white-space: nowrap;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: var(--delay);
}
.anim-line-1 {
  --delay: 4.5s;
}
.anim-line-2 {
  --delay: 3s;
}
.anim-line-3 {
  --delay: 0.5s;
}
.anim-block--1 .anim-line-1 {
  display: none !important;
}
.anim-block--1 .anim-line-2 {
  display: none !important;
}
.anim-block--1 .anim-line-3 {
  --delay: 1s;
}
.anim-block--2 .anim-line-1 {
  display: none !important;
}
.anim-block--2 .anim-line-2 {
  --delay: 1s;
}
.anim-block--2 .anim-line-3 {
  animation-duration: 0s;
  --delay: 0s;
}
.anim-block--3 .anim-line-1 {
  --delay: 1s;
}
.anim-block--3 .anim-line-2 {
  animation-duration: 0s;
  --delay: 0s;
}
.anim-block--3 .anim-line-3 {
  animation-duration: 0s;
  --delay: 0s;
}
.animvote-line {
  --delay: 1s;
  white-space: nowrap;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-delay: var(--delay);
}
.animvote-line-1 {
  --delay: 10s;
}
.animvote-line-2 {
  --delay: 8s;
}
.animvote-line-3 {
  --delay: 5s;
}
.animvote-line-4 {
  --delay: 3s;
}
.animvote-line-5 {
  --delay: 0.5s;
}
.trophy-1 {
  color: #ffd700;
}
.trophy-2 {
  color: #c5c9c7;
}
.trophy-3 {
  color: #cd7f32;
}
#progressBar {
  width: 90%;
  margin: 10px auto;
  height: 22px;
  background-color: #00D6F7;
  color: #ffffff;
  font-weight: bold;
}
#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #CBEA00;
  box-sizing: border-box;
}
.bets__block {
  position: absolute;
  left: 4rem;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 10;
  background: #8c8c8c;
  border-radius: 20px;
  padding: 14px;
}
.bets__title {
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.bets__item {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bets__item:hover {
  background-color: #c5c9c7;
  color: #000000;
}
.bets__item.active {
  background-color: #CBEA00;
  color: #000000;
  cursor: default;
}
.bets__item.disabled {
  background-color: rgba(197, 201, 199, 0.4);
  border-color: rgba(197, 201, 199, 0.4);
  cursor: default;
  color: #000000;
}
.main__logo {
  max-height: 50vh;
  max-width: 25vh;
}
.main__logo--tl {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}
.main__logo--br {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 200px;
}
.qr__code {
  max-height: 25vh;
}
#js-container {
  height: 100dvh;
  width: 100vw;
  max-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.canvas {
  position: absolute;
  z-index: 20;
}
.gamecover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  content: '';
  background: url('/_img/gamecover.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.rounded-back {
  padding: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  position: absolute;
}
.rounded-50 {
  border-radius: 50% !important;
}
.color-glowb {
  color: #ff6300 !important;
}
#rangeval {
  font-size: 1.2rem;
  font-weight: bold;
}
.range__input {
  position: relative;
  color: #000;
}
.range__input::before {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: block;
  width: 20px;
  height: 20px;
  content: "0";
}
.range__input::after {
  position: absolute;
  bottom: 5%;
  right: 5%;
  display: block;
  width: 20px;
  height: 20px;
  content: "5";
}
.facts__block .btn {
  width: 20vw;
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
