html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--wrapper-width: 1920px;--container-width: 1200px;--font-default: "Inter", sans-serif;--fz-body: 20px;--bg-body: #161022;--main-color: #e32781;--accent-color: #ffd977;--text-color: #fff;--title-color: #fff;--animation-fade: fade .3s ease-in-out}@media (max-width: 480px){:root{--fz-body: 18px}}*{margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}body{min-width:320px;background:var(--bg-body);color:var(--text-color);font-family:var(--font-default);font-size:var(--fz-body);font-weight:400;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page__body.lock-scroll{overflow:hidden}.page__wrapper{width:100%;min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.page__main{flex:1}.footer{margin-top:auto}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 16px}@media (max-width: 1024px){.container{padding:0 24px}}@media (max-width: 767px){.container{padding:0 16px}}h1,h2,h3,h4,h5,h6{color:var(--title-color)}.title-h1,.title-h2,.title-h3,.title-h4,.title-h5,.title-h6{color:var(--title-color);margin:0;padding:0}img{max-width:100%;height:auto;object-fit:cover}a{cursor:pointer;font-size:inherit;color:inherit;transition:all .2s ease-in-out}a:hover{text-decoration:none}input,button,textarea,select{font-family:var(--font-default)}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;outline:none;background:none;background-color:none;font-size:inherit}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;padding:0;border:none;background:none;font-family:inherit;font-size:inherit;line-height:inherit;outline:none;color:inherit}input::placeholder{color:#666}strong,.strong{font-weight:700}ul,.list-reset{list-style:none}.text-center{text-align:center}.text-accent{color:var(--accent-color)}.hidden{display:none}@keyframes fade{0%{opacity:0}to{opacity:1}}.section{padding:clamp(3rem,1.727rem + 6.36vw,6.5rem) 0}.section-title{font-family:var(--font-title);font-size:clamp(1.5rem,.591rem + 4.55vw,4rem);font-weight:700;line-height:1.2}.btn{cursor:pointer;outline:none;display:inline-flex;justify-content:center;align-items:center;gap:16px;min-width:260px;height:64px;padding:0 2rem;color:#fff;background:var(--main-color);animation:btn-anim 1.5s linear infinite;border:none;border-radius:16px;font-family:var(--font-default);font-size:20px;font-weight:600;line-height:1.2;text-decoration:none;text-align:center;box-shadow:none;transition:all .35s ease-in-out;margin-top:48px}.btn:hover{background:#f53e96}.btn[disabled]{opacity:.33}.btn__icon{display:inline-block;width:28px;height:28px;flex-shrink:0}@media (max-width: 480px){.btn{width:100%;min-width:100%;height:56px;margin-top:32px}}@keyframes btn-anim{0%{transform:scale(.95);box-shadow:0 0 32px #e3278100}50%{transform:scale(1);box-shadow:0 0 32px #e32781a1}to{transform:scale(.95);box-shadow:0 0 32px #e3278100}}.user-online{display:inline-flex;justify-content:center;align-items:center;gap:4px;background:#ffffff1a;border-radius:100px;padding:12px 16px;color:#fff;font-size:14px;font-weight:600;line-height:1;position:absolute;top:32px;right:32px}.user-online__number{color:var(--accent-color)}.progress{width:100%;max-width:480px;height:24px;background:#ffffff26;border-radius:100px;overflow:hidden}.progress__fill{width:100%;height:100%;background:var(--main-color)}.modal{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10;visibility:hidden;opacity:0;transition:all .2s;pointer-events:none}.modal__overlay{width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;padding:20px}.modal__content{display:flex;flex-direction:column;align-items:center;width:100%;max-height:90%;max-width:440px;margin:auto;overflow:auto;background:#2b1f39;border-radius:16px;transform:translateY(-200px);padding:clamp(1.5rem,.955rem + 2.73vw,3rem);transition:transform .3s ease-in-out;position:relative}.modal__header{margin-bottom:32px}.modal__title{color:#fff;font-size:32px;font-weight:600;line-height:1.2;margin-bottom:16px}@media (max-width: 390px){.modal__title{font-size:28px}}.modal__descr{color:#fff}.modal__close{cursor:pointer;display:inline-block;width:18px;height:18px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0IDE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODEgLTM0ODEpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEwMCAzMzc4KSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAxNzYgOTgpIj48cG9seWdvbiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgcG9pbnRzPSIwLDAgMjQsMCAyNCwyNCAwLDI0Ij48L3BvbHlnb24+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIGQ9Ik0xOC4zIDUuNzFjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC00Ljg5IDQuODggLTQuODktNC44OWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAgLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFsNC44OSA0Ljg5IC00Ljg5IDQuODljLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDEgLjM5LjM5IDEuMDIuMzkgMS40MSAwbDQuODktNC44OSA0Ljg5IDQuODljLjM5LjM5IDEuMDIuMzkgMS40MSAwIC4zOS0uMzkuMzktMS4wMiAwLTEuNDFsLTQuODktNC44OSA0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40WiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);background-size:cover;position:absolute;top:16px;right:16px;opacity:.3;transition:all .3s ease-in-out}.modal__close:hover{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE0IDE0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODEgLTM0ODEpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDEwMCAzMzc4KSI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSAxNzYgOTgpIj48cG9seWdvbiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgcG9pbnRzPSIwLDAgMjQsMCAyNCwyNCAwLDI0Ij48L3BvbHlnb24+PHBhdGggZmlsbD0iI0ZGMzM0QyIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIGQ9Ik0xOC4zIDUuNzFjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC00Ljg5IDQuODggLTQuODktNC44OWMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAgLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDFsNC44OSA0Ljg5IC00Ljg5IDQuODljLS4zOS4zOS0uMzkgMS4wMiAwIDEuNDEgLjM5LjM5IDEuMDIuMzkgMS40MSAwbDQuODktNC44OSA0Ljg5IDQuODljLjM5LjM5IDEuMDIuMzkgMS40MSAwIC4zOS0uMzkuMzktMS4wMiAwLTEuNDFsLTQuODktNC44OSA0Ljg5LTQuODljLjM4LS4zOC4zOC0xLjAyIDAtMS40WiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);transform:rotate(180deg);opacity:1}.modal__btn{margin-top:0!important;animation:none}.modal.active{opacity:1;visibility:visible;pointer-events:all}.modal.active .modal__content{transform:none}.quiz__one,.quiz__two{display:none}.quiz__one.active,.quiz__two.active{display:block;animation:fadeBlock 1s linear}.quiz__wrapper{width:100%;max-width:1288px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;overflow:hidden;position:relative}.quiz__block{padding:48px 24px;width:100%;max-height:100%;overflow-y:auto;display:grid;grid-template-columns:508px auto;gap:64px;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;pointer-events:none;transition:all .5s ease}@media (max-width: 480px){.quiz__block{padding-top:24px}}.quiz__block.active{opacity:1;visibility:visible;pointer-events:all;transition:all .5s ease;transition-delay:.3s}.quiz__body{display:flex;flex-direction:column;align-items:center}.quiz__body--reset{display:block}.quiz__photo{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;border-radius:32px;border:4px solid rgba(255,255,255,.12);z-index:0}.quiz__photo:after{display:block;content:"";width:100%;height:100%;background:linear-gradient(180deg,#0000,#0009);position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.quiz__photo img{display:block;width:100%;height:100%;object-fit:cover}.quiz__photo .logo{display:inline-block;flex-shrink:0;position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:1}.quiz__step{display:flex;justify-content:center;margin-bottom:24px}.quiz__step-label{height:40px;display:inline-flex;justify-content:center;align-items:center;color:var(--accent-color);background:#0000006b;border-radius:100px;font-size:15px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:1px;padding:0 24px}.quiz__icon{flex-shrink:0;width:104px;height:104px;display:inline-block}.quiz__icon--sm{width:80px;height:80px}.quiz__title{font-size:48px;font-weight:600;line-height:120%;text-align:center;color:#fff;margin-bottom:24px}.quiz__title--sm{font-size:40px;margin-bottom:20px}.quiz__question{font-size:40px;margin-bottom:0}.quiz__text{font-size:20px;font-weight:400;text-align:center;color:#fffc}.quiz__text--lg{font-size:24px}.quiz__footer{width:100%;display:flex;align-items:center;justify-content:flex-start}.quiz .progress{margin-top:48px}.prev-btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;color:#fff9;font-size:18px;line-height:1;transition:all .3s ease-in-out;margin-top:48px}.prev-btn svg{color:#fff;flex-shrink:0;width:15px;height:15px;transition:all .3s ease-in-out}.prev-btn:hover{color:#fff}.prev-btn:hover svg{color:var(--main-color)}.quiz-form{margin-top:48px}.answers{flex-shrink:0;width:100%;max-width:540px;display:flex;flex-direction:column;margin:0 auto}.answer-btn{flex-shrink:0;width:100%;display:flex;justify-content:center;align-items:center}.answer-btn:not(:last-child){margin-bottom:16px}.answer-btn__input{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.answer-btn__label{cursor:pointer;width:100%;padding:16px 24px;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;font-size:20px;font-weight:500;line-height:1.2;background:transparent;border:2px solid var(--main-color);border-radius:16px;-webkit-user-select:none;user-select:none;transition:all .3s ease-in-out}.answer-btn__label:hover{transform:scale(1.05);box-shadow:0 0 32px #e32781a1;background:var(--main-color);border-color:transparent}.answer-btn .answer-btn__input:checked+.answer-btn__label{background:var(--main-color);box-shadow:0 0 32px #e32781a1}.quiz__timer{display:inline-flex;justify-content:center;align-items:center;width:88px;height:88px;border-radius:50%;border:4px solid var(--main-color);color:#fff;font-size:32px;font-weight:700;line-height:1;margin-bottom:24px}@keyframes fadeBlock{0%{opacity:0}to{opacity:1}}@keyframes fadeOutBlock{0%{opacity:1}to{opacity:0}}.form-register{width:100%;max-width:480px;display:flex;flex-direction:column}.form-register__header{margin-bottom:32px;text-align:center}.form-register__fields{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.form-register__fields .form-select:not(:last-child),.form-register__fields .form-input:not(:last-child){margin-bottom:0}.form-register__title{font-size:40px;font-weight:600;line-height:1.4}.form-register__descr{margin-top:10px;font-size:24px}.form-register__btn{margin-top:0;width:100%;animation:none}.form-register__btn:hover{box-shadow:0 0 32px #e32781a1}.form-input,.form-select{outline:none;width:100%;height:64px;background:#fff;border-radius:12px;padding:0 16px;color:#333;border:2px solid transparent;font-size:18px;font-weight:400;transition:all .25s ease-in-out}.form-input:not(:last-child),.form-select:not(:last-child){margin-bottom:20px}.form-input:focus,.form-select:focus{border:2px solid var(--main-color)}.form-select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iYjAxZThkNGYiPgogICAgPHBhdGggaWQ9ImZmODhiNmY3IiBkPSJNNC42NjY3NSA3LjMzMzI4SDExLjMzMzRDMTEuNTgzNCA3LjMzMzI4IDExLjgxMjEgNy4xOTM5NCAxMS45MjY4IDYuOTcxOTRDMTIuMDQwOCA2Ljc0OTk0IDEyLjAyMTQgNi40ODI2MSAxMS44NzYxIDYuMjc5MjhMOC41NDI3NSAxLjYxMjYxQzguMjkyNzUgMS4yNjE5NCA3LjcwODA5IDEuMjYxOTQgNy40NTgwOSAxLjYxMjYxTDQuMTI0NzUgNi4yNzkyOEMzLjk3OTQyIDYuNDgyNjEgMy45NjAwOSA2Ljc0OTk0IDQuMDc0MDkgNi45NzE5NEM0LjE4ODA5IDcuMTkzOTQgNC40MTY3NSA3LjMzMzI4IDQuNjY2NzUgNy4zMzMyOFpNNC4xMjQ3NSA5LjcyMDYxTDcuNDU4MDkgMTQuMzg3M0M3LjU4Mjc1IDE0LjU2MjYgNy43ODQ3NSAxNC42NjY2IDguMDAwMDkgMTQuNjY2NkM4LjIxNTQyIDE0LjY2NjYgOC40MTc0MiAxNC41NjI2IDguNTQyMDkgMTQuMzg3M0wxMS44NzU0IDkuNzIwNjFDMTIuMDIwOCA5LjUxNzI4IDEyLjA0MDEgOS4yNDk5NCAxMS45MjYxIDkuMDI3OTRDMTEuODEyMSA4LjgwNTk0IDExLjU4MzQgOC42NjY2MSAxMS4zMzM0IDguNjY2NjFINC42NjY3NUM0LjQxNjc1IDguNjY2NjEgNC4xODgwOSA4LjgwNTk0IDQuMDczNDIgOS4wMjc5NEMzLjk1OTQyIDkuMjQ5OTQgMy45Nzk0MiA5LjUxNzI4IDQuMTI0NzUgOS43MjA2MVoiIGZpbGw9IiMzMzMzMzMiPjwvcGF0aD4KICA8L2c+Cjwvc3ZnPg==) no-repeat;background-position:center right 8px}.no-webp .page__body,.webp .page__body{background:radial-gradient(circle at center,#46284d,#1b1124);background-size:cover;background-attachment:fixed}.spam-folder-text{width:100%;max-width:480px;background:#1e1128b5;border:2px dashed var(--accent-color);border-radius:16px;padding:16px;font-weight:400;font-size:18px;line-height:150%;text-align:center;color:#fff;margin-top:32px}@media (max-width: 1200px){.quiz__block{gap:32px;grid-template-columns:460px auto}.quiz__title,.quiz__title--sm,.form-register__title{font-size:36px;line-height:1.3}}@media (max-width: 1024px){.quiz__block{grid-template-columns:360px auto}.quiz__photo{border-radius:24px}.quiz-form{margin-top:32px}.quiz__text,.form-register__descr{font-size:18px}}@media (max-width: 992px){.user-online{display:none}}@media (max-width: 860px){.quiz__block{grid-template-columns:280px auto}.form-input,.form-select{height:56px;font-size:16px}.btn{margin-top:32px}.form-register__btn{margin-top:0}}@media (max-width: 800px){.quiz__wrapper{display:block;padding:0 0 32px}.quiz__block{grid-template-columns:1fr;top:0;left:50%;transform:none;transform:translate(-50%)}.quiz__photo{width:80%;height:480px;aspect-ratio:inherit;border-radius:32px;border:none;margin:0 auto}.quiz .logo{width:40%}}@media (max-width: 580px){.no-webp .page__body{background:var(--bg-body) url(/img/body-bg_mob.jpg) no-repeat center;background-size:cover;background-attachment:fixed}.webp .page__body{background:var(--bg-body) url(/img/body-bg_mob.webp) no-repeat center;background-size:cover;background-attachment:fixed}.quiz__photo{width:100%;height:inherit;border-radius:12px;margin:0 auto;display:flex;justify-content:center}.quiz__photo:after{display:none}.quiz__photo img{max-width:inherit;width:auto;height:240px;object-fit:inherit;border:4px solid rgba(255,255,255,.1);border-radius:16px}.quiz__photo .logo{display:none}.quiz__wrapper{padding:16px 16px 32px}.quiz__body{padding:0}.quiz__title,.quiz__title--sm,.form-register__title{font-size:28px;line-height:1.3}.btn,.answer-btn__label{width:100%;min-width:100%;height:56px;border-radius:8px;font-size:18px}}@media (max-width: 480px){.quiz__block{gap:24px}.quiz__photo img{height:220px}.quiz-form{margin-top:20px}.btn,.answer-btn__label{transform:none!important}.answer-btn__label{height:inherit;padding:8px 24px;font-size:16px;font-weight:500}.quiz__step{margin-bottom:16px}.quiz__title,.quiz__title--sm,.form-register__title{margin-bottom:8px}.quiz__title{font-size:24px}.quiz__text,.form-register__descr,.spam-folder-text{font-size:16px}.quiz__timer{font-size:28px;width:72px;height:72px;margin-bottom:16px}.form-register__fields{grid-template-columns:1fr}.form-input,.form-select{border-radius:8px;height:48px;padding:0 16px}.quiz .progress{margin-top:32px;height:16px}.quiz__step-label{font-size:12px}.quiz__footer{justify-content:center}.quiz__footer .prev-btn{margin-top:40px}}@media (max-width: 393px){.quiz__title,.quiz__title--sm,.form-register__title{font-size:20px}.form-input,.form-select{height:48px}.form-input:not(:last-child),.form-select:not(:last-child){margin-bottom:12px}}
