@font-face {
    font-family: opensans-regular;
    src: url("../jebqpxv_fonts/jebqpxv_opensans-regular.woff2");
}

@font-face {
    font-family: opensans-semibold;
    src: url("../jebqpxv_fonts/jebqpxv_opensans-semibold.woff2");
}

@font-face {
    font-family: opensans-extrabold;
    src: url("../jebqpxv_fonts/jebqpxv_opensans-extrabold.woff2");
}

#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: opensans-regular;
    background: #1d67b1;
    background-size: cover;
}

.body-page {
    background: none;
}

.page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    gap: 20px;
    overflow-y: auto;
}
.jebqpxv_quiz_1{
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_one-background.webp") lightgray no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url("../jebqpxv_images/jebqpxv_one-background.webp") lightgray no-repeat;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_one-background.webp") lightgray no-repeat;
    background-position: center;
    background-size: cover;
}
.body__container {
    margin: 0 auto;
}

.jebqpxv_quiz_1__inner {
    padding-top: 20px;
    padding-bottom: 30px;
    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;
}

.jebqpxv_quiz_1__logo {
    width: 170px;
    height: 170px;
    background: url("../jebqpxv_images//jebqpxv_quiz-logo.webp") no-repeat center
}

.jebqpxv_quiz_1__header {
    padding-top: 0px;
    padding-bottom: 0px;
}



.jebqpxv_quiz_1__sub {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 5px;
}

.jebqpxv_quiz_1__title {
    color: #4EA466;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 56px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.jebqpxv_quiz_1__sup {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}

.jebqpxv_quiz_1__wraps {
    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;
}

.jebqpxv_quiz_1__text {
    color: #3C3C3C;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}

.jebqpxv_quiz_1__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0px;
}

.jebqpxv_quiz_1__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    padding: 20px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    width: 431px;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jebqpxv_quiz_1__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.jebqpxv_works {
    padding-top: 40px;
    padding-bottom: 20px;
}

.jebqpxv_works__title {
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(60, 60, 60, 0)), color-stop(50%, rgba(60, 60, 60, 1)), to(rgba(60, 60, 60, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
    max-width: 1188px;
}

.jebqpxv_works__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;
}

.jebqpxv_works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    max-width: 303px;
    width: 100%;
}
.jebqpxv_works__list{
    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;
    max-width: 40px;
    width: 100%;
}

.jebqpxv_works__numbers {
    width: 100px;
    height: 100px;
    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;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
}

.jebqpxv_works__number {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.40);
    font-family: opensans-extrabold;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%; /* 60px */
}

.jebqpxv_works__head {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
}

