@media (max-width: 1024px) {
    * {
        --block-offset: 60px;
    }

    .title {
        font-size: 40px;
        line-height: 50px;
    }
    .sub-title {
        font-size: 25px;
        line-height: 37px;
    }

    .main-block-btn {
        margin-top: 24px;
    }

    .header_download_buttons_wrapper {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
        z-index: 2;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 17px 27px;
        border-radius: 0 0 25px 0;
        -moz-border-radius: 0 0 25px 0;
        -webkit-border-radius: 0 0 25px 0;
    }

    .header_download_buttons {
        display: flex;
        flex-direction: column;
        align-self: center;
        margin-bottom: 10px;
    }

    .download_button_1 {
        width: 150px;
        height: 52px;
        cursor: pointer;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
        border-radius: 18px;
    }

    .download_button_2 {
        width: 150px;
        height: 52px;
        cursor: pointer;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
        border-radius: 18px;
        margin-top: 15px;
        margin-left: 0;
    }

    .hero__title.unic {
        font-size: 24px;
        line-height: 24px;
    }
    .hero__wrap {
        width: 95%;
    }

    .users {
        left: 0;
        top: 0;
        position: unset;
        padding: 50px 0;
    }

    .user__item {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 5px 5px rgba(114, 114, 114, 0.10);
        box-shadow: 0px 0px 5px 5px rgba(114, 114, 114, 0.10);
        margin: 0 auto;
        margin-bottom: 25px;
        max-width: 414px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 95%;
    }
    .invite-guid__title {
        margin-bottom: 30px;
    }
    .invite-guid__descr {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 36px;
    }
    .btn {
        padding: 12px 24px;
        font-size: 18px;
        border-radius: 10px;
    }
    .invite-guid__img {
        max-width: 450px;
    }
    .online-travel__title {
        margin-bottom: 30px;
    }
    .online-travel__icon {
        width: 45px;
        height: 45px;
        margin-right: 16px;
    }
    .about::after {
        display: none;
    }
    .about__container {
        margin-bottom: 25px;
    }
    .about__title {
        margin-bottom: 20px;
    }
    .about__descr {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 28px;
    }
    .about__box {
        padding: 10px 20px;
    }
    .about__name {
        font-size: 18px;
    }
    .about__video {
        margin-bottom: 25px;
    }
    .benefits-platform__title {
        margin-bottom: 30px;
    }
    .benefits-platform__inner {
        margin-bottom: 30px;
    }
    .benefits-platform__img--left {
        margin-right: 24px;
    }
    .benefits-platform__img--right {
        margin-left: 24px;
    }
    .benefits-platform__box--second .benefits-platform__text {
        margin-bottom: 50px;
    }
    .benefits-platform__smalltitle {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .fast-start__title {
        margin-bottom: 24px;
    }
    .table__title {
        margin-bottom: 24px;
    }

    .about__text {
        font-size: 18px;
        line-height: 28px;
        margin-top: 50px;
    }
    .benefits-platform__text {
        font-size: 16px;
        line-height: 26px;
    }
    .benefits-platform__box--bg {
        padding: 26px 34px;
    }
    .fast-start__text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 28px;
    }
    .fast-start__descr {
        font-size: 20px;
        line-height: 34px;
    }
    .fast-start__img {
        max-width: 50%;
    }
}