.block8 {
    position: relative;
    padding: 100px 0 60px 0;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    top: -140px;
}

.block8-title-header {
    text-align: left;
    margin-bottom: 80px;
}

.block8-title {
    width: 417px;
    margin: 0 0 25px 0;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.block8-description {
    width: 376px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7E7E7E;
}

.block8-content {
    position: relative;
    height: 810px;
}

.block8-left {
    /* position: absolute; */
    left: 119px;
    top: 453px;
}

.block8-right {
    position: absolute;
    left: 413px;
    /* top: 0px; */
    bottom: 300px;
}

.block8-os-title {
    width: 376px;
    height: 55px;
    margin-bottom: 24px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}

.block8-os-icons {
    margin-bottom: 40px;
}

/*.block8-os-icons img {*/
/*    width: 500.52px;*/
/*    height: 124px;*/
/*}*/

.block8-app-stores {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 70px;
    gap: 269px;

    position: absolute;
    width: 1200px;
    height: 239.71px;
    /* left: 120px; */
    top: 925px;
}

.block8-store-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28.24px;
    width: 169.42px;
    height: 398.71px;
}

.block8-store-item:first-child {
    width: 155.3px;
}

.block8-qr-code img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.block8-store-badge img {
    width: 100%;
    height: auto;
    max-width: 160px;
}

.block8-image img {
    width: 935px;
    height: 810px;
}

@media (max-width: 767px) {
    .block8 {
        padding-top: 25px;
        /* padding: 60px 0 800px 0; */
    }

    .block8-title-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .block8-title {
        width: 100%;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

    .block8-description {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        text-align: left;
    }

    .block8-content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0 0;
    }

    .block8-left {
        position: static;
        max-width: 100%;
        text-align: center;
        order: 1;
    }

    .block8-right {
        position: static;
        order: 2;
    }

    .block8-os-title {
        width: 100%;
        height: auto;
        /* text-align: center; */
        margin-bottom: 20px;
        text-align: left;
    }

    .block8-os-icons {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    /*.block8-os-icons img {*/
    /*    width: 100%;*/
    /*    max-width: 400px;*/
    /*    height: auto;*/
    /*}*/

    .block8-app-stores {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 0 20px;
    }

    .block8-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .block8-store-item {
        width: 200px;
        height: auto;
        gap: 15px;
    }

    .block8-store-item:first-child {
        width: 200px;
    }

    .block8-qr-code img {
        max-width: 120px;
    }

    .block8-store-badge img {
        max-width: 240px;
    }

    .block8-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .block8 {
        /* padding: 100px 0 60px 0; */
    }

    .block8-content {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
        padding: 0 0px;
    }

    .block8-left {
        position: static;
        max-width: 100%;
        text-align: center;
        order: 1;
    }

    .block8-right {
        position: static;
        order: 2;
    }

    .block8-os-title {
        text-align: left;
        height: auto;
        width: 100%;
    }

    /*.block8-os-icons {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*}*/

    /*.block8-os-icons img {*/
    /*    width: 100%;*/
    /*    max-width: 500px;*/
    /*    height: auto;*/
    /*}*/

    .block8-app-stores {
        position: static;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .block8-image img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }

    .qr-code {
        display: none;
    }
}

@media (max-width: 767px) {
    .block8-qr-code {
        display: none;
    }
}