.mobile-slogan {
    display: none;
}

.place-order-btn {
    text-align: right;
}

.order-u-img {
    width: 50px;
    border-radius: 10px;
    max-height: 50px;
}

.order-info-user-data {
    text-align: right;
    padding-top: 7px
}

@media (max-width: 780px) {
    .ramka-5 {
        text-align: center;
    }

    .mobile-slogan {
        display: block;
        text-align: center;
    }


    .mobile-order-card {
        background-color: white;
        border: 1px solid #c8c8c8;
        border-radius: 10px;
        padding: 10px;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 110px;
    }

    .mobile-order-card-user img{
        border-radius: 50%;
        height: 70px;
        width: 70px;
    }

    .mobile-order-card-user {
        padding: 0 5px;
        width: 100px;
        text-align: center;
    }

    .mobile-order-card-user img {
        width: 80%;
    }

    .page-description {
        margin-top: -50px;
        text-align: center;
    }

    .place-order-btn {
        text-align: center;
    }

    .right-modal {
        width: 85% !important;
    }

    .order-u-img {
        width: 50px;
        border-radius: 10px;
        max-height: 100%;
    }

    .rm-footer {
        margin-bottom: 100px;
    }

    .order-u-img {
        width: 35% !important;
    }

    .order-info-user-data {
        text-align: left;
        padding-top: 7px
    }

    .w50{
        width: 95% !important;
    }

    .flex-albums img{
        width: 100% !important;
    }

    .flex-albums {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
    }



}