.jebqpxv_works__text {
    color: #3D4349;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.jebqpxv_works__image {
    width: 40px;
    height: 75px;
    background: url("../jebqpxv_images/jebqpxv_right-arrow.webp") no-repeat center;
}
.jebqpxv_legendary__sup {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 44px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 10px;
}
.jebqpxv_legendary__title {
    color: #4EA466;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 56px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 10px;
}
.jebqpxv_legendary__text {
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 40px;
}
.jebqpxv_legendary__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    width: 481px;
    font-family: opensans-extrabold;
    color: #3D4349;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.jebqpxv_legendary__link:hover{
    background: -o-linear-gradient(183deg, #fff -0.09%, #fff 99.91%);
    background: linear-gradient(267deg, #fff -0.09%, #fff 99.91%);
}
.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;
}
.jebqpxv_quiz {
    padding-top: 40px;
    padding-bottom: 40px;
}
.jebqpxv_quiz__container {
    max-width: 1188px;
    margin: 0 auto;
}
.jebqpxv_quiz__count {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
    margin-bottom: 20px;
}
.jebqpxv_quiz__title {
    color: #4EA466;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 20px;
}
.jebqpxv_quiz__inner {
    margin-bottom: 40px;
}
.jebqpxv_quiz__info {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}
.jebqpxv_quiz__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #242424;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
    margin-bottom: 40px;
}
.jebqpxv_quiz__wrapper {
    position: relative;
    max-width: 564px;
    width: 100%;
}
.jebqpxv_quiz__videos {
    max-width: 564px;
    border-radius: 20px;
    border: 1px solid #3D4349;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
.jebqpxv_quiz__video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
    width: 100%;
    height: 374px;
    display: block;
}
.jebqpxv_quiz__plaers {
    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;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #3D4349;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
}
.jebqpxv_quiz__start {
    color: #00FF69;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 365px;
    height: 80px;
    padding: 15px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    cursor: pointer;
    border-radius: 100px;
    background: #242424;
    -webkit-box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
            box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
}
.jebqpxv_quiz__start::after{
    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: 40px;
    height: 40px;
    background: url("../jebqpxv_images/jebqpxv_play.webp") no-repeat center;
}
.jebqpxv_quiz__start:active{
    border: none;
}
.jebqpxv_quiz__repeat {
    color: #00FF69;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 365px;
    height: 80px;
    padding: 15px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    cursor: pointer;
    border-radius: 100px;
    background: #242424;
    -webkit-box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
            box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
}
.jebqpxv_quiz__repeat::after{
    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: 40px;
    height: 40px;
    background: url("../jebqpxv_images/jebqpxv_restart.webp") no-repeat center;
}
.jebqpxv_quiz__further{
    color: #00FF69;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 365px;
    height: 80px;
    padding: 15px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    cursor: pointer;
    border-radius: 100px;
    background: #242424;
    -webkit-box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
            box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(70, 70, 70, 0.50) inset, 0 0 15px 0 #00FF69;
}
.jebqpxv_quiz__further::after{
    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: 40px;
    height: 40px;
    background: url("../jebqpxv_images/jebqpxv_further.webp") no-repeat center;
}
.jebqpxv_quiz__content {
    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;
    max-width: 564px;
    width: 100%;
}
.jebqpxv_quiz__question {
    color: #00FF69;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}
.jebqpxv_quiz__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.jebqpxv_quiz__btn {
    color: #FFF;
    font-family: opensans-semibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #6A6A6A;
    background: #242424;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.jebqpxv_quiz__btn[disabled],
.jebqpxv_quiz__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.jebqpxv_quiz__span {
    color: #00FF69;
    font-family: opensans-semibold;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
.jebqpxv_quiz__sup{
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin-bottom: 10px;
}
.jebqpxv_quiz__decided {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    background: url("../jebqpxv_images/jebqpxv_decided.webp") no-repeat center;
    background-size: cover;
    width: 100%;
    border: none;
    -webkit-box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(137, 137, 137, 0.50) inset, 0 4px 15px 0 rgba(0, 0, 0, 0.50);
            box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.50) inset, 4px 4px 5px 0 rgba(137, 137, 137, 0.50) inset, 0 4px 15px 0 rgba(0, 0, 0, 0.50);
    border-radius: 20px;
    cursor: pointer;
    width: 300px;
    margin: 0 auto;
    -webkit-animation: pulses 1s infinite;
    animation: pulses 1s infinite;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
@-webkit-keyframes pulses {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulses {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.quiz__decided{
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-animation:  none;
                    animation:  none;
}
.jebqpxv_quiz__logo {
    width: 115px;
    height: 50px;
    background: url("../jebqpxv_images/jebqpxv_hint-logo.webp") no-repeat center;
    background-size: cover;
}
.jebqpxv_quiz__answer {
    display: none;
    color: #FFF;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}
.jebqpxv_quiz__icon {
    width: 55px;
    height: 55px;
    background: url("../jebqpxv_images/jebqpxv_hint.webp") no-repeat center;
}
.jebqpxv_quiz__btn_correct{
    border-radius: 20px;
    border: 1px solid #4EA466;
    background: #1B4C28;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 255, 105, 0.50);
            box-shadow: 0 0 10px 0 rgba(0, 255, 105, 0.50);
    color: #00FF69;
}
.jebqpxv_quiz__btn_incorrect{
    color: #E70013;
    border-radius: 20px;
    border: 1px solid #30161A;
    background: #3E060B;
    -webkit-box-shadow: 0 0 10px 0 #E70013;
            box-shadow: 0 0 10px 0 #E70013;
}
.jebqpxv_quiz__btn_incorrect .jebqpxv_quiz__span{
    color: #E70013;
}
.jebqpxv_quiz__result {
    padding-top: 60px;
    padding-bottom: 60px;
}
.result__head {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
    margin-bottom: 20px;
}
.result__title {
    color: #4EA466;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 60px;
}
.result__wrapper {
    padding: 20px 0;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.00)), color-stop(10%, rgba(255, 255, 255, 0.75)), color-stop(90%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0.00) 100%);
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(60, 60, 60, 0)), color-stop(50%, rgba(60, 60, 60, 1)), to(rgba(60, 60, 60, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
    margin-bottom: 60px;
}
.result__text {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
}
.result__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 520px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}
.page__form {
    width: 100%;
}

.page__header{
    color: #3D4349;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    margin-bottom: 20px;
}

.page__wrap {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.50);
}

.page__label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.page__input {
    color: #3D4349;
    font-family: opensans-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    height: 52px;
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    border-radius: 20px;
    border: 1px solid #6A6A6A;
    background: #FFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.40);
}

.page__input::-webkit-input-placeholder {
    color: #3D4349;
}

.page__input::-moz-placeholder {
    color: #3D4349;
}

.page__input:-ms-input-placeholder {
    color: #3D4349;
}

.page__input::-ms-input-placeholder {
    color: #3D4349;
}

.page__input::placeholder {
    color: #3D4349;
}

.page__icon {
    position: absolute;
    top: 50%;
    left: 27px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page__info {
    color: #3D4349;
    font-family: opensans-regular;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 12px */
    /* 12px */
}

.page__link {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.page__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.page__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0px;
}

.page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 100px;
    -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(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.page__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.body-bonus {
    background: none;
}

.bonus__container {
    display: -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: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_desctop-background.webp) lightgray 50% / cover no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url(../jebqpxv_images/jebqpxv_desctop-background.webp) lightgray 50% / cover no-repeat;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_desctop-background.webp) lightgray 50% / cover no-repeat;
    background-size: cover;
    overflow-y: auto;
}

.jebqpxv_questions__top {
    padding-top: 40px;
    padding-bottom: 60px;
    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;
}

.jebqpxv_questions_thanks {
    color: #4EA466;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 56px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    /* 67.2px */
    text-transform: uppercase;
    margin-bottom: 5px;
}

.jebqpxv_questions__resilt {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    /* 52.8px */
    margin-bottom: 60px;
}

.jebqpxv_questions__number {
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.00);
    border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    background: -o-linear-gradient(left, rgba(181, 228, 143, 0.00) 0%, rgba(78, 164, 102, 0.85) 29.81%, rgba(78, 164, 102, 0.85) 70%, rgba(181, 228, 143, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(181, 228, 143, 0.00)), color-stop(29.81%, rgba(78, 164, 102, 0.85)), color-stop(70%, rgba(78, 164, 102, 0.85)), to(rgba(181, 228, 143, 0.00)));
    background: linear-gradient(90deg, rgba(181, 228, 143, 0.00) 0%, rgba(78, 164, 102, 0.85) 29.81%, rgba(78, 164, 102, 0.85) 70%, rgba(181, 228, 143, 0.00) 100%);
    padding: 16px 200px;
    color: #3D4349;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 0px;
}

.jebqpxv_questions__count {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.40);
    font-family: opensans-extrabold;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}

