@media (max-width: 992px)  {
    .form-signup h1.header-title,
    .form-signin h1.header-title {
        font-size: 24px !important;
        font-weight: normal !important;
        margin: 0 !important;
    }
    .form-signup .header-subtitle {
        font-size: 12px !important;
    }
    .form-signup button.submit-form {
        width: 100%;
    }
    .form-donate .sum-buttons {
      grid-template-columns: repeat(2, 1fr);
    }
    .form-donate .payment-system-methods ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .form-donate .payment-methods-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-donate .payment-methods-list .ribbon-modern .ribbon-box {
        right: -5px;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 56px;
        background: rgb(46, 43, 42);
        z-index: 1000;
    }

    .mobile-header .btn.btn-sm {
        padding: 5px 10px;
    }

    #page-container .content {
        margin-top: 60px;
    }

    .user-bar-avatar .super-vip-icon {
        position: absolute;
        top: -3px;
        right: -5px;
    }

    .user-bar-avatar .super-vip-icon img {
        width: 20px;
    }

    .mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }

    .mobile-footer-menu {
        height: 60px;
        background: #2e2b2a;
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 1;
        position: relative;
    }
    .mobile-footer-menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-basis: 100%;
        height: 100%;
    }
    .mobile-footer-menu-item:active,
    .mobile-footer-menu-item.active {
        background: linear-gradient(180deg, #3e3a39, #2e2b2a);
    }
    .mobile-footer-menu-item i {
        font-size: 20px;
        line-height: 26px;
    }
    .mobile-footer-menu-item span {
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }
    .mobile-footer-more-list,
    .mobile-footer-server-list {
        position: absolute;
        left: 0;
        bottom: -100vh;
        z-index: 0;
        background: #3e3a39;
        padding: 10px 20px;
        display: block;
        border-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        transition: bottom 0.3s ease-out;
    }
    .mobile-footer-more-list {
        right: 0;
        left: unset;
    }
    .more-list-item,
    .server-list-item {
        display: block;
        padding: 7px 0px;
    }
    #user-bar-lang-dropdown img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
    }
}
