.screen-layout{position:relative;width:100vw;min-height:100vh;overflow-x:hidden}.screen-layout__background{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#171037,#5e146d 40%,#c51c51);z-index:0}.screen-layout__container{position:relative;z-index:1;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px}.screen-layout__close-button{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:#ffffff1a;color:#fff;font-size:24px;font-weight:300;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.screen-layout__close-button:hover{background:#fff3}@media (min-width: 768px){.screen-layout__container{max-width:390px;margin:0 auto}}.primary-button{width:100%;max-width:350px;padding:16px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0003;text-transform:uppercase;letter-spacing:.5px}.primary-button--primary{background:#e31964}.primary-button--primary:hover:not(:disabled){background:#c9165a;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.primary-button--primary:active:not(:disabled){transform:translateY(0)}.primary-button--secondary{background:#2d1b4ecc;border:1px solid rgba(255,255,255,.1)}.primary-button--secondary:hover:not(:disabled){background:#2d1b4ee6;border-color:#fff3}.primary-button:disabled{opacity:.5;cursor:not-allowed}.start-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:32px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.start-screen>:last-child{margin-top:auto;margin-bottom:10vh}.start-screen__title{font-size:32px;font-weight:700;color:#fff;text-align:center;line-height:1.3;margin-top:5vh}.start-screen__highlight{color:#ff4288}.start-screen__topics{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;max-width:350px;margin-top:0}.start-screen__topic{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#8a2be266;border-radius:24px;color:#fff;text-align:center;font-size:16px;font-weight:500;white-space:nowrap;min-height:44px}.quiz0-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:40px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.quiz0-screen>:last-child{margin-top:auto;margin-bottom:10vh}.quiz0-screen__text{font-size:28px;font-weight:700;color:#fff;text-align:center;line-height:1.3;margin-top:15vh;margin-bottom:10vh}.quiz0-screen__highlight{color:#ff4288}.progress-bar{width:100%;max-width:350px;height:8px;background:#2d1b4e80;border-radius:4px;overflow:hidden;margin-bottom:24px}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#ff1493,#c71585);border-radius:4px;transition:width .3s ease}.answer-button{width:100%;max-width:350px;padding:16px 24px;border:2px solid transparent;border-radius:12px;font-size:18px;font-weight:500;color:#fff;background:#2d1b4e99;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003;text-align:center}.answer-button--number{max-width:62px;width:62px;padding:12px;font-size:31px;font-weight:600}.quiz-screen__number-answers+.answer-button--number{width:284px;max-width:284px;font-size:20px;white-space:nowrap;align-self:center}.answer-button:hover{background:#2d1b4ecc;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.answer-button--selected{border-color:#ff1493;background:#c715854d;box-shadow:0 4px 16px #ff149366}.answer-button--selected:hover{background:#c7158566}.quiz-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:40px 20px;min-height:calc(100vh - 40px);position:relative}.quiz-screen__question{font-size:26px;font-weight:600;color:#fff;text-align:left;line-height:1.4;width:100%}.quiz-screen__highlight{color:#ff4288}.quiz-screen__answers{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.quiz-screen__slider-labels{width:100%;display:flex;justify-content:space-between;color:#c896ffcc;font-size:18px;padding:0 10px}.quiz-screen__slider-line{width:100%;position:relative;height:4px;margin:0;padding:0 10px;display:flex;align-items:center}.quiz-screen__slider-line-track{width:100%;height:2px;background:#c896ff99;position:relative}.quiz-screen__slider-line-marker{width:8px;height:8px;border-radius:50%;background:#c896ffcc;position:absolute;top:50%;transform:translateY(-50%)}.quiz-screen__slider-line-marker--left{left:10px}.quiz-screen__slider-line-marker--right{right:10px}.quiz-screen__slider-line--quiz5{margin-bottom:0}.quiz-screen__number-answers{width:100%;display:flex;justify-content:center;gap:12px;flex-wrap:nowrap;margin-top:40px}.quiz-screen__number-answers+.answer-button{align-self:center}.quiz-screen__number-answers--quiz6{margin-top:20px}.quiz-screen__number-answers--quiz7{margin-top:5px}.quiz-screen--quiz7 .quiz-screen__question,.quiz-screen--quiz7 .quiz-screen__question .quiz-screen__highlight{color:#fff}.quiz-screen--quiz7 .quiz-screen__question .quiz-screen__highlight--pink{color:#ff4288}.back-button{position:absolute;bottom:14vh;left:20px;width:auto;max-width:none;padding:16px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;background:#2d1b4e99;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0003;text-transform:uppercase;letter-spacing:.5px}.back-button:hover{background:#2d1b4ecc;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.back-button:active{transform:translateY(0)}.loader-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;padding:40px 20px;min-height:calc(100vh - 40px)}.loader-screen__spinner{width:150px;height:150px;border-radius:50%;background:conic-gradient(from 0deg,#E31964 0deg,#E31964 270deg,rgba(227,25,100,.8) 280deg,rgba(227,25,100,.4) 300deg,rgba(227,25,100,.1) 320deg,transparent 330deg,transparent 360deg);mask:radial-gradient(circle,transparent 60px,black 61px);-webkit-mask:radial-gradient(circle,transparent 60px,black 61px);animation:spin 1s linear infinite;position:relative;display:flex;align-items:center;justify-content:center;margin:auto auto 30vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-screen__text{font-size:28px;font-weight:700;color:#fff;text-align:center;line-height:1.3;margin-top:5vh}.loader-screen__highlight{color:#ff4288}.loader-screen__percent{font-size:48px;font-weight:700;color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.loader-screen__time-spent{font-size:48px;font-weight:600;color:#fff;text-align:center;margin:-20px auto 40vh}.plan-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:60px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.plan-screen>:last-child{margin-top:auto;margin-bottom:10vh;align-self:center}.plan-screen__title{font-size:30px;font-weight:700;color:#fff;text-align:left;line-height:1.3}.plan-screen__highlight{color:#ff4288;font-weight:700}.plan-screen__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;color:#fff;font-size:18px;line-height:1.5}.plan-screen__list li{padding-left:24px;position:relative}.plan-screen__list li:before{content:"•";position:absolute;left:0;color:#fff;font-size:20px}.plan-screen__number{font-weight:700;font-size:20px}.mail-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.mail-screen>:last-child{margin-top:auto;margin-bottom:10vh}.mail-screen__title{font-size:30px;font-weight:700;color:#fff;text-align:left;line-height:1.4}.mail-screen__highlight{color:#ff4288;font-weight:700}.mail-screen__input{width:100%;max-width:350px;padding:16px 20px;border:2px solid transparent;border-radius:12px;font-size:16px;background:#fffffff2;color:#333;outline:none;transition:border-color .2s}.mail-screen__input::placeholder{color:#999}.mail-screen__input:focus{border-color:#ff1493}.mail-screen__input--error{border-color:red;background:#fff0f0f2}.price-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:flex-start}.price-screen>:last-child{margin-top:auto;margin-bottom:10vh}.price-screen__title{font-size:32px;font-weight:700;color:#ff4288;text-align:center}.price-screen__subtitle{font-size:16px;color:#fff;text-align:center;line-height:1.5}.price-screen__highlight{color:#ff4288;font-weight:700}.price-screen__plans{width:100%;display:flex;flex-direction:column;gap:16px}.price-screen__plan{position:relative;padding:4px 20px;background:#fff0f5f2;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.price-screen__plan:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.price-screen__plan--selected{border:4px solid #ff1493;background:#fff0f5;box-shadow:0 4px 16px #ff14934d}.price-screen__popular-badge{position:absolute;bottom:-12px;left:-12px;font-size:34px;z-index:1}.price-screen__sale-badge{position:absolute;top:-12px;right:0;padding:4px 12px;background:#ff4288;color:#fff;border-radius:12px;font-size:12px;font-weight:600}.price-screen__plan--popular .price-screen__sale-badge{background:#ff1493}.price-screen__plan-duration{font-size:22px;font-weight:600;color:#2d1b4e;margin-top:8px;margin-bottom:12px;text-align:left}.price-screen__plan-prices{display:flex;gap:12px;align-items:center;margin-bottom:8px}.price-screen__original-price{font-size:14px;color:#999;text-decoration:line-through}.price-screen__discounted-price{font-size:15px;color:#2d1b4e;font-weight:500}.price-screen__weekly-price{font-size:32px;font-weight:700;color:#2d1b4e;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px;margin-top:-60px}.price-screen__weekly-label{font-size:14px;font-weight:400;color:#666}.price-offer-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:flex-start}.price-offer-screen>:last-child{margin-top:auto;margin-bottom:10vh}.price-offer-screen__header{display:flex;align-items:center;gap:12px;align-self:flex-start;margin-top:50px}.price-offer-screen__flame{font-size:86px}.price-offer-screen__title{font-size:50px;font-weight:700;color:#f94747;line-height:1.2}.price-offer-screen__card{position:relative;width:100%;padding:29px 20px;background:#fff0f5f2;border-radius:12px;border:6px solid #ff6347;box-shadow:0 2px 8px #0000001a;margin-top:30px}.price-offer-screen__sale-badge{position:absolute;top:-12px;right:0;padding:4px 12px;background:#f94747;color:#fff;border-radius:12px;font-size:22px;font-weight:600}.price-offer-screen__duration{font-size:28px;font-weight:600;color:#2d1b4e;margin-top:8px;margin-bottom:12px;text-align:left}.price-offer-screen__prices{display:flex;gap:12px;align-items:center;margin-bottom:8px}.price-offer-screen__original-price{font-size:14px;color:#999;text-decoration:line-through}.price-offer-screen__discounted-price{font-size:15px;color:#2d1b4e;font-weight:500}.price-offer-screen__weekly-price{font-size:42px;font-weight:700;color:#f94747;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px;margin-top:-60px}.price-offer-screen__weekly-label{font-size:14px;font-weight:400;color:#666}.thanks-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;text-align:center}.thanks-screen__title{font-size:32px;font-weight:700;color:#ff1493;line-height:1.3}.thanks-screen__text{font-size:18px;color:#fff;line-height:1.5}.error-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:60px 20px;text-align:center;min-height:calc(100vh - 40px)}.error-screen__title{font-size:28px;font-weight:700;color:#ff1493;line-height:1.3}.error-screen__text{font-size:20px;color:#ff1493;line-height:1.4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100vw;min-height:100vh}
