/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability goTo style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability goTo style clickable types in iOS and Safari.
 * 2. Change font properties goTo `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
p {
  margin: 0;
}

@font-face {
    font-family: 'Roboto Flex';
    src: url(../fonts/b9992afc5719796de07ee6026243b55c.ttf);
    font-weight: 100 1000;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url(../fonts/d8040b0cc740dda7550a621d10ef0790.ttf);
    font-weight: 100 1000;
    font-style: normal;
}
@font-face {
    font-family: 'Golos Text';
    src: url(../fonts/cddbe8e99d0cef3d85fb89c972a7f058.ttf);
    font-weight: 100 1000;
    font-style: normal;
}

:root {
    --default-font-color: #1F1F1F;;
    --color-white: #F2F8FF;
    --default-transition-time: 300ms;
    --fast-transition-time: 100ms;
    --default-transition: all var(--default-transition-time) ease-in-out;
    --fast-transition: all var(--fast-transition-time) ease-in-out;
    --roboto-font: 'Roboto Flex', sans-serif;
    --raleway-font: 'Raleway', sans-serif;
    --golos-font: 'Golos Text', sans-serif;

    --default-border: 1px solid rgba(0, 0, 0, 0.5);

    --light-active-button-background: color-mix(in srgb, #fff, #000 10% );
}
body {
    color: #fff;
}
body, p, a, div, button {
    color: var(--default-font-color);
    font-family: var(--golos-font);
    font-weight: 400;
    font-size: 16px;
}
* {
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    flex-shrink: 0;
}
button {
    border: none;
    background: none;
}
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-track {
    background: #41526533;

}
*::-webkit-scrollbar-thumb {
    background: var(--default-font-color);
}
#root {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0; /* Скрываем */
    transition: opacity 0.2s ease; /* Плавное появление */
}

#root.app-loaded {
    opacity: 1; /* Показываем */
}
.App-module_root_rPmP- {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    position: relative;
}

.App-module_content_QrrVT {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 0;
}

.App-module_routes_ZIvsc {
    height: 0;
    flex-grow: 1;
    overflow: hidden;
}
.MainPage-module_root_WS-lG {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/02e36254723eb3eb6d0b045850795e13.png) center no-repeat;
}

.MainPage-module_logos_wxyDt {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.MainPage-module_gamesPreviews_5dRlr {
    position: absolute;
    top: 580px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.MainPage-module_gamePreview_fA48O {
    position: relative;
}

.MainPage-module_quizGameButton_4GtO8 {
    position: absolute;
    right: 90px;
    bottom: 200px;
}

.MainPage-module_studentGameButton_y5FJ7 {
    position: absolute;
    left: 180px;
    bottom: 200px;
}

.MainPage-module_auroraGameButton_qcQdB {
    position: absolute;
    right: 180px;
    bottom: 200px;
}
.Button-module_root_T2Oqt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--fast-transition);
    border-radius: 200px;
}

.Button-module_root_T2Oqt.Button-module_normal_i7AtL {
    font-size: 52px;
    padding: 0 120px;
    height: 144px;
    gap: 40px;
}

.Button-module_root_T2Oqt.Button-module_white_d2lzI {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 250px 0 #fff;
    box-sizing: border-box;
}
.Button-module_root_T2Oqt.Button-module_white_d2lzI:active {
    background: color-mix(in srgb, #fff, #000 10%);
}

.Button-module_root_T2Oqt.Button-module_transparent_w3X\+R {
    background: #ffffffcc;
    border: 4px solid #fff;
    box-shadow: 0 0 250px 0 #fff;
}
.Button-module_root_T2Oqt.Button-module_transparent_w3X\+R:active {
    background: #fff;
}

.Button-module_root_T2Oqt.Button-module_blue_EUETt {
    background: #6472D2;
    color: #fff;
}
.Button-module_root_T2Oqt.Button-module_blue_EUETt:active {
    background:  color-mix(in srgb, #6472D2, #000 10%);
}

.Button-module_root_T2Oqt.Button-module_big_sugoh {
    padding: 0 120px;
    height: 205px;
    gap: 60px;
    font-size: 64px;
}
.Dialog-module_root_xMyVI {
    font-size: 40px;
    line-height: 44px;
    color: #000;
    border-radius: 48px;
    background: #fffffff0;
    white-space: pre-wrap;
    padding: 48px 64px;
    box-sizing: border-box;
}
.StudentGameStartPage-module_root_9YJwI {
    background: url(../images/db230920d7763b5449644b2b13294213.png) center no-repeat;
    height: 100%;
    width: 100%;
}

.StudentGameStartPage-module_logos_Qkkmp {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGameStartPage-module_title_yNvRp {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGameStartPage-module_homeButton_iAHZW {
    position: absolute;
    right: 200px;
    top: 800px;
}

.StudentGameStartPage-module_startButton_aEQDm {
    position: absolute;
    bottom: 1425px;
    right: 306px;
}

.StudentGameStartPage-module_root_9YJwI .StudentGameStartPage-module_dialog_f0m1E {
    position: absolute;
    bottom: 1689px;
    right: 80px;
}

.StudentGameStartPage-module_welcome_-odut {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}
.AuroraGameStartPage-module_root_YOneY {
    height: 100%;
    width: 100%;
}

.AuroraGameStartPage-module_dialog_58E9S {
    position: absolute;
    width: 980px;
    bottom: 1656px;
    right: 120px;
}

.AuroraGameStartPage-module_welcome_KFIrs {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}

.AuroraGameStartPage-module_homeButton_8qlVk {
    position: absolute;
    top: 499px;
    right: 190px;
}

.AuroraGameStartPage-module_startButton_DwNVm {
    position: absolute;
    bottom: 1392px;
    right: 372px;
}
.Stewardess-module_root_Z-cQA {
    position: absolute;
    top: 836px;
    left: -199px;
    width: 1238px;
    height: 4196px;
}

.Stewardess-module_image_DL00B {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
    .Stewardess-module_image_DL00B.Stewardess-module_visible_o4OiB {
    opacity: 1;
} 

.Student-module_root_Buehb {
    width: 623px;
    height: 2050px;
}

.Student-module_layers_HAiO0 {
    position: relative;
    width: 100%;
    height: 100%;
}

.Student-module_layer_T00ci {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    transition-delay: var(--fast-transition-time);
    transition-property: opacity;
    opacity: 0;

    &.Student-module_visible_N45GT {
        transition-delay: 0ms;
        opacity: 1;
    }
}
.Item-module_item_kD4jm {
    position: absolute;
    transform-origin: top left;
    transition: var(--default-transition);
}

.Item-module_shadow_cek5A {
    pointer-events: none;
    opacity: 0.4;
}
.ResultDialog-module_root_wpiRs {
    position: relative;
    width: 1215px;
    transition: var(--default-transition);
    opacity: 0;
    pointer-events: none;
    background: #FFF1F4E5;
    --title-color: #ED4A35;
    font-size: 48px;
    line-height: 53px;
}
    .ResultDialog-module_root_wpiRs.ResultDialog-module_visible_k4NO6 {
        opacity: 1;
        pointer-events: unset;
    }

    .ResultDialog-module_root_wpiRs.ResultDialog-module_correct_zUwmj {
        background: #F5FFF1E5;
        --title-color: #1BBE0D;
    }


.ResultDialog-module_title_h0\+M5 {
    font-size: 52px;
    font-weight: 500;
    line-height: 57px;
    text-align: left;
    margin-bottom: 40px;
    color: var(--title-color);
}

.ResultDialog-module_closeButton_PTxa7 {
    position: absolute;
    top: 52px;
    right: 64px;
}
/*.StudentGamePage-module_root_f3uRJ {
    background: url(../images/f56ce1c7e48b50b501482265a0411786.png) center no-repeat;
    height: 100%;
    width: 100%;
}

.StudentGamePage-module_logos_jzVAM {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGamePage-module_title_SDTD3 {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGamePage-module_refreshButton_n3lSG {
    position: absolute;
    top: 800px;
    left: 80px;
}

.StudentGamePage-module_homeButton_\+4dF6 {
    position: absolute;
    top: 800px;
    right: 80px;
}

.StudentGamePage-module_student_4k3xY {
    position: absolute;
    width: 623px;
    height: 2050px;
    bottom: 670px;
    right: 137px;
}

.StudentGamePage-module_slot_TUZ24 {
    position: absolute;
    border-radius: 32px;
    border: 8px solid #FFFFFFCC;
    background: rgba(255, 255, 255, 0.6);
}

.StudentGamePage-module_counter_ot8AV {
    position: absolute;
    border: 8px solid #FFFFFFCC;
    background: rgba(255, 255, 255, 0.64);
    font-size: 64px;
    line-height: 64px;
    padding: 40px 80px;
    border-radius: 72px;
    bottom: 440px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGamePage-module_resultDialog_GTsBr {
    position: absolute;
    width: 1200px;
    bottom: 704px;
    left: 90px;
    z-index: 1;
}

.StudentGamePage-module_finishButton_Pvmn6 {
    position: absolute;
    top: 50%;
    left: 347px;
    transform: translateY(-50%);
    opacity: 0;
    transition: var(--default-transition);

    &.StudentGamePage-module_visible_yzbzn {
        opacity: 1;
    }
}
.StudentGameFinishPage-module_root_y1tlU {
    background: url(../images/2b6d9201642a0037841d8779eeedeb85.png) center no-repeat;
    height: 100%;
    width: 100%;
}

.StudentGameFinishPage-module_logos_r0rTD {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGameFinishPage-module_title_5-ovs {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
}

.StudentGameFinishPage-module_slot_ytoNa {
    position: absolute;
    border-radius: 32px;
    border: 8px solid #FFFFFFCC;
    background: rgba(255, 255, 255, 0.6);
}

.StudentGameFinishPage-module_resultDialog_tQ1qb {
    position: absolute;
    right: 80px;
    bottom: 943px;
    width: 940px;
    font-size: 48px;
    line-height: 53px;
    padding: 64px;
}

.StudentGameFinishPage-module_resultImage_J70WR {
    width: 100%;
    border-radius: 24px;
}

.StudentGameFinishPage-module_resultTitle_AVY8c {
    font-size: 60px;
    line-height: 66px;
    margin-top: 128px;
    margin-bottom: 60px;
}

.StudentGameFinishPage-module_resultButtons_IZRiZ {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.StudentGameFinishPage-module_archkLogo_nAJVH {
    width: 120px;
    height: 104px;
}

.StudentGameFinishPage-module_infoButton_I2EpE {
    padding: 32px 64px;
    border-radius: 120px;
    position: absolute;
    bottom: 667px;
    right: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    transition: var(--fast-transition);
    background: #fff;
    border: 4px solid #6472D2;
    font-size: 52px;
    line-height: 63px;
}

.StudentGameFinishPage-module_infoButton_I2EpE:active {
    background: var(--light-active-button-background);
}*/
.InfoModal-module_overlay_6CiKW {
    background: #6472d252;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: var(--default-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(15px);
}
.InfoModal-module_overlay_6CiKW.InfoModal-module_visible_NNatA {
    opacity: 1;
    pointer-events: unset;
}

.InfoModal-module_modal_-bqIq {
    box-sizing: border-box;
    box-shadow: 0 0 250px 0 #fff;
    padding: 120px;
    background: #fff;
    width: 1620px;
    color: #000;
    border: 4px solid #6472D233;
    border-radius: 64px;
    position: relative;
}

.InfoModal-module_header_xmpwK {
    font-size: 64px;
    font-weight: 500;
    line-height: 77px;
    display: flex;
    gap: 64px;
    align-items: center;
}

.InfoModal-module_archkLogo_U5yq\+ {
    width: 160px;
    height: 138px;
}

.InfoModal-module_description_saK20 {
    margin-top: 120px;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
}

.InfoModal-module_qrCode_W-6RW {
    display: block;
    margin: 120px auto 0;
}

.InfoModal-module_closeButton_namHv {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    transition: var(--fast-transition);
    position: absolute;
    top: 80px;
    right: 80px;
}
.InfoModal-module_closeButton_namHv:active {
    background: var(--light-active-button-background);
}
.AuroraGamePage-module_root_D-fWl {
    height: 100%;
    width: 100%;
}

.AuroraGamePage-module_refreshButton_ERK4u {
    position: absolute;
    top: 498px;
    left: 192px;
}

.AuroraGamePage-module_homeButton_ltSwb {
    position: absolute;
    top: 498px;
    right: 192px;
}

.AuroraGamePage-module_dialog_OFVzc {
    position: absolute;
    left: 80px;
    top: 1682px;
    width: 787px;
    transition: var(--default-transition);
    font-size: 54px;
    line-height: 60px;
}

.AuroraGamePage-module_startDialog_YdjBL {
    opacity: 0;
    pointer-events: none;
}
    .AuroraGamePage-module_startDialog_YdjBL.AuroraGamePage-module_visible_bhjOa {
        pointer-events: unset;
        opacity: 1;
    }


.AuroraGamePage-module_categories_1f1r9 {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
    .AuroraGamePage-module_categories_1f1r9.AuroraGamePage-module_disabled_UIw84 {
        pointer-events: none;
    }


.AuroraGamePage-module_categoriesRow_QrcK3 {
    display: flex;
    gap: 20px;
}

.AuroraGamePage-module_category_a46fg {
    flex-grow: 1;
    width: 0;
    height: 382px;
    font-size: 70px;
    line-height: 70px;
    border-radius: 32px;
    background: #FFFFFFCC;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: var(--default-transition);
    box-sizing: border-box;
    position: relative;
}

.AuroraGamePage-module_category_a46fg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    box-sizing: border-box;
    border: 4px solid #FFFFFFCC;
}

.AuroraGamePage-module_category_a46fg:active {
    transition: var(--fast-transition);
    background: #fff;
}

.AuroraGamePage-module_category_a46fg.AuroraGamePage-module_right_pzXHE {
    background: #E0FFE6E5;
}

.AuroraGamePage-module_category_a46fg.AuroraGamePage-module_right_pzXHE::after {
    border: 8px solid #25DB15CC;
}

.AuroraGamePage-module_category_a46fg.AuroraGamePage-module_wrong_yjeo6 {
    background: #FFEBEFE5;
}

.AuroraGamePage-module_category_a46fg.AuroraGamePage-module_wrong_yjeo6::after {
    border: 8px solid #E52D4ECC;
}

.AuroraGamePage-module_itemBlock_IAAF7 {
    position: absolute;
    bottom: 1662px;
    right: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.AuroraGamePage-module_counter_ss9lw {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    color: #000;
    padding: 24px 48px;
    background: #FFFFFFCC;
    border-radius: 46px;
}

.AuroraGamePage-module_itemContainer_powOC {
    width: 1024px;
    height: 1024px;
    background: #FFFFFF99;
    border-radius: 50%;
    margin-top: 64px;
    position: relative;
}

.AuroraGamePage-module_itemImage_M3QNs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
    .AuroraGamePage-module_itemImage_M3QNs.AuroraGamePage-module_visible_bhjOa {
        opacity: 1;
    }


.AuroraGamePage-module_itemName_YQS86 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    background: #FFFFFFCC;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 40px 80px;
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    white-space: pre-wrap;
    width: max-content;
    text-align: center;
}
.AuroraLayout-module_root_ON2ts {
    width: 100%;
    height: 100%;
    position: relative;
}

.AuroraLayout-module_video_8aiow {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.AuroraLayout-module_content_F6lU9 {
    position: relative;
    width: 100%;
    height: 100%;
}

.AuroraLayout-module_logos_2DwMm {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
}
.AuroraGameFinishPage-module_root_CeKnK {
    height: 100%;
    width: 100%;
}

.AuroraGameFinishPage-module_dialog_ft-nv {
    position: absolute;
    right: 120px;
    bottom: 1777px;
    width: 980px;
}

.AuroraGameFinishPage-module_title_Ak70s {
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 80px;
    white-space: pre-wrap;
}

.AuroraGameFinishPage-module_buttons_m21ER {
    position: absolute;
    bottom: 1349px;
    right: 368px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Logos-module_logos_UXcp9 {
    display: block;
    width: 979px;
    height: 200px;
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}
.AppWrapper-module_root_3G5zF {
    background: gray;
    overflow: hidden;
}


/*
#root {
  visibility: hidden;
}
#root.app-loaded {
  visibility: visible;
}

.QuizGamePage-module_root_LWZQ5 {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 64px;
    background: url(../images/16f3d7be5cc053f5c66d5d4550715db8.png) center no-repeat;
}

.QuizGamePage-module_quizLogo_OlJwe {
    position: absolute;
    top: 430px;
    left: 50%;
    transform: translateX(-50%);
}

.QuizGamePage-module_actionButton_h4y9M {
    box-sizing: border-box;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 184px;
    padding: 0 120px;
    font-size: 64px;
    color: #fff;
    background: #6472d2;
    border-radius: 92px;
}
.QuizGamePage-module_actionButton_h4y9M:active {
    background: color-mix(in srgb, #6472d2, #000 10% );
}

.QuizGamePage-module_retryButton_82XUp {
    position: absolute;
    left: 320px;
    bottom: 216px;
}

.QuizGamePage-module_homeButton_AqAes {
    position: absolute;
    right: 320px;
    bottom: 216px;
}

.QuizGamePage-module_questionCounter_fegJc {
    position: absolute;
    top: 1165px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 64px;
    font-weight: 500;
    line-height: 78px;
    text-align: left;
    opacity: 0;
    transition: var(--default-transition);
}
.QuizGamePage-module_questionCounter_fegJc.QuizGamePage-module_visible_aV\+WN {
    opacity: 1;
}

.QuizGamePage-module_questionCard_M6UQx {
    position: absolute;
    transition: var(--default-transition);
    top: 1372px;
    left: 455px;
}
.QuizGamePage-module_questionCard_M6UQx.QuizGamePage-module_active_NFlSW {
    rotate: -2deg;
}
.QuizGamePage-module_questionCard_M6UQx.QuizGamePage-module_prev_2h4gv {
    rotate: -4deg;
    opacity: 0.8;
}
.QuizGamePage-module_questionCard_M6UQx.QuizGamePage-module_next_GdZKt {
    rotate: 4deg;
    opacity: 0.8;
}

.QuizGamePage-module_nextQuestionButton_4mDc3 {
    position: absolute;
    bottom: 1050px;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--default-transition);
    transition-property: opacity;
    opacity: 0;
    pointer-events: none;
}
.QuizGamePage-module_nextQuestionButton_4mDc3.QuizGamePage-module_visible_aV\+WN {
    pointer-events: unset;
    opacity: 1;
}

.QuizGamePage-module_archkLogo_oRjm6 {
    width: 120px;
    height: 104px;
}

.QuizGamePage-module_infoButton_8rNN2 {
    padding: 32px 64px;
    border-radius: 120px;
    position: absolute;
    bottom: 524px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    transition: var(--fast-transition);
    background: #fff;
    border: 4px solid #6472D2;
    font-size: 52px;
    line-height: 63px;
    opacity: 0;
    pointer-events: none;
}
.QuizGamePage-module_infoButton_8rNN2.QuizGamePage-module_visible_aV\+WN {
    opacity: 1;
    pointer-events: unset;
}
.QuizGamePage-module_infoButton_8rNN2:active {
    background: var(--light-active-button-background);
}
.QuestionCard-module_root_FwiXG {
    box-sizing: border-box;
    border: 4px solid #6472d233;
    border-radius: 64px;
    width: 1480px;
    padding: 80px 100px 120px;
    background: #fff;
    box-shadow: 0 0 250px 0 #fff;
}

.QuestionCard-module_header_cWCxg {
    display: flex;
    align-items: center;
    gap: 64px;
}

.QuestionCard-module_image_09C6K {
    display: block;
    height: 140px;
    width: 140px;
}

.QuestionCard-module_question_ZCjjv {
    font-size: 64px;
    font-weight: 500;
    line-height: 77px;
    white-space: pre-wrap;
}

.QuestionCard-module_answerOptions_j2yqE {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.QuestionCard-module_answerOption_QZJzr {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
}

.QuestionCard-module_optionNumber_rnVNa {
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #1F1F1F;
    border-radius: 50%;
}

.QuestionCard-module_answerOption_QZJzr:active .QuestionCard-module_optionNumber_rnVNa {
    background: var(--light-active-button-background);
}

.QuestionCard-module_selectedMarker_OnNUI {
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    border: 6px solid #6472D2;
    position: relative;
    border-radius: 50%;
}
.QuestionCard-module_selectedMarker_OnNUI::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    background: #6472D2;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ProfessionCard-module_image_vNwQj {
    width: 1060px;
    height: 680px;
    position: absolute;
    top: 980px;
    left: 543px;
    rotate: -1deg;
    transition: var(--default-transition);
    translate: -100vw;
    scale: 1.47 1.73;
}
.ProfessionCard-module_image_vNwQj.ProfessionCard-module_visible_Juywa {
    translate: 0;
}

.ProfessionCard-module_card_RoEuT {
    position: absolute;
    left: 50%;
    top: 1630px;
    box-sizing: border-box;
    width: 2000px;
    padding: 120px;
    border: 4px solid #6472d233;
    box-shadow: 0 0 250px 0 #fff;
    background: #fff;
    border-radius: 64px;
    color: #000;
    rotate: 1deg;
    transition: var(--default-transition);
    translate: calc(-50% + 100vw)
}
.ProfessionCard-module_card_RoEuT.ProfessionCard-module_visible_Juywa {
    translate: -50%;
}

.ProfessionCard-module_header_MlWpU {
    display: flex;
    gap: 64px;
    align-items: center;
}

.ProfessionCard-module_icon_7f1Cw {
    height: 140px;
    width: 140px;
}

.ProfessionCard-module_name_TBiWX {
    font-size: 64px;
    font-weight: 500;
    line-height: 77px;
}

.ProfessionCard-module_description_NiT6R {
    margin-top: 80px;
    font-size: 56px;
    line-height: 68px;
    white-space: pre-wrap;
}

.ProfessionCard-module_employer_Yh9C- {
    margin-top: 80px;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
    border: 4px solid #6472d233;
    padding: 32px 64px;
    border-radius: 120px;
    width: fit-content;
    white-space: pre-wrap;
}