@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Lato:wght@400;700;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

.main {
  width: 100%;
  margin: auto 0;
}
.quiz-item_head {
  margin-bottom: 26px;
}
.question--text {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
}
.question--text span {
  display: block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 17px;
}
.answers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.answers .answer-block {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.answers .answer-img {
  width: 100%;
  height: 100%;
}
.main.v1 .answer {
  border-radius: 10px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 16px #1713234d;
}
.main.v1 .answer-block.active .answer {
  background: #e25300;
}
.main.v2 .answer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 105px;
  border-radius: 10px;
  padding: 4px;
  background: #fff4b8;
  border: 1px solid #14143a;
  box-shadow: 2px 2px #14143a;
}
.main.v2 .answer-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 13px;
}
.main.v2 .circle {
  position: relative;
}
.main.v2 .circle .answer-number {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #14143a;
}
.main.v2 .circle svg {
  position: absolute;
  display: none;
  height: 25px;
  width: 25px;
  left: -6px;
  bottom: -4px;
  pointer-events: none;
  z-index: 999;
}
.main.v2 .circle path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke: #fff;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  -webkit-animation: cvPRhh 0.2s linear 0s 1 normal forwards running;
  animation: cvPRhh 0.2s linear 0s 1 normal forwards running;
}
.main.v2 .answer-img {
  width: auto;
  height: 100%;
}
.main.v2 .answer-block.active .answer {
  border: 1px solid #ffffff;
  background: #14143a;
  box-shadow: 2px 2px #fff;
}
.main.v2 .answer-block.active .answer-number {
  color: #fff;
}
.main.v2 .answer-block.active .circle svg {
  display: block;
}
.main.v3 .quiz-item_head {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  width: 100%;
  background: #2534a3;
}
.main.v3 .question--text {
  color: #fff;
}
.main.v3 .answer {
  position: relative;
  width: 164px;
  height: 149px;
  border-radius: 6px;
  border: 4px solid #3247ca;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000e2c99;
}
.main.v3 .answer:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2.5px solid #565e6d;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}
.main.v3 .answer-img {
  width: 80px;
  height: 80px;
  filter: hue-rotate(140deg) invert(1);
  border-radius: 50%;
  overflow: hidden;
}
.main.v3 .answer-block.active .answer {
  border: 4px solid #abf770;
  background: #1d2330;
}
.main.v3 .answer-block.active .answer:after {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #5cad1d;
  border: 2.5px solid #abf770;
  background: #abf770;
}
.main.v4 .question--text {
  max-width: 290px;
  margin: 0 auto;
  color: #fff;
}
.main.v4 .answer {
  position: relative;
  width: 150px;
  height: 105px;
  border-radius: 8px;
  border: 2px solid #dcdcdc;
  background-color: #ffffff1a;
}
.main.v4 .answer-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main.v4 .answer-text p {
  font-family: Lato;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.main.v4 .circle {
  position: absolute;
  left: 14px;
  bottom: 13px;
}
.main.v4 .circle .answer-number {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.main.v4 .circle svg {
  position: absolute;
  display: none;
  height: 25px;
  width: 25px;
  left: -6px;
  bottom: -4px;
  pointer-events: none;
  z-index: 999;
}
.main.v4 .circle path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke: #fff;
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  -webkit-animation: cvPRhh 0.2s linear 0s 1 normal forwards running;
  animation: cvPRhh 0.2s linear 0s 1 normal forwards running;
}
.main.v4 .answer-block.active .answer {
  border: 2px solid #ffbe88;
  background: #ff821d;
}
.main.v4 .answer-block.active .circle svg {
  display: block;
}
.main.v5 .answer-block {
  position: relative;
  width: 150px;
  height: 105px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 4px #0080ff1f;
  background-color: #fdfdfd;
}
.main.v5 .answer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  width: 74px;
  height: 74px;
}
.main.v5 .answer-number {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #191919;
}
.main.v5 .answer-block.active {
  border: 1px solid #0080ff;
  box-shadow: 0 4px 4px #2a2a2a1f;
}
.main.v5 .answer-block.active .answer-number {
  color: #0080ff;
}
.main.v6 .question--text {
  max-width: 190px;
  line-height: 120%;
  margin: 0 auto;
  color: #fdb94b;
}
.main.v6 .question--text span {
  color: #fffc;
}
.main.v6 .answer {
  position: relative;
  width: 150px;
  height: 105px;
  border-radius: 4px;
  border: 1px solid rgba(237, 237, 237, 0.4);
  box-shadow: 0 4px 4px #0000001f;
  background-color: #361757;
}
.main.v6 .answer-img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main.v6 .circle {
  position: absolute;
  left: 11px;
  bottom: 9px;
}
.main.v6 .circle .answer-number {
  font-family: Lato;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.main.v6 .circle svg {
  display: none;
}
.main.v6 .answer-block.active .answer {
  border: 1px solid rgba(237, 237, 237, 0.4);
  background: #fdb94b;
}
.main.v7 .question--text {
  color: #fff;
}
.main.v7 .question--text span {
  color: #fffc;
}
.main.v7 .answer {
  position: relative;
  width: 164px;
  height: 117px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 2px 2px #dfdfdf;
  background: #fff;
}
.main.v7 .answer-text {
  font-family: "Baloo 2";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  font-size: 90px;
  color: #85d16f;
}
.main.v7 .answer-block.active .answer {
  border: 1px solid #dfdfdf;
  background: #ffc623;
}
.main.v7 .answer-block.active .answer-text {
  color: #fff;
}
.main.v8 .quiz-item_head {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px;
  background: #76d6ff;
}
.main.v8 .answer {
  position: relative;
  width: 160px;
  height: 114px;
  border-radius: 8px;
  border: 4px solid #ffffff;
  background: #fff;
}
.main.v8 .answer .answer-img {
  width: 152px;
  height: 106px;
  border-radius: 4px;
}
.main.v8 .answer-block.active .answer {
  border: 4px solid #00b3ff;
  background: #00b3ff;
}
.main.v9 .quiz-item_head {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  background: #7d18ff;
}
.main.v9 .quiz-item_head .question--text {
  color: #fff;
}
.main.v9 .quiz-item_head .question--text span {
  color: #fffc;
}
.main.v9 .answer {
  position: relative;
  width: 164px;
  height: 164px;
  border-radius: 16px;
  border: 1px solid #d0cdcd;
  background: #fff;
}
.main.v9 .answer .answer-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 138px;
}
.main.v9 .answer-block.active .answer {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(183.44deg, #a041ff 22.71%, #8b1dfa 96.22%);
}
.main.v10 {
  height: 100%;
  justify-self: flex-start;
  margin-top: 160px;
}
.main.v10 .question--text {
  color: #fff;
}
.main.v10 .question--text span {
  color: #fffc;
}
.main.v10 .answer {
  position: relative;
  width: 163px;
  height: 73px;
  border-radius: 10px;
  border: 1px solid #440c97;
  box-shadow: 2px 2px #440c97;
  background: #fff;
}
.main.v10 .answer-text {
  font-family: Lato;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 860;
  font-size: 25px;
  color: #440c97;
}
.main.v10 .answer-block.active .answer {
  border: 1px solid #ffffff;
  background: #ffc700;
}
.answer-block {
  position: relative;
}
.redirect-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@-webkit-keyframes cvPRhh {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes cvPRhh {
  to {
    stroke-dashoffset: 0;
  }
}
.footer[data-v-b6f5b9ed] {
  display: flex;
  width: fit-content;
  flex-direction: column;
  margin: 0 auto;
  padding: 5px 20px 0;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fcf7ff;
}
.footer.v1[data-v-b6f5b9ed],
.footer.v5[data-v-b6f5b9ed] {
  color: #000;
}
a {
  text-decoration: none;
  color: inherit;
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-size: 15px;
  line-height: 18px;
}
.content-box-component {
  box-sizing: content-box;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
section {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  padding-top: 30px;
}
@media (max-width: 400px) {
  section {
    padding-top: 15px;
  }
}
section::-webkit-scrollbar {
  display: none;
}
button {
  background-color: transparent;
  font-style: normal;
  cursor: pointer;
  border: none;
}
html {
  height: 100%;
  filter: hue-rotate(190deg) invert(1);
}
body {
  font-family: "Ubuntu", sans-serif;
  height: 100%;
}
body.v1 {
  background: linear-gradient(359.99deg, #fff -27.59%, #ff9761 173.47%);
}
body.v2 {
  background-color: #f7cb53;
}
body.v3 {
  background: linear-gradient(to bottom, #181d57, #050730);
}
body.v4 {
  background: linear-gradient(180deg, #033eb3 53.46%, #4784ff 138.09%);
}
body.v5 {
  background: #dcedff;
}
body.v6 {
  background: linear-gradient(180deg, #51257e, #200f32);
}
body.v7 {
  background: linear-gradient(180deg, #68af46, #68af46);
}
body.v8 {
  background: linear-gradient(180deg, #cbedfb, #70d5ff);
}
body.v9 {
  background: linear-gradient(
    114.99deg,
    #471ca9 -0.99%,
    #753caf 54.28%,
    #a173d0 78.99%
  );
}
body.v10 {
  background: linear-gradient(
    to bottom,
    #450c97,
    #450c97 280px,
    #8439f6 280px,
    #8439f6
  );
}
body.v10 .app-wrapper:before {
  content: "";
  position: absolute;
  background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAoHBwkHBgoJCAkLCwoMDxkQDw4ODx4WFxIZJCAmJSMgIyIoLTkwKCo2KyIjMkQyNjs9QEBAJjBGS0U+Sjk/QD3/2wBDAQsLCw8NDx0QEB09KSMpPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT3/wgARCAEWAXYDAREAAhEBAxEB/8QAGAABAQEBAQAAAAAAAAAAAAAAAAECAwf/xAAYAQEBAQEBAAAAAAAAAAAAAAAAAQIEBv/aAAwDAQACEAMQAAAA899Z2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApAAAAAAAAAAAAAAAAAAAAANRqBms0AAAAAAAAAAAAAAAAAAAAB2yhCmKzQAAAAAAAAAAAAAAAAAAAA65ctANxigAAAAAAAAAKby56AupM0AAAAAAAAjpGazQAAAAAAAACOhqBx0Go6Rx0AAAAAAFilNQOVKAAAAAAAACOsSkaOOg3G4wY0AAAAG40BFIZMaAAAAAAAAAQ6ZKwdowY01GTZqOWgAAAHTIYqUiFoAAADrEjnoAAAAKWMmjpHGqQVY6xzrNAAAAQ6RigAAAAKQ1AzQAAAHSEDRExbmgB1yhz0AAAAA1GK3EJQAAG8saDUZoAAAAsTUdZMW5JQA1HSONKAAAAh1y0DjoAAAALG450oAAAAbjccdAAAjtGKxQAAAAFIAAAAAWKbjloAAAAjrEOegAAHSNRzrNAAAAAAAAAAADcYoAAADcbjnWaAAA6QOdAAAAAAAAAAI0QhozQAAAAsCUAALAlAAAAAAAAAAADpEMUAAAAAAAAAAAAAAAAAAAAAAAAAAAABACgAAAAAAAAAAAAAAAAAAAAAgBQAAAAAAAAAAAAAAAAAAAAAQAAoAAAAAAAAAAAAAAAAAAAAIAICgBQAAAAAAAAAAAAAAAAAACARKoAIUFAAAAAAAAAAAAAAAAABAIUAABClAAAAAAAAAAAAAAAAAIBCgAAAABQAAAAAAAAAAAAAAAQCFAAACFAKAAAAAAAAAAAAAAACAQFAAABCgKAAAAAAAAAAAAAAAQCAoAAAIUBQAAAAAAAAAAAAAACAQFAQoEBVAAAAAAAAAAAAAAAAIAICgAAgWgAAAAAAAAAAAAAAABAAICkBQFAAAAAAAIAAAAAAUAAAgAAhSAoAAAAAAAAAAAAAAAAAABCgAAAAAAAAAAAAAAAAAAAAAAB//8QAJxAAAgIABQMEAwEAAAAAAAAAAQIAEQMQEiEwMUBBEyAiUVBhcJD/2gAIAQEAAT8A/vypc9MTQIUrp+LAs5FgJrEBBjij+KBoy/jeYu9pidB2wUmBBmBZhSl7C9qzRamJ2gioB19uGN7yIo8ukwIZ6Zgw/wBwKBGah2qqFjPUQbX7D8VqA2JiDa+IAmBAOstRNQmoS5qEOJ9S77RFrcxn8CAWcnNbZKK+RhNm5hnaEWOIFVFXNm8xlrkAswUIVB41FxnvYdMsMecmNmAqPBMJJyQ02TijxqdQo8hFAZI3gx+vEGUyk/U0rAKEIsT0z7VNiOLXjBoxxRvIIT1jrXAy3VQijBHPy5EFtk7EHaa29uGfGRFGuNGsVkTUJs8SCzCgMII48MbXwKaOWIPPJqb75AxAoQP9wgMvGBQqOaHAhsQixU0V1PcofieEVe8CUbvJ+vAiVGeukJJ7ZBZhUiAEw7Lp49R+5qPvU1C5PcA0YHEL/X9Pv/DH/8QAGxEAAQQDAAAAAAAAAAAAAAAAARFAUGAwgJD/2gAIAQIBAT8A0xFeEYt+DoWo4g5ScHVH/8QAFBEBAAAAAAAAAAAAAAAAAAAAoP/aAAgBAwEBPwBNv//Z);
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
#app {
  position: relative;
  height: 100%;
}
.app-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 8px;
}
