body, html {
    padding: 0;
    margin: 0;
}
body {
    background-color: #F7F8F9;
    font-family: 'Graphik LCG',Arial,sans-serif;
}
.page {
    overflow: hidden;
}
.start__page {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 55px;
}
.start__login_box {
    position: relative;
    width: 100%;
    height: 402px;
    padding-left: 24px;
    padding-top: 66px;
}
.start__login_box_bg {
    background-image: url('../img/start-login-box.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 416px;
    height: 402px;
    width: 416px;
    position: absolute;
    top: 0;
    right: 8px;
}
.start__login_title {
    color: #1C1C1C;
    font-family: 'Druk Text Wide Cyr',Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    margin-bottom: 12px;
}
.activeUser .start__login_box {
    padding-top: 93px;
}
.activeUser .start__login_title {
    margin-bottom: 15px;
}
.start__login_form {
    position: relative;
    width: 290px;
}
.start__login_text {
    color: #1C1C1C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form__field {
    position: relative;
}
.form__field + .form__field {
    margin-top: 12px;
}
.form__field + .form__field2 {
    margin-top: 14px;
}
.form__input_text {
    background-color: transparent;
    border: 0;
    border-bottom: .5px solid #1C1C1C;
    height: 48px;
    color: #1C1C1C;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
    width: 100%;
}
.form__input_text::placeholder {
    opacity: 1;
    color: #1C1C1C;
}
.form__input_text:focus {
    outline: 0;
}
.form__input_text.input-validation-error {
    color: #FF0000;
}
.input-validation-error.form__input_text::placeholder {
    color: #FF0000;
}
.btn-vmeste {
    border-radius: 11px;
    background-color: #009954;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: 'Druk Text Wide Cyr',Arial,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: 0.38px;
    border: 0;
    text-decoration: none;
}
.btn-vmeste:hover {
    background-color: #0EAC65;
}
.btn-vmeste[disabled] {
    background-color: #F0F2F5;
    color: #85959E;
}
.form__link {
    color: #1C1C1C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    text-decoration: underline;
}
.form__field .form__error {
    position: absolute;
    left: 0;
    bottom: -14px;
    color: #f00;
    font-size: 10px;
}
.start__timeline_box {
    position: relative;
    width: 100%;
    height: 411px;
}
.activeUser .start__timeline_box {
    padding-left: 24px;
    padding-top: 108px;
}
.start__timeline_box_bg {
    background-image: url('../img/start-timeline-box-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 442px;
    height: 411px;
    width: 442px;
    position: absolute;
    top: 0;
    right: 8px;
}
.activeUser .start__timeline_box_bg {
    background-image: url('../img/start-timeline-box-bg2.svg');
}
.start__timeline_timer {
    position: relative;
}
.start__timeline_title {
    color: #FFF;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    margin-bottom: 24px;
}
.start__timeline_time {
    display: flex;
    width: 290px;
    gap: 20px;
}
.simply-days-section .simply-amount:after,
.simply-minutes-section .simply-amount:after,
.simply-hours-section .simply-amount:after {
    position: absolute;
    color: #FFF;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 125% */
    content: ':';
    top: 0;
    right: -15px;
    bottom: 0;
}
.simply-amount {
    color: #FFF;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    display: block;
    margin-bottom: 2px;
    position: relative;
}
.simply-word {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    display: block;
    text-transform: capitalize;
}
.start__col1 {
    position: relative;
    z-index: 3;
}
.start__col2 {
    position: relative;
    z-index: 2;
    margin-top: -53px;
}
.start__col3 {
    position: relative;
    z-index: 1;
    margin-top: -53px;
}
.start__image_box {
    position: relative;
    width: 100%;
    height: 375px;
}
.start__image_box_bg {
    background-image: url('../img/start-image-box-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 399px;
    height: 375px;
    width: 399px;
    position: absolute;
    top: 0;
    right: 8px;
}
.activeUser .start__image_box_bg {
    background-image: none;
}
.activeUser .start__image_box {
    height: 424px;
    width: 401px;
}
.start__image_link {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.start__image_mask {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.activeUser .start__col3 {
    margin-top: -84px;
}
.user__menu {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 9px;
    justify-content: space-between;
    gap: 16px;
    background-color: #fff;
    z-index: 5;
}
.start .user__menu {
    top: 16px;
    bottom: auto;
    right: 16px;
    left: auto;
    gap: 8px;
    position: absolute;
    padding-right: 0;
    justify-content: end;
    background-color: transparent;
}
.user__menu_lang {
    display: none;
}
.start .user__menu_lang {
    display: block;
}
.user__menu_lang_bnt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 34px;
    background-color: rgba(217, 224, 231, 0.36);
    color: rgba(28, 28, 28, 0.40);
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 153.846% */
    text-decoration: none;
    border-radius: 50%;
}
.user__menu_lang_bnt:hover {
    background-color: rgba(217, 224, 231, 1);
    color: rgba(28, 28, 28, 1);
    text-decoration: none;
}
.user__menu_profile, .user__menu_question, .user__menu_tasks {
    display: none;
}
.user__menu_question {
    display: none;
}
.login .user__menu_profile,
.login .user__menu_message,
.login .user__menu_tasks,
.login .user__menu_stats,
.login .user__menu_question {
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
}
.login .user__menu_profile_btn {
    height: 38px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #E8EBF0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .user__menu_profile_btn img {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.start .user__menu_profile_btn {
    height: 31px;
    width: 31px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}
.start .user__menu_profile_btn img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user__menu_project {
    display: none;
}
.user__menu_question_btn {
    display: block;
    height: 38px;
    width: 39px;
    background-image: url(../img/icon-question.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.active .user__menu_question_btn {
    background-image: url(../img/icon-question-active.svg);
}
.user__menu_tasks_btn {
    display: block;
    height: 38px;
    width: 41px;
    background-image: url(../img/icon-tasks.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
}
.active .user__menu_tasks_btn {
    background-image: url(../img/icon-tasks-active.svg);
}
.user__menu_count {
    width: 20px;
    height: 20px;
    display: flex;
    background-color: #009954;
    border-radius: 50%;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 200% */
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: -4px;
    right: -5px;
    position: absolute;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    padding-bottom: 2px;
}
.user__menu_stats_btn {
    display: block;
    height: 38px;
    width: 41px;
    background-image: url(../img/icon-stat.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
}

.active .user__menu_stats_btn {
    background-image: url(../img/icon-stat-active.svg);
}
.user__menu_message_btn {
    display: flex;
    height: 36px;
    width: 36px;
    background-color: #E8EBF0;
    align-items: center;
    justify-content: center;
    border-radius: 25%;
    position: relative;
    border: none;
}
.active .user__menu_message_btn {
    background-color: #009954;
}
.user__menu_message_btn img {
    width: 18.75px;
    height: 18.75px;
}
.message_count {
    background-color: #0078F7;
    top: -6px;
    right: -6px;
}
.qPage {
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
    margin: 15px auto;
    margin-bottom: 100px;
}
.question__box {
    border-radius: 22px;
    background: #F0F2F5;
    padding: 24px 16px;
    margin-bottom: 16px;
}
.question__title {
    color: #1C1C1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    margin-bottom: 24px;
}
.question__text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.15px;
}
.answer__box {
    padding: 24px 16px;
    border-radius: 22px;
    border: 1px solid #D7EEDF;
    background: #FFF;
    position: relative;
}
.answer__info {
    margin-bottom: 16px;
}
.answer__info > div {
    margin-bottom: 16px;
}
.answer__info_points {
    border-radius: 1111px;
    border: 1px solid #FC9CD6;
    display: inline-flex;
    height: 24px;
    color: var(--6, #FC9CD6);
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding: 0 12px;
}
.answer__info_points.active {
    border-radius: 1111px;
    border: 1px solid #FC9CD6;
    background-color: #FC9CD6;
    color: #fff;
}
.answer__text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.15px;
}
.answer__field + .answer__field {
    margin-top: 16px;
}
.answer__input {
    height: 44px;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #85959E;
    color: #1C1C1C;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.answer__input::placeholder {
    opacity: 1;
    color: #85959E;
    font-family: 'Graphik LCG',Arial,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
}
.answer__input:focus {
    outline: none;
}
.answer__input.active {
    border-bottom: 1px solid #009954;
}
.answer__input.activeCompleted {
    border-bottom: 1px solid #009954;
    color: #009954;
}
.answer__input.error {
    border-bottom: 1px solid #FC4917;
}
.answer__input.error::placeholder {
    color: #FC4917;
}
.answer__submit {
    height: 44px;
    border-radius: 11px;
    background: #F0F2F5;
    width: 100%;
    border: 0;
    color: #85959E;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: 0.38px;
}
.answer__submit.active {
    background: #009954;
    color: #fff;
}
.answer__ok {
    border-radius: 11px;
    background: #F0F2F5;
    height: 44px;
    display: flex;
    align-items: center;
    color: var(--4, #009954);
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: 0.38px;
}
.answer__ok_btn {
    height: 44px;
    width: 44px;
    background-color: #009954;
    border-radius: 11px;
    background-image: url(../img/answer__btn.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.answer__ok_text {
    padding-left: 25px;
}
.help__box_timer {
    background-color: #F0F2F5;
    display: flex;
    width: 100%;
    height: 91px;
    border-radius: 20px;
    padding: 13px 16px;
    padding-top: 55px;
    color: #1D1D1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
}
.help__box {
    min-height: 91px;
    margin-top: -47px;
}
.question__line {
    margin-bottom: 16px;
}
.help__box_item {
    border-radius: 20px;
    background-color: #D7EEDF;
    min-height: 91px;
    padding: 13px 16px;
    padding-top: 55px;
}
.help__box_item_show {
    color: #009954;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}
.help__box_item_hide {
    color: #009954;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}
.help__box_item_text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.15px;
    padding-bottom: 24px;
}
.answer__incorrect {
    color: #FC4917;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
}
.chat__box {
    display: none;
}
.user__menu_skolkovo {
    display: none;
}
.finish__box {
    padding-top: 15px;
}
.page__title {
    color: #1C1C1C;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 112.5% */
}
.finish__title {
    margin-bottom: 24px;
}
.finish__text {
    margin-bottom: 36px;
}
.page__text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.15px;
}
.finish__image {
    position: relative;
    margin-bottom: 65px;
}
.finish__image .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;   
}
.finish__image .mask {
    width: 100%;
    position: relative;
}
.pageH {
    min-height: 100vh;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error__image {
    margin-bottom: 44px;
    text-align: center;
}
.error__title {
    color: var(--1, #1C1C1C);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    margin-bottom: 44px;
}
.error__box {
    max-width: 360px;
}
.error__link a {
    width: 268px;
    height: 44px;
    margin: 0 auto;
}
.preloader, .stepNext, .stepNext2 {
    position: fixed;
    background-color: rgb(247, 248, 249);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.preloader__box, .notice__box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.preloader_f {
    position: absolute;
    top: -208px;
    left: -336px;
}
.preloader__image {
    position: relative;
    width: 144px;
    height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader_bg {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-name: preloaderBg;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}
@keyframes preloaderBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.preloader_logo {
    position: relative;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-name: preloaderLogo;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    transform: scale(1);
}
.stepNext, .stepNext2 {
    z-index: 1;
}
.notice__block {
    padding: 16px;
    max-width: 290px;
    background-color: #fff;
    border-radius: 20px;
}
@keyframes preloaderLogo {
    0% {
        transform: scale(.95);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(.95);
    }
}
.notice__title {
    color: #1D1B20;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 116.667% */
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    margin-bottom: 24px;
}
.notice__image {
    text-align: center;
    margin-bottom: 24px;
}
.notice__spinner {
    text-align: center;
}
.spinner {
    width: 44px;
    height: 44px;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: preloaderBg;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}
.question__image {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 47.5%;
    display: block;
}
.question__image.video {
    padding-top: 56.2%;
    margin-bottom: 0;
}
.question__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    border-radius: 11px;
}

.question__image video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
    border-radius: 11px;
}
.video__image_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.video__image_box::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000050;
    content: ' ';
    border-radius: 11px;
    background-image: url('../img/video-play.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}
.active.video__image_box::after {
    display: none;
}
.active.video__image_box img {
    display: none;
}
.question__next_box {
    padding-top: 25px;
}
.question__next {
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 0;
    color: #85959E;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.38px;
    border-radius: 11px;
    background: #F0F2F5;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
}
.user__menu_nextLevel {
    display: none;
}
.modal-backdrop.show {
    background: rgba(237,247,251,.64);
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(5.5px);
    opacity: 1;
}
.modal-dialog {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
}
.modal-content {
    border-radius: 28px;
    background: #FFF;
    border: 0;
}
.modal-body {
    padding: 30px 20px;
}
.modal__title {
    color: #1D1B20;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.modal__text {
    color: #49454F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.modal__btn_close {
    border-radius: 11px;
    border: 1px solid #E3E5DB;
    height: 40px;
    color: #1C1C1C;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    background-color: #fff;
    width: 100%;
}
.modal__btns>div {
    margin-bottom: 8px;
}
.modal__btn_save {
    border-radius: 11px;
    background-color: #FC4917;
    border: 1px solid #FC4917;
    height: 40px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.modal__btn_save:hover {
    background-color: #FF5C2F;
    border: 1px solid #FF5C2F;
}
.question__timer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    z-index: 1;
}
.question__progress_line {
    height: 2px;
}
.question__progress_line .progress-bar {
    background-color: #009954;
}
.question__timer_info {
    height: 24px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
.question__timer_steps {
    color: #B8BECB;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 8px;
    white-space: nowrap;
}
.question__timer_steps span {
    color: #1C1C1C;
}
.question__timer_text {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: -0.11px;
    padding-top: 4px;
}
.question__timer_text + .question__timer_text {
    margin-left: auto;
}
.question__timer_time {
    color: #1C1C1C;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 8px;
}
.question__progress_circle {
    display: none;
}
.bonus__box {
    border-radius: 22px;
    border: 1px solid #D7EEDF;
    background: #FFF;
    padding: 16px;
    position: relative;
    margin-bottom: 8px;
}
.new.bonus__box {
    border: 1px solid #009954;
}
.bonus__header_status {
    border-radius: 1111px;
    border: 1px solid #FC9CD6;
    display: inline-flex;
    height: 24px;
    color: #FC9CD6;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 0 16px;
    white-space: nowrap;
}
.bonus__header_status.success {
    border: 1px solid #009954;
    background-color: #009954;
    color: #fff;
}
.bonus__header_status.waiting {
    border: 1px solid #B8BECB;
    background-color: #B8BECB;
    color: #fff;
}
.bonus__header_status.rejected {
    border: 1px solid #FC4917;
    background-color: #FC4917;
    color: #fff;
}
.bonus__header_title {
    color: #000;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bonus__title {
    margin-bottom: 22px;
}
.bonus__switch_btn {
    width: 24px;
    height: 24px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/bonus__close.svg);
}
.bonus__switch_btn.back {
    background-image: url(../img/bonus__open.svg);
}
.bonus__switch {
    position: absolute;
    top: 16px;
    right: 14px;
}
.bonus__new {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #009954;
    color: #FFF;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    display: none;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    position: absolute;
    left: -5px;
    top: -7px;
}
.new .bonus__new {
    display: flex;
}
.bonus__body {
    padding-top: 24px;
}
.bonus__text {
    margin-bottom: 32px;
}
.bonus__body .answer__box {
    padding: 0;
    border: 0;
}
.answer__label {
    border-radius: 11px;
    border: 1px dashed #D9E0E7;
    background: rgba(232, 235, 240, 0.19);
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
    color: #009954;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.38px;
    gap: 16px;
    cursor: pointer;
}
.answer__invalid {
    color: #FC4917;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
textarea.answer__input {
    height: 34px;
}
.answer__files {
    padding: 16px 0;
}
.bonus__status_ok {
    height: 102px;
    border-radius: 11px;
    background: rgba(0, 153, 84, 0.20);
    color: #009954;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bonus__status_moderation {
    height: 102px;
    border-radius: 11px;
    background-color: #F0F2F5;
    color: #009954;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bonus__status_moderation.success {
    background-color: rgba(0, 153, 84, 0.2);
}
.bonus__status_moderation.reject {
    color: #FC4917;
    background-color: rgba(252, 73, 23, 0.2);
}
.bonus__status_moderation.moderation {
}
.bonus__status_canceled {
    height: 151px;
    border-radius: 11px;
    background-color: rgb(252, 73, 23, .1);
    color: #FC4917;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 141.176% */
    letter-spacing: 0.38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat__empty {
    min-height: calc(100vh - 200px );
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat__empty_image {
    margin-bottom: 35px;
}
.stat__empty_image img {
    max-width: 367px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.stat__empty_text {
    color: var(--1, #1C1C1C);
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    max-width: 536px;
}
.stat__box {
    border-radius: 22px;
    background: #FFF;
    padding: 16px;
    min-height: calc(100vh - 220px);
}
.stat__position {
    height: 35px;
    width: 35px;
    background: var(--1, #E8EBF0);
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat__position.green {
    background-color: #009954;
}
.stat__header {
    color: #1C1C1C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    padding: 0 15px 15px 15px !important;
    white-space: nowrap;
}
.stat__td1 {
    padding: 9px 0 12px 0 !important;
}
.stat__td {
    padding: 15px !important;
    color: var(--1, #1C1C1C);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
}
.account__name {
    color: #1C1C1C;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 112.5% */
    margin-bottom: 8px;
}
.account__info {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
    border-radius: 22px;
    background: #FFF;
    position: relative;
    margin-bottom: 24px;
}
.account__position {
    color: #85959E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
}
.account__box {
    padding-top: 70px;
}
.account__photo {
    position: relative;
    height: 88px;
    width: 88px;
}
.account__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: white;
}
.account__photos {
    position: absolute;
    top: -36px;
    left: 20px;
    display: flex;
    align-items: center;
}
.account__photos>div + div {
    margin-left: -10px;
}
.account__form {
    padding: 32px 34px;
    border-radius: 22px;
    background: #FFF;
}
.account__form_title {
    color: var(--1, #1C1C1C);
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}
.account__field_name {
    color: var(--4, #9BA0AB);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
.account__field_input {
    width: 100%;
    height: 44px;
    border: 0;
    border-bottom: 1px solid #B8BECB;
    color: var(--1, #1C1C1C);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
}
.account__field_input:focus {
    outline: none;
}
.account__field_input::placeholder {
    opacity: 1;
    color: var(--4, #9BA0AB);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
    letter-spacing: -0.408px;
}
.account__field + .account__field {
    margin-top: 16px;
}
.account__form {
    margin-bottom: 24px;
}
.users__line {
    min-height: 56px;
    display: flex;
    align-items: center;
    border-top: 1px solid #D9E0E7;
    cursor: pointer;
    position: relative;
}
.users__line:hover {
    background-color: #D9E0E7;
}
.users_list {
    border-bottom: 1px solid #D9E0E7;
}
.users__line_n {
    background-color: #D5DDE6;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    color: #1D1D1B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.users__line_l {
    color: var(--1, #1C1C1C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
}
.users__line_t {
    color: var(--4, #9BA0AB);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
    width: 180px;
    padding-right: 35px;
    padding-left: 30px;
    white-space: nowrap;
}
.users__delete {
    position: absolute;
    top: 14px;
    right: 5px;
    display: block;
    opacity: .5;
}
.users__add {
    display: flex;
    height: 56px;
    align-items: center;
    text-decoration: none;
}
.users__add_icon {
    height: 24px;
    width: 24px;
    display: flex;
    background-color: #009954;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 25.5px */
    letter-spacing: -0.17px;
    margin-right: 16px;
}
.users__add_text {
    color: #676A73;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.users__btn_c {
    width: 100%;
    height: 40px;
    border-radius: 11px;
    border: 1px solid #E3E5DB;
    color: var(--1, #1C1C1C);
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
}

.users__btn_s {
    width: 100%;
    height: 40px;
    border-radius: 11px;
    border: 1px solid #009954;
    color: #fff;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #009954;
}
.users__btns .users__btn_s,
.users__btns .users__btn_cancel {
    padding-bottom: 4px;
}

.users__btn_cancel {
    width: 100%;
    height: 40px;
    border-radius: 11px;
    border: 1px solid #E3E5DB;
    color: #1C1C1C;
    text-align: center;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.users__btn_cancel:hover {
    background-color: #f8f9fa;
    border-color: #d1d3d4;
    color: #1C1C1C;
    text-decoration: none;
}

.users__btn_cancel:active {
    background-color: #e9ecef;
    border-color: #c1c3c4;
}
.users__btns>div + div {
    margin-top: 12px;
}
.oneVertikalPhoto, .video.oneVertikalPhoto {
    padding-top: 148.45%;
}
.oneVertikalPhotoBigText {
    padding-top: 148.45%;
}
.questionSwiperSlide {
    padding: 0;
    width: 270px;
}
.questionSwiperSlide .question__image {
    padding-top: 62.7%;
    margin-bottom: 0;
}
.cBoth {
    clear: both;
}
.questionSwiper {
    margin-right: -16px;
    margin-bottom: 24px;
    padding-bottom: 78px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev {
    height: 56px;
    width: 56px;
    border-radius: 11px;
    border: 1px solid var(--6, #FC9CD6);
    background: var(--6, #FC9CD6);
    background-image: url(../img/swiper-button-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: auto;
    bottom: 0;
}
.swiper-button-next {
    height: 56px;
    width: 56px;
    border-radius: 11px;
    border: 1px solid var(--6, #FC9CD6);
    background: var(--6, #FC9CD6);
    background-image: url(../img/swiper-button-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    left: 64px;
    top: auto;
    right: auto;
    bottom: 0;
}
.help__box + .help__box {
    margin-top: 1px;
    min-height: auto;
}
.help__box + .help__box .help__box_item {
    padding: 12px 13px;
    min-height: auto;
}
.help__box + .help__boxtime {
    min-height: 91px;
    margin-top: -47px;
    z-index: -1;
    position: relative;
}
.reg__qPage {
    margin-top: 0;
    padding-top: 64px;
}
.reg__qPage .page__title {
    margin-bottom: 16px;
}
.reg__subTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #676A73;
    margin-bottom: 24px;
}
.reg__done .reg__subTitle {
    color: #1C1C1C;
    line-height: 20px;
    margin-bottom: 33px;
}
.reg__done .reg__qPage .page__title {
    margin-bottom: 48px;
}
body.registration {
    background-color: #ffffff;
}
body.reg__done {
    background-color: #EC8FC7;
}
.form_reg__input {
    border: 0;
    border-bottom: 1px solid #9ba0ab;
    border-radius: 0;
    background: transparent;
    width: 100%;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #1c1c1c;
}
.form_reg__input:focus,
.form_reg__select:focus {
    outline: none;
}
.form_reg__input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #85959E;
}
.form_reg__input.input-validation-error {
    border-bottom: 1px solid #ff0000;
}
.form_reg__error {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #ff0000;
    display: block;
}
.form_reg__field {
    position: relative;
}
.form_reg__name-row {
    display: grid;
    grid-template-columns: 1fr;
}
.form_reg__phone-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 16px;
}
.form_reg__participants-count {
    margin-top: 4px;
}
.form_reg__hint {
    max-width: 460px;
    margin-top: 8px;
    color: #676A73;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.form_reg__participants {
    margin-top: 8px;
}
.form_reg__participant {
    padding: 12px 0 8px;
    border-top: 1px solid #d9dde2;
}
.form_reg__participant-title {
    margin-bottom: 4px;
    color: #676A73;
    font-size: 12px;
    line-height: 16px;
}
.form_reg__error + .form_reg__error {
    margin-top: 8px;
}
.form_reg__select {
    border: 0;
    border-bottom: 1px solid #9ba0ab;
    width: 100%;
    height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #1c1c1c;
    border-radius: 0;
    padding-left: 0;
}
.form_reg__option {
    color: #009954;
}
.form_reg__label {
    padding: 20px 0;
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #000;
}
.form_reg__label:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #85959e;
    border-radius: 3px;
    left: 0;
    top: 21px;
}
.form_reg__label a {
    color: #009954;
}
.form_reg__checkbox:checked + .form_reg__label:before {
    border: 2px solid #009954;
    background-color: #009954;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDQuMTI1IDdMMSA0LjI3MjczIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuOTk4MzIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
}
.form_reg__team {
    border-bottom: 1px solid #9ba0ab;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #000;
    padding: 9px 0;
}
.form_reg__add {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #676A73;
    cursor: pointer;
    background-image: url('../img/add-user.svg');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.form_reg__submit {
    height: 48px;
    background: #009954;
    border-radius: 11px;
    border: 0;
    width: 100%;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.38px;
    color: #FFFFFF;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.form_reg__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.form_reg__cancel {
    height: 48px;
    border: 1px solid #009954;
    border-radius: 11px;
    color: #009954;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.38px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_reg__cancel:hover,
.form_reg__cancel:focus-visible {
    color: #007f46;
    border-color: #007f46;
}
.team-language-switch {
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(217, 224, 231, 0.36);
    color: rgba(28, 28, 28, 0.40);
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.team-language-switch:hover,
.team-language-switch:focus-visible {
    background-color: rgba(217, 224, 231, 1);
    color: rgba(28, 28, 28, 1);
    text-decoration: none;
}
.form_reg__input[type="number"] {
    appearance: textfield;
}
.form_reg__input[type="number"]::-webkit-inner-spin-button,
.form_reg__input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}
.reg__img, .reg__img2 {
    display: none;
}
.hidden_box {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
}
.reg__img_pink {
    display: block;
    position: absolute;
    z-index: -1;
    top: 40px;
    left: -150px;
    width: 503px;
}
.reg__img2_pink {
    display: block;
    position: absolute;
    z-index: -1;
    top: 470px;
    left: 5px;
}
.reg__qPage {
    position: relative;
}
.reg__qPage_done {
    padding-top: 115px;
    max-width: 350px;
}
.reg__done .form_reg__submit {
    max-width: 277px;
}
.regGame__qPage {
    margin: 0 auto;
    padding: 0;
}
.reg__game_box {
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 16px;
}
.reg__game_box img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reg__game {
    padding-top: 52px;
    position: relative;
}
.reg__game_title {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: "Druk Text Wide Cyr", Arial, sans-serif;
    margin-bottom: 16px;
}
.reg__game_text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C;
    margin-bottom: 36px;
}
.reg__game_timer_title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #1C1C1C;
}
.reg__game_next {
    padding-top: 36px;
}
.reg__game .simply-days-section .simply-amount::after, .reg__game .simply-minutes-section .simply-amount::after, .reg__game .simply-hours-section .simply-amount::after {
    color: #009954;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}
.reg__game .simply-amount {
    color: #009954;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}
.reg__game .simply-word {
    color: #1C1C1C;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
.reg__game_logo {
    position: absolute;
    top: 16px;
    display: block;
    z-index: 1;
    left: 20px;
}
.reg__game_qr {
    height: 62px;
    width: 62px;
    position: absolute;
    top: 35px;
    z-index: 2;
    left: 42px;
}
.reg__game_qr div {
    height: 62px;
    width: 62px;
    position: relative;
}
.reg__game_qr img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.reg-game-img-item {
    display: block;
    position: absolute;
    z-index: 1;
    top: 195px;
    right: -26px;
}
.reg-game-img-item2 {
    width: 386px;
    display: block;
    top: 144px;
    right: -135px;
    position: absolute;
    z-index: -1;
}
.reg__game_files_title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #1C1C1C;
    font-weight: bold;
}
.reg__game_files a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgb(0, 153, 84);
}
@media (min-width: 576px) {
    .qPage {
        max-width: 576px;
    }
    .users__line_t {
        width: 200px;
        font-size: 14px;
    }
    .users__line_l {
        font-size: 14px;
    }
    .questionSwiperSlide {
        width: 423px;
    }
    .reg__qPage {
        max-width: 440px;
    }
    .reg__qPage_done {
        max-width: 350px;
    }
}

@media (min-width: 768px) {
    .error__box {
        max-width: 710px;
    }
    .error__image img {
        width: 432px;
    }
    .error__title {
        font-size: 32px;
        line-height: 36px;
    }
    .notice__block {
        padding: 32px;
        max-width: 530px;
    }
    .notice__title {
        font-size: 24px;
        line-height: 28px;
    }
    .modal-dialog {
        max-width: 385px;
    }
    .modal-body {
        padding: 24px;
    }
    .modal__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .modal__text {
        margin-bottom: 24px;
    }
    .modal__btns {
        display: flex;
    }
    .modal__btn_close, .modal__btn_save {
        height: 44px;
        width: 159px;
    }
    .modal__btns > div {
        margin-bottom: 0;
        margin-right: auto;
    }
    .reg__qPage {
        max-width: 514px!important;
        margin-bottom: 0;
        padding: 50px 0;
        position: relative;
    }
    .form_reg__name-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 24px;
    }
    .form_reg__actions {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    body.registration {
        background-color: #f7f8f9;
       
    }
    body.reg__done {
        background-color: #EC8FC7;
    }
    .reg__img {
        display: block;
        position: absolute;
        z-index: -1;
        top: -100px;
        left: 50%;
        transform: translate(-50%);
    }
    .reg__img_pink {
        width: 776px;
        top: -190px;
    }
    .reg__img2 {
        display: block;
        position: absolute;
        z-index: -1;
        right: -820px;
        top: -75px;
    }
    .hidden_box {
        overflow: hidden;
        display: flex;
        min-height: 100vh;
        align-items: center;
    }
    .reg__qPage .page__title {
        font-size: 32px;
    }
    .reg__done .reg__qPage .page__title {
        line-height: 36px;
        margin-bottom: 14px;
    }
    .reg__done .form_reg__submit {
        max-width: 206px;
    }
    .reg__done .reg__subTitle {
        margin-bottom: 48px;
    }
    .regGame__qPage {
        max-width: 630px!important;
        margin: 0 auto!important;
    }
    .gameRegistration .hidden_box {
        display: block;
    }
    .reg__game {
        padding-top: 102px;
    }
    .reg__game_box {
        height: 335px;
    }
    .reg__game_logo {
        width: 150px;
        top: 54px;
        left: -70px;
    }
    .reg__game_qr {
        height: 90px;
        width: 90px;
        top: 80px;
        left: -40px;
    }
    .reg__game_qr div {
        height: 90px;
        width: 90px;
    }
    .reg-game-img-item {
        width: 122px;
        top: 357px;
        right: -55px;
    }
    .reg-game-img-item2 {
        width: 297px;
        top: 273px;
        right: -188px;
    }
    .reg-game-img-item3 {
        position: absolute;
        z-index: -1;
        left: -340px;
        top: 150px;
    }
    .reg__game .form_reg__submit {
        max-width: 270px;
    }
    .reg__game_text {
        margin-bottom: 16px;
    }
    .reg__game_next {
        padding-top: 16px;
    }
}

@media (min-width: 992px) {
    .start__page {
            display: flex;
            max-width: 992px;
            padding: 50px 0;
            justify-content: start;
            align-items: center;
            min-height: 100vh;
        }

        .start__timeline_box {
            width: 442px;
        }

        .start__col2 {
            margin-top: 1px;
            margin-left: -60px;
        }

        .start__login_box {
            width: 375px;
        }

        .start__col3 {
            margin-top: 8px;
            margin-left: -70px;
        }

        .start__image_box {
            width: 399px;
        }

        .activeUser .start__col3 {
            margin-top: 8px;
        }

        .activeUser .start__timeline_box {
            padding-left: 90px;
        }

        .start .user__menu {
            top: 24px;
            right: 14px;
        }

        .user__menu_profile_btn {
            width: 65px;
            height: 61px;
            background-color: #E8EBF0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .user__menu_profile_btn:hover {
                background-color: #0EAC65;
            }

            .user__menu_profile_btn.active {
                background-color: #009954;
            }

            .user__menu_profile_btn img {
                height: 35px;
                width: 35px;
                border-radius: 50%;
                position: relative;
            }

        .login .user__menu_project {
            height: 65px;
            width: 65px;
            border-radius: 11px;
            border: 1px solid #E8EBF0;
            display: flex;
            position: fixed;
            left: 24.5px;
            bottom: 24px;
            align-items: center;
            justify-content: center;
        }

        .login .user__menu_profile {
            height: 61px;
            width: 65px;
            position: fixed;
            left: 24.5px;
            bottom: 96px;
        }

        .start .user__menu_profile {
            position: fixed;
            bottom: 21px;
            left: 24px;
        }

        .start.quest-waiting .user__menu_profile {
            position: static;
            width: 31px;
            height: 31px;
        }

        .start.quest-waiting .user__menu_profile_btn {
            width: 31px;
            height: 31px;
        }

        .start.quest-waiting .user__menu_profile_btn img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .login .user__menu_profile_btn {
            height: 61px;
            width: 65px;
        }

        .login .user__menu_profile_btn img {
            width: 35px;
            height: 35px;
        }

        .login .user__menu_question {
            position: fixed;
            top: 24px;
            left: 24px;
            width: 59.382px;
            height: 57.367px;
        }
        .user__menu_question_btn {
            width: 59.382px;
            height: 57.367px;
        }
        .login .user__menu_tasks {
            position: fixed;
            left: 24.38px;
            top: 89.37px;
            width: 59px;
            height: 54.763px;
        }
        .user__menu_tasks_btn {
            width: 59px;
            height: 54.763px;
        }
        .user__menu_count {
            width: 25px;
            height: 25px;
            font-size: 10px;
            padding-bottom: 3px;
            top: 1px;
            right: -11px;
            border: 1px solid #fff;
        }
        .user__menu_stats {
            position: fixed;
            left: 24.38px;
            top: 152.13px;
            width: 59px;
            height: 55px;
        }
        .user__menu_stats_btn {
            width: 59px;
            height: 55px;
        }
        .login .user__menu_message {
            height: 64px;
            width: 64px;
            position: fixed;
            right: 24px;
            bottom: 24px;
        }
        #userMenuMessage .user__menu_message_btn {
            background-color: #009954;
        }
        #userMenuMessage img {
            width: 32px;
            height: 32px;
        }
        .user__menu_message_btn {
            height: 64px;
            width: 64px;
        }
        .message_count {
            top: -2px;
            right: -7px;
        }
        .user__menu_skolkovo {
            display: block;
            position: fixed;
            top: 20px;
            right: 16px;
            width: 149px;
        }
        .user__menu_skolkovo img {
            width: 100%;
        }
        .user__menu {
            position: relative;
            height: 0;
            background-color: transparent;
        }
        .qPage {
            max-width: 650px;
        }
        .answer__info {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
        }
        .answer__info_points {
            white-space: nowrap;
        }
        .answer__text {
            padding-right: 16px;
        }
        .answer__fields {
            display: flex;
        }
        .answer__ok {
            width: 282px;
        }
        .answer__ok_text {
            padding-left: 11px;
        }
        .answer__input {
            width: 255px;
        }
        .answer__field + .answer__field {
            margin-top: 0;
            margin-left: 18px;
        }
        .answer__submit {
            width: 225px;
        }
        .answer__incorrect {
            position: absolute;
            left: 16px;
            bottom: 0;
        }
        .question__image img {
            border-radius: 22px;
        }
        .question__image video {
            border-radius: 22px;
        }
        .video__image_box::after {
            border-radius: 22px;
            background-size: auto;
        }
        .question__next_box {
            display: none;
        }
        .user__menu_nextLevel {
            display: block;
            position: fixed;
            bottom: 96px;
            right: 24px;
        }
        .question__progress_line {
            display: none;
        }
        .question__timer_info {
            height: 56px;
            padding: 0 11px 0 18px;
        }
    .question__timer {
        left: 50%;
        right: auto;
        bottom: 30px;
        border-radius: 37.5px;
        width: 618px;
        transform: translate(-50%);
    }
    .question__timer_steps {
        font-size: 18px;
        line-height: 171.429%;
        padding-right: 18px;
    }
        .question__timer_text {
            font-size: 14px;
            line-height: 150%; /* 24px */
            letter-spacing: -0.16px;
        }
        .question__timer_time {
            font-size: 18px;
            line-height: 171.429%;
            padding-left: 18px;
            padding-right: 16px;
        }
        .question__progress_circle {
            display: block;
        }
        #questionProgressCircle {
            border-radius: 50%;
        }
        .bonus__title {
            margin-bottom: 40px;
        }
    .bonus__box {
        padding: 24px;
        min-height: 80px;
        margin-bottom: 16px;
    }
        .bonus__switch_btn {
            width: 56px;
            height: 56px;
            border-radius: 11px;
            background-color: #F0F2F5;
            background-position: center;
            background-repeat: no-repeat;
        }
        .bonus__header {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            padding-right: 70px;
        }
        .bonus__header_status {
            margin-bottom: 0;
            margin-left: 18px;
            margin-top: 4px;
        }
        .bonus__switch {
            top: 12px;
            right: 14px;
        }
        .bonus__header_title {
            font-size: 20px;
        }
    .bonus__body {
        padding-top: 28px;
    }
    .bonus__text {
        margin-bottom: 70px;
    }
    .answer__files {
        padding: 28px 0;
    }
    .users__line_t {
        width: 250px;
        font-size: 17px;
    }

    .users__line_l {
        font-size: 17px;
    }
    .users__btns {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
    }
    .users__btns > div + div {
        margin-top: 0;
    }
    .users__btn_s, .users__btn_c, .users__btn_cancel {
        width: 159px;
    }
    .account__field {
        display: flex;
        align-items: center;
    }
    .account__field_name {
        width: 120px;
    }
    .account__field_input {
        width: 390px;
    }
    .oneVertikalPhotoBigText {
        width: 50%;
        float: right;
        margin-left: 12px;
        margin-bottom: 12px;
        padding-top: 69.25%;
    }
    .twoPhotoHorizont {
        padding-top: 63.5%;
    }
    .question__box.empty {
        background-image: url('../img/video-bg.svg');
        background-position: left bottom;
        background-size: 90%;
        background-repeat: no-repeat;
    }
}

    @media (min-width: 1200px) {
        .qPage {
            max-width: 830px;
            margin: 24px auto;
            padding: 0;
            margin-bottom: 120px;
        }
        .user__menu_skolkovo {
            right: 36px;
        }
        .question__box {
            padding: 24px;
            margin-bottom: 20px;
        }
        .question__title, .page__title {
            font-size: 32px;
            line-height: 36px;
        }
        .question__text, .page__text, .answer__text {
            font-size: 16px;
            line-height: 150%;
            letter-spacing: -0.16px;
        }
        .answer__box {
            padding: 24px;
        }
        .answer__text {
            padding-right: 30px;
        }
        .answer__info_points {
            padding: 0 17px;
        }
        .help__box_item, .help__box_timer {
            padding: 55px 24px 12px;
        }
        .help__box + .help__box .help__box_item {
            padding: 12px 24px;
        }
        .question__line {
            margin-bottom: 25px;
        }
        .answer__incorrect {
            left: 24px;
        }
        .finish__box {
            padding-top: 35px;
        }
        .finish__title {
            margin-bottom: 33px;
        }
        .page__text {
            margin-bottom: 46px;
        }
        .question__timer {
            width: 830px;
        }
        /*
        .question__timer_text {
            font-size: 21px;
            padding-top: 0;
        }
            */
        .users__line_t {
            padding-right: 75px;
            width: 260px;
        }
        .users__delete {
            right: 16px;
        }
        .reg__qPage {
            margin-bottom: 0;
            padding: 50px 0;
            margin-left: 200px;
            margin-top: 0;
        }
    }

    @media (min-width: 1440px) {
        .start__page {
            max-width: 1440px;
            padding-left: 40px;
        }

        .start__image_box_bg {
            background-image: url('../img/start-image-box-bg.svg');
            right: 0;
            background-size: 481px;
            height: 509px;
            width: 481px;
        }

        .start__image_box {
            width: 481px;
            height: 509px;
        }

        .start__col3 {
            margin-left: -45px;
        }

        .start__timeline_box_bg {
            background-image: url('../img/start-timeline-box-bg.svg');
            background-size: 559px;
            height: 516px;
            width: 559px;
            right: 0;
        }

        .start__timeline_box {
            height: 516px;
            width: 559px;
        }

        .start__col2 {
            margin-left: -67px;
        }

        .start__login_box_bg {
            background-image: url('../img/start-login-box.svg');
            background-size: 541px;
            height: 517px;
            width: 541px;
            right: 0;
        }

        .start__login_box {
            height: 517px;
            width: 541px;
            padding-left: 112px;
            padding-top: 117px;
        }

        .start__login_form {
            width: 332px;
        }

        .start__login_title {
            margin-bottom: 16px;
            line-height: 36px;
            font-size: 32px;
        }

        .form__field + .form__field {
            margin-top: 14px;
        }

        .form__field + .form__field2 {
            margin-top: 33px;
        }

        .form__field2 + .form__field2 {
            margin-top: 16px;
        }

        .form__field2 .btn-vmeste {
            max-width: 206px;
        }

        .activeUser .start__login_box_bg {
            background-size: 528px;
            height: 510px;
            width: 528px;
        }

        .activeUser .start__login_box {
            padding-left: 105px;
            padding-top: 121px;
        }

        .activeUser .start__login_title {
            margin-bottom: 21px;
        }

        .activeUser .start__timeline_box_bg {
            background-size: 547px;
            height: 509px;
            width: 546px;
        }

        .start__timeline_title {
            color: #FFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 36px; /* 112.5% */
            margin-bottom: 49px;
        }

        .activeUser .start__timeline_box {
            padding-left: 129px;
            padding-top: 128px;
        }

        .activeUser .start__col2 {
            margin-left: -50px;
        }

        .activeUser .start__image_box {
            height: 509px;
            width: 481px;
        }

        .activeUser .start__col3 {
            margin-left: -83px;
            margin-top: -8px;
        }
        .qPage {
            max-width: 968px;
        }
        .question__timer {
            width: 966px;
        }
        .account__box {
            display: flex;
            justify-content: end;
        }
        .account__info {
            margin-bottom: 0;
            width: 330px;
            margin-right: 24px;
        }
        .account__form {
            width: 685px;
        }
    }

/* Стили для таймера автоматического пропуска уровня */
.question__timer_auto_skip {
    left: auto !important;
    right: 0 !important;
    width: auto !important;
    min-width: 200px;
    max-width: 300px;
}

.question__timer_auto_skip .question__timer_info {
    justify-content: flex-end;
    gap: 8px;
}

.question__timer_auto_skip .question__timer_text {
    white-space: nowrap;
    font-size: 11px;
    color: #666;
}

.question__timer_auto_skip .question__timer_time {
    font-weight: 600;
    color: #FF5C2F;
    min-width: 40px;
    text-align: center;
}

/* Мобильные стили для таймера автоматического пропуска */
@media (max-width: 768px) {
    .question__timer_auto_skip {
        left: 50% !important;
        right: auto !important;
        transform: translateX(calc(50% + 200px)) !important;
        width: auto !important;
        min-width: 180px;
        max-width: 250px;
    }
    
    .question__timer_auto_skip .question__timer_info {
        padding: 0 12px;
    }
    
    .question__timer_auto_skip .question__timer_text {
        font-size: 10px;
    }
    
    .question__timer_auto_skip .question__timer_time {
        font-size: 16px;
    }
}
