@media screen and (max-width: 768px) {
  .page-wrapper[data-protected="true"] {
    padding-top: 70px;
    padding-left: 0;
    padding-bottom: 90px;
  }

  nav {
    transform: translateX(-100%);
    transition: 0.3s;
    z-index: 1000;
    width: 250px;
    background: #18181be6;
    backdrop-filter: blur(20px);
  }

nav.mobile-nav-open {
  transform: translateX(0);
  box-shadow: 2px 0 10px #00000080;
  z-index: 999;
}

body.mobile-nav-open:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 998;
  pointer-events: none;
}

  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    background: 0 0;
    border: none;
    cursor: pointer;
    margin-right: 10px;
  }

  .mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background: #3b75ff;
    border-radius: 3px;
    transition: 0.3s;
  }

  header {
    padding: 0 15px;
    gap: 8px;
    z-index: 1001;
  }

  .logo {
    width: 40px;
    overflow: hidden;
  }

  .online-switch span,
  .lang-select-btn span,
  .header-email {
    display: none;
  }

  .online-switch div {
    width: 40px;
    height: 24px;
  }

  .lang-select-btn img {
    width: 24px;
    height: 18px;
  }

  .header-balance {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }

  .header-balance p {
    font-size: 16px;
  }

  .header-balance span {
    font-size: 10px;
  }

  .header-avatar {
    width: 32px;
    height: 32px;
  }

  .page-wrapper h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .balance-page-top {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .balance-page-top > p {
    font-size: 28px;
  }

  .balance-page-top--buttons {
    width: 100%;
    justify-content: center;
  }

  .row-container {
    flex-direction: column;
    overflow: visible;
  }

  .orders-statistics {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .orders-statistics-block {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
  }

  .orders-statistics-info {
    padding: 15px 12px;
  }

  .orders-statistics-info > p {
    font-size: 20px;
  }

  .order-filters-container {
    flex-wrap: wrap;
  }

  .order-filters-container input,
  .order-filters-container .react-select__control {
    flex: 1 1 100%;
    height: 48px;
  }

  .selected-order-inner {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px;
  }

  .selected-order-buttons {
    flex-wrap: wrap;
  }

  .selected-order-buttons button {
    flex: 1 1 calc(50% - 5px);
  }

  .selected-order-confirm-btn {
    width: 100% !important;
  }

  .selected-order-payment-info {
    width: 100%;
  }

  .orders-list-container {
    min-width: 100%;
    overflow-x: auto;
  }

  .orders-list-wrappper {
    min-width: 600px;
  }

  .orders-list-wrappper table thead td,
  .orders-list-wrappper table tbody td {
    font-size: 12px;
    padding: 12px 5px;
  }

  .orders-list-wrappper table thead td {
    padding-bottom: 12px;
  }

  .settings-main,
  .intergration-block,
  .partner-banner,
  .help-container,
  .requisites-create-form {
    width: 100%;
  }

  .settings-main {
    flex-direction: column;
    padding: 10px;
  }

  .settings-main-block {
    min-width: auto;
  }

  .requisites-create {
    flex-direction: column;
  }

  .requisites-create-copy-rows {
    width: 100%;
  }

  .dash-charts {
    flex-direction: column;
  }

  .dash-line-chart,
  .dash-circle-chart {
    width: 100%;
  }

  .partner-banner {
    background-size: cover;
  }

  .help-container {
    flex-direction: column;
    gap: 20px;
  }

  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #18181be6;
    backdrop-filter: blur(14px);
    border-top: 1px solid #3b75ff4d;
    z-index: 100;
    justify-content: space-around;
    align-items: center;
    padding: 0 5px;
  }

  .mobile-bottom-nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: 0 0;
    border: none;
    padding: 5px;
    font-size: 10px;
    color: #fff;
  }

  .mobile-bottom-nav img {
    width: 22px;
    height: 22px;
  }

  .mobile-bottom-nav .current img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(80%) saturate(3697%) hue-rotate(214deg) brightness(104%) contrast(101%);
  }

  .mobile-bottom-nav .current span {
    color: #3b75ff;
  }
}