
@font-face {
    font-family: inter;
    src: url("../jnmklnwq_fonts/jnmklnwq_inter-regular.woff2");
}

@font-face {
    font-family: inter-bold;
    src: url("../jnmklnwq_fonts/jnmklnwq_inter-bold.woff2");
}
@font-face {
    font-family: Jaro;
    src: url("../jnmklnwq_fonts/jnmklnwq_jaro-regular.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: #000A1F;
}

.body-page {
    
}

.page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body.webp") no-repeat center;
    gap: 40px;
    background-size: cover;
    overflow-y: auto;
}

.jnmklnwq_page__header {
    color: #FDFDFD;
    text-align: center;
    text-shadow: 0 2px 20px #000;
    font-family: inter-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.jnmklnwq_page__color {
    color: #FF007F;
}

.body__container {
    margin: 0 auto;
}

.jnmklnwq_quiz_1__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
    gap: 0px;
    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;
}

.jnmklnwq_quiz_1__sup {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
}

.jnmklnwq_quiz_1__logo {
    width: 512px;
    height: 48px;
    background: url("../jnmklnwq_images/jnmklnwq_quiz-logo.webp") no-repeat center;
    margin-bottom: 64px;
}

.jnmklnwq_lightning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 500px;
    width: 100%;
    padding: 6px 16px;
    border-radius: 33554400px;
    border: 1px solid rgba(0, 85, 255, 0.30);
    background: rgba(0, 85, 255, 0.20);
    margin-bottom: 16px;
}
.jnmklnwq_lightning__text {
    color: #05F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.jnmklnwq_quiz__btn.quiz__btn_selected {
    border: 2px solid #ffcc00; /* или любой другой цвет */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.quiz_1__logo {
    margin-bottom: 64px;
}

.jnmklnwq_quiz_1__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 88px; /* 110% */
    letter-spacing: -2px;
    max-width: 1148px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.jnmklnwq_quiz_1__top {
    max-width: 1188px;
    width: 100%;
}

.jnmklnwq_quiz_1__subtitle {
    color: #9CA3AF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 43px; 
    width: 100%;
}

.quiz_1__subtitle{
    color: #FDFDFD;
    line-height: 120%;
}

.jnmklnwq_quiz_1__color {
    color: #FF007F;
}

.jnmklnwq_quiz_1__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: -o-radial-gradient(50% 42.44%, 57.56% 50%, #0C1219 0%, rgba(12, 18, 25, 0.00) 100%);
    background: radial-gradient(57.56% 50% at 50% 42.44%, #0C1219 0%, rgba(12, 18, 25, 0.00) 100%);
}



.jnmklnwq_quiz_1__info {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 19.2px */
}

.jnmklnwq_quiz_1__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    padding-bottom: 4px;
    gap: 20px;
}

.jnmklnwq_quiz_1__btn {
    position: relative;
    /* обязательно для ::after */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
    font-family: inter-bold;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: 1px solid rgba(0, 152, 255);
    /* Отступ границы регулируется здесь */
    outline-offset: 2px;
    /* Отступ между кнопкой и границей */
    border-radius: 100px;
    background: -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    width: 338px;
    height: 68px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    -o-transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
    overflow: hidden;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.jnmklnwq_quiz_1__content{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.jnmklnwq_quiz_1__blue {
    color: #05F;
    font-family: inter-bold;
    font-weight: 700;
}

.jnmklnwq_quiz_1__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}


.jnmklnwq_progress__container {
    margin: 0 auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    max-width: 400px;
    width: 100%;
}

.jnmklnwq_progress__player {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    background: #0C1734;
    border: 1px solid #00D4FF;
    position: relative;
}

.jnmklnwq_progress__info {
    position: absolute;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 120px;
    overflow: hidden;
}

.jnmklnwq_progress__avatar {
    width: 24px;
    height: 24px;
}

.progress__avatar_1 {
    background: url("../jnmklnwq_images/jnmklnwq_quiz-player-1.webp") no-repeat center;
    background-size: cover;
}

.jnmklnwq_progress__name {
    color: #FDFDFD;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
    font-family: inter-bold;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 12px */
}

.jnmklnwq_progress__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 30px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    margin: 0px 0px;
}

.jnmklnwq_progress__fill {
    height: 100%;
    background: #05F;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.progress__avatar_2 {
    background: url("../jnmklnwq_images/jnmklnwq_quiz-player-2.webp") no-repeat center;
    background-size: cover;
}
.progress__avatar_3 {
    background: url("../jnmklnwq_images/jnmklnwq_quiz-player-3.webp") no-repeat center;
    background-size: cover;
}

.jnmklnwq_progress__washer{
    width: 20px;
    height: 20px;
    background: url("../jnmklnwq_images/jnmklnwq_quiz-washer.webp") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.jnmklnwq_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;
}

.jnmklnwq_page__search.valid {
    border-color: #4CAF50;
}

.jnmklnwq_page__search.invalid {
    border-color: #f44336;
}

.jnmklnwq_page__select.valid {
    border-color: #4CAF50;
}

.jnmklnwq_page__select.invalid {
    border-color: #f44336;
}

.jnmklnwq_forms__gender-label.selected {
    border-color: green;
}

.jnmklnwq_forms__gender-label.unselected {
    border-color: #005EB4;
}

.jnmklnwq_start__inner {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 16px;
}
.jnmklnwq_start__you {
    width: 64px;
    height: 64px;
    border-radius: 33554400px;
    border: 2px solid #05F;
    background: #0C1734;
    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;
    color: #FDFDFD;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.jnmklnwq_start__ys {
    color: #7383A8;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.jnmklnwq_start__promotion{
    position: relative;
}

.jnmklnwq_start__outtercircle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px dashed #0596d9;
  padding: 5px;
  -webkit-animation: rotate 14s linear infinite,
    border-pulse 14s infinite alternate;
  animation: rotate 14s linear infinite, border-pulse 14s infinite alternate;
}

