@media screen and (min-width: 781px) and (max-width: 1000px) {
    body {
        min-width: 780px !important;
    }

    .container_12 {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container_12 .grid_1 {
        width: 50px;
    }

    .container_12 .grid_2 {
        width: 120px;
    }

    .container_12 .grid_3 {
        width: 190px;
    }

    .container_12 .grid_4 {
        width: 260px;
    }

    .container_12 .grid_5 {
        width: 330px;
    }

    .container_12 .grid_6 {
        width: 400px;
    }

    .container_12 .grid_7 {
        width: 470px;
    }

    .container_12 .grid_8 {
        width: 540px;
    }

    .container_12 .grid_9 {
        width: 610px;
    }

    .container_12 .grid_10 {
        width: 680px;
    }

    .container_12 .grid_11 {
        width: 750px;
    }

    .container_12 .grid_12 {
        width: 760px;
    }

    .container_12 .grid_1,
    .container_12 .grid_2,
    .container_12 .grid_3,
    .container_12 .grid_4,
    .container_12 .grid_5,
    .container_12 .grid_6,
    .container_12 .grid_7,
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_10,
    .container_12 .grid_11,
    .container_12 .grid_12 {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* Адаптация таблиц для средних экранов */
    .nc-table {
        font-size: 12px;
    }

    .nc-table th,
    .nc-table td {
        padding: 8px 6px;
    }

    /* Адаптация таблиц для средних экранов */
    .nc-table {
        width: 100%;
        overflow-x: auto;
    }

    /* Адаптация ячеек таблицы */
    .nc-table td,
    .nc-table th {
        min-width: 60px;
        max-width: 200px;
        word-wrap: break-word;
    }

    /* Адаптация кнопок действий */
    .nc--action {
        white-space: nowrap;
    }

    .nc--action a {
        padding: 4px 6px;
        font-size: 12px;
    }

    /* Адаптация пагинации */
    .nc-pagination {
        font-size: 12px;
    }

    .nc-pagination a,
    .nc-pagination span {
        padding: 6px 8px;
        margin: 0 2px;
    }

    /* Адаптация форм */
    .nc-panel {
        padding: 10px !important;
    }

    .nc-padding-15 {
        padding: 10px !important;
    }

    .nc-padding-20 {
        padding: 15px !important;
    }

    /* Адаптация кнопок */
    .nc-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    /* Адаптация полей ввода */
    input[type="text"],
    input[type="number"],
    select {
        padding: 6px 8px;
        font-size: 12px;
    }

    /* Адаптация чекбоксов */
    input[type="checkbox"] {
        transform: scale(0.9);
    }

    /* Адаптация иконок */
    .nc-icon {
        font-size: 14px;
    }

    /* Адаптация заголовков */
    h1,
    h2,
    h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    /* Адаптация текста */
    body {
        font-size: 13px;
        line-height: 1.4;
    }

    /* Адаптация отступов */
    .nc-padding-20 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Адаптация контейнеров */
    .nc-padding-20 {
        padding: 10px !important;
    }

    /* Адаптация таблиц в админке */
    .nc-table.nc--bordered.nc--striped.nc--wide {
        width: 100%;
        overflow-x: auto;
    }

    /* Адаптация ячеек таблицы */
    .nc-table td,
    .nc-table th {
        min-width: 60px;
        max-width: 200px;
        word-wrap: break-word;
    }

    /* Адаптация длинного текста */
    .nc-table td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Показ полного текста при наведении */
    .nc-table td:hover {
        white-space: normal;
        word-wrap: break-word;
        max-width: none;
        position: relative;
        z-index: 10;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
}