:root{--scrollWidth:0;--containerPadding:1.5rem;--fontBase:1.4rem}*,::after,::before{box-sizing:border-box}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol,p,ul{margin:0}ol,ul{list-style:none;padding:0}details,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:block;max-width:100%}button,input,optgroup,select,textarea{font:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,input,select{outline:0}button{padding:0;border:none;background:0 0;cursor:pointer}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}html{-webkit-text-size-adjust:100%;font-size:62.5%;height:100%}body{font-family:SegoeUI,sans-serif;font-size:var(--fontBase);font-weight:400;line-height:1.6;background-color:#fff;color:#21262c;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed;min-width:32rem;overflow-x:hidden}input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-appearance:none}input::-moz-placeholder{color:inherit}input:-ms-input-placeholder{color:inherit}input::placeholder{color:inherit}input:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder{opacity:0}input:focus::placeholder{opacity:0}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}textarea{overflow:auto;resize:none;-webkit-appearance:none}section{position:relative;z-index:1}@font-face{font-family:SegoeUI;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/SegoeUI-Regular.woff) format("woff")}@font-face{font-family:SegoeUI;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/SegoeUI-SemiBold.woff) format("woff")}@font-face{font-family:SegoeUI;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/SegoeUI-Bold.woff) format("woff")}body.blocked{overflow:hidden;height:100vh;position:fixed;left:0;width:100%}.page{display:flex;flex-direction:column;min-height:100vh;position:relative;overflow:hidden}.content{flex:1 0 auto;padding-top:var(--header-height)}.container{width:100%;max-width:calc(117rem + (var(--containerPadding) * 2));padding:0 var(--containerPadding);margin:0 auto;position:relative}.icon{width:2em;height:2em}.new-line{display:block}.js-focus-visible :focus:not(.focus-visible){outline:0}.parallax{width:100%;height:100%}.parallax-wrap{width:100%;height:100%;position:absolute;top:var(--header-height);left:50%;transform:translate(-50%,0);overflow:hidden}.parallax img{-o-object-fit:cover;object-fit:cover}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}h1{font-size:5.2rem}a:focus,a:hover{cursor:pointer;text-decoration:none}strong{font-weight:600}[data-anims=fadeInUp]{visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}[data-anims=fadeInUp].anims-act{visibility:visible;-webkit-animation:.8s fadeInUp;animation:.8s fadeInUp}[data-anims=fadeInDown]{visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}[data-anims=fadeInDown].anims-act{visibility:visible;-webkit-animation:.8s fadeInDown;animation:.8s fadeInDown}[data-anims=fadeInRight]{visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}[data-anims=fadeInRight].anims-act{visibility:visible;-webkit-animation:.8s fadeInRight;animation:.8s fadeInRight}[data-anims=fadeInLeft]{visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}[data-anims=fadeInLeft].anims-act{visibility:visible;-webkit-animation:.8s fadeInLeft;animation:.8s fadeInLeft}[data-anims=zoomIn]{visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}[data-anims=zoomIn].anims-act{visibility:visible;-webkit-animation:.8s zoomIn;animation:.8s zoomIn}@-webkit-keyframes fadeInUp{0%{transform:translateY(1rem);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(1rem);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes fadeOutDown{0%{transform:translateY(0);opacity:1}100%{transform:translateY(3rem);opacity:0}}@keyframes fadeOutDown{0%{transform:translateY(0);opacity:1}100%{transform:translateY(3rem);opacity:0}}@-webkit-keyframes zoomIn{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes zoomIn{0%{transform:scale(.7);opacity:0}100%{transform:scale(1);opacity:1}}@-webkit-keyframes fadeInDown{0%{transform:translateY(-1rem);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes fadeInDown{0%{transform:translateY(-1rem);opacity:0}100%{transform:translateY(0);opacity:1}}@-webkit-keyframes fadeInRight{0%{transform:translateX(-1rem);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(-1rem);opacity:0}100%{transform:translateX(0);opacity:1}}@-webkit-keyframes fadeInLeft{0%{transform:translateX(1rem);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translateX(1rem);opacity:0}100%{transform:translateX(0);opacity:1}}.btn{font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;max-width:24rem;height:5.4rem;padding:0 1.5rem;border-radius:.4rem;transition:box-shadow .4s;color:#fff}.btn svg{fill:#fff}.footer{padding:2rem 0;background-color:#f2f3f6;color:#999;text-align:center;position:relative;z-index:1}.header{position:fixed;top:0;left:0;width:100%;padding:2rem 0;background-color:#2d3037;color:#fff;box-shadow:0 4px 4px rgba(177,177,177,.15);z-index:5}.header__container{display:flex;align-items:center;flex-direction:column}.header__logo{width:100%;max-width:33.5rem;margin-bottom:1rem}.header__nav{display:none}.header__link{background-color:#35ade1;flex-shrink:0}.header__link svg{width:2.6rem;height:2.6rem;margin-left:.8rem;fill:#fff}.apps{padding:4rem 0}.apps__title{font-size:4.8rem;margin-bottom:1.6rem;line-height:1.35;text-align:center}.apps__title span{color:#e44652}.apps__descr{text-align:center;margin-bottom:2rem}.apps__label{font-weight:600;margin-right:.3em}.apps__list{max-width:84.3rem}.apps__item{display:flex;align-items:flex-start;visibility:hidden;-webkit-animation-fill-mode:both;animation-fill-mode:both}.apps__item:not(:last-child){margin-bottom:3rem}.apps__content{box-shadow:6px 6px 100px rgba(37,51,66,.15);border-radius:.6rem;padding:2rem 1.5rem;background-color:#fff;display:none}.apps__content.act{display:block;-webkit-animation:.4s fadeInUp;animation:.4s fadeInUp}.apps__content.act .apps__item{visibility:visible;-webkit-animation:.8s both fadeInDown;animation:.8s both fadeInDown}.apps__content.act .apps__item:nth-of-type(4n+1){-webkit-animation-delay:.2s;animation-delay:.2s}.apps__content.act .apps__item:nth-of-type(4n+2){-webkit-animation-delay:.4s;animation-delay:.4s}.apps__content.act .apps__item:nth-of-type(4n+3){-webkit-animation-delay:.6s;animation-delay:.6s}.apps__content.act .apps__item:nth-of-type(4n+4){-webkit-animation-delay:.8s;animation-delay:.8s}.apps__icon{width:2.8rem;margin-right:.8rem;flex-shrink:0}.apps__icon--shadow{filter:drop-shadow(0 1px 14px rgba(112, 112, 112, .2));border-radius:1rem}.apps__apps{font-weight:500;padding-top:1rem}.apps__links{display:inline}.apps__links::after{content:'-'}.apps__link{font-weight:600;display:inline-flex;align-items:center;color:#537498;margin-right:.3em;line-height:1;text-decoration:underline}.apps__link:not(:last-of-type)::after{content:'';display:inline-block;width:.1rem;height:1.4rem;background-color:#21262c;margin-left:.3em;border-radius:2rem}.apps__link:last-of-type{margin-right:0}.apps__text a{font-weight:600;color:#537498;text-decoration:underline}.apps__text p:not(:last-of-type){margin-bottom:1.6rem}.apps__text .link-red{color:#e44652}.apps__text strong{color:#313030;font-weight:700}.apps__video-link{font-weight:600;display:inline-block;color:#e44652;position:relative}.apps-tabs{font-size:1.3rem;font-weight:600;text-align:center;padding:.6rem;background-color:#eff0f1;border-radius:.4rem;position:relative;color:#464d5b;max-width:52rem;margin:0 auto 2rem}.apps-tabs__item{padding:1.2rem 1.8rem;position:relative;z-index:1;cursor:pointer;border-radius:.4rem}.apps-tabs__item.act{color:#fff;pointer-events:none}.apps-tabs__active{display:none}.hero{padding:4rem 0}.hero__wrapper{margin-bottom:-3rem}.hero__col{margin-bottom:3rem}.hero__title{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}.hero__subtitle{font-size:3rem;line-height:1.4;font-weight:600;margin-bottom:3.3rem;max-width:47rem}.hero__subtitle span{color:#569bda}.hero__link{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:4.2rem;font-weight:700;line-height:1;color:#e44652;margin-bottom:2rem}.hero__text{font-size:1.4rem;margin-bottom:2rem}.hero__btn{margin:0 auto 2rem}.hero__btn svg{width:1.4rem;height:1.4rem;margin-right:1rem;flex-shrink:0}.hero__btn--red{background-color:#e44652}.hero__btn--blue{background-color:#35ade1}.hero__btn--blue svg{width:2rem;height:2rem;margin-left:1rem;margin-right:0}.hero__btn--dark-blue{background-color:#569bda}.hero__btn:not(:last-of-type){margin-bottom:2rem}.nav{font-size:1.2rem;font-weight:600}.nav__list{display:flex;align-items:center}.nav__item:not(:last-child){margin-right:2rem}.nav__link{position:relative}.nav__link::after{content:'';display:block;width:100%;height:.1rem;background-color:#35ade1;border-radius:1rem;transform-origin:left;transform:scale(0);transition:transform .4s}@media (min-width:560px){:root{--fontBase:1.6rem}.header__container{flex-direction:row}.header__logo{margin-right:auto;margin-bottom:0}.apps-tabs{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.apps-tabs__item{width:50%;display:flex;align-items:center;justify-content:center;max-width:26rem;padding:.9rem 1.8rem}}@media (min-width:768px){:root{--containerPadding:2.5rem}.header{padding:2.6rem 0}.header__logo{width:32%}.header__nav{display:block;padding:0 1rem}.header__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.2rem;max-width:20rem;height:4rem}.header__link svg{width:1.6rem;height:1.6rem}.apps__content{padding:4rem 3rem}.apps__icon{width:3.8rem;margin-right:1.6rem}.hero__title{font-size:2.1rem;margin-bottom:2.1rem}.hero__action{display:flex;margin:0 -1rem}.hero__btn:not(:last-of-type){margin-bottom:0}.hero__btn{width:calc(50% - 2rem);margin:0 1rem}}@media (min-width:1024px){.footer{padding:3.55rem 0}.header__logo{width:30%}.header__link{font-size:1.6rem;width:100%;max-width:24rem;height:5.4rem}.header__link svg{width:2.6rem;height:2.6rem}.apps{padding-bottom:10rem}.apps__descr{font-size:2rem;margin-bottom:4rem}.apps-tabs{max-width:100%}.apps-tabs__item{width:25%}.apps-tabs__item.act:nth-child(1)~.apps-tabs__active{left:0}.apps-tabs__item.act:nth-child(2)~.apps-tabs__active{left:calc(100% / 4)}.apps-tabs__item.act:nth-child(2)~.apps-tabs__active::before{left:50%;transform:translateX(-50%)}.apps-tabs__item.act:nth-child(3)~.apps-tabs__active{left:50%}.apps-tabs__item.act:nth-child(3)~.apps-tabs__active::before{left:50%;transform:translateX(-50%)}.apps-tabs__item.act:nth-child(4)~.apps-tabs__active{left:100%;transform:translateX(calc(-100% - .6rem))}.apps-tabs__item.act:nth-child(4)~.apps-tabs__active::before{left:100%;transform:translateX(-100%)}.apps-tabs__active{display:block;overflow:hidden;width:25%;height:calc(100% - 1.2rem);position:absolute;top:.6rem;left:.6rem;transition:.4s;transform:translateX(.6rem)}.apps-tabs__active::before{content:'';display:block;width:100%;height:100%;background-color:#5ca5e7;max-width:26rem;position:absolute;top:0;left:0;border-radius:.4rem;transition:.4s}.hero{padding:7rem 0}.hero__wrapper{display:flex;justify-content:space-between;margin:0 -1.5rem}.hero__col{display:flex;flex-direction:column;width:calc(50% - 3rem);margin:0 1.5rem;max-width:57rem}.hero__col:first-child{max-width:50.9rem}.hero__text{margin-bottom:4rem}.hero__action{margin-top:auto}.nav{font-size:1.4rem}.nav__item:not(:last-child){margin-right:4rem}}@media (min-width:1025px){.header__link:hover{box-shadow:0 .4rem 3rem rgba(53,173,225,.3)}.header__link:active{box-shadow:0 0 1rem rgba(53,173,225,.3)}.apps__link:hover,.apps__text a:hover{text-decoration:none}.apps__video-link:hover{text-decoration:underline}.apps-tabs__item{transition:background-color .4s}.apps-tabs__item:hover{background-color:rgba(92,165,231,.1)}.hero__link{transition:text-shadow .4s}.hero__link:hover{text-shadow:0 .3rem 3rem rgba(228,70,82,.3)}.hero__btn--red:hover{box-shadow:0 .4rem 3rem rgba(228,70,82,.3)}.hero__btn--red:active{box-shadow:0 0 1rem rgba(228,70,82,.3)}.hero__btn--blue:hover{box-shadow:0 .4rem 3rem rgba(53,173,225,.3)}.hero__btn--blue:active{box-shadow:0 0 1rem rgba(53,173,225,.3)}.hero__btn--dark-blue:hover{box-shadow:0 .4rem 3rem rgba(86,155,218,.3)}.hero__btn--dark-blue:active{box-shadow:0 0 1rem rgba(86,155,218,.3)}.nav__link:hover::after{transform:scale(1)}}@media (min-width:1200px){.header__logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header__nav{padding:0 6.3rem 0 2rem}.nav__item:not(:last-child){margin-right:7rem}}@media (max-width:1170px){h1{font-size:calc(3rem + 2.2 * ((100vw - 32rem)/ 85))}.apps__title{font-size:calc(2.4rem + 2.4 * ((100vw - 32rem)/ 85))}.hero__subtitle{font-size:calc(1.8rem + 1.2 * ((100vw - 32rem)/ 85))}.hero__link{font-size:calc(2.4rem + 1.8 * ((100vw - 32rem)/ 85))}}@media (max-width:1023px){.apps-tabs__item.act{background-color:#5ca5e7}}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}