@media screen and (max-width: 1199px) {
    .main_menu {
        display: none;
    }
    .social_menu {
        margin-left: auto;
    }
    .open_menu {
        display: block;
    }
    .sides {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .billing_list {
        margin: 20px 0;
        padding: 0 10px 0 0;
    }
    .shop_box {
        margin-top: 50px;
        width: 100%;
    }
    .shop_items {
        width: 100%;
        margin: 0;
        margin-top: 29px;
    }
    .billing {
        margin-top: 50px;
        width: 100%;
        height: auto;
    }
    .basket_content {
        width: 100%;
        height: auto;
        margin: 0;
        margin-top: 30px;
    }
    .moon_alert {
        top: 80px;
    }
    .purchase_list {
        width: 100%;
    }
    .content_loader {
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
    .footer_menu {
        margin-bottom: 30px;
    }
    .footer_logo {
        margin-bottom: 30px;
    }
    .shop_supports {
        justify-content: center;
    }
    .shop_items,
    .billing,
    .account {
        background: 0 0;
        border: 2px dashed rgba(142, 35, 207, 0.22);
    }
    .account {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    .pass_form {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .purchase_box {
        flex-direction: column;
        height: 250px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: 0 0;
        border: 2px dashed rgba(142, 35, 207, 0.22);
    }
    .bi_box {
        flex-direction: column;
        height: 120px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pay_content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .main_content {
        background-position: 20% center;
    }
    .order p {
        font-size: 25px;
    }
    .basket_content {
        background: 0 0;
        border: 2px dashed rgba(142, 35, 207, 0.22);
    }
    .total_info {
        padding-right: 0;
    }
    .pay_box {
        flex-direction: column;
        align-items: center;
    }
    .billing_form input {
        font-size: 110px;
    }
}
@media screen and (max-height: 860px) {
    .reg_form {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 600px) {
    .login_form,
    .reg_form {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .dm_box,
    .pm_box,
    .paym_box {
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .paym_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 575px) {
    .hi_text1 {
        letter-spacing: 3.7px;
        font-size: 13px;
    }
    .hi_text2 {
        font-size: 48px;
    }
    .hi_text3 {
        color: #b7b7b7;
    }
    .billing_form input {
        font-size: 120px;
    }
}
@media screen and (max-width: 500px) {
    .sb_header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sb_actions {
        margin-top: 15px;
    }
    .sb_pagechng.without_search {
        margin-top: 20px;
    }
}
