
@font-face {
    font-family: inter;
    src: url("../qicznqifxc_fonts/qicznqifxc_inter-regular.woff2");
}

@font-face {
    font-family: inter-bold;
    src: url("../qicznqifxc_fonts/qicznqifxc_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-color: #000;
}

.body__container {
    max-width: 1148px;
    margin: 0 auto;
}

.qicznqifxc_top {
    padding-top: 40px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 50.08%);
}

.qicznqifxc_top__wrapper {
    max-width: 514px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.qicznqifxc_top__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}

.qicznqifxc_top__subtitle {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.qicznqifxc_top__card {
    width: 387px;
    height: 300px;
    background: url("../qicznqifxc_images/qicznqifxc_header-card.webp") no-repeat center;
    margin: 0 auto;
}

.qicznqifxc_top__sup {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
}

.qicznqifxc_quiz_1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.qicznqifxc_quiz__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 28px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 40px;
}

.qicznqifxc_quiz_1__btn {
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    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: 250px;
    padding: 18px 3px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    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;
}
@-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);
  }
}
.qicznqifxc_quiz_1__btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_how {
    padding-top: 40px;
    padding-bottom: 20px;
}

.qicznqifxc_how__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: 20px 20px 0 20px;
    border-radius: 5px;
    border: 2px solid #7F0015;
    background: linear-gradient(90deg, #191919 0%, #800016 100%);
    box-shadow: 0 0 40px 0 rgba(255, 64, 68, 0.25);
    overflow: hidden;
}

.qicznqifxc_how__content {
    max-width: 816px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.qicznqifxc_how__inner {
    margin-bottom: 0px;
}

.qicznqifxc_how__head {
    color: #FFF;
    font-family: inter-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.qicznqifxc_how__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    margin-bottom: 20px;
}

.qicznqifxc_how__btn {
    color: #FFF;
    font-family: inter-bold;
    font-size: 16px;
    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;
}

.qicznqifxc_how__btn:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_how__link {
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_how__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    transition: 0.4s;
}

.qicznqifxc_how__image {
    width: 230px;
    height: 280px;
    background: url("../qicznqifxc_images/qicznqifxc_how-image.webp") no-repeat center top;
}

.qicznqifxc_explore {
    padding-bottom: 40px;
}

.qicznqifxc_explore__wrapps {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #191818;
    background: linear-gradient(90deg, #800016 0%, #191919 100%);
    box-shadow: 0 0 40px 0 rgba(255, 64, 68, 0.25);
}

.qicznqifxc_explore__image {
    width: 295px;
    height: 186px;
    background: url("../qicznqifxc_images/qicznqifxc_instructions-card.webp") no-repeat center;
}

.qicznqifxc_explore__content {
    max-width: 774px;
    width: 100%;
}

.qicznqifxc_explore__title {
    color: #FFF;
    font-family: inter-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.qicznqifxc_explore__text {
    color: #FFF;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

.qicznqifxc_explore__link {
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_explore__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    transition: 0.4s;
}

.qicznqifxc_faq {
    padding-top: 40px;
    padding-bottom: 40px;
}

.qicznqifxc_faq__container{
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.60);
    backdrop-filter: blur(5px);
}

.qicznqifxc_faq__title {
    color: #FFF;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.qicznqifxc_faq__wrap {
    border-top: 1px solid #FFE8EC;
    padding-top: 20px;
    padding-bottom: 20px;
}

.qicznqifxc_faq__head {
    color: #FFF;
    font-family: inter-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.qicznqifxc_faq__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.qicznqifxc_faq__btn {
    color: #FFF;
    font-family: inter-bold;
    font-size: 16px;
    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;
}

.qicznqifxc_faq__btn:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_page__header {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.50);
    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 #868686;
}

.qicznqifxc_page__caption {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    margin-bottom: 10px;
}


.qicznqifxc_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;
}

.qicznqifxc_page__search.valid {
    border-color: #4CAF50;
}

.qicznqifxc_page__search.invalid {
    border-color: #f44336;
}

.qicznqifxc_page__select.valid {
    border-color: #4CAF50;
}

.qicznqifxc_page__select.invalid {
    border-color: #f44336;
}

.qicznqifxc_forms__gender-label.selected {
    border-color: green;
}

.qicznqifxc_forms__gender-label.unselected {
    border-color: #005EB4;
}

.qicznqifxc_forms__btn {
    color: #fff;
    font-family: inter-bold;
    font-size: 14px;
    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;
}

.qicznqifxc_forms__btn:hover {
    opacity: 0.5;
}

.qicznqifxc_page__form {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.60);
    backdrop-filter: blur(5px);
    margin-top: 40px;
}

.qicznqifxc_page__wraps {
    width: 100%;
    position: relative;
}

.qicznqifxc_page__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px;
    height: 52px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #868686;
    background: rgba(25, 25, 25, 0.50);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    margin-bottom: 0px;
}

