@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none;color:inherit}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}.wrapper{overflow-x:hidden}body{font-family:'Poppins', system-ui;font-size:18px;font-weight:400;color:#000000;overflow-x:hidden;background-color:#F6F6F6}.container{width:100%;margin-right:auto;margin-left:auto;padding:0 25px}@media screen and (min-width: 576px){.container{max-width:540px}}@media screen and (min-width: 768px){.container{max-width:720px}}@media screen and (min-width: 992px){.container{max-width:960px}}@media screen and (min-width: 1200px){.container{max-width:1140px}}@media screen and (min-width: 1500px){.container{max-width:1450px}}.title{font-size:72px;line-height:80px;font-weight:900;letter-spacing:2px}@media screen and (max-width: 1499.5px){.title{font-size:50px;line-height:60px}}@media screen and (max-width: 991.5px){.title{font-size:40px;line-height:50px}}@media screen and (max-width: 767.5px){.title{font-size:36px;line-height:44px}}.btn{background-color:black;padding:24px 122px 23px 56px;font-size:24px;line-height:1;font-weight:700;color:white;border-radius:40px;width:max-content;position:relative;height:80px;display:flex;align-items:center;cursor:pointer}@media screen and (max-width: 991.5px){.btn{font-size:18px;height:56px;padding:16px 100px 16px 40px}}.btn span{position:absolute;top:50%;transform:translateY(-50%);right:8px;width:64px;height:64px;background-color:white;display:block;border-radius:50%}.btn span:before,.btn span:after{content:'';position:absolute;display:block;background-color:black;width:14px;height:4px;border-radius:1px;left:50%}.btn span:before{top:26px;transform:translateX(-50%) rotate(45deg)}.btn span:after{bottom:26px;transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width: 991.5px){.btn span{width:40px;height:40px}.btn span:before,.btn span:after{width:10px;height:2px}.btn span:before{top:16px}.btn span:after{bottom:16px}}.noscroll{overflow-y:hidden}.header{padding:24px 0;position:relative;z-index:100}@media screen and (max-width: 575.5px){.header{padding:16px 0}}.header__row{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 1200px){.header__logo{flex:0 1 auto}}@media screen and (min-width: 1200px){.header__menu{flex:1 1 auto}}@media screen and (max-width: 991.5px){.header__btn{display:none}}.h-logo{position:relative;z-index:110}@media screen and (min-width: 1200px){.h-logo{padding-right:133px}}@media screen and (max-width: 575.5px){.h-logo__svg{height:40px;width:183px}}.h-menu__list{display:flex;align-items:center;margin:0 -12px}@media screen and (max-width: 991.5px){.h-menu__list{flex-direction:column}}.h-menu__item{flex:0 1 auto;padding:0 12px}.h-menu__item a{font-weight:400;font-size:18px;line-height:1;transition:ease all 0.3s}.h-menu__item a:hover{color:#F86B9E}@media screen and (max-width: 991.5px){.h-menu__item a{font-weight:800;font-size:56px;line-height:80px}}@media screen and (max-width: 399.5px){.h-menu__item a{font-size:35px;line-height:50px}}@media screen and (max-width: 991.5px){.h-menu{position:absolute;background-color:#F6F6F6;width:100%;height:100vh;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:150px 25px 15px;overflow-y:scroll;transition:all ease 0.5s;transform:translateX(-100%)}.h-menu.active{transform:translateX(0)}}@media screen and (max-width: 399.5px){.h-menu{padding:100px 25px 75px}}.h-menu2{position:relative;text-align:center}@media screen and (min-width: 992px){.h-menu2{display:none}}.h-menu2__item a{font-weight:400;font-size:18px;line-height:26px}.h-btn{display:flex;align-items:center;font-weight:400;font-size:18px;line-height:1}.h-btn>*{cursor:pointer;transition:ease all 0.3s}.h-btn>*:hover{color:#F86B9E}.h-btn__sign-in{margin-right:22px}.h-btn__sign-up{background-color:black;padding:12px 23px;border-radius:28px;color:white;height:47px;display:flex;align-items:center}.burger-btn{position:relative;z-index:110;background-color:black;border-radius:50%;display:flex;align-items:center;justify-content:center;width:40px;height:40px}@media screen and (min-width: 992px){.burger-btn{display:none}}.burger-btn span{position:relative;background-color:white;width:24px;height:2px;transition:ease all 0.5s}.burger-btn.active span{transform:scale(0)}.burger-btn:before,.burger-btn:after{content:'';background-color:white;position:absolute;width:24px;height:2px;transition:all ease 0.3s}.burger-btn:before{top:13px}.burger-btn:after{bottom:13px}.burger-btn.active:before{transform:rotate(45deg);top:19px}.burger-btn.active:after{transform:rotate(-45deg);bottom:19px}.h-icon{display:flex;margin:0 10px;position:relative}@media screen and (min-width: 992px){.h-icon{display:none}}.h-icon>*{cursor:pointer;padding:0 10px}@media screen and (max-width: 399.5px){.h-icon{margin:0 5px}.h-icon>*{padding:0 5px}}.h-icon__google-ply svg{width:183px;height:54px}@media screen and (max-width: 399.5px){.h-icon__google-ply svg{width:auto;height:40px}}.h-icon__app-store svg{width:160px;height:54px}@media screen and (max-width: 399.5px){.h-icon__app-store svg{width:auto;height:40px}}.first-section__row{display:flex}@media screen and (max-width: 991.5px){.first-section__row{flex-direction:column}}.first-section__text{flex:1 0 45%}@media screen and (max-width: 1199.5px){.first-section__text{flex:1 0 70%}}@media screen and (max-width: 991.5px){.first-section__text{order:1}}.first-section__fon{flex:0 1 65%}@media screen and (max-width: 1199.5px){.first-section__fon{flex:0 1 30%}}@media screen and (max-width: 991.5px){.first-section__fon{order:0}}.fs-body{padding-top:110px}@media screen and (max-width: 1499.5px){.fs-body{padding-top:430px}}@media screen and (max-width: 991.5px){.fs-body{padding-top:0}}.fs-body__title{font-size:140px;line-height:148px;font-weight:800;margin-bottom:59px;letter-spacing:2px}@media screen and (max-width: 1199.5px){.fs-body__title{font-size:100px;line-height:120px}}@media screen and (max-width: 991.5px){.fs-body__title{font-size:70px;line-height:80px;margin-bottom:40px;width:50%}}@media screen and (max-width: 575.5px){.fs-body__title{font-size:50px;line-height:50px;margin-bottom:25px;width:60%}}.fs-body__subtitle{font-size:24px;line-height:32px;font-weight:400;margin-bottom:72px;position:relative;padding-left:118px}@media screen and (min-width: 1500px){.fs-body__subtitle{width:90%}}@media screen and (max-width: 991.5px){.fs-body__subtitle{font-size:20px;line-height:30px;margin-bottom:48px;padding-left:66px}}@media screen and (max-width: 575.5px){.fs-body__subtitle{padding-left:48px;font-size:16px;line-height:22px;margin-bottom:30px}}.fs-body__subtitle:before{content:'';background-color:black;width:102px;height:2px;position:absolute;top:15px;left:0}@media screen and (max-width: 991.5px){.fs-body__subtitle:before{width:50px}}@media screen and (max-width: 575.5px){.fs-body__subtitle:before{width:32px}}.fs-body__btn{margin-bottom:240px}@media screen and (max-width: 1499.5px){.fs-body__btn{margin-bottom:100px}}@media screen and (max-width: 991.5px){.fs-body__btn{margin-bottom:80px}}.fs-fon{position:relative;z-index:-1}@media screen and (max-width: 991.5px){.fs-fon{height:300px}}@media screen and (max-width: 767.5px){.fs-fon{height:400px}}@media screen and (max-width: 575.5px){.fs-fon{height:300px}}.fs-fon__body{background-image:url(/assets/landing/first-section/fon-5e438dbb178981adc8bc5298b698b7fbb7cd20fdf394e5227a693ed7399c163b.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;width:1300px;height:1300px;display:block;position:absolute;top:-238px;left:-80px}@media screen and (max-width: 1499.5px){.fs-fon__body{top:-251px;left:-384px}}@media screen and (max-width: 1199.5px){.fs-fon__body{top:-302px;left:-187%}}@media screen and (max-width: 991.5px){.fs-fon__body{width:1000px;height:1000px;top:-290px;left:23%}}@media screen and (max-width: 767.5px){.fs-fon__body{width:700px;height:700px;top:0}}@media screen and (max-width: 575.5px){.fs-fon__body{width:582px;height:582px;top:-62%;left:6%}}.fs-fon__body:before{content:'';width:200%;height:200%;display:block;background:linear-gradient(180deg, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0) 100%);position:absolute}.fs-fon__img{position:absolute;z-index:1;width:943px;bottom:0;left:17%}@media screen and (max-width: 1199.5px){.fs-fon__img{width:880px;left:17%}}@media screen and (max-width: 991.5px){.fs-fon__img{width:610px}}@media screen and (max-width: 575.5px){.fs-fon__img{width:375px}}.about{padding:21px 0 202px}@media screen and (max-width: 1499.5px){.about{padding:100px 0 150px}}@media screen and (max-width: 1199.5px){.about{padding:80px 0 100px}}@media screen and (max-width: 991.5px){.about{padding:40px 0 28px}}.about-us{padding-bottom:123px}@media screen and (max-width: 991.5px){.about-us{padding-bottom:73px}}@media screen and (max-width: 575.5px){.about-us{padding-bottom:40px}}.about-us__row{display:flex;margin:0 -44px}@media screen and (max-width: 991.5px){.about-us__row{margin:0 -25px}}@media screen and (max-width: 767.5px){.about-us__row{flex-wrap:wrap}}.about-us__title{padding:0 44px;flex:1 0 473px}@media screen and (max-width: 1499.5px){.about-us__title{flex:1 0 370px}}@media screen and (max-width: 991.5px){.about-us__title{flex:1 0 280px;padding:0 25px}}@media screen and (max-width: 767.5px){.about-us__title{flex:1 1 100%;margin-bottom:19px}}.about-us__text{font-size:40px;line-height:48px;font-weight:600;padding:0 44px;flex:1 1 auto;letter-spacing:0.8px}@media screen and (max-width: 1199.5px){.about-us__text{font-size:30px;line-height:38px}}@media screen and (max-width: 991.5px){.about-us__text{font-size:24px;line-height:32px;padding:0 25px}}@media screen and (max-width: 767.5px){.about-us__text{flex:1 1 100%}}@media screen and (min-width: 1500px){.about-items{width:1358px}}.about-items__row{display:flex;margin:0 -29px}@media screen and (max-width: 991.5px){.about-items__row{margin:0 -5px;flex-wrap:wrap}}.about-items__col{flex:0 1 25%;padding:0 29px}@media screen and (max-width: 991.5px){.about-items__col{flex:0 1 50%;padding:0 5px}}@media screen and (max-width: 991.5px){.about-item{padding-bottom:53px}}.about-item__text{font-size:18px;line-height:26px;font-weight:400}@media screen and (max-width: 767.5px){.about-item__text{font-size:14px;line-height:20px}}.item-svg{padding-bottom:34px;margin-bottom:23px;position:relative;width:max-content}.item-svg:before{content:'';display:block;position:absolute;bottom:0;left:0;background-color:#F86B9E;width:118px;height:3px}@media screen and (max-width: 1199.5px){.item-svg{padding-bottom:19px;margin-bottom:16px}.item-svg svg{width:80px;height:80px}.item-svg:before{width:80px}}.offer{padding-bottom:73px}@media screen and (max-width: 575.5px){.offer{padding-bottom:80px}}.offer__row{display:flex}@media screen and (max-width: 991.5px){.offer__row{flex-wrap:wrap}}.offer__text{flex:0 0 672px;font-size:40px;line-height:48px;font-weight:600;letter-spacing:0.8px}@media screen and (max-width: 1499.5px){.offer__text{flex:0 0 43%;font-size:30px;line-height:40px}}@media screen and (max-width: 1199.5px){.offer__text{margin-top:0;flex:0 0 57%}}@media screen and (max-width: 991.5px){.offer__text{order:1;flex:1 1 100%}}@media screen and (max-width: 767.5px){.offer__text{font-size:24px;line-height:32px}}.offer__text span{color:#F86B9E}.offer__img{position:relative;flex:0 0 auto;top:-99px;left:52px}@media screen and (max-width: 1499.5px){.offer__img{flex:0 0 70%}.offer__img img{width:100%}}@media screen and (max-width: 1199.5px){.offer__img{top:0}}@media screen and (max-width: 991.5px){.offer__img{position:inherit;order:0;flex:1 1 100%;margin-bottom:16px}.offer__img img{width:125%;position:relative;left:50%;transform:translateX(-50%)}}.payment-gateway{padding-bottom:160px;position:relative}@media screen and (max-width: 1199.5px){.payment-gateway{padding-bottom:101px}}@media screen and (max-width: 575.5px){.payment-gateway{padding-bottom:68px}}@media screen and (max-width: 575.5px){.payment-gateway{padding-bottom:43px}}.payment-gateway__img{padding-top:84px;max-width:100%;position:relative;left:-17px}.payment-gateway__img img{max-width:100%}@media screen and (max-width: 991.5px){.payment-gateway__img{display:none}}.pg-head{padding-bottom:156px}@media screen and (max-width: 1199.5px){.pg-head{padding-bottom:100px}}@media screen and (max-width: 991.5px){.pg-head{padding-bottom:65px}}@media screen and (max-width: 575.5px){.pg-head{padding-bottom:40px}}.pg-head__row{display:flex;justify-content:space-between}@media screen and (max-width: 1199.5px){.pg-head__row{align-items:normal}}@media screen and (max-width: 991.5px){.pg-head__row{flex-wrap:wrap}}.pg-head__title{flex:1 0 590px;letter-spacing:normal}@media screen and (max-width: 1499.5px){.pg-head__title{flex:0 0 390px}}@media screen and (max-width: 991.5px){.pg-head__title{flex:1 1 100%;margin-bottom:19px}}.pg-head__text{font-size:24px;line-height:32px;font-weight:400;margin-top:15px;flex:1 1 auto}@media screen and (max-width: 767.5px){.pg-head__text{font-size:18px;line-height:24px}}@media screen and (max-width: 575.5px){.pg-head__text{margin-top:0}}@media screen and (min-width: 1500px){.pg-items{width:1324px}}.pg-items__row{display:flex;margin:0 -46px}@media screen and (max-width: 991.5px){.pg-items__row{margin:0 -25px}}@media screen and (max-width: 767.5px){.pg-items__row{flex-wrap:wrap}}.pg-items__col{flex:0 1 33.33%;padding:0 46px}@media screen and (max-width: 991.5px){.pg-items__col{padding:0 25px}}@media screen and (max-width: 767.5px){.pg-items__col{flex:1 1 100%}}@media screen and (max-width: 767.5px){.pg-item{padding-bottom:33px}}.pg-item__title{font-size:24px;line-height:32px;font-weight:700;margin-bottom:17px}@media screen and (max-width: 1499.5px){.pg-item__title{font-size:20px;line-height:24px}}.pg-item__text{font-size:18px;line-height:26px;font-weight:400}@media screen and (max-width: 1499.5px){.pg-item__text{font-size:16px;line-height:24px}}@media screen and (max-width: 991.5px){.pg-item__text{font-size:14px;line-height:20px}}.mainstream-finances{padding-bottom:104px;position:relative}@media screen and (max-width: 991.5px){.mainstream-finances{padding-bottom:101px}}@media screen and (max-width: 575.5px){.mainstream-finances{padding-bottom:47px}}.mf-head{padding-bottom:129px}@media screen and (max-width: 991.5px){.mf-head{padding-bottom:65px}}@media screen and (max-width: 575.5px){.mf-head{padding-bottom:40px}}.mf-head__row{display:flex;margin:0 -61px}@media screen and (max-width: 1199.5px){.mf-head__row{margin:0 -25px}}@media screen and (max-width: 991.5px){.mf-head__row{flex-wrap:wrap}}.mf-head__title{padding:0 61px;flex:0 0 62%;letter-spacing:normal}@media screen and (max-width: 1499.5px){.mf-head__title{flex:0 0 50%}}@media screen and (max-width: 1199.5px){.mf-head__title{flex:0 0 54%;padding:0 25px}}@media screen and (max-width: 991.5px){.mf-head__title{flex:1 1 100%;margin-bottom:19px}}.mf-head__text{font-size:24px;line-height:32px;font-weight:400;padding:0 61px;margin-top:13px}@media screen and (max-width: 1199.5px){.mf-head__text{padding:0 25px}}@media screen and (max-width: 991.5px){.mf-head__text{flex:1 1 100%}}@media screen and (max-width: 767.5px){.mf-head__text{font-size:18px;line-height:24px}}@media screen and (max-width: 575.5px){.mf-head__text{margin-top:0}}@media screen and (min-width: 1500px){.mf-items{max-width:1380px}}.mf-items__row{display:flex;margin:0 -18px;flex-wrap:wrap}@media screen and (max-width: 991.5px){.mf-items__row{margin:0 -8px}}.mf-items__col{flex:0 1 25%;padding:0 18px}@media screen and (max-width: 991.5px){.mf-items__col{flex:0 1 50%;padding:0 8px}}.mf-item{padding-bottom:92px}@media screen and (max-width: 991.5px){.mf-item{padding-bottom:33px}}.mf-item__title{font-size:24px;line-height:32px;font-weight:700;margin-bottom:17px}@media screen and (max-width: 1499.5px){.mf-item__title{font-size:20px;line-height:24px}}@media screen and (max-width: 991.5px){.mf-item__title{margin-bottom:9px}}.mf-item__text{font-size:18px;line-height:26px;font-weight:400}@media screen and (max-width: 1499.5px){.mf-item__text{font-size:16px;line-height:24px}}@media screen and (max-width: 767.5px){.mf-item__text{font-size:14px;line-height:20px}}.options{padding-bottom:171px}.options__body{border-radius:24px;background-color:black;position:relative;margin:0 -100px;padding:120px 105px}@media screen and (max-width: 767.5px){.options__body{margin:0 -50px;padding:80px 25px}}@media screen and (max-width: 575.5px){.options__body{margin:0 -25px;border-radius:0}}.options__fon img{position:absolute;object-fit:cover;width:100%;height:100%;left:0;top:0}.options__content{position:relative}.options__row{display:flex;margin:0 -37.5px}@media screen and (max-width: 1499.5px){.options__row{margin:0 -25px}}@media screen and (max-width: 991.5px){.options__row{flex-wrap:wrap}}.options__col1{flex:0 0 707px}@media screen and (max-width: 991.5px){.options__col1{margin-bottom:100px}}.options__col2{flex:0 0 690px}.options__col1,.options__col2{padding:0 37.5px}@media screen and (max-width: 1499.5px){.options__col1,.options__col2{flex:0 1 50%;padding:0 25px}}@media screen and (max-width: 991.5px){.options__col1,.options__col2{flex:1 1 100%}}.option{color:white}.option__img1 img{position:absolute;top:0;left:93px}.option__img2 img{position:absolute;top:39px;left:83px}.option__img1,.option__img2{position:relative;height:420px}.option__img1:before,.option__img2:before{content:'';position:absolute;width:100%;height:3px;left:0;bottom:-2px;background-color:#F86B9E;z-index:1}@media screen and (max-width: 1499.5px){.option__img1,.option__img2{display:flex;align-items:center;justify-content:center;height:328px}}@media screen and (max-width: 1199.5px){.option__img1,.option__img2{height:286px}}@media screen and (max-width: 991.5px){.option__img1,.option__img2{height:422px}}@media screen and (max-width: 991.5px){.option__img1,.option__img2{height:auto}}@media screen and (max-width: 1499.5px){.option__img1 img,.option__img2 img{position:relative;top:auto;left:auto;width:70%}}@media screen and (max-width: 575.5px){.option__img1 img,.option__img2 img{width:90%}}.option__content{padding-left:117px}@media screen and (max-width: 1499.5px){.option__content{padding:0 50px}}@media screen and (max-width: 991.5px){.option__content{display:flex;flex-direction:column}}@media screen and (max-width: 575.5px){.option__content{padding:0 25px}}.option__title{font-size:72px;font-weight:900;line-height:80px;position:relative;padding:37px 0;margin-bottom:23px}.option__title:before{content:'';position:absolute;width:118px;height:3px;left:0;bottom:0;background-color:#F86B9E}@media screen and (max-width: 1499.5px){.option__title{font-size:50px;line-height:60px}}@media screen and (max-width: 991.5px){.option__title{font-size:40px;line-height:50px}}@media screen and (max-width: 767.5px){.option__title{font-size:36px;line-height:44px}}.option__table{font-size:24px;font-weight:700;line-height:32px;margin-bottom:29px}@media screen and (max-width: 1499.5px){.option__table{font-size:18px;line-height:24px}}@media screen and (max-width: 575.5px){.option__table{font-size:16px;line-height:20px}}.option__table tr{margin-bottom:10px}.option__table tr:last-child{margin-bottom:0}.option__table td{padding-bottom:9px}.option__table td:first-child{padding-right:20px}.option__table span{color:#F86B9E}.option__btn{background-color:white;color:black}.option__btn span{background-color:black}.option__btn span:before,.option__btn span:after{background-color:white}.black-block{padding-bottom:27px}@media screen and (max-width: 767.5px){.black-block{padding-bottom:0}}.black-block__row{background-color:black;padding:124px 100px 114px;display:flex;border-radius:24px;margin:0 -100px;background-image:url(/assets/landing/black-block/fon-d179c2bacbb6a3521d4589566fdbabf97630ca2b8c1f325ccae26beeda33c60c.svg);background-repeat:no-repeat;background-position:center right;background-size:contain}@media screen and (max-width: 767.5px){.black-block__row{padding:80px 25px;margin:0 -50px}}@media screen and (max-width: 575.5px){.black-block__row{margin:0 -25px;border-radius:0;background-position-y:center;background-position-x:290px}}.black-block__col{flex:0 0 1046px}@media screen and (max-width: 1199.5px){.black-block__col{flex:1 1 100%}}.black-block__text{font-size:72px;line-height:80px;font-weight:600;color:white;margin-bottom:49px}@media screen and (max-width: 1499.5px){.black-block__text{font-size:50px;line-height:60px}}@media screen and (max-width: 767.5px){.black-block__text{margin-bottom:80px;font-size:36px;line-height:44px}}.black-block__text span{color:#F86B9E}.black-block__btn{background-color:white;color:black}.black-block__btn span{background-color:black}.black-block__btn span:before,.black-block__btn span:after{background-color:white}.footer{padding:29px 0}@media screen and (max-width: 575.5px){.footer{padding:16px 0 14px}}.footer__row{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767.5px){.footer__row{flex-wrap:wrap}.footer__row>*{flex:1 1 100%}}.footer__col2{flex:1 1 auto}@media screen and (max-width: 1199.5px){.footer__col2{display:none}}.f-copy{padding-right:80px}@media screen and (max-width: 767.5px){.f-copy{padding-bottom:16px}}.f-copy__text{font-size:18px;line-height:26px;font-weight:400}.f-menu__list{display:flex;margin:0 -12px}.f-menu__item{padding:0 12px}.f-menu__item a{font-size:18px;line-height:26px;font-weight:400;transition:ease all 0.3s}@media screen and (max-width: 1499.5px){.f-menu__item a{font-size:16px;line-height:22px}}.f-menu__item a:hover{color:#F86B9E}.f-icon{display:flex;margin:0 -8px}.f-icon>*{cursor:pointer;padding:0 8px}@media screen and (max-width: 767.5px){.f-icon__google-ply svg{width:183px;height:54px}}@media screen and (max-width: 399.5px){.f-icon__google-ply svg{width:auto;height:40px}}@media screen and (max-width: 767.5px){.f-icon__app-store svg{width:160px;height:54px}}@media screen and (max-width: 399.5px){.f-icon__app-store svg{width:auto;height:40px}}.breadcrumb{padding:99px 0 0}@media screen and (max-width: 991.5px){.breadcrumb{padding:50px 0 0}}@media screen and (max-width: 767.5px){.breadcrumb{padding:24px 0 0}}@media screen and (max-width: 575.5px){.breadcrumb{padding:24px 0 0}}.breadcrumb__row{display:flex;align-items:center}.breadcrumb__col{flex:1 1 100%}.breadcrumb__text{font-size:40px;line-height:48px;font-weight:600;color:#F86B9E;letter-spacing:0.8px}@media screen and (max-width: 1199.5px){.breadcrumb__text{font-size:30px;line-height:40px}}@media screen and (max-width: 991.5px){.breadcrumb__text{font-size:24px;line-height:28px}}@media screen and (max-width: 767.5px){.breadcrumb__text{font-size:20px;line-height:24px}}.contacts-title{padding:28px 0 117px 0}@media screen and (max-width: 991.5px){.contacts-title{padding:20px 0 50px 0}}@media screen and (max-width: 767.5px){.contacts-title{padding:20px 0 21px 0}}.contacts-title__row{display:flex;align-items:center}.contacts-title__col{flex:1 1 100%}.contacts-title__text{font-size:144px;line-height:148px;font-weight:800}@media screen and (max-width: 1499.5px){.contacts-title__text{font-size:100px;line-height:110px}}@media screen and (max-width: 991.5px){.contacts-title__text{font-size:70px;line-height:80px}}@media screen and (max-width: 767.5px){.contacts-title__text{font-size:56px;line-height:56px}}.contacts-block__row{display:flex;margin:0 -67px}@media screen and (max-width: 1499.5px){.contacts-block__row{margin:0 -25px}}@media screen and (max-width: 991.5px){.contacts-block__row{flex-wrap:wrap}}.contacts-block__col1{flex:1 0 708px;padding:0 67px}@media screen and (max-width: 1499.5px){.contacts-block__col1{padding:0 25px;flex:1 0 50%}}@media screen and (max-width: 991.5px){.contacts-block__col1{flex:1 1 100%}}.contacts-block__col2{flex:0 1 auto;padding:0 67px}@media screen and (max-width: 1499.5px){.contacts-block__col2{padding:0 25px;flex:1 0 50%}}@media screen and (max-width: 991.5px){.contacts-block__col2{flex:1 1 100%}}.cb-text{font-size:40px;line-height:48px;font-weight:600;padding-bottom:46px;letter-spacing:0.8px}@media screen and (max-width: 1499.5px){.cb-text{font-size:36px;line-height:45px}}@media screen and (max-width: 1199.5px){.cb-text{font-size:30px;line-height:40px}}@media screen and (max-width: 767.5px){.cb-text{font-size:24px;line-height:32px;padding-bottom:33px}}@media screen and (max-width: 399.5px){.cb-text{font-size:18px;line-height:24px}}.cb-text p{margin-bottom:30px}.cb-text p:last-child{margin-bottom:0}.cb-text span{color:#F86B9E}.cb-icon{display:flex;margin:0 -10px}.cb-icon>*{padding:0 10px}@media screen and (max-width: 399.5px){.cb-icon>* svg{width:40px;height:40px}}@media screen and (max-width: 991.5px){.cb-icon{padding-bottom:80px}}@media screen and (max-width: 399.5px){.cb-icon{padding-bottom:40px}}.cb-form{padding-bottom:200px}@media screen and (max-width: 1199.5px){.cb-form{padding-bottom:150px}}@media screen and (max-width: 991.5px){.cb-form{padding-bottom:100px}}@media screen and (max-width: 767.5px){.cb-form{padding-bottom:80px}}.cb-form__number{padding:12px 0 17px 0}@media screen and (max-width: 575.5px){.cb-form__number{padding:0}}.cb-form__number a{font-size:72px;font-weight:900}@media screen and (max-width: 1499.5px){.cb-form__number a{font-size:56px}}@media screen and (max-width: 1199.5px){.cb-form__number a{font-size:48px}}@media screen and (max-width: 575.5px){.cb-form__number a{font-size:32px;line-height:48px}}.cb-form__mail{margin-bottom:76px}@media screen and (max-width: 1199.5px){.cb-form__mail{margin-bottom:50px}}@media screen and (max-width: 767.5px){.cb-form__mail{margin-bottom:34px}}@media screen and (max-width: 575.5px){.cb-form__mail{margin-bottom:32px}}.cb-form__mail a{font-size:40px;line-height:48px;font-weight:600;color:#F86B9E;letter-spacing:0.8px}@media screen and (max-width: 1499.5px){.cb-form__mail a{font-size:36px;line-height:40px}}@media screen and (max-width: 1199.5px){.cb-form__mail a{font-size:30px;line-height:40px}}@media screen and (max-width: 575.5px){.cb-form__mail a{font-size:20px;line-height:48px}}.form__row{display:flex;margin:0 -8px;flex-wrap:wrap}.form__col{flex:1 0 50%;padding:0 8px}@media screen and (max-width: 767.5px){.form__col{flex:1 1 100%}}.form__input,.form__textarea{padding:21px 25px 22px 48px;width:100%;border-radius:40px;border:1px solid black;font-size:24px;line-height:1;font-weight:400;margin-bottom:23px;background-color:#F6F6F6;color:black}@media screen and (max-width: 1499.5px){.form__input,.form__textarea{font-size:20px}}@media screen and (max-width: 767.5px){.form__input,.form__textarea{font-size:18px;padding:16px 32px;margin-bottom:16px;border-radius:28px}}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{color:black}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{color:black}.form__textarea{height:219px;width:100%;padding-top:27px}@media screen and (max-width: 1199.5px){.form__textarea{height:150px}}@media screen and (max-width: 767.5px){.form__textarea{height:114px}}.form__group{margin-bottom:23px;display:flex;align-items:flex-start}@media screen and (max-width: 767.5px){.form__group{margin-bottom:41px}}.form__group label{margin-right:22px}.form__checkbox{position:absolute;z-index:-1;opacity:0}.form__checkbox+label{display:inline-flex;align-items:center;user-select:none}.form__checkbox+label::before{content:'';cursor:pointer;display:inline-block;width:24px;min-width:24px;height:24px;box-sizing:border-box;border:1px solid black;background-repeat:no-repeat;background-position:center center}.form__checkbox:checked+label::before{background-image:url(/assets/landing/form/checked-4a0bdc9afc33a70ccf98f11b69b461d2d64bbe0344d5f7dc902dc06a8a764816.svg);display:block}.form__checkbox-label{font-size:14px;line-height:20px;font-weight:400}@media screen and (max-width: 575.5px){.form__checkbox-label{font-size:12px;line-height:16px}}.form__checkbox-label span{color:#F86B9E}.form__checkbox-label a{color:#F86B9E}@media screen and (max-width: 575.5px){.input-hidden{display:none}}.your-plan__row{display:flex}@media screen and (max-width: 991.5px){.your-plan__row{flex-direction:column}}.your-plan__text{flex:1 0 51%}@media screen and (max-width: 1199.5px){.your-plan__text{flex:1 0 70%}}@media screen and (max-width: 991.5px){.your-plan__text{order:1}}.your-plan__fon{flex:0 1 65%}@media screen and (max-width: 1199.5px){.your-plan__fon{flex:0 1 30%}}@media screen and (max-width: 991.5px){.your-plan__fon{order:0}}.yp-body{padding-top:110px}@media screen and (max-width: 1499.5px){.yp-body{padding-top:430px}}@media screen and (max-width: 991.5px){.yp-body{padding-top:0}}.yp-body__title{font-size:140px;line-height:148px;font-weight:800;margin-bottom:59px;letter-spacing:2px}@media screen and (max-width: 1499.5px){.yp-body__title{font-size:100px;line-height:120px}}@media screen and (max-width: 991.5px){.yp-body__title{font-size:70px;line-height:80px;margin-bottom:40px;width:60%}}@media screen and (max-width: 767.5px){.yp-body__title{width:80%}}@media screen and (max-width: 575.5px){.yp-body__title{font-size:50px;line-height:50px;margin-bottom:25px;width:90%}}.yp-body__subtitle{font-size:24px;line-height:32px;font-weight:400;margin-bottom:72px;position:relative;padding-left:118px}@media screen and (min-width: 1500px){.yp-body__subtitle{width:85%}}@media screen and (max-width: 991.5px){.yp-body__subtitle{font-size:20px;line-height:30px;margin-bottom:48px;padding-left:66px}}@media screen and (max-width: 575.5px){.yp-body__subtitle{padding-left:48px;font-size:16px;line-height:22px;margin-bottom:30px}}.yp-body__subtitle:before{content:'';background-color:black;width:102px;height:2px;position:absolute;top:15px;left:0}@media screen and (max-width: 991.5px){.yp-body__subtitle:before{width:50px}}@media screen and (max-width: 575.5px){.yp-body__subtitle:before{width:32px}}.yp-body__btn{margin-bottom:265px}@media screen and (max-width: 1499.5px){.yp-body__btn{margin-bottom:100px}}@media screen and (max-width: 991.5px){.yp-body__btn{margin-bottom:80px}}.yp-fon{position:relative;z-index:-1}@media screen and (max-width: 991.5px){.yp-fon{height:300px}}@media screen and (max-width: 767.5px){.yp-fon{height:400px}}@media screen and (max-width: 575.5px){.yp-fon{height:300px}}.yp-fon__body{background-image:url(/assets/landing/first-section/fon-5e438dbb178981adc8bc5298b698b7fbb7cd20fdf394e5227a693ed7399c163b.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;width:1300px;height:1300px;display:block;position:absolute;top:-236px;left:-122px}@media screen and (max-width: 1499.5px){.yp-fon__body{top:-251px;left:-200px}}@media screen and (max-width: 1199.5px){.yp-fon__body{top:-450px;left:-187%}}@media screen and (max-width: 991.5px){.yp-fon__body{width:1000px;height:1000px;top:-290px;left:23%}}@media screen and (max-width: 767.5px){.yp-fon__body{width:700px;height:700px;top:0}}@media screen and (max-width: 575.5px){.yp-fon__body{width:582px;height:582px;top:-62%;left:6%}}.yp-fon__body:before{content:'';width:200%;height:200%;display:block;background:linear-gradient(180deg, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0) 100%);position:absolute}.yp-fon__img{position:absolute;z-index:1;width:699px;bottom:53px;left:12%}@media screen and (max-width: 1199.5px){.yp-fon__img{width:530px;left:23%}}@media screen and (max-width: 991.5px){.yp-fon__img{width:350px;bottom:210px;left:18%}}@media screen and (max-width: 767.5px){.yp-fon__img{bottom:230px;left:10%}}@media screen and (max-width: 575.5px){.yp-fon__img{width:245px;bottom:65px}}.options-items{padding-bottom:104px;position:relative}@media screen and (min-width: 1500px){.options-items{margin-top:-12px}}@media screen and (max-width: 991.5px){.options-items{padding-bottom:101px}}@media screen and (max-width: 575.5px){.options-items{padding-bottom:47px}}.oi-items__row{display:flex;margin:0 -29px;flex-wrap:wrap}@media screen and (max-width: 991.5px){.oi-items__row{margin:0 -25px}}@media screen and (max-width: 575.5px){.oi-items__row{margin:0 -10px}}.oi-items__col{flex:0 1 25%;padding:0 29px}@media screen and (min-width: 1500px){.oi-items__col{flex:0 1 354px}}@media screen and (max-width: 991.5px){.oi-items__col{flex:0 1 50%;padding:0 25px}}@media screen and (max-width: 575.5px){.oi-items__col{padding:0 10px}}.oi-item{padding-bottom:51px}@media screen and (max-width: 991.5px){.oi-item{padding-bottom:33px}}.oi-item__title{font-size:24px;line-height:32px;font-weight:700;margin-bottom:17px}@media screen and (max-width: 1499.5px){.oi-item__title{font-size:20px;line-height:24px}}@media screen and (max-width: 991.5px){.oi-item__title{margin-bottom:9px}}.oi-item__text{font-size:18px;line-height:26px;font-weight:400}@media screen and (max-width: 1499.5px){.oi-item__text{font-size:16px;line-height:24px}}@media screen and (max-width: 767.5px){.oi-item__text{font-size:14px;line-height:20px}}.h-btn__sign-up:visited:not(:hover),.btn:visited{color:white}.black-block__btn:visited{color:black}.f-copy__text_2{color:grey;font-size:14px;margin-top:5px;max-width:690px}.page-top h1{font-size:144px;line-height:148px;font-weight:800;margin-bottom:50px}@media screen and (max-width: 1499.5px){.page-top h1{font-size:100px;line-height:110px}}@media screen and (max-width: 991.5px){.page-top h1{font-size:70px;line-height:80px}}@media screen and (max-width: 767.5px){.page-top h1{font-size:56px;line-height:56px}}.page-wrap{margin-bottom:100px;font-size:16px;line-height:1.4}.page-wrap h3{font-weight:bold;margin:25px 0 15px;color:#F86B9E;font-size:22px}.page-wrap p{margin:15px 0}.page-wrap li{margin:10px 0 10px 25px;list-style:unset;line-height:24px}.page-wrap table{width:100%;margin:25px 0;border-collapse:collapse;font-size:14px}.page-wrap table tr:first-child td{background-color:#1d1f22;color:#fff;border:1px solid #fff;font-weight:bold}.page-wrap table tr td{width:33.33%;padding:10px 20px;border:1px solid #b5babe}.page-wrap .one-term-tit{font-size:22px;font-weight:bold;padding-left:40px;position:relative;color:#F86B9E}.page-wrap .one-term-tit i{position:absolute;left:0;top:0;display:inline-block;font-style:normal}.page-wrap .one-term-descr{padding-left:40px}.page-wrap ul.own-num li{padding-left:35px;position:relative;list-style:none;margin:10px 0 10px 0}.page-wrap ul.own-num li i{font-style:normal;position:absolute;left:0;top:0}.page-wrap ul.own-num li ul.own-num li{padding-left:55px}.page-wrap .one-post-quest-tit{font-weight:bold;margin:25px 0 15px;color:#F86B9E;font-size:22px}.page-wrap .one-post-quest-descr{margin:15px 0}.page-wrap a{text-decoration:underline;transition:ease all 0.3s}.page-wrap a:hover{color:#F86B9E}.h-logo{height:30px}.fs-body{padding-top:110px}@media screen and (max-width: 1499.5px){.fs-body{padding-top:120px}}@media screen and (max-width: 1199.5px){.fs-body{padding-top:150px}}@media screen and (max-width: 991.5px){.fs-body{margin-top:-215px;padding-top:0}}@media screen and (max-width: 767.5px){.fs-body{margin-top:-270px}}@media screen and (max-width: 575.5px){.fs-body{margin-top:-70px}}.offer__text p{margin-bottom:20px}.footer__row .visa-mc-logos{display:flex;margin-left:10px}@media screen and (max-width: 767px){.footer__row .visa-mc-logos{margin-top:20px;margin-left:0}}.footer__row .visa-mc-logos img{height:50px}.footer__row .visa-mc-logos img:last-child{margin-left:10px}
