@charset "UTF-8";
.container {
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .player {
    max-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    margin-left: 20px;
  }
}

* {
  outline: none;
  box-sizing: border-box;
  transition: 0.5s ease;
}

a {
  text-decoration: none;
}

body {
  background: url("/images/bg.png") no-repeat center center/100% 100%;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100vw;
  margin: 0;
}
@media screen and (max-width: 600px) {
  body {
    background: url("/images/bg_mobile.png") no-repeat center center/100% 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.wa {
  padding: 5px;
  display: inline-block;
  background: #67D449;
  width: 30px;
  margin-right: 7px;
  color: #333;
  border-radius: 50%;
}

h1 {
  font-size: 60px;
  color: white;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 45px !important;
  }
}

h2 {
  margin-bottom: 25px;
}

.text-center {
  text-align: center;
}

.text-gray {
  color: #B9B9B9;
}

.lang-link {
  position: relative;
  padding-left: 25px;
}
.lang-link.active span {
  text-decoration: underline;
}
.lang-link img {
  height: 19px;
  left: 2px;
  position: absolute;
}

.text-white {
  color: white;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.progress {
  height: 23px;
  margin: 30px 0px;
  font-size: calc(100vw/65);
  border-radius: 25px;
  background: white;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  display: flex;
}
@media screen and (max-width: 600px) {
  .progress {
    width: 90% !important;
  }
}
.progress__item {
  width: 25px;
  text-align: center;
  background: #D6D6D6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1100px) {
  .progress__item {
    font-size: 16px !important;
  }
}
.progress__item:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.progress__item:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none;
}
.progress__item.active {
  background: #F5D24B;
}
.progress:after {
  content: "";
  position: absolute;
  height: 46px;
  top: -12px;
  left: -21px;
  z-index: -1;
  width: 50px;
  background: url("/images/rocket_left.png") no-repeat center center/cover;
}
.progress:before {
  content: "";
  position: absolute;
  height: 58px;
  top: -18px;
  right: -35px;
  z-index: -1;
  width: 57px;
  background: url("/images/rocket_right.png") no-repeat center center/cover;
}

.results__table {
  text-transform: uppercase;
  color: white;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
}
.results__table .tr {
  display: flex;
}
.results__table .th {
  font-weight: bold;
}
.results__table .th, .results__table .td {
  padding: 10px;
  padding-left: 70px;
  padding-right: 70px;
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .results__table .th, .results__table .td {
    padding-left: 30px !important;
  }
}
.results__table__body .tr {
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 20px;
}

.btn {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  border: 1px solid transparent;
  font-weight: bold;
  padding: 15px;
  padding: 15px;
  background: #F5D24B;
  cursor: pointer;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 80px;
  color: #333;
  text-transform: uppercase;
}
.btn--whatsapp {
  padding-right: 25px;
  padding-left: 25px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1000px) {
  .btn--whatsapp {
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn:not(.btn--whatsapp):hover {
  border: 1px solid #F5D24B !important;
  background: white;
}

.w-auto {
  width: auto;
}

.Quiz__space {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: -1;
  width: calc(100vw/8.5);
}
.Quiz__quiz__btnsave {
  margin-top: 20px;
}
.Quiz__broadcast, .Quiz__quiz {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .Quiz__broadcast, .Quiz__quiz {
    height: 95% !important;
  }
}
.Quiz__content .Quiz__block {
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .Quiz__content .Quiz__block {
    margin-bottom: 20px !important;
  }
}
.Quiz__checkbox {
  width: 100%;
  display: block;
  border-radius: 25px;
  border: 1px solid #d6d6d6;
  margin-top: 15px;
  cursor: pointer;
  padding: 15px;
  text-align: right;
  background: white;
  position: relative;
  overflow: hidden;
  /* Style the artificial checkbox */
  /* Style its checked state...with a ticked icon */
}
.Quiz__checkbox span:not(.chk-bg) {
  height: 40px;
  width: 40px;
  background: #E6E6E6;
  border: 1px solid #DCDCDC;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 8px;
}
.Quiz__checkbox [type=radio]:checked + span:before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
.Quiz__checkbox [type=radio]:checked ~ span:not(.chk-circle) {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(245, 210, 75, 0.22);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Quiz__checkbox [type=radio]:checked + span {
  background: #F5D24B;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-color: #F5D24B;
}
.Quiz__checkbox:hover {
  background: rgba(245, 210, 75, 0.22);
}
.Quiz__checkbox input, .Quiz__checkbox textarea {
  display: none;
}
.Quiz__chat__messages {
  max-height: 288px;
  overflow-y: auto;
  padding-top: 25px;
  border-top: 1px solid #000;
}
.Quiz__chat__form {
  margin-top: 25px;
  position: relative;
}
.Quiz__chat__form input, .Quiz__chat__form textarea {
  margin-bottom: 0px !important;
  border-color: #000 !important;
  width: 100%;
  padding-right: 49px;
  padding-top: 14px;
  resize: none;
  overflow: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1500px) {
  .Quiz__chat__form input, .Quiz__chat__form textarea {
    font-size: calc(100vw/90) !important;
  }
}
.Quiz__chat__form button {
  position: absolute;
  right: 6px;
  top: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Quiz__chat__author {
  font-weight: bold;
  margin-bottom: 15px;
}
.Quiz__chat__message {
  padding: 10px 15px;
  width: 80%;
  font-size: 14px;
  border-radius: 15px;
  margin-bottom: 35px;
  border: 1px solid #D6D6D6;
  position: relative;
}
.Quiz__chat__message:after {
  content: attr(data-date);
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #d6d6d6;
  font-size: 13px;
}
.Quiz__chat__message--me {
  background: #F5D24B;
  border-color: #F5D24B;
}
.Quiz__chat__message--me:after {
  left: 0 !important;
}
.Quiz__header {
  margin-bottom: 50px;
}
.Quiz__header__links {
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .Quiz__header__links {
    margin-right: 20px;
    width: 65%;
    text-align: right !important;
    display: block;
    line-height: 1.2;
    font-size: 13px;
  }
}
.Quiz__header__links * {
  color: white;
}
.Quiz__header__links > * {
  margin-left: 10px;
}
.Quiz__header__links > *:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .Quiz__header__links > *:not(:first-child) {
    margin: 10px 0px;
    display: block;
    border-left: none !important;
  }
}
.Quiz__footer {
  position: relative;
  margin-top: 200px;
}
.Quiz__footer * {
  color: white !important;
}
@media screen and (max-width: 600px) {
  .Quiz__footer {
    text-align: left !important;
    padding-left: 20px;
  }
}
.Quiz__footer__top {
  position: absolute;
  bottom: -16px;
  right: 20px;
}
.Quiz input, .Quiz textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding-left: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}
.Quiz__block {
  overflow: hidden;
  border-radius: 25px;
  background: white;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .Quiz__block {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}
.Quiz__block__lang {
  position: absolute;
  right: 25px;
  top: 45px;
}
.Quiz__block__paddings, .Quiz__block {
  padding-top: 40px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .Quiz__block__paddings {
    padding-top: 0px !important;
  }
}
.Quiz__block__placeholder {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.Quiz__block__placeholder h3 {
  width: 90%;
}
.Quiz__block__placeholder--result {
  z-index: 11;
}
