.tpl .tpl-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width:575px){.tpl .tpl-form-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tpl .tpl-form-group{width:100%;margin-bottom:20px}.tpl .tpl-form-group .suggestions-wrapper{display:block}.tpl .tpl-form-group_hidden{margin:0;padding:0}.tpl .tpl-form-group_amount .tpl-form-group__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #a3a5b1;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:15px;height:60px}.tpl .tpl-form-group_amount .tpl-form-group__input{margin-top:0;border:none;height:58px;text-align:center;font-weight:500;font-size:24px;line-height:120%;color:#484e63}.tpl .tpl-form-group_amount .tpl-form-group__input:focus{border:none}.tpl .tpl-form-group_amount .tpl-form-group__btn_minus{margin-left:-1px}.tpl .tpl-form-group_amount .tpl-form-group__btn_plus{margin-right:-1px}.tpl .tpl-form-group__label{font-family:Roboto;font-style:normal;font-weight:600;font-size:16px;line-height:140%;color:#2c2c2c}.tpl .tpl-form-group__input{margin-top:8px;display:block;width:100%;height:60px;border:1px solid #a3a5b1;border-radius:15px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:17px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:#161d35}.tpl .tpl-form-group__input::-webkit-input-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:rgba(44,44,44,.5)}.tpl .tpl-form-group__input::-moz-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:rgba(44,44,44,.5)}.tpl .tpl-form-group__input:-ms-input-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:rgba(44,44,44,.5)}.tpl .tpl-form-group__input::-ms-input-placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:rgba(44,44,44,.5)}.tpl .tpl-form-group__input::placeholder{font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:140%;color:rgba(44,44,44,.5)}.tpl .tpl-form-group__input:focus{border:1px solid #1a87d8}.tpl .tpl-form-group__input:focus-visible{outline:0}.tpl .tpl-form-group__btn{width:60px;min-width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:1px solid #a3a5b1;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 4px 8px rgba(10,20,116,.05);box-shadow:0 4px 8px rgba(10,20,116,.05);position:relative;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;cursor:pointer;border-radius:10px}.tpl .tpl-form-group__btn:after,.tpl .tpl-form-group__btn:before{position:absolute;content:"";display:block;background-color:#1a87d8;border-radius:10px;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.tpl .tpl-form-group__btn_plus:before{width:20px;height:2px}.tpl .tpl-form-group__btn_plus:after{width:2px;height:20px}.tpl .tpl-form-group__btn_minus:before{width:20px;height:2px;background-color:#1a87d8;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.tpl .tpl-form-group__btn:hover{background-color:#d9edf3}.tpl .tpl-form-submit{font-weight:500;font-size:16px;line-height:19px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:18px 55px;width:270px;height:56px;background:-o-linear-gradient(357.08deg,#1ed372 0,#16c8d3 100%);background:linear-gradient(92.92deg,#1ed372 0,#16c8d3 100%);-webkit-box-shadow:0 6px 22px rgba(0,206,106,.35);box-shadow:0 6px 22px rgba(0,206,106,.35);border-radius:15px;border:none;outline:0}@media screen and (max-width:575px){.tpl .tpl-form-submit{width:100%}}.tpl .tpl-input-label{margin-bottom:8px;display:block}.tpl .tpl-input-label span:last-child{font-weight:300;font-size:12px;line-height:160%;color:#161d35}.tpl .tpl-checkbox__sign{border:1px solid #a3a5b1;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;width:18px;height:18px;min-width:18px;min-height:18px}.tpl .tpl-checkbox__sign:after{top:0;left:6px;width:5px;height:12px;border:solid #1a87d8;border-width:0 2px 2px 0}.tpl .tpl-form-group__label_error input{border-color:red;color:red}.tpl .tpl-form-group__label_error .tpl-form-group__error{display:block}.tpl .tpl-form-group__error{color:red;margin-top:1.125rem;font-size:14px;font-weight:500;display:none}.tpl-steps-progress{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:7px;background:#dceffb;border-radius:10px;position:relative}.tpl-steps-progress__fill{position:absolute;top:0;left:0;background-color:#1a87d8;height:7px;border-radius:10px}.tpl-phone-success{padding-top:56px;padding-bottom:88px}@media screen and (max-width:767px){.tpl-phone-success{padding-top:32px;padding-bottom:70px}}@media screen and (max-width:575px){.tpl-phone-success{padding-bottom:64px}}.tpl-phone-success__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}@media screen and (max-width:767px){.tpl-phone-success__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.tpl-phone-success__image{max-width:470px;width:100%}@media screen and (max-width:768px){.tpl-phone-success__image{max-width:100%}}@media screen and (max-width:768px){.tpl-phone-success__image .tpl-phone-success__title{display:none}}.tpl-phone-success__title{font-weight:500;font-size:38px;line-height:120%;color:#161d35}@media screen and (max-width:575px){.tpl-phone-success__title{font-weight:600;font-size:30px;line-height:120%;color:#161d35}}.tpl-phone-success__title span{color:#1a87d8}.tpl-phone-success__img{max-width:370px;max-height:370px;width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px}@media screen and (max-width:767px){.tpl-phone-success__img{margin:auto;margin-top:24px}}@media screen and (max-width:575px){.tpl-phone-success__img{max-width:324px;max-height:324px;margin-top:42px}}.tpl-phone-success__img>*{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.tpl-phone-success__data{min-width:500px;max-width:670px;width:100%}@media screen and (max-width:767px){.tpl-phone-success__data{min-width:unset;max-width:100%}}.tpl-phone-success__data .tpl-phone-success__title{display:none}@media screen and (max-width:767px){.tpl-phone-success__data .tpl-phone-success__title{display:block;margin-bottom:24px}}.tpl-phone-success__data .tpl-steps-progress__fill{width:75%}.tpl-phone-data{padding-top:37px;padding-left:36px;padding-right:36px;padding-bottom:64px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 12px 25px -1px rgba(61,109,201,.12);box-shadow:0 12px 25px -1px rgba(61,109,201,.12);border-radius:0 0 15px 15px}@media screen and (max-width:767px){.tpl-phone-data{max-width:100%;min-width:100%}}@media screen and (max-width:575px){.tpl-phone-data{padding-top:30px;padding-left:16px;padding-right:16px;padding-bottom:35px}}.tpl-phone-data__title{font-weight:500;font-size:30px;line-height:120%;color:#484e63;max-width:423px;width:100%}@media screen and (max-width:575px){.tpl-phone-data__title{font-size:24px;max-width:290px}}.tpl-phone-data__info{background-color:#e6f4f9;border-radius:15px;padding:20px;margin-top:17px;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:575px){.tpl-phone-data__info{font-size:14px;line-height:19px;padding:14px 16px;margin-top:29px}}.tpl-phone-data__form{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}@media screen and (max-width:575px){.tpl-phone-data__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tpl-phone-data__left{min-width:100px;max-width:210px;width:100%}@media screen and (max-width:575px){.tpl-phone-data__left{max-width:100%}}.tpl-phone-data__right{width:100%}.tpl-phone-data__button{margin-top:33px;width:100%}.tpl-phone-data__timer{font-size:14px;line-height:140%;color:#484e63}.tpl-phone-data__timer span{font-weight:600}.tpl-phone-data__action{display:block;font-weight:500;font-size:14px;line-height:140%;color:#1a87d8;margin-top:8px}.tpl-phone-data__notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:140%;color:#1a87d8;margin-top:24px;margin-bottom:44px}@media screen and (max-width:575px){.tpl-phone-data__notice{font-weight:600;margin-top:24px;margin-bottom:29px}}.tpl-phone-data__notice svg{min-width:33px;width:33px;height:33px;margin-right:12px}@media screen and (max-width:575px){.tpl-phone-data__notice svg{width:27px;height:27px;min-width:27px}}