@font-face {
  font-family: inter;
  src: url('../uvbehxala_fonts/uvbehxala_inter-regular.woff2');
}

@font-face {
  font-family: inter-bold;
  src: url('../uvbehxala_fonts/uvbehxala_inter-bold.woff2');
}

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('../uvbehxala_images/uvbehxala_body-page.webp') no-repeat
    center;
  gap: 40px;
  background-size: cover;
  overflow-y: auto;
}

.uvbehxala_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;
}

.body__container {
  margin: 0 auto;
}

.uvbehxala_quiz_1__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  gap: 20px;
  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;
}

.uvbehxala_quiz_1__sup {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.uvbehxala_quiz_1__logo {
  width: 300px;
  height: 56px;
  background: url('../uvbehxala_images/uvbehxala_quiz-logo.webp') no-repeat
    center;
}

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

.uvbehxala_quiz_1__title {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 72px */
  max-width: 1188px;
  margin: 0 auto;
}

.uvbehxala_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(237, 0, 255, 0) 0%,
      #3432ff 50%,
      rgba(237, 0, 255, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(237, 0, 255, 0)),
      color-stop(50%, #3432ff),
      to(rgba(237, 0, 255, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(237, 0, 255, 0) 0%,
      #3432ff 50%,
      rgba(237, 0, 255, 0) 100%
    )
    1 stretch;
}

.uvbehxala_quiz_1__subtitle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  max-width: 1188px;
  margin: 0 auto;
  /* 31.2px */
}

.uvbehxala_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%
  );
}

.uvbehxala_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%;
}

.uvbehxala_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('../uvbehxala_images/uvbehxala_quiz-icon-1.webp') no-repeat
    center;
  background-size: cover;
}

.uvbehxala_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('../uvbehxala_images/uvbehxala_quiz-icon-2.webp') no-repeat
    center;
  background-size: cover;
}

.uvbehxala_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('../uvbehxala_images/uvbehxala_quiz-icon-3.webp') no-repeat
    center;
  background-size: cover;
}

.uvbehxala_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 */
}

.uvbehxala_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;
}

.uvbehxala_quiz_1__btn {
  position: relative;
  /* обязательно для ::after */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 10px 10px;
  -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;
  outline: 1px solid rgba(0, 152, 255);
  /* Отступ границы регулируется здесь */
  outline-offset: 2px;
  /* Отступ между кнопкой и границей */
  border-radius: 100px;
  background: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  width: 281px;
  height: 53px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-transition:
    -webkit-transform 0.4s,
    -webkit-box-shadow 0.4s;
  transition:
    -webkit-transform 0.4s,
    -webkit-box-shadow 0.4s;
  -o-transition:
    transform 0.4s,
    box-shadow 0.4s;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  transition:
    transform 0.4s,
    box-shadow 0.4s,
    -webkit-transform 0.4s,
    -webkit-box-shadow 0.4s;
  overflow: hidden;
}

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

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

.uvbehxala_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;
}

.uvbehxala_page__search.valid {
  border-color: #4caf50;
}

.uvbehxala_page__search.invalid {
  border-color: #f44336;
}

.uvbehxala_page__select.valid {
  border-color: #4caf50;
}

.uvbehxala_page__select.invalid {
  border-color: #f44336;
}

.uvbehxala_forms__gender-label.selected {
  border-color: green;
}

.uvbehxala_forms__gender-label.unselected {
  border-color: #005eb4;
}

.uvbehxala_forms__btn {
  color: #fdfdfd;
  text-shadow: 0 2px 20px #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_forms__btn:hover {
  opacity: 0.5;
}

.uvbehxala_page__form {
  max-width: 694px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(1, 0, 79, 0.4) 0%,
    rgba(74, 0, 111, 0.4) 100%
  );
  box-shadow: 0 4px 20px 0 #000;

  margin-top: 56px;
}

.uvbehxala_page__wraps {
  width: 100%;
  position: relative;
}

.uvbehxala_page__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  height: 52px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #113c90;
  background: #02275b;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 20px;
}

.uvbehxala_select__valid {
  position: absolute;
  top: 16%;
  right: 10px;
}

.uvbehxala_forms__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.uvbehxala_forms__gender-options {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.uvbehxala_forms__gender-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer;
  height: 52px;
  border-radius: 20px;
  border: 1px solid #113c90;
  background: #02275b;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
}

.uvbehxala_page__name {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}