.jnmklnwq_start__innercircle {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    top: 10px;
    left: 0px;
    padding: 5px;
    -webkit-animation: pulse 14s infinite alternate;
    animation: pulse 14s infinite alternate;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes border-pulse {
  0% {
    border-color: #348bbe;
  }
  25% {
    border-color: #435291;
  }
  50% {
    border-color: #672f85;
  }
  75% {
    border-color: #8f3276;
  }
  100% {
    border-color: #be347b;
  }
}

@keyframes border-pulse {
  0% {
    border-color: #348bbe;
  }
  25% {
    border-color: #435291;
  }
  50% {
    border-color: #672f85;
  }
  75% {
    border-color: #8f3276;
  }
  100% {
    border-color: #be347b;
  }
}

@-webkit-keyframes pulse {
  0% {
    background-color: #348bbe;
  }
  25% {
    background-color: #435291;
  }
  50% {
    background-color: #672f85;
  }
  75% {
    background-color: #8f3276;
  }
  100% {
    background-color: #be347b;
  }
}

@keyframes pulse {
  0% {
    background-color: #348bbe;
  }
  25% {
    background-color: #435291;
  }
  50% {
    background-color: #672f85;
  }
  75% {
    background-color: #8f3276;
  }
  100% {
    background-color: #be347b;
  }
}

.jnmklnwq_start__circletext {
    color: #05F;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}


.jnmklnwq_information {
    padding-top: 0px;
    padding-bottom: 120px;
    padding-left: 12px;
    padding-right: 12px;
}

.jnmklnwq_information__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0px;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #00D4FF;
    background: rgba(17, 38, 85, 0.30);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    max-width: 1038px;
    width: 100%;
    margin: 0 auto;
}

.jnmklnwq_information__item {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 100%;
    border-right: 1px solid #0A36A8;
    padding-right: 24px;
    padding-left: 24px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.jnmklnwq_information__item:last-child{
    border-right: none;
    padding-right: 0;
}
.jnmklnwq_information__item:first-child{
    padding-left: 0;
}
.jnmklnwq_information__item{
    gap: 4px;
}

.jnmklnwq_information__item:nth-child(1)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../jnmklnwq_images/jnmklnwq_info-icon-2.webp") no-repeat center center;
}

.jnmklnwq_information__item:nth-child(2)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../jnmklnwq_images/jnmklnwq_info-icon-1.webp") no-repeat center center;
}

.jnmklnwq_information__item:nth-child(3)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 64px;
    height: 64px;
    background: url("../jnmklnwq_images/jnmklnwq_info-icon-3.webp") no-repeat center center;
}

.jnmklnwq_information__text {
    color: rgba(255, 255, 255, 0.90);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.jnmklnwq_page__form {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #9CA3AF;
    background: rgba(12, 23, 52, 0.80);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
            box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}

.jnmklnwq_page__wraps {
    width: 100%;
    position: relative;
}

.jnmklnwq_page__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 16px;
    height: 51px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #9CA3AF;
    background: #1F2D50;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    margin-bottom: 10px;
}

.jnmklnwq_select__valid {
    position: absolute;
    top: 16%;
    right: 10px;
}



.jnmklnwq_forms__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}

.jnmklnwq_forms__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #FDFDFD;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-right: 0px;
    vertical-align: top;
    top: 1px;
}

.jnmklnwq_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;
}


.jnmklnwq_forms__consent__info {
    color: #FDFDFD;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    max-width: 90%;
}

.jnmklnwq_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;
}

.jnmklnwq_forms__gender-options {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.jnmklnwq_forms__gender-label {
    color: #707070;
    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: 16px;
    -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: 51px;
    border-radius: 8px;
    border: 1px solid #9CA3AF;
    background: #1F2D50;
    text-align: center;
}

.jnmklnwq_page__name {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    padding-top: 0px;
}

.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;
}

.jnmklnwq_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;
}

.jnmklnwq_page__search {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    height: 64px;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #A8A8A8;
    background: #1F2D50;
}

.jnmklnwq_page__search::-webkit-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__search::-moz-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__search:-ms-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__search::-ms-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__search::placeholder {
    color: #9FA2A8;
}

.jnmklnwq_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: 64px;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_page__icons {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../jnmklnwq_images/jnmklnwq_chevron-down.webp") no-repeat center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_page__arrow.open .jnmklnwq_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%;
}


.jnmklnwq_page__list {
    position: absolute;
    top: 64px;
    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: 16px;
    border-radius: 12px;
    border-right: 1px solid #FDFDFD;
    border-bottom: 1px solid #FDFDFD;
    border-left: 1px solid #FDFDFD;
    background: #1F2D50;
}

.jnmklnwq_page__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jnmklnwq_forms__links {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_forms__links:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.jnmklnwq_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;
}

.jnmklnwq_page__label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.jnmklnwq_page__input {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    height: 51px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #9FA2A8;
    background: #1F2D50;
}

.jnmklnwq_page__input::-webkit-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__input::-moz-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__input:-ms-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__input::-ms-input-placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__input::placeholder {
    color: #9FA2A8;
}

.jnmklnwq_page__icon {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.jnmklnwq_page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.jnmklnwq_page__info {
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
}

.jnmklnwq_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;
}

.jnmklnwq_page__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.jnmklnwq_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;
}

.jnmklnwq_page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    height: 72px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    color: #FDFDFD;
    outline: 1px solid rgba(5, 96, 187);
    border: none;
    outline-offset: 2px;
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_page__sup {
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    max-width: 86%;
}

.jnmklnwq_page__modal {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #FF007F;
    font-family: inter-bold;
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_page__modal:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.jnmklnwq_page__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.page__btn__end {
    display: none;
}



.bonus__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: url(../jnmklnwq_images/jnmklnwq_bonus-background.webp) no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.jnmklnwq_footer {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #05F;
    background: #111;
}

.jnmklnwq_footer__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jnmklnwq_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    max-width: 100%;
    margin: 0 auto;
}

