@media screen and (max-width: 996px) {
    body {
        max-width: 600px;
        margin: auto;
        padding-right: 0 !important;
    }

    .header {
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .header .mobile-menu {
        left: -100vw;
    }

    .header__left .burger.btn-transparent {
        font-size: 14px;
        padding: 12px;
    }

    .header__left .burger.btn-transparent {
        background: -webkit-gradient(linear, left top, right top, from(#8f4ded), color-stop(100.02%, #6d43e1));
        background: -o-linear-gradient(left, #8f4ded 0, #6d43e1 100.02%);
        background: linear-gradient(90deg, #8f4ded 0, #6d43e1 100.02%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        padding: 18px 19px;
        border-radius: 4px;
        border: 2px solid var(--cs-violet-main);
        font-weight: 500;
        line-height: 100%;
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        font-size: 18px;
    }

    .header__left .burger.btn-transparent .icon {
        display: none;
    }

    .header .logo-link .logo {
        display: none;
    }

    .header .logo-link .logo--mob {
        display: block;
    }

    .header .logo-link .logo {
        max-width: 112px;
    }

    .header .nav {
        display: none;
    }

    .header__right {
        gap: 20px;
    }

    .header__right .btn-transparent {
        display: none;
    }

    .header__right .btn-main {
        padding: 11px 16px;
    }

    .header .logo-link .logo--mob, .header__left {
        display: block;
    }

    .main-screen {
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 86px;
    }

    .main-screen__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 55px;
        gap: 38px;
    }

    .main-screen__container {
        margin-bottom: 40px;
        gap: 20px;
    }

    .main-screen .text {
        font-size: 18px;
        line-height: 24px;
        max-width: 370px;
    }

    .main-screen.fourth .title {
        max-width: 410px;
    }

    .main-screen.fourth .btn-main {
        max-width: 260px;
    }

    .main-screen__right .image {
        max-height: 400px;
    }

    .main-info {
        position: static;
    }

    .main-screen__left {
        text-align: center;
    }

    .main-screen .text {
        margin: 16px auto 36px;
    }

    .available__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .available__images {
        max-width: 388px;
    }

    .available .title {
        font-size: 30px;
    }

    .available .text {
        font-size: 18px;
        line-height: 27px;
    }

    .available .list-check {
        margin-bottom: 30px;
    }

    .available .btn-main, .available__content {
        max-width: inherit;
        padding: 19px 22px;
    }

    .accounts .account {
        padding-bottom: 48px;
        min-width: inherit;
        max-width: 368px;
        width: 100%;
    }

    .accounts__container {
        min-width: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .platforms__container {
        max-width: 100%;
        padding: 40px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .platforms .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .platforms__content {
        max-width: inherit;
    }

    .platforms__title {
        font-size: 24px;
        line-height: 34px;
    }

    .platforms__text {
        font-size: 16px;
        line-height: 24px;
    }

    .platforms .list {
        margin-bottom: 30px;
    }

    .platforms .list__item {
        padding-left: 30px;
    }

    .platforms .btn-main {
        max-width: inherit;
        padding: 19px;
        font-size: 16px;
    }

    .platforms__images {
        max-width: 410px;
        margin-right: 0;
    }

    .platforms .subtitle {
        margin-bottom: 22px;
        font-size: 30px;
    }

    .platforms__downloads {
        gap: 10px;
        max-width: 388px;
        grid-template-columns: 1fr 1fr;
    }

    .platforms__downloads .device {
        padding: 20px 15px;
        max-width: 190px;
    }

    .platforms__downloads .device:last-child, .platforms__downloads .device:nth-child(3) {
        display: none;
    }

    .demo {
        padding-top: 40px;
        padding-bottom: 270px;
        background: url(/static/images/demo-mob.png) bottom no-repeat, rgba(242, 246, 250, .5);
    }

    .demo__container {
        text-align: center;
    }

    .demo .title {
        font-size: 30px;
    }

    .demo .text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .demo .btn-main {
        max-width: inherit;
    }

    .steps {
        padding: 60px 0;
    }

    .steps .title {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }

    .steps__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px;
    }

    .steps .step {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .steps .step__number {
        width: 62px;
        height: 62px;
        font-size: 20px;
        line-height: 30px;
    }

    .steps .step__text {
        margin-left: 20px;
        text-align: left;
    }

    .steps .step__name {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .steps .step__descript {
        font-size: 16px;
        max-width: 240px;
        text-align: left;
    }

    .steps .step--dashed::before {
        left: -50px;
    }

    steps .step--dashed::after, .steps .step--dashed::before {
        width: 160px;
        top: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .steps .step--dashed::after {
        content: none;
    }

    .preloader-dots {
        max-width: 600px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .tips {
        padding: 60px 0;
    }

    .tips__container {
        max-width: inherit;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tips .title {
        margin-bottom: 20px;
        font-size: 30px;
    }


    .tips .tricks {
        max-width: inherit;
        margin-right: 0;
        width: 100%;
    }

    .tips .tricks__item:not(:last-child) {
        margin-bottom: 15px;
    }

    .tips .tricks__question {
        padding: 18px 20px 20px 16px;
    }

    .tips .tricks__answer {
        padding-left: 16px;
        padding-right: 5px;
        font-size: 15px;
        line-height: 18px;
    }

    .accept {
        padding: 30px 0;
    }

    .accept .title {
        line-height: 40px;
        margin-bottom: 26px;
        font-size: 30px;
    }

    .accept__container {
        display: block;
        gap: 0;
    }

    .accept__top {
        margin-bottom: 22px;
        gap: 50px;
    }

    .accept__image .image {
        max-width: 70%;
    }

    .posts-container .post-item {
        flex: 0 0 100%;
    }

    .main-screen .btn-main {
        max-width: 220px;
        font-size: 18px;
        padding: 16px 32px;
        margin: 0 auto;
    }

    .post-container .post-content, .post-container aside {
        flex: 0 0 100%;
    }

    .main-info__container {
        min-width: 670px;
        padding: 28px 38px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-info {
        overflow: auto;
    }
}
