*{padding:0;margin:0;outline:0}body{font-family:Nunito,sans-serif;color:#66636d;font-weight:400}a{text-decoration:none}h1,h2{font-size:24px;line-height:36px}h3{font-size:16px;line-height:26px}h1,h2,h3{font-weight:900;color:#121214}.text-sm{font-size:14px;line-height:28px}.text-lg,.text-md{font-size:16px;line-height:28px}.text-bold{font-weight:900}.text-italic{font-style:italic}.btn{display:inline-flex;align-items:center;padding:0 30px;height:68px;line-height:68px;border-radius:34px;font-size:20px;font-weight:900;transition:background 175ms ease,opacity 175ms ease;box-sizing:border-box}.btn.sm{padding:0 20px;height:48px;line-height:48px;border-radius:24px;font-size:16px}.btn:hover{opacity:.9}.btn:active{opacity:.8}.btn.pink{background:#cd505b;color:#fff}.btn.blue{background:#055cb4;color:#fff}.btn>.icon{width:32px;height:32px}.btn.black{background:#121214;color:#fff}.btn.blue{background:#007bcb;color:#fff}.btn-content{display:flex;flex-direction:column;text-align:center;margin:0 auto;line-height:1}.btn-content .label{margin-bottom:4px;font-size:14px;line-height:16px}.btn-content .text{font-weight:900;font-size:20px;line-height:20px}.icon-play-market{background:url(../img/icons/google-play-logo.svg) center no-repeat}.icon-download{background:url(../img/icons/download.svg) center no-repeat}.wrapper{display:flex;padding:0 30px;margin:0 auto;width:100%;max-width:400px;box-sizing:border-box}header{display:flex;align-items:center;position:fixed;top:0;left:0;height:96px;width:100%;transition:background 175ms ease,box-shadow 175ms ease;z-index:99}header.scrolled{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}header .wrapper{align-items:center;justify-content:space-between}header .logo{position:relative;width:210px;height:40px;background-size:auto 100%;cursor:pointer;z-index:1}header .logo>a{position:absolute;top:0;left:0;width:100%;height:100%}header.scrolled .logo{background:url(../img/logos/logo-color.svg) left center no-repeat;background-size:auto 100%}header.open .logo{background:url(../img/logos/logo-gray.svg) left center no-repeat;background-size:auto 100%}header nav{display:flex;flex-direction:column;align-items:center;padding-top:176px;position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:opacity 175ms ease,-webkit-transform 175ms ease;transition:opacity 175ms ease,transform 175ms ease;transition:opacity 175ms ease,transform 175ms ease,-webkit-transform 175ms ease;background:0 0;box-sizing:border-box}header.open nav{pointer-events:auto;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);background:#fff;z-index:0}header nav a{display:flex;justify-content:center;align-items:center;margin:0 auto;height:28px;color:#fff;font-size:16px;font-weight:900;transition:opacity 175ms ease;cursor:pointer}header nav a:not(:first-child){margin-top:24px}header.open nav a,header.scrolled nav a{color:#66636d}header nav a:not(.btn):hover{opacity:.8}header .burger{display:flex;align-items:center;justify-content:center;position:relative;width:50px;height:50px;cursor:pointer;z-index:1}header .burger>div{position:relative;width:14px;height:2px}header .burger>div,header .burger>div:after,header .burger>div:before{background:#055cb4;border-radius:2px;transition:all 175ms ease}header:not(.open):not(.scrolled) .burger>div,header:not(.open):not(.scrolled) .burger>div:after,header:not(.open):not(.scrolled) .burger>div:before{background:#fff}header .burger>div:after,header .burger>div:before{content:'';position:absolute;left:0;width:100%;height:2px;-webkit-transform-origin:center;transform-origin:center}header .burger>div:before{top:-4px}header .burger>div:after{bottom:-4px}header.open .burger>div{background:0 0}header.open .burger>div:after,header.open .burger>div:before{top:0;bottom:0}header.open .burger>div:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}header.open .burger>div:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media (min-width:1000px){.wrapper{max-width:1230px}h1{font-size:48px;line-height:64px}h2{font-size:36px;line-height:54px}h3{font-size:20px;line-height:36px}.text-md{font-size:16px;line-height:28px}.text-lg{font-size:20px;line-height:32px}header .wrapper{max-width:100%}header .logo{min-width:260px;height:48px}header nav,header.open nav{flex-direction:row;justify-content:flex-end;position:relative;padding-top:0;-webkit-transform:none;transform:none;opacity:1;pointer-events:auto;transition:none}header nav a{margin:0}header nav a:not(:first-child){margin-top:0;margin-left:40px}header:not(.scrolled) .btn.blue{background:rgba(255,255,255,.2)}header .burger{display:none}}.home{display:flex;padding-top:406px;padding-bottom:30px;width:100%;background:url(../img/home/image-m.png) top 96px center no-repeat,linear-gradient(90deg,#0070e0 0,#055cb4 100%);background-size:auto 300px,auto;color:#fff;box-sizing:border-box}.home .wrapper{flex-direction:column}.home-content h1{color:#fff}.home-content p{margin:10px auto 20px}.home-content .btn{min-width:280px}.home-content .btn:last-child{margin-top:10px}@media (min-width:1000px){.home{position:relative;min-height:90vh;padding:256px 0 227px;background:linear-gradient(90deg,#0070e0 0,#055cb4 100%)}.home:after{content:'';position:absolute;top:50%;left:50%;width:555px;height:555px;background:url(../img/home/image-d.png) center no-repeat;background-size:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.home-content{width:555px;max-width:50%}.home-content p{margin:20px auto 40px}.home-content .btn:last-child{margin-top:20px}}.benefits{padding:50px 0;box-sizing:border-box}.benefits .wrapper{flex-direction:column}.benefit:not(:last-child){margin-bottom:50px}.benefit-content p{margin:10px 0}.benefit-image>img{display:block;margin:0 auto;width:auto;max-width:300px;max-height:260px}@media (min-width:1000px){.benefits{padding:100px 0}.benefit:not(:last-child){margin-bottom:100px}.benefit{display:flex;justify-content:space-between}.benefit-content{display:flex;flex-direction:column;justify-content:center;width:457px;max-width:50%}.benefit:nth-child(even) .benefit-image{order:0}.benefit:nth-child(even) .benefit-content{order:1}.benefit-content p{margin:20px 0 0}.benefit-image{width:568px;max-width:50%}.benefit-image>img{max-width:568px;max-height:none}}.download{margin-top:-100px;padding:360px 0 30px;background:url(../img/download/image.svg) top center no-repeat,linear-gradient(180deg,rgba(0,173,132,0) 0,#00ad84 100%);background-size:440px,100%;box-sizing:border-box}.download .wrapper{flex-direction:column}.download-content h2>span{font-weight:400}.download-content .btn{margin-top:20px;min-width:280px}@media (min-width:1000px){.download{position:relative;padding:480px 0 180px;background:url(../img/download/image.svg) top 100px center no-repeat,linear-gradient(180deg,rgba(0,173,132,0) 0,#00ad84 100%);background-size:440px,100%}.download:after,.download:before{content:'';position:absolute;bottom:160px;width:100%;height:180px;pointer-events:none}.download:before{background:url(../img/download/left-lines.svg) top left no-repeat}.download:after{background:url(../img/download/right-lines.svg) top right no-repeat}.download-content{text-align:center}.download-content h2{margin:0 auto;max-width:560px}.download-content .btn{margin-top:40px}}footer{padding:30px 0;box-sizing:border-box}footer .wrapper{flex-direction:column}.footer-item{display:flex;flex-direction:column;padding-top:30px;box-sizing:border-box}.footer-item .btn.black{max-width:240px}.footer-item .btn.pink{max-width:210px}.footer-item .btn-content .btn>.icon{margin-right:12px}.footer-item .btn-content .text{font-size:16px}.footer-item .logo{display:block;margin-bottom:30px;height:40px}.footer-item .logo img{display:block;height:100%}.footer-item .btn.black{margin-bottom:6px}.footer-item nav a{display:flex;align-items:center;margin-bottom:12px;color:#66636d;transition:opacity 175ms ease}.footer-item nav a:last-child{margin-bottom:0}.footer-item nav a:hover{opacity:.8}.footer-item nav a:active{opacity:.7}.footer-item .text-md>a{color:#055cb4;transition:opacity 175ms ease}.footer-item .text-md>a:hover{opacity:.8}.footer-item .text-md>a:active{opacity:.7}.footer-item:first-child .copyright{display:none}.footer-item .text-sm{margin-top:30px;color:#bab8c2}@media (min-width:1000px){footer{padding:120px 0}footer .wrapper{flex-direction:row}.footer-item{padding-top:0;width:33.333%}.footer-item .logo{margin-bottom:40px;height:48px}.footer-item .btn.black{display:none}.footer-item:first-child .copyright{display:block;margin-top:0;max-width:180px}.footer-item:last-child{position:relative;padding-left:31px;box-sizing:border-box}.footer-item:last-child:before{content:'';position:absolute;top:0;left:0;width:2px;height:100%;background:url(../img/footer/dots.svg) top left repeat-y}.footer-item:last-child .copyright{display:none}}.privacy{padding:156px 0 60px;box-sizing:border-box}.privacy .wrapper{flex-direction:column}.privacy-modified{margin:10px 0 20px;color:#66636d}.privacy-content h3{margin:20px 0 10px}@media (min-width:1000px){.privacy{padding:256px 0 160px}.privacy-modified{margin:20px 0 40px}.privacy-content h3{margin:40px 0 20px}}