.jnmklnwq_footer__btns {
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    color: #9FA2A8;
    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;
}

.jnmklnwq_footer__btns:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.jnmklnwq_footer__nav {
    margin-bottom: 20px;
}

.jnmklnwq_footer__inner {
    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;
    max-width: 100%;
    margin: 0 auto;
}

.jnmklnwq_footer__sup {
    color:#9FA2A8;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}


.jnmklnwq_questions__top {
    padding-top: 40px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jnmklnwq_questions_thanks {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 64px;
    font-weight: 900;
    line-height: 88px; /* 137.5% */
    letter-spacing: -2px;
    max-width: 1148px;
    margin-bottom: 32px;
}

.jnmklnwq_questions__span{
    color: #FF007F;
}

.jnmklnwq_questions__subtitle{
    color: #9CA3AF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    max-width: 1148px;
    line-height: 43px;
    margin-bottom: 64px;
}

.jnmklnwq_questions__resilt {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
    margin-bottom: 0px;
}

.jnmklnwq_questions__number {
    color: #00C9FF;
    font-family: inter-bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
}

.jnmklnwq_questions__count {
    color: #00C9FF;
    font-family: inter-bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

.jnmklnwq_questions__info {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
}

.jnmklnwq_questions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px;
    max-width: 1188px;
    width: 100%;
    margin-bottom: 20px;
}

.jnmklnwq_questions__item {
    max-width: 283px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid var(--123, #00D4FF);
    background: url("../jnmklnwq_images/jnmklnwq_bonus-top.webp") no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    min-height: 218px;
    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: 8px;
}

.questions__item {
    min-height: 274px;
}

.jnmklnwq_questions__tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}

.jnmklnwq_questions__avatar {
    width: 64px;
    height: 64px;
}

.questions__avatar_1 {
    background: url("../jnmklnwq_images/jnmklnwq_player-1.webp") no-repeat center;
    background-size: cover;
}

.jnmklnwq_questions__name {
    color: #FDFDFD;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
}

.questions__name{
    font-family: inter-bold;
    color: #FF007F;
    font-weight: 700;
}

.jnmklnwq_questions__cup {
    width: 155px;
    height: 80px;
}

.questions__cup_1 {
    background: url("../jnmklnwq_images/jnmklnwq_cap-2.webp") no-repeat center;
    background-size: cover;
}

.jnmklnwq_questions__price {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.50);
    font-family: inter-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
}

.questions__price{
    color: #FF00C8;
}

.questions__avatar_2 {
    background: url("../jnmklnwq_images/jnmklnwq_player-2.webp") no-repeat center;
    background-size: cover;
}

.questions__cup_2 {
    width: 233px;
    height: 120px;
    background: url("../jnmklnwq_images/jnmklnwq_cap-1.webp") no-repeat center;
    background-size: cover;
}

.questions__avatar_3 {
    background: url("../jnmklnwq_images/jnmklnwq_player-3.webp") no-repeat center;
    background-size: cover;
}

.questions__cup_3 {
    background: url("../jnmklnwq_images/jnmklnwq_cap-3.webp") no-repeat center;
    background-size: cover;
}

.jnmklnwq_questions__title {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 56px;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 40px;
}

.jnmklnwq_questions__blue {
    color: #00D4FF;
}

.jnmklnwq_questions__red {
    color: #FF00C8;
}

.jnmklnwq_questions__color {
    color: #FF007F;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.questions__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.jnmklnwq_questions__header {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}


.jnmklnwq_questions__containers {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 85, 255, 0.00)), color-stop(20%, rgba(0, 85, 255, 0.48)), color-stop(80%, rgba(0, 85, 255, 0.48)), to(rgba(0, 85, 255, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 85, 255, 0.00) 0%, rgba(0, 85, 255, 0.48) 20%, rgba(0, 85, 255, 0.48) 80%, rgba(0, 85, 255, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 85, 255, 0.00) 0%, rgba(0, 85, 255, 0.48) 20%, rgba(0, 85, 255, 0.48) 80%, rgba(0, 85, 255, 0.00) 100%);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(0, 127, 153, 0) 0%, rgba(0, 85, 255, 1) 50%, rgba(0, 127, 153, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 127, 153, 0)), color-stop(50%, rgba(0, 85, 255, 1)), to(rgba(0, 127, 153, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(0, 127, 153, 0) 0%, rgba(0, 85, 255, 1) 50%, rgba(0, 127, 153, 0) 100%) 1 stretch;
    overflow: hidden;
}

