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

@font-face {
  font-family: inter-bold;
  src: url('../fonts/Inter-Bold.woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-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: url('../images/body-page.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;
}

.body__container {
  margin: 0 auto;
}

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

.quiz_1__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 #ff0169;
  font-family: 'Roboto Condensed';
  font-size: 78px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 93.6px */
  text-transform: uppercase;
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
}

.quiz_1__center {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(254, 95, 161, 0);
  border-bottom: 1px solid rgba(254, 95, 161, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(9, 81, 255, 0)),
    color-stop(25%, rgba(9, 81, 255, 0.64)),
    color-stop(75%, rgba(255, 1, 105, 0.64)),
    to(rgba(255, 1, 105, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, rgba(254, 95, 161, 1)),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
}

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

.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: 80px;
  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;
  max-width: 300px;
  width: 100%;
}

.quiz_1__item::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: 300px;
  height: 53px;
  background: url('../images/quiz-icon.webp') no-repeat center;
  background-size: cover;
}

.quiz_1__line {
  width: 2px;
  height: 53px;
  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%
  );
}

.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.5);
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 43.2px */
  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-radius: 40px;
  border: none;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #0098ff),
    color-stop(69.74%, #ff0069)
  );
  background: -o-linear-gradient(left, #0098ff 0.01%, #ff0069 69.74%);
  background: linear-gradient(90deg, #0098ff 0.01%, #ff0069 69.74%);
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  width: 361px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@-webkit-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);
  }
}

