@media (max-width: 800px) {
    .sim_home img {
        width: 150px !important;
    }

    .right-links {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    .navbar-dark {
        color: #2546D0 !important;
    }

    .space {
        margin-bottom: 100px;
    }

    .order .your_order .link {
        flex-direction: column;
    }

    .plans {
        display: block;
        margin-top: 50px;

    }

    .plans .plan {
        margin-top: 50px;
    }

}

@media (max-width: 700px) {
    .bottom {
        flex-direction: column;
    }

    .order .QR-code {
        flex-direction: column;
    }

    .order .QR-code img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .how-works .parent {
        flex-direction: column;
        text-align: center;
    }

    .how-works .parent img {
        width: auto;
        margin: auto;
    }

    .how-works .parent .text div p {
        max-width: 100%;

    }

    .top-page .ways {
        flex-direction: column;
    }

    .how-pay {
        flex-direction: column;
    }

    .how-pay div:nth-child(2) {
        margin: 30px 0;
    }

    .mobile-info .all-details {
        display: flex;
        flex-direction: column;
    }

    .bottom .links {
        justify-content: space-between;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .bottom .social {
        justify-content: space-between;
        padding-right: 20px;
    }

    .bottom .links li {
        padding: 0 5px;
        position: relative;

    }

    .top-page .ways div > span {
        margin-left: 0;
    }

    .ways div {
        padding: 0 0 0 5px;
    }

    .plans .second {
        transform: scale(1);
    }

    .top .form {
        padding: 30px 5px;
    }

    .content .choose_country .choose .form-group span button {
        margin-left: -30px;
    }

    .bottom .links li::after {
        display: none;

    }

    .order .QR-code .input {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .order .QR-code .input label {
        margin: 10px 0;
    }


    .order .QR-code .first-buuton
    {
        flex-direction: column;
        display: flex;
        gap: 15px;
    }

    .order .QR-code input
    {
        text-align: center!important;
    }

    .order .QR-code .input .submit
    {
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
}

@media (max-width: 600px) {
    .order .your-order-link {
        word-wrap: break-word;
    }

    .support-user {
        right: 30px;

    }

}




