.start-screen__wrapper{display:flex;margin:0 auto}.start-screen__lef{width:100%;position:relative}.start-screen__lef video{width:100%;height:100%;object-fit:cover}.start-screen__image{width:100%;height:100%;object-fit:cover}.start-screen__thumbnail--button{position:absolute;padding:0;top:0;left:0;width:100%;height:100%;z-index:1;cursor:pointer;opacity:1;pointer-events:auto;transition:opacity .3s ease}.start-screen__thumbnail--button svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.start-screen__thumbnail--button img{width:100%;height:100%;object-fit:cover}.start-screen__thumbnail--button.hidden{opacity:0;pointer-events:none}.start-screen__right{display:flex;align-items:center;justify-content:center;width:100%}.start-screen__content{padding:20px;max-width:612px}.start-screen__subtitle{font-size:18px;line-height:1.2;font-weight:500;margin:0;text-transform:uppercase}.start-screen__title{font-size:40px;font-weight:600;line-height:1.2;color:#000;margin:0;padding-bottom:24px}.start-screen__time{font-size:18px;line-height:1.2;display:flex;align-items:center;gap:12px;padding-bottom:13px}.start-screen__time svg{width:24px;height:24px}.start-screen__description{font-size:18px;font-weight:500;line-height:1.2;color:#000;padding-bottom:38px}.start-screen__start{font-size:20px;font-weight:500;line-height:1;color:#000;background:#ffd36d;cursor:pointer;padding:15px 23px;border-radius:30px;border:1px solid #000;margin-bottom:16px;text-transform:uppercase}.start-screen__info{font-size:12px;line-height:1.2;font-weight:400;letter-spacing:0;display:block;color:#000}.quiz__wrapper{margin:0 auto}.quiz__content{max-width:600px;margin:0 auto auto;height:calc(100vh - 320px);min-height:fit-content}.quiz__content.result{height:calc(100vh - 120px);height:unset}.quiz__count{font-size:18px;line-height:1.2;color:#8e8e8e;padding-bottom:12px}.quiz__question{font-size:40px;line-height:1.2;font-weight:500;color:#000}.quiz__helper-text{margin-top:auto;padding-top:12px;border-top:1px solid #8E8E8E;display:flex;align-items:center;gap:12px;opacity:0;transition:opacity .4s ease;pointer-events:none}.quiz__helper-text.visible{opacity:1;pointer-events:auto}.quiz__hepler-text--content h4{font-weight:500;font-size:18px;line-height:1.2;color:#000;padding-bottom:12px;margin:0}.quiz__hepler-text--content h4 span{background-color:#ffd36d80;padding:2px 4px;border-radius:24px}.quiz__hepler-text--content p{font-size:14px;font-weight:400;line-height:1.3;color:#000;margin:0}.quiz__navigation{margin-top:32px;display:flex;justify-content:space-between;gap:37px;padding-bottom:120px}.quiz__prev,.quiz__next{font-size:20px;font-weight:500;text-transform:uppercase;padding:15px 75px;color:#000;background-color:#ffd36d;border:1px solid #00000066;border-radius:30px;line-height:1}.quiz__next{margin-left:auto}.quiz__prev[disabled],.quiz__next[disabled]{background:#7676801f}.quiz__multiple{padding-top:8px;font-size:18px;line-height:1.2;font-weight:500;color:#000}.quiz .quiz__answers .quiz__label{font-size:16px;line-height:1.2;letter-spacing:0;color:#000;font-weight:400;margin:0;text-transform:none;cursor:pointer}.quiz__answers{display:flex;flex-direction:column;gap:20px;padding:24px 0}.quiz__items{display:flex;flex-direction:column;height:calc(100vh - 420px);min-height:fit-content}#progress-bar{width:100%;height:12px;overflow:hidden;margin-bottom:68px}.quiz__label{display:flex;align-items:center;gap:16px}.quiz__label input{display:none}.quiz__label input:checked+.checkmark{background-color:#000}.checkmark{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background-color:#fff;border:2px solid #000;position:relative;transition:background-color .3s}.checkmark-icon{width:18px;height:18px}#progress{height:100%;background:#7861be;width:0%;transition:width .3s ease}.answers label{display:block;margin:8px 0}.hidden{display:none}.quiz-result__title{padding-top:85px;font-size:40px;font-weight:500;line-height:1.2;text-align:center;margin-bottom:24px}.quiz-result__image{object-fit:fill;border-radius:6px;margin-bottom:16px;display:block;line-height:1}.quiz-result__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.quiz-result__item{padding:11px;border:1px solid #CCCCCC;border-radius:8px;display:flex;flex-direction:column;align-items:center}.quiz-result__icon{width:24px;height:24px;margin-bottom:8px}.quiz-result__header{font-size:16px;font-weight:600;line-height:1.3;text-transform:uppercase;color:#000;text-align:center;padding-bottom:12px}.quiz-result__description{font-size:16px;line-height:1.3;font-weight:400}.quiz-result__info{margin-top:8px;font-size:12px;line-height:1.3;font-weight:400;color:#686868}.quiz-result__buttons{display:flex;justify-content:space-between;padding:30px 0;gap:24px}.quiz-result__more{justify-content:center;max-width:200px;width:100%;font-size:20px;font-weight:500;text-transform:uppercase;display:flex;align-items:center;height:53px;border:1px solid #00000066;border-radius:30px}.quiz-result__buy{justify-content:center;max-width:224px;width:100%;font-size:20px;font-weight:500;text-transform:uppercase;display:flex;align-items:center;height:53px;background:#ffd36d;border-radius:30px;cursor:pointer;border:1px solid #00000066}.fade-in{opacity:0;transform:translateY(10px);animation:fadeIn .6s ease forwards}.fade-in.delay-1{animation-delay:.3s}.fade-in.delay-2{animation-delay:.6s}.fade-in.delay-3{animation-delay:.9s}.fade-in.delay-4{animation-delay:1.2s}.fade-in.delay-5{animation-delay:1.5s}.fade-in.delay-6{animation-delay:1.8s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.start-screen__wrapper{flex-direction:column}}@media (max-width: 750px){.start-screen__content{padding-bottom:33px;height:calc(100vh - 375px);min-height:fit-content;display:flex;flex-direction:column}.start-screen__thumbnail--button svg{width:46px;height:46px}.start-screen__subtitle,.start-screen__time{font-size:14px}.start-screen__time{padding-bottom:8px}.start-screen__title{font-size:28px;padding-bottom:12px}.start-screen__time svg{width:16px;height:16px}.start-screen__description{font-size:16px;padding-bottom:10px;margin-bottom:30px}.start-screen__start{font-size:18px}.quiz__content{padding:16px 20px 32px;height:calc(100vh - 95px);margin-bottom:0}.quiz-result__image--mobile{max-width:100%;width:400px;margin:0 auto 16px;object-fit:contain;height:auto}.quiz-result__image:not(.quiz-result__image--mobile),.quiz__hepler-text--image{display:none}.quiz-result__title{padding-top:8px;text-align:left}#progress-bar{margin:0}.quiz__navigation{margin-top:24px}.quiz__count,.quiz__multiple,.quiz__hepler-text--content h4{font-size:16px}.quiz__hepler-text--content h4{padding-bottom:8px}.quiz__answers{padding-top:20px;padding-bottom:20px;gap:16px}.quiz__navigation{padding-bottom:0}.quiz__question{font-size:24px}.quiz__helper-text{flex-direction:column}.quiz__prev,.quiz__next{font-size:16px;padding:12px 0}.quiz-result__title{font-size:24px}.quiz-result__wrapper{grid-template-columns:repeat(1,1fr)}.quiz-result__buy,.quiz-result__more{font-size:16px;height:40px}.quiz-result__more{max-width:118px}.quiz__prev,.quiz__next{width:100%;height:40px}}@media (max-width: 480px){.start-screen__lef,.start-screen__lef video,.start-screen__image{max-height:260px}.quiz__items{height:calc(100vh - 258px)}.quiz__content{height:calc(100vh - 128px)}.quiz__helper-text img{width:100%;height:93px;object-fit:cover;border-radius:8px}}@media (min-width: 1024px){.start-screen__lef{max-width:48.6%;height:calc(100vh - 120px)}.start-screen__right{max-width:51.4%}}@media (min-width: 750px){.quiz-result__image--mobile,.quiz__hepler-text--image--mobile{display:none}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/quiz.css.map */
