: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: 700
}

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: Lato, sans-serif;
    font-size: var(--fontBase);
    font-weight: 400;
    line-height: 1.8;
    background-color: #fff;
    color: #3e3f43;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    min-width: 32rem
}

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
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lato-Regular.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Lato-Medium.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Lato-Semibold.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lato-Bold.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Lato-Black.woff) format("woff")
}

body.blocked {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    width: 100%
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden
}

.content {
    flex: 1 0 auto
}

.container {
    width: 100%;
    max-width: calc(120rem + (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
}

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
}

[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
}

[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
}

@-webkit-keyframes fadeInUp {
    0% {
        transform: translateY(3rem);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(3rem);
        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 fadeInRight {
    0% {
        transform: translateX(-3rem);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(-3rem);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        transform: translateX(3rem);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(3rem);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@-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
    }
}

.btn, .btn--border, .btn--purple {
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    height: 6rem;
    padding: 0 1rem;
    border-radius: .4rem
}

.btn svg, .btn--border svg, .btn--purple svg {
    transition: fill .4s
}

.btn--border {
    border-color: #3e3f43
}

.btn--purple {
    background: linear-gradient(141.43deg, #6a85e0, #9c72e0, #6a85e0);
    background-size: 200% 100%;
    color: #fff
}

.footer {
    padding: 2.4rem 0;
    color: #999;
    text-align: center;
    background-color: #f2f3f6
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: padding-top .4s, padding-bottom .4s, background-color .4s;
    padding: 2.3rem 0;
    z-index: 5
}

.header.sticky {
    padding: 1.5rem 0;
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(62, 63, 67, .15)
}

.header__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.header__logo {
    max-width: 20.4rem;
    margin-bottom: 1.4rem
}

.header__link {
    display: none;
    width: 100%;
    max-width: 17rem
}

.header-socials {
    display: flex;
    align-items: center
}

.header-socials__item:not(:last-child) {
    margin-right: 1.2rem
}

.header-socials__link {
    width: 3.4rem;
    height: 3.4rem;
    background-color: #9177e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-socials__icon {
    width: 50%;
    height: 50%;
    fill: #fff
}

.apps {
    padding: 5rem 0
}

.apps__title {
    font-size: 4.6rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center
}

.apps__title span {
    color: #9177e0
}

.apps__parallax {
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    height: 90%
}

.apps__parallax img {
    width: 100%
}

.apps__descr {
    text-align: center;
    margin-bottom: 2.4rem
}

.apps__head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem;
    color: #fff;
    border-radius: .6rem .6rem 0 0;
    font-size: 2.6rem;
    font-weight: 600;
    position: relative
}

.apps__head.purple {
    background: linear-gradient(141.43deg, #6a85e0 2.45%, #9c72e0 106.54%), #41a4e7
}

.apps__head.red {
    background: #eb5668
}

.apps__icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    fill: #fff
}

.apps__list {
    margin-bottom: -2.4rem
}

.apps__item {
    margin-bottom: 2.4rem;
    box-shadow: 10px 20px 50px rgba(0, 0, 0, .1);
    border-radius: .6rem;
    overflow: hidden
}

.apps__content {
    font-size: 1.4rem;
    box-shadow: 10px 20px 60px rgba(0, 0, 0, .04);
    border-radius: 0 0 .6rem .6rem;
    padding: 2rem 1rem;
    background-color: #fff
}

.apps__group:not(:last-child) {
    margin-bottom: 2.6rem
}

.apps__text strong {
    font-weight: 800
}

.apps__apps {
    padding-top: 1rem
}

.apps__label {
    margin-right: .3em
}

.apps__links {
    display: inline
}

.apps__link {
    display: inline-flex;
    align-items: center;
    color: #1a60e8;
    margin-right: .3em;
    line-height: 1
}

.apps__link:not(:last-of-type)::after {
    content: '';
    display: inline-block;
    width: .1rem;
    height: 1.4rem;
    background-color: #1a1b2e;
    margin-left: .3em;
    border-radius: 2rem
}

.apps__link:last-of-type {
    margin-right: .8em
}

.apps__video-link {
    display: inline-block;
    color: #d44a4a;
    position: relative
}

.hero {
    background: url(../images/content/hero-bg-mobi.png) left top 10rem no-repeat, #f7f8fb;
    padding-top: var(--header-height);
    padding-bottom: 3.4rem;
    text-align: center
}

.hero__container {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    max-width: calc(120rem + (var(--containerPadding) * 2))
}

.hero__subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem
}

.hero__subtitle.description {
    font-size: 12px;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

.hero__subtitle.description::after {
    content: '';
    width: 19px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/content/arrow-up-left.png)")
}

.hero__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5.55rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 3.5rem
}

.hero__title span {
    color: #6d72d3
}

.hero__img {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto .7rem;
    -o-object-fit: contain;
    object-fit: contain
}

.hero__actions {
    margin-bottom: -1.2rem
}

.hero__descr {
    line-height: 1.85;
    margin-bottom: 2.4rem
}

.hero__link {
    width: 100%;
    margin: 0 auto 1.2rem;
    max-width: 30rem
}
.header__promo {
    text-align: center;
    line-height: 25px;
    font-weight: 700;
}
.header__promo span {
    display: block;
    font-style: italic;
    font-weight: normal;
    background: linear-gradient(141.43deg, #6a85e0, #9c72e0, #6a85e0);
    padding: 2px 10px;
    border-radius: 4px;
    color: #fff;
}
.hero__link.btn--purple svg {
    fill: #fff
}

.hero__link svg {
    fill: #3e3f43;
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 1.2rem
}

.hero__parallax {
    display: none
}

.hero__parallax img {
    width: 100%;
    max-width: 160rem;
    -o-object-fit: contain;
    object-fit: contain
}
.hero__subtitle.description::after {
    content: '';
    width: 19px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    background: url('/assets/images/content/arrow-up-left.png');
}
@media (min-width: 640px) {
    .hero__actions {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    :root {
        --fontBase: 1.6rem;
        --containerPadding: 2.5rem
    }

    .btn, .btn--border, .btn--purple {
        height: 5rem
    }

    .header__container {
        flex-direction: row
    }

    .header__logo {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-right: auto;
        margin-bottom: 0
    }

    .header__link {
        display: flex
    }

    .header-socials {
        margin-right: 4.8rem
    }

    .header-socials__link {
        width: 3.8rem;
        height: 3.8rem
    }

    .apps__title {
        line-height: 1;
        margin-bottom: 2.4rem
    }

    .apps__descr {
        margin-bottom: 5rem
    }

    .apps__head {
        padding: 1.95rem
    }

    .apps__icon {
        width: 3rem;
        height: 3rem;
        margin-right: 2rem
    }

    .apps__content {
        font-size: 1.5rem;
        padding: 3rem 2.5rem;
        flex-grow: 1
    }

    .apps__group:not(:last-child) {
        margin-bottom: 3.2rem
    }

    .hero {
        background: #f7f8fb
    }

    .hero__subtitle {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1024px) {
    .footer {
        padding: 4rem 0
    }

    .header {
        padding: 3.7rem 0
    }

    .header.sticky {
        padding: 2.5rem 0
    }

    .apps {
        padding: 12rem 0 10rem
    }

    .apps__list {
        display: flex;
        margin: 0 -1.5rem
    }

    .apps__item {
        width: calc(50% - 3rem);
        margin: 0 1.5rem;
        display: flex;
        flex-direction: column
    }

    .hero {
        text-align: left
    }

    .hero__container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .hero__title {
        margin: 0 0 3.5rem
    }

    .hero__img {
        width: 45%;
        max-width: 60rem;
        margin: 0
    }

    .hero__content {
        width: 55%;
        flex-shrink: 0;
        max-width: 58.6rem
    }

    .hero__descr {
        margin-bottom: 4rem
    }

    .hero__link {
        max-width: 25rem;
        margin: 0
    }

    .hero__link:not(:last-child) {
        margin-right: 2rem
    }

    .hero__parallax {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

@media (min-width: 1025px) {
    .btn--border {
        transition: background-color .4s, color .4s
    }

    .btn--border:hover {
        background-color: #3e3f43;
        color: #fff
    }

    .btn--border:hover svg {
        fill: #fff
    }

    .btn--purple {
        transition: background-position .4s
    }

    .btn--purple:hover {
        background-position: right
    }

    .header-socials__link {
        transition: transform .4s
    }

    .header-socials__link:hover {
        transform: translateY(.5rem)
    }

    .apps__link:hover, .apps__video-link:hover {
        text-decoration: underline
    }
}

@media (min-width: 1400px) {
    .hero__img {
        width: 50%
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: calc(3rem + 2.2 * ((100vw - 32rem) / 88))
    }

    .apps__title {
        font-size: calc(2.8rem + 1.8 * ((100vw - 32rem) / 88))
    }

    .apps__head {
        font-size: calc(1.8rem + .8 * ((100vw - 32rem) / 88))
    }

    .hero__title {
        font-size: calc(3rem + 2.55 * ((100vw - 32rem) / 88))
    }
}

@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
    }
}