@media (min-width: 0px) and (max-width: 1360px) {
  header {

    box-sizing: border-box;
    padding: 8px 24px;
  }
  .header-mobile-top
  {
    display: flex;
  }
  .header-logo-wrapper
  {
    width: auto;
    align-items: center;
    background: none;
    gap: 20px;
  }
  .menu-burger {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .header-data-wallet-available
  {
    box-sizing: border-box;
    padding: 4px 8px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .header-profile-body-wallet
  {
    top: 24px !important;
    padding: 12px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .mobile-hide  {
    display: none;
  }
  .header-data-wallet-item {
    background: none;
    padding: 0;
  }
  .header-data-wallet-item svg{
    width: 16px;
    height: 16px;
  }
  .header-data-wallet-item span {
    font-size: 12px;
    font-weight: 400;
  }
  .hd-currencies,
  .hd-course {
    font-size: 12px;
    font-weight: 400;
  }


  .header-profile  {
    max-width: 180px;
  }

  /*
  .sidebar {
    position: absolute;
    left: -800px;
  }
  */
  .sidebar {
    border-radius: 16px;
  }
  #sidebar {
    position: fixed;
    top: 16px;
    left: -300px; /* Скрываем за пределами экрана */
    width: 300px;

    transition: left 0.3s ease-in-out;
    z-index: 1000;
  }

  #sidebar.active {
    left: 24px; /* Показываем сайдбар */
  }

  .sidebar-item {
    height: 32px;
    padding: 8px 12px;
  }
  .sidebar-item-icon,
  .sidebar-item-icon-stroke {
    width: 16px;
    height: 16px;
  }
  .sidebar-item-title {
    font-size: 14px;
  }

  .wrapper {

      flex-direction: row;
      justify-content: center;

      box-sizing: border-box;
      padding: 0 24px
  }
  .content {
    max-width: 100%;
  }

  .content-body-row {
    width: 100%;
  }
  .content-body-row.row-2,
  .content-body-row.row-3,
  .content-body-row.row-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .content-block {
    max-width: 100%;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-item:first-child,
  .tabs-item:last-child {
    border-radius: 0;
  }

  .form-row,
  .form-row.form-row-2,
  .form-row.form-row-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  table {
    min-width: 300px;
  }

  .content-title
  {
    font-size: 24px;
  }
  .btn-primary,
  .btn-secondary,
  .btn-action-icon
  {
    font-size: 14px;
    gap: 8px;
    border-radius: 16px;
    padding: 6px 10px;
    min-height: 32px;
  }


}

/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet */
@media (min-width: 550px) {


}

/* Larger than tablet */
@media (min-width: 750px) {


}

/* Larger than desktop */
@media (min-width: 1000px) {


}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

}
