@media (max-width: 991.99px){
  
	.page.index {
    grid-template-columns: 1fr;
	}
  #hero-glav{
  	display: none;
  }
  .hdr-i {
    justify-content: space-between;
	}
  .snav{
  display: none;
  }
  .pfbtn{
  	padding: 0;
  }
  #page_mobile{
  	order: -1;
  }
  .fs-stat-col, .fs-last-col, .fs-head, .forum-hero-stats{
  	display: none;
  }
  #grid_donations{
  	grid-template-columns: 1fr !important;
  }
  .wrap.editadmins {
    grid-template-columns: 1fr;
}
  .info-cards {
    grid-template-columns: 1fr;
}
  .aact-btn.blue {
    width: 100% !important;
    margin-top: 15px;
}
  .page.forum {
    grid-template-columns: 1fr;
}
  .fs-row {
    grid-template-columns: 46px minmax(0, 1fr);
}
  #forum {
    padding: 0;
}
  .page.store {
    grid-template-columns: 1fr;
}
  .shop-hero-inner {
    flex-direction: column;
}
  .page.banlist {
    grid-template-columns: 1fr;
}
   .ban-table-wrap {
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        overflow-x: visible;
    }
    
    .ban-table {
        display: block;
    }
    
    .ban-table thead {
        display: none;
    }
    
    .ban-table tbody {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    
    .ban-table__row {
        display: block;
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        padding: 14px;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .ban-table__row:hover {
        background: var(--bg1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    
    .ban-table__row:not(:last-child) td {
        border-bottom: none;
    }
    
    .ban-table__cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid var(--ln);
        text-align: left !important;
    }
    
    .ban-table__cell:last-child {
        border-bottom: none;
    }
    
    .ban-table__cell::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--dim);
        flex-shrink: 0;
        width: 85px;
    }
    
    .ban-table__cell:first-child {
        justify-content: flex-start;
        gap: 10px;
    }
    
    .ban-table__cell:first-child::before {
        content: "BAN ID";
    }
    
    .ban-table__cell:first-child span {
        font-size: 15px;
        font-weight: 800;
        color: var(--rd);
    }
    
    .ban-table__cell:nth-child(2)::before {
        content: "ИГРОК";
    }
    
    .ban-player {
        flex: 1;
        justify-content: flex-end;
    }
    
    .ban-player__name {
        max-width: 180px;
        font-size: 13px;
        text-align: right;
    }
    
    .ban-table__cell:nth-child(3)::before {
        content: "ПРИЧИНА";
    }
    
    .reason-badge {
        max-width: none;
        text-align: right;
        justify-content: flex-end;
        white-space: normal;
        word-break: break-word;
        font-size: 10.5px;
    }
    
    .ban-table__cell:nth-child(4)::before {
        content: "СРОК";
    }
    
    .duration-badge {
        text-align: right;
        display: inline-block;
        white-space: normal;
        word-break: break-word;
    }
    
    .duration-badge a {
        display: inline-block;
        font-size: 10px;
        margin-left: 5px;
    }
    
    .ban-table__cell:nth-child(5)::before {
        content: "ОКОНЧАНИЕ";
    }
    
    .end-date {
        text-align: right;
        font-size: 12px;
    }
    
    .end-date.success {
        justify-content: flex-end;
    }
    
    .ban-table__cell:nth-child(6)::before {
        content: "АДМИН";
    }
    
    .admin-cell {
        flex: 1;
        text-align: right;
        max-width: none;
        white-space: normal;
        word-break: break-word;
    }
    
    .admin-cell a {
        justify-content: flex-end;
    }
    
    .hidden-tr {
        display: none;
    }
    
    #pagination2 {
        margin-top: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .pagination {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        padding: 8px 0;
        min-width: min-content;
    }
    
    .pagination li {
        display: inline-block;
    }
    
    .pagination a, .pagination .active a {
        padding: 6px 11px;
        font-size: 12px;
    }
    
    .pagination-excess {
        display: none;
    }
  .page.stats {
    grid-template-columns: 1fr;
}
  #tab-general div{
  	grid-template-columns: 1fr !important;
  }
  
  .stats-table-wrap {
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        overflow-x: visible;
    }
    
    .stats-table {
        display: block;
    }
    
    .stats-table thead {
        display: none;
    }
    
    .stats-table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .stats-table__row {
        display: block;
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        padding: 14px;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .stats-table__row:hover {
        background: var(--bg1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    
    .stats-table__row:not(:last-child) td {
        border-bottom: none;
    }
    
    .stats-table__cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        border-bottom: 1px solid var(--ln);
        text-align: left !important;
    }
    
    .stats-table__cell:last-child {
        border-bottom: none;
    }
    
    .stats-table__cell::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--dim);
        flex-shrink: 0;
        width: 85px;
    }
    
    .stats-table__cell:first-child {
        background: linear-gradient(135deg, rgba(255, 179, 0, 0.08), transparent);
        margin: -14px -14px 0 -14px;
        padding: 12px 14px;
        border-radius: 18px 18px 0 0;
        border-bottom: 1px solid var(--ln);
    }
    
    .stats-table__cell:first-child::before {
        content: "МЕСТО";
        width: auto;
    }
    
    .rank-num {
        font-size: 18px;
        font-weight: 800;
        padding: 4px 12px;
        border-radius: 30px;
        background: rgba(255, 179, 0, 0.15);
        border: 1px solid rgba(255, 179, 0, 0.3);
    }
    
    .stats-table__cell:nth-child(2) {
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .stats-table__cell:nth-child(2)::before {
        content: "ИГРОК";
        width: 85px;
    }
    
    .player-cell {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }
    
    .player-cell a {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
        text-align: right;
        font-size: 12px;
        max-width: 200px;
        word-break: break-word;
        white-space: normal;
    }
    
    .stats-table__cell:nth-child(3)::before {
        content: "УБИЙСТВ";
    }
    
    .num-cell--kills {
        color: var(--gr);
        font-weight: 800;
    }
    
    .stats-table__cell:nth-child(4)::before {
        content: "СМЕРТЕЙ";
    }
    
    .stats-table__cell:nth-child(5)::before {
        content: "В ГОЛОВУ";
    }
    
    .stats-table__cell:nth-child(6) {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .stats-table__cell:nth-child(6)::before {
        content: "K/D";
        width: auto;
        margin-bottom: 5px;
    }
    
    .kdr-bar {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .kdr-bar span {
        min-width: 45px !important;
        font-size: 14px !important;
    }
    
    .kdr-bar__track {
        flex: 1;
    }
    
    .stats-table__cell:nth-child(7)::before {
        content: "SKILL";
    }
    
    .skill-badge {
        font-size: 11px;
        padding: 4px 12px;
    }

    .hidden-tr {
        display: none;
    }
  .page.bans {
    grid-template-columns: 1fr;
}
  .table-wrap {
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        overflow-x: visible;
    }
    
    .table-wrap__hdr {
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        margin-bottom: 12px;
        padding: 12px 16px;
    }
    
    .req-table {
        display: block;
    }
    
    .req-table thead {
        display: none;
    }
    
    .req-table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .req-table__row {
        display: block;
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        padding: 14px;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .req-table__row:hover {
        background: var(--bg1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    
    .req-table__row:not(:last-child) td {
        border-bottom: none;
    }
    
    .req-table__cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid var(--ln);
        text-align: left !important;
    }
    
    .req-table__cell:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .req-table__cell::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--dim);
        flex-shrink: 0;
        width: 90px;
    }
    
    .req-table__cell:first-child {
        justify-content: flex-start;
        gap: 12px;
        background: linear-gradient(135deg, rgba(33, 150, 243, 0.06), transparent);
        margin: -14px -14px 0 -14px;
        padding: 12px 14px;
        border-radius: 18px 18px 0 0;
        border-bottom: 1px solid var(--ln);
    }
    
    .req-table__cell:first-child::before {
        content: "ЗАЯВКА №";
        width: auto;
        font-size: 11px;
    }
    
    .req-table__cell:first-child span {
        font-size: 16px;
        font-weight: 800;
        color: var(--bl2);
    }
    
    .req-table__cell:nth-child(2)::before {
        content: "ДЕЙСТВИЕ";
    }
    
    .req-table__cell:nth-child(2) span {
        flex: 1;
        justify-content: flex-end;
    }
    
    .req-table__cell:nth-child(3) {
        flex-wrap: wrap;
    }
    
    .req-table__cell:nth-child(3)::before {
        content: "ПОЛЬЗОВАТЕЛЬ";
        width: 90px;
    }
    
    .req-user {
        flex: 1;
        justify-content: flex-end;
        gap: 10px;
    }
    
    .req-user__name {
        font-size: 13px;
        max-width: 180px;
        white-space: normal;
        word-break: break-word;
    }
    
    .req-user__ava {
        width: 34px;
        height: 34px;
    }
    
    .req-table__cell:nth-child(4)::before {
        content: "СТАТУС";
    }
    
    .status-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
    
    .req-table__cell:nth-child(5)::before {
        content: "ДАТА";
    }
    
    .req-date {
        font-size: 11px;
        text-align: right;
    }
    
    .req-table__cell:nth-child(6) {
        padding-top: 12px;
        margin-top: 4px;
        border-top: 1px solid var(--ln);
        justify-content: center;
    }
    
    .req-table__cell:nth-child(6)::before {
        display: none;
    }
    
    .details-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 16px;
        font-size: 12px;
    }
    
    .details-btn svg {
        width: 14px;
        height: 14px;
    }
  .page.admins{
  	grid-template-columns: 1fr;
  }
  .admin-table-wrap {
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        overflow-x: visible;
    }
    
    .admin-table-header {
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        margin-bottom: 12px;
        padding: 12px 16px;
    }
    
    .admin-table-header__title {
        font-size: 14px;
    }
    
    .admin-table-header__subtitle {
        font-size: 10px;
        flex-wrap: wrap;
    }
    
    .admin-table-header__icon {
        width: 32px;
        height: 32px;
    }
    
    .admin-table-header__icon svg {
        width: 14px;
        height: 14px;
    }
    
    .admin-table {
        display: block;
    }
    
    .admin-table thead {
        display: none;
    }
    
    .admin-table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .admin-table__row {
        display: block;
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        padding: 14px;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .admin-table__row:hover {
        background: var(--bg1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    
    .admin-table__row:not(:last-child) td {
        border-bottom: none;
    }
    
    .admin-table__cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid var(--ln);
        text-align: left !important;
    }
    
    .admin-table__cell:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .admin-table__cell::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--dim);
        flex-shrink: 0;
        width: 95px;
    }
    
    .admin-table__cell:first-child {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .admin-table__cell:first-child::before {
        content: "STEAM ID";
        width: auto;
    }
    
    .steam-id {
	flex: 1;
        justify-content: flex-end;
        white-space: normal;
        word-break: break-all;
        text-align: right;
        font-size: 10px;
        max-width: none;
        background: none;
        border: none;
    }
    
    .admin-table__cell:nth-child(2)::before {
        content: "АКТИВНОСТЬ";
    }
    
    .status-badge {
        font-size: 11px;
        padding: 4px 12px;
    }
    
    .admin-table__cell:nth-child(3) {
        flex-wrap: wrap;
    }
    
    .admin-table__cell:nth-child(3)::before {
        content: "ПОЛЬЗОВАТЕЛЬ";
    }
    
    .admin-user {
        flex: 1;
        justify-content: flex-end;
    }
    
    .admin-user a {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-end;
        text-align: right;
        font-size: 12px;
        max-width: 200px;
        white-space: normal;
        word-break: break-word;
    }
    
    .admin-user a img {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }
    
    .admin-table__cell:nth-child(4) {
        align-items: flex-start;
    }
    
    .admin-table__cell:nth-child(4)::before {
        content: "УСЛУГА";
    }
    
    .service-tag-list {
        align-items: flex-end;
        gap: 6px;
        flex: 1;
    }
    
    .service-tag-list a {
        font-size: 10px;
        padding: 4px 10px;
        white-space: normal;
        word-break: break-word;
        text-align: right;
        line-height: 1.3;
    }
  .table-responsive {
        background: transparent;
        border: none;
        border-radius: 0;
        margin: 0;
        width: 100%;
        overflow-x: visible;
    }
    
    .table-responsive .table {
        min-width: auto;
        display: block;
    }
    
    .table-responsive .table thead {
        display: none;
    }
    
    .table-responsive .table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .table-responsive .table tbody tr {
        display: block;
        background: var(--bg1);
        border: 1px solid var(--ln2);
        border-radius: 18px;
        padding: 14px;
        transition: all 0.2s ease;
    }
    
    .table-responsive .table tbody tr:hover {
        background: var(--bg1);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }
    
    .table-responsive .table tbody tr:not(:last-child) td {
        border-bottom: none;
    }
    
    .table-responsive .table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid var(--ln);
        text-align: left !important;
    }
    
    .table-responsive .table tbody td:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .table-responsive .table tbody td::before {
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--dim);
        flex-shrink: 0;
        width: 80px;
    }
    
    .table-responsive .table tbody td:first-child {
        background: linear-gradient(135deg, rgba(33, 150, 243, 0.06), transparent);
        margin: -14px -14px 0 -14px;
        padding: 12px 14px;
        border-radius: 18px 18px 0 0;
        border-bottom: 1px solid var(--ln);
        font-size: 15px;
    }
    
    .table-responsive .table tbody td:first-child::before {
        content: "№";
        width: auto;
        font-size: 13px;
    }
    
    .table-responsive .table tbody td:nth-child(2) {
        flex-wrap: wrap;
    }
    
    .table-responsive .table tbody td:nth-child(2)::before {
        content: "ИГРОК";
    }
    
    .table-responsive .table tbody td:nth-child(2) a {
        flex: 1;
        justify-content: flex-end;
        text-align: right;
        max-width: none;
        white-space: normal;
        word-break: break-word;
    }
    
    .table-responsive .table tbody td:nth-child(3)::before {
        content: "УБИЙСТВ";
    }
    
    .table-responsive .table tbody td:nth-child(3) {
        font-size: 14px;
    }
    
    .table-responsive .table tbody td:nth-child(4)::before {
        content: "ВРЕМЯ";
    }
    
    .table-responsive .table tbody td:last-child {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding-top: 12px;
        margin-top: 4px;
        border-top: 1px solid var(--ln);
    }
    
    .table-responsive .table tbody td:last-child::before {
        display: none;
    }
    
    .table-responsive .input-group-sm {
        width: 100%;
        justify-content: space-between;
    }
    
    .table-responsive .btn-outline-primary {
        padding: 8px 16px;
        font-size: 11px;
    }
    
    .table-responsive .form-control {
        flex: 1;
        max-width: none;
        padding: 8px 10px;
        font-size: 11px;
    }
  .vt {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .vt thead {
        display: none;
    }
    
    .vt tbody {
        display: block;
        width: 100%;
    }
    
    .vt tr {
        display: block;
        margin-bottom: 20px;
        background: var(--bg1);
        padding: 16px;
        border-bottom: 1px solid var(--ln);
    }
  
  .vt tr:last-child{
  	border: none;
  }
    
    .vt td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 0;
        border: none;
        text-align: left !important;
    }
    
    .vt td:before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 13px;
        color: var(--dim, #666);
        min-width: 100px;
        flex-shrink: 0;
    }
    
    .vt td:first-child:before {
        content: "Версия";
    }
    
    .vt td:nth-child(2):before {
        content: "Размер";
    }
    
    .vt td:nth-child(3):before {
        content: "Тип";
    }
    
    .vt td:nth-child(4):before {
        content: "Действие";
    }
    
    .vt .vsz, .vt .vex {
        font-weight: 500;
        text-align: right;
    }
    
    .vt .bdet {
        background: var(--primary, #007bff);
        color: white;
        padding: 8px 16px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 13px;
        transition: opacity 0.2s;
        text-align: center;
    }
    
    .vt .bdet:hover {
        opacity: 0.8;
    }
    
    /* Кнопка на всю ширину на мобилках */
    .vt td:last-child:before {
        align-self: center;
    }
    
    .vt td:last-child {
        margin-top: 5px;
    }
  
  .build-more{
  	display: none;
  }
  .fpost {
    display: flex;
    flex-direction: column;
}
.fpost-title {
    white-space: normal;
}
  
}