@font-face {
  font-family: inter;
  src: url('../fonts/Inter-Regular.woff2');
}

@font-face {
  font-family: inter-bold;
  src: url('../fonts/Inter-Bold.woff2');
}

#confirmButton {
  background-color: #5956e9;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #7f3fa7;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: inter;
  background: #1d67b1;
  background-size: cover;
}

.body-page {
  background: none;
}

.page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  background: url('../images/body-page.webp') no-repeat center;
  gap: 20px;
  background-size: cover;
  overflow-y: auto;
}

.page__header {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 20px #000;
  font-family: inter-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.body__container {
  margin: 0 auto;
}

.quiz_1__inner {
  padding-top: 80px;
  padding-bottom: 20px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz_1__logo {
  width: 325px;
  height: 50px;
  background: url('../images/quiz-logo.webp') no-repeat center;
}

.quiz_1__header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quiz_1__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: inter-bold;
  font-size: 78px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  /* 93.6px */
  max-width: 1188px;
  margin: 0 auto;
}

.quiz_1__center {
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.64)),
    color-stop(75%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 207, 86, 0)),
      color-stop(50%, #dd02fe),
      to(rgba(76, 207, 86, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
}

.quiz_1__subtitle {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 1188px;
  margin: 0 auto;
  /* 31.2px */
}

.quiz_1__items {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: -o-radial-gradient(
    50% 42.44%,
    57.56% 50%,
    #0c1219 0%,
    rgba(12, 18, 25, 0) 100%
  );
  background: radial-gradient(
    57.56% 50% at 50% 42.44%,
    #0c1219 0%,
    rgba(12, 18, 25, 0) 100%
  );
}

.quiz_1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 265px;
  width: 100%;
}

.quiz_1__item:nth-child(1)::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: url('../images/quiz-icon-1.webp') no-repeat center;
  background-size: cover;
}

.quiz_1__item:nth-child(3)::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: url('../images/quiz-icon-2.webp') no-repeat center;
  background-size: cover;
}

.quiz_1__item:nth-child(5)::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: url('../images/quiz-icon-3.webp') no-repeat center;
  background-size: cover;
}

.quiz_1__line {
  width: 2px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(4, 162, 254, 0) 0%,
    #dd02fe 50%,
    rgba(4, 162, 254, 0) 100%
  );
}

.quiz_1__info {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}