.qicznqifxc_select__valid {
    position: absolute;
    top: 16%;
    right: 10px;
}

.qicznqifxc_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;
}

.qicznqifxc_forms__gender-options {
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.qicznqifxc_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: 5px;
    border: 1px solid #868686;
    background: rgba(25, 25, 25, 0.50);
    text-align: center;
}

.qicznqifxc_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;
}

.qicznqifxc_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;
}

.qicznqifxc_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;
}

.qicznqifxc_page__search::-webkit-input-placeholder {
    color: #5977B2;
}

.qicznqifxc_page__search::-moz-placeholder {
    color: #5977B2;
}

.qicznqifxc_page__search:-ms-input-placeholder {
    color: #5977B2;
}

.qicznqifxc_page__search::-ms-input-placeholder {
    color: #5977B2;
}

.qicznqifxc_page__search::placeholder {
    color: #5977B2;
}

.qicznqifxc_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;
}

.qicznqifxc_page__icons {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../qicznqifxc_images/qicznqifxc_chevron-down.webp") no-repeat center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_page__arrow.open .qicznqifxc_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%;
}

.qicznqifxc_page__information {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}

.qicznqifxc_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.60);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.60);
}

.qicznqifxc_page__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qicznqifxc_forms__checkbox-group {
    padding-top: 20px;
}

.qicznqifxc_forms__checkbox-label {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}

.qicznqifxc_forms__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #113C90;
    background: #000A1F;
    position: relative;
    cursor: pointer;
    margin-right: 0px;
    vertical-align: top;
    top: 1px;
}

.qicznqifxc_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;
}


.qicznqifxc_forms__consent__info {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    max-width: 90%;
}

.qicznqifxc_forms__links {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_forms__links:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.qicznqifxc_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;
}

.qicznqifxc_page__label {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.qicznqifxc_page__input {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    height: 52px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #868686;
    background: rgba(25, 25, 25, 0.50);
}

.qicznqifxc_page__input::-webkit-input-placeholder {
    color: #868686;
}

.qicznqifxc_page__input::-moz-placeholder {
    color: #868686;
}

.qicznqifxc_page__input:-ms-input-placeholder {
    color: #868686;
}

.qicznqifxc_page__input::-ms-input-placeholder {
    color: #868686;
}

.qicznqifxc_page__input::placeholder {
    color: #868686;
}

.qicznqifxc_page__icon {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qicznqifxc_page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.qicznqifxc_page__info {
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
}

.qicznqifxc_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;
}

.qicznqifxc_page__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.qicznqifxc_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;
}

.qicznqifxc_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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    color: #000;
    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;
}

.qicznqifxc_page__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000 !important;
    border: 1px solid #fff;
    color: #fff;
}

.qicznqifxc_page__sup {
    display: block;
    margin-top: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.qicznqifxc_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;
}

.qicznqifxc_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;
}

.qicznqifxc_page__answer {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #868686;
    background: rgba(25, 25, 25, 0.50);
    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;
}

.qicznqifxc_page__answer:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(25, 25, 25, 1);
}

.qicznqifxc_page__email {
    width: 30px;
    height: 30px;
    background: url("../qicznqifxc_images/qicznqifxc_quiz-email.webp") no-repeat center;
}

.qicznqifxc_page__check {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.qicznqifxc_page__end {
    display: none;
}

.qicznqifxc_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #690919;
    background: linear-gradient(180deg, #000 0%, #310004 100%);
    margin-bottom: 65px;
}

.qicznqifxc_footer__text {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
    margin-bottom: 20px;
}

.qicznqifxc_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;
}

.qicznqifxc_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;
}

.qicznqifxc_footer__link:hover {
    opacity: 0.5;
}

.qicznqifxc_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 */
}

.qicznqifxc_footer__btns:hover {
    opacity: 0.5;
}

.qicznqifxc_footer__line {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #D9D9D9;
}