.span-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(left, #171618, #007f99);
    background: -webkit-gradient(linear, left top, right top, from(#171618), to(#007f99));
    background: linear-gradient(to right, #171618, #007f99);
    -webkit-animation: animate1 2s linear infinite;
    animation: animate1 2s linear infinite;
}

@-webkit-keyframes animate1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animate1 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}


.span-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(right, #171618, #007f99);
    background: -webkit-gradient(linear, right top, left top, from(#171618), to(#007f99));
    background: linear-gradient(to left, #171618, #007f99);
    -webkit-animation: animate3 2s linear infinite;
    animation: animate3 2s linear infinite;
}

@-webkit-keyframes animate3 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animate3 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


.jnmklnwq_questions__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}



.jnmklnwq_questions__text {
    color: #F9F9F9;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    max-width: 1264px;
    width: 100%;
    margin-bottom: 0px;
}

.jnmklnwq_questions__text:last-child {
    margin-bottom: 0;
}

.jnmklnwq_questions__bold {
    color: #00D4FF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    max-width: 1188px;
    width: 100%;
}

.jnmklnwq_questions__container {
    padding-top: 64px;
    padding-bottom: 120px;
}

.jnmklnwq_questions__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px;
}

.jnmklnwq_questions__mobile {
    display: none;
}

.jnmklnwq_questions__timer {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.jnmklnwq_questions__head {
    color: #FDFDFD;
    font-family: inter-bold;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    margin-bottom: 24px;
}

.jnmklnwq_questions__time {
    color: #F9F9F9;
    text-align: center;
    font-family: inter-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.jnmklnwq_questions__btn {
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    height: 62px;
    outline: 1px solid rgba(0, 152, 255);
    outline-offset: 2px;
    border-radius: 100px;
    background: -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    -webkit-box-shadow: 0 4px 15px 0 #000;
    box-shadow: 0 4px 15px 0 #000;
    width: 450px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_questions__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jnmklnwq_questions__puls {
    border-radius: 19.074px;
    -webkit-box-shadow: 0 0 40px 0 rgba(255, 45, 49, 0.40);
            box-shadow: 0 0 40px 0 rgba(255, 45, 49, 0.40);
    -webkit-animation: pulse_1 1s infinite;
            animation: pulse_1 1s infinite;
}

@-webkit-keyframes pulse_1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse_1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.id_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-1.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-2.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-3.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-4.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-5.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-6.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.id_7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    background: url("../jnmklnwq_images/jnmklnwq_body-club-7.webp") no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.jnmklnwq_quiz_dop {
    height: 100vh;
}

.jnmklnwq_quiz {
    padding-top: 30px;
    padding-bottom: 80px;
}

.jnmklnwq_quiz__logo {
    width: 300px;
    height: 48px;
    background: url(../jnmklnwq_images/jnmklnwq_quiz-logo.webp) no-repeat center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.jnmklnwq_quiz__top {
    margin-bottom: 0px;
}

.jnmklnwq_quiz__numbers {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: inter-bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.jnmklnwq_quiz__count {
    color: #FF007F;
    font-family: inter-bold;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

.jnmklnwq_quiz__counts{
    color: #FFF;
    text-shadow: 0 4.339px 10.848px rgba(0, 0, 0, 0.50);
    font-family: Jaro;
    font-size: 37.543px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 37.543px */
    text-transform: capitalize;
}

.jnmklnwq_quiz__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
}

.jnmklnwq_question__item {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 2px solid #034386;
    background: #232D47;
}

.jnmklnwq_question__item:nth-child(1).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;

}

.jnmklnwq_question__item:nth-child(2).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(3).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(4).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(5).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(6).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(7).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(8).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(9).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_question__item:nth-child(10).jnmklnwq_question__item_active {
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), -o-radial-gradient(50% 50%, 50% 50%, #0454A4 0%, #000A1F 100%);
    background: url(../jnmklnwq_images/jnmklnwq_step-icon.webp), radial-gradient(50% 50% at 50% 50%, #0454A4 0%, #000A1F 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.jnmklnwq_quiz__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.jnmklnwq_quiz__clock {
    background: url("../jnmklnwq_images/jnmklnwq_quiz-icon.webp");
    width: 48px;
    height: 48px;
    background-size: cover;
    margin-bottom: 10px;
}

.jnmklnwq_quiz__time {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 20px #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.jnmklnwq_quiz__content {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1188px;
    width: 100%;
    padding: 40px;
    border-radius: 30px;
    border: 2px solid #00D4FF;
    background: url("../jnmklnwq_images/jnmklnwq_quiz-background.webp") no-repeat center;
    background-size: cover;
    margin-bottom: 0px;
}

.jnmklnwq_quiz__block {
    max-width: 1188px;
    width: 100%;
}

.jnmklnwq_quiz__wrap {
    margin-bottom: 0px;
}

.jnmklnwq_quiz__head {
    color: #FDFDFD;
    text-align: center;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}

.jnmklnwq_quiz__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.jnmklnwq_quiz__btn_img img {
    max-width: 80px;
}

.quiz__button_wrap {
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.jnmklnwq_quiz__btn_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 544px;
    width: 100%;
}

.jnmklnwq_quiz__btn {
    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%;
    padding: 15px 20px;
    border-radius: 100px;
    border: 2px solid #4D5FA3;
    background: rgba(0, 10, 31, 0.40);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.jnmklnwq_quiz__btn_selected {
    border: 2px solid #ffcc00; /* или любой другой цвет */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jnmklnwq_quiz__answer {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    margin-top: 20px;
}


.jnmklnwq_quiz__result {
    text-align: center;
    font-family: inter-bold;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.result_correct {
    color: #0F4;
}

.result_incorrect {
    color: #FF0069;
}

.jnmklnwq_quiz__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.jnmklnwq_quiz__insight {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
}

.jnmklnwq_quiz__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.jnmklnwq_quiz__btn-step {
    color: #FDFDFD;
    text-align: center;
    margin-top: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
    font-family: inter-bold;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    height: 65px;
    width: 594px;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 1px solid rgba(0, 152, 255);
    outline-offset: 2px;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(4deg, #00D4FF 1.93%, #0080FF 26.04%, #50F 54.55%, #A0F 82.92%, #F0F 107.17%);
    background: linear-gradient(86deg, #00D4FF 1.93%, #0080FF 26.04%, #50F 54.55%, #A0F 82.92%, #F0F 107.17%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_quiz__btn-step:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.jnmklnwq_quiz__add {
    color: #FDFDFD;
    text-align: center;
    margin-top: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
    font-family: inter-bold;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    height: 65px;
    width: 90%;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 1px solid rgba(0, 152, 255);
    outline-offset: 2px;
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(4deg, #00D4FF 1.93%, #0080FF 26.04%, #50F 54.55%, #A0F 82.92%, #F0F 107.17%);
    background: linear-gradient(86deg, #00D4FF 1.93%, #0080FF 26.04%, #50F 54.55%, #A0F 82.92%, #F0F 107.17%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_quiz__add:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.jnmklnwq_quiz__add.disabled,
.jnmklnwq_quiz__add:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.jnmklnwq_quiz__btn.quiz__btn_selected {
    border: 2px solid gold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.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;
}

.home-link {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4CCE56;
    background: #4CCE56;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%;
    color: #161616;
    font-family: inter-bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.home-link:hover {
    background: transparent;
    color: #fff;
}

/* Кнопка закрытия модального окна */
.close-modal {
    background-color: #f44336;
    color: white;
}

.close-modal:hover {
    background-color: #d32f2f;
}


.jnmklnwq_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;
}

.jnmklnwq_modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jnmklnwq_modal__content {
    margin: auto;
    width: 100%;
    padding: 20px;
    max-width: 694px;
    height: 337px;
    position: relative;
    border-radius: 16px;
    border: 1px solid #00D4FF;
    background: url("../jnmklnwq_images/jnmklnwq_bonus-background.webp") lightgray 50% / cover no-repeat;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
            box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
}

.jnmklnwq_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;
}

.jnmklnwq_modal__title {
    color: #FDFDFD;
    text-align: center;
    font-family: inter-bold;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 24px;
}

.jnmklnwq_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) */
.jnmklnwq_modal__inner::-webkit-scrollbar {
    width: 3px;
    /* Ширина вертикального скроллбара */
}

.jnmklnwq_modal__inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Цвет фона трека */
    border-radius: 10px;
    /* Скругление углов */
}

.jnmklnwq_modal__inner::-webkit-scrollbar-thumb {
    background: #a8a8a8;
    /* Цвет ползунка */
    border-radius: 10px;
    /* Скругление ползунка */
}

.jnmklnwq_modal__inner::-webkit-scrollbar-thumb:hover {
    background: #888;
    /* Цвет ползунка при наведении */
}

/* Кастомизация скроллбара для Firefox */
.jnmklnwq_modal__inner {
    scrollbar-width: thin;
    /* Тонкий скроллбар */
    scrollbar-color: #a8a8a8 #f1f1f1;
    /* Цвет ползунка и фона */
}

.jnmklnwq_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;
}

.jnmklnwq_modal__text {
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.jnmklnwq_modal__head {
    color: #FDFDFD;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.jnmklnwq_modal__italic{
    color: #FDFDFD;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%; 
}

.jnmklnwq_modal__list {
    padding-left: 20px;
}

.jnmklnwq_modal__data {
    color: #FDFDFD;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
}

.jnmklnwq_modal_btn {
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 10px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_modal_btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.game-mode-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    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: 9999;
    -webkit-animation: fadeIn 0.3s ease;
            animation: fadeIn 0.3s ease;
}

.jnmklnwq_start {
    position: relative;
    border-radius: 16px;
    border: 1px solid #00D4FF;
    background: #001540;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
            box-shadow: 0 0 15px 0 rgba(0, 212, 255, 0.20);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    padding: 20px;
    text-align: center;
    max-width: 633px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jnmklnwq_start__close {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 5px;
    color: #fff;
    right: 17px;
    width: 20px;
    border-radius: 100px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.jnmklnwq_start__title {
    color: #FDFDFD;
    text-align: center;
    font-family: inter-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.jnmklnwq_start__subtitle {
    color: #FDFDFD;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.jnmklnwq_start__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: 20px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.jnmklnwq_start__play,
.jnmklnwq_start__solo {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
}

.jnmklnwq_start__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: 1px solid rgba(0, 152, 255);
    outline-offset: 2px;
    border-radius: 100px;
    background: -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    width: 100%;
    height: 56px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_start__play:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.jnmklnwq_start__solo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    border: 1px solid #00D4FF;
    background: transparent;
    color: #fff;
    outline: 1px solid rgba(5, 96, 187);
    border: none;
    outline-offset: 2px;
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jnmklnwq_start__solo:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.challenge-search-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.jnmklnwq_start__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.jnmklnwq_start__sup {
    color: #FDFDFD;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.20);
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
}

.jnmklnwq_start__start {
    color: #FFF;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px;
    border: none;
    height: 56px;
    cursor: pointer;
    border-radius: 100px;
    outline: 1px solid rgba(5, 96, 187);
    outline-offset: 2px;
    border: 1px solid #0080FF;
    background: -o-linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    background: linear-gradient(45deg, #00D4FF 0%, #0080FF 29.36%, #50F 54.1%, #A0F 77.74%, #F0F 100%);
    width: 100%;
    -webkit-animation: fadeIn 0.5s forwards 5s;
            animation: fadeIn 0.5s forwards 5s;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jnmklnwq_start__start:hover {
    background: #fff;
    color: #000;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@media (max-width: 1199px) {
    .jnmklnwq_quiz_1__items {
        padding: 10px 12px;
        margin-bottom: 20px;
    }
    .jnmklnwq_information__item:nth-child(1)::before {
        width: 34px;
        height: 34px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-2.webp") no-repeat center center;
        background-size: cover;
    }

    .jnmklnwq_information__item:nth-child(2)::before {
        width: 34px;
        height: 34px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-1.webp") no-repeat center center;
        background-size: cover;
    }

    .jnmklnwq_information__item:nth-child(3)::before {
        width: 34px;
        height: 34px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-3.webp") no-repeat center center;
        background-size: cover;
    }
    .jnmklnwq_information__item{
        width: 100%;
        max-width: 500px;
    }

    .jnmklnwq_information__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .jnmklnwq_information__items{
        padding: 16px;
    }

    .jnmklnwq_questions__title {
        font-size: 40px;
    }

    .jnmklnwq_questions__items {
        gap: 8px;
    }

    .jnmklnwq_questions__name {
        font-size: 20px;
    }

    .jnmklnwq_questions__bold {
        font-size: 18px;
    }

    .jnmklnwq_question__item:nth-child(1).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(2).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(3).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(4).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(5).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(6).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(7).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(8).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(9).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(10).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(11).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(12).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(13).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(14).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }

    .jnmklnwq_question__item:nth-child(15).jnmklnwq_question__item_active {
        background-size: 10px;
        background-position: center;
    }


    .jnmklnwq_page__wrawpper {
        padding: 0px 12px;
    }

    .jnmklnwq_questions__color {
        font-size: 18px;
    }

    .jnmklnwq_quiz_mob {
        height: 100vh;
    }

    .body-quiz {
        gap: 30px;
    }

    .jnmklnwq_quiz_1__wrapper {
        padding: 0px 12px;
        padding-bottom: 0;
    }

    .jnmklnwq_quiz_1__title {
        font-size: 60px;
        max-width: 700px;
            line-height: normal;
    }

    .jnmklnwq_quiz_1__info {
        font-size: 12px;
    }

    .jnmklnwq_questions__top {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_questions_thanks {
        font-size: 44px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .jnmklnwq_questions__subtitle{
        font-size: 18px;
        margin-bottom: 32px;
        line-height: normal;
    }

    .jnmklnwq_questions__resilt {
        font-size: 20px;
    }

    .jnmklnwq_questions__number {
        font-size: 32px;
    }

    .jnmklnwq_questions__count {
        font-size: 32px;
    }

    .jnmklnwq_questions__containers {
        padding: 16px 10px 16px 10px;
    }

    .jnmklnwq_questions__text {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .jnmklnwq_questions__container {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .jnmklnwq_questions__team {
        margin-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_questions__timer {
        margin-bottom: 10px;
    }

    .jnmklnwq_questions__timer {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 24px;
    }

    .jnmklnwq_questions__head {
        font-size: 18px;
    }

    .jnmklnwq_politica__content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_politica__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jnmklnwq_politica__title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 36px;
    }

    .jnmklnwq_quiz {
        padding-top: 20px;
        padding-bottom: 48px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_question__item {
        width: 18px;
        height: 18px;
        border-radius: 4px;
    }

    .jnmklnwq_quiz__items {
        gap: 4px;
        margin-bottom: 10px;
    }

    .jnmklnwq_quiz__numbers {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .jnmklnwq_quiz__count {
        font-size: 26px;
    }

    .jnmklnwq_quiz__clock {
        background: url(../jnmklnwq_images/jnmklnwq_quiz-icon.webp);
        width: 30px;
        height: 30px;
        background-size: cover;
        margin-bottom: 10px;
    }

    .jnmklnwq_quiz__time {
        font-size: 22px;
    }

    .jnmklnwq_quiz__head {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .jnmklnwq_quiz__btn {
        font-size: 16px;
    }

    .jnmklnwq_quiz__logo{
        margin-bottom: 24px;
    }

    .jnmklnwq_quiz__btn_img {
        max-width: 42vw;
    }

    .jnmklnwq_quiz_1__logo {
        width: 400px;
        height: 48px;
        background: url(../jnmklnwq_images/jnmklnwq_quiz-logo.webp) no-repeat center;
        background-size: cover;
        margin-bottom: 20px;
    }

    .quiz_1__logo{
        margin-bottom: 32px;
    }
    .jnmklnwq_lightning__text{
        font-size: 12px;
    }

    .jnmklnwq_lightning{
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .jnmklnwq_quiz_1__subtitle{
        font-size: 20px;
        line-height: 130%;
    }

    .jnmklnwq_quiz_1__inner {
        padding-top: 40px;
        padding-bottom: 0px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_footer{
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_footer__links{
        gap: 18px;
    }

    .jnmklnwq_questions__header {
        font-size: 24px;
        margin-bottom: 16px;
    }


}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .jnmklnwq_quiz_1__title {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .jnmklnwq_quiz__content{
        padding: 40px 12px;
    }

    .jnmklnwq_quiz_1__subtitle {
        font-size: 18px;
        line-height: normal;
    }

    .jnmklnwq_quiz_1__content{
        max-width: 521px;
    }

    .jnmklnwq_information__text {
        font-size: 12px;
        text-align: center;
        line-height: normal;
    }

    .jnmklnwq_questions__btn {
        width: 90%;
        font-size: 20px;
    }

    .jnmklnwq_information{
        padding-bottom: 60px;
    }

    .jnmklnwq_questions__cup {
        width: 100px;
        height: 45px;
    }


    .questions__cup_2 {
        width: 160px;
        height: 70px;
        background: url("../jnmklnwq_images/jnmklnwq_cap-1.webp") no-repeat center;
        background-size: cover;
    }

    .jnmklnwq_questions__item {
        gap: 2px;
        min-height: 130px;
        border-radius: 12px;
        padding: 10px;
    }

    .questions__item {
        min-height: 158px;
    }
}

@media (max-width: 575px) {
    .jnmklnwq_modal__content {
        padding: 15px;
    }

    .jnmklnwq_quiz__content{
        padding: 40px 12px;
        border-radius: 30px;
    }

    .jnmklnwq_modal__title {
        font-size: 24px;
    }

    .jnmklnwq_modal__italic{
        font-size: 12px;
    }

    .jnmklnwq_modal__wrapper{
        gap: 10px;
    }

    .jnmklnwq_modal__head {
        font-size: 12px;
    }

    .jnmklnwq_modal__text {
        font-size: 12px;
    }

    .jnmklnwq_modal_btn {
        height: 41px;
        font-size: 14px;
    }

    .page__container {
        gap: 20px;
    }

    .jnmklnwq_quiz {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .body__containers_act {
        gap: 35vh;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jnmklnwq_quiz__logo {
        height: 36px;
        background-size: 350px;
    }

    .jnmklnwq_quiz_1__inner {
        padding-top: 24px;
        padding-bottom: 0px;
        padding-left: 12px;
        padding-right: 12px;
        gap: 0px;
    }

    .jnmklnwq_information__items {
        gap: 0px;
    }

    .jnmklnwq_information {
        padding-top: 0px;
        padding-bottom: 48px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jnmklnwq_quiz_1__logo {
        width: 300px;
        height: 32px;
        background: url(../jnmklnwq_images/jnmklnwq_quiz-logo.webp) no-repeat center;
        background-size: cover;
        margin-bottom: 26px;
    }

    .jnmklnwq_lightning__text{
        font-size: 8px;
        letter-spacing: 0.4px;
        line-height: 18px;
    }

    .jnmklnwq_lightning{
        padding: 6px 16px;
        margin-bottom: 8px;
    }

    .jnmklnwq_quiz_1__sup {
        font-size: 14px;
    }

    .jnmklnwq_quiz_1__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .jnmklnwq_modal__content {
        height: 337px;
        border-radius: 15px;
    }

    .jnmklnwq_page__wrawpper {
        padding: 0 12px;
    }

    .jnmklnwq_quiz_1__title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .jnmklnwq_quiz_1__subtitle {
        font-size: 16px;
        padding-bottom: 0px;
        line-height: normal;
    }

    .jnmklnwq_quiz_1__item {
        max-width: 110px;
    }

    .jnmklnwq_quiz_1__info {
        font-size: 7px;
    }

    .jnmklnwq_quiz_1__btn {
        padding: 12px;
        height: 44px;
        width: 90%;
        font-size: 14px;
    }

    .jnmklnwq_information__items{
        padding: 16px;
    }

    .jnmklnwq_information__text{
        font-size: 12px;
    }

    .jnmklnwq_quiz__count {
        font-size: 24px;
    }

    .jnmklnwq_quiz__items {
        margin-bottom: 8px;
    }

    .jnmklnwq_page__form {
        border-radius: 10px;
        padding: 16px 12px;
    }

    .jnmklnwq_page__select {
        margin-bottom: 0;
    }

    .jnmklnwq_page__information {
        margin-top: 20px;
        font-size: 12px;
        text-align: left;
    }

    .page__select {
        margin-bottom: 0px;
    }

    .jnmklnwq_page__name {
        padding-top: 0;
        font-size: 12px;
    }

    .jnmklnwq_forms__gender-options {
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .jnmklnwq_page__header {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .jnmklnwq_page__btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        height: 66px;
    }

    .jnmklnwq_page__sup {
        font-size: 10px;
        max-width: 80%;
    }

    .jnmklnwq_page__modal {
        font-size: 10px;
    }

    .jnmklnwq_page__search {
        font-size: 14px;
        height: 56px;
    }

    .jnmklnwq_page__arrow{
        height: 56px;
    }

    .jnmklnwq_page__item {
        font-size: 11px;
    }

    .jnmklnwq_page__list {
        padding: 10px;
        border-radius: 10px;
        top: 57px;
    }

    .jnmklnwq_page__input {
        font-size: 14px;
        height: 51px;
    }

    .jnmklnwq_page__icon {
        max-width: 24px;
    }

    .jnmklnwq_page__label {
        margin-bottom: 20px;
    }

    .page__label {
        margin-bottom: 0;
    }

    .jnmklnwq_page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .jnmklnwq_page__info {
        font-size: 12px;
    }

    .jnmklnwq_page__select {
        font-size: 14px;
    }

    .jnmklnwq_page__select {
        height: 51px;
    }

    .jnmklnwq_page__link {
        font-size: 8px;
    }

    .jnmklnwq_forms__gender-label {
        font-size: 14px;
    }

    .jnmklnwq_forms__gender-label {
        height: 51px;
    }

    .jnmklnwq_forms__consent__info {
        font-size: 8px;
    }

    .club-item {
        padding: 0;
    }

    .jnmklnwq_questions__desctop {
        display: none;
    }

    .jnmklnwq_questions__mobile {
        display: block;
    }

    .jnmklnwq_questions_thanks {
        font-size: 36px;
        margin-bottom: 26px;
        line-height: normal;
        letter-spacing: -2px;
    }

    .jnmklnwq_questions__resilt {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .jnmklnwq_questions__number {
        font-size: 20px;
    }

    .jnmklnwq_questions__count {
        font-size: 20px;
    }

    .jnmklnwq_questions__containers {
        padding: 32px 16px;
        margin-bottom: 0px;
        width: 100%;
    }

    .questions__text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .jnmklnwq_questions__header {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .jnmklnwq_questions__color {
        font-size: 16px;
    }

    .jnmklnwq_questions__bold {
        font-size: 14px;
    }

    .questions__text {
        gap: 4px;
    }

    .jnmklnwq_questions__text {
        font-size: 16px;
    }

    .jnmklnwq_questions__head {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .jnmklnwq_questions__time {
        font-size: 32px;
    }

    .jnmklnwq_questions__btn {
        width: 90%;
        height: 60px;
        font-size: 14px;
        padding: 10px;
    }

    .jnmklnwq_politica__title {
        padding-top: 30px;
        font-size: 28px;

    }

    .jnmklnwq_politica__head {
        font-size: 14px;
    }

    .jnmklnwq_politica__text {
        font-size: 14px;
    }

    .jnmklnwq_quiz__numbers {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .jnmklnwq_quiz__count {
        font-size: 28px;
    }

    .jnmklnwq_quiz__time {
        font-size: 24px;
    }

    .jnmklnwq_quiz__head {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .jnmklnwq_quiz__counts{
        font-size: 36px;
    }

    .jnmklnwq_quiz__btn {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 100px;
    }

    .jnmklnwq_quiz__result {
        font-size: 14px;
    }

    .jnmklnwq_quiz__insight {
        font-size: 20px;
    }

    .jnmklnwq_quiz__text {
        font-size: 12px;
    }

    .jnmklnwq_quiz__btn-step {
        margin-top: 16px;
        font-size: 14px;
        width: 100%;
        height: 56px;
        padding: 10px;
    }

    .jnmklnwq_quiz__add{
        margin-top: 16px;
        font-size: 10px;
        width: 100%;
        height: 56px;
        padding: 10px;
    }

    .jnmklnwq_quiz__answer {
        margin-top: 20px;
        padding: 15px 10px;
    }

    .jnmklnwq_quiz__timer {
        margin-bottom: 32px;
    }

    .jnmklnwq_quiz__btn_img img {
        max-width: 55px;
    }

    .jnmklnwq_questions__info {
        font-size: 14px;
    }

    .jnmklnwq_questions__information {
        gap: 8px;
    }

    .jnmklnwq_questions__top {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .jnmklnwq_return {
        top: 10px;
        padding: 0;
        width: 20px;
        height: 20px;
        background-size: 12px;
    }


    .jnmklnwq_forms__consent__info {
        max-width: 87%;
    }


    .jnmklnwq_questions__img {
        max-width: 336px;
        width: 100%;
    }

    .jnmklnwq_information__item{
        padding-right: 10px;
        padding-left: 10px;
    }

    .jnmklnwq_information__item:nth-child(1)::before {
        width: 24px;
        height: 24px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-2.webp") no-repeat center center;
        background-size: cover;
    }

    .jnmklnwq_information__item:nth-child(2)::before {
        width: 24px;
        height: 24px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-1.webp") no-repeat center center;
        background-size: cover;
    }

    .jnmklnwq_information__item:nth-child(3)::before {
        width: 24px;
        height: 24px;
        background: url("../jnmklnwq_images/jnmklnwq_info-icon-3.webp") no-repeat center center;
        background-size: cover;
    }

    .jnmklnwq_footer {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jnmklnwq_footer__nav {
        margin-bottom: 16px;
    }

    .jnmklnwq_footer__btns {
        font-size: 12px;
    }

    .jnmklnwq_footer__links {
        gap: 18px;
    }

    .jnmklnwq_footer__inner{
        gap: 8px;
    }

    .jnmklnwq_footer__sup {
        font-size: 12px;
    }

    .jnmklnwq_start {
        padding: 15px;
    }

    .jnmklnwq_start__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .jnmklnwq_start__subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .jnmklnwq_start__buttons {
        gap: 15px;
    }

    .jnmklnwq_start__play {
        height: 41px;
        padding: 12px;
        font-size: 14px;
    }

    .jnmklnwq_start__solo {
        height: 41px;
        padding: 12px;
        font-size: 14px;
    }

    .jnmklnwq_start__sup {
        margin: 0px 0;
        font-size: 14px;
    }

    .jnmklnwq_start__start {
        font-size: 14px;
        padding: 12px;
        height: 41px;
    }

    .jnmklnwq_quiz__btn_img {
        max-width: 41vw;
    }

    .jnmklnwq_page__button {
        padding-top: 20px;
    }

    .bonus__container {
        background: url(../jnmklnwq_images/jnmklnwq_bonus-background.webp) no-repeat center;
        background-size: cover;
    }

    .quiz_1__title {
        font-size: 32px;
    }

    .jnmklnwq_quiz__button {
        gap: 5px;
    }

    .jnmklnwq_questions__title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .jnmklnwq_questions__avatar {
        width: 32px;
        height: 32px;
    }

    .jnmklnwq_questions__name {
        font-size: 16px;
    }

    .jnmklnwq_questions__tops {
        gap: 8px;
    }

    .jnmklnwq_questions__cup {
        width: 62px;
        height: 32px;
    }

    .questions__cup_2 {
        width: 93px;
        height: 48px;
        background: url("../jnmklnwq_images/jnmklnwq_cap-1.webp") no-repeat center;
        background-size: cover;
    }

    .jnmklnwq_questions__price {
        font-size: 16px;
    }

    .jnmklnwq_questions__item {
        gap: 8px;
        min-height: 130px;
        border-radius: 12px;
        padding: 10px;
    }

    .questions__item {
        min-height: 158px;
    }

    .jnmklnwq_questions__items {
        margin-bottom: 32px;
    }

    .jnmklnwq_progress__washer {
        width: 13px;
        height: 13px;
        background: url(../jnmklnwq_images/jnmklnwq_quiz-washer.webp) no-repeat center;
        background-size: cover;
        pointer-events: none;
    }

    .jnmklnwq_progress__container{
        max-width: 300px;
        margin-bottom: 32px;
    }

    .jnmklnwq_start__ys{
        font-size: 20px;
    }

    .jnmklnwq_questions__subtitle{
        font-size: 14px;
        margin-bottom: 32px;
        line-height: normal;
    }
}

@media (max-width: 350px) {
    .jnmklnwq_quiz {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .jnmklnwq_quiz__items {
        margin-bottom: 8px;
    }

    .jnmklnwq_quiz__timer {
        margin-bottom: 20px;
    }

    .jnmklnwq_quiz__head {
        font-size: 16px;
    }

    .body-quiz {
        gap: 20px;
    }

    .jnmklnwq_quiz__clock {
        background: url(../jnmklnwq_images/jnmklnwq_quiz-icon.webp);
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-bottom: 10px;
    }

    .jnmklnwq_quiz__numbers {
        font-size: 20px;
    }

    .jnmklnwq_quiz__head {
        margin-bottom: 10px;
    }

    .jnmklnwq_quiz__btn {
        padding: 7px;
        font-size: 11px;
    }

    .jnmklnwq_question__item {
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(1).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(2).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(3).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(4).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(5).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(6).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(7).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(8).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(9).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(10).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(11).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(12).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(13).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(14).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

    .jnmklnwq_question__item:nth-child(15).jnmklnwq_question__item_active {
        background-size: 7px;
        background-position: center;
        border-radius: 4px;
    }

}