body,
h1,
h2,
html {
  margin: 0px;
  padding: 0px;
}

h1,
h2 {
  font-size: 100%;
  font-weight: 400;
}

button,
input {
  margin: 0px;
}

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

html {
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow: hidden scroll;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
}

header {
  display: block;
}

body,
button,
input {
  font-family:
    BlinkMacSystemFont,
    -apple-system,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

body {
  color: rgb(74, 74, 74);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: rgb(121, 87, 213);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: rgb(54, 54, 54);
}

img {
  height: auto;
  max-width: 100%;
}

input[type="radio"] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.is-block {
  display: block !important;
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: rgba(121, 87, 213, 0.25) 0px 0px 0px 0.125em;
}

.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
  box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 0.125em;
}

.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
  box-shadow: rgba(10, 10, 10, 0.25) 0px 0px 0px 0.125em;
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
  box-shadow: rgba(245, 245, 245, 0.25) 0px 0px 0px 0.125em;
}

.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
  box-shadow: rgba(54, 54, 54, 0.25) 0px 0px 0px 0.125em;
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
  box-shadow: rgba(121, 87, 213, 0.25) 0px 0px 0px 0.125em;
}

.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
  box-shadow: rgba(121, 87, 213, 0.25) 0px 0px 0px 0.125em;
}

.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active) {
  box-shadow: rgba(22, 125, 240, 0.25) 0px 0px 0px 0.125em;
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
  box-shadow: rgba(35, 209, 96, 0.25) 0px 0px 0px 0.125em;
}

.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
  box-shadow: rgba(255, 221, 87, 0.25) 0px 0px 0px 0.125em;
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
  box-shadow: rgba(255, 56, 96, 0.25) 0px 0px 0px 0.125em;
}

.title {
  word-break: break-word;
}

.title span {
  font-weight: inherit;
}

.title {
  color: rgb(54, 54, 54);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.radio input {
  cursor: pointer;
}

.radio:hover {
  color: rgb(54, 54, 54);
}

.select.is-white:not(:hover)::after {
  border-color: rgb(255, 255, 255);
}

.select.is-black:not(:hover)::after {
  border-color: rgb(10, 10, 10);
}

.select.is-light:not(:hover)::after {
  border-color: rgb(245, 245, 245);
}

.select.is-dark:not(:hover)::after {
  border-color: rgb(54, 54, 54);
}

.select.is-primary:not(:hover)::after {
  border-color: rgb(121, 87, 213);
}

.select.is-link:not(:hover)::after {
  border-color: rgb(121, 87, 213);
}

.select.is-info:not(:hover)::after {
  border-color: rgb(22, 125, 240);
}

.select.is-success:not(:hover)::after {
  border-color: rgb(35, 209, 96);
}

.select.is-warning:not(:hover)::after {
  border-color: rgb(255, 221, 87);
}

.select.is-danger:not(:hover)::after {
  border-color: rgb(255, 56, 96);
}

@media screen and (min-width: 1024px) {
  .navbar-link.is-active:not(:focus):not(:hover),
  a.navbar-item.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
}

.b-radio.radio {
  outline: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  user-select: none;
}

.b-radio.radio input[type="radio"] {
  position: absolute;
  left: 0px;
  opacity: 0;
  outline: none;
  z-index: -1;
}

.b-radio.radio input[type="radio"] + .check {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  transition: background 0.15s ease-out;
  border-radius: 50%;
  border: 2px solid rgb(122, 122, 122);
}

.b-radio.radio input[type="radio"] + .check::before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -0.625em;
  bottom: 50%;
  margin-bottom: -0.625em;
  width: 1.25em;
  height: 1.25em;
  transition:
    transform 0.15s ease-out,
    -webkit-transform 0.15s ease-out;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(121, 87, 213);
}

.b-radio.radio input[type="radio"]:checked + .check {
  border-color: rgb(121, 87, 213);
}

.b-radio.radio input[type="radio"]:checked + .check::before {
  transform: scale(0.5);
}

.b-radio.radio .control-label {
  padding-left: 0.5em;
}

.b-radio.radio:hover input[type="radio"] + .check {
  border-color: rgb(121, 87, 213);
}

.b-radio.radio:focus input[type="radio"] + .check {
  box-shadow: rgba(122, 122, 122, 0.8) 0px 0px 0.5em;
}

.b-radio.radio:focus input[type="radio"]:checked + .check {
  box-shadow: rgba(121, 87, 213, 0.8) 0px 0px 0.5em;
}

html {
  overflow-y: auto;
}