.qicznqifxc_footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qicznqifxc_footer__age {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}


.qicznqifxc_footer__sup {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.qicznqifxc_footer__bottom {
    max-width: 100%;
    margin: 0 auto;
}

.qicznqifxc_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;
}

.qicznqifxc_footer__btn:hover {
    opacity: 0.5;
}

.qicznqifxc_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;
}

.qicznqifxc_footer__info:hover {
    opacity: 0.5;
}

.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;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.page_fixed.visible {
    opacity: 1;
    z-index: 1;
}

.page_fixed__wrap {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    background: #060606;
    border: none;
}

.page_fixed__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.page_fixed__btns {
    color: #FFF;
    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.70) 100%);
    background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.70) 100%);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    -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;
}


.qicznqifxc_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;
}

.qicznqifxc_modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qicznqifxc_modal__content {
    border-radius: 10px;
    margin: auto;
    width: 100%;
    padding: 20px;
    max-width: 694px;
    height: 337px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.40);
    backdrop-filter: blur(5px);
}

.qicznqifxc_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;
}

.qicznqifxc_modal__title {
    color: #FFF;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.qicznqifxc_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) */
.qicznqifxc_modal__inner::-webkit-scrollbar {
    width: 3px;
    /* Ширина вертикального скроллбара */
}

.qicznqifxc_modal__inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Цвет фона трека */
    border-radius: 10px;
    /* Скругление углов */
}

.qicznqifxc_modal__inner::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    /* Цвет ползунка */
    border-radius: 10px;
    /* Скругление ползунка */
}

.qicznqifxc_modal__inner::-webkit-scrollbar-thumb:hover {
    background: #888;
    /* Цвет ползунка при наведении */
}

/* Кастомизация скроллбара для Firefox */
.qicznqifxc_modal__inner {
    scrollbar-width: thin;
    /* Тонкий скроллбар */
    scrollbar-color: #a8a8a8 #f1f1f1;
    /* Цвет ползунка и фона */
}

.qicznqifxc_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;
}

.qicznqifxc_modal__text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

.qicznqifxc_modal__head {
    color: #fff;
    font-family: inter-bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
}

.qicznqifxc_modal__list {
    padding-left: 20px;
}

.qicznqifxc_modal__data {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

.qicznqifxc_modal_btn {
    width: 100%;
    height: 47px;
    color: #fff;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    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: 5px;
    border: 1px solid #000;
    background: #B60D2A;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    transition: 0.4s;
}

.qicznqifxc_modal_btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}
.qicznqifxc_bonus {
    padding-top: 80px;
    padding-bottom: 80px;
}
.qicznqifxc_bonus__wrapper{
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.60);
    backdrop-filter: blur(5px);
}
.qicznqifxc_bonus__email {
    max-width: 224px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(127, 127, 127, 0.40);
    backdrop-filter: blur(5px);
    margin: 0 auto;
    margin-bottom: 40px;
}
.qicznqifxc_bonus__icon {
    width: 16px;
    height: 16px;
    background: url("../qicznqifxc_images/qicznqifxc_sent-lock.webp") no-repeat center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.qicznqifxc_bonus__info {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
}
.qicznqifxc_bonus__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
.qicznqifxc_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;
}
.qicznqifxc_bonus__baners{
    box-shadow: 0 0 13px 0 #FFF;
    -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
    border-radius: 20px;
}
@-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);
  }
}
.qicznqifxc_bonus__mobile {
    display: none;
}
.qicznqifxc_bonus__content {
    margin-bottom: 40px;
}
.qicznqifxc_bonus__text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}
.mb20 {
    margin-bottom: 20px;
}
.qicznqifxc_bonus__bold {
    font-family: inter-bold;
    font-weight: 700;
}
.qicznqifxc_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;
}
.qicznqifxc_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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 316px;
    width: 100%;
}
.qicznqifxc_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;
}
.qicznqifxc_bonus__cup{
    margin-bottom: 10px;
}
.qicznqifxc_bonus__head {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.qicznqifxc_bonus__contents{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.qicznqifxc_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;
}
.qicznqifxc_bonus__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.qicznqifxc_bonus__link:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.qicznqifxc_bonus__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    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: 5px;
    border: 1px solid #000;
    background: #430812;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.qicznqifxc_bonus__btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.qicznqifxc_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: 5px;
    background: rgba(127, 127, 127, 0.40);
    backdrop-filter: blur(5px);
}
.qicznqifxc_bonus__important {
    width: 52px;
    height: 52px;
    background: url("../qicznqifxc_images/qicznqifxc_bonus-gift.webp") no-repeat center;
}
.qicznqifxc_bonus__header {
    color: #FFF;
    font-family: inter-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}
