.Header-module__root__nV5d {
    top: 0;
    z-index: 900;
    box-sizing: border-box;
    width: 100%;
    background:#F2F7FB;
}

.Header-module__sticky__y6XL {
    position: sticky;
}

.Header-module__container__tlBG {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 16px;
    margin: 0 auto;
}

.Header-module__left__ec5t {
    display: flex;
    gap: 8px;
    align-items: center;
}

.Header-module__burgerButton__gvOy {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 3px;
    cursor: pointer;
    background: none;
    border: none;
}

.Header-module__logo__epzA {
    display: flex;
    align-items: center;
}

.Header-module__burgerIcon__dVBR {
    width: 20px;
    height: 14px;
}

.Header-module__logoIcon__p767 {
    width: 100px;
    height: 19px;
    color: #E60000;
}

.Header-module__auth__OCn0 {
    display: flex;
    align-items: center;
}

.Header-module__loginButton__iIvx {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 32px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #000;
    border: none;
    border-radius: 12px;
    transition: opacity 0.2s ease-in-out;
}

.Header-module__loginButton__iIvx:hover {
    opacity: 0.8;
}

.Header-module__avatar__olr3 {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .Header-module__container__tlBG {
        max-width: 1340px;
        padding: 40px 80px;
        margin: 0 auto;
    }

    .Header-module__left__ec5t {
        gap: 0;
    }

    .Header-module__burgerIcon__dVBR {
        width: 35px;
        height: 20px;
    }

    .Header-module__logoIcon__p767 {
        width: 160px;
        height: 24px;
        margin-bottom: 2px;
    }

    .Header-module__loginButton__iIvx {
        width: 107px;
        height: 44px;
        font-size: 17px;
    }
}

.SideMenu-module__root__ab1A {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 24px 15px 105px;
    overflow: hidden;
    overscroll-behavior: contain;
    pointer-events: none;
    background-color: #DE0000;
    transform: translateX(-100%);
    transition: transform 0.2s ease-out;
}