.quiz_1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quiz_1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
  padding: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  background: linear-gradient(
    86deg,
    #00d4ff 1.93%,
    #0080ff 26.04%,
    #50f 54.55%,
    #a0f 82.92%,
    #f0f 107.17%
  );
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  width: 324px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-style: italic;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.quiz_1__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.page__wrawpper {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__form {
  width: 100%;
}

.page__wrap {
  position: relative;
  max-width: 694px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: none;
  background: rgba(2, 0, 48, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.page__wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to right, #dd02fe, #0098ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.page__label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.page__input {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  height: 50px;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  border-radius: 10px;
  border: 1px solid #62467f;
  background: #030027;
  backdrop-filter: blur(5px);
}

.page__input::-webkit-input-placeholder {
  color: #fff;
}

.page__input::-moz-placeholder {
  color: #fff;
}

.page__input:-ms-input-placeholder {
  color: #fff;
}

.page__input::-ms-input-placeholder {
  color: #fff;
}

.page__input::placeholder {
  color: #fff;
}

.page__icon {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page__info {
  color: #fff;
  text-shadow: 0 2px 20px #000;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  /* 12px */
}

.page__link {
  color: #fff;
  font-family: inter-bold;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

.page__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(
    86deg,
    #00d4ff 1.93%,
    #0080ff 26.04%,
    #50f 54.55%,
    #a0f 82.92%,
    #f0f 107.17%
  );
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  font-family: inter-bold;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-style: italic;
}

.page__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.body-bonus {
  background: none;
}

.bonus__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  background: url(../images/bonus-background.webp) no-repeat center;
  background-size: cover;
  overflow-y: auto;
}

.questions__top {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions_thanks {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  /* 93.6px */
  margin-bottom: 20px;
}

.questions__resilt {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 0px;
}

.questions__number {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(65, 65, 65, 0.25);
  font-family: inter-bold;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
}

.questions__count {
  color: #00d4ff;
  text-align: center;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
  font-family: inter-bold;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  /* 57.6px */
}

.questions__info {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
}

.questions__color {
  color: #fff;
  font-family: inter-bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.questions__header {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}

.questions__containers {
  position: relative;
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.64)),
    color-stop(75%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 207, 86, 0)),
      color-stop(50%, #dd02fe),
      to(rgba(76, 207, 86, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
  overflow: hidden;
}

.span-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#171618),
    to(#dd02fe)
  );
  background: -o-linear-gradient(left, #171618, #dd02fe);
  background: linear-gradient(to right, #171618, #dd02fe);
  -webkit-animation: animate1 2s linear infinite;
  animation: animate1 2s linear infinite;
}

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

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

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

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.span-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#171618),
    to(#dd02fe)
  );
  background: -o-linear-gradient(top, #171618, #dd02fe);
  background: linear-gradient(to bottom, #171618, #dd02fe);
  -webkit-animation: animate2 2s linear infinite;
  animation: animate2 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.span-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#171618),
    to(#dd02fe)
  );
  background: -o-linear-gradient(right, #171618, #dd02fe);
  background: linear-gradient(to left, #171618, #dd02fe);
  -webkit-animation: animate3 2s linear infinite;
  animation: animate3 2s linear infinite;
}

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

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

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

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.span-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#171618),
    to(#dd02fe)
  );
  background: -o-linear-gradient(bottom, #171618, #dd02fe);
  background: linear-gradient(to top, #171618, #dd02fe);
  -webkit-animation: animate4 2s linear infinite;
  animation: animate4 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animate4 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.questions__text {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0px;
}

.questions__text:last-child {
  margin-bottom: 0;
}

.questions__bold {
  color: #4cce56;
  font-family: inter-bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.questions__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.questions__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.questions__mobile {
  display: none;
}

.questions__timer {
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(12, 18, 25, 0)),
    color-stop(50%, rgba(12, 18, 25, 0.8)),
    to(rgba(12, 18, 25, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0.8) 50%,
    rgba(12, 18, 25, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0.8) 50%,
    rgba(12, 18, 25, 0) 100%
  );
  margin-bottom: 40px;
}

.questions__head {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.questions__time {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.questions__btn {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(
    86deg,
    #00d4ff 1.93%,
    #0080ff 26.04%,
    #50f 54.55%,
    #a0f 82.92%,
    #f0f 107.17%
  );
  width: 496px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.questions__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #000;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.body-politica {
  background: url('../images/politica-background.webp') no-repeat center;
  background-size: cover;
}

.body-impressum {
  background: url('../images/politica-background.webp') no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}

.politica__title {
  padding-top: 100px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 78px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  /* 93.6px */
}

.politica__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.64)),
    color-stop(75%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 86, 255, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 207, 86, 0)),
      color-stop(50%, #dd02fe),
      to(rgba(76, 86, 255, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 86, 255, 0) 100%
    )
    1 stretch;
}

.politica__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  max-width: 1188px;
  width: 100%;
}

.politica__head {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.politica__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.body-quiz {
  background: none;
}

.body__containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  /* Занимает минимум 100% высоты экрана */
  background: url(../images/quiz-background.webp) no-repeat center;
  background-size: cover;
  overflow-y: auto;
  /* Появление скролла при необходимости */
}

.quiz_dop {
  height: 100vh;
}

.quiz {
  padding-top: 60px;
  padding-bottom: 40px;
}

.quiz__top {
  margin-bottom: 0px;
}

.quiz__numbers {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
  margin-bottom: 20px;
}

.quiz__count {
  color: #00d4ff;
  font-family: inter-bold;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
}

.quiz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.question__item {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #3c1b73;
  background: #030027;
}

.question__item:nth-child(1).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(2).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(3).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(4).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(5).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(6).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(7).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(8).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(9).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(10).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(11).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(12).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(13).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(14).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.question__item:nth-child(15).question__item_active {
  background: url('../images/answer-item.webp'), rgb(1%, 2%, 2%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 4px #dd02fe;
  box-shadow: 0 0 4px #dd02fe;
}

.quiz__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.quiz__clock {
  background: url('../images/quiz-icon.webp');
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 10px;
}

.quiz__iconcor {
  width: 40px;
  height: 40px;
  background: url('../images/answer-icon-corr.webp') no-repeat center;
}

.quiz__iconicor {
  width: 32px;
  height: 32px;
  background: url('../images/answer-icon-incorr.webp') no-repeat center;
}

.quiz__time {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.quiz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz__block {
  max-width: 1188px;
  width: 100%;
}

.quiz__wrap {
  padding: 20px;
  border-radius: 20px;
  border: none;
  background: rgba(2, 0, 48, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  margin-bottom: 0px;
  position: relative;
}

.quiz__wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to right, #dd02fe, #0098ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.quiz__head {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.quiz__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.quiz__btn {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #62467f;
  background: linear-gradient(90deg, #030027 0%, #022663 50%, #030027 100%);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.quiz__btn:hover {
  background: rgb(87, 79, 177);
}

.quiz__answer {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 20px;
  margin-top: 40px;
}

.quiz__btn__true {
  border-radius: 10px;
  border: 1px solid #62467f;
  background: linear-gradient(90deg, #030027 0%, #00300d 50%, #030027 100%);
  backdrop-filter: blur(5px);
  color: #0f4;
}

.quiz__btn__false {
  text-shadow: 0 0 2px #ff0080;
  color: #ff0080;
  border-radius: 10px;
  border: 1px solid #62467f;
  background: linear-gradient(90deg, #030027 0%, #520029 50%, #030027 100%);
  backdrop-filter: blur(5px);
}

.quiz__correct {
  border-radius: 10px;
  border: 1px solid #0f4;
  background: url('../images/answer-background-corr.webp') lightgray 50% / cover
    no-repeat;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.quiz__result {
  text-align: center;
  font-family: inter-bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.result_correct {
  color: #0f4;
}

.result_incorrect {
  color: #ff0080;
}

.quiz__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.quiz__insight {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.quiz__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.quiz__incorrect {
  border-radius: 10px;
  border: 1px solid #ff0080;
  background: url('../images/answer-background-incorr.webp') lightgray 50% /
    cover no-repeat;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.4);
  box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.quiz__btn-step {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(
    86deg,
    #00d4ff 1.93%,
    #0080ff 26.04%,
    #50f 54.55%,
    #a0f 82.92%,
    #f0f 107.17%
  );
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-style: italic;
}

.quiz__btn-step:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #fff;
}

.quiz__results {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.btn-step {
  display: none;
}

.quiz__caption {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  max-width: 1188px;
  font-size: 78px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 93.6px */
  padding-top: 20px;
}

.quiz__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.64)),
    color-stop(75%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 207, 86, 0)),
      color-stop(50%, #dd02fe),
      to(rgba(76, 207, 86, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
}

.quiz__information {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
}

.quiz__submit {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
  /* 43.2px */
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 354px;
  padding: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(
    86deg,
    #00d4ff 1.93%,
    #0080ff 26.04%,
    #50f 54.55%,
    #a0f 82.92%,
    #f0f 107.17%
  );
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-style: italic;
}

.quiz__submit:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #fff;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.64)),
    color-stop(75%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 25%,
    rgba(0, 0, 0, 0.64) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-top: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(76, 207, 86, 0)),
      color-stop(50%, #dd02fe),
      to(rgba(76, 207, 86, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(76, 207, 86, 0) 0%,
      #dd02fe 50%,
      rgba(76, 207, 86, 0) 100%
    )
    1 stretch;
}

.footer_2 {
  background: -o-linear-gradient(
    left,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0) 10%,
    rgba(12, 18, 25, 0.64) 25%,
    rgba(12, 18, 25, 0.64) 75%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(12, 18, 25, 0)),
    color-stop(10%, rgba(12, 18, 25, 0)),
    color-stop(25%, rgba(12, 18, 25, 0.64)),
    color-stop(75%, rgba(12, 18, 25, 0.64))
  );
  background: linear-gradient(
    90deg,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0) 10%,
    rgba(12, 18, 25, 0.64) 25%,
    rgba(12, 18, 25, 0.64) 75%
  );
}

.footer__text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
}

.footer__bold {
  color: #dd02fe;
  font-family: inter-bold;
  font-weight: 700;
}

.footer__links {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer__link {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.footer__line {
  width: 2px;
  height: 19px;
  border-radius: 10px;
  background: -o-linear-gradient(
    top,
    rgba(174, 174, 174, 0) 0%,
    #aeaeae 50%,
    rgba(174, 174, 174, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(174, 174, 174, 0)),
    color-stop(50%, #aeaeae),
    to(rgba(174, 174, 174, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(174, 174, 174, 0) 0%,
    #aeaeae 50%,
    rgba(174, 174, 174, 0) 100%
  );
}

.footer__age {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.footer__sup {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.block__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__none {
  display: none;
}

@media (max-width: 1199px) {
  .quiz_1__items {
    padding: 10px 12px;
    margin-bottom: 20px;
  }

  .question__item:nth-child(1).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(2).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(3).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(4).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(5).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(6).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(7).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(8).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(9).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(10).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(11).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(12).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(13).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(14).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .question__item:nth-child(15).question__item_active {
    background-size: 9px;
    background-position: center;
  }

  .page__wrawpper {
    padding: 0px 12px;
  }

  .questions__color {
    font-size: 18px;
  }

  .questions__bold {
    font-size: 18px;
  }

  .quiz_mob {
    height: 100vh;
  }

  .body-quiz {
    gap: 30px;
  }

  .quiz_1__header {
    padding: 10px 12px;
    margin-bottom: 20px;
  }

  .quiz_1__center {
    padding: 20px 12px;
    margin-bottom: 100px;
  }

  .quiz_1__wrapper {
    padding: 20px 12px;
  }

  .quiz_1__title {
    font-size: 50px;
  }

  .quiz_1__subtitle {
    font-size: 20px;
  }

  .quiz_1__item:nth-child(1)::before {
    width: 50px;
    height: 50px;
    background: url(../images/quiz-icon-1.webp) no-repeat center;
    background-size: cover;
  }

  .quiz_1__item:nth-child(3)::before {
    width: 50px;
    height: 50px;
    background: url(../images/quiz-icon-2.webp) no-repeat center;
    background-size: cover;
  }

  .quiz_1__item:nth-child(5)::before {
    width: 50px;
    height: 50px;
    background: url(../images/quiz-icon-3.webp) no-repeat center;
    background-size: cover;
  }

  .quiz_1__item {
    max-width: 200px;
  }

  .quiz_1__info {
    font-size: 12px;
  }

  .questions__top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .questions_thanks {
    font-size: 38px;
  }

  .questions__resilt {
    font-size: 20px;
  }

  .questions__number {
    font-size: 32px;
  }

  .questions__count {
    font-size: 32px;
  }

  .questions__containers {
    padding: 16px 12px 16px 12px;
  }

  .questions__text {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .questions__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .questions__team {
    margin-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .questions__timer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .questions__head {
    font-size: 18px;
  }

  .politica__content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .politica__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .politica__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .quiz {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quiz__caption {
    font-size: 44px;
  }

  .quiz__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quiz__information {
    font-size: 18px;
  }

  .question__item {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }

  .quiz__items {
    gap: 4px;
  }

  .quiz__numbers {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .quiz__count {
    font-size: 30px;
  }

  .quiz__clock {
    background: url(../images/quiz-icon.webp);
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .quiz__time {
    font-size: 22px;
  }

  .quiz__wrap {
    padding: 20px 10px;
  }

  .quiz__head {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .quiz__btn {
    font-size: 16px;
  }

  .quiz_1__logo {
    width: 325px;
    height: 50px;
    background: url(../images/quiz-logo.webp) no-repeat center;
    background-size: cover;
  }

  .quiz_1__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .questions__header {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .footer {
    background: -o-linear-gradient(
      left,
      rgba(12, 18, 25, 0) 0%,
      rgba(12, 18, 25, 0.8) 50%,
      rgba(12, 18, 25, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(12, 18, 25, 0)),
      color-stop(50%, rgba(12, 18, 25, 0.8)),
      to(rgba(12, 18, 25, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(12, 18, 25, 0) 0%,
      rgba(12, 18, 25, 0.8) 50%,
      rgba(12, 18, 25, 0) 100%
    );
  }
}

@media (max-width: 767px) {
  .quiz_1__title {
    font-size: 44px;
  }

  .quiz_1__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .page__container {
    background: url('../images/body-page-mobile.webp') no-repeat center;
    background-size: cover;
  }

  .quiz {
    padding-top: 5px;
  }

  .body-politica {
    background: url('../images/politica-background-mob.webp') no-repeat center;
    background-size: cover;
  }

  .body__containers {
    background: url(../images/body-page-mobile.webp) no-repeat center;
    background-size: cover;
  }

  .body__containers_act {
    gap: 28vh;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .quiz_1__inner {
    padding-top: 80px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    gap: 10px;
  }

  .quiz_1__logo {
    width: 208px;
    height: 32px;
    background: url(../images/quiz-logo.webp) no-repeat center;
    background-size: cover;
  }

  .quiz_1__line {
    height: 40px;
  }

  .quiz_1__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }

  .page__wrawpper {
    padding: 0 12px;
  }

  .quiz_1__title {
    font-size: 32px;
  }

  .quiz_1__item {
    max-width: 110px;
  }

  .quiz_1__info {
    font-size: 7px;
  }

  .quiz_1__subtitle {
    font-size: 14px;
  }

  .quiz_1__btn {
    padding: 20px;
    width: 248px;
    font-size: 20px;
  }

  .quiz_1 {
    margin-bottom: auto;
  }

  .footer__link {
    font-size: 12px;
  }

  .footer__age {
    font-size: 12px;
  }

  .footer__text {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .footer__links {
    margin-bottom: 10px;
  }

  .footer__sup {
    font-size: 10px;
  }

  .body-impressum {
    background: url(../images/politica-background-mob.webp) no-repeat center;
    background-size: cover;
  }

  .quiz__count {
    font-size: 24px;
  }

  .quiz__items {
    margin-bottom: 10px;
  }

  .page__wrap {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page__header {
    font-size: 20px;
  }

  .page__btn {
    width: auto;
    padding: 20px 60px;
    font-size: 20px;
  }

  .page__input {
    font-size: 10px;
    height: 52px;
  }

  .page__icon {
    max-width: 24px;
  }

  .page__info {
    font-size: 8px;
    text-align: center;
  }

  .page__link {
    font-size: 8px;
  }

  .page__button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .questions__desctop {
    display: none;
  }

  .questions__mobile {
    display: block;
  }

  .questions_thanks {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .questions__resilt {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .questions__number {
    font-size: 32px;
  }

  .questions__count {
    font-size: 32px;
  }

  .questions__containers {
    padding: 20px 12px;
    margin-bottom: 0;
    width: 95%;
  }

  .questions__header {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .questions__color {
    font-size: 14px;
  }

  .questions__text {
    font-size: 14px;
  }

  .questions__head {
    font-size: 14px;
  }

  .questions__btn {
    width: 90%;
    font-size: 20px;
    padding: 20px 20px;
  }

  .politica__title {
    padding-top: 30px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .politica__head {
    font-size: 14px;
  }

  .politica__text {
    font-size: 14px;
  }

  .quiz__caption {
    font-size: 32px;
    padding-top: 0;
  }

  .quiz__information {
    font-size: 14px;
  }

  .quiz__submit {
    font-size: 20px;
    width: 267px;
  }

  .quiz__numbers {
    font-size: 20px;
  }

  .quiz__count {
    font-size: 20px;
  }

  .quiz__time {
    font-size: 16px;
  }

  .quiz__head {
    font-size: 14px;
  }

  .quiz__btn {
    font-size: 12px;
  }

  .quiz__result {
    font-size: 16px;
  }
  .quiz__iconcor {
    width: 32px;
    height: 32px;
    background: url(../images/answer-icon.webp) no-repeat center;
    background-size: cover;
  }
  .quiz__iconicor {
    width: 24px;
    height: 24px;
    background: url(../images/answer-icon.webp) no-repeat center;
    background-size: cover;
  }

  .quiz__logo {
    max-width: 110px;
  }

  .quiz__insight {
    font-size: 24px;
  }

  .quiz__text {
    font-size: 12px;
  }

  .quiz__btn-step {
    font-size: 20px;
    width: 176px;
    padding: 20px;
  }

  .quiz__answer {
    margin-top: 20px;
  }

  .quiz__timer {
    margin-bottom: 20px;
  }

  .questions__info {
    font-size: 14px;
  }

  .questions__bold {
    font-size: 14px;
  }

  .questions__text {
    margin-bottom: 15px;
  }

  .questions__top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .quiz {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quiz__items {
    margin-bottom: 10px;
  }

  .quiz__timer {
    margin-bottom: 20px;
  }

  .quiz__head {
    font-size: 11px;
  }

  .body-quiz {
    gap: 20px;
  }

  .quiz__clock {
    background: url(../images/quiz-icon.webp);
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .quiz__numbers {
    font-size: 16px;
  }

  .quiz__head {
    margin-bottom: 10px;
  }

  .quiz__wrap {
    padding: 10px;
  }

  .quiz__btn {
    padding: 7px;
    font-size: 11px;
  }
  .question__item {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }
  .question__item:nth-child(1).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(2).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(3).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(4).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(5).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(6).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(7).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(8).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(9).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(10).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(11).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(12).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(13).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(14).question__item_active {
    background-size: 7px;
    background-position: center;
  }

  .question__item:nth-child(15).question__item_active {
    background-size: 7px;
    background-position: center;
  }
}

.color-blue {
  color: #00d4ff;
}

.fw-700 {
  font-weight: 700;
  font-family: inter-bold;
}

.mb-20 {
  margin-bottom: 20px;
}