body,
html {
  position: relative;
  height: 100%;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

#app,
.app-wrapper {
  position: relative;
  height: 100%;
}

#app {
  font-family: var(--font), Gilroy, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  --color-danger: #d10a34;
  --color-success: #52bc77;
  --color-danger-light: rgba(209, 10, 52, 0.05);
  --color-success-light: rgba(59, 173, 75, 0.05);
  background: var(--color-bg-10, #f8f8f8);
}

#app input {
  border-radius: 4px;
}

#app input {
  border: solid 1.2px var(--color-bg-3, #b1b5be);
  color: var(--color-bg-text, #363636);
  background: 0px 0px;
}

#app input {
  background-color: var(--color-bg-1, #f7f7f7);
}

#app input::-webkit-input-placeholder {
  color: var(--color-bg-6, rgba(54, 54, 54, 0.3));
}

#app .control-label {
  color: var(--color-bg-text, #4a4a4a);
}

a,
a:focus,
a:visited {
  color: var(--color);
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: var(--color-bg-alpha7, #363636);
}

.title {
  font-weight: 300;
}

.b-radio.radio {
  line-height: 1.5;
  z-index: 10;
}

.b-radio.radio input[type="radio"] + .check {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background-color: var(--color-bg-2, #f7f7f7);
}

.b-radio.radio input[type="radio"] + .check::before {
  background-color: transparent;
}

.b-radio.radio input[type="radio"]:checked + .check {
  border: 2px solid var(--color);
  background: var(--color-bg-2, #fff);
  box-shadow: 0 2px 6px 0 var(--color-alpha) !important;
}

.b-radio.radio input[type="radio"]:checked + .check::before {
  background-size: 21px;
}

.b-radio.radio:focus input[type="radio"] + .check {
  box-shadow: none;
}

body,
button {
  font-family: var(--font);
}

.layout {
  height: 100%;
}

.bonus_expanded.bonus:has(.bonus_type_custom) .bonus__wrapper {
  background-size: 100%;
  background-position: 0px 50%;
}

.bonus_expanded.bonus:has(.bonus_type_custom) .bonus__wrapper.bonus__text {
  color: var(--white);
}

.answer__title {
  word-break: break-word;
}

.answer-select__verifying-correct .select:not(.is-multiple):not(:active) {
  --color-bg-text: var(--color-success);
  --color-bg-2: var(--color-success);
  --color-lighten: var(--color-success);
  --color: var(--color-success);
}

.answer-variants__group {
  width: 100%;
  margin-right: 1rem;
}

.answer-variants__group::-webkit-scrollbar {
  width: 10px;
}

.answer-variants__group::-webkit-scrollbar-track {
  border-left: 8px solid transparent;
  box-shadow: inset 0 0 10px 10px var(--color-bg-2, #eae9f1);
}

.answer-variants__group::-webkit-scrollbar-thumb {
  border-left: 8px solid transparent;
  box-shadow: inset 0 0 10px 10px var(--color);
}

@media (max-width: 767px) {
  .answer-variants_has_image .answer-variants__group {
    margin: 0px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

.answer-variants__variant-text {
  -webkit-box-flex: 0;
  flex: 0 1 49%;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: solid 1px var(--color-bg-2, rgba(217, 216, 230, 0.55));
  -webkit-box-align: center;
  align-items: center;
  will-change: box-shadow;
  transition:
    box-shadow 0.15s ease-out,
    -webkit-box-shadow 0.15s ease-out;
}

.answer-variants_has_image .answer-variants__variant-text {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
}

.answer-variants__variant-text:focus,
.answer-variants__variant-text:hover {
  border: 1px solid rgb(13, 104, 191);
  background: rgba(13, 104, 191, 0.08);
}

@media (max-width: 767px) {
  .answer-variants__variant-text {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
  }
}

.answer-variants__variant-text .control-label {
  padding-left: 1rem !important;
}

.answer-variants__variant-text label {
  padding: 0.8rem 1rem;
  width: 100%;
  text-align: left;
  display: flex;
  height: 100%;
}

.answer-variants .check {
  -webkit-box-flex: 0;
  flex: 0 0 1.25rem;
}

.answer-variants_has_image {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .answer-variants_has_image {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
}

.question::-webkit-scrollbar {
  width: 10px;
}

.question::-webkit-scrollbar-track {
  border-left: 8px solid transparent;
  box-shadow: inset 0 0 10px 10px var(--color-bg-2, #eae9f1);
}

.question::-webkit-scrollbar-thumb {
  border-left: 8px solid transparent;
  box-shadow: inset 0 0 10px 10px var(--color);
}

.progress-bar {
  text-align: left;
  font-weight: 500;
  color: var(--color-bg-alpha7, #2e2e49);
  font-family: var(--additional-font, var(--font, Gilroy));
  font-style: var(--additional-font-style, normal);
}

.quiz {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  height: 100%;
  background-color: var(--color-bg-quiz, #fff);
  --quiz-question-transition:
    opacity 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97),
    transform 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97);
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .quiz {
    display: block;
  }
}

@media (min-width: 768px) {
  .quiz {
    overflow-x: hidden;
  }
}

.layout_bg {
  padding: 50px 0px;
}

.last-page {
  height: 100%;
  width: 100%;
}

.last-page__bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.last-page__content {
  max-width: 1000px;
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.last-page__title {
  text-align: left;
  color: rgb(13, 104, 191);
  font-family: Inter;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  max-width: 500px;
}

.last-page__item {
  max-width: 600px;
  width: 100%;
  padding: 16px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 8px 0px;
}

.last-page__title-sub {
  color: rgb(29, 29, 29);
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

@media (max-width: 1000px) {
  .last-page__content {
    flex-direction: column;
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .last-page__content {
    flex-direction: column;
    padding: 32px 24px;
  }
  .last-page__title {
    color: rgb(255, 255, 255);
    margin-bottom: 12px;
    max-width: 100%;
  }
  .last-page__title {
    font-size: 24px;
  }
  .last-page__item {
    max-width: 100%;
  }
  .last-page__title-sub {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .quiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.quiz__question-title {
  color: var(--color-bg-text, #363636);
  font-size: 28px;
  text-align: left;
  line-height: 1.2;
  font-weight: 900;
  margin: 12px 0px 16px !important;
}

@media (max-width: 818px) {
  .quiz__question-title {
    font-size: 22px;
  }
}

.quiz__question-title_without-title {
  margin-top: 0px !important;
}

.quiz__questions {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  overflow-x: hidden;
  background-color: var(--color-bg-quiz, #fff);
}

@media (max-width: 818px) {
  .quiz__questions {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1rem 0px 60px;
    min-height: 100%;
  }
}

@media (max-width: 818px) {
  .quiz__questions-header {
    padding: 0px 1rem;
  }
}

.quiz__question {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .quiz__question {
    overflow-y: auto;
  }
}

@media (max-width: 818px) {
  .quiz__question {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    background: var(--color-bg-quiz, #fff);
  }
}

@media (min-width: 1119px) {
  .quiz__question {
    padding: 5px 0px 0px;
  }
}

@media (min-width: 1201px) {
  .quiz-container {
    border-radius: 4px;
    background: 0px 0px;
  }
}

.header {
  position: relative;
  top: 0px;
  z-index: 60;
  height: 70px;
  background: rgb(13, 104, 191);
  width: 100%;
  padding: 10px 30px;
  display: flex;
  justify-content: flex-start;
}

.header_red {
  background: rgb(13, 104, 191);
  padding: 10px;
}

.start-page__logo {
  margin-right: 2.5rem;
}

:root {
  --light-grey-blue: #b1b5be;
  --gray: #e2e2e2;
  --dark-grey-blue: #2e2e54;
  --light-blue-grey: #d2d4d8;
  --white-two: #f7f7f7;
  --grey-blue: #69748c;
  --black: #000;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

.layout {
  background: var(--color-bg-10, #f8f8f8);
}

@media (max-width: 767px) {
  .layout {
    background: 0px 0px;
  }
}

@media (min-width: 1201px) {
  .layout {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 70vh;
    height: auto;
  }
  .quiz-container:not(.last-page) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quiz {
    margin: 0px auto;
    max-width: 1024px;
    box-sizing: border-box;
    border-width: 5px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    border-color: var(--color-bg-7, #e6e6e6);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 15px 0px;
    height: calc(-180px + 100vh) !important;
    flex-wrap: nowrap !important;
  }
  .quiz {
    width: 100vw;
  }
}

.start-page__logo {
  display: flex;
  gap: 6px;
  align-items: center;
}

.progress-section {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 30px 20px;
  background: rgb(248, 249, 250);
  border-bottom: 1px solid rgb(233, 236, 239);
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(73, 80, 87);
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: rgb(233, 236, 239);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(13, 104, 191, 0.4) 0%,
    rgb(13, 104, 191) 100%
  );
  border-radius: 10px;
  width: 0%;
  transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.progress-fill::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  animation: 2s ease 0s infinite normal none running shimmer;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 768px) {
  .progress-section {
    padding-top: 20px;
  }
}

.last-page,
.last-page__bg {
  min-height: calc(-70px + 100vh);
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #ededed;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background-color: #0d68bf;
  border-radius: 4px;
  transition: width 0.4s ease-in-out;
}