.qicznqifxc_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: 5px;
    border: 1px solid #000;
    background: #430812;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    color: #FFF;
    height: 53px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: inter-bold;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ageVerificationModal__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ageVerificationModal__content {
    position: relative;
    top: 0%;
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.40);
    backdrop-filter: blur(5px);
    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;
}

.qicznqifxc_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;
}
.qicznqifxc_excluded__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
.qicznqifxc_excluded__subtitle {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}
.qicznqifxc_excluded__avatar {
    width: 220px;
    height: 220px;
    background: url("../qicznqifxc_images/qicznqifxc_sad.webp") no-repeat center;
    margin-bottom: 40px;
}
.qicznqifxc_excluded__link {
    color: #CECECE;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.qicznqifxc_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;
}

.qicznqifxc_sign {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.qicznqifxc_return{
    top: 10px;
    position: absolute;
    z-index: 10;
    left: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #f21717;
    border-radius: 5px;
    background: url(../qicznqifxc_images/qicznqifxc_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;
}
.qicznqifxc_return:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.qicznqifxc_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: 5px;
    background: #433A3A;
    margin-bottom: 40px;
}
.qicznqifxc_sign__top {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}
.qicznqifxc_sign__image {
    width: 172px;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.sign__image__email{
    background: url("../qicznqifxc_images/qicznqifxc_delete-email.webp") no-repeat center;
}
.sign__image__phone{
    background: url("../qicznqifxc_images/qicznqifxc_delete-phone.webp") no-repeat center;
}
.qicznqifxc_sign__wrapper {
    border-radius: 5px;
    border: 2px solid #690919;
    background: rgba(24, 24, 24, 0.60);
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 20px;
}
.qicznqifxc_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;
}
.qicznqifxc_sign__label {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.qicznqifxc_sign__input {
    width: 100%;
    padding: 15px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #868686;
    background: rgba(25, 25, 25, 0.50);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.qicznqifxc_sign__icon{
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qicznqifxc_sign__button {
    color: #000;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    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: 5px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.60);
    margin-bottom: 20px;
}
.qicznqifxc_sign__button:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.qicznqifxc_sign__content {
    margin-bottom: 20px;
}
.qicznqifxc_sign__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.qicznqifxc_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;
}
.qicznqifxc_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;
}
.qicznqifxc_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;
}
.qicznqifxc_captcha__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.qicznqifxc_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;
}
.qicznqifxc_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: 12px;
    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;
}
.qicznqifxc_captcha__label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #FFF;
    margin-right: 0px;
    vertical-align: middle;
    background-color: transparent;
}
.qicznqifxc_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;
}
.qicznqifxc_captcha__image {
     width: 50px;
    height: 50px;
    background: url("../qicznqifxc_images/qicznqifxc_captcha.webp") no-repeat center center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .qicznqifxc_how__image {
        display: none;
    }

    .qicznqifxc_explore__image {
        display: none;
    }

    .qicznqifxc_explore__image-mob {
        width: 200px;
        height: 160px;
        background: url("../qicznqifxc_images/qicznqifxc_instructions-card.webp") no-repeat center;
        background-size: 200px;
    }

    .qicznqifxc_how__mob {
        width: 100%;
        max-width: 100px;
        height: 163px;
        background: url("../qicznqifxc_images/qicznqifxc_how-image-mobile.webp") no-repeat center;
    }

    .qicznqifxc_how__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        width: 100%;
    }

    .qicznqifxc_how__wraps {
        width: 100%;
    }

    .qicznqifxc_how__content {
        max-width: 100%;
    }

    .qicznqifxc_how__wrapper {
        width: 100%;
        padding: 15px;
    }

    .qicznqifxc_how__left {
        width: 100%;
    }

    .qicznqifxc_how__inner {
        max-width: 100%;
        width: 100%;
    }

    .qicznqifxc_explore__box {
        width: 100%;
    }

    .qicznqifxc_explore__content {
        max-width: 100%;
    }

    .qicznqifxc_explore__wrappers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .qicznqifxc_footer__text {
        font-size: 14px;
    }

    .qicznqifxc_footer__btns {
        font-size: 14px;
    }

    .qicznqifxc_footer__link {
        font-size: 14px;
    }

    .qicznqifxc_footer__sup {
        font-size: 14px;
    }

    .qicznqifxc_footer {
        margin-bottom: 60px;
    }

    .page_fixed__text {
        font-size: 12px;
    }

    .page_fixed__btns {
        font-size: 12px;
    }

    .qicznqifxc_explore__text {
        margin-bottom: 0;
    }

    .qicznqifxc_bonus{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .qicznqifxc_bonus__wrapper{
        padding: 10px;
    }

}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .qicznqifxc_top__title {
        font-size: 40px;
    }

    .qicznqifxc_bonus__wrap{
        max-width: 80%;
    }

    .qicznqifxc_page__check {
        max-width: 90%;
    }

    .qicznqifxc_page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .qicznqifxc_top__wrapper {
        max-width: 360px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .qicznqifxc_quiz_1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .qicznqifxc_top__subtitle {
        font-size: 16px;
    }

    .qicznqifxc_quiz__title {
        font-size: 20px;
    }

    .qicznqifxc_top__card {
        width: 296px;
        height: 229px;
        background: url(../qicznqifxc_images/qicznqifxc_header-card.webp) no-repeat center;
        background-size: cover;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .qicznqifxc_quiz__title {
        margin-bottom: 20px;
    }

    .qicznqifxc_how {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .qicznqifxc_footer {
        margin-bottom: 75px;
    }

    .qicznqifxc_bonus__buttons{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .qicznqifxc_bonus__link{
        width: 100%;
    }

    .qicznqifxc_bonus__btn{
        width: 100%;
    }

    .qicznqifxc_bonus__title{
        font-size: 18px;
    }

    .qicznqifxc_bonus__text{
        font-size: 14px;
    }

    .qicznqifxc_bonus__contents{
        font-size: 12px;
    }


}

@media (max-width: 575px) {
    .body__container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .qicznqifxc_top {
        padding-top: 20px;
    }

    .qicznqifxc_top__title {
        font-size: 24px;
    }

    .qicznqifxc_top__subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .qicznqifxc_top__sup {
        font-size: 10px;
    }

    .qicznqifxc_quiz__title {
        font-size: 18px;
    }

    .qicznqifxc_quiz_1__btn {
        width: 90%;
        font-size: 14px;
    }

    .qicznqifxc_how__head {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .qicznqifxc_how__subtitle {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .qicznqifxc_how__btn {
        font-size: 10px;
    }

    .qicznqifxc_how__link {
        width: 100%;
        font-size: 14px;
    }

    .qicznqifxc_how__box {
        margin-bottom: 15px;
    }

    .qicznqifxc_explore__wrapps {
        padding: 15px;
    }

    .qicznqifxc_explore__title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .qicznqifxc_how__box {
        gap: 10px;
    }

    .qicznqifxc_explore__wrappers {
        gap: 10px;
    }

    .qicznqifxc_explore__image-mob {
        width: 140px;
        height: 90px;
        background: url(../qicznqifxc_images/qicznqifxc_instructions-card.webp) no-repeat center;
        background-size: 142px;
    }

    .qicznqifxc_explore__text {
        font-size: 10px;
    }

    .qicznqifxc_explore__wrappers {
        margin-bottom: 10px;
    }

    .qicznqifxc_explore__link {
        width: 100%;
        font-size: 14px;
    }

    .qicznqifxc_explore {
        padding-bottom: 20px;
    }

    .qicznqifxc_faq {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .qicznqifxc_faq__title {
        font-size: 18px;
    }

    .qicznqifxc_faq__head {
        font-size: 14px;
    }

    .qicznqifxc_faq__text {
        font-size: 12px;
    }

    .qicznqifxc_footer__text {
        font-size: 10px;
    }

    .qicznqifxc_footer__btns {
        font-size: 10px;
    }

    .qicznqifxc_footer__link {
        font-size: 10px;
    }

    .qicznqifxc_footer__sup {
        font-size: 10px;
    }

    .qicznqifxc_footer__links {
        gap: 10px;
    }

    .page_fixed__text {
        font-size: 10px;
    }

    .page_fixed__btns {
        font-size: 10px;
    }

    .qicznqifxc_page__form {
        padding: 15px;
    }

    .qicznqifxc_page__header {
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .qicznqifxc_page__caption {
        font-size: 12px;
    }

    .qicznqifxc_page__button {
        padding-top: 15px;
    }

    .qicznqifxc_page__btn {
        height: 47px;
        font-size: 14px;
        padding: 10px;
    }

    .qicznqifxc_page__sup {
        font-size: 12px;
        margin-top: 15px;
    }

    .qicznqifxc_page__mail {
        padding: 10px;
        gap: 10px;
    }

    .qicznqifxc_page__check {
        font-size: 10px;
        max-width: 80%;
    }

    .qicznqifxc_page__mail {
        margin-top: 15px;
    }

    .qicznqifxc_forms__consent__info {
        font-size: 12px;
        max-width: 80%;
    }

    .qicznqifxc_forms__btn {
        font-size: 12px;
    }

    .qicznqifxc_forms__checkbox-label {
        padding: 10px;
        gap: 10px;
    }

    .qicznqifxc_page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .qicznqifxc_page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .qicznqifxc_forms__gender-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }

    .qicznqifxc_forms__gender-label {
        padding: 7px;
    }

    .qicznqifxc_page__answer {
        padding: 10px;
    }

    .qicznqifxc_page__select {
        height: 48px;
        padding: 10px;
    }

    .ageVerificationModal__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .ageVerificationModal__content {
        padding: 10px;
        border-radius: 10px;
    }

    .ageVerificationModal__title {
        font-size: 16px;
    }

    .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;
    }

    .qicznqifxc_bonus__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .qicznqifxc_bonus__item{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 10px;
    }

    .qicznqifxc_bonus__inner{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: 244px;
    }

    .qicznqifxc_bonus__contents{
        text-align: left;
    }

    .qicznqifxc_bonus__desctop{
        display: none;
    }

    .qicznqifxc_bonus__mobile{
        display: block;
        max-width: 300px;
        width: 100%;
    }

    .qicznqifxc_bonus__info{
        font-size: 8px;
    }

    .qicznqifxc_bonus__title{
        font-size: 12px;
    }

    .qicznqifxc_bonus__text{
        font-size: 12px;
    }

    .qicznqifxc_bonus__contents{
        font-size: 10px;
    }

    .qicznqifxc_bonus__link{
        padding: 15px 3px;
        font-size: 14px;
    }

    .qicznqifxc_bonus__btn{
        padding: 15px 3px;
        font-size: 14px;
    }

    .qicznqifxc_bonus__bottom{
        padding: 10px;
    }

    .qicznqifxc_bonus__header{
        font-size: 10px;
    }

    .qicznqifxc_bonus__information{
        font-size: 10px;
    }

    .qicznqifxc_bonus__wrap{
        max-width: 75%;
    }

    .qicznqifxc_excluded__title{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .qicznqifxc_excluded__subtitle{
        font-size: 14px;
    }

    .qicznqifxc_excluded__avatar{
        width: 150px;
        height: 150px;
        background-size: 150px;
    }

    .qicznqifxc_excluded__link{
        font-size: 12px;
    }

    .qicznqifxc_sign__top{
        font-size: 12px;
    }

    .qicznqifxc_sign__email{
        height: 42px;
        margin-bottom: 20px;
    }

    .qicznqifxc_sign__image{
        width: 150px;
        height: 150px;
        background-size: 150px;
    }

    .qicznqifxc_sign__wrapper{
        padding: 15px;
    }

    .qicznqifxc_sign__input{
        height: 48px;
    }

    .qicznqifxc_sign__input{
        font-size: 12px;
    }

    .qicznqifxc_sign__label{
        margin-bottom: 15px;
    }

    .qicznqifxc_sign__content{
        margin-bottom: 15px;
    }

    .qicznqifxc_sign__info{
        font-size: 12px;
    }

    .qicznqifxc_sign__button{
        margin-bottom: 15px;
    }

    .qicznqifxc_how{
        padding-bottom: 0;
    }

    .qicznqifxc_faq__container{
        padding: 15px;
    }

    .qicznqifxc_faq__wrap{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .qicznqifxc_page__form{
        margin-top: 20px;
    }

    .qicznqifxc_page__name{
        font-size: 12px;
    }

    .qicznqifxc_modal__content{
        padding: 10px;
    }

    .qicznqifxc_bonus__wrap{
        max-width: 72%;
    }

    .qicznqifxc_bonus__bottom{
        gap: 10px;
    }

    .qicznqifxc_bonus__cup{
        max-width: 50px;
        margin-bottom: 0;
    }


}