.quiz-section__container{box-sizing:border-box;display:block}.quiz-section__quiz{border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;padding:28px;position:relative;width:100%}@media(max-width:639px){.quiz-section__quiz{gap:20px}}@media(min-width:640px){.quiz-section__quiz{height:324px;padding:40px}}.quiz-section__quiz--loading{pointer-events:none}.quiz-section__loading-overlay{align-items:center;background:#ffffff80;border-radius:10px;display:flex;justify-content:center;inset:0;position:absolute;z-index:1000}.quiz-section__spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.quiz-section__sms-code-form{align-items:center;display:flex;flex-direction:column;gap:20px}.quiz-section__sms-input-container{align-items:center;display:flex;flex-direction:column;width:100%}.quiz-section__sms-input-wrapper{align-items:center;display:flex;position:relative;width:100%}.quiz-section__sms-input{border:none;border-radius:10px;box-sizing:border-box;font-size:18px;font-weight:400;padding:20px;width:100%}.quiz-section__sms-input::-moz-placeholder{color:#bcbcbc}.quiz-section__sms-input::placeholder{color:#bcbcbc}.quiz-section__sms-input--error{border-color:#bcbcbc;padding-right:80px}.quiz-section__error-text{color:#e84b37;font-size:14px;font-weight:600;pointer-events:none;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.quiz-section__resend-container{text-align:center}.quiz-section__question-title{font-size:16px;font-weight:600;line-height:32px}@media(min-width:640px){.quiz-section__question-title{font-size:24px}}.quiz-section__content{margin-top:auto}.quiz-section__answers-grid{display:grid;gap:16px}@media(min-width:640px){.quiz-section__answers-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.quiz-section__answers-grid{gap:20px}}.quiz-section__answer-option{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;padding:18px;transition:all .2s ease;white-space:pre-wrap}@media(max-width:639px){.quiz-section__answer-option{padding:14px 18px}}.quiz-section__answer-option input{cursor:pointer;opacity:0;position:absolute}.quiz-section__form-step{display:flex;gap:10px;margin-bottom:20px}@media(max-width:639px){.quiz-section__form-step{flex-direction:column}}.quiz-section__form-group{display:flex;width:100%}.quiz-section__form-group input{border:none;border-radius:10px;box-sizing:border-box;font-size:16px;font-weight:400;padding:25px 30px;width:100%}.quiz-section__form-group input::-moz-placeholder{color:#0b1f33}.quiz-section__form-group input::placeholder{color:#0b1f33}.quiz-section__checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:14px}.quiz-section__checkbox-label input{cursor:pointer;opacity:0;position:absolute}.quiz-section__error-message{font-size:14px;font-weight:600;margin:16px 0;text-align:center}.quiz-section__navigation{display:flex;margin-top:auto;overflow:hidden}@media(min-width:640px){.quiz-section__navigation{align-items:center;justify-content:space-between}}.quiz-section__step-counter{font-size:16px;font-weight:400;line-height:140%}@media(max-width:639px){.quiz-section__step-counter{display:none}}.quiz-section__buttons{display:flex;flex-direction:row;gap:12px}@media(max-width:639px){.quiz-section__buttons{width:100%}}@media(min-width:640px){.quiz-section__buttons{gap:20px;margin-left:auto}}.quiz-section__button{border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;line-height:100%;transition:background .2s ease}.quiz-section__button:disabled{cursor:not-allowed;opacity:.5}.quiz-section__button:not(:disabled){transition:opacity .3s ease}.quiz-section__button:not(:disabled):hover{opacity:.85}@media(max-width:639px){.quiz-section__button-label_desktop{display:none}}@media(min-width:640px){.quiz-section__button-label_mobile{display:none}}.quiz-section__button--back{background:transparent;border:1px solid;padding:24px 30px}@media(max-width:639px){.quiz-section__button--back{padding:14px}}.quiz-section__button--next{color:#fff;padding:24px 44px}@media(max-width:639px){.quiz-section__button--next{padding:20px 24px;width:100%}}.quiz-section__checkmark{background:#edf2fe;border:none;border-radius:5px;display:inline-block;flex-shrink:0;height:24px;margin-right:20px;position:relative;width:24px}.quiz-section__checkmark_second{background:#fff}.quiz-section__checkmark--checkbox:after{border:solid #0b1f33;border-radius:2px;border-width:0 2.5px 2.5px 0;content:"";height:14px;left:7px;opacity:0;position:absolute;top:2px;transform:rotate(45deg);transition:opacity .2s ease;width:7px}input:checked+.quiz-section__checkmark--checkbox:after{opacity:1}.quiz-section__checkmark-link{cursor:pointer;margin-left:4px;transition:opacity .3s ease}.quiz-section__checkmark-link:hover{opacity:.6}.quiz-section__modal .modal-container{max-width:520px}.quiz-section__resend-link,.quiz-section__resend-timer{font-size:16px;font-weight:600;text-decoration:none}.quiz-section__resend-timer{color:#bcbcbc}.hero-section{overflow:hidden}.hero-section__grid{align-items:center;display:grid;gap:55px;position:relative}@media(max-width:1023px){.hero-section__grid{margin:0!important;max-width:100%!important}}@media(min-width:1440px){.hero-section__grid{gap:60px;grid-template-columns:2fr 1fr}}@media(min-width:1920px){.hero-section__grid{grid-template-columns:1fr 1fr}}.hero-section__grid-content{display:flex;flex-direction:column;padding:32px 16px 16px;position:relative;z-index:2}@media(min-width:640px){.hero-section__grid-content{padding:64px 16px}}@media(min-width:1024px){.hero-section__grid-content{gap:50px;padding:80px 0}}@media(min-width:1024px)and (max-width:1439px){.hero-section__grid-content{width:70%}}@media(min-width:1920px){.hero-section__grid-content{padding:100px 0}}.hero-section__title{font-size:24px;font-weight:600;line-height:32px}@media(max-width:1023px){.hero-section__title{text-align:center}}@media(max-width:1439px){.hero-section__title{max-width:620px}}@media(min-width:640px){.hero-section__title{font-size:32px;line-height:normal}}@media(min-width:1024px){.hero-section__title{font-size:40px}}@media(min-width:1440px){.hero-section__title{font-size:52px;line-height:68px}}@media(min-width:1920px){.hero-section__title{font-size:64px;line-height:70px}}.hero-section__description{font-size:16px;font-weight:600}@media(max-width:1023px){.hero-section__description{margin-top:40px;text-align:center}}@media(max-width:639px){.hero-section__description{margin-top:32px}}@media(min-width:640px){.hero-section__description{font-size:20px}}@media(min-width:1440px){.hero-section__description{font-size:24px;font-weight:400}}@media(max-width:1023px){.hero-section__quiz{order:2}}.hero-section__advantages{align-items:center;display:flex;gap:12px;justify-content:space-between}@media(max-width:1023px){.hero-section__advantages{flex-direction:column;margin:60px auto 60px 0}}@media(min-width:640px){.hero-section__advantages{gap:20px}}@media(min-width:1440px){.hero-section__advantages{gap:24px}}.hero-section__advantage{align-items:center;border-radius:5px;display:flex;gap:10px;justify-content:space-between;padding:16px}@media(max-width:639px){.hero-section__advantage svg{height:12px;width:12px}}@media(min-width:640px){.hero-section__advantage{padding:18px 30px}}@media(min-width:1440px){.hero-section__advantage{padding:18px 30px}}.hero-section__advantage-name{font-size:10px;font-weight:400}@media(min-width:640px){.hero-section__advantage-name{font-size:16px}}@media(min-width:1440px){.hero-section__advantage-name{font-size:14px}}@media(min-width:1920px){.hero-section__advantage-name{font-size:16px}}.hero-section__advantage-line{height:2px;width:100%}@media(max-width:1023px){.hero-section__advantage-line{display:none}}.hero-section__grid-image{align-items:flex-end;bottom:0;display:flex;height:90%;justify-content:center;position:absolute;right:-20%;z-index:0}@media(max-width:639px){.hero-section__grid-image{top:-15%}}@media(min-width:1024px){.hero-section__grid-image{height:100%}}@media(min-width:1440px){.hero-section__grid-image{right:0}}.hero-section__background-image,.hero-section__image{-o-object-fit:contain;object-fit:contain}.hero-section__image{height:55%;position:relative;z-index:1}@media(min-width:640px){.hero-section__image{height:80%}}@media(min-width:1024px){.hero-section__image{position:absolute}}@media(min-width:1024px)and (max-width:1439px){.hero-section__image{height:100%;max-width:100%;width:auto;z-index:1}}@media(min-width:1440px){.hero-section__image{height:85%;position:absolute;width:auto}}@media(min-width:1920px){.hero-section__image{height:auto;right:0}}.hero-section__background-image{margin-bottom:auto;margin-top:auto;position:absolute;top:67.5%;transform:translateY(-50%);z-index:0}@media(min-width:640px){.hero-section__background-image{top:50%}}@media(max-width:1023px){.hero-section__background-image{left:15%;width:75%}}@media(min-width:1024px){.hero-section__background-image{left:0;position:relative;top:40%}}@media(min-width:1024px)and (max-width:1439px){.hero-section__background-image{height:100%;left:55%;transform:translate(-50%,-50%);width:75%}}@media(min-width:1440px){.hero-section__background-image{height:auto;left:8%;max-width:486px;top:28.5%;width:auto}}@media(min-width:1920px){.hero-section__background-image{height:auto;left:-8%;max-width:600px;width:100%}}.credit-history-section{background:#fff;overflow:hidden;padding:40px 0}@media(min-width:640px){.credit-history-section{padding:64px 0}}@media(min-width:1024px){.credit-history-section{padding:80px 0}}@media(min-width:1440px){.credit-history-section{padding:100px 0}}.credit-history-section__header{align-items:center;display:flex;gap:32px;justify-content:space-between;margin-bottom:60px}@media(max-width:1023px){.credit-history-section__header{flex-direction:column;text-align:center}}.credit-history-section__title{font-size:24px;font-weight:600;line-height:32px}@media(min-width:640px){.credit-history-section__title{font-size:32px;line-height:100%}}@media(min-width:1440px){.credit-history-section__title{font-size:40px}}@media(min-width:1920px){.credit-history-section__title{font-size:48px}}.credit-history-section__description{font-size:16px;font-weight:400;line-height:100%}@media(min-width:1024px){.credit-history-section__description{text-align:right}}@media(min-width:1440px){.credit-history-section__description{font-size:20px}}@media(min-width:1920px){.credit-history-section__description{font-size:24px;line-height:32px}}.carousel,.carousel__container{position:relative;width:100%}.carousel__container{height:60vh;overflow:hidden}@media(max-width:639px){.carousel__container{height:50vh;touch-action:pan-y pinch-zoom}}.carousel__track{display:flex;height:100%;transition:transform .3s ease}.carousel__slide{align-items:center;display:flex;flex:0 0 100%;height:60vh;justify-content:center;min-width:100%;opacity:.7;transition:opacity .3s ease}@media(max-width:639px){.carousel__slide{height:50vh}}.carousel__slide--active{opacity:1}.carousel__image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;max-height:60vh;width:100%}@media(max-width:639px){.carousel__image-wrapper{height:50vh}}@media(min-width:1024px){.carousel__image-wrapper{padding:0 60px}}@media(min-width:1440px){.carousel__image-wrapper{padding:0 108px}}@media(min-width:1920px){.carousel__image-wrapper{padding:0 148px}}.carousel__image{display:block;height:auto;max-height:60vh;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}@media(max-width:639px){.carousel__image{height:50vh}}.carousel__button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}@media(max-width:1023px){.carousel__button{display:none}}.carousel__button--prev{left:0}.carousel__button--next{right:0}.carousel__indicators{display:flex;gap:8px;justify-content:center;margin-top:16px;padding:0 16px}@media(max-width:639px){.carousel__indicators{margin-top:12px}}.carousel__indicator{background:#ccc;border:none;border-radius:50%;cursor:pointer;height:20px;transition:all .3s ease;width:20px}@media(max-width:639px){.carousel__indicator{height:14px;width:14px}}.carousel__indicator--active{background:#0b1f33;transform:scale(1.2)}.guarantee-section__grid{align-items:center;display:grid;padding-top:40px}@media(min-width:1024px){.guarantee-section__grid{gap:35px;grid-template-columns:1fr 1fr;padding-top:33px}}@media(min-width:1440px){.guarantee-section__grid{gap:25px;grid-template-columns:1.1fr 1fr;padding-top:44px}}@media(min-width:1920px){.guarantee-section__grid{gap:75px;grid-template-columns:1.05fr 1fr;padding-top:14px}}.guarantee-section__title{font-size:24px;font-weight:600;line-height:32px;margin-bottom:32px}@media(min-width:1024px){.guarantee-section__title{font-size:32px;line-height:100%}}@media(min-width:1440px){.guarantee-section__title{font-size:40px;margin-bottom:44px}}@media(min-width:1920px){.guarantee-section__title{font-size:48px;margin-bottom:52px}}.guarantee-section__description,.guarantee-section__list,.guarantee-section__list-title{font-size:16px;font-weight:400;line-height:140%}@media(min-width:1440px){.guarantee-section__description,.guarantee-section__list,.guarantee-section__list-title{font-size:20px;line-height:26px}}@media(min-width:1920px){.guarantee-section__description,.guarantee-section__list,.guarantee-section__list-title{font-size:24px;line-height:32px}}.guarantee-section__description:not(:last-child),.guarantee-section__list-title:not(:last-child),.guarantee-section__list:not(:last-child){margin-bottom:20px}@media(min-width:1440px){.guarantee-section__description:not(:last-child),.guarantee-section__list-title:not(:last-child),.guarantee-section__list:not(:last-child){margin-bottom:28px}}@media(min-width:1920px){.guarantee-section__description:not(:last-child),.guarantee-section__list-title:not(:last-child),.guarantee-section__list:not(:last-child){margin-bottom:40px}}.guarantee-section__list-title{font-weight:600}.guarantee-section__list{padding-left:24px}.guarantee-section__image{height:auto;width:100%}@media(min-width:640px)and (max-width:1023px){.guarantee-section__image{margin-left:auto;margin-right:auto;width:65%}}.steps-section-container{padding:40px 0}@media(min-width:640px){.steps-section-container{padding:64px 0}}@media(min-width:1024px){.steps-section-container{padding:80px 0}}.steps-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}@media(min-width:640px){.steps-section__header{margin-bottom:40px}}@media(min-width:1440px){.steps-section__header{margin-bottom:72px;place-items:flex-end}}.steps-section__title{font-size:32px;font-weight:600;line-height:100%}@media(min-width:1024px){.steps-section__title{font-size:40px}}@media(min-width:1440px){.steps-section__title{font-size:64px;line-height:84px}}.steps-section__scroll-button{border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;height:-moz-max-content;height:max-content;line-height:100%;padding:20px 25px;place-content:center;text-decoration:none;transition:opacity .3s ease}@media(min-width:640px){.steps-section__scroll-button{padding:20px 28px}}@media(min-width:1024px){.steps-section__scroll-button{font-size:20px;padding:23px 44px}}.steps-section__scroll-button:hover{opacity:.85}@media(max-width:639px){.steps-section__scroll-button_desktop{display:none}}.steps-section__scroll-button_mobile{margin-top:32px}@media(min-width:640px){.steps-section__scroll-button_mobile{display:none}}.steps-section__steps-list{display:grid;gap:16px}@media(min-width:640px){.steps-section__steps-list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1440px){.steps-section__steps-list{gap:24px}}.steps-section__step{border-radius:20px;padding:20px}@media(min-width:1440px){.steps-section__step{border-radius:30px;padding:32px}}@media(min-width:1920px){.steps-section__step{padding:40px}}.steps-section__step-title{font-size:16px;font-weight:600;line-height:140%;margin-bottom:16px}@media(min-width:1024px){.steps-section__step-title{margin-bottom:24px}}@media(min-width:1440px){.steps-section__step-title{font-size:24px;line-height:32px}}@media(min-width:1920px){.steps-section__step-title{font-size:32px;line-height:100%;margin-bottom:20px}}.steps-section__step-description{font-size:14px;font-weight:400;line-height:140%}@media(min-width:1024px){.steps-section__step-description{font-size:16px}}@media(min-width:1920px){.steps-section__step-description{font-size:24px;line-height:32px}}
