@media (max-width: 1240px) {
    .ykt-body,
    .ykt-footer_body {
        width: 100%;
    }
    .ykt-services,
    .ykt-apps_list,
    .ykt-footer_row {
        display: block;
    }
    .ykt-body_row {
        padding: 0 16px;
    }
    .ykt-services {
        margin-top: 20px;
    }
    .ykt-services_item {
        height: auto;
        margin: 10px 0;
        display: inline-block;
    }
    .ykt-services_item:first-child {
        margin: 0 0 10px;
    }
    .ykt-services_item:last-child {
        margin: 10px 0 16px;
    }
    .ykt-service {
        margin-top: 8px;
    }
    .ykt-service_cats {
        opacity: 1;
        height: auto;
    }
    .ykt-apps {
        background: #f1f1f1;
        overflow: hidden;
        border-radius: 24px;
        padding: 64px 0 0;
        margin-top: 0;
    }
    .ykt-apps_list {
        margin-top: 52px;
    }
    .ykt-apps_item:first-child {
        margin-bottom: 36px;
    }
    .ykt-apps_title_main {
        font-size: 28px;
        line-height: normal;
        letter-spacing: -0.616px;
    }
    .ykt-apps_title_sub {
        display: none;
    }
    .ykt-app {
        padding: 0 32px;
        height: 700px;
        background-position: center bottom !important;
    }
    .ykt-app_title {
        height: 36px;
        background-size: auto 36px !important;
        background-position: center center !important;
    }
    .ykt-app_qr {
        display: none;
    }
    .ykt-app_badge {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .ykt-app_link {
        text-align: center;
        margin: 0;
    }


    .ykt-footer {
        text-align: center;
        padding: 64px 0 32px;
        margin-top: 16px;
    }
    .ykt-footer_row {
        height: auto;
    }
    .ykt-footer_desc {
        width: auto;
        margin-top: 24px;
    }
    .ykt-footer_contact_link {
        display: block;
    }

    /* hover */

    .ykt-services_item:hover .ykt-service_cats {
        opacity: 100%;
        height: auto;
    }
    .ykt-services_item:hover .ykt-service {
        margin-top: 8px;
    }
}