.page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.uvbehxala_page__club {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uvbehxala_page__search {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  height: 52px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #89689c;
  background: rgba(0, 23, 54, 0.7);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
}

.uvbehxala_page__search::-webkit-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__search::-moz-placeholder {
  color: #c296db;
}

.uvbehxala_page__search:-ms-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__search::-ms-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__search::placeholder {
  color: #c296db;
}

.uvbehxala_page__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 100%;
  height: 52px;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_page__icons {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../uvbehxala_images/uvbehxala_chevron-down.webp') no-repeat
    center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_page__arrow.open .uvbehxala_page__icons {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.no-results {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  opacity: 0.5;
  font-weight: 400;
  line-height: 120%;
}

.uvbehxala_page__information {
  color: #fdfdfd;
  text-shadow: 0 2px 20px #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
}

.uvbehxala_page__list {
  position: absolute;
  top: 52px;
  width: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  padding-left: 0;
  list-style: none;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #113c90;
  background: #02275b;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.uvbehxala_forms__checkbox-group {
  padding-top: 20px;
}

.uvbehxala_forms__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #212529;
  line-height: 1.4;
}

.uvbehxala_forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #113c90;
  background: #02275b;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: top;
  top: 1px;
}

.uvbehxala_forms__checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ed00ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.uvbehxala_forms__consent__info {
  color: #fdfdfd;
  text-shadow: 0 2px 20px #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  max-width: 90%;
}

.uvbehxala_forms__links {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.uvbehxala_page__item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}

.club-item {
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.uvbehxala_page__input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  height: 52px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #89689c;
  background: rgba(0, 23, 54, 0.7);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
}

.uvbehxala_page__input::-webkit-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__input::-moz-placeholder {
  color: #c296db;
}

.uvbehxala_page__input:-ms-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__input::-ms-input-placeholder {
  color: #c296db;
}

.uvbehxala_page__input::placeholder {
  color: #c296db;
}

.uvbehxala_page__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uvbehxala_page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

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

.uvbehxala_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;
}

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

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

.uvbehxala_page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 49px;
  width: 100%;
  -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(90deg, #0f244f 0%, #1a4395 50%, #0f244f 100%);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
  color: #fdfdfd;
  outline: 1px solid rgba(5, 96, 187);
  border: none;
  outline-offset: 2px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_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(../uvbehxala_images/uvbehxala_bonus-background.webp) no-repeat
    center;
  background-size: cover;
  overflow-y: auto;
}

.uvbehxala_preferenze {
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 12px;
  padding-right: 12px;
}

.uvbehxala_preferenze__title {
  padding-top: 80px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 72px */
  margin-bottom: 0px;
}

.uvbehxala_preferenze__wrapper {
  max-width: 694px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(1, 0, 79, 0.4) 0%,
    rgba(74, 0, 111, 0.4) 100%
  );
  box-shadow: 0 4px 20px 0 #000;
}

.uvbehxala_preferenze__form {
  width: 100%;
}

.uvbehxala_preferenze__wrap {
  width: 100%;
}

.uvbehxala_preferenze__search {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  height: 52px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #89689c;
  background: rgba(0, 23, 54, 0.7);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
}
.uvbehxala_preferenze__search::-webkit-input-placeholder {
  color: #c296db;
}
.uvbehxala_preferenze__search::-moz-placeholder {
  color: #c296db;
}
.uvbehxala_preferenze__search:-ms-input-placeholder {
  color: #c296db;
}
.uvbehxala_preferenze__search::-ms-input-placeholder {
  color: #c296db;
}
.uvbehxala_preferenze__search::placeholder {
  color: #c296db;
}

.uvbehxala_preferenze__inner {
  position: relative;
  margin-bottom: 20px;
}