@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 {
  max-width: 720px;
}
.page__wrap {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(9, 81, 255, 0.6) 0%,
    rgba(7, 65, 205, 0.6) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(9, 81, 255, 0.6) 0%,
    rgba(7, 65, 205, 0.6) 100%
  );
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -o-border-image: -o-linear-gradient(
      left,
      rgba(225, 225, 225, 0) 0%,
      /* прозрачный фиолетовый */ rgba(225, 225, 225, 1) 30%,
      /* насыщенный фиолетовый */ rgba(255, 225, 255, 1) 70%,
      /* насыщенный голубой */ rgba(255, 225, 255, 0) 100%
        /* прозрачный голубой */
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(225, 225, 225, 0)),
      color-stop(/* прозрачный фиолетовый */),
      color-stop(/* насыщенный фиолетовый */),
      to(/* насыщенный голубой */)
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(225, 225, 225, 0) 0%,
      /* прозрачный фиолетовый */ rgba(225, 225, 225, 1) 30%,
      /* насыщенный фиолетовый */ rgba(255, 225, 255, 1) 70%,
      /* насыщенный голубой */ rgba(255, 225, 255, 0) 100%
        /* прозрачный голубой */
    )
    1 stretch;
}
.page__label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.page__input {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  height: 50px;
  width: 100%;
  padding: 10px;
  padding-left: 50px;
  border-radius: 20px;
  border: 1px solid #0297fe;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  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-align: center;
  text-shadow: 0 2px 20px #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}
.page__link {
  color: #fff;
  font-family: inter-bold;
  font-size: 10px;
  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: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #0098ff),
    color-stop(69.74%, #ff0069)
  );
  background: -o-linear-gradient(left, #0098ff 0.01%, #ff0069 69.74%);
  background: linear-gradient(90deg, #0098ff 0.01%, #ff0069 69.74%);
  -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.5);
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: url(../images/body-answer.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 2px 0 #ff0169;
  font-family: 'Roboto Condensed';
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.questions__resilt {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.questions__number {
  color: #fff;
  font-family: inter-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.questions__count {
  color: #57b5ff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(65, 65, 65, 0.25);
  font-family: inter-bold;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
}
.questions__information {
  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;
  border-top: 1px solid rgba(254, 95, 161, 0);
  border-bottom: 1px solid rgba(254, 95, 161, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(9, 81, 255, 0)),
    color-stop(25%, rgba(9, 81, 255, 0.64)),
    color-stop(75%, rgba(255, 1, 105, 0.64)),
    to(rgba(255, 1, 105, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, rgba(254, 95, 161, 1)),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
}
.questions__text {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  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: 20px;
}
.questions__img {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
}
.questions__mobile {
  display: none;
}
.questions__timer {
  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: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 20%,
    rgba(0, 0, 0, 0.64) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0.64)),
    color-stop(80%, rgba(0, 0, 0, 0.64)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 20%,
    rgba(0, 0, 0, 0.64) 80%,
    rgba(0, 0, 0, 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.5);
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 43.2px */
  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: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #0098ff),
    color-stop(69.74%, #ff0069)
  );
  background: -o-linear-gradient(left, #0098ff 0.01%, #ff0069 69.74%);
  background: linear-gradient(90deg, #0098ff 0.01%, #ff0069 69.74%);
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  width: 536px;
  -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/body-answer.webp') no-repeat center;
  background-size: cover;
}
.body-impressum {
  background: url('../images/body-answer.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: 40px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 0 #ff0169;
  font-family: 'Roboto Condensed';
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
}
.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: -o-linear-gradient(
    left,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0.64) 25%,
    rgba(12, 18, 25, 0.64) 75%,
    rgba(12, 18, 25, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(12, 18, 25, 0)),
    color-stop(25%, rgba(12, 18, 25, 0.64)),
    color-stop(75%, rgba(12, 18, 25, 0.64)),
    to(rgba(12, 18, 25, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(12, 18, 25, 0) 0%,
    rgba(12, 18, 25, 0.64) 25%,
    rgba(12, 18, 25, 0.64) 75%,
    rgba(12, 18, 25, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, rgba(254, 95, 161, 1)),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 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__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.body-quiz {
  background: none;
}

.body__containers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh; /* Занимает минимум 100% высоты экрана */
  background: url(../images/body-answer.webp) no-repeat center;
  background-size: cover;
  overflow-y: auto; /* Появление скролла при необходимости */
}
.quiz_dop {
  height: 100vh;
}
.quiz {
  padding-top: 60px;
  padding-bottom: 60px;
}
.quiz__top {
  margin-bottom: 0px;
}
.quiz__numbers {
  color: #fff;
  font-family: inter-bold;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.quiz__count {
  color: #04a2fe;
  font-size: 48px;
}
.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 rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.25);
}
.question__item:nth-child(1).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(2).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(3).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(4).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(5).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(6).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(7).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(8).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(9).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(10).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(11).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(12).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(13).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(14).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.question__item:nth-child(15).question__item_active {
  background: -o-linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
  background: linear-gradient(45deg, #0098ff 0.83%, #ff0069 69.99%);
}
.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: 40px;
}
.quiz__clock {
  background: url('../images/quiz-icon-timer.webp');
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 10px;
}
.quiz__icon {
  width: 32px;
  height: 36px;
  background: url('../images/answer-icon.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: 40px 20px 20px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(9, 81, 255, 0.6) 0%,
    rgba(7, 65, 205, 0.6) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(9, 81, 255, 0.6) 0%,
    rgba(7, 65, 205, 0.6) 100%
  );
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
  -o-border-image: -o-linear-gradient(
      left,
      rgba(225, 225, 225, 0) 0%,
      /* прозрачный фиолетовый */ rgba(225, 225, 225, 1) 30%,
      /* насыщенный фиолетовый */ rgba(255, 225, 255, 1) 70%,
      /* насыщенный голубой */ rgba(255, 225, 255, 0) 100%
        /* прозрачный голубой */
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(225, 225, 225, 0)),
      color-stop(/* прозрачный фиолетовый */),
      color-stop(/* насыщенный фиолетовый */),
      to(/* насыщенный голубой */)
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(225, 225, 225, 0) 0%,
      /* прозрачный фиолетовый */ rgba(225, 225, 225, 1) 30%,
      /* насыщенный фиолетовый */ rgba(255, 225, 255, 1) 70%,
      /* насыщенный голубой */ rgba(255, 225, 255, 0) 100%
        /* прозрачный голубой */
    )
    1 stretch;
  margin-bottom: 0px;
}
.quiz__head {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}
.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: 20px;
  border: 1px solid #0297fe;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.quiz__btn:hover {
  background: #006291;
}
.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: 20px;
  border: 1px solid #0f4;
  background: rgba(1, 82, 23, 0.39);
  -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);
  color: #0f4;
}
.quiz__btn__false {
  color: #ff0080;
  border-radius: 20px;
  border: 1px solid #ff0080;
  background: rgba(134, 3, 69, 0.26);
  -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__correct {
  border: 1px solid #0f4;
  background: -o-linear-gradient(bottom, #015217 0%, #000100 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#015217),
    to(#000100)
  );
  background: linear-gradient(0deg, #015217 0%, #000100 100%);
  -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);
}
.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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.quiz__insight {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
}
.quiz__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.quiz__incorrect {
  border-radius: 20px;
  border: 1px solid #ff0080;
  background: -o-linear-gradient(bottom, #2b0116 0%, #000 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2b0116),
    to(#000)
  );
  background: linear-gradient(0deg, #2b0116 0%, #000 100%);
  -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.5);
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 264px;
  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: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #0098ff),
    color-stop(69.74%, #ff0069)
  );
  background: -o-linear-gradient(left, #0098ff 0.01%, #ff0069 69.74%);
  background: linear-gradient(90deg, #0098ff 0.01%, #ff0069 69.74%);
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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 2px 0 #ff0169;
  font-family: 'Roboto Condensed';
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  line-height: 120%; /* 76.8px */
  text-transform: uppercase;
  max-width: 938px;
  width: 100%;
  margin: 0 auto;
}
.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;
  border-top: 1px solid rgba(254, 95, 161, 0);
  border-bottom: 1px solid rgba(254, 95, 161, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(9, 81, 255, 0)),
    color-stop(25%, rgba(9, 81, 255, 0.64)),
    color-stop(75%, rgba(255, 1, 105, 0.64)),
    to(rgba(255, 1, 105, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(9, 81, 255, 0) 0%,
    rgba(9, 81, 255, 0.64) 25%,
    rgba(255, 1, 105, 0.64) 75%,
    rgba(255, 1, 105, 0) 100%
  );
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, rgba(254, 95, 161, 1)),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
}
.quiz__information {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}
.quiz__submit {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Condensed';
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 429px;
  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: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.01%, #0098ff),
    color-stop(69.74%, #ff0069)
  );
  background: -o-linear-gradient(left, #0098ff 0.01%, #ff0069 69.74%);
  background: linear-gradient(90deg, #0098ff 0.01%, #ff0069 69.74%);
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.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(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%
  );
  border-top: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, rgba(254, 95, 161, 1)),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      rgba(254, 95, 161, 1) 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
}
.footer_additionally {
  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: #ff60a8;
}

.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;
    padding-top: 80px;
    margin-bottom: 20px;
  }

  .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: 20px;
  }

  .quiz_1__wrapper {
    padding: 20px 12px;
  }

  .quiz_1__title {
    font-size: 38px;
  }

  .quiz_1__subtitle {
    font-size: 20px;
  }

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

  .quiz_1__item {
    max-width: 240px;
  }

  .quiz_1__info {
    font-size: 12px;
  }

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

  .questions_thanks {
    font-size: 32px;
  }

  .questions__resilt {
    font-size: 20px;
  }

  .questions__number {
    font-size: 20px;
  }

  .questions__information {
    padding: 20px 12px;
  }

  .questions__text {
    font-size: 18px;
  }

  .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: 30px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quiz__caption {
    font-size: 32px;
  }

  .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__clock {
    background: url(../images/quiz-icon-timer.webp);
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .quiz__time {
    font-size: 22px;
  }

  .quiz__wrap {
    padding: 20px 10px 10px 10px;
  }

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

  .quiz__btn {
    font-size: 16px;
  }

  .quiz__results {
    gap: 10px;
  }

  .quiz__inner {
    margin-bottom: 30px;
  }

  .quiz__timer {
    margin-bottom: 20px;
  }

  .quiz__count {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
}

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

  .quiz_1__subtitle {
    font-size: 18px;
  }

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

  .quiz__btn-step {
    width: 200px;
  }

  .questions__btn {
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .body-page {
    background: url('../images/body-page-mobile.webp') no-repeat center;
    background-size: cover;
  }
  .body__containers {
    background: url(../images/body-answer-mobile.webp) no-repeat center;
    background-size: cover;
  }
  .body__containers_act {
    gap: 35vh;
    justify-content: flex-end;
  }
  .quiz_1__line {
    height: 42px;
  }

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

  .quiz_1__title {
    font-size: 36px;
  }

  .quiz_1__item {
    max-width: 240px;
  }

  .quiz_1__info {
    font-size: 7px;
  }

  .quiz_1__subtitle {
    font-size: 14px;
  }

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

  .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-page {
    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;
  }

  .footer {
    padding: 20px 12px;
    border-top: 1px solid rgba(248, 93, 158, 0);
    background: -o-linear-gradient(
      left,
      rgba(12, 18, 25, 0) 0%,
      rgba(12, 18, 25, 0.85) 20.12%,
      rgba(12, 18, 25, 0.85) 79.85%,
      rgba(12, 18, 25, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(12, 18, 25, 0)),
      color-stop(20.12%, rgba(12, 18, 25, 0.85)),
      color-stop(79.85%, rgba(12, 18, 25, 0.85)),
      to(rgba(12, 18, 25, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(12, 18, 25, 0) 0%,
      rgba(12, 18, 25, 0.85) 20.12%,
      rgba(12, 18, 25, 0.85) 79.85%,
      rgba(12, 18, 25, 0) 100%
    );
  }

  .page__wrap {
    padding: 10px;
  }

  .page__btn {
    width: 100%;
    font-size: 20px;
    width: 205px;
  }

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

  .page__icon {
    max-width: 24px;
  }

  .page__info {
    font-size: 8px;
  }

  .page__link {
    font-size: 8px;
  }

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

  .questions__desctop {
    display: none;
  }
  .questions__mobile {
    display: block;
  }

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

  .questions__resilt {
    font-size: 16px;
  }

  .questions__number {
    font-size: 24px;
  }

  .questions__count {
    font-size: 32px;
  }

  .questions__text {
    font-size: 14px;
  }

  .questions__head {
    font-size: 14px;
  }

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

  .politica__title {
    font-size: 20px;
  }

  .politica__text {
    font-size: 14px;
  }

  .quiz__caption {
    font-size: 32px;
  }

  .quiz__information {
    font-size: 14px;
  }

  .quiz__submit {
    font-size: 20px;
  }

  .quiz__numbers {
    font-size: 20px;
  }

  .quiz__count {
    font-size: 24px;
  }

  .quiz__time {
    font-size: 16px;
  }

  .quiz__head {
    font-size: 14px;
  }

  .quiz__btn {
    font-size: 12px;
  }

  .quiz__result {
    font-size: 16px;
  }

  .quiz__insight {
    font-size: 14px;
  }

  .quiz__text {
    font-size: 12px;
  }

  .quiz__btn-step {
    font-size: 16px;
  }

  .quiz__timer {
    margin-bottom: 20px;
  }
  .body-politica {
    background: url(../images/politica-background-mobile.webp) no-repeat center;
    background-size: cover;
  }

  .quiz__logo {
    max-width: 118px;
  }
  .quiz__icon {
    width: 24px;
    height: 24px;
    background: url(../images/answer-icon.webp) no-repeat center;
    background-size: cover;
  }
}

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

  .quiz__items {
    margin-bottom: 10px;
  }

  .quiz__timer {
    margin-bottom: 10px;
  }

  .quiz__head {
    font-size: 11px;
  }

  .body-quiz {
    gap: 20px;
  }

  .quiz__clock {
    background: url(../images/quiz-icon-timer.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;
  }
}

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