@media screen and (max-width: 960px) {
    .container {
        padding: 0 20px;
    }
    .col-100-xs {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .col-50-xs {
        width: 50% !important;
    }
    .logo {
        width: 50px;
    }
    header {
        height: 80px;
    }
    .h-icon:not(:last-child) {
        margin-right: 24px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .jc-end {
        justify-content: center;
    }
    .title-xl {
        font-size: 60px;
        line-height: 72px;
    }
    .title {
        font-size: 24px;
        line-height: 29px;
    }
    .fw-items-left {
        padding-right: 0;
    }
    .fw-items-right {
        padding-left: 0;
    }
    .banner {
        padding: 40px 0;
    }
    .banner:before {
        margin: 0 auto;
    }
    .banner__content {
        text-align: center;
        margin-top: 30px;
    }
    .subtitle {
        font-size: 22px;
        line-height: 26px;
    }
    .text-xl {
        font-size: 22px;
        line-height: 26px;
    }
    .text {
        font-size: 18px;
        line-height: 21px;
    }
    .text-xs {
        font-size: 20px;
        line-height: 23px;
    }
    .styled-text {
        padding-left: 0;
        position: relative;
    }
    .styled-text::before {
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
    }
    .section {
        padding: 100px 0;
    }
    .section-block {
        margin-top: 40px;
    }
    .platforms-section {
        padding-top: 100px;
    }
    .btn {
        padding: 20px 36px;
        font-size: 22px;
        line-height: 26px;
    }
    .btn:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
    .top-banner__content {
        justify-content: center;
        text-align: center;
    }
    .bottom-line {
        padding: 0;
    }
    .process-col {
        padding-right: 0;
    }
    .process-items {
        margin-top: 47px;
    }
    .process-item {
        margin-left: 0 !important;
        padding-left: 35px;
        font-size: 22px;
        line-height: 26px;
    }
    .process-item:before {
        width: 49px;
        height: 49px;
        top: -24px;
        left: 0px;
    }
    .process-title {
        font-size: 32px;
        line-height: 39px;
        text-align: center;
    }
    .process-title span {
        font-size: 65px;
        line-height: 78px;
    }
    .process-block .btn-wrap {
        margin-top: 42px;
    }
    .styled-number {
        font-size: 80px;
        line-height: 96px;
    }
    .styled-number::before {
        top: 56px;
    }
    .functions-item:nth-child(2),
    .fw-2,
    .fw-3 {
        margin-top: 40px;
    }
    .functions-item__name {
        font-size: 22px;
        line-height: 26px;
    }
    .functions-item__descr {
        font-size: 18px;
        line-height: 21px;
    }
    .platforms-section__pic img {
        width: 200px;
        margin: 0 auto;
    }
    .platforms-section__pic {
        margin-top: 40px;
    }
    .platforms-section__pic:after {
        content: '';
        display: block;
        width: calc(100% + 40px);
        height: 100px;
        position: absolute;
        left: -20px;
        bottom: 0;
        background: rgba(43, 148, 137, 0.16);
        z-index: -1;
    }
    .platforms-section__content {
        margin-bottom: 0;
    }
    .platforms-section__info {
        padding-left: 0;
    }
    footer {
        padding: 25px 0 20px;
    }
    footer .socials {
        position: relative;
        order: 0;
    }
    .footer-info {
        margin-top: 20px;
    }
    .copyright-wrap {
        margin-top: 0;
    }
    .app-item {
        height: 200px;
    }
    .app-item__title {
        top: 112px;
        left: calc(50% + 16px);
        font-size: 18px;
        line-height: 22px;
    }
    .app-item:nth-child(3) .app-item__title,
    .app-item:nth-child(5) .app-item__title,
    .app-item:nth-child(8) .app-item__title {
        left: 16px;
    }
    .app-item:nth-child(1) {
        order: 3;
    }
    .app-item:nth-child(3) {
        order: 1;
    }
    .app-item:nth-child(4) {
        order: 2;
    }
    .app-item:nth-child(7) {
        order: 6;
    }
    .app-item:nth-child(2) {
        order: 8;
    }
    .app-item:nth-child(5) {
        order: 4;
    }
    .app-item:nth-child(6) {
        order: 5;
    }
    .app-item:nth-child(8) {
        order: 7;
    }
}

@media screen and (max-width: 600px) {
    #app-slider {
        width: calc(100% + 40px);
        left: -20px;
    }
    footer .socials {
        position: relative;
        order: -1;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .btn:not(:first-child) {
        margin-left: 12px;
        margin-top: 0;
    }
    .title-xl {
        font-size: 104px;
        line-height: 116px;
    }
    .logo {
        width: 65px;
    }
    .footer-info {
        margin-top: 0;
    }
    .footer-wrap {
        justify-content: space-around;
    }
}

@media (min-width: 961px) and (max-width: 1399px) {
    .title-xl {
        font-size: 166px;
        line-height: 206px;
    }
    .text {
        font-size: 26px;
        line-height: 32px;
    }
    .text-xs {
        font-size: 18px;
        line-height: 26px;
    }
    .btn {
        padding: 12px 28px;
        font-size: 20px;
        line-height: 24px;
    }
    .container {
        padding: 0 60px;
    }
    .platforms-section__pic {
        width: 300px;
    }
    .platforms-section__info {
        width: calc(100% - 300px);
    }
    .bottom-line {
        padding-left: 300px;
    }
    .functions-item__name {
        font-size: 36px;
        line-height: 44px;
    }
    .styled-number {
        font-size: 100px;
        line-height: 112px;
    }
    .functions-item__descr {
        font-size: 22px;
        line-height: 30px;
    }
    .functions-item:nth-child(2) {
        margin-top: 60px;
    }
    .app-item {
        height: 300px;
    }
    .app-item__title {
        top: 150px;
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 961px) and (max-width: 1137px) {
    .text {
        font-size: 24px;
        line-height: 30px;
    }
    .platforms-section__pic {
        width: 265px;
    }
    .platforms-section__info {
        width: calc(100% - 265px);
    }
    .bottom-line {
        padding-left: 265px;
    }
    .theme-link {
        font-size: 40px;
        line-height: 48px;
    }
    .platforms-section__content {
        margin-bottom: -94px;
    }
    .styled-number:before {
        top: 72px;
    }
}

@media (min-width: 1800px) {}