.uvbehxala_preferenze__wraps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.uvbehxala_preferenze__arrow {
  border: none;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../uvbehxala_images/uvbehxala_chevron-down.webp) no-repeat
    center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_preferenze__arrow.open {
  -webkit-transform: translate(-0%, -50%) rotate(180deg);
  -ms-transform: translate(-0%, -50%) rotate(180deg);
  transform: translate(-0%, -50%) rotate(180deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_preferenze__list {
  position: absolute;
  top: 52px;
  width: 100%;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
  list-style: none;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #113c90;
  background: #02275b;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.uvbehxala_preferenze__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

.uvbehxala_preferenze__input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  height: 52px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #113c90;
  background: #02275b;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.uvbehxala_preferenze__icon {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uvbehxala_preferenze__btn {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  border-radius: 100px;
  background: -o-linear-gradient(
    26deg,
    #00d4ff 15.96%,
    #0080ff 35.77%,
    #50f 52.46%,
    #a0f 68.41%,
    #f0f 83.43%
  );
  background: linear-gradient(
    64deg,
    #00d4ff 15.96%,
    #0080ff 35.77%,
    #50f 52.46%,
    #a0f 68.41%,
    #f0f 83.43%
  );
  -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;
}

.uvbehxala_preferenze__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

.uvbehxala_preferenze__start {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  width: 356px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  border-radius: 100px;
  background: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  -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;
}

.uvbehxala_preferenze__btn:hover {
  background: #fff;
  color: #000;
}

.uvbehxala_preferenze__start:hover {
  background: #fff;
  color: #000;
}

.uvbehxala_preferenze__btn[disabled] {
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  border-radius: 100px;
  background: -o-linear-gradient(45deg, #061637 0%, #0f3278 50%, #2056c0 100%);
  background: linear-gradient(45deg, #061637 0%, #0f3278 50%, #2056c0 100%);
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  opacity: 0.5;
}

.uvbehxala_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;
}

.uvbehxala_questions_thanks {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  margin-bottom: 20px;
}

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

.uvbehxala_questions__number {
  color: #fff;
  text-shadow: 0 2px 5px #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0px;
}

.uvbehxala_questions__count {
  color: #3432ff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

.uvbehxala_questions__color {
  color: #3432ff;
  font-family: inter-bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

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

.uvbehxala_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;
}

.uvbehxala_questions__containers {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  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(237, 0, 255, 0) 0%,
      #3432ff 50%,
      rgba(237, 0, 255, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(237, 0, 255, 0)),
      color-stop(50%, #3432ff),
      to(rgba(237, 0, 255, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(237, 0, 255, 0) 0%,
      #3432ff 50%,
      rgba(237, 0, 255, 0) 100%
    )
    1 stretch;
  overflow: hidden;
}

.span-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(left, #171618, #3432ff);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#171618),
    to(#3432ff)
  );
  background: linear-gradient(to right, #171618, #3432ff);
  -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-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -o-linear-gradient(right, #171618, #3432ff);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#171618),
    to(#3432ff)
  );
  background: linear-gradient(to left, #171618, #3432ff);
  -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%);
  }
}

.uvbehxala_questions__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.uvbehxala_questions__text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0px;
}

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

.uvbehxala_questions__bold {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

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

.uvbehxala_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;
}

.uvbehxala_questions__mobile {
  display: none;
}

.uvbehxala_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: 24px;
  padding-bottom: 24px;
  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: -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: 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%
  );
  margin-bottom: 24px;
}

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

.uvbehxala_questions__time {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: inter-bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.uvbehxala_questions__btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  height: 53px;
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  border-radius: 100px;
  background: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  -webkit-box-shadow: 0 4px 15px 0 #000;
  box-shadow: 0 4px 15px 0 #000;
  width: 460px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_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('../uvbehxala_images/uvbehxala_politica-background.webp')
    no-repeat center;
  background-size: cover;
}

.body-impressum {
  background: url('../uvbehxala_images/uvbehxala_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;
}

.uvbehxala_politica__container {
  padding: 12px;
  padding-top: 20px;
  max-width: 1188px;
  margin: 0 auto;
}

.uvbehxala_return {
  top: 10px;
  position: absolute;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #0080ff;
  border-radius: 10px;
  background:
    url('../uvbehxala_images/uvbehxala_chevron-down.webp'), rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_return:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.uvbehxala_politica__title {
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 93.6px */
  text-transform: uppercase;
}

.uvbehxala_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(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: -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: 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(247, 247, 247, 0) 0%,
      rgba(247, 247, 247, 1) 50%,
      rgba(247, 247, 247, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(247, 247, 247, 0)),
      color-stop(50%, rgba(247, 247, 247, 1)),
      to(rgba(247, 247, 247, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(247, 247, 247, 0) 0%,
      rgba(247, 247, 247, 1) 50%,
      rgba(247, 247, 247, 0) 100%
    )
    1 stretch;
}

.uvbehxala_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%;
}

.uvbehxala_politica__head {
  color: #fff;
  font-family: inter-bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.uvbehxala_politica__text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  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(../uvbehxala_images/uvbehxala_quiz-background.webp) no-repeat
    center;
  background-size: cover;
  overflow-y: auto;
  /* Появление скролла при необходимости */
}

.uvbehxala_quiz_dop {
  height: 100vh;
}

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

.uvbehxala_quiz__top {
  margin-bottom: 0px;
}

.uvbehxala_quiz__numbers {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.uvbehxala_quiz__count {
  color: #3432ff;
  font-family: inter-bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.uvbehxala_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;
}

.uvbehxala_question__item {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #052a5d;
  background: linear-gradient(
    180deg,
    rgba(1, 0, 79, 0.4) 0%,
    rgba(74, 0, 111, 0.4) 100%
  );
}

.uvbehxala_question__item:nth-child(1).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  background: linear-gradient(
    180deg,
    rgba(11, 9, 255, 0.6) 0%,
    rgba(247, 2, 255, 0.6) 100%
  );
  box-shadow: 0 0 10px 0 #0045ff;
}

.uvbehxala_question__item:nth-child(2).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(3).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(4).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(5).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(6).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(7).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(8).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(9).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(10).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(11).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(12).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(13).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(14).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_question__item:nth-child(15).uvbehxala_question__item_active {
  border: 1px solid #0383e2;
  -webkit-box-shadow: 0 0 8px 0 #0098ff;
  box-shadow: 0 0 8px 0 #0098ff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.01%, #3432ff),
    to(#ed00ff)
  );
  background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
  background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
}

.uvbehxala_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;
}

.uvbehxala_quiz__clock {
  background: url('../uvbehxala_images/uvbehxala_quiz-icon.webp');
  width: 80px;
  height: 80px;
  background-size: cover;
  margin-bottom: 10px;
}

.uvbehxala_quiz__iconcor {
  width: 24px;
  height: 24px;
  background: url('../uvbehxala_images/uvbehxala_answer-icon.webp') no-repeat
    center;
}

.uvbehxala_quiz__iconicor {
  width: 24px;
  height: 24px;
  background: url('../uvbehxala_images/uvbehxala_answer-icon-incorr.webp')
    no-repeat center;
}

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

.uvbehxala_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;
}

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

.uvbehxala_quiz__wrap {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(1, 0, 79, 0.4) 0%,
    rgba(74, 0, 111, 0.4) 100%
  );
  box-shadow: 0 4px 20px 0 #000;
  margin-bottom: 0px;
}

.uvbehxala_quiz__head {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.uvbehxala_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;
}

.uvbehxala_quiz__btn {
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid rgba(137, 104, 156, 0.3);
  background: linear-gradient(
    90deg,
    rgba(0, 23, 54, 0.7) 0%,
    rgba(0, 44, 105, 0.7) 50%,
    rgba(0, 23, 54, 0.7) 100%
  );
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);

  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.quiz__btn__true {
  border-radius: 20px;
  border: 1px solid #034c17;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#001c08),
    color-stop(50%, #034c17),
    to(#001c08)
  );
  background: -o-linear-gradient(left, #001c08 0%, #034c17 50%, #001c08 100%);
  background: linear-gradient(90deg, #001c08 0%, #034c17 50%, #001c08 100%);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
}

.quiz__btn__false {
  color: #fff;
  border-radius: 20px;
  border: 1px solid #540223;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a000b),
    color-stop(50%, #540223),
    to(#1a000b)
  );
  background: -o-linear-gradient(left, #1a000b 0%, #540223 50%, #1a000b 100%);
  background: linear-gradient(90deg, #1a000b 0%, #540223 50%, #1a000b 100%);
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.quiz__correct {
  border-radius: 20px;
  border: 1px solid #034c17;
  background: url('../uvbehxala_images/uvbehxala_answer-background-corr.webp')
    lightgray 50% / cover no-repeat;
  -webkit-box-shadow: 0 0 20px 0 #005818;
  box-shadow: 0 0 20px 0 #005818;
}

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

.result_correct {
  color: #0f4;
}

.result_incorrect {
  color: #ff0069;
}

.uvbehxala_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;
}

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

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

.quiz__incorrect {
  border-radius: 20px;
  background: url('../uvbehxala_images/uvbehxala_answer-background-incorr.webp')
    lightgray 50% / cover no-repeat;
  border: 1px solid #540223;
  -webkit-box-shadow: 0 0 20px 0 #730439;
  box-shadow: 0 0 20px 0 #730439;
}

.uvbehxala_quiz__btn-step {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  height: 53px;
  width: 293px;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  padding: 26px 10px;
  -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: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  -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;
}

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

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

.btn-step {
  display: none;
}

.uvbehxala_quiz__caption {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 10px #000;
  font-family: inter-bold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
  padding-top: 20px;
}

.uvbehxala_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,
      #3432ff 0%,
      #3432ff 50%,
      #3432ff 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#3432ff),
      color-stop(50%, #3432ff),
      to(#3432ff)
    )
    1 stretch;
  border-image: linear-gradient(90deg, #3432ff 0%, #3432ff 50%, #3432ff 100%) 1
    stretch;
}

.uvbehxala_quiz__information {
  color: #fdfdfd;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.uvbehxala_quiz__submit {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: inter-bold;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  height: 53px;
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 1px solid rgba(0, 152, 255);
  outline-offset: 2px;
  border-radius: 100px;
  background: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  -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;
}

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

.uvbehxala_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(52, 50, 255, 0);
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 25%,
      rgba(0, 0, 0, 0.6) 75%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 152, 255, 0) 0%,
      rgba(0, 152, 255, 0.5) 25%,
      rgba(0, 152, 255, 0.5) 75%,
      rgba(0, 152, 255, 0) 100%
    );
}

.uvbehxala_footer__links {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.uvbehxala_footer__link {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.uvbehxala_footer__link:hover {
  opacity: 0.5;
}

.uvbehxala_footer__btns {
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}

.uvbehxala_footer__btns:hover {
  opacity: 0.5;
}

.uvbehxala_footer__line {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: 1px solid rgb(255, 255, 255);
}

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

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

.uvbehxala_bottom {
  padding-top: 20px;
  background: -o-radial-gradient(
    50.56% 100%,
    100% 100.44%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: radial-gradient(
    100% 100.44% at 50.56% 100%,
    rgba(0, 0, 0, 0.5) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}

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

.uvbehxala_footer__wrapper {
  max-width: 1188px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

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

.uvbehxala_footer__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 282px;
}
.uvbehxala_footer__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: 100%;
  max-width: 30px;
  height: 30px;
  background: url('../uvbehxala_images/uvbehxala_info-icon-1.webp') no-repeat
    center;
}

.uvbehxala_footer__item:nth-child(2):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: 100%;
  max-width: 30px;
  height: 30px;
  background: url('../uvbehxala_images/uvbehxala_info-icon-2.webp') no-repeat
    center;
}

.uvbehxala_footer__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: 100%;
  max-width: 30px;
  height: 30px;
  background: url('../uvbehxala_images/uvbehxala_info-icon-4.webp') no-repeat
    center;
}

.uvbehxala_footer__item:nth-child(4):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: 100%;
  max-width: 30px;
  height: 30px;
  background: url('../uvbehxala_images/uvbehxala_info-icon-3.webp') no-repeat
    center;
}

.uvbehxala_footer__head {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
}

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

.uvbehxala_footer__bottom {
  max-width: 100%;
  margin: 0 auto;
}

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

.uvbehxala_footer__btn {
  background: transparent;
  cursor: pointer;
  border: none;
  padding: 0;
  color: #fdfdfd;
  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;
}

.uvbehxala_footer__btn:hover {
  opacity: 0.5;
}

.uvbehxala_footer__info {
  color: #fdfdfd;
  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;
}

.uvbehxala_footer__info:hover {
  opacity: 0.5;
}

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

.block__none {
  display: none;
}

/* Оверлей для модальных окон */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  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;
  z-index: 1000;
}

/* Содержимое модального окна */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #555b61;
  background: -o-radial-gradient(0% 0%, 100% 100%, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.7) 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);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

/* Заголовок модального окна */
.modal-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  color: #333;
}

/* Текст внутри модального окна */
.modal-content p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

/* Кнопки внутри модального окна */
.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-btn {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #555b61;
  background: #131618;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  color: #fff;
  font-family: inter-bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.modal-btn:hover {
  background-color: #fff;
  color: #000;
}

.home-link {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #4cce56;
  background: #4cce56;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 100%;
  color: #161616;
  font-family: inter-bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.home-link:hover {
  background: transparent;
  color: #fff;
}

/* Кнопка закрытия модального окна */
.close-modal {
  background-color: #f44336;
  color: white;
}

.close-modal:hover {
  background-color: #d32f2f;
}

.uvbehxala_modal {
  position: fixed;
  inset: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  padding: 10px;
}

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

.uvbehxala_modal__content {
  border-radius: 10px;
  margin: auto;
  width: 100%;
  padding: 20px;
  max-width: 694px;
  height: 337px;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(180deg, #01004f 0%, #4a006f 100%);
  box-shadow: 0 4px 20px 0 #000;
}

.uvbehxala_modal_close {
  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;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  padding: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100px;
  background: #fff;
  font-size: 22px;
  color: #000;
}

.uvbehxala_modal__title {
  color: #fff;
  font-family: inter-bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.uvbehxala_modal__inner {
  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: 100%;
  gap: 40px;
  overflow-y: scroll;
}

/* Кастомизация скроллбара для WebKit браузеров (Chrome, Safari, Edge) */
.uvbehxala_modal__inner::-webkit-scrollbar {
  width: 3px;
  /* Ширина вертикального скроллбара */
}

.uvbehxala_modal__inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Цвет фона трека */
  border-radius: 10px;
  /* Скругление углов */
}

.uvbehxala_modal__inner::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  /* Цвет ползунка */
  border-radius: 10px;
  /* Скругление ползунка */
}

.uvbehxala_modal__inner::-webkit-scrollbar-thumb:hover {
  background: #888;
  /* Цвет ползунка при наведении */
}

/* Кастомизация скроллбара для Firefox */
.uvbehxala_modal__inner {
  scrollbar-width: thin;
  /* Тонкий скроллбар */
  scrollbar-color: #a8a8a8 #f1f1f1;
  /* Цвет ползунка и фона */
}

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

.uvbehxala_modal__text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

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

.uvbehxala_modal__list {
  padding-left: 20px;
}

.uvbehxala_modal__data {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
}

.uvbehxala_modal_btn {
  width: 100%;
  height: 41px;
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 10px 10px;
  -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: -o-linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  background: linear-gradient(
    45deg,
    #00d4ff 0%,
    #0080ff 29.36%,
    #50f 54.1%,
    #a0f 77.74%,
    #f0f 100%
  );
  -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;
}

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

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

  .uvbehxala_footer__item {
    max-width: 35vw;
  }

  .uvbehxala_questions__bold {
    font-size: 18px;
  }

  .uvbehxala_footer__box {
    padding: 0px 12px;
  }

  .uvbehxala_question__item:nth-child(1).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(2).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(3).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(4).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(5).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(6).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(7).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(8).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(9).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(10).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(11).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(12).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(13).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(14).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_question__item:nth-child(15).uvbehxala_question__item_active {
    background-size: 9px;
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(0.01%, #3432ff),
      to(#ed00ff)
    );
    background: -o-linear-gradient(right, #3432ff 0.01%, #ed00ff 100%);
    background: linear-gradient(270deg, #3432ff 0.01%, #ed00ff 100%);
  }

  .uvbehxala_page__wrawpper {
    padding: 0px 12px;
  }

  .uvbehxala_questions__color {
    font-size: 18px;
  }

  .uvbehxala_quiz_mob {
    height: 100vh;
  }

  .body-quiz {
    gap: 30px;
  }

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

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

  .uvbehxala_quiz_1__wrapper {
    padding: 24px 12px;
  }

  .uvbehxala_quiz_1__title {
    font-size: 40px;
  }

  .uvbehxala_quiz_1__subtitle {
    font-size: 20px;
  }

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

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

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

  .uvbehxala_quiz_1__item {
    max-width: 200px;
  }

  .uvbehxala_quiz_1__info {
    font-size: 12px;
  }

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

  .uvbehxala_questions_thanks {
    font-size: 38px;
  }

  .uvbehxala_questions__resilt {
    font-size: 20px;
  }

  .uvbehxala_questions__number {
    font-size: 32px;
  }

  .uvbehxala_questions__count {
    font-size: 32px;
  }

  .uvbehxala_questions__containers {
    padding: 16px 10px 16px 10px;
  }

  .uvbehxala_questions__text {
    font-size: 18px;
    margin-bottom: 0px;
  }

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

  .uvbehxala_questions__team {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .uvbehxala_questions__timer {
    margin-bottom: 20px;
  }

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

  .uvbehxala_questions__head {
    font-size: 18px;
  }

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

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

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

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

  .uvbehxala_quiz__caption {
    font-size: 44px;
  }

  .uvbehxala_quiz__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    background: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 11.54%,
      rgba(0, 0, 0, 0.7) 83.65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(11.54%, rgba(0, 0, 0, 0.7)),
      color-stop(83.65%, rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 11.54%,
      rgba(0, 0, 0, 0.7) 83.65%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .uvbehxala_quiz__information {
    font-size: 18px;
  }

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

  .uvbehxala_quiz__items {
    gap: 4px;
  }

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

  .uvbehxala_quiz__count {
    font-size: 30px;
  }

  .uvbehxala_quiz__clock {
    background: url(../uvbehxala_images/uvbehxala_quiz-icon.webp);
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .uvbehxala_quiz__time {
    font-size: 22px;
  }

  .uvbehxala_quiz__wrap {
    padding: 15px;
  }

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

  .uvbehxala_quiz__btn {
    font-size: 16px;
  }

  .uvbehxala_quiz_1__logo {
    width: 222px;
    height: 45px;
    background: url(../uvbehxala_images/uvbehxala_quiz-logo.webp) no-repeat
      center;
    background-size: cover;
  }

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

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

  .uvbehxala_preferenze__title {
    font-size: 48px;
  }
}

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

@media (max-width: 767px) {
  .uvbehxala_quiz_1__title {
    font-size: 30px;
  }
  .uvbehxala_questions_thanks {
    font-size: 32px;
  }
  .uvbehxala_questions__btn {
    width: 90%;
    font-size: 20px;
  }

  .uvbehxala_quiz_1__subtitle {
    font-size: 15px;
  }

  .uvbehxala_footer__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .uvbehxala_footer__item {
    max-width: 44vw;
  }

  .uvbehxala_preferenze__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .uvbehxala_modal__content {
    padding: 15px;
  }

  .uvbehxala_modal__title {
    font-size: 20px;
  }

  .uvbehxala_modal__head {
    font-size: 14px;
  }

  .uvbehxala_modal__text {
    font-size: 14px;
  }

  .uvbehxala_modal_btn {
    height: 41px;
    font-size: 14px;
  }

  .page__container {
    background: url('../uvbehxala_images/uvbehxala_body-page-mobile.webp')
      no-repeat center;
    background-size: cover;
    gap: 20px;
  }

  .uvbehxala_quiz {
    padding-top: 20px;
  }

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

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

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

  .uvbehxala_quiz_1__inner {
    padding-top: 60px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    gap: 8px;
  }

  .uvbehxala_quiz_1__logo {
    width: 142px;
    height: 21px;
    background: url(../uvbehxala_images/uvbehxala_quiz-logo.webp) no-repeat
      center;
    background-size: cover;
  }

  .uvbehxala_quiz_1__sup {
    font-size: 11px;
  }

  .uvbehxala_quiz_1__line {
    height: 40px;
  }

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

  .uvbehxala_modal__content {
    height: 337px;
  }

  .uvbehxala_page__wrawpper {
    padding: 0 12px;
  }

  .uvbehxala_quiz_1__title {
    font-size: 18px;
  }

  .uvbehxala_quiz_1__item {
    max-width: 110px;
  }

  .uvbehxala_quiz_1__info {
    font-size: 7px;
  }

  .uvbehxala_quiz_1__subtitle {
    font-size: 12px;
  }

  .uvbehxala_quiz_1__btn {
    padding: 10px;
    height: 41px;
    width: 235px;
    font-size: 14px;
  }

  .uvbehxala_footer__line {
    width: 5px;
    height: 5px;
  }

  .uvbehxala_quiz_1__center {
  }

  .uvbehxala_footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

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

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

  .uvbehxala_footer__text {
    font-size: 8px;
  }

  .uvbehxala_footer__info {
    font-size: 8px;
  }

  .uvbehxala_footer__btn {
    font-size: 8px;
  }

  .uvbehxala_footer__wrapper {
    margin-bottom: 20px;
  }

  .uvbehxala_footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .uvbehxala_footer__links {
    gap: 10px;
  }

  .uvbehxala_footer__link {
    font-size: 10px;
  }

  .uvbehxala_footer__btns {
    font-size: 10px;
  }

  .uvbehxala_footer__items {
    gap: 10px;
  }

  .uvbehxala_footer__items {
    margin-bottom: 10px;
  }

  .uvbehxala_quiz_1 {
    margin-bottom: auto;
  }

  .uvbehxala_footer__age {
    font-size: 12px;
  }

  .uvbehxala_footer__links {
    margin-bottom: 10px;
  }

  .uvbehxala_footer__sup {
    font-size: 10px;
  }

  .body-impressum {
    background: url('../uvbehxala_images/uvbehxala_body-page-mobile.webp')
      no-repeat center;
    background-size: cover;
  }

  .uvbehxala_quiz__count {
    font-size: 24px;
  }

  .uvbehxala_quiz__items {
    margin-bottom: 10px;
  }

  .uvbehxala_page__form {
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .uvbehxala_page__select {
    margin-bottom: 0;
  }

  .uvbehxala_page__information {
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
  }

  .uvbehxala_forms__consent__info {
    font-size: 12px;
  }

  .uvbehxala_forms__btn {
    font-size: 12px;
  }

  .page__select {
    margin-bottom: 20px;
  }

  .uvbehxala_forms__gender-options {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .uvbehxala_page__header {
    font-size: 16px;
  }

  .uvbehxala_page__btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 41px;
  }

  .uvbehxala_page__search {
    font-size: 14px;
  }

  .uvbehxala_page__item {
    font-size: 11px;
  }

  .uvbehxala_page__list {
    padding: 10px;
  }

  .uvbehxala_page__input {
    font-size: 14px;
    height: 52px;
  }

  .uvbehxala_page__icon {
    max-width: 24px;
  }

  .uvbehxala_page__label {
    margin-bottom: 20px;
  }

  .page__label {
    margin-bottom: 0;
  }

  .uvbehxala_page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .uvbehxala_page__info {
    font-size: 12px;
  }

  .uvbehxala_page__select {
    font-size: 14px;
  }

  .uvbehxala_page__select {
    height: 52px;
  }

  .uvbehxala_page__link {
    font-size: 8px;
  }

  .uvbehxala_forms__gender-label {
    font-size: 14px;
  }

  .uvbehxala_forms__gender-label {
    height: 52px;
  }

  .uvbehxala_page__button {
    padding-top: 20px;
  }

  .club-item {
    padding: 0;
  }

  .uvbehxala_questions__desctop {
    display: none;
  }

  .uvbehxala_questions__mobile {
    display: block;
  }

  .uvbehxala_questions_thanks {
    font-size: 26px;
    margin-bottom: 20px;
  }

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

  .uvbehxala_questions__number {
    font-size: 24px;
  }

  .uvbehxala_questions__count {
    font-size: 32px;
  }

  .uvbehxala_questions__containers {
    padding: 20px 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .questions__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .uvbehxala_questions__color {
    font-size: 14px;
  }

  .uvbehxala_questions__bold {
    font-size: 14px;
  }

  .questions__text {
    gap: 4px;
  }

  .uvbehxala_questions__text {
    font-size: 14px;
  }

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

  .uvbehxala_questions__time {
    font-size: 32px;
  }

  .uvbehxala_questions__btn {
    width: 90%;
    height: 41px;
    font-size: 14px;
    padding: 10px;
  }

  .uvbehxala_politica__title {
    padding-top: 30px;
    font-size: 28px;
  }

  .uvbehxala_politica__head {
    font-size: 14px;
  }

  .uvbehxala_politica__text {
    font-size: 14px;
  }

  .uvbehxala_quiz__caption {
    font-size: 26px;
    padding-top: 0;
  }

  .uvbehxala_quiz__information {
    font-size: 12px;
  }

  .uvbehxala_quiz__submit {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 41px;
  }

  .uvbehxala_quiz__numbers {
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 0 0 20px #0098ff;
  }

  .uvbehxala_quiz__count {
    font-size: 20px;
  }

  .uvbehxala_quiz__time {
    font-size: 16px;
  }

  .uvbehxala_quiz__head {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .uvbehxala_quiz__btn {
    font-size: 12px;
  }

  .uvbehxala_quiz__result {
    font-size: 14px;
  }

  .uvbehxala_quiz__iconcor {
    width: 24px;
    height: 24px;
    background: url(../uvbehxala_images/uvbehxala_answer-icon.webp) no-repeat
      center;
    background-size: cover;
  }

  .uvbehxala_quiz__iconicor {
    width: 24px;
    height: 24px;
    background: url(../uvbehxala_images/uvbehxala_answer-icon-incorr.webp)
      no-repeat center;
    background-size: cover;
  }

  .uvbehxala_quiz__logo {
    max-width: 136px;
  }

  .uvbehxala_quiz__insight {
    font-size: 20px;
  }

  .uvbehxala_quiz__text {
    font-size: 12px;
  }

  .uvbehxala_quiz__btn-step {
    font-size: 14px;
    width: 241px;
    height: 41px;
    padding: 10px;
  }

  .uvbehxala_quiz__answer {
    margin-top: 20px;
    padding: 15px 10px;
  }

  .uvbehxala_quiz__timer {
    margin-bottom: 20px;
  }

  .uvbehxala_questions__info {
    font-size: 14px;
  }

  .uvbehxala_questions__information {
    gap: 5px;
  }

  .uvbehxala_questions__top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .uvbehxala_footer__item:nth-child(1):before {
    max-width: 24px;
    height: 24px;
    background-size: cover;
  }

  .uvbehxala_footer__item:nth-child(2):before {
    max-width: 24px;
    height: 24px;
    background-size: cover;
  }

  .uvbehxala_footer__item:nth-child(3):before {
    max-width: 24px;
    height: 24px;
    background-size: cover;
  }

  .uvbehxala_footer__item:nth-child(4):before {
    max-width: 24px;
    height: 24px;
    background-size: cover;
  }

  .uvbehxala_footer__item {
    max-width: 44vw;
  }

  .uvbehxala_preferenze__title {
    font-size: 26px;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .uvbehxala_preferenze__wrapper {
    padding: 15px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .uvbehxala_preferenze__search {
    height: 52px;
    font-size: 14px;
  }

  .uvbehxala_preferenze__input {
    height: 52px;
    font-size: 14px;
  }

  .uvbehxala_preferenze__item {
    font-size: 14px;
  }

  .uvbehxala_preferenze__wraps {
    margin-bottom: 15px;
  }

  .uvbehxala_preferenze__inner {
    margin-bottom: 15px;
  }

  .uvbehxala_preferenze__label {
    margin-bottom: 15px;
  }

  .uvbehxala_preferenze__btn {
    padding: 10px;
    font-size: 14px;
    height: 53px;
  }

  .uvbehxala_preferenze__start {
    width: 279px;
    height: 41px;
    padding: 10px;
    font-size: 14px;
  }

  .uvbehxala_return {
    top: 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    background-size: 12px;
  }

  .uvbehxala_preferenze__box {
    gap: 50px;
  }

  .uvbehxala_forms__checkbox {
    margin-right: 4px;
  }

  .uvbehxala_forms__consent__info {
    max-width: 87%;
  }

  .uvbehxala_forms__checkbox-label {
    gap: 4px;
  }

  .uvbehxala_questions__img {
    max-width: 336px;
    width: 100%;
  }
}

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

  .uvbehxala_quiz__items {
    margin-bottom: 24px;
  }

  .uvbehxala_quiz__timer {
    margin-bottom: 20px;
  }

  .uvbehxala_quiz__head {
    font-size: 11px;
  }

  .body-quiz {
    gap: 20px;
  }

  .uvbehxala_quiz__clock {
    background: url(../uvbehxala_images/uvbehxala_quiz-icon.webp);
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-bottom: 10px;
  }

  .uvbehxala_quiz__numbers {
    font-size: 20px;
  }

  .uvbehxala_quiz__head {
    margin-bottom: 10px;
  }

  .uvbehxala_quiz__wrap {
    padding: 10px;
  }

  .uvbehxala_quiz__btn {
    padding: 7px;
    font-size: 11px;
  }

  .uvbehxala_question__item {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(1).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(2).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(3).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(4).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(5).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(6).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(7).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(8).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(9).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(10).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(11).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(12).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(13).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(14).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }

  .uvbehxala_question__item:nth-child(15).uvbehxala_question__item_active {
    background-size: 7px;
    background-position: center;
    border-radius: 5px;
  }
}
