@keyframes fade{0%{opacity:0}to{opacity:1}}@font-face{font-display:swap;font-family:'Inter';font-style:normal;font-weight:400;src:url(/fonts/inter-v20-cyrillic_latin-400.woff2)}@font-face{font-display:swap;font-family:'Inter';font-style:normal;font-weight:500;src:url(/fonts/inter-v20-cyrillic_latin-500.woff2)}@font-face{font-display:swap;font-family:'Inter';font-style:normal;font-weight:600;src:url(/fonts/inter-v20-cyrillic_latin-600.woff2)}@font-face{font-display:swap;font-family:'Inter';font-style:normal;font-weight:700;src:url(/fonts/inter-v20-cyrillic_latin-700.woff2)}:root{--color:#001524;--second:#0A2239;--bg:#FBF9F9;--transitionDefault:0s;--indent:32px;--gap:24px;--margin:120px}::view-transition-new(root),::view-transition-old(root){animation:fade 300ms ease}.visible-md,.visible-sm{display:none}.center{width:1376px;max-width:100%;margin:0 auto;position:relative;padding:0 var(--indent)}*{margin:0;padding:0;box-sizing:border-box}body,html{display:flex;flex-direction:column}html{min-height:100%;scroll-behavior:smooth;scrollbar-gutter:stable}html.scroll-behavior-off{scroll-behavior:auto}body{min-width:320px;color:var(--color);font-size:16px;line-height:1.5;font-family:'Inter',sans-serif;-webkit-text-size-adjust:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:scrollbar;flex-grow:1;position:relative;background-color:var(--bg);background-position:center 0}a{color:currentColor;text-decoration:none;cursor:pointer}::selection{color:#fff;background-color:var(--accent)}hr,img{border:0}img,li,svg{position:relative}img,svg{display:block}svg{fill:currentColor;flex-shrink:0;transition:var(--transitionDefault)}li{list-style:none}hr{height:1px;background-color:var(--color)}table{border:0;border-collapse:collapse}.link{text-decoration:underline}.wrapper{display:flex;flex-direction:column}.main,.wrapper{flex-shrink:0;flex-grow:1}.hide{display:none!important}.visuallyhidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;border:0!important;padding:0!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}.btn,.button{border:0;font-family:inherit;background-color:transparent;transition:var(--transitionDefault);user-select:none;position:relative;text-align:center;white-space:nowrap;display:block}.btn{cursor:pointer}.button{border-radius:0;font-size:inherit;line-height:inherit;color:inherit}.btn:hover,.button,.button:hover{cursor:pointer}.btn:focus,.button:focus{outline:0}.btn:disabled,.button:disabled{pointer-events:none}.btn{padding:12px 24px;font-weight:500;font-size:22px;line-height:24px;display:grid;align-items:center;justify-content:center;grid-auto-flow:column;gap:4px;border-radius:28px;background-color:var(--color);color:#fff}.btn svg{display:initial}.btn--small{font-weight:600;font-size:16px}.btn--big{padding:15px 31px;gap:8px;border:1px solid rgba(0,21,36,.06);box-shadow:4px 4px 6px rgba(0,0,0,.06)}.btn--white{background-color:#fff;color:var(--second)}.btn--gray{background:linear-gradient(rgba(10,34,57,.12),rgba(10,34,57,.12)),#fff;font-weight:600;color:var(--second)}.header{flex-shrink:0;position:absolute;z-index:8;top:20px;left:0;right:0}.header__grid{display:grid;gap:var(--gap);align-items:center;grid-template-areas:"logo menu lang btn";grid-template-columns:auto 1fr auto auto}.header__logo{grid-area:logo;color:#8d0101}.header__menu{grid-area:menu;position:relative}.header__menu-list{display:flex;justify-content:center;gap:60px}.header__menu a{font-weight:500}.everywhere.is-showall .everywhere__list::after,.header__btn-menu-toggle{display:none}.header__btn-menu-toggle .btn-menu-toggle{display:flex;align-items:center;padding:11px 24px;gap:8px;color:var(--second);background-color:#fff;border:1px solid;border-radius:28px}.header__btn-menu-toggle .btn-menu-toggle path:first-child{opacity:0}.header__lang{grid-area:lang}.header__btn{grid-area:btn}.lang{position:relative}.lang__current{display:flex;padding:11px 0;gap:8px;background:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.2);border-radius:28px;font-weight:600;text-transform:uppercase}.lang__list{display:grid;padding:12px 24px;gap:12px;position:absolute;left:50%;top:58px;transform:translateX(-50%);background-color:#fbf9f9;border:1px solid rgba(10,34,57,.06);box-shadow:4px 4px 6px rgba(0,0,0,.06);border-radius:20px;white-space:nowrap;text-align:center;font-weight:500}.lang__list .is-current{color:#940000;transition:var(--transitionDefault)}.lang.is-open .lang__current{color:#940000}.lang:not(.is-open) .lang__list{display:none}.menu-mobile{display:none;flex-direction:column;justify-content:space-around;flex-grow:1;gap:12px;padding:100px var(--indent)}.menu-mobile__head,.menu-mobile__list{font-size:14px;line-height:32px;text-align:center}.menu-mobile__head{font-weight:700;opacity:.4;margin:6px;text-transform:uppercase}.menu-mobile__list{font-weight:500}.menu-mobile__list a{display:block;padding:6px}.menu-mobile__btn{padding-top:24px}.footer{flex-shrink:0;position:relative;color:#fff;background-color:var(--second);padding:50px 0}.footer__grid{display:grid;gap:40px;align-content:flex-start;justify-content:space-between;grid-template-areas:"logo menu app" "copyright menu app" "social menu app";grid-template-columns:300px 500px 150px}.footer__logo{grid-area:logo}.footer__menu{grid-area:menu;display:flex;align-items:flex-start;justify-content:space-between}.footer__menu-head{font-weight:700;font-size:16px;line-height:32px;text-transform:uppercase;opacity:.4;margin-bottom:30px}.footer__app,.footer__menu li{font-weight:500;font-size:16px;line-height:32px}.footer__menu li{margin-top:16px}.footer__app{grid-area:app;text-align:center}.footer__app img{margin-top:16px;max-width:100%;height:auto}.footer__social{grid-area:social;display:flex;gap:20px}.footer__social svg{background-color:#fff;border-radius:20px;color:var(--color)}.footer__copyright{grid-area:copyright;display:grid;gap:20px;opacity:.54;font-weight:500;font-size:12px;line-height:20px;text-wrap:pretty}.h1{font-weight:700;font-size:70px;line-height:80px}.h2{font-weight:600;font-size:48px;line-height:56px}.h3{font-weight:700;font-size:32px;line-height:40px}.first-screen{position:relative}.first-screen__box{display:flex;justify-content:space-between;padding:148px 0 100px}.first-screen__content{width:640px}.first-screen__title{margin:39px 0 21px}.first-screen__title b{display:block;color:#940000}.first-screen__text{font-weight:500;font-size:24px;line-height:32px;display:flex;gap:var(--gap);align-items:center}.first-screen__btn{margin:50px 0 46px;max-width:400px}.first-screen__pay{display:grid;grid-template-columns:1fr 1fr;align-items:center;align-content:center;gap:16px;max-width:400px}.first-screen__pay img{margin:auto}.first-screen__bg{position:absolute;top:0;left:0;right:0;z-index:-1}.first-screen__bg img{width:100%;height:auto}.first-screen__imgs{position:relative;flex-grow:1;display:flex;justify-content:flex-end}.first-screen__logo-bg{position:absolute;top:16px;left:-62px;bottom:0;margin:auto}.first-screen__terminal{top:11px;left:-7px}.first-screen__phone{left:53px;z-index:1}.features__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px var(--gap)}.features__item{background-color:#fff;border-radius:30px;position:relative;display:flex;justify-content:space-between}.features__item--release{grid-row:2 span;flex-direction:column}.features__item--release .features__content{padding-bottom:0}.features__item--release img{max-width:100%;object-fit:cover;object-position:top;border-radius:0 30px 30px 0}.features__item--adding .features__content,.features__item--connection .features__content{padding-right:0;min-width:380px}.features__content{padding:30px;flex-grow:1}.features__img{width:230px;height:198px;display:flex;justify-content:center;align-items:center}.features__title{margin-bottom:10px;font-weight:700;font-size:28px;line-height:40px}.features__text{font-weight:500;font-size:20px;line-height:24px}.secure{margin:var(--margin) 0}.secure__box{display:flex;align-items:center;justify-content:space-between;padding:70px 80px;background-image:linear-gradient(111.46deg,#2c2c2c,#191919);border-radius:30px;color:#fff}.secure__content{max-width:670px}.secure__title{margin-bottom:20px}.secure__title b{color:#ff3617}.secure__text{font-size:20px;line-height:32px;max-width:520px}.everywhere__list ul,.secure__list{display:flex;justify-content:space-between}.secure__list{margin:56px 0}.secure__list svg{margin-bottom:10px;border-radius:20px;background-color:rgba(255,255,255,.1)}.secure__btn{max-width:250px}.secure__img img{left:20px}.everywhere{margin:var(--margin) 0;overflow:hidden}.everywhere__title{text-align:center;color:var(--second);margin-bottom:var(--gap)}.everywhere__text b,.everywhere__title b{color:#8d0101}.everywhere__text{text-align:center;color:var(--second);font-weight:500;font-size:24px;line-height:32px;margin-bottom:32px}.everywhere__list{position:relative}.everywhere__list img{max-width:100%;height:auto}.everywhere__list::after{position:absolute;content:'';height:102px;left:0;right:0;bottom:0;pointer-events:none;background-image:linear-gradient(180deg,rgba(217,217,217,0),rgba(251,249,249,.9))}.everywhere__list li{max-width:var(--everywhereWidth)}.everywhere__list ul{--gap:48px;gap:var(--gap)}.everywhere__list ul:nth-child(2n){margin:48px auto;max-width:calc(100% - 180px)}.everywhere__list ul:nth-child(n+4){display:none}.everywhere__btn{display:flex;justify-content:center;margin-top:48px}.everywhere.is-showall ul:nth-child(n+4){display:flex}.virtual-card{margin:var(--margin) 0;color:var(--second)}.virtual-card__title{text-align:center;font-weight:700}.virtual-card__intro{text-align:center;margin:24px 0 32px;font-weight:500;font-size:24px}.virtual-card__intro b{color:#8d0101;font-weight:initial}.virtual-card__box{border-radius:30px;padding:50px;position:relative;background-color:#faefed}.virtual-card__table{font-weight:500;font-size:24px;position:relative;line-height:40px;z-index:1}.virtual-card__table th{padding-bottom:16px;text-align:left;font-weight:500;padding-right:63px}.virtual-card__table td{padding-bottom:16px;padding-right:24px;font-weight:700;font-size:30px;line-height:40px}.virtual-card__table-ico{display:flex;align-items:center;gap:16px}.virtual-card__color-green{color:#417b5a}.virtual-card__btn{display:flex;margin-top:32px}.virtual-card__bg{position:absolute;top:0;right:0;height:100%;object-fit:cover;border-radius:0 30px 30px 0}.virtual-card__img{position:absolute;right:44px;bottom:0}.secure-add{margin:var(--margin) 0}.secure-add__box{padding:70px 80px;background-image:linear-gradient(111.46deg,#2c2c2c,#191919);border-radius:30px;color:#fff}.secure-add__flex{display:flex;justify-content:space-between}.secure-add__content{max-width:520px}.secure-add__title{margin-bottom:20px}.secure-add__title b{color:#ff3617}.secure-add__text{font-size:20px;line-height:32px;max-width:520px}.secure-add__list{display:grid;grid-template-columns:330px 330px 330px;justify-content:space-between;margin-top:56px}.secure-add__list li,.top-up__list li{display:flex;gap:16px}.secure-add__list span{color:rgba(255,255,255,.8)}.secure-add__list b{color:#fff}.secure-add__list svg{border-radius:20px;background-color:rgba(255,255,255,.1)}.top-up{margin:var(--margin) 0;color:var(--second)}.top-up__title{margin-bottom:20px}.top-up__intro{font-size:20px;line-height:32px}.top-up__box{border-radius:30px;padding:70px 80px;position:relative;display:flex;justify-content:space-between;align-items:flex-end;background-color:#faefed}.top-up__content{flex-basis:752px}.top-up__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px 24px;margin-top:56px}.top-up__list li{color:rgba(10,34,57,.8)}.top-up__list img{border-radius:50%}.secure-add__list b,.top-up__list b{display:block;font-weight:600;font-size:20px;line-height:24px;margin-bottom:8px}.top-up__list small{display:block;font-size:16px;opacity:.8}.get-card{margin:var(--margin) 0;color:var(--second)}.get-card__title{text-align:center;font-weight:700}.get-card__title b{color:#8d0101}.get-card__list{margin-top:32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.get-card__item{background-color:#fff;border-radius:30px;text-wrap:balance}.get-card__img{height:416px;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(65.58deg,#940000 -11.84%,#ff3617 98.75%),#faefed;border-radius:30px 30px 0 0}.get-card__step{padding:26px 30px 12px;font-weight:700;font-size:24px;line-height:32px}.get-card__text{padding:0 30px 30px}.today{margin:var(--margin) 0;color:var(--second)}.today__title{text-align:center;font-weight:700}.today__stat{border-radius:30px;padding:30px;margin:32px 0;text-align:center;background-color:var(--color);display:grid;grid-template-columns:1fr 1fr 1fr;color:#fff}.today__stat-item{flex-direction:column-reverse;gap:10px;display:flex}.today__stat dt{font-weight:500;font-size:22px;line-height:24px}.today__stat dd{font-weight:700;font-size:50px;line-height:60px}.today__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin-top:60px}.today__item{background-color:#fff;border-radius:30px;text-align:center}.today__logo{display:flex;justify-content:center;align-items:flex-end;position:relative;height:100px;max-width:338px;margin:0 auto}.today__logo-l{position:absolute;left:0;bottom:0}.today__logo-r{position:absolute;right:0;bottom:0}.today__name{margin:32px 0 12px;font-weight:700;font-size:22px;line-height:32px}.today__desc{font-weight:500;margin-bottom:22px}.review{margin:var(--margin) 0;color:var(--second)}.review__title{text-align:center;font-weight:700}.review__nav{display:flex;justify-content:center;margin:32px 0}.review__list{margin-top:32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}.review__item{background-color:#fff;border-radius:30px;font-weight:500;padding:30px}.review__name{font-weight:700;font-size:24px;line-height:32px}.review__ratio{margin:12px 0;color:#ffba08}.promo{margin:var(--margin) 0;color:var(--second)}.promo__box{display:grid;grid-template-columns:1fr 1fr;gap:32px}.promo__item{position:relative;border-radius:30px}.promo__img,.promo__img img{position:absolute;top:0;left:0}.promo__img{right:0;bottom:0;display:flex;align-items:center;justify-content:flex-end}.promo__img img{object-fit:cover;object-position:right;border-radius:30px;width:100%;height:100%}.promo__content{padding:30px;color:#fff;max-width:400px;display:flex;flex-direction:column;gap:16px;font-weight:500;font-size:18px;line-height:32px;position:relative;text-wrap:balance}.promo__foot{display:flex;margin-top:auto}.promo__foot .btn{min-width:250px}.promo .promo-aliexpress{background-color:#8a0302}.promo .promo-partners{background-image:linear-gradient(111.46deg,#2c2c2c,#191919)}.faq{margin:var(--margin) 0 60px;color:var(--second)}.faq__title{text-align:center;font-weight:700}.faq__head,.faq__text{font-weight:700;font-size:28px;line-height:40px}.faq__text{max-width:1000px;width:94%;text-wrap:pretty;font-weight:600;font-size:22px;color:#0a2239cc}.faq__text ul li{padding-left:32px}.faq__text ul li::before{position:absolute;width:7px;height:7px;top:20px;left:12px;content:'';border-radius:50%;background-color:currentColor}.accordion{position:relative}.accordion__body{padding-bottom:19px}.accordion__item:not(.is-open) .accordion__body{overflow:hidden;padding-bottom:0;position:relative;max-height:0;opacity:0;transition:opacity var(--transitionDefault)}.accordion__item{border-bottom:1px solid #0a223929}.accordion__head{position:relative;display:flex;justify-content:space-between;cursor:pointer;user-select:none;gap:var(--gap);padding:32px 0 29px}.accordion__item.is-open .accordion__body{overflow:visible;max-height:auto;opacity:1}.accordion__item.is-open .accordion__head{padding-bottom:10px}.accordion__item.is-open .accordion__head svg{transform:scaleY(-1)}.tabs__nav{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));padding:8px;gap:16px;background-color:rgba(10,34,57,.12);border-radius:20px}.tabs__btn{display:flex;justify-content:center;align-items:center;padding:8px 16px;gap:12px;height:40px;border-radius:10px;font-weight:600;font-size:16px;line-height:24px}.tabs__btn b{display:flex;gap:4px}.tabs__btn svg{color:#ffba08}.tabs__btn.is-current{color:#fff;background-color:var(--second)}@media (min-width:1250px){.hidden-desktop{display:none!important}.link{transition:var(--transitionDefault)}.link:hover{text-decoration-color:transparent}.promo__content{min-height:300px}}@media (max-width:1249px){:root{--indent:40px;--gap:24px;--margin:80px}.center{width:1024px}.header .center{width:100%}.header__grid{grid-template-areas:"logo lang menu btn";grid-template-columns:1fr auto auto auto}.header__menu-list{display:grid;padding:12px 24px;gap:12px;position:absolute;left:50%;top:58px;transform:translateX(-50%);background-color:#fbf9f9;border:1px solid rgba(10,34,57,.06);box-shadow:4px 4px 6px rgba(0,0,0,.06);border-radius:20px;white-space:nowrap;text-align:center;font-weight:500}body:not(.is-menu-open) .header__menu-list{display:none}.header__btn-menu-toggle{display:flex;justify-content:flex-end}.footer__grid{grid-template-columns:274px 450px 110px}.footer__menu-head{font-size:14px;margin-bottom:16px}.footer__app,.footer__menu li{font-size:14px}.footer__app{line-height:24px}.footer__copyright{font-weight:600;font-size:11px}.h1{font-size:56px}.h2{font-size:40px;line-height:48px}.first-screen__box{padding-bottom:150px}.first-screen__content{width:510px;max-width:100%}.first-screen__text{gap:16px;font-size:22px}.first-screen__text img{width:78px;height:80px}.first-screen__btn{margin-bottom:40px}.first-screen__pay img{width:192px;height:68px;max-width:100%}.first-screen__logo-bg{width:208px;height:208px;top:-32px;left:-42px}.first-screen__terminal{width:207px;height:auto;left:2px}.first-screen__phone{width:205px;height:auto;left:80px;top:48px}.features__item--adding .features__content,.features__item--connection .features__content,.virtual-card__btn .btn{min-width:300px}.features__item--adding .features__content .features__text,.features__item--connection .features__content .features__text{font-size:16px}.features__img{width:160px}.features__title{font-size:22px}.secure__box{padding:70px 50px}.secure__list{font-size:15px}.secure__img img{height:470px;width:auto}.everywhere__text{font-size:20px}.everywhere__list ul{--gap:20px}.everywhere__list ul:nth-child(2n){margin:32px auto;max-width:calc(100% - 60px)}.everywhere__btn{margin-top:40px}.virtual-card__intro{font-size:20px}.virtual-card__box{padding:40px}.virtual-card__table{width:100%}.virtual-card__table td{width:0;padding-right:0;white-space:nowrap}.virtual-card__btn{margin-top:16px;justify-content:center}.virtual-card__bg,.virtual-card__img{display:none}.secure-add__box{padding:50px 40px}.secure-add__list{grid-template-columns:1fr 1fr 1fr;gap:80px;font-size:15px}.secure-add__list b{font-size:18px;margin:16px 0 10px}.secure-add__list li,.top-up__list li{display:block}.secure-add__img img{width:auto;height:180px;margin-right:-10px}.top-up__box{padding:40px}.top-up__list{margin-top:32px;gap:32px 24px}.top-up__list li img{margin-bottom:16px}.top-up__img img{width:auto;height:auto}.get-card__list{grid-template-columns:1fr}.get-card__item{display:grid;grid-template-columns:1fr 1fr;align-items:center}.get-card__img{height:250px;border-radius:30px 0 0 30px}.get-card__img img{width:161px;height:auto}.today__stat dd{font-size:40px;line-height:50px}.today__list{grid-template-columns:1fr 1fr;margin-top:32px;gap:24px 32px}.today__logo{height:98px}.review__nav{display:block}.review__list{grid-template-columns:1fr 1fr}.promo__box{grid-template-columns:1fr}.promo .promo-aliexpress .promo__content{min-height:284px}.promo .promo-partners .promo__content{max-width:470px;min-height:260px}.faq__head{font-size:24px;line-height:32px}.faq__text{font-size:20px}}@media (max-width:1023px){.hidden-md{display:none!important}.visible-md{display:block}.center{width:744px}.footer__grid{grid-template-areas:"logo app" "copyright app" "social app" "menu menu";grid-template-columns:auto;gap:40px}.footer__app{display:flex;justify-content:flex-end}.footer__app-inner{width:110px}.footer__copyright p{max-width:274px}.h1{line-height:64px}.h2{font-size:36px;line-height:48px}.h3{font-size:24px;line-height:32px}.first-screen__box{display:block;margin:auto;max-width:510px;padding:95px 0 61px}.first-screen__title{text-align:center}.first-screen__btn{max-width:100%;margin:40px 0 30px}.first-screen__pay{max-width:100%}.first-screen__logo-bg{width:224px;height:224px;top:46px;left:-68px}.first-screen__terminal{top:20px;left:-56px}.first-screen__phone{left:0;top:67px}.features__grid{grid-template-columns:1fr;gap:var(--gap)}.features__item--release{display:flex;flex-direction:row;align-items:flex-end}.features__item--release .features__content{padding-bottom:30px;padding-right:10px;min-height:158px}.features__item--release img{width:338px;height:145px}.features__item--connection .features__img{width:324px;height:auto}.features__item--adding .features__img img,.features__item--connection .features__img img{width:auto;height:auto}.features__item--adding .features__img{width:230px;height:auto}.features__item--adding .features__content br{display:none}.features__content{display:flex;flex-direction:column;justify-content:center}.features__title{line-height:32px}.features__text,.secure-add__list b{font-size:16px}.secure__box{display:block;padding:30px}.secure__title{margin-bottom:16px}.secure__text{font-size:18px;max-width:100%}.secure__list{font-size:14px;line-height:24px;margin:40px 0}.secure__btn{margin:24px auto 56px;max-width:300px}.secure__img{display:flex;justify-content:center}.secure__img img{left:0;width:253px;height:304px}.everywhere__title{margin-bottom:16px;text-wrap:balance}.everywhere__text{font-size:18px}.everywhere__list ul{--gap:12px}.everywhere__list ul:last-child{justify-content:center}.everywhere__list ul:nth-child(2n){margin:16px auto;max-width:calc(100% - 60px)}.virtual-card__intro{font-size:18px;margin:20px 0}.virtual-card__table th{font-weight:500;font-size:20px;line-height:32px;padding:0 10px 16px 0}.virtual-card__table td{font-size:24px;line-height:32px;padding:0 0 16px}.secure-add__box{padding:30px}.secure-add__title{font-size:32px;line-height:40px;margin-bottom:16px}.secure-add__text{font-size:18px}.secure-add__list{margin-top:32px;gap:24px;font-size:14px}.secure-add__list svg{width:60px;height:60px}.secure-add__img img{height:160px;margin:0}.top-up__title{margin-bottom:16px}.today__stat dt,.top-up__intro{font-size:18px}.top-up__box{padding:30px;display:block}.top-up__img{display:flex;justify-content:center;margin:28px auto 0;max-width:282px;border-bottom:1px solid}.top-up__img img{width:222px}.get-card__list{gap:var(--gap)}.get-card__step{font-size:22px}.today__stat dd{font-size:32px}.today__list{grid-template-columns:1fr}.review__nav{margin:28px 0}.review__list{margin-top:26px;gap:var(--gap)}.review__item{padding:20px}.review__name{font-size:20px}.review__text{font-size:14px;line-height:24px}.promo__box{gap:var(--gap)}.promo .promo-aliexpress .promo__content{min-height:268px}.promo .promo-partners .promo__content{min-height:252px}.faq__head{font-size:20px}.faq__text{font-size:18px;line-height:32px}.faq__text ul li{padding-left:28px}.faq__text ul li::before{width:5px;height:5px;top:15px;left:10px}.accordion__head{padding:20px 0 19px}}@media (max-width:743px){:root{--indent:20px;--margin:40px}.hidden-sm{display:none!important}.visible-sm{display:block}.center{width:512px}.btn{font-size:20px}.btn--small{font-size:16px}.header__grid{grid-template-areas:"logo lang menu";grid-template-columns:1fr auto auto}.header__menu-list{display:none}body.is-menu-open .header__btn-menu-toggle .btn-menu-toggle path{opacity:0}body.is-menu-open .header__btn-menu-toggle .btn-menu-toggle path:first-child{opacity:1}body.is-menu-open .menu-mobile{display:flex}.first-screen__text br,.get-card__title br,.secure__title br,body.is-menu-open .footer,body.is-menu-open .main{display:none}.footer{padding:20px 0}.footer .center{width:100%}.footer__grid{grid-template-areas:"logo social" "app app" "menu menu" "copyright copyright";gap:24px}.footer__menu{flex-direction:column;gap:24px}.footer__app{justify-content:center}.footer__app-inner{width:auto;display:flex;align-items:center;gap:32px}.footer__app-inner img{width:110px;height:110px;margin:0}.footer__social svg{width:50px;height:50px}.footer__social{justify-content:flex-end}.footer__copyright{text-align:center;justify-content:center;font-weight:600;font-size:10px;line-height:16px;gap:16px}.h1{font-size:38px;line-height:48px}.h2{font-size:32px;line-height:40px}.first-screen__box{padding-bottom:71px}.first-screen__title b{display:inline}.first-screen__title{margin:23px 0 10px;text-wrap:balance}.first-screen__text{font-size:16px;line-height:24px}.first-screen__text img{width:58px;height:60px}.first-screen__btn{margin:30px 0 34px}.first-screen__pay img{width:auto;height:60px}.first-screen__logo-bg{width:173px;height:173px;left:50%;margin-left:-268px}.first-screen__terminal{width:160px;left:-42px}.first-screen__phone{width:160px;top:57px}.features__item{display:block}.features__item--release .features__content{padding-bottom:14px;padding-right:20px;min-height:0}.features__item--release img{width:100%;height:auto;border-radius:0 0 30px 30px}.features__item--adding .features__content,.features__item--connection .features__content{min-width:0;padding-right:20px}.features__item--connection .features__img{width:100%;margin:10px 0 28px}.features__item--adding .features__img{width:100%;margin-top:-4px}.features__item--adding .features__img img{width:96px}.features__content{padding:20px}.features__img{width:100%}.features__title{font-size:20px;margin-bottom:4px}.secure__box{padding:30px 20px}.secure__title{text-align:center;margin-bottom:20px}.secure__text{text-align:center;font-size:16px;line-height:24px}.secure__list{display:block}.secure__list li{display:flex;gap:16px;align-items:center;margin:24px 0;font-size:15px}.secure__list li svg{margin:0}.secure__btn{margin-bottom:40px;max-width:100%}.everywhere__text{font-size:16px;line-height:1.5}.everywhere__list ul{gap:10px}.everywhere__list ul:nth-child(2n){margin:16px auto;max-width:calc(100% - 50px)}.everywhere__btn{margin-top:var(--gap)}.virtual-card__intro{font-size:16px;margin:16px 0;text-wrap:balance}.virtual-card__box{padding:40px 20px 20px}.virtual-card__table table,.virtual-card__table tbody,.virtual-card__table td,.virtual-card__table th,.virtual-card__table tr{display:block;white-space:normal;width:auto}.virtual-card__table th{font-size:16px;line-height:24px;padding:0}.virtual-card__table td{font-size:20px;padding:4px 0 24px}.virtual-card__table-ico{gap:8px}.virtual-card__table-ico svg{width:24px;height:24px}.virtual-card__btn{margin-top:8px;display:block}.secure-add__box{padding:20px}.secure-add__flex{display:block}.secure-add__content{text-align:center}.secure-add__text{font-size:16px}.secure-add__list{grid-template-columns:1fr}.secure-add__list li{display:flex;align-items:center;font-size:14px;line-height:24px}.secure-add__list li b{margin:0 0 4px}.secure-add__img{display:flex;justify-content:center;margin:10px 0}.secure-add__img img{max-width:100%}.top-up__intro{font-size:16px;line-height:24px}.top-up__box{padding:20px}.top-up__list{grid-template-columns:1fr;gap:8px}.top-up__list li{display:flex}.top-up__img{margin-top:16px}.top-up__img img{width:197px}.get-card__title{font-size:24px;line-height:32px}.get-card__list{gap:16px}.get-card__item{grid-template-columns:1fr}.get-card__img{border-radius:30px 30px 0 0}.get-card__step{padding:16px 16px 12px;font-size:20px}.get-card__text{padding:0 16px 20px}.today__stat{grid-template-columns:1fr;margin:24px 0;gap:40px}.today__stat-item{gap:0}.today__name{font-size:20px}.review__nav{margin:24px 0}.review__list{grid-template-columns:1fr;gap:16px}.review__item{padding:16px;border-radius:20px}.review__name{font-size:18px;line-height:24px}.review__ratio svg{width:100px;height:16px}.promo__item{display:flex;flex-direction:column-reverse}.promo__content{padding:20px;font-size:16px}.promo .promo-aliexpress{padding-bottom:38%}.promo .promo-aliexpress .promo__content{min-height:208px}.promo .promo-partners .promo__img{position:static;justify-content:center;padding-bottom:10px}.promo .promo-partners .promo__img img{position:relative;width:313px;max-width:100%;height:auto;top:-10px;border-radius:0}.promo .promo-partners .promo__content{min-height:200px}.promo .promo-partners .promo__foot{display:block}.faq__head,.promo__content{line-height:24px}.faq__head,.faq__text{font-size:16px}.faq__text ul li{padding-left:24px}.accordion__item.is-open .accordion__head{padding-bottom:2px}.tabs__nav{grid-template-columns:repeat(3,auto);gap:0}.tabs__btn{font-size:14px;border-radius:15px;padding:8px}.tabs__btn b{display:none}}@media (max-width:375px){:root{--indent:16px}.hidden-xs{display:none!important}.header__btn-menu-toggle .btn-menu-toggle{padding:10px}.h1{font-size:32px;line-height:40px}.h2{font-size:26px;line-height:32px}.virtual-card__btn .btn{min-width:250px}.today__logo img:not([class]){max-width:70%;width:auto;height:auto}.tabs__nav{padding:0;border-radius:10px}}@media (max-width:359px){:root{--indent:10px}}