.add{position:relative;min-height:31px;margin:0;padding:0;padding-left:40px;font:inherit;background-color:unset;border:0;cursor:pointer;transition:.2s ease-in-out}.add:hover,.add:active,.add:focus{color:#517ce9}.add__icon{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:27px;height:27px;background-color:#517ce9;border:2px solid #517ce9;border-radius:50%;transition:.2s ease-in-out}.add__icon svg{width:16px;height:16px;fill:#fff;transition:.2s ease-in-out}.add:hover .add__icon,.add:active .add__icon,.add:focus .add__icon{background-color:#fff}.add:hover .add__icon svg,.add:active .add__icon svg,.add:focus .add__icon svg{fill:#517ce9}.agreement__title{margin:0}.agreement__loader{display:flex;justify-content:center;align-items:center;padding:20px}.agreement__documents{padding:0;margin:0;list-style:none}.agreement__documents.js-acco .agreement__doc-wrapper{height:0;overflow:hidden;transition:height .3s}.agreement__item{padding-top:25px;padding-bottom:25px;position:relative}.agreement__item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#b5bedc}.agreement__item:last-child .agreement__doc-content{padding-bottom:0}.agreement__item:last-child .agreement__doc-content::after{content:none}.agreement__item.active .agreement__doc-title::before{transform:translate(0,-50%) rotate(180deg)}.agreement__doc-title{position:relative;margin:0;padding-right:25px;font-weight:400;font-size:17px;color:#172040;cursor:pointer}.agreement__doc-title::before{content:'';position:absolute;top:50%;right:0;width:15px;height:8px;background-image:url('/Content/Images/icons/i-arrow-select.svg');background-size:15px 8px;transform:translate(0,-50%);transition:transform .3s}.agreement__doc-title:hover,.agreement__doc-title:focus{color:#5677f4}.agreement__doc-content{padding-top:29px}.agreement__doc-content img{max-width:100%}@keyframes load1{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.btn{position:relative;display:block;width:100%;padding:0;margin:0 auto;font-family:inherit;font-weight:500;font-size:12px;line-height:19px;text-align:center;text-transform:uppercase;letter-spacing:1.5px;border:none;border-radius:100px;color:#fff;background-color:#f68633;background-image:linear-gradient(90deg,#f68633,#ffb762);outline:none;cursor:pointer;transition:.2s}.btn:enabled:hover,.btn:enabled:focus{transform:translateY(-2px);box-shadow:0 22px 25px -24px rgba(122,138,224,.75)}.btn:enabled:hover .btn__wrapper,.btn:enabled:focus .btn__wrapper{background-color:rgba(255,255,255,.05)}.btn:disabled{cursor:default}.btn:disabled .btn__text{display:none}.btn:disabled .btn__loader{display:inline-block}.btn:disabled .btn__wrapper{background-color:transparent}.btn__wrapper{display:block;padding-top:18px;padding-bottom:19px;padding-left:24px;padding-right:24px;border:2px solid transparent;border-radius:100px;box-shadow:0 1px 25px rgba(212,131,65,.3) inset;transition:.3s}.btn__text{position:relative;display:inline-block;vertical-align:top}.btn__loader{position:relative;display:none;padding-right:40px}.btn__loader-bulls{position:absolute;top:-22px;right:0;width:10px;height:10px;font-size:10px;text-indent:-9999em;color:#fff;border-radius:50%;transform:translateZ(0);animation-fill-mode:both;animation:load1 1.8s infinite ease-in-out}.btn__loader-bulls::before{content:'';position:absolute;top:0;right:12px;width:10px;height:10px;border-radius:50%;animation-fill-mode:both;animation:load1 1.8s infinite ease-in-out;animation-delay:-.16s}.btn__loader-bulls::after{content:'';position:absolute;top:0;right:24px;width:10px;height:10px;border-radius:50%;animation-fill-mode:both;animation:load1 1.8s infinite ease-in-out;animation-delay:-.32s}.btn--outline-primary{color:#f68633}.btn--outline-primary:hover,.btn--outline-primary:focus{box-shadow:0 22px 25px -24px rgba(122,138,224,.5)}.btn--outline-primary .btn__wrapper{background-color:#fff;background-clip:padding-box;box-shadow:none}.btn--outline-primary:enabled:hover .btn__wrapper,.btn--outline-primary:enabled:focus .btn__wrapper{background-color:#e9ebf4}.btn--outline-primary .btn__loader-bulls{color:#536dfe}@media(min-width:768px){.btn{font-size:14px}}@keyframes button-disabled-loader{0%,80%,100%{box-shadow:0 25px 0 -13px #fff}40%{box-shadow:0 25px 0 0 #fff}}.button{position:relative;display:block;width:100%;min-height:60px;padding:20px 30px 21px;margin:0 auto;font-family:inherit;font-weight:500;font-size:12px;line-height:19px;text-align:center;text-transform:uppercase;letter-spacing:1.5px;border:0;border-radius:100px;color:#fff;background-color:#f68633;background-image:linear-gradient(90deg,#f68633,#ffb762);box-shadow:0 1px 25px rgba(212,131,65,.3) inset;transition:transform .2s,box-shadow .2s}.button:enabled:hover,.button:enabled:focus{transform:translateY(-2px);box-shadow:0 1px 25px rgba(212,131,65,.3) inset,0 0 0 100px rgba(255,255,255,.05) inset,0 22px 25px -24px rgba(122,138,224,.75);cursor:pointer}.button:disabled .button__label{display:none}.button:disabled .button__loader{display:inline-block}.button__loader{position:relative;display:none;vertical-align:middle;padding-right:40px}.button__loader-bulls{position:absolute;top:50%;right:0;width:10px;height:10px;margin-top:-30px;border-radius:50%;animation-fill-mode:both;animation:button-disabled-loader 1.8s infinite ease-in-out}.button__loader-bulls::before{content:'';position:absolute;top:0;right:12px;width:10px;height:10px;border-radius:50%;animation-fill-mode:both;animation:button-disabled-loader 1.8s infinite ease-in-out;animation-delay:-.16s}.button__loader-bulls::after{content:'';position:absolute;top:0;right:24px;width:10px;height:10px;border-radius:50%;animation-fill-mode:both;animation:button-disabled-loader 1.8s infinite ease-in-out;animation-delay:-.32s}@media(min-width:768px){.button{font-size:14px;line-height:19px}}.callback-form__errors{margin-bottom:35px}.callback-form__title{margin:0;margin-bottom:40px;text-align:center}.callback-form__field{max-width:350px;margin:0 auto;margin-bottom:25px}.callback-form__submit{max-width:280px;margin:0 auto}.callback{position:relative;width:100px;height:100px;padding:0;margin:0;font-family:inherit;font-size:17px;line-height:23px;color:#fff;border:0;background-color:#faa353;background-image:linear-gradient(rgba(255,255,255,.05),rgba(255,255,255,.05)),linear-gradient(to right,#f68633,#ffb762);border-radius:50%;box-shadow:0 10px 20px 0 rgba(155,155,155,.5);transition:transform .2s,box-shadow .2s}.callback:enabled::before{content:'';position:absolute;top:50%;left:50%;width:54px;height:54px;margin-top:-27px;margin-left:-27px;background-image:url(/Content/Images/i-phone.svg);background-repeat:no-repeat;background-position:center}.callback:enabled:hover,.callback:enabled:active,.callback:enabled:focus{box-shadow:0 10px 20px 0 rgba(155,155,155,.7);transform:translateY(-2px);cursor:pointer}.callback:enabled .callback__timer{display:none}.card-denied{padding-top:36px;padding-bottom:40px}.card-denied__title{margin:0;margin-bottom:22px;text-align:center}.card-denied__text{margin:0;margin-bottom:35px;text-align:center;color:#0d1638}.card-denied__button:first-child{margin-bottom:25px}@media(min-width:768px){.card-denied{padding-top:55px;padding-bottom:102px}.card-denied__buttons{display:flex;justify-content:space-between}.card-denied__button{flex-shrink:0;width:245px;margin-bottom:0}}.card__inner{padding-top:36px;padding-bottom:40px}.card__errors:not(:empty){margin-bottom:20px}.card__title{margin:0;margin-bottom:20px}.card__text{margin:0;margin-bottom:10px;color:#0d1638}.card__table{margin-bottom:19px}.card__table-footer{font-weight:500}.card__table-cell{padding:0;padding-bottom:9px}.card__table-cell:first-child{padding-right:35px}.card__table-cell:last-child{white-space:nowrap}.card__sides{position:relative;margin-bottom:11px}.card__side--back{position:absolute;bottom:0;right:0;width:130px}.card__logos{display:none}.card__item{color:#8f99ba}.card__item--cvc{padding-bottom:25px}.card__item-wrapper{padding-bottom:25px}.card__item-wrapper--expiration{width:160px}.card .hosted-field{height:55px;padding:8px 10px;font-size:16px;line-height:22px;background-color:#f8f9fd;border:1px solid #dde2f1;border-radius:10px;box-sizing:border-box}.card .hosted-field:hover{border-color:#b9bfd5}.card .hosted-field--uppercase{font-size:14px;line-height:22px;text-transform:uppercase}.card .mandarinpay-field-state-focused,.card .mandarinpay-field-state-focused:hover{border-color:#5677f4}.card .mandarinpay-field-state-error:not(.mandarinpay-field-state-focused){border-color:#f8bbd0}@media(min-width:768px){.card__inner{padding-top:55px;padding-bottom:50px}.card__table{margin-bottom:21px}.card__table-footer{font-size:20px;line-height:24px}.card__table-cell{padding-bottom:21px}.card__sides{display:flex;justify-content:space-between;width:500px;margin-bottom:40px}.card__sides::before{content:'';position:absolute;top:50px;right:0;width:400px;height:205px;background-color:#f7f9fe;background-image:linear-gradient(135deg,#fbfcfe 0%,#f0f0f0 100%);background-repeat:no-repeat;border-radius:10px;box-shadow:0 6px 10px rgba(91,101,127,.1)}.card__sides::after{content:'';position:absolute;top:85px;right:0;left:100px;height:38px;background-color:#5b657f}.card__side--front{position:relative;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;z-index:10;width:360px;height:145px;padding:30px 20px;background-color:#f7f9fe;background-image:linear-gradient(135deg,#fbfcfe 0%,#f0f0f0 100%);background-repeat:no-repeat;border-radius:10px;box-shadow:0 22px 22px 0 rgba(91,101,127,.15)}.card__side--back{position:relative;flex-shrink:0;width:60px;height:95px;padding:95px 20px 17px 15px;margin-top:50px}.card__logos{position:absolute;display:block;top:15px;right:15px}.card__logo{display:inline-block;vertical-align:middle;margin:0;margin-left:13px}.card__logo--visa,.card__logo--visa img{width:51px;height:17px}.card__logo--master,.card__logo--master img{width:59px;height:35px}.card__item{display:flex;justify-content:space-between;font-size:14px;line-height:20px}.card__item--column{display:block;margin:0}.card__item-wrapper{flex-shrink:0;width:210px;padding-bottom:0}.card__item-wrapper--expiration{width:135px}.card .hosted-field{height:40px;background-color:#fff}.card__submit{width:270px;margin:0 auto}}@keyframes wave{0%{width:40px;height:40px;margin-top:-20px;margin-left:0;opacity:.35}100%{width:200px;height:200px;margin-top:-100px;margin-left:-80px;opacity:0}}@keyframes wave-desktop{0%{width:30px;height:30px;margin-top:-15px;margin-left:0;opacity:.35}100%{width:200px;height:200px;margin-top:-100px;margin-left:-85px;opacity:0}}.checkbox__check{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.checkbox__label{position:relative;display:flex;align-items:center;min-height:40px;padding-left:55px}.checkbox__label--large-text-content{vertical-align:top}.checkbox__label::before{content:'';position:absolute;top:50%;left:0;width:38px;height:38px;margin-top:-20px;border:1px solid #dde2f1;border-radius:7px;background-color:#f8f9fd;transition:border .3s,background-color .5s}.checkbox__label:hover::before,.checkbox__check:focus~.checkbox__label::before{border-color:#f68633;background-color:#fafbff}.checkbox__check:checked~.checkbox__label::before{background-color:#f68633;background-image:url('/Content/Images/checkbox.svg');background-position:center;background-repeat:no-repeat;background-size:21px 17px;border-color:#f68633}.checkbox__check~.form__checkbox-error::before{border-color:#e7779d}.checkbox__check:checked~.checkbox__label::after{content:'';position:absolute;z-index:100;top:50%;left:0;border-radius:7px;background-color:#f68633;animation:wave .65s}@media(min-width:768px){.checkbox__label{min-height:30px;padding-left:45px}.checkbox__label::before{width:28px;height:28px;margin-top:-15px}.checkbox__check:checked~.checkbox__label::before{background-size:18px 14px}.checkbox__check:checked~.checkbox__label::after{animation:wave-desktop .65s}}.choice-registered{padding-top:36px;padding-bottom:40px}.choice-registered__title{margin:0;margin-bottom:26px;text-align:center}.choice-registered__client{margin-bottom:45px}@media(min-width:768px){.choice-registered{padding-top:55px;padding-bottom:102px}.choice-registered__title{margin-bottom:41px}.choice-registered__submit{width:295px;margin:0 auto}}.client{padding:26px 20px;background-color:#f8f9fd;text-align:left;border:1px solid #dde2f1;border-radius:7px}.client__name{font-weight:500;font-size:19px;line-height:25px}.client__text{margin:0 0 16px;color:#5f6885}.client__text:last-child{margin-bottom:0}.client__link{display:inline-block;vertical-align:bottom;color:#8f99ba}.client__link:hover{color:#5f6885}.client__link:hover .client__link-icon svg{fill:#5f6885}.client__link:hover .client__link-text{border-color:#5f6885}.client__link-icon{display:inline-block;vertical-align:middle;width:20px;height:20px}.client__link-icon svg{width:20px;height:20px;fill:#8f99ba}.client__link-text{display:inline-block;vertical-align:bottom;line-height:1.1;border-bottom:1px solid #8f99ba}@media(min-width:768px){.client{text-align:center}}.conditions{padding-top:36px;padding-bottom:40px}.conditions__inner{margin-bottom:25px}.conditions__title{margin:0;margin-bottom:3px}.conditions__errors{margin-bottom:20px}.conditions__comment{margin:0;margin-bottom:18px;font-size:15px;line-height:20px;color:#8e97b5}.conditions__comment--bottom{margin:0 auto;text-align:center}.conditions__comment-highlighted{font-weight:500}.conditions__load-info{margin-bottom:15px;font-weight:300;font-size:15px;line-height:20px;color:#707ba0}.conditions__text{margin:0;margin-bottom:2px}.conditions__text-highlighted{font-weight:500}.conditions__container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:25px}.conditions__offer{margin-bottom:20px;box-shadow:0 5px 10px 0 rgba(104,132,224,.35)}.conditions__offer:last-child{margin-bottom:0}@media(min-width:768px){.conditions{padding-top:55px;padding-bottom:102px}.conditions__comment{font-size:16px;line-height:21px}.conditions__load-info{font-size:16px;line-height:21px}.conditions__container{width:612px}.conditions__offer{width:100%}}.confirmation{padding-top:36px;padding-bottom:40px}.confirmation__title{margin:0;margin-bottom:22px}.confirmation__errors{margin-bottom:20px}.confirmation__greeting{margin:0;margin-bottom:28px}.confirmation__sms{margin-bottom:34px}.confirmation__resend-link{padding:0;margin:0;font-size:15px;line-height:20px;font-family:inherit;text-decoration:none;color:#8f99ba;background-color:transparent;border:0;border-bottom:1px dotted #8f99ba;cursor:pointer}.confirmation__resend-link:hover,.confirmation__resend-link:active,.confirmation__resend-link:focus{color:#5f6885;border-color:#8f99ba}.confirmation__resend-link:disabled{color:unset;border:0;cursor:default}.confirmation__resend-link br{display:none}.confirmation__docs{margin-bottom:41px}.confirmation__docs-title{margin:0;margin-bottom:17px}.confirmation__docs-list{padding:0;margin:0;list-style:none}.confirmation__doc{margin-bottom:17px;color:#536dfe}.confirmation__doc:last-child{margin-bottom:0}.confirmation__doc-link{position:relative;display:inline-block;vertical-align:baseline;padding-left:24px;text-decoration:none;color:#536dfe}.confirmation__doc-link:hover,.confirmation__doc-link:active,.confirmation__doc-link:focus{color:#342ede}.confirmation__doc-link:hover .confirmation__doc-icon,.confirmation__doc-link:active .confirmation__doc-icon,.confirmation__doc-link:focus .confirmation__doc-icon{fill:#342ede}.confirmation__doc-icon{position:absolute;top:7px;left:0;width:16px;height:25px;fill:#536dfe}.confirmation__financial-organization{margin-top:17px}@media(min-width:768px){.confirmation{padding-top:55px;padding-bottom:50px}.confirmation__sms{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.confirmation__sms-field{flex-grow:0;flex-shrink:0;width:244px}.confirmation__sms-resend{width:244px;padding-bottom:25px}.confirmation__resend-link{display:block;text-align:left;border:0}.confirmation__resend-link br{display:unset}.confirmation__submit{width:270px;margin:0 auto}}.credit-slider{position:relative}.credit-slider--with-scale{padding-bottom:25px}.credit-slider--with-scale .credit-slider__limit{display:none}.credit-slider__range{position:relative;color:#536dfe;background-color:#fff;box-shadow:inset 0 -7px 0 0 #e9ecff}.credit-slider__input-container{display:flex;justify-content:space-between;align-items:center;padding:15px 0 12px}.credit-slider__label-wrapper{flex-shrink:0;width:172px;font-weight:400;font-size:20px;line-height:22px;color:#172040}.credit-slider__input{flex-grow:1;width:70px;padding:0;margin:0;margin-left:auto;border:0;font-family:inherit;font-weight:400;font-size:22px;line-height:28px;text-align:right;color:#172040}.credit-slider__input:focus{outline:none;box-shadow:0 0 1px 1px #f9fafd}.credit-slider__input:disabled{background-color:#fff}.credit-slider__input:-webkit-autofill,.credit-slider__input:-webkit-autofill:hover,.credit-slider__input:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 100px #fff}.credit-slider__unit-of-measure{margin-left:5px;font-size:22px;line-height:28px;color:#172040}.credit-slider__scale{position:absolute;right:0;left:0;bottom:-25px;display:flex;justify-content:space-between;margin:0;color:#707ba0}.credit-slider__scale-value{position:relative;padding-top:7px;font-weight:300;font-size:14px;line-height:18px;text-align:center}.credit-slider__scale-value::before{content:'';position:absolute;top:0;left:50%;width:1px;height:7px;background-color:#e9ecff}.credit-slider__scale-value:first-child{text-align:left}.credit-slider__scale-value:first-child::before{left:1px}.credit-slider__scale-value:last-child{text-align:right}.credit-slider__scale-value:last-child::before{left:unset;right:1px}@media(min-width:768px){.credit-slider__range{box-shadow:inset 0 -9px 0 0 #e9ecff}.credit-slider__input-container{padding-top:38px;padding-bottom:31px}.credit-slider__label-wrapper{width:300px;font-size:23px;line-height:27px}.credit-slider__input{width:90px;font-size:28px;line-height:33px}.credit-slider__unit-of-measure{font-size:28px;line-height:33px}}.delivery{padding-bottom:40px}.delivery__text{margin:0;margin-bottom:23px}.delivery__address{margin:0;margin-bottom:63px;padding:0;border:0}.delivery__legend{margin:0;margin-bottom:23px;font-family:inherit}.delivery__address-options{margin:0;padding:0;list-style:none}.delivery__address-option{margin-bottom:19px}.delivery__address-option:last-child{margin-bottom:0}@media(min-width:768px){.delivery{padding-bottom:50px}.delivery__submit{width:270px;margin:0 auto}}.denial{padding-top:36px;padding-bottom:40px}.denial__title{margin:0;margin-bottom:22px;text-align:center}.denial__content{margin-bottom:45px}.denial__text{margin:0;margin-bottom:5px;text-align:center}.denial__text:last-child{margin-bottom:0}@media(min-width:768px){.denial{padding-top:55px;padding-bottom:102px}.denial__submit{width:270px;margin:0 auto}}.enrichment__text{margin:0;margin-bottom:20px;font-size:15px;line-height:22px;color:#e7779d}.enrichment__fields{margin:0;margin-bottom:20px;padding:0;list-style:none}.enrichment__submit{max-width:310px;margin:0 auto}@media(min-width:749px){.enrichment__text{font-size:inherit;line-height:inherit}.enrichment__fields{display:flex;justify-content:space-between;flex-wrap:wrap}.enrichment__field{width:244px}.enrichment__field:first-child{width:100%}}.error-back{padding-top:36px;padding-bottom:40px;text-align:center}.error-back__inner{margin-bottom:36px}.error-back__title{margin:0;margin-bottom:15px}.error-back__text{margin:0}.error-back__buttons{margin:0 auto;padding:0;list-style:none}.error-back__button{margin-bottom:25px}.error-back__button:last-child{margin-bottom:0}@media(min-width:768px){.error-back{padding-top:55px;padding-bottom:102px}.error-back__buttons{display:flex;justify-content:space-between;width:570px}.error-back__button{flex-shrink:0;width:280px;margin-bottom:0}.error-back__button .btn__wrapper{padding-left:10px;padding-right:10px}}.error-integration{padding-top:36px;padding-bottom:40px;text-align:center}.error-integration__img{width:280px;height:265px;margin:0 auto;margin-bottom:15px}.error-integration__pic{width:280px;height:265px}.error-integration__title{margin:0;margin-bottom:20px}.error-integration__text{margin:0;margin-bottom:17px}@media(min-width:768px){.error-integration{padding-top:95px;padding-bottom:97px}.error-integration__img{margin-bottom:22px}.error-integration__title{margin-bottom:25px}.error-integration__text{margin-bottom:30px}.error-integration__button{width:270px;margin:0 auto}}.field-with-hint{position:relative}.field-with-hint .hint{position:absolute;top:5px;right:5px}.field-with-hint--select .hint{right:62px}.field-with-hint .hint__tooltip{left:unset;right:-10px}.field-with-hint .hint__tooltip::before{left:unset;right:10px}.footer{background-color:#f8f9fd}.footer__content{padding-top:25px;padding-bottom:22px;text-align:center}.footer__terms{padding-top:25px;padding-bottom:22px;text-align:center}.footer__terms-toggle{position:relative;display:inline-block;padding-right:20px;font-size:14px;line-height:19px;text-decoration:none;color:#797caa}.footer__terms-toggle:hover,.footer__terms-toggle:active,.footer__terms-toggle:focus{outline:none;color:#6375fb}.footer__terms-icon{position:absolute;right:0;top:50%;width:14px;height:7px;margin-top:-4px;fill:#797caa;transition:.3s}.footer__terms-toggle:hover .footer__terms-icon,.footer__terms-toggle:active .footer__terms-icon,.footer__terms-toggle:focus .footer__terms-icon{fill:#6375fb}.footer__terms--opened .footer__terms-icon{transform:rotate(180deg)}.footer__terms-content{height:0;overflow:hidden;opacity:0;transition:height .3s,opacity .6s cubic-bezier(.6,-.12,.99,.37)}.footer__terms--opened~.footer__terms-content{overflow:unset;opacity:1}.footer__terms-inner{padding-bottom:15px}.footer__text{display:block;font-size:13px;line-height:18px;letter-spacing:.37px;color:#8f99ba}.footer__text-icon{display:inline-block;vertical-align:baseline;width:10px;height:14px}.footer__text-icon svg{width:10px;height:14px;fill:none;stroke:#8f99ba}@media(min-width:768px){.footer{border-bottom-left-radius:20px;border-bottom-right-radius:20px}.footer__content{padding-top:32px;padding-bottom:28px}.footer__terms{padding-top:32px;padding-bottom:28px}.footer--calculator .footer__terms{width:500px}.footer__terms-inner{padding-top:16px}}.form__item{display:flex;justify-content:space-between;align-items:stretch;flex-direction:column;margin:0}.form__label{position:relative;display:inline-block;vertical-align:middle;font-size:1.7rem;line-height:1.466;color:#5f6885}.form__input{width:100%;padding-top:19px;padding-bottom:18px;font-size:1.7rem;line-height:1.26;background-color:#f8f9fd;border:1px solid #dde2f1;border-radius:7px;color:#5f6885;outline:none;box-sizing:border-box;transition:border .5s}.form__input:enabled:hover{border-color:#b9bfd5}.form__input:enabled:focus{padding-top:28px;padding-bottom:9px;color:#0d1638;border-color:#5677f4;background-color:#fff}.form__input--with-label{padding-top:28px;padding-bottom:9px}.form__input:disabled{opacity:.75}.form__input.form__error{border-color:#f8bbd0}.form__fieldset{padding:0;margin:0 0 2.4rem;border:none}.form__legend{margin-bottom:18px;color:#0d1638}.form__radio{display:none}.form__radio+.form__label,.form__radio+.form__item>.form__label{padding-left:43px;margin:0 19px 0 0;font-size:17px;line-height:1.2}.form__radio+.form__label::before,.form__radio+.form__item>.form__label::before{content:'';position:absolute;top:50%;left:0;width:33px;height:33px;background-color:#f8f9fd;border:1px solid #bec4d8;border-radius:50%;transition:.3s;transform:translate(0,-50%)}.form__radio+.form__label::after,.form__radio+.form__item>.form__label::after{content:'';position:absolute;top:50%;left:17px;width:0;height:0;background:#4d8bec linear-gradient(90deg,#4d8bec,#7a6dff);border-radius:50%;transition:.5s;transform:translate(0,-50%)}.form__radio+.form__label:hover::before,.form__radio+.form__item>.form__label:hover::before{border-color:#5677f4;background-color:#fff}.form__radio:checked+.form__label,.form__radio:checked+.form__item>.form__label{color:#0d1638}.form__radio:checked+.form__label::before,.form__radio:checked+.form__item>.form__label::before{border-color:#5677f4;background-color:#fff}.form__radio:checked+.form__label::after,.form__radio:checked+.form__item>.form__label::after{content:'';position:absolute;top:50%;left:4px;width:27px;height:27px;transform:translate(0,-50%)}@media(min-width:768px){.form__item{flex-direction:row;align-items:center;margin-bottom:3px;margin-left:-15px}.form__input{padding:17px 15px 15px}.form__radio+.form__label,.form__radio+.form__item>.form__label{padding-left:31px}.form__radio+.form__label::before,.form__radio+.form__item>.form__label::before{top:unset;width:23px;height:23px;transform:translate(0,0)}.form__radio+.form__label::after,.form__radio+.form__item>.form__label::after{top:12px;left:12px;transform:translate(0,0)}.form__radio:checked+.form__label::after,.form__radio:checked+.form__item>.form__label::after{top:3px;left:3px;width:19px;height:19px;transform:translate(0,0)}}.goods-confirmation{padding-top:36px;padding-bottom:40px;text-align:center}.goods-confirmation__text{margin:0;margin-bottom:40px}@media(min-width:768px){.goods-confirmation{padding-top:90px;padding-bottom:102px}.goods-confirmation__text{margin-bottom:60px}.goods-confirmation__button{width:270px;margin:0 auto}}.header{position:relative;max-width:850px;margin:0 auto}.header__content{padding-top:36px;padding-bottom:47px;text-align:center}.header__content--hidden{visibility:hidden;opacity:0}.header__text{display:block;font-size:13px;line-height:18px;letter-spacing:.37px;color:#8f99ba}.header__tel{display:block;font-size:25px;line-height:33px;letter-spacing:1.4px;color:#5f6885;white-space:nowrap}.header__callback{position:absolute;top:11px;right:0;margin:0}.hint{position:relative;display:inline-block;vertical-align:middle;width:16px;height:16px}.hint:active,.hint:focus,.hint:hover{z-index:100}.hint__toggle{position:relative;display:block;width:16px;height:16px;padding:0;font-weight:500;font-size:10px;line-height:13px;border:0;background-color:transparent}.hint__toggle::before{content:'?';position:absolute;top:0;left:0;width:14px;height:14px;padding-top:1px;padding-right:1px;color:#fff;text-align:center;background-color:#d5daf1;border-radius:50%;transition:.2s}.hint__toggle:hover,.hint__toggle:focus,.hint__toggle:active{outline:none}.hint__toggle:hover::before,.hint__toggle:focus::before,.hint__toggle:active::before{color:#7d91fe;background-color:#fff;box-shadow:inset 0 0 0 1px #7d91fe}.hint__toggle:hover~.hint__tooltip,.hint__toggle:focus~.hint__tooltip,.hint__toggle:active~.hint__tooltip{z-index:100;opacity:1;visibility:visible}.hint__tooltip{position:absolute;z-index:-1;bottom:100%;left:-29px;width:150px;margin-bottom:14px;font-weight:400;font-size:13px;line-height:18px;color:#707ba0;background-color:#fff;border-radius:5px;box-shadow:0 -1px 10px 0 rgba(83,109,254,.15),0 4px 8px 0 rgba(83,109,254,.35);opacity:0;transition:.2s ease-in-out;visibility:hidden}.hint__tooltip::before{content:'';position:absolute;top:100%;left:29px;width:12px;height:12px;margin-top:-8px;border-radius:2px;background-color:#fff;box-shadow:3px 3px 8px 0 rgba(83,109,254,.25);transform:rotate(45deg)}.hint__tooltip-inner{position:relative;z-index:1;display:block;padding:5px;background-color:#fff}@media(min-width:768px){.hint__tooltip{width:210px;font-size:17px;line-height:24px}.hint__tooltip-inner{padding:10px}}.identification-sms__inner{margin:0 auto;padding-bottom:29px}.identification-sms__links{padding-bottom:25px}.identification-sms__link{display:block;margin:0 auto;padding:0;font-family:inherit;font-size:14px;line-height:19px;text-decoration:underline;color:#8b97da;border:0;background-color:transparent;cursor:pointer}.identification-sms__link:hover,.identification-sms__link:focus,.identification-sms__link:active{outline-color:#8b97da;text-decoration:none}.identification-sms__link:disabled{display:none;color:#232843;text-decoration:none;cursor:default}.identification-sms__submit{margin:0 auto}@media(min-width:768px){.identification-sms__inner{width:350px;padding-bottom:34px}.identification-sms__submit{max-width:270px}}.identification{padding-top:36px;padding-bottom:30px}.identification__title{margin:0;margin-bottom:20px}.identification__errors{margin-bottom:20px}.identification__comment{margin:0;margin-bottom:19px;font-size:15px;line-height:22px;color:#172040}.identification__list{padding:0;margin:0;margin-bottom:25px;list-style:none}.identification__submit{max-width:295px;margin:0 auto}@media(min-width:768px){.identification{padding-top:64px;padding-bottom:50px}.identification__title{margin-bottom:30px}.identification__comment{font-size:inherit;line-height:inherit}.identification__list{display:flex;flex-wrap:wrap;justify-content:space-between}.identification__item{width:100%}.identification__item--half{width:244px}}.input{padding-bottom:25px}.input__inner{position:relative}.input__field{display:block;box-sizing:border-box;width:100%;padding:19px 16px 18px;border:1px solid #b5bedc;border-radius:7px;font-family:inherit;font-size:17px;line-height:22px;color:#707ba0;background-color:#f7f8ff;transition:border .5s;overflow:hidden;text-overflow:ellipsis}.input__field:enabled:hover,.input__field:enabled:focus{color:#172040;border-color:#5677f4}.input__field:enabled:focus{padding-top:28px;padding-bottom:9px;background-color:#fff;outline:none}.input__field.active{padding-top:28px;padding-bottom:9px}.input__field.focus{padding-top:28px;padding-bottom:9px;color:#172040;background-color:#fff;border-color:#5677f4}.input__field.form__error,.input__field:enabled.form__error{border-color:#f8bbd0}.input__field:disabled{opacity:.7}.input__textarea{display:block;width:100%;padding:0;font-family:inherit;font-size:17px;line-height:23px;color:#707ba0;border:0;background-color:#f7f8ff;resize:none;outline:none;box-sizing:border-box;overflow:hidden}.input__textarea:enabled:hover,.input__textarea:enabled:focus{color:#172040;border-color:#5677f4}.input__textarea:enabled:focus{background-color:#fff;outline:none}.input__label{position:absolute;top:50%;left:17px;width:276px;font-size:17px;line-height:17px;color:#707ba0;transition:all .1s cubic-bezier(.17,.67,.83,.67);transform:translate(0,-50%);pointer-events:none}.input__label.active{top:9px;font-size:14px;color:#707ba0;transform:none}span.form__error{position:absolute;left:0;top:100%;max-width:100%;padding:0 16px;font-size:12px;line-height:20px;color:#e7779d;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box}@media(max-width:767px){.input--mobile-overflow .input__field.active{padding-top:41px;padding-bottom:9px}.input__label.active{top:10px}}@media(min-width:768px){.input__label{width:auto}.input__label.active{top:12px}}.link{position:relative;color:#536dfe;text-decoration:none}.link:hover{color:#342ede}@keyframes loader-rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@keyframes loader-rotate2{0%{transform:rotate(0deg);border-top-color:#8f99ba}50%{transform:rotate(180deg);border-top-color:#536dfe}100%{transform:rotate(360deg);border-top-color:#8f99ba}}.loader{position:relative;width:18rem;height:18rem;display:block;overflow:hidden;box-sizing:border-box;border-radius:50%;padding:8px;border:2px solid transparent;border-top-color:#8f99ba;border-bottom-color:#536dfe;animation:loader-rotate linear 6s infinite}.loader div{height:100%;box-sizing:border-box;border-radius:50%;padding:1rem;border:2px solid transparent;border-top-color:#8f99ba;border-bottom-color:#536dfe;animation:loader-rotate2 linear 6s infinite}.loader div:hover{animation-play-state:paused}.mobile__submit{width:300px;margin:0 auto}.modal-overlay{position:fixed;top:0;bottom:0;right:0;left:0;z-index:40;display:none;background-color:rgba(15,20,40,.52)}.modal-overlay--opened{display:block}.modal{position:absolute;display:none;color:#000;background-color:#fff}.modal--opened{display:block}.modal--agreement{top:0;bottom:0;left:0;right:0;z-index:50;min-width:320px;overflow:auto}.modal--enrichment{top:0;bottom:0;left:0;right:0;z-index:50;min-width:320px;overflow:auto}.modal--callback{top:0;bottom:0;left:0;right:0;z-index:50;min-width:320px;overflow:auto}.modal__close{position:absolute;top:20px;right:20px;width:20px;height:20px;margin:0;padding:0;border:0;background-color:transparent;cursor:pointer}.modal__close::before,.modal__close::after{content:'';position:absolute;top:10px;left:-2px;width:25px;height:2px;border-radius:5px;background-color:#707ba0}.modal__close::before{transform:rotate(45deg)}.modal__close::after{transform:rotate(-45deg)}.modal__close:hover::before,.modal__close:hover::after,.modal__close:focus::before,.modal__close:focus::after,.modal__close:active::before,.modal__close:active::after{background-color:#5677f4}.modal__inner{max-width:320px;margin:0 auto;padding:36px 5px 40px}.modal--enrichment .modal__inner{padding-top:42px}.modal--callback .modal__inner{padding-top:65px;padding-bottom:60px}@media(min-width:400px){.modal__close{top:25px;right:30px}.modal__inner{max-width:unset;padding-right:30px;padding-left:30px}.modal--enrichment .modal__inner{max-width:500px}.modal--callback .modal__inner{padding-top:65px;padding-bottom:65px}}@media(min-width:749px){.modal{position:fixed;box-shadow:0 10px 35px 0 rgba(187,194,236,.1),0 34px 20px -21px rgba(145,161,253,.17)}.modal--agreement{top:3vh;bottom:3vh;max-width:749px;max-height:90vh;margin:0 auto}.modal--enrichment{top:3vh;bottom:unset;margin:0 auto;max-width:740px;max-height:90vh}.modal--callback{top:3vh;bottom:unset;margin:0 auto;max-width:740px;max-height:90vh;border-radius:15px;box-shadow:0 15px 35px 0 rgba(187,194,236,.1)}.modal__close{top:34px;right:39px;width:25px;height:25px}.modal__close::before,.modal__close::after{top:12px;width:29px}.modal--agreement .modal__inner{padding:63px 71px}.modal--enrichment .modal__inner{padding-top:60px;padding-bottom:60px}}.offer{min-width:310px}.offer__label{display:block;padding:25px 29px 31px;border:1px solid #b5bedc;border-radius:4px;background-color:#fff;transition:border .4s}.offer__label:hover{border-color:#536dfe}.offer__radio:focus~.offer__label{border-color:#536dfe}.offer__radio:checked~.offer__label{border-color:#536dfe}.offer__radio:checked~.offer__label .offer__bank{display:block}.offer__info{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px;font-weight:400;font-size:23px;line-height:28px;color:#172040}.offer__price{flex-grow:0;flex-shrink:0;width:175px}.offer__amount{display:block;white-space:nowrap}.offer__iterator{font-size:17px;line-height:28px}.offer__description{display:block;font-size:14px;line-height:18px;color:#707ba0}.offer__term{flex-grow:0;flex-shrink:0;width:65px}.offer__logo{display:flex;align-items:center;flex-grow:0;flex-shrink:0;align-self:center;order:-1;width:100%;margin-bottom:21px}.offer__logo-pic{max-width:115px;max-height:44px}.offer__bank{display:none;margin-bottom:20px;font-size:17px;line-height:24px;color:#172040}.offer__bank-name{display:block}.offer__bank-description{display:block}@media(min-width:768px){.offer__label{position:relative;padding-top:22px;padding-bottom:26px;padding-right:176px;background-color:#f8f8fd}.offer__info{margin-bottom:0}.offer__price{width:200px}.offer__term{width:auto;margin-right:auto}.offer__logo{justify-content:flex-end;order:0;width:115px;margin-bottom:0}.offer__bank{margin-top:20px;margin-bottom:0}.offer__label .offer__btn{position:absolute;right:29px;top:26px;width:118px}.offer__btn .btn__wrapper{padding:13px}.offer__btn .btn__loader-bulls{top:-35px}.offer__btn-wait{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}}.option-slider{margin:0;display:flex}.option-slider__label{position:relative;display:flex;justify-content:space-around;margin:0;padding:3px;border:2px solid #f68633;border-radius:25px}.option-slider__label.disabled{opacity:.7}.option-slider__label::before{content:'';position:absolute;top:2px;bottom:2px;left:46%;right:2px;z-index:0;background-color:#f68633;border-radius:21px;transition:.3s}.option-slider__checkbox:checked~.option-slider__label::before{left:2px;right:50%}.option-slider__checkbox:checked~.option-slider__label .option-slider__indicator--true{color:#fff}.option-slider__checkbox:checked~.option-slider__label .option-slider__indicator--false{color:#f68633}.option-slider__indicator{position:relative;display:inline-block;vertical-align:middle;padding:3px 14px;text-align:center;color:#f68633;transition:.5s}.option-slider__indicator--false{color:#fff}.optional-snils{padding-top:36px;padding-bottom:40px}.optional-snils__errors{margin-bottom:20px}.optional-snils__title{margin:0 auto;margin-bottom:26px;text-align:center}.optional-snils__client{margin-bottom:30px}.optional-snils__comment{margin:0;margin-bottom:17px}.optional-snils__snils{margin-bottom:5px}.optional-snils__spouse{margin-bottom:5px}.optional-snils__spouse--hidden{display:none}.optional-snils__list{margin:0;padding:0;list-style:none}.optional-snils__contact--hidden{display:none}.optional-snils__contact-header{position:relative;min-height:20px;margin:0;margin-bottom:17px;padding-right:25px}.optional-snils__remove{position:absolute;right:0;top:1px;width:20px;height:20px;margin:0;padding:0;font:inherit;border:0;background-color:unset;cursor:pointer}.optional-snils__remove::before,.optional-snils__remove::after{content:'';position:absolute;top:10px;left:-2px;width:25px;height:2px;border-radius:5px;background-color:#707ba0}.optional-snils__remove::before{transform:rotate(45deg)}.optional-snils__remove::after{transform:rotate(-45deg)}.optional-snils__remove:hover::before,.optional-snils__remove:hover::after,.optional-snils__remove:focus::before,.optional-snils__remove:focus::after,.optional-snils__remove:active::before,.optional-snils__remove:active::after{background-color:#5677f4}.optional-snils__add{margin-bottom:30px}@media(min-width:768px){.optional-snils{padding-top:55px;padding-bottom:102px}.optional-snils__title{margin-bottom:41px}.optional-snils__client{margin-bottom:50px}.optional-snils__snils{margin-bottom:25px}.optional-snils__spouse{margin-bottom:25px}.optional-snils__add{margin-bottom:50px}.optional-snils__submit{width:370px;margin:0 auto}}.progress-bar__wrapper{padding-top:110px;padding-bottom:100px}.progress-bar__bar{position:relative;height:30px;margin-bottom:40px;background-color:#d5daf1;border-radius:50px;overflow:hidden}.progress-bar__range{position:absolute;top:0;bottom:0;left:0;width:3%;text-align:center;vertical-align:middle;background-color:#f68633;border-radius:50px}.progress-bar__percentage{padding-right:11px;font-size:17px;line-height:28px;color:#fff}.progress-bar__text{margin:0;font-size:16px;line-height:20px;text-align:center;color:#7a7daa}.promo{padding:21px 35px 22px;font-size:16px;line-height:22px;text-align:center;color:rgba(255,255,255,.65);background-color:#5f97ef;background-image:linear-gradient(to right,#5f97ef,#877cff)}.promo *{margin:0;font-size:inherit!important;line-height:inherit!important;text-align:inherit!important;color:inherit!important}.promo b,.promo h1,.promo h2,.promo h3,.promo h4,.promo h5,.promo h6{font-weight:500;color:#fff!important}.promo i{font-style:italic}.promo br{display:none}@media(min-width:768px){.promo{font-size:18px;line-height:24px;border-top-left-radius:19px;border-top-right-radius:19px}}.radio{margin:0}.radio label{position:relative;display:block;padding-left:35px}.radio label::before{content:'';position:absolute;top:50%;left:15px;width:20px;height:20px;background-color:rgba(193,200,232,.7);border-radius:50%;transform:translate(-50%,-50%);transition:all 250ms cubic-bezier(.4,.25,.3,1)}.radio label:hover::before,.radio input:focus~label::before{background-color:rgba(193,200,232,1)}.radio label::after{content:'';position:absolute;top:50%;left:15px;width:0;height:0;border-radius:50%;background-color:#f68633;transform:translate(-50%,-50%);transition:all 250ms cubic-bezier(.4,.25,.3,1)}.radio input:checked~label::before{background-color:transparent;width:25px;height:25px;border:2px solid #f68633}.radio input:checked~label::after{width:20px;height:20px}.return{display:block;padding:7px 25px;font-weight:300;font-size:13px;line-height:15px;text-align:center;text-decoration:none;color:#707ba0;border:1px solid #b5bedc;border-radius:18px}.return:hover,.return:focus,.return:active{outline:none;color:#172040;border-color:#707ba0}.select{padding-bottom:25px}.select__inner{position:relative}.select__inner.disabled{opacity:.75}.select__label{position:absolute;top:50%;left:17px;font-size:17px;line-height:20px;color:#5f6885;transition:all .1s cubic-bezier(.17,.67,.83,.67);transform:translate(0,-50%);pointer-events:none}.select__label.active{top:9px;font-size:14px;line-height:16px;color:#707ba0;transform:none}.select__field{position:relative;display:block;width:100%;padding:19px 65px 18px 16px;border:1px solid #b5bedc;border-radius:7px;border-top-right-radius:8px;border-bottom-right-radius:8px;font-size:17px;line-height:1.26;color:#707ba0;white-space:normal;background-color:#f7f8ff;box-sizing:border-box;transition:border .5s}.select__field:enabled:hover,.select__field:enabled:focus{border-color:#5677f4;color:#172040}.select__field:enabled:hover~.select__icon,.select__field:enabled:focus~.select__icon{border-color:#5677f4}.select__field:enabled:hover~.select__icon svg,.select__field:enabled:focus~.select__icon svg{fill:#172040}.select__field:enabled:focus{padding-top:28px;padding-bottom:9px;background-color:#fff;outline:none}.select__field:enabled:hover~.select__icon{background-color:#f6f7fb}.select__field:enabled:focus~.select__icon svg{transform:rotate(180deg)}.select__field.active{padding-top:28px;padding-bottom:9px}.select__field option:disabled{display:none}.select__field.form__error,.select__field:enabled.form__error{border-color:#f8bbd0}.select__field.form__error~.select__icon{border-color:#f8bbd0}.select__field.form__error:focus~.select__icon{border-color:#f8bbd0;background-color:#f6f7fb}.select__field.form__error:focus~.select__icon svg{fill:#5f6885}.select__icon{position:absolute;top:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center;width:55px;border:1px solid #b5bedc;border-top-right-radius:7px;border-bottom-right-radius:7px;background-color:#f5f6fb;pointer-events:none;transition:.5s}.select__icon svg{display:block;width:14px;height:8px;fill:#8f99ba}@media(max-width:787px){.select--mobile-overflow .select__field.active{padding-top:41px;padding-bottom:9px}.select--mobile-overflow .select__label{width:227px}.select--mobile-overflow .select__label.active{top:10px}}@media(min-width:768px){.select__label.active{top:12px}}.server-errors{position:relative;z-index:10;max-width:500px;margin-left:auto;margin-right:auto}.server-errors>div{position:relative;padding:22px 32px 25px 56px;color:#232843;border:1px solid #ea0000;border-radius:4px}.server-errors>div:not(:last-child){margin-bottom:20px}.server-errors>div::before{content:'!';position:absolute;left:-24px;top:50%;z-index:2;width:32px;height:26px;margin-top:-24px;padding:3px 0;font-size:24px;line-height:26px;font-family:inherit;text-align:center;color:#fff;background-color:#ea0000;border:8px solid #fff;border-radius:50%}.server-errors>div::after{content:'';position:absolute;top:50%;left:-25px;margin-top:-25px;width:50px;height:50px;background-image:linear-gradient(to right,transparent 24px,#ea0000 24px,#ea0000);border-radius:50%}.server-errors .server-errors__positive{border-color:#17e2af}.server-errors .server-errors__positive::before{background-color:#17e2af}.server-errors .server-errors__positive::after{border-color:#17e2af}.service-works{font-size:18px;line-height:24px}.service-works__inner{max-width:400px;margin:0 auto;padding:36px 10px 40px}.service-works__lead{position:relative;margin:0;margin-bottom:53px;padding-bottom:100px;font-size:28px;line-height:33px}.service-works__icon{position:absolute;bottom:0;left:50%;width:50px;height:50px;margin-left:-25px}.service-works__text{margin:0;margin-bottom:37px}.service-works__text:last-child{margin-bottom:0}@media(min-width:768px){.service-works__inner{margin-top:10vh;margin-bottom:10vh;padding-top:52px;padding-bottom:64px}}.status-bar{position:relative;max-width:500px;height:18px;margin:0 auto;background-color:#d5daf1;border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:hidden}.status-bar__range{position:absolute;left:0;right:20%;height:18px;padding-right:7px;font-size:14px;line-height:18px;text-align:right;color:#fff;background-color:#f68633;border-top-right-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;transition:.5s}.terms{width:100%;font-size:13px;line-height:18px;color:#54597c;border:0;border-collapse:collapse}.terms__head{text-align:left}.terms__body{text-align:left}.terms__item{position:relative;max-width:120px;padding:5px 5px 5px 15px;white-space:nowrap;border-top:1px dotted #797caa;border-left:1px dotted #797caa}.terms__item--organisation{padding-right:15px;text-align:right;border:0}.terms__head .terms__item{padding-left:0;padding-right:15px;padding-bottom:7px;border-left:0}.terms__value{font-weight:500;font-size:15px;line-height:22px;color:#222844}@media(max-width:767px){.terms{display:flex}.terms__head{display:flex;flex-shrink:0;width:80px}.terms__row{display:flex;flex-direction:column;justify-content:space-between}.terms__body .terms__row{flex-grow:1}.terms__item{display:flex;flex-direction:column;justify-content:center;height:100%}.terms__item--organisation{text-align:center;justify-content:flex-end}.terms__body{display:flex;flex-shrink:0;flex-grow:1}}@media(min-width:768px){.terms{font-size:15px;line-height:20px}.terms__head{text-align:center}.terms__item{padding-top:17px;padding-bottom:17px;padding-left:20px;border-left:0}.terms__head .terms__item{padding-left:5px;padding-right:5px;border-top:0}.terms__body .terms__item--organisation{border-top:1px dotted #797caa;border-right:1px dotted #797caa}.terms__value{font-size:17px;line-height:22px}}.title{font-weight:500;font-size:20px;line-height:24px;color:#334680}@media(min-width:768px){.title{font-size:24px;line-height:29px}}.widget-container{min-width:320px}.work__inner{padding-top:36px;padding-bottom:40px}.work__errors:not(:empty){margin-bottom:20px}.work__title{margin:0;margin-bottom:22px}.work__list{margin:0;padding:0;list-style:none}.work__student{margin-bottom:17px}.work__comment{margin:0;margin-bottom:17px;color:#0d1638}.work__list--last-block{margin-bottom:25px}@media(min-width:768px){.work__inner{padding-top:55px;padding-bottom:50px}.work__submit{width:270px;margin:0 auto}}.calculator__inner{padding-top:20px;padding-bottom:50px}.calculator__title{margin:0;margin-bottom:19px}.js-no-term-and-down-payment .calculator__title{display:none}.calculator__purchase{margin:0;margin-bottom:13px;font-size:15px;line-height:22px}.js-no-term-and-down-payment .calculator__purchase{margin-bottom:30px;text-align:center}.calculator__purchase-sum{font-weight:500}.calculator__errors{margin-bottom:20px}.calculator__term{position:relative;margin-bottom:20px}.js-no-term .calculator__term,.js-no-term-and-down-payment .calculator__term{display:none}.calculator__card-option{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.js-no-down-payment .calculator__card-option,.js-no-term-and-down-payment .calculator__card-option{display:none}.calculator__text{margin:0;margin-right:20px;font-weight:300;font-size:13px;line-height:18px;color:#b0b8dc}.calculator__option-slider{width:118px;flex-shrink:0}.calculator__down-payment{margin-bottom:20px}.calculator__down-payment--opened{position:relative;margin-bottom:40px}.js-no-down-payment .calculator__down-payment,.js-no-term-and-down-payment .calculator__down-payment{display:none}.calculator__down-payment--opened .calculator__down-payment-inner{opacity:1;z-index:0}.calculator__down-payment-inner{position:relative;z-index:-1;height:0;opacity:0;transition:height .3s,opacity .5s}@media(min-width:768px){.calculator__inner{width:500px;padding-top:64px}.calculator__title{margin-bottom:30px}.calculator__purchase{margin-bottom:18px;font-size:17px;line-height:24px}.calculator__term{margin-bottom:25px}.calculator__card-option{display:block;margin-bottom:25px}.calculator__text{margin-bottom:6px;margin-right:0;font-weight:400;font-size:17px;line-height:24px}.calculator__down-payment{margin-bottom:19px}.calculator__down-payment--opened{margin-bottom:44px}.calculator__submit{width:350px;margin:0 auto}}.cookie{width:730px;margin:0 auto 40px;padding:50px 60px 20px;background-color:#fff;box-shadow:0 10px 35px 0 rgba(187,194,236,.1),0 34px 20px -21px rgba(145,161,253,.17)}.cookie__intro{margin:0;margin-bottom:40px}.cookie__block{margin-bottom:50px}.cookie__title{margin:0;margin-bottom:30px}.cookie__list{margin:0;padding:0;list-style-position:inside}.cookie__img{display:block;width:auto;height:auto;max-width:550px;max-height:480px;padding:10px}.direct-order__inner{padding-top:36px;padding-bottom:40px}.direct-order__title{margin:0;margin-bottom:22px}.direct-order__errors{margin-bottom:20px}.direct-order__list{padding:0;margin:0;margin-bottom:10px;list-style:none}.direct-order__item--checkbox{padding-bottom:25px}.direct-order__submit{min-width:270px;margin:0 auto}@media(min-width:768px){.direct-order__inner{padding-top:65px;padding-bottom:40px}.direct-order__submit{width:270px}}.error-not-found{padding-top:36px;padding-bottom:40px;text-align:center}.error-not-found__img{width:280px;height:265px;margin:0 auto;margin-bottom:15px}.error-not-found__pic{width:280px;height:265px}.error-not-found__title{margin:0 auto 20px}.error-not-found__text{margin:0 auto 17px}@media(min-width:768px){.error-not-found{padding-top:95px;padding-bottom:97px}.error-not-found__img{margin-bottom:22px}.error-not-found__title{margin-bottom:25px}.error-not-found__text{margin-bottom:30px}.error-not-found__redirect{width:270px;margin:0 auto}}.family__inner{padding-top:29px;padding-bottom:35px}.family__title{margin:0;margin-bottom:22px}.family__title .hint__tooltip{left:unset;right:-10px}.family__title .hint__tooltip::before{left:unset;right:10px}.family__errors:not(:empty){margin-bottom:20px}.family__radio-list{display:flex;margin:0;padding:0;list-style:none}.family__radio-list .radio{margin-right:19px}.family__list{margin:0;padding:0;list-style:none}.family__children-radio{display:none}.family__submit{width:100%}.family__contact-person{display:flex;flex-direction:column}.family__contact-person-same{padding-bottom:25px}.family__contact-person-same.js-is-same{order:1}@media(min-width:768px){.family__inner{padding-top:59px;padding-bottom:55px}.family__children-select{display:none}.family__children-radio{display:block;margin-bottom:46px}.family__submit{width:270px;margin:0 auto}}.guaranteed-payment__inner{padding-top:20px;padding-bottom:50px}.guaranteed-payment__title{margin:0;margin-bottom:5px;font-size:18px;line-height:24px;text-align:center}.guaranteed-payment__title:last-of-type{margin-bottom:20px}.guaranteed-payment__purchase{color:#f68633}.guaranteed-payment__options{display:flex;justify-content:center;flex-wrap:wrap;margin:0 0 35px -22px;padding:0;list-style:none}.guaranteed-payment__option{margin-left:22px;margin-bottom:22px}.guaranteed-payment__label{position:relative;display:block;min-width:115px;padding-bottom:23px;text-align:center;border-radius:3px;overflow:hidden;box-shadow:0 4px 10px rgba(233,236,255,.7);transition:transform .2s ease-in-out,box-shadow .1s}.guaranteed-payment__label::after{content:'';position:absolute;bottom:0;left:50%;right:50%;height:5px;background-color:#f68633;background-image:linear-gradient(to right,#f68633,#ffb762);transition:all .2s ease-in-out}.guaranteed-payment__label:hover,.guaranteed-payment__radio:focus~.guaranteed-payment__label,.guaranteed-payment__radio:checked~.guaranteed-payment__label{transform:scale(1.1);box-shadow:0 4px 30px #e9ecff;cursor:pointer}.guaranteed-payment__label:hover .guaranteed-payment__sum,.guaranteed-payment__radio:focus~.guaranteed-payment__label .guaranteed-payment__sum,.guaranteed-payment__radio:checked~.guaranteed-payment__label .guaranteed-payment__sum{color:#f68633}.guaranteed-payment__radio:checked~.guaranteed-payment__label::after{left:0;right:0}.guaranteed-payment__term{display:block;margin-bottom:23px;padding:2px 10px;font-size:12px;line-height:23px;color:#fff;text-transform:uppercase;background-color:#f68633;background-image:linear-gradient(to right,#f68633,#ffb762)}.guaranteed-payment__sum{display:block;padding:0 5px;font-weight:500;font-size:24px;line-height:25px;color:#232843;transition:color .2s ease-in-out}.guaranteed-payment__period{display:block;padding:0 5px;font-size:10px;line-height:15px;color:#b6b6b6}@media(min-width:768px){.guaranteed-payment__inner{padding-top:54px;padding-bottom:51px}.guaranteed-payment__title:last-of-type{margin-bottom:42px}.guaranteed-payment__submit .button{display:block;width:auto;min-width:270px;margin:0 auto}}.login{padding-top:63px;padding-bottom:62px}.login__errors{margin-bottom:20px}.login__mobile{margin:0 auto;margin-bottom:25px}.login__mobile--no-bottom-margin{margin-bottom:0}.login__sms{margin:0 auto;margin-bottom:47px}.login__option{display:block;margin:0 auto;padding:0;font-family:inherit;font-size:14px;line-height:19px;text-align:center;text-decoration:underline;color:#8b97da;border:0;background-color:transparent;cursor:pointer}.login__option:enabled:hover,.login__option:enabled:focus,.login__option:enabled:active{outline-color:#8b97da;text-decoration:none}.login__option:disabled{color:#232843;text-decoration:none;cursor:default}.login__agreement{margin:0 auto;font-weight:300;font-size:12px;line-height:19px;text-align:center;letter-spacing:.18px;color:#8992b0}.login__agreement a{text-decoration:none;color:#526dfd}.login__agreement a:hover,.login__agreement a:focus,.login__agreement a:active{outline-color:#526dfd;text-decoration:underline}@media(min-width:768px){.login__mobile{width:350px}.login__sms{width:350px}.login__agreement{width:350px}}.passport__inner{padding-top:36px;padding-bottom:40px}.passport__errors{margin-bottom:20px}.passport__info{margin:0;margin-bottom:10px;color:#0d1638}.passport__title{margin:0;margin-bottom:22px}.passport__list{margin:0;margin-bottom:25px;padding:0;list-style:none}.passport__checkbox{padding-bottom:25px}.passport__equal-checkbox{margin-bottom:34px}@media(min-width:768px){.passport__inner{padding-top:55px;padding-bottom:50px}.passport__list{display:flex;justify-content:space-between;flex-wrap:wrap}.passport__item{flex-basis:100%}.passport__item--half{flex-basis:244px}.passport__checkbox{flex-basis:230px;align-self:center}.passport__submit{width:270px;margin:0 auto}}