.ModalWindow_button__GlwiQ{display:flex;justify-content:center;align-items:center;outline:none;background-color:transparent;border:none;cursor:pointer}.ModalWindow_modalOverlay__aiJgV{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background:rgba(0,0,0,.5);display:flex;align-items:flex-start;justify-content:center;z-index:10000}.ModalWindow_modalOverlay__aiJgV[data-entering]{animation:ModalWindow_modal-fade__LWt_E .2s}.ModalWindow_modalOverlay__aiJgV[data-exiting]{animation:ModalWindow_modal-fade__LWt_E .15s ease-in reverse}.ModalWindow_modal___cK3a{position:relative;margin:auto;outline:none;border:none;border-radius:12px;background-color:var(--light);padding:16px;width:100%;box-shadow:0 12px 24px -3px rgba(28,25,23,.2),0 24px 48px -6px rgba(68,64,60,.22),0 48px 96px -12px hsla(26,6%,45%,.28);max-height:calc(100dvh - 8px);overflow-y:auto}@media screen and (min-width:768px){.ModalWindow_modal___cK3a{border-radius:20px;padding:20px;width:560px;max-height:calc(100dvh - 40px)}}@media screen and (min-width:1280px){.ModalWindow_modal___cK3a{max-height:calc(100dvh - 80px)}}.ModalWindow_modal___cK3a[data-entering]{animation:ModalWindow_modal-zoom__Ty14V .3s cubic-bezier(.175,.885,.32,1.275)}.ModalWindow_modal___cK3a>section{outline:none;border:none}.ModalWindow_modal___cK3a .ModalWindow_icon__npRET{position:absolute;top:16px;right:16px;cursor:pointer}@media screen and (min-width:768px){.ModalWindow_modal___cK3a .ModalWindow_icon__npRET{top:20px;right:20px}}@keyframes ModalWindow_modal-fade__LWt_E{0%{opacity:0}to{opacity:1}}@keyframes ModalWindow_modal-zoom__Ty14V{0%{transform:scale(.8)}to{transform:scale(1)}}.ButtonFinishTest_button__nwm5O{display:flex;align-items:center;gap:8px}.ButtonFinishTest_button__nwm5O .ButtonFinishTest_icon__PzK5w{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;background-color:var(--redLight)}.ButtonFinishTest_button__nwm5O .ButtonFinishTest_text__TIiCz{border-bottom:1px solid transparent;transition:border-bottom .2s}.ButtonFinishTest_button__nwm5O:hover .ButtonFinishTest_text__TIiCz{border-bottom:1px solid var(--black)}.ButtonFinishTest_modalWrapper__7pkbk{display:flex;flex-direction:column;gap:24px}.ButtonFinishTest_modalWrapper__7pkbk .ButtonFinishTest_buttons__5t3oR{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:flex-end}@media screen and (min-width:450px){.ButtonFinishTest_modalWrapper__7pkbk .ButtonFinishTest_buttons__5t3oR{flex-direction:row}}.ButtonFinishTest_modalWrapper__7pkbk .ButtonFinishTest_text__TIiCz{text-align:center}@media screen and (min-width:450px){.ButtonFinishTest_modalWrapper__7pkbk .ButtonFinishTest_text__TIiCz{text-align:left;max-width:90%}}.Container_s__cfF7W{padding:20px}.Container_m__ImwyT{padding:32px 16px}@media screen and (min-width:768px){.Container_m__ImwyT{padding:40px}}.ProgressLine_meter__gcMgN{position:relative}.ProgressLine_meter__gcMgN .ProgressLine_label__ExADu{display:none}.ProgressLine_meter__gcMgN .ProgressLine_info__J694h{position:absolute}.ProgressLine_meter__gcMgN .ProgressLine_info__J694h .ProgressLine_text__KH9oO{color:var(--blue);transition:color .2s}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu{display:flex;justify-content:space-between;align-items:center;gap:24px}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_bar__8s0O1,.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fillTransparent___7edU,.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fill__agPma{height:16px;border-radius:10px}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_bar__8s0O1{position:relative;width:100%;overflow:hidden}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fillTransparent___7edU,.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fill__agPma{position:absolute;top:0;left:0}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fill__agPma{z-index:2;background-color:var(--blue);transition:background-color .2s}.ProgressLine_meter__gcMgN .ProgressLine_content__yLjJu .ProgressLine_fillTransparent___7edU{z-index:1;background-color:var(--blueLightIcon);transition:background-color .2s}.ProgressLine_hidden__1H0X3{display:none}.TestButtons_wrapper__X_M0a{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:450px){.TestButtons_wrapper__X_M0a{flex-direction:row;justify-content:flex-end;gap:24px}}.TestButtons_modalWrapper__JRh5u{display:flex;flex-direction:column;gap:24px}.TestButtons_modalWrapper__JRh5u .TestButtons_buttons__kjtgM{display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:flex-end}@media screen and (min-width:450px){.TestButtons_modalWrapper__JRh5u .TestButtons_buttons__kjtgM{flex-direction:row}}.TestButtons_modalWrapper__JRh5u .TestButtons_text__FuV4S{text-align:center}@media screen and (min-width:450px){.TestButtons_modalWrapper__JRh5u .TestButtons_text__FuV4S{text-align:left;max-width:90%}}.QuestionInputTextAnswer_textField__M5_bD{position:relative;margin-right:4px;margin-bottom:2px}@media screen and (min-width:768px){.QuestionInputTextAnswer_textField__M5_bD{margin-right:6px}}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX{border:1px solid var(--gray);transition:color .2s,border .2s,background-color .2s;padding:4px 8px 4px 20px;background-color:var(--whiteBlack);color:var(--black);font-size:16px;font-style:normal;font-weight:500;line-height:110%;border-radius:10px;display:flex;align-items:center;gap:10px;width:130px;max-width:-moz-fit-content;max-width:fit-content}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX:disabled{cursor:not-allowed}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX::-moz-placeholder{color:var(--gray);font-size:16px;font-style:normal;font-weight:500;line-height:110%}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX::placeholder{color:var(--gray);font-size:16px;font-style:normal;font-weight:500;line-height:110%}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX[data-focused]{outline-offset:-1px}@media screen and (min-width:768px){.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX{font-size:18px;width:150px;padding-left:25px}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX::-moz-placeholder{font-size:18px}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_input__f_ExX::placeholder{font-size:18px}}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_label__DFCZt{position:absolute;top:5px;left:10px;font-size:16px;font-style:normal;font-weight:500;line-height:110%}@media screen and (min-width:768px){.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_label__DFCZt{font-size:18px;top:6px;left:10px}}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_wrong__Ak9Pe{border:1px solid var(--red)}.QuestionInputTextAnswer_textField__M5_bD .QuestionInputTextAnswer_right__ytIHW{border:1px solid var(--green)}.QuestionSelectAnswer_button__64HSC{padding:2px 8px;border:1px solid var(--gray);border-radius:10px;margin-right:4px;display:flex;align-items:center;gap:10px;min-width:60px}@media screen and (min-width:768px){.QuestionSelectAnswer_button__64HSC{margin-right:6px}}.QuestionSelectAnswer_button__64HSC:disabled{cursor:not-allowed}.QuestionSelectAnswer_button__64HSC .QuestionSelectAnswer_answer__A_tMo{font-weight:600}@media screen and (min-width:768px){.QuestionSelectAnswer_button__64HSC .QuestionSelectAnswer_answer__A_tMo{font-size:18px}}.QuestionSelectAnswer_popover__r2s2y{padding:8px;border:1px solid var(--gray);border-radius:16px;background-color:var(--whiteBlack);transition:background-color .2s}.QuestionSelectAnswer_popover__r2s2y[data-entering]{animation:QuestionSelectAnswer_modal-zoom__v7vOE .3s cubic-bezier(.175,.885,.32,1.275)}.QuestionSelectAnswer_popover__r2s2y .QuestionSelectAnswer_menu__ojR9Q{display:flex;flex-direction:column;gap:8px}.QuestionSelectAnswer_popover__r2s2y .QuestionSelectAnswer_menu__ojR9Q .QuestionSelectAnswer_menuItem__ABt9n{border-bottom:1px solid transparent;transition:border-bottom .2s;width:100%;cursor:pointer}.QuestionSelectAnswer_popover__r2s2y .QuestionSelectAnswer_menu__ojR9Q .QuestionSelectAnswer_menuItem__ABt9n:hover{border-bottom:1px solid var(--gray)}.QuestionSelectAnswer_right__Lduuc{border:1px solid var(--green)}.QuestionSelectAnswer_wrong__JGVFr{border:1px solid var(--red)}@keyframes QuestionSelectAnswer_modal-zoom__v7vOE{0%{transform:scale(.8)}to{transform:scale(1)}}.AudioPlayer_wrapper__d0F6V{display:grid;grid-template-columns:70px 1fr;align-items:center;padding:16px;border-radius:8px;background-color:var(--menuIcon);transition:background-color .2s}@media screen and (min-width:768px){.AudioPlayer_wrapper__d0F6V{grid-template-columns:80px 1fr;padding:26px 32px}}.AudioPlayer_wrapper__d0F6V .AudioPlayer_btn__mmwho{width:60px;height:60px;border:none;padding:0;display:flex;justify-content:center;align-items:center;border-radius:10px;cursor:pointer;background-color:var(--purpleLight)}@media screen and (min-width:768px){.AudioPlayer_wrapper__d0F6V .AudioPlayer_btn__mmwho{width:70px;height:70px}}.AudioPlayer_wrapper__d0F6V .AudioPlayer_btn__mmwho .AudioPlayer_icon__HGHaZ{width:40px;height:40px}.VideoPlayer_videoWrapper__8gvfV{width:100%;height:550px;position:relative;border-radius:16px;margin:auto}@media screen and (min-width:768px){.VideoPlayer_videoWrapper__8gvfV{border-radius:20px;width:500px;height:650px}}@media screen and (min-width:1024px){.VideoPlayer_videoWrapper__8gvfV{margin:0}}.VideoPlayer_videoWrapper__8gvfV .VideoPlayer_video__u0858{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#000;border-radius:16px}@media screen and (min-width:768px){.VideoPlayer_videoWrapper__8gvfV .VideoPlayer_video__u0858{border-radius:20px}}.VideoPlayer_videoWrapper__8gvfV .VideoPlayer_video__u0858:fullscreen{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.VideoPlayer_videoWrapper__8gvfV .VideoPlayer_playIcon__7OH_b{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background-color:hsla(0,0%,100%,.8);border-radius:100%;display:flex;align-items:center;justify-content:center}.VideoPlayer_videoWrapper__8gvfV .VideoPlayer_playIcon__7OH_b svg{width:60px;height:60px}.QuestionVideoContent_video__1_XWy{-o-object-fit:cover;object-fit:cover;width:100%;height:250px;border-radius:16px;box-shadow:0 -4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02),0 4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02)}@media screen and (min-width:768px){.QuestionVideoContent_video__1_XWy{border-radius:20px;height:auto;max-width:890px}}.QuestionScrComponent_image__Su9fC{-o-object-fit:cover;object-fit:cover;width:100%;height:250px;border-radius:16px;box-shadow:0 -4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02),0 4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02)}@media screen and (min-width:768px){.QuestionScrComponent_image__Su9fC{border-radius:20px;height:auto;max-width:890px}}.QuestionContent_wrapper__8hglr{display:flex;flex-direction:column;gap:24px}.QuestionContent_wrapper__8hglr .QuestionContent_content__d4D4a{display:flex;flex-wrap:wrap;align-items:center}.QuestionContent_wrapper__8hglr .QuestionContent_content__d4D4a .QuestionContent_helper__4_7x0{margin-top:24px;color:var(--gray)}.QuestionExplanation_wrapper__6WQ_o{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:12px;background-color:var(--light)}@media screen and (min-width:768px){.QuestionExplanation_wrapper__6WQ_o{gap:8px;padding:20px;border-radius:20px}}.QuestionResults_wrapper__ykpjz{display:flex;flex-direction:column;gap:24px;transition:background-color .2s;border-radius:16px;padding:26px 16px;box-shadow:0 -4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02),0 4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02)}@media screen and (min-width:768px){.QuestionResults_wrapper__ykpjz{align-items:center;flex-direction:row;justify-content:space-between;padding:32px 24px;border-radius:32px}}.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:768px){.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ{flex-direction:row;align-items:flex-start}}.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ .QuestionResults_button__o9JyU{flex-shrink:0}.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ .QuestionResults_icon__Z9v0L{width:60px;flex-shrink:0}.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ .QuestionResults_infoContent__g8wn7{display:flex;flex-direction:column;gap:8px}.QuestionResults_wrapper__ykpjz .QuestionResults_info__T0AfJ .QuestionResults_infoContent__g8wn7 .QuestionResults_bold__lWGXo{font-weight:500}.QuestionResults_right__8WToY{background-color:var(--greenLightIcon)}.QuestionResults_wrong__qjCa1{background-color:var(--yellowLightIcon)}.SingleTestContent_wrapper__w3UAD{border-radius:20px;background-color:var(--whiteBlack);transition:background-color .2s;box-shadow:0 -4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02),0 4px 8px 0 rgba(0,0,0,.04),0 0 4px 0 rgba(0,0,0,.02);margin-left:-16px;margin-right:-16px;display:flex;flex-direction:column;gap:24px}@media screen and (min-width:768px){.SingleTestContent_wrapper__w3UAD{margin-left:0;margin-right:0;gap:32px}}.Test_wrapper__IcvLn{display:flex;flex-direction:column;gap:24px}.Test_wrapper__IcvLn .Test_title__pIKSB{display:grid;grid-template-columns:1fr;align-items:flex-end;gap:24px}@media screen and (min-width:1024px){.Test_wrapper__IcvLn .Test_title__pIKSB{grid-template-columns:2fr 1fr}}.Test_wrapper__IcvLn .Test_title__pIKSB .Test_desktop__9i4_d{display:none}@media screen and (min-width:1024px){.Test_wrapper__IcvLn .Test_title__pIKSB .Test_desktop__9i4_d{display:flex;justify-content:flex-end}}.Test_wrapper__IcvLn .Test_mobile__8Pv0K{display:flex;justify-content:center}@media screen and (min-width:1024px){.Test_wrapper__IcvLn .Test_mobile__8Pv0K{display:none}}.TestResult_wrapper__ZdgnY{display:flex;flex-direction:column;align-items:center;gap:24px}@media screen and (min-width:768px){.TestResult_wrapper__ZdgnY{gap:32px}}.TestResult_wrapper__ZdgnY .TestResult_title__cikZP{text-align:center}@media screen and (min-width:768px){.TestResult_wrapper__ZdgnY .TestResult_title__cikZP{max-width:70%}}.FieldInput_field__hAvZw{display:flex;flex-direction:column;position:relative}.FieldInput_field__hAvZw .FieldInput_errorWrapper__qo10Q{position:absolute;bottom:-22px;left:10px}.FieldInput_field__hAvZw .FieldInput_error__DaUmy,.FieldInput_field__hAvZw .FieldInput_helper__p9N6G{padding:0 6px;font-size:12px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.48px}.FieldInput_field__hAvZw .FieldInput_error__DaUmy{color:var(--black)}.FieldInput_field__hAvZw .FieldInput_helper__p9N6G{color:var(--gray-500)}.FieldInput_field__hAvZw .FieldInput_label__uXRfj{padding:0 6px;color:var(--gray-800);font-size:14px;font-style:normal;font-weight:600;line-height:20px}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe{position:relative}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_passwordToggleIcon__bDViG{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_input___bgOb{width:100%;color:var(--black);font-size:18px;font-style:normal;font-weight:400;line-height:140%;margin:0!important;border-radius:20px;border:1px solid var(--menuIcon);padding:25px 14px;background-color:var(--light);outline:none;transition:border .3s ease,background-color .3s ease,box-shadow .3s ease}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_input___bgOb::-moz-placeholder{color:var(--gray);font-size:18px;font-style:normal;font-weight:400;line-height:140%}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_input___bgOb::placeholder{color:var(--gray);font-size:18px;font-style:normal;font-weight:400;line-height:140%}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_input___bgOb:focus{box-shadow:0 0 0 1px rgba(41,37,36,.6)}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_inputError__M4d_T{border:1px solid var(--red)}.FieldInput_field__hAvZw .FieldInput_inputWrapper__I1eRe .FieldInput_inputWithIcon__uTJ6o{padding-right:45px}.FieldInput_labelShow__ag98j{display:none}.FieldInput_input___bgOb:-webkit-autofill{box-shadow:0 0 0 100px var(--light) inset!important;-webkit-text-fill-color:var(--gray-500)!important}.FormForTest_section__HlR99{overflow:hidden}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf{border-radius:20px;background:var(--yellowLightSubscription);transition:background .2s;position:relative;padding:40px 16px;margin:0 -16px}@media screen and (min-width:768px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf{padding:70px;margin:0}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_heading__WoDs0{max-width:90%}@media screen and (min-width:450px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_heading__WoDs0{max-width:80%}}@media screen and (min-width:768px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_heading__WoDs0{max-width:90%}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_flag__iks0O{position:absolute;top:-40px;right:-150px;width:200px}@media screen and (min-width:450px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_flag__iks0O{right:-100px}}@media screen and (min-width:768px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_flag__iks0O{right:-20px}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO{display:grid;align-items:center;grid-template-columns:1fr;gap:40px;margin-top:20px}@media screen and (min-width:1280px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO{grid-template-columns:1fr 1fr}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_form__GZGpE{display:flex;flex-direction:column;gap:24px}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_form__GZGpE .FormForTest_btn__dPwpp .FormForTest_button__ty0UK{width:100%}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_form__GZGpE .FormForTest_btn__dPwpp .FormForTest_agreement__23rfH{margin-top:10px}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_heading__WoDs0{margin-bottom:10px}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9{display:flex;flex-direction:column;gap:16px;margin-top:30px}@media screen and (min-width:768px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9{gap:40px}}@media screen and (min-width:1280px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9{margin-top:0}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9 .FormForTest_item__u9Aac{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:768px){.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9 .FormForTest_item__u9Aac{flex-direction:row;align-items:center}}.FormForTest_section__HlR99 .FormForTest_wrapper__Xjqjf .FormForTest_content__iQ9OO .FormForTest_advantages__3Kvq9 .FormForTest_item__u9Aac .FormForTest_icon__rYVmz{width:34px;height:34px;border-radius:100%;background-color:var(--white);display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:background-color .2s}.TestResultDescription_wrapper__IsOoO{display:flex;flex-direction:column-reverse;align-items:center;gap:24px;border-radius:20px;background:var(--blueLightSubscription);transition:background .2s;padding:40px 16px;margin:0 -16px}@media screen and (min-width:768px){.TestResultDescription_wrapper__IsOoO{padding:70px;margin:0}}@media screen and (min-width:1024px){.TestResultDescription_wrapper__IsOoO{flex-direction:row}}.TestResultDescription_wrapper__IsOoO .TestResultDescription_icon__m68d5{flex-shrink:0;width:200px}@media screen and (min-width:768px){.TestResultDescription_wrapper__IsOoO .TestResultDescription_icon__m68d5{width:300px}}.TestResultDescription_wrapper__IsOoO .TestResultDescription_content__XwvDv,.TestResultDescription_wrapper__IsOoO .TestResultDescription_content__XwvDv .TestResultDescription_contentTitle__shCJV{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:768px){.TestResultDescription_wrapper__IsOoO .TestResultDescription_content__XwvDv .TestResultDescription_contentTitle__shCJV{gap:16px}}.NotFoundPage_wrapper__QzAQx{display:flex;align-items:center;justify-content:center}.NotFoundPage_wrapper__QzAQx .NotFoundPage_content__Ry2RJ{max-width:560px;background-color:var(--light);transition:background-color .2s;border-radius:12px;box-shadow:0 2px 4px -.5px rgba(28,25,23,0),0 4px 8px -1px rgba(68,64,60,.02),0 8px 16px -2px hsla(26,6%,45%,.08);padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin-top:24px;margin-bottom:24px}@media screen and (min-width:768px){.NotFoundPage_wrapper__QzAQx .NotFoundPage_content__Ry2RJ{border-radius:20px;gap:28px;margin-top:28px;margin-bottom:28px}}@media screen and (min-width:1024px){.NotFoundPage_wrapper__QzAQx .NotFoundPage_content__Ry2RJ{margin-top:32px;margin-bottom:32px;gap:32px;padding:40px}}@font-face{font-family:Montserrat;font-weight:300;font-style:normal;src:url(/fonts/Montserrat-Light.woff2) format("woff2"),url(/fonts/Montserrat-Light.woff) format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:400;font-style:normal;src:url(/fonts/Montserrat-Regular.woff2) format("woff2"),url(/fonts/Montserrat-Regular.woff) format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:500;font-style:normal;src:url(/fonts/Montserrat-Medium.woff2) format("woff2"),url(/fonts/Montserrat-Medium.woff) format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:600;font-style:normal;src:url(/fonts/Montserrat-SemiBold.woff2) format("woff2"),url(/fonts/Montserrat-SemiBold.woff) format("woff");font-display:swap}@font-face{font-family:Montserrat;font-weight:700;font-style:normal;src:url(/fonts/Montserrat-Bold.woff2) format("woff2"),url(/fonts/Montserrat-Bold.woff) format("woff");font-display:swap}.Breadcrumbs_wrapper__z4Gvl{display:flex;align-items:center;gap:8px;padding:40px 16px 0;overflow:auto}@media screen and (min-width:768px){.Breadcrumbs_wrapper__z4Gvl{padding:40px 20px 0}}@media screen and (min-width:1280px){.Breadcrumbs_wrapper__z4Gvl{margin:auto;width:1280px}}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_link__fkvs3{cursor:pointer}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_button__MtXNP{display:flex;align-items:center;gap:8px}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_button__MtXNP .Breadcrumbs_text__zN_5w{text-wrap:nowrap;border-bottom:1px solid transparent;transition:border-bottom .2s}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_button__MtXNP .Breadcrumbs_text__zN_5w:hover{border-bottom:1px solid var(--black)}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_button__MtXNP .Breadcrumbs_icon__lYIXi{width:12px}.Breadcrumbs_wrapper__z4Gvl .Breadcrumbs_button__MtXNP svg path{transition:stroke .2s;stroke:var(--black)}