@font-face {
    font-family: balooda;
    src: url("../yqxcquvq_fonts/yqxcquvq_balooda-regular.woff2");
}

@font-face {
    font-family: balooda-bold;
    src: url("../yqxcquvq_fonts/yqxcquvq_balooda-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: balooda;
    background: #101234;
}


.body__container {
    max-width: 1280px;
    margin: 0 auto;
}

.yqxcquvq_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #0D0C1B;
    width: 100%;
    top: 0px;
    left: 0;
}

.yqxcquvq_header__wrappper {
    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;
}

.yqxcquvq_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1280px;
}

.yqxcquvq_header__logo{
    max-width: 155px;
    margin: 0 auto;
}

.yqxcquvq_header__box {
    padding-top: 70px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #EFE6D1;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}


.yqxcquvq_header {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../yqxcquvq_img/yqxcquvq_header-background.webp") no-repeat center;
    background-size: cover;
}

.yqxcquvq_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.yqxcquvq_header__block{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
}

.yqxcquvq_header__title {
    text-align: center;
    font-family: balooda-bold;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; 
    background: -webkit-gradient(linear, left top, left bottom, from(#F98927), color-stop(48.56%, #FBC337), to(#FEDC46)); 
    background: -o-linear-gradient(top, #F98927 0%, #FBC337 48.56%, #FEDC46 100%); 
    background: linear-gradient(180deg, #F98927 0%, #FBC337 48.56%, #FEDC46 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.yqxcquvq_header__subtitle {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.yqxcquvq_header__play{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -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;
    border-radius: 20px;
    background: #F1CB48;
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: balooda-bold;
    color: #0D0C1B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yqxcquvq_header__play:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yqxcquvq_game {
    margin-bottom: 70px;
}
.yqxcquvq_game__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}
.yqxcquvq_game__image {
    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: 320px;
    width: 100%;
    min-height: 151px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    border-radius: 10px;
}
.yqxcquvq_game__img {
    max-width: 256px;
}
.yqxcquvq_game__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;
    gap: 80px;
    max-width: 619px;
    width: 100%;
    min-height: 151px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    border-radius: 10px;
}
.yqxcquvq_game__text {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.yqxcquvq_game__number {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.yqxcquvq_game__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;
    max-width: 245px;
    width: 100%;
    min-height: 151px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    border-radius: 10px;
}
.yqxcquvq_game__btn {
    color: #0D0C1B;
    text-align: center;
    font-family: balooda-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 181px;
    padding: 16px 32px;
    -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;
    border-radius: 20px;
    background: #F1CB48;
    border: none;
    cursor: pointer;
    }
.yqxcquvq_about {
    margin-bottom: 70px;
}
.yqxcquvq_about__title {
    text-align: center;
    font-family: balooda-bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 40.8px */
    background: -webkit-gradient(linear, left top, left bottom, from(#F98927), color-stop(48.56%, #FBC337), to(#FEDC46));
    background: -o-linear-gradient(top, #F98927 0%, #FBC337 48.56%, #FEDC46 100%);
    background: linear-gradient(180deg, #F98927 0%, #FBC337 48.56%, #FEDC46 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.yqxcquvq_about__text {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.yqxcquvq_about__color {
    color: #F1CB48;
}
.yqxcquvq_about__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yqxcquvq_winning {
    margin-bottom: 70px;
}
.yqxcquvq_winning__title {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 34px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.yqxcquvq_winning__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.yqxcquvq_winning__item {
    max-width: 588px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F98927), color-stop(48.56%, #FBC337), to(#FEDC46));
    background: -o-linear-gradient(top, #F98927 0%, #FBC337 48.56%, #FEDC46 100%);
    background: linear-gradient(180deg, #F98927 0%, #FBC337 48.56%, #FEDC46 100%);
}
.yqxcquvq_winning__data {
    color: #101234;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.yqxcquvq_winning__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.yqxcquvq_winning__number {
    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: 74px;
    height: 74px;
    border-radius: 1000px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.yqxcquvq_winning__num {
    color: #0D0C1B;
    font-family: balooda-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.yqxcquvq_contact {
    margin-bottom: 70px;
}
.yqxcquvq_contact__wrapper{
    border-radius: 20px;
    border-bottom: 20px solid transparent;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    background: -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36));
    background: -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%);
    background: linear-gradient(90deg, #21D3F3 0%, #F49B36 100%);
}

.yqxcquvq_contact__inner{
    padding: 40px 24px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43));
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%);
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%);
}
.yqxcquvq_contact__title {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 34px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}
.yqxcquvq_contact__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.yqxcquvq_contact__wrap {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
}
.yqxcquvq_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.yqxcquvq_contact__label {
    color: #FFF;
    font-family: balooda-bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.yqxcquvq_contact__input {
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 46px;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
}
.yqxcquvq_contact__message {
    font-size: 14px;
    color: #000;
    padding: 10px;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
    resize: none;
}
.yqxcquvq_contact__btn {
    color: #0D0C1B;
    text-align: center;
    font-family: balooda-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 32px;
    -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;
    border-radius: 20px;
    background: #F1CB48;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yqxcquvq_contact__messages {
    display: none;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    color: #fff;
}
.yqxcquvq_timer {
    margin-bottom: 70px;
}
.yqxcquvq_timer__wrap {
    max-width: 612px;
    width: 100%;
    padding: 32px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 26px;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, left bottom, from(#F98927), color-stop(48.56%, #FBC337), to(#FEDC46)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(top, #F98927 0%, #FBC337 48.56%, #FEDC46 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(180deg, #F98927 0%, #FBC337 48.56%, #FEDC46 100%) border-box;
}
.yqxcquvq_timer__title {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}
.yqxcquvq_timer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.yqxcquvq_timer__item {
    max-width: 78px;
    width: 100%;
}
.yqxcquvq_timer__name {
    color: #A4A3A3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.yqxcquvq_timer__numbers {
    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: 78px;
    width: 100%;
    min-height: 78px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: 
    -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, 
    -webkit-gradient(linear, left top, left bottom, from(#F98927), color-stop(48.56%, #FBC337), to(#FEDC46)) border-box;
    background: 
    -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, 
    -o-linear-gradient(top, #F98927 0%, #FBC337 48.56%, #FEDC46 100%) border-box;
    background: 
    linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, 
    linear-gradient(180deg, #F98927 0%, #FBC337 48.56%, #FEDC46 100%) border-box;
}
.yqxcquvq_timer__number {
    color: #FFF;
    font-family: balooda-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.yqxcquvq_responsible {
    margin-bottom: 70px;
}
.yqxcquvq_responsible__inners{
    padding: 26px 60px 24px 60px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43));
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%);
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%);
}
.yqxcquvq_responsible__wrapper {
    border-radius: 20px;
    border-bottom: 20px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    background: -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36));
    background: -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%);
    background: linear-gradient(90deg, #21D3F3 0%, #F49B36 100%);
}
.yqxcquvq_responsible__age {
    width: 90px;
    height: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    background: url("../yqxcquvq_img/yqxcquvq_info-age.webp") no-repeat center;
}
.yqxcquvq_responsible__title {
    color: #fff;
    font-family: balooda-bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.yqxcquvq_responsible__wrap{
    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;
}
.yqxcquvq_responsible__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yqxcquvq_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue-8, #090E20)), to(var(--color-blue-18, #172243)));
    background: -o-linear-gradient(top, var(--color-blue-8, #090E20) 0%, var(--color-blue-18, #172243) 100%);
    background: linear-gradient(180deg, var(--color-blue-8, #090E20) 0%, var(--color-blue-18, #172243) 100%);
}
.yqxcquvq_footer__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.yqxcquvq_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.yqxcquvq_footer__age {
    width: 40px;
    height: 40px;
    background: url("../yqxcquvq_img/yqxcquvq_footer-age.webp") no-repeat center;
}
.yqxcquvq_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: 20px;
    margin-bottom: 40px;
}
.yqxcquvq_footer__link {
    color: #F1CB48;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.yqxcquvq_footer__link:hover {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.yqxcquvq_footer__info {
    width: 90px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background: url(../yqxcquvq_img/yqxcquvq_info-age.webp) no-repeat center;
}
.yqxcquvq_info {
    padding-top: 120px;
    padding-bottom: 50px;
}
.yqxcquvq_info__title {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.yqxcquvq_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 40px;
    max-width: 100%;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#101234), to(#101234)) padding-box, -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
    background: -o-linear-gradient(top, #101234 0%, #101234 100%) padding-box, -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
    background: linear-gradient(180deg, #101234 0%, #101234 100%) padding-box, linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
    border-radius: 10px;
}
.yqxcquvq_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yqxcquvq_info__head {
    color: #FFF;
    font-family: balooda-bold;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.yqxcquvq_info__list {
    padding-left: 20px;
}
.yqxcquvq_info__content {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.yqxcquvq_info__header {
    color: #FFF;
    font-family: balooda-bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}
.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal__title {
    margin: 0;
    margin-bottom: 10px;
    color: #EFE6D1;
    text-align: center;
    font-family: balooda-bold;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.8px;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border: none;
    border-radius: 10px;
    background: #EBC33A;
    height: 51px;
    color: #2C281E;
    text-align: center;
    font-family: balooda-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43));
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%);
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    max-width: 450px;
    width: 100%;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img {
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.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%;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43));
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%);
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%);
    padding: 15px 15px;
    height: auto;
    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;
    -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: #fff;
    font-family: balooda-bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.8px;
    margin: 0;
    margin-bottom: 10px;
}

.popupcookie__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.popupcookie__btn {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: transparent;
    border-radius: 10px;
    border: 2px solid #EBC33A;
    color: #EFE6D1;
    text-align: center;
    font-family: balooda-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.popupcookie__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    background: #EBC33A;
    color: #2C281E;
    text-align: center;
    font-family: balooda-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43));
    background: -o-linear-gradient(top, #091E20 0%, #172E43 100%);
    background: linear-gradient(180deg, #091E20 0%, #172E43 100%);
    padding: 20px;
    max-width: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #FFF;
    text-align: center;
    font-family: balooda-bold;
    font-size: 34px;
    font-weight: 400;
    line-height: 120%; /* 40.8px */
    margin-bottom: 20px;
}

.modal_form__left {
    width: 100%;
    margin: 0 auto;
}

.modal_form__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal_form__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links {
    background: transparent;
    font-family: balooda-bold;
    border: none;
    cursor: pointer;
    color: #FBD246;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 10px;
    border: 1px solid #FEFEFE;
    background: #FEFEFE;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.modal_form__input::-webkit-input-placeholder {
    color: #A4A3A3;
}

.modal_form__input::-moz-placeholder {
    color: #A4A3A3;
}

.modal_form__input:-ms-input-placeholder {
    color: #A4A3A3;
}

.modal_form__input::-ms-input-placeholder {
    color: #A4A3A3;
}

.modal_form__input::placeholder {
    color: #A4A3A3;
}

.modal_form__btn {
    color: #0D0C1B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: balooda-bold;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 12px;
    border-radius: 20px;
    background: #F1CB48;
    height: 51px;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal_form__question {
    color: #FFF;
    font-family: balooda-bold;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.modal_form__wrappper {
    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;
}

.modal__text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__messages {
    display: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal_form__messagess {
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Чекбокс согласия */
.forms__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}

.forms__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 16px;
    border: 2px solid #adb5bd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}

.forms__checkbox-group {
    margin-bottom: 20px;
}

.forms__checkbox:checked {
    background: -o-radial-gradient(50.06% 50.11%, 49.89% 49.94%, #41ee35 0%, #138611 100%);
    background: radial-gradient(49.89% 49.94% at 50.06% 50.11%, #41ee35 0%, #138611 100%);
    border-color: #41ee35;
}

.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: white;
    font-size: 12px;
    font-weight: bold;
}

.forms__consent__info {
    color: rgba(239, 230, 209, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media (max-width: 1260px) {
    .body__container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .yqxcquvq_header__nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .yqxcquvq_responsible__inners{
        padding: 20px;
    }

    .yqxcquvq_game__content{
        gap: 40px;
    }

}

@media (max-width: 991px) {
    .yqxcquvq_game__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        max-width: 600px;
        margin: 0 auto;
        border: 1px solid transparent;
        border-radius: 10px;
        background: -webkit-gradient(linear, left top, left bottom, from(#091E20), to(#172E43)) padding-box, -webkit-gradient(linear, left top, right top, from(#21D3F3), to(#F49B36)) border-box;
        background: -o-linear-gradient(top, #091E20 0%, #172E43 100%) padding-box, -o-linear-gradient(left, #21D3F3 0%, #F49B36 100%) border-box;
        background: linear-gradient(180deg, #091E20 0%, #172E43 100%) padding-box, linear-gradient(90deg, #21D3F3 0%, #F49B36 100%) border-box;
        border-radius: 10px;
    }

    .yqxcquvq_game__image{
        max-width: 600px;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
        border-bottom: 1px solid transparent;
    }

    .yqxcquvq_game__content{
        max-width: 600px;
        border-radius: 0px;
    }

    .yqxcquvq_game__button{
        border: none;
        border-top: 1px solid transparent;
        max-width: 600px;
        padding: 10px;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .yqxcquvq_game__btn{
        width: 100%;
    }

    .yqxcquvq_footer__networks{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
        font-size: 12px;
        padding: 5px;
    }

    .popupcookie__button{
        width: 100%;
        font-size: 12px;
        padding: 5px;
    }

    .popupcookie__wraps{
        width: 100%;
    }

    .popupcookie__content{
        gap: 10px;
    }

    .popupcookie__title{
        font-size: 20px;
    }

    .popupcookie__subtitle{
        font-size: 14px;
    }
    
}

@media (max-width: 767px) {
    .yqxcquvq_header__block{
        padding: 0;
    }

    .yqxcquvq_header__subtitle{
        font-size: 18px;
        line-height: normal;
        font-weight: balooda;
    }

    .yqxcquvq_game__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .yqxcquvq_game__content{
        min-height: auto;
        padding: 20px 26px;
    }


}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .yqxcquvq_header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .yqxcquvq_header__logo{
        max-width: 103px;
    }

    .yqxcquvq_header__title{
        font-size: 38px;
        line-height: 120%;
    }

    .yqxcquvq_header__subtitle{
        font-size: 16px;
        font-family: balooda;
        line-height: 20px;
    }
    
    .yqxcquvq_header__play{
        padding: 10px 12px;
        gap: 54px;
    }

    .yqxcquvq_header__box {
        padding-top: 50px;
    }

    .yqxcquvq_game__number{
        line-height: 25px;
    }

    .yqxcquvq_game__button{
        min-height: auto;
        padding: 20px 26px 26px 26px;
    }

    .yqxcquvq_game__btn{
        width: 181px;
    }

    .yqxcquvq_game{
        margin-bottom: 60px;
    }

    .yqxcquvq_about{
        margin-bottom: 60px;
    }

    .yqxcquvq_winning__numbers{
        gap: 16px;
    }

    .yqxcquvq_winning__number{
        width: 36px;
        height: 36px;
    }

    .yqxcquvq_winning__num{
        font-size: 18px;
    }

    .yqxcquvq_winning{
        margin-bottom: 60px;
    }

    .yqxcquvq_contact__inner{
        padding: 40px 16px;
    }

    .yqxcquvq_contact{
        margin-bottom: 60px;
    }

    .yqxcquvq_timer__wrap{
        padding: 26px 12px;
    }

    .yqxcquvq_timer__title{
        font-size: 18px;
        line-height: 20px;
    }

    .yqxcquvq_timer__name{
        font-size: 12px;
        line-height: normal;
    }

    .yqxcquvq_timer__numbers{
        max-width: 60px;
        min-height: 60px;
    }

    .yqxcquvq_timer__items{
        gap: 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .yqxcquvq_timer__item{
        max-width: 60px;
    }

    .yqxcquvq_timer{
        margin-bottom: 60px;
    }

    .yqxcquvq_responsible__text{
        line-height: 25px;
    }

    .yqxcquvq_responsible{
        margin-bottom: 60px;
    }

    .yqxcquvq_footer__text{
        line-height: 25px;
        margin-bottom: 40px;
    }

    .footer__icon_1{
        max-width: 152px;
    }
    .footer__icon_2{
        max-width: 109px;
    }
    .footer__icon_3{
        max-width: 114px;
    }
    .footer__icon_4{
        max-width: 105px;
    }
    .footer__icon_5{
        max-width: 115px;
    }

    .footer__list{
        width: 100%;
        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;
    }

    .yqxcquvq_footer__networks{
        margin-bottom: 40px;
    }

    .yqxcquvq_footer__links{
        -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: 5px;
    }

    .yqxcquvq_info__title{
        font-size: 38px;
    }

    .yqxcquvq_info{
        padding-bottom: 30px;
        padding-top: 90px;
    }

    .yqxcquvq_info__wrap{
        padding: 26px 16px;
    }

    .yqxcquvq_info__text{
        line-height: 20px;
    }

    .yqxcquvq_info__content{
        line-height: 20px;
    }
}