.jebqpxv_questions__information {
    padding-top: 20px;
    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;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.00)), color-stop(10%, rgba(255, 255, 255, 0.75)), color-stop(90%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.00)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 10%, rgba(255, 255, 255, 0.75) 90%, rgba(255, 255, 255, 0.00) 100%);
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(60, 60, 60, 0)), color-stop(50%, rgba(60, 60, 60, 1)), to(rgba(60, 60, 60, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 1) 50%, rgba(60, 60, 60, 0) 100%) 1 stretch;
    max-width: 1188px;
    margin: 0 auto;
}

.jebqpxv_questions__header {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 20px;
}

.jebqpxv_questions__text {
    color: #3D4349;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
    max-width: 740px;
}

.jebqpxv_questions__text:last-child {
    margin-bottom: 0;
}

.jebqpxv_questions__bold {
    color: #3D4349;
    font-family: opensans-extrabold;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.jebqpxv_questions__container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.jebqpxv_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: 60px;
}

.jebqpxv_questions__mobile {
    display: none;
}

.jebqpxv_questions__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.00);
    border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    background: -o-linear-gradient(left, rgba(181, 228, 143, 0.00) 0%, rgba(78, 164, 102, 0.85) 29.81%, rgba(78, 164, 102, 0.85) 70%, rgba(181, 228, 143, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(181, 228, 143, 0.00)), color-stop(29.81%, rgba(78, 164, 102, 0.85)), color-stop(70%, rgba(78, 164, 102, 0.85)), to(rgba(181, 228, 143, 0.00)));
    background: linear-gradient(90deg, rgba(181, 228, 143, 0.00) 0%, rgba(78, 164, 102, 0.85) 29.81%, rgba(78, 164, 102, 0.85) 70%, rgba(181, 228, 143, 0.00) 100%);
    max-width: 1188px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.jebqpxv_questions__head {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 10px;
}

