

/* Start:/local/components/mendeleev/quiz/assets/style.css?177755014814894*/
* {
    box-sizing: border-box;
}

main {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: var(--Blue-medium, #025EA1);
}

/* region start-page */
.question-start-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 130px 0 78px;
    background-color: var(--Blue-medium, #025EA1);
    font-family: "Nunito Sans", sans-serif;
    justify-content: center;
}

.question-start-page .page__inner {
    z-index: 2;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 720px;
    width: 100%;
}

.question-start-page .page__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 53px;
}

.page__head--prev-page {
    display: inline-flex;
    align-items: center;
    gap: var(--8, 8px);
    color: var(--Blue-light, var(--Light-blue-1, #6CACE4));
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.question-start-page .page__head--inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.question-start-page .page__head--title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 66px */
    text-transform: uppercase;
    font-family: MyFont, sans-serif;
}

.question-start-page .page__head--sub-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.question-start-page .page__head--sub-title p {
    margin: 12px 0 0 0;
}

.question-start-page .page__head--sub-title p:first-child {
    margin: 0;
}

.question-start-page .page__info-items {
    display: grid;
    align-items: flex-start;
    align-self: stretch;
    grid-template-columns: repeat( auto-fit, minmax(275px, 1fr));
    margin: 20px 0 0;
    border-radius: var(--sm, 12px);
    border: 1px solid var(--Light-blue-1, #6CACE4);
    overflow: hidden;
    padding: 0;
}

.question-start-page .page__info-item {
    display: flex;
    padding: 30px 20px 20px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid var(--Light-blue-1, #6CACE4);
    background: var(--Blue-medium, #025EA1);
}

.question-start-page .page__info-items > .page__info-item:nth-child(3) {
    grid-column: 1 / -1;
}

.question-start-page .page__info-item--head {
    display: flex;
    padding: var(--0, 0px) 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-bottom: 50px;
}

.question-start-page .page__info-item--head p:nth-child(1) {
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin: 0;
}

.question-start-page .page__info-item--head p:nth-child(2) {
    color: #B5D9EF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.question-start-page .page__info-item--text {
    display: flex;
    padding: var(--0, 0px) 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    margin-bottom: 20px;
}

.question-start-page .page__info-item--text p {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.question-start-page .page__info-item--text p.additional {
    color: var(--blue-200-base, #B0DAFF);
    font-size: 16px;
}

.question-start-page .page__info-item--bottom {
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: rgba(108, 172, 228, 0.50);
}

.question-start-page .page__info-item--bottom p:nth-child(1) {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.question-start-page .page__info-item--bottom p:nth-child(2) {
    color: #FFF;
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 0 auto;
}

.question-start-page .button-polus__red {
    display: flex;
    width: 220px;
    height: 56px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;

    border-radius: 40px;
    background: var(--Red, #ED3424);
}

.page__ready {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 327px;
    gap: 60px;
    margin: auto;
}

.page__ready.flex {
    display: flex;
}

.page__ready--text {
    color: var(--Blue-light, var(--Light-blue-1, #6CACE4));
    font-family: MyFont, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.page__ready--counter {
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.question-background {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 88%;
    background-image: url("/local/components/mendeleev/quiz/templates/.default/images/background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .page__ready--text {
        font-size: 96px;
    }

    .page__ready--counter {
        font-size: 96px;
    }

    .question-start-page .page__head--title {
        font-size: 32px;
    }

    .question-start-page .page__head--sub-title {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1440px) {
    .question-start-page .page__head--title {
        font-size: 60px;
    }

    .question-start-page .page__head--sub-title {
        font-size: 20px;
    }

    .question-background {
        display: block;
    }

    .page__ready {
        margin: 0;
    }
}

/* endregion */

/* region final-page */
body {
    margin: 0;
}

main {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: var(--Blue-medium, #025EA1);
}

.final-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 130px 0 78px;
    background: var(--Blue-medium, #025EA1);
    font-family: "Nunito Sans", sans-serif;
}

.final-page__inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.final-page__top--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.final-page__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.final-page__top--sub-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.final-page__top--title {
    color: #FFF;
    text-align: center;
    font-family: MyFont, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}

.final-page__top--name{
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.final-page__result {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 360px));
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.final-page__result--right-answers {
    position: relative;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-self: stretch;
    border-radius: var(--sm, 12px);
    border: 1px solid rgba(176, 218, 255, 0.30);
}

.final-page__result--right-answers-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.final-page__result--right-answers-bar {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.final-page__result--right-answers-bar svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.final-page__result--task-points {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: var(--sm, 12px);
    border: 1px solid rgba(176, 218, 255, 0.30);
}

.final-page__result--task-points-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.final-page__result--task-points-value {
    color: #FFF;
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.final-page__result--general-points {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: var(--sm, 12px);
    border: 1px solid rgba(176, 218, 255, 0.30);
}

.final-page__result--general-points-title {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.final-page__result--general-points-value {
    color: #FFF;
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}

.final-page__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 480px;
}

.final-page__text {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.final-page__text b {
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.final-page__text a {
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
}

.final-page__bottom--inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.button-polus__red {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    cursor: pointer;

    border-radius: 40px;
    background: var(--Red, #ED3424);
}

.button-polus__blue {
    display: flex;
    width: 220px;
    height: 56px;
    padding: 12px 30px 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: var(--White, #FFF);
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    border-radius: 40px;
    background: var(--Light-blue-1, #6CACE4);
    border: none;
    cursor: pointer;
}

.question__answer.selected {
    position: relative;
    border: 2px solid var(--blue-400-base, #6CACE4);
    background: rgba(108, 172, 228, 0.2);
}

.question__answer.selected::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.9),
            inset 0 0 12px rgba(255,255,255,0.7),
            inset 0 0 24px rgba(255,255,255,0.35);
}

.question__answer.correct {
    background: var(--blue-400-base, #6CACE4);
    border: 1px solid var(--blue-400-base, #6CACE4);
}

.question__answer.incorrect {
    background: var(--red, #ED3424);
    border: 1px solid var(--red, #ED3424);
}

@media (min-width: 576px) {
    .button-polus__red {
        width: 220px;
    }
}

@media (min-width: 768px) {
    .final-page__top--sub-title {
        font-size: 18px;
    }

    .final-page__top--title {
        font-size: 32px;
    }

    .final-page__result {
        grid-template-columns: repeat(auto-fit, 360px);
    }

    .final-page__result--task-points-value {
        font-size: 56px;
    }

    .final-page__result--general-points-value {
        font-size: 56px;
    }
}

@media (min-width: 1024px) {
    .final-page__top--sub-title {
        font-size: 24px;
    }

    .final-page__top--title {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1440px) {
    .question-start-page {
        background-image: url("/local/components/mendeleev/quiz/templates/.default/images/background-v7.svg");
        background-repeat: no-repeat;
        background-size: 71vw;
        background-position: 157% 5vw;
        min-height: 100vh;
    }
}

@media (min-width: 1600px) {
    .question-start-page {
        background-size: 82vw;
        background-position: 221% -1vw;
    }
}

@media (min-width: 1780px) {
    .question-start-page {
        background-size: 79vw;
        background-position: 221% -1vw;
    }
}

@media (min-width: 1920px) {
    .question-start-page {
        background-size: 79vw;
        background-position: 221% -1vw;
    }
}

/* endregion */
/* End */


/* Start:/local/components/mendeleev/quiz/templates/profile/style.css?17767510061095*/
.final-page__bottom--wrapper {
    display: grid;
    gap: 20px;
}

.button-polus__blue {
    width: 100%;
}

.popup-background {
    backdrop-filter: blur(15px);
}

.popupclose {
    display: none;
}

.info-popup {
    padding: 40px 30px;
}

.popup-body {
    overflow-y: auto;
    height: fit-content;
    max-height: 95vh;
    width: 100%;
    max-width: 800px;
}

.popup-body::-webkit-scrollbar{}

.info-popup__head {
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rosatom, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.info-popup__text {
    color: var(--blue-800-base, #025EA1);
    font-family: Rosatom, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 40px;
}

.info-popup__text p {
    margin: 5px 0;
}

.info-popup__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 260px;
    margin: 50px auto auto;
}

@media (min-width: 576px) {
    .final-page__bottom--inner {
        display: flex;
    }
}
/* End */
/* /local/components/mendeleev/quiz/assets/style.css?177755014814894 */
/* /local/components/mendeleev/quiz/templates/profile/style.css?17767510061095 */
