.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-unsubscribe{padding-top:56px;padding-bottom:88px}@media screen and (max-width:767px){.tpl-unsubscribe{padding-top:32px;padding-bottom:70px}}@media screen and (max-width:575px){.tpl-unsubscribe{padding-bottom:64px}}.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-data{padding-top:41px}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-data{padding-top:44px}}.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-data__title{margin-bottom:20px}.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-form__button{margin-top:32px;width:100%}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-form__button{margin-top:28px}}.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-form__left{width:100%;max-width:210px}@media screen and (max-width:767px){.tpl-unsubscribe#unsubscribe2 .tpl-unsubscribe-form__left{max-width:100%}}.tpl-unsubscribe#unsubscribe3 .tpl-unsubscribe-data{padding-top:38px;padding-bottom:56px}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe3 .tpl-unsubscribe-data{padding-bottom:47px}}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe3 .tpl-unsubscribe-data__title{margin-bottom:20px}}.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data{padding-top:40px;padding-bottom:56px}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data{padding-bottom:46px}}.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data__title{margin-bottom:30px}.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data__form{margin-top:24px}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data__form{margin-top:38px}}.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data__button{margin-top:36px}@media screen and (max-width:575px){.tpl-unsubscribe#unsubscribe4 .tpl-unsubscribe-data__button{margin-top:42px}}.tpl-unsubscribe__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-unsubscribe__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.tpl-unsubscribe__image{max-width:470px;width:100%}@media screen and (max-width:768px){.tpl-unsubscribe__image{max-width:100%}}@media screen and (max-width:768px){.tpl-unsubscribe__image .tpl-unsubscribe__title{display:none}}.tpl-unsubscribe__title{font-weight:500;font-size:38px;line-height:120%;color:#161d35}@media screen and (max-width:575px){.tpl-unsubscribe__title{font-weight:600;font-size:30px;line-height:120%;color:#161d35}}.tpl-unsubscribe__title span{color:#1a87d8}.tpl-unsubscribe__img{max-width:370px;max-height:370px;width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:21px}@media screen and (max-width:767px){.tpl-unsubscribe__img{margin:auto;margin-top:24px}}@media screen and (max-width:575px){.tpl-unsubscribe__img{max-width:324px;max-height:324px;margin-top:20px}}.tpl-unsubscribe__img>*{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.tpl-unsubscribe__data{min-width:500px;max-width:670px;width:100%}@media screen and (max-width:767px){.tpl-unsubscribe__data{width:100%;max-width:100%;min-width:unset}}.tpl-unsubscribe__data .tpl-unsubscribe__title{display:none}@media screen and (max-width:767px){.tpl-unsubscribe__data .tpl-unsubscribe__title{display:block;margin-bottom:24px}}@media screen and (max-width:575px){.tpl-unsubscribe__data .tpl-unsubscribe__title{margin-bottom:15px}}.tpl-unsubscribe__data .tpl-steps-progress__fill{width:75%}.tpl-unsubscribe-data{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:330px;width:100%;padding-top:62px;padding-left:36px;padding-right:36px;padding-bottom:64px;-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-unsubscribe-data{max-width:100%;min-width:100%}}@media screen and (max-width:575px){.tpl-unsubscribe-data{padding-top:32px;padding-left:16px;padding-right:16px;padding-bottom:48px}}.tpl-unsubscribe-data__title{font-weight:500;font-size:30px;line-height:120%;color:#161d35;margin-bottom:16px}@media screen and (max-width:575px){.tpl-unsubscribe-data__title{font-weight:600;font-size:24px;line-height:120%;color:#161d35}}.tpl-unsubscribe-data__title span{color:#1a87d8}@media screen and (max-width:767px){.tpl-unsubscribe-data__title{display:block;margin-bottom:24px}}.tpl-unsubscribe-data__info{background-color:#e6f4f9;border-radius:15px;padding:20px}@media screen and (max-width:575px){.tpl-unsubscribe-data__info{font-size:14px;padding:11px 16px;line-height:19px}}.tpl-unsubscribe-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-unsubscribe-data__form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:34px}}.tpl-unsubscribe-data__success{margin-top:24px;margin-bottom:37px}@media screen and (max-width:575px){.tpl-unsubscribe-data__success{margin-top:20px}}.tpl-unsubscribe-form{width:100%}.tpl-unsubscribe-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;width:100%}@media screen and (max-width:575px){.tpl-unsubscribe-form__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tpl-unsubscribe-form__row .tpl-form-group{margin-bottom:0}@media screen and (max-width:575px){.tpl-unsubscribe-form__row .tpl-form-group{margin-bottom:20px}}.tpl-unsubscribe-form__timer{font-size:14px;line-height:140%;margin-top:16px}@media screen and (max-width:575px){.tpl-unsubscribe-form__timer{margin-top:-4px}}.tpl-unsubscribe-form__timer span{font-weight:600}.tpl-unsubscribe-form__actions{margin-top:8px}.tpl-unsubscribe-form__action{font-weight:500;font-size:14px;line-height:140%;color:#1a87d8;display:block;cursor:pointer}.tpl-unsubscribe-form__action:hover{text-decoration:underline}.tpl-unsubscribe-form__action:hover{text-decoration:underline}.tpl-unsubscribe-form__action:not(:first-child){margin-top:10px}.tpl-unsubscribe-form__action_repeat{display:none}.tpl-unsubscribe-form__button{min-width:200px!important}.tpl-unsubscribe-form__button:disabled{background:#c3c4ca;-webkit-box-shadow:none;box-shadow:none}