.jebqpxv_questions__time {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
}

.jebqpxv_questions__btn {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 38.4px */
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    width: 494px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jebqpxv_questions__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.body-politica {
    background: none
}

.jebqpxv_politica__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: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_desctop-background.webp") lightgray 50% / cover no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url("../jebqpxv_images/jebqpxv_desctop-background.webp") lightgray 50% / cover no-repeat;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_desctop-background.webp") lightgray 50% / cover no-repeat;
    gap: 20px;
    background-size: cover;
    overflow-y: auto;
}

.jebqpxv_politica__title {
    color: #4EA466;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    font-family: opensans-extrabold;
    font-size: 56px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    /* 67.2px */
    text-transform: uppercase;
}

.jebqpxv_politica__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: 20px;
    padding-bottom: 20px;
}

.jebqpxv_politica__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    max-width: 1188px;
    width: 100%;
}

.jebqpxv_politica__text {
    color: #3D4349;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
}

.body-quiz {
    background: none;
}

.body__containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    min-height: 100vh;
    overflow-y: auto;
}

.jebqpxv_quiz{
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_quiz-background.webp) lightgray no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url(../jebqpxv_images/jebqpxv_quiz-background.webp) lightgray no-repeat;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_quiz-background.webp) lightgray no-repeat;
    background-size: cover;
    background-position: center;
}

.jebqpxv_quiz_act{
    background-position: bottom;
}

.block__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block__none {
    display: none;
}

.jebqpxv_footer {
    padding-top: 40px;
    background: url("../jebqpxv_images/jebqpxv_footer-background.webp") no-repeat;
    background-size: cover;
}

.footer_legendary{
    background: url("../jebqpxv_images/jebqpxv_info-background.webp") no-repeat;
    background-size: cover;
}