.SideMenu-module__backdrop__fA2Q {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.SideMenu-module__backdrop__fA2Q.SideMenu-module__open__aF_L {
    pointer-events: auto;
    opacity: 1;
}

.SideMenu-module__root__ab1A.SideMenu-module__open__aF_L {
    pointer-events: auto;
    transform: translateX(0);
}

.SideMenu-module__header__J7Ne {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.SideMenu-module__closeButton__J7xv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

.SideMenu-module__logoLink__GAUc {
    display: flex;
    align-items: center;
}

.SideMenu-module__logoIcon__NgI4 {
    width: 100px;
    height: 19px;
    color: white;
}

.SideMenu-module__nav__Hkv3 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 6px;
}

.SideMenu-module__navLink__ONpl {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: white;
    text-decoration: none;
}

.SideMenu-module__shareBlock__EHvZ {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.SideMenu-module__shareTitle__X9l4 {
    color: white;
    opacity: 0.7;
}

.SideMenu-module__shareLinks__nbFG {
    display: flex;
    gap: 16px;
}

.SideMenu-module__shareLink__Z9Bp {
    padding: 0;
    font-size: 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;

    &:hover {
        background: none;
    }
}

.SideMenu-module__shareLinkButton__PPn4 {
    padding: 0;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

@media (min-width: 768px) {
    .SideMenu-module__backdrop__fA2Q {
        position: absolute;
        inset: 0;
        z-index: 999;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 50%);
        opacity: 1;
        transition: height 0ms 0ms, opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    .SideMenu-module__root__ab1A {
        inset: 0 0 0 auto;
        gap: 45px;
        width: 551px;
        padding: 40px 40px 90px;
        transform: translateX(100%);
    }

    .SideMenu-module__root__ab1A.SideMenu-module__open__aF_L {
        transform: translateX(0);
    }

    .SideMenu-module__header__J7Ne {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .SideMenu-module__closeButton__J7xv {
        width: 30px;
        height: 30px;
        margin: 0;
        font-size: 30px;
    }

    .SideMenu-module__logoIcon__NgI4 {
        width: 126px;
        height: 24px;
    }

    .SideMenu-module__nav__Hkv3 {
        gap: 12px;
        padding: 0;
    }

    .SideMenu-module__navLink__ONpl {
        font-size: 28px;
        font-weight: normal;
        line-height: 32px;
    }
}

.Footer-module__root__GLhW {
    padding: 41px 16px 27px;
    color: white;
    background-color: #e60000;
}

.Footer-module__container__VHBF {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.Footer-module__header__RJbb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Footer-module__logoLink__wcZp {
    display: block;
}

.Footer-module__logoIcon__AWcu {
    width: 84px;
    height: 16px;
    color: white;
}

.Footer-module__scrollTopButton__n98o {
    display: flex;
    gap: 3px;
    align-items: center;
    padding: 0;
    font-size: 11px;
    line-height: 12px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

.Footer-module__scrollTopIcon__TYpN {
    font-size: 16px;
}

.Footer-module__content__j2GC {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.Footer-module__nav__C3nE {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Footer-module__navLink__zix0 {
    font-size: 13px;
    line-height: 16px;
    color: white;
    text-decoration: none;
}

.Footer-module__shareBlock__d8XS {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Footer-module__shareTitle__uMR2 {
    font-size: 13px;
    line-height: 16px;
    opacity: 0.7;
}

.Footer-module__shareLinks__MBVU {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.Footer-module__shareLink__sIF6,
.Footer-module__shareLinkButton__wsLK {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

.Footer-module__bottom__AAXl {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    font-size: 11px;
    line-height: 12px;
    opacity: 0.7;
}

.Footer-module__bottomLink__YiVe {
    color: white;
    text-decoration: none;
}

.Footer-module__bottomText__u0Cy {
    color: white;
}

.Footer-module__desktop__y3Gq {
    padding: 60px 0 50px;
}

.Footer-module__desktop__y3Gq .Footer-module__container__VHBF {
    display: flex;
    flex-direction: column;
    gap: 51px;
}

.Footer-module__desktop__y3Gq .Footer-module__topRow__pAz9,
.Footer-module__desktop__y3Gq .Footer-module__bottomRow__uX38 {
    display: flex;
    justify-content: space-between;
}

.Footer-module__desktop__y3Gq .Footer-module__header__RJbb,
.Footer-module__desktop__y3Gq .Footer-module__shareBlock__d8XS {
    box-sizing: border-box;
    flex-basis: 50%;
    padding-right: 56px;
}

.Footer-module__desktop__y3Gq .Footer-module__nav__C3nE,
.Footer-module__desktop__y3Gq .Footer-module__bottom__AAXl {
    box-sizing: border-box;
    flex-basis: 50%;
    padding-left: 56px;
}

.Footer-module__desktop__y3Gq .Footer-module__header__RJbb {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
}

.Footer-module__desktop__y3Gq .Footer-module__logoIcon__AWcu {
    width: 246px;
    height: 46px;
}

.Footer-module__desktop__y3Gq .Footer-module__scrollTopButton__n98o {
    gap: 4px;
    font-size: 16px;
    line-height: 23px;
}

.Footer-module__desktop__y3Gq .Footer-module__scrollTopIcon__TYpN {
    width: 9px;
    height: 9px;
}

.Footer-module__desktop__y3Gq .Footer-module__content__j2GC {
    display: contents;
}

.Footer-module__desktop__y3Gq .Footer-module__nav__C3nE {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.Footer-module__desktop__y3Gq .Footer-module__navLink__zix0 {
    font-size: 16px;
    line-height: 23px;
}

.Footer-module__desktop__y3Gq .Footer-module__shareBlock__d8XS {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Footer-module__desktop__y3Gq .Footer-module__shareTitle__uMR2 {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.7;
}

.Footer-module__desktop__y3Gq .Footer-module__shareLinks__MBVU {
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}

.Footer-module__desktop__y3Gq .Footer-module__shareLink__sIF6,
.Footer-module__desktop__y3Gq .Footer-module__shareLinkButton__wsLK {
    font-size: 12px;
    line-height: 12px;
}

.Footer-module__desktop__y3Gq .Footer-module__bottom__AAXl {
    display: flex;
    gap: 24px;
}

.Footer-module__desktop__y3Gq .Footer-module__bottomLink__YiVe,
.Footer-module__desktop__y3Gq .Footer-module__bottomText__u0Cy {
    font-size: 12px;
    line-height: 20px;
    opacity: 1;
}

.NotFound-module__container__g1og {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 72px);
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 100%);
}

.NotFound-module__wrapper__l2RR {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NotFound-module__title__SOl9 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #1A1E21;
    text-align: center;
}

.NotFound-module__img__wTRI {
    width: auto;
    height: 175px;

    @media (max-width: 376px) {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}

.NotFound-module__btn__rZJQ {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 8px 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    text-align: center;
    text-decoration: none;
    background: white;
    border-radius: 16px;
}

.NotFound-module__btnWrapper__M4sG {
    width: 100%;
    padding: 8px 16px 32px;
}

@media (min-width: 747px) {
    .NotFound-module__btn__rZJQ {
        height: 64px;
        padding: 12px 24px;
    }

    .NotFound-module__container__g1og {
        display: flex;
        flex-direction: column;
        gap: 32px;
        justify-content: center;
        min-height: calc(100vh - 120px);
    }

    .NotFound-module__wrapper__l2RR {
        flex-grow: 0;
        grid-row: 2;
        align-self: center;
    }

    .NotFound-module__btnWrapper__M4sG {
        grid-row: 3;
        place-self: center center;
        width: 400px;
        padding: 16px 0;
    }

    .NotFound-module__title__SOl9 {
        margin-top: -15px;
        font-size: 24px;
        line-height: 28px;
    }

    .NotFound-module__img__wTRI {
        width: auto;
        max-width: none;
        height: 350px;
    }
}

.Breadcrumbs-module__root__DkbB {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    list-style: none;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
}

.Breadcrumbs-module__item__IZ8i {
    display: flex;
    flex-shrink: 0;
    gap: 4px;
    align-items: center;
    padding: 4px 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    background-color: #e9eaec;
    border-radius: 6px;
    transition: background-color 0.2s ease;

    &:first-child {
        margin-left: 16px;
    }

    &:last-child {
        margin-right: 16px;
    }
}

.Breadcrumbs-module__desktop__fKmf .Breadcrumbs-module__item__IZ8i:first-child {
    margin-left: 0;
}

.Breadcrumbs-module__active__vMqw {
    pointer-events: none;
    cursor: default;
}

.Breadcrumbs-module__separator__LfW5 {
    width: 16px;
    height: 16px;
    color: #000;
}

.Button-module__root__W4vV {
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #DDDFE2;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
}

.Button-module__root__W4vV:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.Button-module__primary__KPVq {
    color: #fff;
    background-color: #2C282C;
}

.Button-module__secondary__YjnK {
    color: #000;
    background-color: #fff;
    border-color: #e0e0e0;
}

.AnswerExplanation-module__root__XyMV {
    padding: 0 16px;
}

.AnswerExplanation-module__text__ymvq {
    border-radius: 8px;
}

.AnswerExplanation-module__answer__Yh3t {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.AnswerExplanation-module__explanation___lhC {
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    border-radius: 8px;
}

.AnswerExplanation-module__explanationToggle__vt4v {
    margin-bottom: 8px;
}

.AnswerExplanation-module__explanationToggleButton__uh2V {
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

.AnswerExplanation-module__desktop__1gga.AnswerExplanation-module__root__XyMV {
    padding: 0;
    margin-top: 24px;
}

.AnswerExplanation-module__desktop__1gga .AnswerExplanation-module__explanation___lhC {
    padding: 0;
}

.QuestionScroller-module__root__JYCg {
    border-radius: 12px;
}

.QuestionScroller-module__list__ThHO {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    list-style: none;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
}

.QuestionScroller-module__item__dGLc {
    flex-shrink: 0;

    &:first-child {
        margin-left: 16px;
    }

    &:last-child {
        margin-right: 16px;
    }
}

.QuestionScroller-module__button__mxyI {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    background-color: #E9EAEC;
    border:none;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.QuestionScroller-module__button__mxyI.QuestionScroller-module__correct__t5Zs {
    color: #267E3B;
    background-color: #D9F2DF;
}

.QuestionScroller-module__button__mxyI.QuestionScroller-module__wrong__XYg1 {
    color: #C00;
    background-color: #FEE3E2;
}

.QuestionScroller-module__button__mxyI.QuestionScroller-module__active__PCUm {
    color: #FFF;
    background-color: #2C282C;
}

.QuestionScroller-module__button__mxyI.QuestionScroller-module__active__PCUm.QuestionScroller-module__correct__t5Zs {
    color: #FFF;
    background-color: #36B555;
}

.QuestionScroller-module__button__mxyI.QuestionScroller-module__active__PCUm.QuestionScroller-module__wrong__XYg1 {
    color: #FFF;
    background-color: #E60000;
}

.QuestionScroller-module__desktop__p7ob {
    margin-bottom: 24px;
}

.QuestionScroller-module__desktop__p7ob .QuestionScroller-module__list__ThHO {
    flex-wrap: nowrap;
    padding: 0;
    overflow-x: auto;
}

.QuestionScroller-module__desktop__p7ob .QuestionScroller-module__item__dGLc:first-child {
    margin-left: 0;
}

.QuestionScroller-module__desktop__p7ob .QuestionScroller-module__item__dGLc:last-child {
    margin-right: 0;
}

.QuestionScroller-module__desktop__p7ob .QuestionScroller-module__button__mxyI {
    width: 44px;
    height: 44px;
}

.QuestionTask-module__root__JpSc {
    display: flex;
    flex-direction: column;
}

.QuestionTask-module__question__BBrW {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.QuestionTask-module__title__LkOx {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.QuestionTask-module__image__SklQ {
    max-width: 100%;
    border: 1px solid #edeeee;
    border-radius: 8px;
}

.QuestionTask-module__options__APx6 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 16px;
}

.QuestionTask-module__option__R45m {
    padding: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #090909;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    transition: background-color 0.2s;
}

.QuestionTask-module__desktop__KIDq .QuestionTask-module__option__R45m {
    font-size: 16px;
    background-color: #F3F4F6;
    border-radius: 8px;
}

.QuestionTask-module__option__R45m:disabled {
    pointer-events: none;
    cursor: default;
}

.QuestionTask-module__option__R45m:hover {
    background-color: #e9ecef;
}

.QuestionTask-module__option__R45m.QuestionTask-module__wrong__Ccz3 {
    color: #C00;
    background-color: #FEE3E2;
}

.QuestionTask-module__option__R45m.QuestionTask-module__succeed__s8kw {
    color: #267E3B;
    background-color: #D9F2DF;
}

.QuestionTask-module__option__R45m.QuestionTask-module__correct__jTS_ {
    color: #267E3B;
    border: 1px solid #267E3B;
}

/* Desktop styles */
.QuestionTask-module__desktop__KIDq .QuestionTask-module__root__JpSc {
    margin-top: 24px;
}

.QuestionTask-module__desktop__KIDq .QuestionTask-module__question__BBrW {
    padding: 0;
    margin-bottom: 24px;
}

.QuestionTask-module__desktop__KIDq .QuestionTask-module__title__LkOx {
    font-size: 20px;
    font-weight: bold;
}

.QuestionTask-module__desktop__KIDq .QuestionTask-module__options__APx6 {
    gap: 12px;
    padding: 0;
}


.QuestionTask-module__desktop__KIDq .QuestionTask-module__image__SklQ {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.TicketInfo-module__root__Bxg2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-top: 24px;

    &::after {
        position: absolute;
        bottom: 0;
        left: 16px;
        box-sizing: border-box;
        display: block;
        width: calc(100% - 32px);
        height: 1px;
        content: "";
        background: rgb(0 0 0 / 10%);
    }
}

.TicketInfo-module__title__T8vL {
    padding: 0 16px 12px;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

.TicketInfo-module__desktop__fZAV.TicketInfo-module__root__Bxg2 {
    gap: 12px;
    padding: 0;
}

.TicketInfo-module__desktop__fZAV.TicketInfo-module__root__Bxg2::after {
    display: none;
}

.TicketInfo-module__desktop__fZAV .TicketInfo-module__title__T8vL {
    max-width: 75%;
    padding: 0;
    font-size: 28px;
}

.TicketProgress-module__root__A5nd {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
}

.TicketProgress-module__progressContainer__Xdf9 {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.TicketProgress-module__progress__chK0 {
    display: flex;
    flex:1;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
}

.TicketProgress-module__timer__jLpU {
    min-width: 50px;
    margin-right: -5px;
    font-weight: 500;
}

.TicketProgress-module__progressInfo__ECbc {
    font-size: 12px;
}

.TicketProgress-module__button__aJFB {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    background-color: #2C282C;
    border: none;
    border-radius: 8px;
}

.TicketProgress-module__button__aJFB.TicketProgress-module__disabled__xGCW {
    cursor: not-allowed;
    background-color: #6c757d;
}

.TicketProgress-module__desktop__YDuh.TicketProgress-module__root__A5nd {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    padding: 0;
}

.TicketProgress-module__desktop__YDuh .TicketProgress-module__timer__jLpU {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.TicketProgress-module__desktop__YDuh .TicketProgress-module__progressInfo__ECbc {
    font-size: 14px;
    line-height: 1.4;
    color: #6c757d;
    text-align: center;
}

.TicketProgress-module__desktop__YDuh .TicketProgress-module__button__aJFB {
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #2C282C;
    border-radius: 12px;
}

.OfficialInfo-module__source__C3jI {
    font-size: 13px;
    color: #6c757d;
    text-align: center;
}

.OfficialInfo-module__source__C3jI a {
    color: #0C78ED;
    text-decoration: none;
}

.OfficialInfo-module__desktop__qIyo.OfficialInfo-module__source__C3jI {
    margin-top: 24px;
    font-size: 14px;
    text-align: left;
}

/* Mobile styles */
.ReferenceMaterials-module__root__i1BQ {
    /* No styles for the wrapper on mobile */
}

.ReferenceMaterials-module__title__Wnpf {
    display: none;
}

.ReferenceMaterials-module__button__Lg43 {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

/* Desktop styles */
.ReferenceMaterials-module__desktop__WOLG.ReferenceMaterials-module__root__i1BQ {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ReferenceMaterials-module__desktop__WOLG .ReferenceMaterials-module__title__Wnpf {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.ReferenceMaterials-module__desktop__WOLG .ReferenceMaterials-module__button__Lg43 {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.ReferenceMaterials-module__desktop__WOLG .ReferenceMaterials-module__button__Lg43:hover {
    background-color: #f8f9fa;
}

.Ticket-module__root__tsO1 {
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.Ticket-module__mobileContainer__L0Ye {
    display: flex;
    flex-direction: column;
}

.Ticket-module__header__WcKq {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.Ticket-module__main__b4lP {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 100vh;
}

.Ticket-module__stickyProgress__DAMk {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
}

.Ticket-module__footer__Tv5b {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
    padding-bottom: 24px;
}

.Ticket-module__stickyFooter__t_Fx {
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 16px;
}

.Ticket-module__footerButton__VlWC {
    width: 100%;
}

.Ticket-module__progressWrapper__HNKu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    width: 100%;
}

.Ticket-module__desktopContainer__my70 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1340px;
    min-height: 100vh;
    padding: 24px 80px;
    margin: 0 auto;
}

.Ticket-module__ticketSeoLink__sA3S {
    font-size: 12px;
    line-height: 20px;
    color: #0C78ED;
    text-align: center;
    text-decoration: none;
}

.Ticket-module__desktop__OMCo .Ticket-module__ticketSeoLink__sA3S {
    font-size: 14px;
    text-align: left;
}

.Ticket-module__headerDesktop__rUqN {
    width: 100%;
}

.Ticket-module__bodyDesktop__Z3Uy {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}

.Ticket-module__desktop__OMCo .Ticket-module__mainContent__RINi {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.Ticket-module__desktop__OMCo .Ticket-module__sidebar__gH3S {
    position: sticky;
    top: 24px;
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    gap: 24px;
}

.Ticket-module__desktop__OMCo .Ticket-module__card___e5n {
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.Ticket-module__desktop__OMCo .Ticket-module__footer__Tv5b {
    padding: 0;
    margin-top: 24px;
}

.Ticket-module__desktop__OMCo .Ticket-module__ticketInfo__qxYQ {
    margin-bottom: 24px;
}

.Popup-module__overlay__kwAr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.Popup-module__desktopOverlay__bGLN {
    align-items: center;
}

.Popup-module__popup__pBMK {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background-color: white;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    animation: Popup-module__slideUp__jPt1 0.3s ease-out;
}

.Popup-module__handle__wlks {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 40px;
    height: 4px;
    cursor: grab;
    background-color: #ccc;
    border-radius: 2px;
    transform: translateX(-50%);
}

@keyframes Popup-module__slideUp__jPt1 {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.TicketStatsPopup-module__popup__pTvk {
    padding-bottom: 8px;
}

.TicketStatsPopup-module__content__UnjH {
    display: flex;
    flex-direction: column;
}

.TicketStatsPopup-module__title__fpAX {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
}

.TicketStatsPopup-module__stats__F5_E {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
}

.TicketStatsPopup-module__label__u5_m {
    margin-bottom: 8px;
    font-size: 13px;
    color: rgb(0 0 0 / 50%);
}

.TicketStatsPopup-module__attempts__jhoA {
    display: flex;
    flex-direction: column;
}

.TicketStatsPopup-module__attemptLink__fsWV {
    font-size: 12px;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
}

.TicketStatsPopup-module__value__XDPj {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 17px;
    font-weight: 500;
}

.TicketStatsPopup-module__startButton__CRjQ {
    display: block;
    width: 100%;
    padding: 18px 28px;
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #2C282C;
    border: none;
    border-radius: 16px;
}

.TicketStatsPopup-module__desktopPopup__g8Yo {
    max-width: 450px;
    padding: 24px;
    border-radius: 24px;
}

.CategoryTabs-module__tabs___OKw {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
}

.CategoryTabs-module__tab__IXDk {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 10px;
    margin-bottom: -1px;
    font-size: 15px;
    font-weight: 500;
    color: #6C757D;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.CategoryTabs-module__tab__IXDk.CategoryTabs-module__active__xx7O {
    color: #090909;
    border-bottom-color: #090909;
}

.CategoryTabs-module__tab__IXDk:hover:not(.CategoryTabs-module__active__xx7O) {
    color: #090909;
}

.CategoryTabs-module__desktopTab__DbTw {
    padding: 10px;
    font-size: 15px;
}

.CategoryTabs-module__icon__HLqH {
    width: 24px;
    height: 24px;
}

.TicketList-module__list__Bu8q {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.TicketList-module__item__Tiqe {
    flex-shrink: 0;
}

.TicketList-module__ticketButton__n4gI {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #E9EAEC;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.TicketList-module__ticketButton__n4gI:hover {
    background-color: #E0E0E0;
}

.TicketList-module__ticketButton__n4gI.TicketList-module__passed__y3Lm {
    color: #267E3B;
    background-color: #D9F2DF;
}

.TicketList-module__ticketButton__n4gI.TicketList-module__failed__zXeh {
    color: #C00;
    background-color: #FEE3E2;
}

.TicketList-module__desktopList__MEAC {
    gap: 6px;
}

.TicketList-module__desktopTicketButton__z2u7 {
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 16px;
}

.TicketSelection-module__root__YQsC {
    padding: 0 12px;
}

.TicketSelection-module__ticketSelection__lqmy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0;
}

.TicketSelection-module__toggleButton__ugnp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 44px;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #6E7176;
    text-align: center;
    cursor: pointer;
    background-color: #EFEFEF;
    border: none;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.TicketSelection-module__toggleButton__ugnp:hover {
    background-color: #E0E0E0;
}

.TicketSelection-module__buttonText__G7QM {
    margin-right: 8px;
}

.TicketSelection-module__arrow__XpBr {
    transition: transform 0.2s ease-in-out;
}

.TicketSelection-module__arrowUp__khh5 {
    transform: rotate(180deg);
}

.TicketSelection-module__desktop__sFvJ {
    padding: 0;
}

.TicketSelection-module__desktopToggleButton__Kw8I {
    height: 50px;
    padding: 6px 24px;
    font-size: 16px;
}

.PageHeader-module__root__Zff9 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
    background-color: #FFF;
    border-radius: 0  0 24px 24px;
}

.PageHeader-module__title__n7im {
    padding: 0 16px;
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
}

.PageHeader-module__description__b5Ws {
    padding: 0 16px;
    font-size: 16px;
    line-height: 20px;
    color: #6c757d;
    white-space: pre-wrap;
}

.PageHeader-module__desktop__bwnw {
    padding-top: 0;
    border-radius: 0 0 32px 32px
}

.PageHeader-module__desktop__bwnw .PageHeader-module__title__n7im {
    padding: 0;
    font-size: 28px;
}

.PageHeader-module__desktop__bwnw .PageHeader-module__description__b5Ws {
    padding: 0;
    font-size: 18px;
}

.ActivityChart-module__root__Ily4 {
    padding: 0;
}

.ActivityChart-module__title__YpKa {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: normal;
    color: #6C757D;
}

.ActivityChart-module__chart__LyoH {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: space-between;
    height: 220px;
    padding: 24px 0 0;
}

.ActivityChart-module__dayInfo__QYaC {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    text-align: center;
}

.ActivityChart-module__barWrapper__MWqF {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    width: 25px;
}

.ActivityChart-module__barValue__mmiU {
    position: absolute;
    top: -8px;
    left: 50%;
    font-size: 15px;
    line-height: 20px;
    color: #6E7176;
    transform: translate(-50%, -100%);
}

.ActivityChart-module__bar__IwBw {
    position: relative;
    width: 100%;
    min-height: 5px;
    border-radius: 4px 4px 0 0;
}

.ActivityChart-module__bar__IwBw.ActivityChart-module__green__PWD5 {
    background-color: #36B555;
}

.ActivityChart-module__bar__IwBw.ActivityChart-module__placeholder__QJIa {
    background-color: #3C3C3C;
}

.ActivityChart-module__barLabel__xpKR {
    font-size: 14px;
    font-weight: normal;
    color: #090909;
    text-transform: uppercase;
}

.ActivityChart-module__desktopChart__y2Uy {
    height: 280px;
    padding-top: 24px;
}

.ActivityChart-module__desktopBar__mVjj {
    width: 35px;
}

.ActivityChart-module__desktopBarValue__lg5G {
    font-size: 16px;
}

.ActivityChart-module__desktopBarLabel__xHOH {
    font-size: 15px;
}

.ScoreCard-module__root__XWMU {
    padding: 20px 16px;
    background-color: #FFF;
    border-radius: 24px;
}

.ScoreCard-module__scorePart__uVjZ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ScoreCard-module__scorePartTitle__Ya8t {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: normal;
    color: #6C757D;
}

.ScoreCard-module__scorePartText__zJgO {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 118%;
    color: #090909;
}

.ScoreCard-module__streakBadge__xbjx {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 6px 18px 6px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #6E7176;
    background-color: #F3F4F6;
    border-radius: 12px;
}

.ScoreCard-module__streakBadgeIcon__lmAE {
    width: 20px;
    height: 24px;
    margin-top: -1px;
}

.ScoreCard-module__separator__f87M {
    height: 2px;
    margin: 20px 0;
    background-color: rgb(44 40 44 / 10%);;
    border: none;
}

.ScoreCard-module__desktopRoot__yJTA {
    padding: 24px;
}

.ScoreCard-module__desktopScorePart__YO3n {
    gap: 16px;
}

.ScoreCard-module__desktopStreakBadge__VkqO {
    padding: 6px 20px;
}

.UserStats-module__root__xI5Y {
    /* empty */
}

.Disclaimer-module__root__XRSc {
    padding: 16px 16px 0;
    margin-top: auto;
}

.Disclaimer-module__text__Tgem {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 20px;
    color: #858585;
}

.Disclaimer-module__text__Tgem:last-child {
    margin-bottom: 0;
}

.Disclaimer-module__link__mvzA {
    color: #0C78ED;
    text-decoration: none;
}

.Disclaimer-module__link__mvzA:hover {
    text-decoration: underline;
}

.TicketsAccordion-module__root__iDH7 {
    width: 100%;
    padding: 0 16px;
}

.TicketsAccordion-module__accordionHeader__TD2Z {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #0C78ED;
    text-align: left;
    cursor: pointer;
    background: none;
    border: none;
}

.TicketsAccordion-module__accordionContentWrapper__KMM9 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.TicketsAccordion-module__accordionContentWrapperExpanded__uclN {
    max-height: 1500px;
    transition: max-height 0.3s ease-in;
}

.TicketsAccordion-module__accordionContent__xnIt {
    padding-top: 12px;
    padding-bottom: 24px;
}

.TicketsAccordion-module__categoryWrapper__PHJM + .TicketsAccordion-module__categoryWrapper__PHJM {
    margin-top: 24px;
}

.TicketsAccordion-module__categoryTitle__LD9i {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.TicketsAccordion-module__desktopRoot__JvUt .TicketsAccordion-module__categoryTitle__LD9i {
    font-size: 18px;
    line-height: 24px;
}

.TicketsAccordion-module__linksList__kQv0 {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    columns: 2;
}

.TicketsAccordion-module__desktopRoot__JvUt .TicketsAccordion-module__linksList__kQv0 {
    columns: 5;
}

.TicketsAccordion-module__linkItem__Pkou a {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
    color: #07f;
    text-decoration: none;
}

.TicketsAccordion-module__linkItem__Pkou a:hover {
    text-decoration: underline;
}

.Home-module__root__z00T {
    width: 100%;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.Home-module__container__xuaM {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 420px;
    min-height: 100vh;
    margin: 0 auto;
}

.Home-module__rulesButton__vHpC {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    margin: 0 16px;
    color: rgb(0 0 0 / 100%);
    text-decoration: none;
    background: rgb(73 84 104 / 10%);
    border-radius: 16px;
}

.Home-module__desktopRulesButton__IhHn {
    margin: 0;
}

.Home-module__desktopContainer__vUrB {
    display: grid;
    grid-template-areas: 'main-content sidebar';
    grid-template-columns: 1fr 343px;
    gap: 20px;
    align-items: start;
    width: 100%;
    max-width: 1340px;
    min-height: 0;
    padding: 24px 80px;
    margin: 0 auto;
}

.Home-module__header__a0yw {
    max-width: 1340px;
    padding: 24px 80px 0;
    margin: 0 auto;
}

.Home-module__mainContent__th0E {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    grid-area: main-content;
    gap: 20px;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 24px;
}

.Home-module__desktopContainer__vUrB .Home-module__mainContent__th0E {
    padding: 24px;
    border-radius: 24px;
}

.Home-module__sidebar__tToD {
    flex-shrink: 0;
    max-width: 380px;
}

.Home-module__disclaimerContainer__HLae {
    min-height: auto;
    padding-top: 0;
}

.Home-module__desktopDisclaimerContainer__yzet {
    max-width: 1340px;
    padding-right: 80px;
    padding-left: 80px;
}

.RulesListing-module__root__PDFc {
    /* empty */
}

.RulesListing-module__breadcrumbs__uy4G {
    padding: 24px 0 22px;
}

.RulesListing-module__container__YMta {
    padding: 20px 0;
}

.RulesListing-module__title__VtdP {
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

.RulesListing-module__list__dTwF {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 16px;
    margin: 0;
    list-style: none;
    background-color: white;
    border-radius: 16px;
}

.RulesListing-module__link__VSMS {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    color: #454545;
    text-decoration: none;
}

.RulesListing-module__text__vmBZ {
    font-size: 16px;
}

/* Desktop styles */

.RulesListing-module__desktop__Hj27 .RulesListing-module__container__YMta {
    padding: 0;
}

.RulesListing-module__desktop__Hj27 .RulesListing-module__breadcrumbs__uy4G {
    padding: 0 0 32px;
    background: transparent;
    border-radius: 0;
}

.RulesListing-module__desktop__Hj27 .RulesListing-module__title__VtdP {
    padding: 0;
    margin-bottom: 32px;
    font-size: 32px;
}

.RulesListing-module__desktop__Hj27 .RulesListing-module__list__dTwF {
    gap: 12px;
    padding: 32px;
    border-radius: 24px;
}

.RulesListing-module__desktop__Hj27 .RulesListing-module__link__VSMS {
    gap: 8px;
}

.RulesListing-module__desktop__Hj27 .RulesListing-module__text__vmBZ {
    font-size: 18px;
}

.PointContent-module__link__BNsv {
    color: #2C282C;
}

.PointContent-module__image__aWd8 {
    display: block;
    margin: 16px auto 0;
}

p {
    margin: 0;
}

.changes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: rgb(194 232 204 / 50%);
    border-radius: 12px;
}

.changes:not(:last-child) {
    margin-bottom: 16px;
}

.date {
    font-style: italic;
}

.RefPopup-module__overlay__Ayr9 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.RefPopup-module__popup__cyty {
    position: relative;
    width: 300px;
    padding: 32px 16px 16px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.RefPopup-module__roadSign__UTAR {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 8px;
}

.RefPopup-module__roadSignImagesContainer__feni {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.RefPopup-module__roadSignImage__NBRt {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    object-fit: contain;
}

.RefPopup-module__title__ZPvt {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}

.RefPopup-module__buttonGroup__R0Pt {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.RefPopup-module__backButton__gvyY {
    flex-grow: 1;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    background: #E9EAEC;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.RefPopup-module__backButton__gvyY:hover {
    background: #e8e8e8;
}

.RefPopup-module__sectionButton__k9Ww {
    flex-grow: 1;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #2C282C;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.RefPopup-module__sectionButton__k9Ww:hover {
    background: #555;
}

.RefPopup-module__popup__cyty.RefPopup-module__desktop__gbIc {
    width: 450px;
    padding: 40px 24px 24px;
    border-radius: 24px;
}

.RefPopup-module__popup__cyty.RefPopup-module__desktop__gbIc .RefPopup-module__title__ZPvt {
    margin-bottom: 32px;
    font-size: 22px;
}

.RefPopup-module__popup__cyty.RefPopup-module__desktop__gbIc .RefPopup-module__backButton__gvyY,
.RefPopup-module__popup__cyty.RefPopup-module__desktop__gbIc .RefPopup-module__sectionButton__k9Ww {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 12px;
}

.BlockContent-module__text__gN99 {
    padding: 0 16px;
    line-height: 1.6;

    & > p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.BlockContent-module__point__IWYc {
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
}

.BlockContent-module__pointLink__MoQM {
    color: inherit;
    text-decoration: none;
}

.BlockContent-module__pointTitle__CkEJ {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
}

.BlockContent-module__pointContent__H7Pz {
    line-height: 1.6;

    & > p:not(:last-child) {
        margin-bottom: 12px;
    }
}

.BlockContent-module__subheader__vt8v {
    padding: 16px 16px 8px;
    font-size: 20px;
    font-weight: bold;
}


.RulesChapter-module__root__VXyx {
    /* empty */
}

.RulesChapter-module__title__KBov {
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

.RulesChapter-module__container__sa1B {
    padding: 20px 0;
    border-radius: 16px;
}

.RulesChapter-module__content__Bh6J {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.RulesChapter-module__breadcrumbs__r8QS {
    padding: 24px 0 22px;
}

.RulesChapter-module__buttons__bgi_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 24px;
}

.RulesChapter-module__navigation__PF4L {
    display: flex;
    gap: 8px;
}

.RulesChapter-module__button__X1Ij {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    background: #E9EAEC;
    border-radius: 12px;
}

.RulesChapter-module__mainButton__Lhnh {
    padding: 10px 20px 10px 16px;
}

.RulesChapter-module__arrow__jAtU {
    width: 24px;
    height: 24px;
}

.RulesChapter-module__footer__BBMp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 16px;
}

.RulesChapter-module__footerNavigation__PjI2 {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.RulesChapter-module__footerLink__sIAl {
    font-size: 12px;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
}

.RulesChapter-module__footerMainButton__TrR5 {
    width: 100%;
    padding: 6px 16px;
}

/* Desktop styles */

.RulesChapter-module__desktop__mpBk .RulesChapter-module__container__sa1B {
    padding: 0;
    background: transparent;
    border-radius: 24px;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__breadcrumbs__r8QS {
    padding: 0 0 32px;
    background: transparent;
    border-radius: 0;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__buttons__bgi_ {
    padding: 0;
    margin-bottom: 32px;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__title__KBov {
    padding: 0;
    margin-bottom: 40px;
    font-size: 36px;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__content__Bh6J {
    gap: 24px;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__footer__BBMp {
    flex-direction: row;
    align-items: center;
    padding: 40px 0 0;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__footerNavigation__PjI2 {
    width: 100%;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__footerLink__sIAl {
    font-size: 16px;
}

.RulesChapter-module__desktop__mpBk .RulesChapter-module__footerMainButton__TrR5 {
    display: none;
}

.RulesPoint-module__root__wrqP { /* empty */}

.RulesPoint-module__breadcrumbs__F_hP {
    padding: 24px 0 22px;
}

.RulesPoint-module__container__aCVq {
    padding: 20px 0;
    border-radius: 16px;
}

.RulesPoint-module__title__oViT {
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

.RulesPoint-module__buttons___0Fq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 24px;
}

.RulesPoint-module__navigation__Tr7V {
    display: flex;
    gap: 8px;
}

.RulesPoint-module__button__hzE2 {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    background: #E9EAEC;
    border-radius: 12px;
}

.RulesPoint-module__mainButton__MPez {
    padding: 10px 20px 10px 16px;
}

.RulesPoint-module__arrow__yIPG {
    width: 24px;
    height: 24px;
}

/* Desktop styles */

.RulesPoint-module__desktop__T5jY .RulesPoint-module__container__aCVq {
    padding: 0;
    background: transparent;
    border-radius: 24px;
}

.RulesPoint-module__desktop__T5jY .RulesPoint-module__breadcrumbs__F_hP {
    padding: 0 0 32px;
    background: transparent;
    border-radius: 0;
}

.RulesPoint-module__desktop__T5jY .RulesPoint-module__buttons___0Fq {
    padding: 0;
    margin-bottom: 32px;
}

.RulesPoint-module__desktop__T5jY .RulesPoint-module__title__oViT {
    padding: 0;
    margin-bottom: 32px;
    font-size: 32px;
}

.Rules-module__root__tVMt {
    min-height: 100vh;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.Rules-module__desktopContainer___qP7 {
    width: 100%;
    max-width: 1340px;
    padding: 24px 80px;
    margin: 0 auto;
}

.QuestionInfo-module__root__MXnI {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    padding-top: 24px;
    border-radius: 0 0 24px 24px;
}

.QuestionInfo-module__desktop__Gxgr.QuestionInfo-module__root__MXnI {
    gap: 12px;
    padding: 0;
    border-radius: 0;
}

.QuestionTask-module__root__v9uy {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.QuestionTask-module__question__iU6J {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.QuestionTask-module__text__PoZW {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.QuestionTask-module__h1__YZMf {
    display: flex;
    flex-direction: column;
}

.QuestionTask-module__title__eef7 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #090909;
    white-space: pre-wrap;
}

.QuestionTask-module__image__ywCH {
    max-width: 100%;
    border: 1px solid #edeeee;
    border-radius: 8px;
}

.QuestionTask-module__options__t906 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
}

.QuestionTask-module__option__ffSD {
    padding: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #090909;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    transition: background-color 0.2s;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__option__ffSD {
    font-size: 16px;
    background-color: #F3F4F6;
    border-radius: 8px;
}

.QuestionTask-module__option__ffSD:disabled {
    pointer-events: none;
    cursor: default;
}

.QuestionTask-module__option__ffSD:hover {
    background-color: #e9ecef;
}

.QuestionTask-module__option__ffSD.QuestionTask-module__wrong__VFvG {
    color: #C00;
    background-color: #FEE3E2;
}

.QuestionTask-module__option__ffSD.QuestionTask-module__succeed__eWUm {
    color: #267E3B;
    background-color: #D9F2DF;
}

.QuestionTask-module__option__ffSD.QuestionTask-module__correct__r91f {
    color: #267E3B;
    border: 1px solid #267E3B;
}

.QuestionTask-module__option__ffSD.QuestionTask-module__active__o8rH {
    background-color: #e9ecef; /* Тот же цвет, что и при ховере */
    border: 1px solid #2C282C;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__option__ffSD.QuestionTask-module__active__o8rH {
    background-color: #e0e0e0;
    border: 1px solid #2C282C;
}

/* Desktop styles */
.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__root__v9uy {
    margin-top: 24px;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__question__iU6J {
    padding: 0;
    margin-bottom: 24px;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__text__PoZW {
    font-size: 20px;
    font-weight: bold;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__title__eef7 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
}

.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__options__t906 {
    gap: 12px;
    padding: 0;
}


.QuestionTask-module__desktop__Dlw_ .QuestionTask-module__image__ywCH {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.AnswerExplanation-module__root__y7O6 {
    padding: 0 16px;
}

.AnswerExplanation-module__text__sgs6 {
    border-radius: 8px;
}

.AnswerExplanation-module__answer__iRmM {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.AnswerExplanation-module__explanation__ylMh {
    display: none;
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    border-radius: 8px;
}

.AnswerExplanation-module__explanationToggle__A_15 {
    margin-bottom: 8px;
}

.AnswerExplanation-module__explanation__ylMh.AnswerExplanation-module__show__asXR {
    display: block;
}

.AnswerExplanation-module__explanationToggleButton___u1d {
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

.AnswerExplanation-module__desktop__iMga.AnswerExplanation-module__root__y7O6 {
    padding: 0;
}

.AnswerExplanation-module__desktop__iMga .AnswerExplanation-module__explanation__ylMh {
    padding: 0;
}

.RelatedTickets-module__root__WBCP {
    padding: 16px;
    background-color: #FFF;
    border-radius: 16px;
}

.RelatedTickets-module__title__sZfF {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
}

.RelatedTickets-module__list__UjAV {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.RelatedTickets-module__item__UUIl {
    position: relative;
    padding-left: 16px;
    color: #0C78ED;
}

.RelatedTickets-module__item__UUIl::before {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 1em;
    content: '•';
}

.RelatedTickets-module__item__UUIl a {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    text-decoration: none;
}

.RelatedTickets-module__desktop__m8Bm.RelatedTickets-module__root__WBCP {
    padding: 24px;
    margin: 0;
    border-radius: 24px;
}

.RelatedTickets-module__desktop__m8Bm .RelatedTickets-module__title__sZfF {
    font-size: 18px;
    font-weight: 500;
}

.RelatedTickets-module__desktop__m8Bm .RelatedTickets-module__item__UUIl a {
    font-size: 14px;
}

.RelatedTickets-module__navigationWrapper__rpxB {
    padding-top: 16px;
}

.RelatedTickets-module__navigationTitle__V7gh {
    margin-bottom: 16px;
}

.Question-module__root__zcma {
    min-height: 100vh;
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.Question-module__mobileContainer__pQNX {
    display: flex;
    flex-direction: column;
}

.Question-module__main__oZQg {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
}

.Question-module__questionInfo__VoWu {
    padding: 16px 0;
    margin-bottom: 24px;
}

.Question-module__answerExplanation__FMDq {
    margin-bottom: 24px;
}

.Question-module__questionTaskContainer__Pyrc {
    margin-bottom: 24px;
}

.Question-module__checkButton__X5Uc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 32px;
    padding: 8px 12px;
    margin: 0 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 8px;
}

.Question-module__checkButton__X5Uc:disabled {
    color: rgb(12 18 28 / 30%);
    cursor: not-allowed;
    background-color: rgb(0 0 0 / 5%);
}

.Question-module__officialInfo__RQdD {
    width: fit-content;
    margin: 0 25px 24px;
}

.Question-module__desktopContainer__I20Q {
    flex-direction: column;
    max-width: 1340px;
    padding: 24px 80px;
    margin: 0 auto;
}

.Question-module__bodyDesktop__gckh {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
}

.Question-module__mainContent__WcQJ {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.Question-module__sidebar__u_Od {
    position: sticky;
    top: 144px;
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    gap: 24px;
}

.Question-module__card__fokV {
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.Question-module__desktop__WHgc .Question-module__relatedTickets__O7DP {
    padding: 0;
}

.Question-module__desktop__WHgc .Question-module__officialInfo__RQdD {
    margin: 0 0 24px;
}

.Question-module__mainCardContent__FEnt {
    display: flex;
    flex-direction: column;
}

.Question-module__desktop__WHgc .Question-module__checkButton__X5Uc {
    min-height: 44px;
    padding: 6px 16px;
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 12px;
}

.Question-module__footerNavigation__vWjq {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 24px var(--page-gap);
    border-top: 1px solid var(--color-gray-200);
}

.Question-module__desktop__WHgc .Question-module__footerNavigation__vWjq {
    padding: 24px 0;
    border-top: none;
}

.Question-module__navigationButton__B8Qw {
    display: flex;
    flex: 1 1 0;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    background: #E9EAEC;
    border-radius: 12px;
}

.Question-module__desktop__WHgc .Question-module__navigationButton__B8Qw {
    flex: initial;
}

.Question-module__arrow__yfTC {
    flex-shrink: 0;
}

.AttemptQuestionScroller-module__root__qp3e {
    border-radius: 12px;
}

.AttemptQuestionScroller-module__list__pT5g {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    list-style: none;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
}

.AttemptQuestionScroller-module__item__huSz {
    flex-shrink: 0;
}

.AttemptQuestionScroller-module__item__huSz:first-child {
    margin-left: 16px;
}

.AttemptQuestionScroller-module__item__huSz:last-child {
    margin-right: 16px;
}

.AttemptQuestionScroller-module__button__WJk9 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: default;
    background-color: #E9EAEC;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.AttemptQuestionScroller-module__button__WJk9.AttemptQuestionScroller-module__correct__HBW5 {
    color: #267E3B;
    background-color: #D9F2DF;
}

.AttemptQuestionScroller-module__button__WJk9.AttemptQuestionScroller-module__wrong__yDyd {
    color: #C00;
    background-color: #FEE3E2;
}

.AttemptQuestionScroller-module__desktop__GUKG .AttemptQuestionScroller-module__list__pT5g {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    overflow-x: hidden;
}

.AttemptQuestionScroller-module__desktop__GUKG .AttemptQuestionScroller-module__item__huSz:first-child,
.AttemptQuestionScroller-module__desktop__GUKG .AttemptQuestionScroller-module__item__huSz:last-child {
    margin-right: 0;
    margin-left: 0;
}

.AttemptQuestionScroller-module__desktop__GUKG .AttemptQuestionScroller-module__button__WJk9 {
    width: 44px;
    height: 44px;
}

.AnswerExplanation-module__root__rA6T {
    padding: 0 16px;
    margin-top: 24px;
}

.AnswerExplanation-module__text__TMpW {
    border-radius: 8px;
}

.AnswerExplanation-module__answer___YUu {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.AnswerExplanation-module__explanation__pRxH {
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    border-radius: 8px;
}

.AnswerExplanation-module__explanationToggle__Pdq_ {
    margin-bottom: 8px;
}

.AnswerExplanation-module__explanationToggleButton__JLbf {
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

.AnswerExplanation-module__explanationToggleButton__JLbf:hover {
    text-decoration: none;
    background: none;
}

.AnswerExplanation-module__desktop__Syy1.AnswerExplanation-module__root__rA6T {
    padding: 0;
}

.AnswerExplanation-module__desktop__Syy1 .AnswerExplanation-module__explanation__pRxH {
    padding: 0;
}

.AttemptQuestion-module__root__YfEb {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.AttemptQuestion-module__question__mShg {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.AttemptQuestion-module__questionLink__G5P_ {
    color: #0C78ED;
    text-decoration: none;
}

.AttemptQuestion-module__title__DNK3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.AttemptQuestion-module__image__SWGS {
    max-width: 100%;
    border: 1px solid #edeeee;
    border-radius: 8px;
}

.AttemptQuestion-module__options__nFVq {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
}

.AttemptQuestion-module__option__UgSC {
    padding: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #090909;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    transition: background-color 0.2s;
}

.AttemptQuestion-module__option__UgSC:disabled {
    pointer-events: none;
    cursor: default;
}

.AttemptQuestion-module__option__UgSC:hover {
    background-color: #e9ecef;
}

.AttemptQuestion-module__option__UgSC.AttemptQuestion-module__wrong__HIB6 {
    color: #C00;
    background-color: #FEE3E2;
}

.AttemptQuestion-module__option__UgSC.AttemptQuestion-module__succeed__fS0h {
    color: #267E3B;
    background-color: #D9F2DF;
}

.AttemptQuestion-module__option__UgSC.AttemptQuestion-module__correct__ZQuO {
    color: #267E3B;
    border: 1px solid #267E3B;
}

.AttemptQuestion-module__desktop__cz4o.AttemptQuestion-module__root__YfEb:not(:first-child) {
    padding-top: 12px;
    border-top: 1px solid #F3F4F6;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__question__mShg {
    padding: 0;
    margin-bottom: 24px;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__title__DNK3 {
    font-size: 20px;
    font-weight: bold;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__image__SWGS {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__options__nFVq {
    gap: 12px;
    padding: 0;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__option__UgSC {
    font-size: 16px;
    background-color: #F3F4F6;
    border-radius: 8px;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__option__UgSC.AttemptQuestion-module__wrong__HIB6 {
    background-color: #FEE3E2;
}

.AttemptQuestion-module__desktop__cz4o .AttemptQuestion-module__option__UgSC.AttemptQuestion-module__succeed__fS0h {
    background-color: #D9F2DF;
}

.AttemptQuestionList-module__root__jwK7 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.AttemptQuestionList-module__desktop__U98X.AttemptQuestionList-module__root__jwK7 {
    gap: 0;
}

.AttemptResultHeader-module__root__wyPo {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    height: 100%;
    padding: 0 16px;
}

.AttemptResultHeader-module__mainContent__pRNE {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.AttemptResultHeader-module__contentWrapper__HZHj {
    display: contents;
}

.AttemptResultHeader-module__left__NB4r {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.AttemptResultHeader-module__info__kLJF {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.AttemptResultHeader-module__title__UAy1 {
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #1a1e21;
}

.AttemptResultHeader-module__subtitle__qQA1 {
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: rgb(26 30 33 / 65%);
}

.AttemptResultHeader-module__stats__UWPo {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.AttemptResultHeader-module__stats__UWPo .AttemptResultHeader-module__title__UAy1 {
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    color: #1a1e21;
}

.AttemptResultHeader-module__right__fawu {
    width: 100%;
    height: auto;
    text-align: center;
}

.AttemptResultHeader-module__image__QARR {
    width: 177px;
    height: 177px;
    object-fit: contain;
}

.AttemptResultHeader-module__flipped__cZyI {
    transform: scaleX(-1);
}

.AttemptResultHeader-module__actions__sQ7X {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.AttemptResultHeader-module__button__FbFR {
    width: 100%;
    padding: 16px 24px;
    font-family: 'YS Text', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 16px;
}

.AttemptResultHeader-module__links__RF7R {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.AttemptResultHeader-module__link__piu9 {
    font-family: 'YS Text', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(28 33 40 / 60%);
    text-decoration: none;
}

.AttemptResultHeader-module__testResultTitle__375s {
    width: 70%;
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(26 30 33 / 65%);
}

.AttemptResultHeader-module__desktop__WCEy.AttemptResultHeader-module__root__wyPo {
    display: grid;
    grid-template: 'content image' 'actions actions' / 1fr auto;
    gap: 32px 0;
    align-items: start;
    padding: 0;
    margin-bottom: 24px;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__contentWrapper__HZHj {
    display: flex;
    flex-direction: column;
    grid-area: content;
    gap: 64px;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__left__NB4r {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 585px;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__info__kLJF {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__title__UAy1 {
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 47px;
    font-weight: bold;
    line-height: 52px;
    color: #1a1e21;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__subtitle__qQA1 {
    margin: 0;
    font-family: 'YS Geo', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(26 30 33 / 65%);
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__stats__UWPo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__right__fawu {
    grid-area: image;
    align-self: center;
    width: 475px;
    height: 443px;
    margin-left: auto;
    text-align: left;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__image__QARR {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__actions__sQ7X {
    display: flex;
    flex-direction: row;
    grid-area: actions;
    gap: 32px;
    align-items: center;
    width: auto;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__button__FbFR {
    width: auto;
    min-width: 400px;
    padding: 20px 24px;
    font-family: 'YS Text', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    border: none;
    border-radius: 16px;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__links__RF7R {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__link__piu9 {
    font-family: 'YS Text', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(28 33 40 / 60%);
    white-space: nowrap;
    text-decoration: none;
}

.AttemptResultHeader-module__desktop__WCEy .AttemptResultHeader-module__testResultTitle__375s {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(26 30 33 / 65%);
}

.AttemptResult-module__root__2vWm {
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.AttemptResult-module__desktop__o2FJ {
    padding: 0;
}

.AttemptResult-module__header___i78 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: calc(100vh - 72px);
    padding-bottom: 32px;
    margin-bottom: 24px;
}

.AttemptResult-module__main__O_u2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.AttemptResult-module__desktopContainer__CyWS {
    display: flex;
    flex-direction: column;
    max-width: 1340px;
    padding: 24px 80px;
    margin: 0 auto;
}

.AttemptResult-module__headerDesktop__L9W8 {
    width: 100%;
    margin-bottom: 24px;
}

.AttemptResult-module__bodyDesktop__I6I_ {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
}

.AttemptResult-module__mainContent__v3Gm {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.AttemptResult-module__sidebar__NfIn {
    position: sticky;
    top: 144px;
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    gap: 24px;
}

.AttemptResult-module__card__Uwqy {
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

.TicketSeoPageHeader-module__root__JDg8 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 16px 16px;
}

.TicketSeoPageHeader-module__desktop__G8p_ {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.TicketSeoPageHeader-module__title__PhKC {
    position: relative;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    color: #2C282C;

    &::after {
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 1px;
        content: "";
        background: rgb(0 0 0 / 10%);
    }
}

.TicketSeoPageHeader-module__desktop__G8p_ .TicketSeoPageHeader-module__title__PhKC {
    padding-bottom: 0;
    margin: 0;
    font-size: 28px;
    line-height: 1.3;

    &::after {
        display: none;
    }
}

.TicketSeoPageHeader-module__playButton__lwdt {
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
    width: fit-content;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    cursor: pointer;
    background-color: #2C282C;
    border: none;
    border-radius: 8px;
}

.TicketSeoPageHeader-module__desktop__G8p_ .TicketSeoPageHeader-module__playButton__lwdt {
    width: auto;
    min-height: 44px;
    padding: 6px 16px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 12px;
}

.TicketSeoPageInfo-module__root__dRxm {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
}

.TicketSeoPageInfo-module__desktop__xEEt.TicketSeoPageInfo-module__root__dRxm {
    gap: 12px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.AnswerExplanation-module__root__pm0V {
    padding: 0 16px;
    margin-top: 24px;
}

.AnswerExplanation-module__text__CvW6 {
    border-radius: 8px;
}

.AnswerExplanation-module__answer__d7YX {
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.AnswerExplanation-module__explanation__OlSL {
    display: none;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #454545;
    border-radius: 8px;
}

.AnswerExplanation-module__explanation__OlSL.AnswerExplanation-module__show__AvQj {
    display: block;
}

.AnswerExplanation-module__explanationToggle__eDow {
    margin-bottom: 8px;
}

.AnswerExplanation-module__explanationToggleButton___Rz0 {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #0C78ED;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
}

.AnswerExplanation-module__explanationToggleButton___Rz0:hover {
    text-decoration: none;
    background: none;
}

.AnswerExplanation-module__desktop__JoQs.AnswerExplanation-module__root__pm0V {
    padding: 0;
}

.AnswerExplanation-module__desktop__JoQs .AnswerExplanation-module__explanation__OlSL {
    padding: 0;
}

.TicketSeoPageQuestion-module__root__UkL0 {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.TicketSeoPageQuestion-module__question__bl1L {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px;
    margin-bottom: 20px;
}

.TicketSeoPageQuestion-module__questionLink__WdIR {
    color: #0C78ED;
    text-decoration: none;
}

.TicketSeoPageQuestion-module__title__a6De {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.TicketSeoPageQuestion-module__image__GyqR {
    max-width: 100%;
    border: 1px solid #edeeee;
    border-radius: 8px;
}

.TicketSeoPageQuestion-module__options__jm5H {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
}

.TicketSeoPageQuestion-module__option__OICM {
    padding: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #090909;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    transition: background-color 0.2s;
}

.TicketSeoPageQuestion-module__option__OICM.TicketSeoPageQuestion-module__correct__b6T0 {
    color: #267E3B;
    border: 1px solid #267E3B;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ.TicketSeoPageQuestion-module__root__UkL0:not(:first-child) {
    padding-top: 12px;
    border-top: 1px solid #F3F4F6;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ .TicketSeoPageQuestion-module__question__bl1L {
    padding: 0;
    margin-bottom: 24px;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ .TicketSeoPageQuestion-module__title__a6De {
    font-size: 20px;
    font-weight: bold;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ .TicketSeoPageQuestion-module__image__GyqR {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ .TicketSeoPageQuestion-module__options__jm5H {
    gap: 12px;
    padding: 0;
}

.TicketSeoPageQuestion-module__desktop__Z7NJ .TicketSeoPageQuestion-module__option__OICM {
    font-size: 16px;
    background-color: #F3F4F6;
    border-radius: 8px;
}

.TicketSeoPageQuestionList-module__root__EYWy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.TicketSeoPageQuestionList-module__desktop__WGRU.TicketSeoPageQuestionList-module__root__EYWy {
    gap: 0;
}

.TicketSeoPage-module__root__lDEU {
    min-height: 100vh;
    background: linear-gradient(180deg, #F2F7FB 0%, #DCF0FF 150.74%);
}

.TicketSeoPage-module__desktop__qvrv {
    padding: 0;
}

.TicketSeoPage-module__mobileContainer__S07b {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.TicketSeoPage-module__header__N1Kz {
    background-color: #fff;
    border-radius: 0 0 24px 24px;
}

.TicketSeoPage-module__main__z6hI {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.TicketSeoPage-module__desktopContainer__iFhh {
    display: flex;
    flex-direction: column;
    max-width: 1340px;
    padding: 24px 80px;
    margin: 0 auto;
}

.TicketSeoPage-module__headerDesktop__DNd6 {
    width: 100%;
}

.TicketSeoPage-module__bodyDesktop__DNiM {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
}

.TicketSeoPage-module__mainContent__ZEBL {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.TicketSeoPage-module__sidebar__xSS6 {
    position: sticky;
    top: 144px;
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    gap: 24px;
}

.TicketSeoPage-module__card__fRBx {
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}

:root {
    --z-index-step: 1;
    --z-index-multiply: 10;
    --z-index-back-bottom: calc(var(--z-index-multiply) * 1 - var(--z-index-step));
    --z-index-back: calc(var(--z-index-multiply) * 1);
    --z-index-back-top: calc(var(--z-index-multiply) * 1 + var(--z-index-step));
    --z-index-middle-bottom: calc(var(--z-index-multiply) * 2 - var(--z-index-step));
    --z-index-middle: calc(var(--z-index-multiply) * 2);
    --z-index-middle-top: calc(var(--z-index-multiply) * 2 + var(--z-index-step));
    --z-index-front-bottom: calc(var(--z-index-multiply) * 3 - var(--z-index-step));
    --z-index-front: calc(var(--z-index-multiply) * 3);
    --z-index-front-top: calc(var(--z-index-multiply) * 3 + var(--z-index-step));
    --z-index-corner: 10000;
}

:root {
    --unit-base: 4px; /* При смене значения, не забудь поменять в константах */
    --unit-x0: 0;
    --unit-x1: var(--unit-base); /* 4 */
    --unit-x2: calc(var(--unit-base) * 2); /* 8 */
    --unit-x3: calc(var(--unit-base) * 3); /* 12 */
    --unit-x4: calc(var(--unit-base) * 4); /* 16 */
    --unit-x5: calc(var(--unit-base) * 5); /* 20 */
    --unit-x6: calc(var(--unit-base) * 6); /* 24 */
    --unit-x7: calc(var(--unit-base) * 7); /* 28 */
    --unit-x8: calc(var(--unit-base) * 8); /* 32 */
    --unit-x9: calc(var(--unit-base) * 9); /* 36 */
    --unit-x10: calc(var(--unit-base) * 10); /* 40 */
    --unit-radius-smaller: 4px;
    --unit-radius-small: 8px;
    --unit-radius-medium: 16px;
    --unit-radius-large: 24px;
    --unit-radius-full: 100%;
    --unit-container-xsmall: 600px;
    --unit-container-small: 760px;
    --unit-container-medium: 994px;
    --unit-container-large: 1220px;
    --unit-border-small: 1px;
    --font-heading: "YS Geo","YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;
    --font-main: "YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;
}

/*
    @see https://medium.com/@ferie/detect-a-touch-device-with-only-css-9f8e30fa1134
    @see https://stackoverflow.com/questions/23885255/how-to-remove-ignore-hover-css-style-on-touch-devices
    @see https://gist.github.com/perjo927/e1f114398fc6fb8538a1412bea800f1a

    Ниже media query, чтобы убрать :hover на мобильных девайсах.
    Должно работать так:
    1) ставим @media на pointer: coarse, это будет работать в puppeteer
    2) ставим @media на прямую поддержку hover: hover для нормальных ребят
*/

:root {
    /*
      Статистические цвета, скорее всего вам нужно использовать значения ниже
    */
    --color-white: #fff;
    --color-rgb-white: 255, 255, 255;
    --color-black: #000;
    --color-rgb-black: 0, 0, 0;
    --color-gray: rgb(26 30 33 / 7%);
    --rgb-color-gray: 158, 155, 152;
    --color-foreground-neutral: var(--color-black);
    --color-foreground-positive: var(--color-white);
    --color-background-black: var(--color-black);
}

body {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
    color: #1f1f1f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;

    @media (--mobile-viewport) {
        scroll-padding-top: 40px;
    }
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

img {
    -webkit-user-select: none;
            user-select: none;
}

/* stylelint-disable-next-line selector-max-universal */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* stylelint-disable-next-line selector-max-universal */
body * {
    font-family: 'YS Text', sans-serif;
    font-feature-settings: "pnum";
    font-variant-numeric: proportional-nums;
}

:root {
    --step-x1: 25px;
    --step-x2: 50px;
    --step-x3: 75px;
    --step-x4: 100px;
    --step-x5: 125px;
    --step-x6: 150px;
    --step-x7: 175px;
    --step-x8: 200px;
    --step-x9: 225px;
    --step-x10: 250px;
    --desktop-max-width: 1216px;
    --black: #000;
    --white: #fff;
    --grey: #eaeaea;
    --lime: #ccf81d;
    --voted: #cf0;
    --red: #ff1700;
    --shadow: 0 0 4.957px 0 rgb(0 0 0 / 25%);
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/1d9e47ce7f6576ce7bae.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/065ee491488865d52b60.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: italic;
    font-weight: 500;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/cbdbf29e8995bf6c5b78.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 600;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/e25ac98086382ececc5d.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: bold;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/75885bf04057d4697ae5.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 800;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/db311a06095e69d7ec53.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/cfecfb868d03a60f2e63.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: 500;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/ea8e2f5dde581ccdca53.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Geo';
    font-style: normal;
    font-weight: bold;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/abcfe81a93c393e653df.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Halvar Breitschrift CY';
    font-style: bold;
    font-weight: 800;
    src:
        local('Halvar Breitschrift CY'),
        url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/c3f3cd37bff3543611e6.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Cond';
    font-style: bold;
    font-weight: 800;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/6048a00a696d289d57c3.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/6f5b3f071e418b0181bb.woff2) format('woff2'),
    url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/3b767507627153af3afd.woff) format('woff');
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/5b3a85021efcfe0b8efa.woff2) format('woff2'),
    url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/29a7e54602c62f67c34b.woff) format('woff');
}

@font-face {
    font-family: 'YS Text';
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/45b0366b7322653b6bb9.woff2) format('woff2'),
    url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/e21333766b94faa941dd.woff) format('woff');
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/29036cce06c2c28eca48.woff2) format('woff2'),
    url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/388620c120a79eefe181.woff) format('woff');
}

@font-face {
    font-family: 'YS Text';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    src: url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/d8b3de31960a7cbf7040.woff2) format('woff2'),
    url(//yastatic.net/s3/vertis-front-deploy/pdd-tutor-front/_/fdd34e1972597648c641.woff) format('woff');
}

:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

