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

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

@font-face {
  font-family: 'PT Serif';
  src: url('../pnvzwetgq_fonts/pnvzwetgq_ptserif-regular.woff2');
}

@font-face {
  font-family: 'PTSerifbold';
  src: url('../pnvzwetgq_fonts/pnvzwetgq_ptserif-bold.woff2');
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}

*,
*::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-color: #000;
}

.body__container {
  max-width: 1200px;
  margin: 0 auto;
}

.body-page {
  background: url('../pnvzwetgq_images/pnvzwetgq_bg-1.webp') no-repeat center;
  background-size: cover;
}

.body-page_email {
  background: url('../pnvzwetgq_images/pnvzwetgq_bg-1.webp') no-repeat;
  background-position: center 35%;
  background-size: cover;
  padding-top: 60px;
}

.bonus__page {
  background: url('../pnvzwetgq_images/pnvzwetgq_bonus-background.webp')
    no-repeat;
  background-position: center 35%;
  background-size: cover;
}

.pnvzwetgq_top {
  padding-top: 40px;
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.pnvzwetgq_top__3 {
  padding-top: 80px;
}

.pnvzwetgq_top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    #1e3242 0%,
    rgba(25, 25, 25, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #1e3242 0%,
    rgba(25, 25, 25, 0) 100%
  );
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 618px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.pnvzwetgq_top__title {
  text-align: center;
  font-family: 'PT Serif';
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 125% */
  margin-bottom: 16px;

  background: var(
    --3,
    radial-gradient(465.91% 50% at 50% 50%, #ffc353 7.68%, #844b07 71.63%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pnvzwetgq_top__italic {
  font-style: italic;
  color: #d4af37;
}

.top__title {
  font-size: 40px;
  line-height: normal;
}

.pnvzwetgq_top__subtitle {
  color: #f2f2f2;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.45px;
  margin-bottom: 40px;
}

.top__subtitle {
  font-size: 20px;
}

.pnvzwetgq_top__card {
  width: 500px;
  height: 282px;
  background: url('../pnvzwetgq_images/pnvzwetgq_header-card.webp') no-repeat
    center;
  border-radius: 16px;
  margin: 0 auto;
}

.pnvzwetgq_top__sup {
  color: #a3a3a3;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  max-width: 492px;
  margin: 0 auto;
}

.pnvzwetgq_quiz_1 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.pnvzwetgq_quiz__title {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  margin: 0 auto;
  max-width: 655px;
  margin-bottom: 40px;
}

.pnvzwetgq_quiz_1__btn {
  color: #010101;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  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: 281px;
  padding: 18px 3px;
  border-radius: 8px;
  border: 1px solid #ffe500;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  cursor: pointer;
  margin: 0 auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pnvzwetgq_how {
  padding-bottom: 80px;
}
.pnvzwetgq_how__sup {
  color: #d4af37;
  font-family: inter-bold;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pnvzwetgq_how__title {
  color: #f2f2f2;
  font-family: 'PT Serif';
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 24px;
  text-align: center;
}
.pnvzwetgq_how__bottom {
  max-width: 645px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
}
.pnvzwetgq_how__subtitle {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.pnvzwetgq_how__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.pnvzwetgq_how__item {
  padding: 40px;
  max-width: 384px;
  width: 100%;
  border-radius: 16px;
  border: 0.5px solid var(--2, #d98e00);
  background: rgba(2, 2, 2, 0.8);
}
.pnvzwetgq_how__number {
  font-family: 'PT Serif';
  font-size: 60px;
  font-weight: 400;
  line-height: 60px; /* 100% */
  letter-spacing: 1.5px;
  margin-bottom: 24px;
  text-align: center;

  background: var(
    --line,
    linear-gradient(
      90deg,
      rgba(42, 42, 42, 0) 0%,
      #fff 50%,
      rgba(42, 42, 42, 0) 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pnvzwetgq_how__name {
  color: #d4af37;
  font-family: inter-bold;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}
.pnvzwetgq_how__text {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22.75px;
  text-align: center;
}
.pnvzwetgq_explore {
  padding-bottom: 80px;
}
.pnvzwetgq_explore__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 40px;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid var(--2, #d98e00);
  background: rgba(2, 2, 2, 0.8);
  backdrop-filter: blur(5px);
}
.pnvzwetgq_explore__left {
  max-width: 659px;
  width: 100%;
}
.pnvzwetgq_explore__sup {
  color: #d4af37;
  font-family: inter-bold;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.pnvzwetgq_explore__title {
  color: #f2f2f2;
  font-family: 'PT Serif';
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 24px;
  text-align: center;
}
.pnvzwetgq_explore__text {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: center;
}
.pnvzwetgq_explore__card {
  width: 380px;
  height: 236px;
  background: url('../pnvzwetgq_images/pnvzwetgq_instructions-card.webp')
    no-repeat center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

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

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

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

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

.pnvzwetgq_quiz_1__btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_page__header {
  color: #f2f2f2;
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  font-family: inter-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, #fff),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
}

.pnvzwetgq_page__caption {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.pnvzwetgq_forms__btn {
  color: #d4af37;
  font-family: inter-bold;
  font-size: 14px;
  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;
}

.pnvzwetgq_forms__btn:hover {
  opacity: 0.5;
}

.consent__info {
  font-style: italic;
}

.pnvzwetgq_page__form {
  max-width: 694px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #111;
  -webkit-box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
  margin-top: 0px;
}

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

.pnvzwetgq_page__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 15px;
  height: 52px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
  background: #2c2c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 0px;
}

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

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

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

.pnvzwetgq_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: 15px;
  -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: 10px;
  border: 1px solid #a3a3a3;
  background: #2c2c2c;
  text-align: center;
}

.pnvzwetgq_page__name {
  display: block;
  color: #fff;
  font-size: 14px;
  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;
}

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

.pnvzwetgq_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: 10px;
  border: 1px solid #2c3b58;
  background: #000b23;
}

.pnvzwetgq_page__search::-webkit-input-placeholder {
  color: #5977b2;
}

.pnvzwetgq_page__search::-moz-placeholder {
  color: #5977b2;
}

.pnvzwetgq_page__search:-ms-input-placeholder {
  color: #5977b2;
}

.pnvzwetgq_page__search::-ms-input-placeholder {
  color: #5977b2;
}

.pnvzwetgq_page__search::placeholder {
  color: #5977b2;
}

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

.pnvzwetgq_page__arrow.open .pnvzwetgq_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%;
}

.pnvzwetgq_page__information {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 20px;
}

.pnvzwetgq_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: 10px;
  border: 1px solid #2c3b58;
  background: #000a1f;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.6);
}

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

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

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

.pnvzwetgq_forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #a3a3a3;
  background: transparent;
  position: relative;
  cursor: pointer;
  margin-right: 0px;
  vertical-align: top;
  top: 1px;
}

.pnvzwetgq_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: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.pnvzwetgq_forms__consent__info {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  max-width: 90%;
}

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

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

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

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

.pnvzwetgq_page__input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  height: 52px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
  background: #2c2c2c;
}

.pnvzwetgq_page__input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_page__input::-moz-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_page__input:-ms-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_page__input::-ms-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_page__input::placeholder {
  color: #a3a3a3;
}

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

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

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

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

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

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

.pnvzwetgq_page__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 3px;
  height: 55px;
  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: 8px;
  border: 1px solid #010101;
  background: #f2f2f2;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  color: #151515;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.page__btn {
  border-radius: 8px;
  border: 1px solid #ffe500;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
}

.pnvzwetgq_page__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff !important;
  border: 1px solid #fff;
  color: #fff;
}

.pnvzwetgq_page__sup {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.pnvzwetgq_page__mail {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #fff;
}

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

.pnvzwetgq_page__answer {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--grey, #a6a6a6);
  background: var(--input, #262626);
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_page__answer:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: rgba(25, 25, 25, 1);
}

.pnvzwetgq_page__email {
  width: 30px;
  height: 30px;
  background: url('../pnvzwetgq_images/pnvzwetgq_quiz-email.webp') no-repeat
    center;
}

.pnvzwetgq_page__check {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.pnvzwetgq_page__end {
  display: none;
}

.pnvzwetgq_footer {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  background: #000;
  margin-bottom: 54px;
}

.pnvzwetgq_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: 16px;
  margin-bottom: 24px;
}

.pnvzwetgq_footer__link {
  color: #e5b20b;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}

.pnvzwetgq_footer__link:hover {
  opacity: 0.5;
}

.pnvzwetgq_footer__text {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.pnvzwetgq_footer__sub {
  color: #f2f2f2;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.pnvzwetgq_footer__top {
  margin-bottom: 24px;
}

.pnvzwetgq_footer__email {
  color: #d4af37;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.pnvzwetgq_footer__btns {
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #e5b20b;
  text-align: center;
  font-family: inter-bold;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  /* 19.2px */
}

.pnvzwetgq_footer__btns:hover {
  opacity: 0.5;
}

.pnvzwetgq_footer__line {
  width: 12px;
  height: 12px;
  background: url('../pnvzwetgq_images/pnvzwetgq_footer-icon.webp') no-repeat
    center;
}

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

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

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

.pnvzwetgq_footer__sup {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

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

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

.pnvzwetgq_footer__btn:hover {
  opacity: 0.5;
}

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

.pnvzwetgq_footer__info:hover {
  opacity: 0.5;
}

.pnvzwetgq_questions {
  padding-top: 40px;
  padding-bottom: 48px;
}

.pnvzwetgq_questions__container {
}

.pnvzwetgq_questions__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.pnvzwetgq_questions__security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  width: 100%;
  padding: 5px 5px;
  -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: 5px;
  border-radius: 5px;
  background: #d4af37;
  -webkit-box-shadow: 0 2px 10px 0 rgba(129, 129, 129, 0.5);
  box-shadow: 0 2px 10px 0 rgba(129, 129, 129, 0.5);
}

.pnvzwetgq_questions__security::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: 16px;
  height: 16px;
  background: url(../pnvzwetgq_images/pnvzwetgq_answer-icon.webp) no-repeat
    center;
}

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

.pnvzwetgq_questions__title {
  color: #a3a3a3;
  text-align: center;
  font-family: Inter-bold;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pnvzwetgq_questions__answer {
  max-width: 100%;
  padding: 64px 40px;
  border-radius: 8px;
  border: 1px solid #b67700;
  background: rgba(17, 17, 17, 0.8);
  width: 100%;
  margin: 0 auto;
}

.pnvzwetgq_questions__head {
  color: #f2f2f2;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pnvzwetgq_questions__buttons {
  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: 16px;
  max-width: 604px;
  width: 100%;
  margin: 0 auto;
}

.pnvzwetgq_questions__quiz {
  color: #070707;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: inter-bold;
  line-height: 120%;
  max-width: 600px;
  cursor: pointer;
  width: 100%;
  min-height: 44px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 2px 15px 0 rgba(129, 129, 129, 0.5);
  box-shadow: 0 2px 15px 0 rgba(129, 129, 129, 0.5);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_questions__quiz.active {
  background: #eedc7e;
  -webkit-box-shadow: 0 2px 15px 0 rgba(238, 220, 126, 0.5);
  box-shadow: 0 2px 15px 0 rgba(238, 220, 126, 0.5);
}

.pnvzwetgq_questions__quiz:hover {
  background: #eedc7e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_questions__add {
  font-family: inter-bold;
  color: #151515;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 281px;

  padding: 20px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #ead300;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  margin: 0 auto;
  margin-top: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_questions__add:hover {
  border: 1px solid #ffcc79;
  color: #000;
  background: -o-linear-gradient(
    left,
    #d39c26 19.85%,
    #ffcc79 50%,
    #d39c26 80.24%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(19.85%, #d39c26),
    color-stop(50%, #ffcc79),
    color-stop(80.24%, #d39c26)
  );
  background: linear-gradient(
    90deg,
    #d39c26 19.85%,
    #ffcc79 50%,
    #d39c26 80.24%
  );
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 222, 89, 0.5);
  box-shadow: 0 0 20px 0 rgba(255, 222, 89, 0.5);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_questions__span {
  font-family: inter-bold;
  font-weight: 500;
}

.page_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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%;
  z-index: 1;
}

.page_fixed {
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page_fixed.visible {
  opacity: 1;
  z-index: 1;
}

.page_fixed__wrap {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  background: #1a1a1a;
  border: none;
}

.page_fixed__text {
  color: #a6a6a6;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.page_fixed__btns {
  color: #a6a6a6;
  font-family: inter-bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.btn-step {
  display: none;
}

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

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

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

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

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

.pnvzwetgq_modal__content {
  margin: auto;
  width: 100%;
  padding: 20px;
  max-width: 694px;
  height: 337px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #d4af37;
  background: #010101;
  -webkit-box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
}

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

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

.pnvzwetgq_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) */
.pnvzwetgq_modal__inner::-webkit-scrollbar {
  width: 3px;
  /* Ширина вертикального скроллбара */
}

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

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

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

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

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

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

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

.pnvzwetgq_modal__list {
  padding-left: 20px;
}

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

.pnvzwetgq_modal_btn {
  width: 100%;
  height: 47px;
  color: #000;
  text-align: center;
  font-family: inter-bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--dark, #020202);
  background: #e6c72c;

  /* 1 */
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.pnvzwetgq_bonus {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pnvzwetgq_bonus__wrapper {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #b67700;
  background: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

.bonus__wrapper {
  border-radius: 12px;
  border: 2px solid #b67700;
  background: rgba(17, 17, 17, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 20px;
}

.pnvzwetgq_bonus__email {
  max-width: 224px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
  background: #020202;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pnvzwetgq_bonus__icon {
  width: 16px;
  height: 16px;
  background: url('../pnvzwetgq_images/pnvzwetgq_sent-lock.webp') no-repeat
    center;
  margin: 0 auto;
  margin-bottom: 2px;
}

.pnvzwetgq_bonus__info {
  color: #f2f2f2;
  text-align: center;
  font-family: inter-bold;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.pnvzwetgq_bonus__title {
  color: #fff;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pnvzwetgq_bonus__subtitle {
  color: #f2f2f2;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

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

.pnvzwetgq_bonus__baners {
  border-radius: 19.074px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

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

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

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

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

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

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pnvzwetgq_bonus__wraps {
  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: 80px;
  margin-bottom: 40px;
}
.pnvzwetgq_bonus__row {
  position: relative;
  max-width: 430px;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  border: 0.5px solid var(--3, #ffc353);
  background: #111;
}
.pnvzwetgq_bonus__top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 79px;
  width: 100%;
  border: 1px solid #b67700;
  background: #2c2c2c;
}
.pnvzwetgq_bonus__sup {
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pnvzwetgq_bonus__sub {
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  font-family: inter-bold;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 16px 0;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, #fff),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  margin-bottom: 20px;
  text-align: left;
}
.pnvzwetgq_bonus__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.pnvzwetgq_bonus__text {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.pnvzwetgq_bonus__span {
  color: #d4af37;
  font-family: inter-bold;
  font-weight: 500;
}
.pnvzwetgq_bonus__mobile {
  display: none;
}

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

.bonus__text {
  font-family: inter-bold;
  color: #ffc739;
  font-weight: 500;
}

.pnvzwetgq_bonus__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.pnvzwetgq_bonus__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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 223px;
  width: 100%;
}

.pnvzwetgq_bonus__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pnvzwetgq_bonus__cup {
  margin-bottom: 16px;
}

.pnvzwetgq_bonus__head {
  font-family: inter-bold;
  color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.pnvzwetgq_bonus__contents {
  color: #f2f2f2;
  text-align: center;
  font-family: inter-bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.pnvzwetgq_bonus__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.pnvzwetgq_bonus__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 344px;
  padding: 18px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #ffe500;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b67700),
    color-stop(33.17%, #e6c000),
    color-stop(50%, #ffe500),
    color-stop(70.19%, #e2b800),
    to(#b67700)
  );
  background: -o-linear-gradient(
    left,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  background: linear-gradient(
    90deg,
    #b67700 0%,
    #e6c000 33.17%,
    #ffe500 50%,
    #e2b800 70.19%,
    #b67700 100%
  );
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  color: #000;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_bonus__link:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_bonus__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 344px;
  padding: 18px 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #f2f2f2;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  color: #151515;
  text-align: center;
  font-family: inter-bold;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_bonus__btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_bonus__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
}

.pnvzwetgq_bonus__important {
  width: 60px;
  height: 60px;
  background: url('../pnvzwetgq_images/pnvzwetgq_bonus-gift.webp') no-repeat
    center;
  background-size: cover;
}

.pnvzwetgq_bonus__header {
  color: #fff;
  font-family: inter-bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  margin-bottom: 10px;
}

.pnvzwetgq_bonus__information {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

/* Сгенерированные (уникализированные) имена классов */
.ageVerificationModal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ageVerificationModal__title {
  color: #fff;
  text-align: center;
  font-family: inter-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  margin-bottom: 20px;
  width: 100%;
}

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

.ageVerificationModal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}

.ageVerificationModal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #f2f2f2;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  color: #151515;
  height: 53px;
  width: 100%;
  text-align: center;
  font-family: inter-bold;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.ageVerificationModal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 53px;
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #ead300;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  color: #151515;
  text-transform: uppercase;
  text-align: center;
  font-family: inter-bold;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.ageVerificationModal__content {
  position: relative;
  top: 0%;
  border-radius: 10px;
  border: 1px solid #d4af37;
  background: #121212;
  -webkit-box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 16px 0 rgba(212, 175, 55, 0.25);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  max-width: 608px;
  width: 100%;
}

.ageVerificationModal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.ageVerificationModal__close:hover,
.ageVerificationModal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

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

.pnvzwetgq_partners__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
}

.pnvzwetgq_partners__card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  -webkit-animation: partners-card-glow 7.2s ease-in-out infinite;
  animation: partners-card-glow 7.2s ease-in-out infinite;
  will-change: transform, filter;
}

.pnvzwetgq_partners__card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 16px;
  pointer-events: none;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, transparent),
    color-stop(40%, rgba(255, 255, 255, 0.12)),
    color-stop(50%, rgba(255, 220, 80, 0.55)),
    color-stop(60%, rgba(255, 255, 255, 0.12)),
    color-stop(75%, transparent)
  );
  background: -o-linear-gradient(
    left,
    transparent 25%,
    rgba(255, 255, 255, 0.12) 40%,
    rgba(255, 220, 80, 0.55) 50%,
    rgba(255, 255, 255, 0.12) 60%,
    transparent 75%
  );
  background: linear-gradient(
    110deg,
    transparent 25%,
    rgba(255, 255, 255, 0.12) 40%,
    rgba(255, 220, 80, 0.55) 50%,
    rgba(255, 255, 255, 0.12) 60%,
    transparent 75%
  );
  background-size: 250% 100%;
  opacity: 0;
  -webkit-animation: partners-card-shimmer 7.2s ease-in-out infinite;
  animation: partners-card-shimmer 7.2s ease-in-out infinite;
}

.pnvzwetgq_partners__card:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.pnvzwetgq_partners__card:nth-child(1)::after {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.pnvzwetgq_partners__card:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.pnvzwetgq_partners__card:nth-child(2)::after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.pnvzwetgq_partners__card:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.pnvzwetgq_partners__card:nth-child(3)::after {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.pnvzwetgq_partners__card:nth-child(4) {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.pnvzwetgq_partners__card:nth-child(4)::after {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.pnvzwetgq_partners__card:nth-child(5) {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.pnvzwetgq_partners__card:nth-child(5)::after {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.pnvzwetgq_partners__card:nth-child(6) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.pnvzwetgq_partners__card:nth-child(6)::after {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.pnvzwetgq_partners__card:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.pnvzwetgq_partners__card:hover::after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.pnvzwetgq_partners__img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes partners-card-glow {
  0%,
  14%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  7% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
  }
}

@keyframes partners-card-glow {
  0%,
  14%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  7% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
  }
}

@-webkit-keyframes partners-card-shimmer {
  0%,
  14%,
  100% {
    opacity: 0;
    background-position: 160% 0;
  }

  4% {
    opacity: 0;
    background-position: 160% 0;
  }

  7% {
    opacity: 1;
    background-position: 50% 0;
  }

  11% {
    opacity: 0;
    background-position: -60% 0;
  }
}

@keyframes partners-card-shimmer {
  0%,
  14%,
  100% {
    opacity: 0;
    background-position: 160% 0;
  }

  4% {
    opacity: 0;
    background-position: 160% 0;
  }

  7% {
    opacity: 1;
    background-position: 50% 0;
  }

  11% {
    opacity: 0;
    background-position: -60% 0;
  }
}

@media (max-width: 600px) {
  .pnvzwetgq_partners__box {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pnvzwetgq_partners__card,
  .pnvzwetgq_partners__card::after {
    -webkit-animation: none;
    animation: none;
  }
}

.pnvzwetgq_excluded__title {
  color: #fff;
  text-align: center;
  font-family: 'PT Serif';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 20px;
}

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

.pnvzwetgq_excluded__avatar {
  width: 200px;
  height: 200px;
  background: url('../pnvzwetgq_images/pnvzwetgq_sad.webp') no-repeat center;
  margin-bottom: 40px;
}

.pnvzwetgq_excluded__link {
  color: #d4af37;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  font-style: italic;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pnvzwetgq_excluded__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

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

.pnvzwetgq_sign__container {
  max-width: 1148px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pnvzwetgq_sign {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.pnvzwetgq_return {
  top: 10px;
  position: absolute;
  z-index: 10;
  left: 10px;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffcc79;
  border-radius: 5px;
  background:
    url(../pnvzwetgq_images/pnvzwetgq_arrow.webp), rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  padding: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.pnvzwetgq_sign__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px;
  padding: 5px 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;
  border: 1px solid #bbb;
  background: #030303;
  margin-bottom: 40px;
}

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

.pnvzwetgq_sign__image {
  width: 283px;
  height: 194px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.sign__image__email {
  background: url('../pnvzwetgq_images/pnvzwetgq_delete-email.webp') no-repeat
    center;
  background-size: contain;
}

@media (max-width: 600px) {
  .sign__image__email {
    background-image: url('../pnvzwetgq_images/pnvzwetgq_delete-email-mob.webp');
  }
}

.pnvzwetgq_sign__wrapper {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #111;
  width: 100%;
  padding: 20px;
}

.pnvzwetgq_sign_form {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pnvzwetgq_sign__label {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.pnvzwetgq_sign__input {
  width: 100%;
  padding: 15px;
  height: 60px;
  border: none;
  border-radius: 10px;
  border: 1px solid #a3a3a3;
  background: #2c2c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.pnvzwetgq_sign__input::-webkit-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_sign__input::-moz-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_sign__input:-ms-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_sign__input::-ms-input-placeholder {
  color: #a3a3a3;
}

.pnvzwetgq_sign__input::placeholder {
  color: #a3a3a3;
}
.pnvzwetgq_sign__span {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

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

.pnvzwetgq_sign__button {
  color: #030303;
  text-align: center;
  font-family: inter-bold;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #010101;
  background: #ead300;
  -webkit-box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  box-shadow: 8px 8px 40px 0 rgba(33, 33, 33, 0.8);
  margin-bottom: 20px;
}

.pnvzwetgq_sign__button:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.pnvzwetgq_sign__content {
  margin-bottom: 20px;
}

.pnvzwetgq_sign__info {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.pnvzwetgq_captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0px;
}

.pnvzwetgq_captcha__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.pnvzwetgq_captcha__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

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

.pnvzwetgq_captcha__input {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.pnvzwetgq_captcha__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-shadow: 0 2px 20px #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 14.4px */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pnvzwetgq_captcha__label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #a3a3a3;
  border-radius: 6px;
  margin-right: 0px;
  vertical-align: middle;
  background-color: transparent;
}

.pnvzwetgq_captcha__label.verified::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: 24px;
  height: 24px;
  border: none;
  vertical-align: middle;
  background-color: #fff;
  color: #007500;
  text-align: center;
  line-height: 16px;
  font-size: 20px;
  font-weight: bold;
}

.pnvzwetgq_captcha__image {
  width: 50px;
  height: 50px;
  background: url('../pnvzwetgq_images/pnvzwetgq_captcha.webp') no-repeat center
    center;
  background-size: cover;
}

.spinner {
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  position: relative;
}

.spinner::after {
  background: #6fc3f5;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}

.pnvzwetgq_faq {
  padding-bottom: 80px;
}

.pnvzwetgq_faq__wrapper {
  padding: 40px;

  border-radius: 16px;
  border: 1px solid var(--2, #d98e00);
  background: rgba(2, 2, 2, 0.8);
  backdrop-filter: blur(4px);
}

.pnvzwetgq_faq__sup {
  color: #d4af37;
  font-family: inter-bold;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.pnvzwetgq_faq__title {
  color: #f2f2f2;
  font-family: 'PT Serif';
  font-size: 64px;
  font-weight: 400;
  line-height: 80px;
  margin-bottom: 40px;
}

.pnvzwetgq_accordion {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.pnvzwetgq_accordion__item {
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
  -o-border-image: -o-linear-gradient(
      left,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  border-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(254, 95, 161, 0)),
      color-stop(50%, #fff),
      to(rgba(254, 95, 161, 0))
    )
    1 stretch;
  border-image: linear-gradient(
      90deg,
      rgba(254, 95, 161, 0) 0%,
      #fff 50%,
      rgba(254, 95, 161, 0) 100%
    )
    1 stretch;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.pnvzwetgq_faq__arrow {
  position: absolute;
  right: 0;
  top: -22%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  background-image: url('../pnvzwetgq_images/pnvzwetgq_faq-arrow.webp');
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

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

.pnvzwetgq_accordion__header {
  position: relative;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.pnvzwetgq_accordion__header::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: '';
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
}

.pnvzwetgq_accordion__item:not(.pnvzwetgq_accordion__item_show)
  .pnvzwetgq_accordion__header {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pnvzwetgq_accordion__text {
  max-width: 100%;
  margin-bottom: 0px;
}

.pnvzwetgq_accordion__content {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
}

.pnvzwetgq_accordion__item:not(.pnvzwetgq_accordion__item_show)
  .pnvzwetgq_accordion__body {
  display: none;
}

.pnvzwetgq_accordion__item_show .pnvzwetgq_accordion__header {
  color: #fff;
}

@media (max-width: 1220px) {
  .body__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pnvzwetgq_how__title {
    font-size: 50px;
  }

  .pnvzwetgq_explore__title {
    font-size: 50px;
  }

  .pnvzwetgq_faq__title {
    font-size: 50px;
  }

  .pnvzwetgq_top__title {
    font-size: 50px;
    line-height: normal;
  }

  .pnvzwetgq_top__subtitle {
    font-size: 20px;
  }

  .pnvzwetgq_top__3 {
    padding-top: 40px;
  }

  .top__title {
    font-size: 40px;
  }

  .pnvzwetgq_bonus__title {
    font-size: 35px;
  }

  .pnvzwetgq_bonus__wraps {
    gap: 60px;
  }

  .pnvzwetgq_bonus__item {
    max-width: 18vw;
  }

  .pnvzwetgq_bonus__subtitle {
    font-size: 18px;
  }

  .pnvzwetgq_footer__btns {
    font-size: 14px;
  }

  .pnvzwetgq_footer__link {
    font-size: 14px;
  }

  .pnvzwetgq_footer {
    margin-bottom: 60px;
  }

  .page_fixed__text {
    font-size: 12px;
  }

  .page_fixed__btns {
    font-size: 12px;
  }

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

  .pnvzwetgq_bonus__wrapper {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .pnvzwetgq_bonus__row {
    max-width: 100%;
  }
  .pnvzwetgq_bonus__wraps {
    gap: 28px;
  }
  .pnvzwetgq_questions__top {
    gap: 10px;
  }

  .pnvzwetgq_questions__security {
    padding: 10px;
  }

  .pnvzwetgq_how__item {
    max-width: 100%;
    padding: 16px;
  }

  .pnvzwetgq_how__number {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 12px;
  }

  .pnvzwetgq_explore__wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .pnvzwetgq_explore__left {
    max-width: 100%;
  }
  .pnvzwetgq_explore__card {
    width: 296px;
    height: 184px;
    background: url(../pnvzwetgq_images/pnvzwetgq_instructions-card.webp)
      no-repeat center;
    background-size: cover;
  }

  .pnvzwetgq_how {
    padding-bottom: 40px;
  }

  .pnvzwetgq_quiz_1 {
    padding-bottom: 40px;
  }

  .pnvzwetgq_explore {
    padding-bottom: 40px;
  }

  .pnvzwetgq_faq__wrapper {
    padding: 24px 16px;
  }

  .pnvzwetgq_faq {
    padding-bottom: 40px;
  }
}

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

  .pnvzwetgq_excluded__avatar {
    width: 120px;
    height: 120px;
    background: url(../pnvzwetgq_images/pnvzwetgq_sad.webp) no-repeat center;
    background-size: cover;
  }

  .pnvzwetgq_bonus__wrap {
    max-width: 80%;
  }

  .pnvzwetgq_page__check {
    max-width: 90%;
  }

  .pnvzwetgq_page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pnvzwetgq_top__wrapper {
    max-width: 360px;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .pnvzwetgq_top__sup {
    font-size: 8px;
    max-width: 230px;
  }

  .pnvzwetgq_quiz_1 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .top__subtitle {
    margin-bottom: 40px;
  }

  .pnvzwetgq_top__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .top__subtitle {
    font-size: 14px;
  }

  .pnvzwetgq_quiz__title {
    font-size: 20px;
  }

  .pnvzwetgq_top__card {
    width: 330px;
    height: 200px;
    background: url(../pnvzwetgq_images/pnvzwetgq_header-card.webp) no-repeat
      center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 0px;
  }

  .pnvzwetgq_quiz__title {
    margin-bottom: 20px;
  }

  .pnvzwetgq_footer {
    margin-bottom: 85px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .pnvzwetgq_bonus__link {
    width: 100%;
  }

  .pnvzwetgq_bonus__btn {
    width: 100%;
  }

  .pnvzwetgq_bonus__title {
    font-size: 30px;
  }

  .pnvzwetgq_bonus__bottoms {
    gap: 15px;
  }

  .pnvzwetgq_bonus__text {
    font-size: 14px;
  }

  .pnvzwetgq_bonus__items {
    gap: 15px;
  }

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

  .pnvzwetgq_bonus__team {
    margin-bottom: 40px;
  }

  .pnvzwetgq_bonus__contents {
    font-size: 14px;
  }

  .pnvzwetgq_sign__image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .pnvzwetgq_sign__container {
    margin-bottom: 40px;
  }

  .body-page_email {
    padding-top: 60px;
  }

  .pnvzwetgq_questions__info {
    font-size: 8px;
  }

  .pnvzwetgq_questions__security {
    padding: 5px;
  }

  .pnvzwetgq_questions__top {
    margin-bottom: 24px;
  }

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

  .pnvzwetgq_questions__answer {
    padding: 16px 12px;
    border-radius: 8px;
    border: 1px solid #b67700;
    background: rgba(17, 17, 17, 0.8);
  }

  .pnvzwetgq_questions__head {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .pnvzwetgq_questions__quiz {
    padding: 10px;
    font-size: 16px;
  }

  .pnvzwetgq_questions {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .pnvzwetgq_how__title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 12px;
  }

  .pnvzwetgq_how__subtitle {
    line-height: normal;
    font-size: 14px;
  }

  .pnvzwetgq_how__sup {
    margin-bottom: 12px;
  }

  .pnvzwetgq_explore__sup {
    margin-bottom: 12px;
  }

  .pnvzwetgq_explore__title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 12px;
  }

  .pnvzwetgq_explore__text {
    line-height: normal;
    font-size: 14px;
  }

  .pnvzwetgq_how__name {
    margin-bottom: 8px;
  }

  .pnvzwetgq_faq__sup {
    margin-bottom: 12px;
  }

  .pnvzwetgq_faq__title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 12px;
  }

  .pnvzwetgq_accordion__item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pnvzwetgq_accordion__header {
    font-size: 16px;
  }

  .pnvzwetgq_accordion__content {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .body__container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pnvzwetgq_bonus__wrapper {
    padding: 10px 8px;
  }
  .pnvzwetgq_quiz_1 {
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .pnvzwetgq_how__bottom {
    gap: 0;
  }
  .pnvzwetgq_how__title {
    font-size: 32px;
  }

  .pnvzwetgq_modal__content {
    height: 280px;
  }

  .pnvzwetgq_how {
    padding-bottom: 32px;
  }

  .pnvzwetgq_explore__title {
    font-size: 32px;
  }

  .pnvzwetgq_explore {
    padding-bottom: 32px;
  }

  .pnvzwetgq_faq__title {
    font-size: 32px;
  }

  .pnvzwetgq_faq {
    padding-bottom: 80px;
  }

  .pnvzwetgq_top {
    padding-top: 24px;
  }

  .pnvzwetgq_top__3 {
    padding-top: 40px;
  }

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

  .top__title {
    font-size: 24px;
  }

  .pnvzwetgq_top__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.45px;
    line-height: normal;
  }

  .pnvzwetgq_top__sup {
    font-size: 10px;
    max-width: 300px;
  }

  .top__subtitle {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .pnvzwetgq_quiz__title {
    font-size: 16px;
  }

  .pnvzwetgq_quiz_1__btn {
    width: 90%;
    padding: 12px;
    font-size: 16px;
  }

  .pnvzwetgq_top__wrapper {
    gap: 10px;
  }

  .pnvzwetgq_footer__btns {
    font-size: 10px;
  }

  .pnvzwetgq_footer__link {
    font-size: 10px;
  }

  .pnvzwetgq_footer__links {
    gap: 10px;
    margin-bottom: 16px;
  }

  .page_fixed__text {
    font-size: 12px;
  }

  .page_fixed__btns {
    font-size: 10px;
  }

  .pnvzwetgq_page__form {
    padding: 16px 12px;
  }

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

  .pnvzwetgq_page__caption {
    font-size: 12px;
  }

  .pnvzwetgq_page__button {
    padding-top: 20px;
  }

  .pnvzwetgq_page__btn {
    height: 47px;
    font-size: 16px;
    padding: 12px;
  }

  .pnvzwetgq_page__sup {
    font-size: 12px;
    margin-top: 15px;
  }

  .pnvzwetgq_page__mail {
    padding: 10px;
    gap: 10px;
  }

  .pnvzwetgq_page__check {
    font-size: 10px;
    max-width: 80%;
  }

  .pnvzwetgq_page__mail {
    margin-top: 15px;
  }

  .pnvzwetgq_forms__consent__info {
    font-size: 10px;
    max-width: 80%;
  }

  .pnvzwetgq_forms__btn {
    font-size: 10px;
  }

  .pnvzwetgq_forms__checkbox-label {
    gap: 10px;
  }

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

  .pnvzwetgq_forms__checkbox {
    width: 24px;
    height: 24px;
  }

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

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

  .pnvzwetgq_forms__gender-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .pnvzwetgq_forms__gender-label {
    padding: 7px;
    font-size: 12px;
  }

  .pnvzwetgq_page__answer {
    padding: 10px;
  }

  .pnvzwetgq_page__select {
    height: 48px;
    padding: 10px;
    font-size: 12px;
  }

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

  .ageVerificationModal__content {
    padding: 15px;
  }

  .ageVerificationModal__title {
    font-size: 20px;
  }

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

  .ageVerificationModal__link {
    font-size: 14px;
    padding: 15px 3px;
    height: 47px;
  }

  .ageVerificationModal__btn {
    font-size: 14px;
    padding: 15px 3px;
    height: 47px;
  }

  .pnvzwetgq_bonus__desctop {
    display: none;
  }

  .pnvzwetgq_bonus__mobile {
    display: block;
    max-width: 300px;
    width: 100%;
  }

  .pnvzwetgq_bonus__item {
    max-width: 41vw;
  }

  .pnvzwetgq_bonus__info {
    font-size: 9px;
  }

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

  .pnvzwetgq_bonus__email {
    padding: 10px;
    max-width: 159px;
    margin-bottom: 16px;
  }

  .pnvzwetgq_bonus__contents {
    font-size: 12px;
  }
  .pnvzwetgq_bonus__important {
    width: 48px;
    height: 48px;
    background: url(../pnvzwetgq_images/pnvzwetgq_bonus-gift.webp) no-repeat
      center;
    background-size: cover;
  }
  .pnvzwetgq_bonus__link {
    padding: 15px 3px;
    font-size: 14px;
  }

  .pnvzwetgq_bonus__btn {
    padding: 15px 3px;
    font-size: 14px;
  }

  .pnvzwetgq_bonus__bottom {
    padding: 15px;
  }

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

  .pnvzwetgq_bonus__information {
    font-size: 10px;
  }

  .pnvzwetgq_bonus__wrap {
    max-width: 75%;
  }

  .pnvzwetgq_excluded__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .pnvzwetgq_excluded__subtitle {
    font-size: 24px;
  }

  .pnvzwetgq_excluded__link {
    font-size: 14px;
  }

  .pnvzwetgq_sign__top {
    font-size: 12px;
  }

  .pnvzwetgq_sign__email {
    height: 42px;
    margin-bottom: 20px;
  }

  .pnvzwetgq_sign__image {
    width: 120px;
    height: 180px;
    background-size: 120px;
  }

  .pnvzwetgq_sign__span {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .pnvzwetgq_sign__wrapper {
    padding: 15px;
  }

  .pnvzwetgq_sign__input {
    height: 48px;
  }

  .pnvzwetgq_sign__input {
    font-size: 12px;
  }

  .pnvzwetgq_sign__label {
    margin-bottom: 15px;
  }

  .pnvzwetgq_sign__content {
    margin-bottom: 15px;
  }

  .pnvzwetgq_sign__info {
    font-size: 12px;
  }

  .pnvzwetgq_sign__button {
    margin-bottom: 15px;
    padding: 15px 3px;
    font-size: 14px;
  }

  .pnvzwetgq_page__form {
    margin-top: 0px;
  }

  .pnvzwetgq_page__name {
    font-size: 12px;
  }

  .pnvzwetgq_modal__content {
    padding: 10px;
  }

  .pnvzwetgq_bonus__wrap {
    max-width: 72%;
  }

  .pnvzwetgq_bonus__bottom {
    gap: 10px;
  }

  .pnvzwetgq_bonus__cup {
    max-width: 40px;
    margin-bottom: 8px;
  }

  .pnvzwetgq_page__input {
    font-size: 12px;
    height: 48px;
  }

  .pnvzwetgq_page__inner {
    gap: 10px;
  }

  .pnvzwetgq_forms__gender-options {
    gap: 10px;
  }

  .pnvzwetgq_page__answer {
    font-size: 12px;
  }

  .pnvzwetgq_bonus__inner {
    max-width: 100%;
  }

  .pnvzwetgq_modal__title {
    font-size: 20px;
  }

  .pnvzwetgq_bonus__head {
    font-size: 12px;
  }

  .pnvzwetgq_footer__links {
    gap: 8px;
  }

  .pnvzwetgq_footer__line {
    width: 12px;
    height: 12px;
  }

  .pnvzwetgq_questions__add {
    width: 100%;
    padding: 15px 3px;
    font-size: 14px;
  }

  .bonus__wrapper {
    border-radius: 12px;
    border: 2px solid #b67700;
    background: rgba(17, 17, 17, 0.8);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 24px 16px;
  }

  .pnvzwetgq_bonus__sup {
    font-size: 14px;
  }

  .pnvzwetgq_bonus__row {
    padding: 12px;
  }

  .pnvzwetgq_bonus__sub {
    padding: 8px 0;
    font-size: 16px;
  }
}

.pnvzwetgq_bonus__span_block {
  color: var(--dark, #020202);
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  width: 40px;
  height: 40px;
  background-color: #ffc353;
  border-radius: 50%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 12px;
}

@media (max-width: 768px) {
  .pnvzwetgq_bonus__span_block {
    width: 30px;
    height: 30px;
    font-size: 24px;
    margin-right: 8px;
  }
}

.text-center {
  text-align: center;
}

.border-none {
  border: none;
}

.color-yellow {
  color: var(--main-gold, #e5b20b);

  background: #e5b20b;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