.jebqpxv_footer__box {
    border-top: 2px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(106, 106, 106, 0) 0%, rgba(106, 106, 106, 1) 50%, rgba(106, 106, 106, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(106, 106, 106, 0)), color-stop(50%, rgba(106, 106, 106, 1)), to(rgba(106, 106, 106, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(106, 106, 106, 0) 0%, rgba(106, 106, 106, 1) 50%, rgba(106, 106, 106, 0) 100%) 1 stretch;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jebqpxv_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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
}

.jebqpxv_footer__nav {
    margin-bottom: 20px;
}

.jebqpxv_footer__nav:last-child {
    margin-bottom: 0;
}

.jebqpxv_footer__age {
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.jebqpxv_footer__line {
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.jebqpxv_footer__link {
    color: #3C3C3C;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.jebqpxv_footer__link:hover {
    opacity: 0.5;
}
.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
    background: -o-radial-gradient(50% 50.31%, 49.69% 49.69%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), url("../jebqpxv_images/jebqpxv_quiz-background.webp") lightgray no-repeat;
    background: radial-gradient(49.69% 49.69% at 50% 50.31%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), url("../jebqpxv_images/jebqpxv_quiz-background.webp") lightgray no-repeat;
    background-position-y: 30%;
    background-size: cover;
    padding: 20px 12px;
    height: 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: 20px;
}

.popupcookie__wraps{
    width: 100%;
}

.popupcookie__subtitle {
    color: #3D4349;
    text-align: center;
    font-family: opensans-semibold;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    border-radius: 100px;
    background: -o-linear-gradient(183deg, #B9E690 -0.09%, #5CC680 99.91%);
    background: linear-gradient(267deg, #B9E690 -0.09%, #5CC680 99.91%);
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    color: #3D4349;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    cursor: pointer;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    background: #3D4349;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
            box-shadow: 4px 4px 4px 0 rgba(255, 255, 255, 0.25) inset, -4px -4px 4px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.40);
    color: #FFF;
    text-align: center;
    font-family: opensans-extrabold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
@media (max-width: 1199px) {
    .page__wrawpper{
        padding-left: 12px;
        padding-right: 12px;
    }
    .jebqpxv_quiz__container{
        padding-left: 12px;
        padding-right: 12px;
    }
    .body-quiz {
        gap: 30px;
    }

    .jebqpxv_quiz{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jebqpxv_quiz__count{
        font-size: 22px;
        margin-bottom: 10px;
    }

    .jebqpxv_quiz__title{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .jebqpxv_quiz__info{
        font-size: 18px;
    }

    .jebqpxv_quiz__inner{
        margin-bottom: 20px;
    }

    .jebqpxv_quiz__content{
        max-width: 44vw;
    }

    .jebqpxv_quiz_1__header {
        padding: 0px 12px;
        margin-bottom: 0px;
    }

    .jebqpxv_quiz_1__box{
        background: -o-radial-gradient(50% 100%, 100% 50%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
        background: radial-gradient(100% 50% at 50% 100%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

    .jebqpxv_quiz_1__wrapper {
        padding: 0px 12px;
    }

    .jebqpxv_quiz_1__sub{
        font-size: 34px;
    }

    .jebqpxv_quiz_1__title{
        font-size: 24px;
    }

    .jebqpxv_quiz_1__sup{
        font-size: 34px;
    }

    .jebqpxv_quiz_1__text{
        font-size: 18px;
    }

    .jebqpxv_works__title{
        font-size: 28px;
    }

    .jebqpxv_legendary__sup{
        font-size: 34px;
    }

    .jebqpxv_legendary__title{
        font-size: 40px;
    }

    .jebqpxv_quiz_1__wraps{
        margin-bottom: 20px;
    }

    .jebqpxv_quiz_1__title {
        font-size: 38px;
    }

    .jebqpxv_legendary__text{
        font-size: 18px;
    }

    .jebqpxv_works__head{
        font-size: 20px;
    }

    .jebqpxv_works__text{
        font-size: 16px;
    }

    .jebqpxv_questions__top {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_questions_thanks {
        font-size: 30px;
    }

    .jebqpxv_questions__resilt {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .jebqpxv_questions__count {
        font-size: 40px;
    }

    .jebqpxv_questions__number {
        font-size: 20px;
    }

    .jebqpxv_questions__information {
        padding: 16px 12px 16px 12px;
    }

    .jebqpxv_questions__text {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .jebqpxv_questions__header {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .jebqpxv_questions__bold {
        font-size: 22px;
    }

    .jebqpxv_works__numbers{
        width: 50px;
        height: 50px;
    }

    .jebqpxv_works__number{
        font-size: 20px;
    }

    .jebqpxv_questions__container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .jebqpxv_questions__team {
        margin-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_questions__timer {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 20px;
    }

    .jebqpxv_questions__btn {
        font-size: 22px;
    }

    .jebqpxv_questions__head {
        font-size: 18px;
    }

    .jebqpxv_politica__content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_politica__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_politica__title {
        font-size: 36px;
    }

    .jebqpxv_works__image{
        width: 20px;
        height: 30px;
        background-size: cover;
    }

    .jebqpxv_works__list{
        max-width: 20px;
    }

    .jebqpxv_quiz_1__logo {
        width: 70px;
        height: 90px;
        background: url(../jebqpxv_images/jebqpxv_quiz-logo.webp) no-repeat center;
        background-size: cover;
    }

    .jebqpxv_quiz_1__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .result__head{
        font-size: 28px;
        margin-bottom: 10px;
    }

    .result__title{
        font-size: 34px;
        margin-bottom: 70px;
    }

    .result__text{
        font-size: 24px;
    }

    .result__wrapper{
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .jebqpxv_quiz__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .jebqpxv_quiz__videos{
        max-width: 100%;
    }

    .jebqpxv_quiz__content{
        max-width: 100%
    }

    .jebqpxv_quiz__question{
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .jebqpxv_quiz__video{
        height: 290px;
    }

    .jebqpxv_quiz__wrapper {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .jebqpxv_quiz_1__title {
        font-size: 30px;
    }

}

@media (max-width: 575px) {
    .jebqpxv_quiz_1{
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_one-background-mobile.webp") lightgray no-repeat;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url("../jebqpxv_images/jebqpxv_one-background-mobile.webp") lightgray no-repeat;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url("../jebqpxv_images/jebqpxv_one-background-mobile.webp") lightgray no-repeat;
        background-position: center;
        background-size: cover;
    }
    .jebqpxv_quiz__videos{
        border-radius: 10px;
    }
    .body-politica {
        background: none
    }

    .jebqpxv_politica__container {
        background: url(../jebqpxv_images/jebqpxv_mobile-background-full.webp) no-repeat center;
        background-size: cover;
    }

    .bonus__container {
        background: url(../jebqpxv_images/jebqpxv_mobile-background-full.webp) no-repeat center;
        background-size: cover;
    }

    .body__containers_act {
        gap: 35vh;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .jebqpxv_quiz_1__inner {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .jebqpxv_quiz_1__logo {
        width: 70px;
        height: 90px;
        background: url(../jebqpxv_images/jebqpxv_quiz-logo.webp) no-repeat center;
        background-size: cover;
    }

    .page__wrawpper {
        padding: 0 12px;
    }

    .jebqpxv_quiz_1__title {
        font-size: 28px;
        text-shadow: 0 2px 10px rgba(255, 255, 255, 0.95);
    }

    .jebqpxv_quiz_1__sup{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .jebqpxv_quiz_1__text{
        font-size: 14px;
    }
    .jebqpxv_quiz_1__btn {
        font-size: 20px;
        padding: 15px;
        width: 225px;
    }

    .jebqpxv_works{
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .jebqpxv_works__title{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 24px;
    }

    .jebqpxv_works__head{
        font-size: 10px;
    }

    .jebqpxv_works__text{
        font-size: 8px;
    }

    .jebqpxv_works__item{
        gap: 10px;
    }

    .jebqpxv_quiz_1 {
        margin-bottom: auto;
    }

    .jebqpxv_works__item{
        max-width: 76px;
    }

    .jebqpxv_works__list{
        max-width: 8px;
    }
    
    .jebqpxv_works__image {
        width: 8px;
        height: 10px;
        background-size: cover;
    }

    .jebqpxv_works__items{
        gap: 10px;
    }

    .jebqpxv_legendary__sup{
        font-size: 20px;
    }

    .jebqpxv_legendary__title{
        font-size: 20px;
    }

    .jebqpxv_legendary__text{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .jebqpxv_legendary__link{
        margin-bottom: 20px;
        width: 221px;
        padding: 15px;
        font-size: 16px;
    }

    .page__wrap {
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .jebqpxv_questions__timer {
        padding: 10px 20px;
    }

    .page__btn {
        width: 160px;
        font-size: 20px;
        padding: 15px 40px;
    }

    .page__input {
        font-size: 14px;
        height: 52px;
        border-radius: 10px;
    }

    .page__label{
        margin-bottom: 10px;
    }

    .page__icon {
        max-width: 24px;
    }

    .page__info {
        font-size: 9px;
    }

    .page__link {
        font-size: 9px;
    }

    .page__button {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .jebqpxv_questions__desctop {
        display: none;
    }

    .jebqpxv_questions__mobile {
        display: block;
    }

    .jebqpxv_questions_thanks {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .jebqpxv_questions__resilt {
        font-size: 16px;
    }

    .jebqpxv_questions__number {
        font-size: 16px;
        margin-bottom: 0px;
        padding: 10px 20px;
        width: 100%;
        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;
    }

    .jebqpxv_questions__count {
        font-size: 24px;
    }

    .jebqpxv_questions__information {
        padding: 10px 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_quiz_1__sub{
        font-size: 20px;
    }

    .jebqpxv_questions__header {
        font-size: 14px;
    }

    .jebqpxv_questions__text {
        font-size: 12px;
    }

    .jebqpxv_questions__head {
        font-size: 16px;
    }

    .jebqpxv_questions__time {
        font-size: 24px;
    }

    .jebqpxv_questions__btn {
        width: 90%;
        font-size: 16px;
        padding: 15px 20px;
    }

    .jebqpxv_politica__title {
        font-size: 16px;
    }

    .jebqpxv_footer {
        padding-top: 30px;
    }

    .jebqpxv_footer__box {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jebqpxv_footer__link {
        font-size: 10px;
    }

    .jebqpxv_footer__nav {
        margin-bottom: 10px;
    }

    .jebqpxv_footer__line {
        font-size: 10px;
    }

    .jebqpxv_footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .jebqpxv_footer__links {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .jebqpxv_footer__age {
        font-size: 10px;
    }

    .jebqpxv_politica__text {
        font-size: 12px;
    }

    .jebqpxv_questions__bold {
        font-size: 12px;
    }

    .jebqpxv_quiz__count{
        font-size: 16px;
    }

    .jebqpxv_quiz__title{
        font-size: 20px;
    }

    .jebqpxv_quiz__info{
        font-size: 16px;
    }

    .jebqpxv_quiz__repeat{
        width: 173px;
        padding: 15px;
        font-size: 16px;
        height: 54px;
    }
    .jebqpxv_quiz__repeat::after {
        width: 25px;
        height: 27px;
        background: url(../jebqpxv_images/jebqpxv_restart.webp) no-repeat center;
        background-size: cover;
    }
    .jebqpxv_quiz__start{
        width: 173px;
        padding: 15px;
        font-size: 16px;
        height: 54px;
    }
    .jebqpxv_quiz__start::after {
        width: 25px;
        height: 25px;
        background: url(../jebqpxv_images/jebqpxv_play.webp) no-repeat center;
        background-size: cover;
    }
    .jebqpxv_quiz__further{
        height: 54px;
        width: 173px;
        padding: 15px;
        font-size: 16px;
    }
    .jebqpxv_quiz__further::after {
        width: 25px;
        height: 25px;
        background: url(../jebqpxv_images/jebqpxv_further.webp) no-repeat center;
        background-size: cover;
    }
    .jebqpxv_quiz__block{
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .jebqpxv_quiz__sup{
        font-size: 14px;
    }

    .jebqpxv_quiz__answer{
        font-size: 12px;
    }

    .quiz__decided{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .jebqpxv_quiz__plaers{
        border-radius: 10px;
    }

    .jebqpxv_quiz__video{
        border-radius: 10px;
        height: 154px;
    }

    .jebqpxv_quiz__question{
        font-size: 14px;
    }

    .jebqpxv_quiz__btn{
        padding: 10px;
        gap: 10px;
        font-size: 12px;
    }

    .jebqpxv_quiz__span{
        font-size: 14px;
    }

    .jebqpxv_quiz {
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_quiz-background-mobile.webp) lightgray no-repeat;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(72.48%, rgba(255, 255, 255, 0.00)), to(#FFF)), url(../jebqpxv_images/jebqpxv_quiz-background-mobile.webp) lightgray no-repeat;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.48%, #FFF 100%), url(../jebqpxv_images/jebqpxv_quiz-background-mobile.webp) lightgray no-repeat;
        background-size: cover;
    }
    .jebqpxv_quiz__btn_correct{
        border-radius: 20px;
        border: 1px solid #4EA466;
        background: #1B4C28;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 255, 105, 0.50);
                box-shadow: 0 0 10px 0 rgba(0, 255, 105, 0.50);
        color: #00FF69;
    }
    .jebqpxv_quiz__btn_incorrect{
        color: #E70013;
        border-radius: 20px;
        border: 1px solid #30161A;
        background: #3E060B;
        -webkit-box-shadow: 0 0 10px 0 #E70013;
                box-shadow: 0 0 10px 0 #E70013;
    }

    .result__btn{
        width: 280px;
        padding: 15px;
        font-size: 20px;
    }

    .jebqpxv_quiz__result{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .result__head{
        font-size: 20px;
    }

    .result__title{
        font-size: 24px;
    }

    .result__text{
        font-size: 20px;
    }

    .jebqpxv_quiz_act{
        background: none;
    }

    .jebqpxv_quiz__btn:hover{
        background: #242424;
    }

    .body__containers_act{
        gap: 35vh;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        background: url(../jebqpxv_images/jebqpxv_quiz-background-mobile.webp) no-repeat;
        background-size: cover;
    }

    .jebqpxv_quiz__decided{
        width: 290px;
    }

    .popupcookie__button{
        width: 100%;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__btns{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .popupcookie__content{
        padding: 20px 12px;
    }

    .popupcookie__title{
        font-size: 14px;
    }

    .popupcookie__subtitle{
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .body-quiz {
        gap: 20px;
    }

}