

/* Start:/local/templates/ystu/components/bitrix/news/programs/bitrix/news.detail/.default/style.css?17805769707914*/
/* learning-type-table.css */
.learning-type-table {
    margin-bottom: 18px;
}

.learning-type-table .lt-table {
    --lt-bg: #fff;
    --lt-bd: #dcdfe4;
    --lt-h: #f6f7f9;
    --lt-t: #1b1f24;
    --lt-st: #6b7280;
    position: relative
}

.learning-type-table .lt-table__scroller {
    /* overflow-x: hidden; */
    /* overflow-y: visible; */
    overflow: auto;
    border: 1px solid var(--lt-bd);
    border-radius: 12px;
    background: var(--lt-bg);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
}

.learning-type-table .lt-table__table {
    width: 100%;
    /* min-width: 660px; */
    /* border-collapse: separate; */
    border-collapse: collapse;
    border-spacing: 0;
    color: var(--lt-t);
    table-layout: auto;
    /* word-break: break-word; */
    word-break: auto-phrase;
}

.learning-type-table .lt-table__table th,
.learning-type-table .lt-table__table td {
    padding: 8px 10px;
    /* padding: 10px 12px; */
    vertical-align: middle;
    border-right: 1px solid var(--lt-bd);
    border-bottom: 1px solid var(--lt-bd);
    text-align: center;
    font-size: 14px;
    white-space: normal;
    /* white-space: nowrap; */
    /* разрешаем перенос */
}

.learning-type-table .lt-table__table th:last-child,
.learning-type-table .lt-table__table td:last-child {
    border-right: 0
}

.learning-type-table .lt-table__table thead th {
    background: var(--lt-h);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: var(--lt-st)
}

.learning-type-table .lt-table__table thead tr:first-child th:first-child {
    border-top-left-radius: 12px
}

.learning-type-table .lt-table__table thead tr:first-child th:last-child {
    border-top-right-radius: 12px
}

.learning-type-table .lt-table__table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px
}

.learning-type-table .lt-table__table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px
}

.learning-type-table .lt-table__table .is-num {
    font-variant-numeric: tabular-nums
}

.learning-type-table .lt-table__note {
    margin-top: 8px;
    font-size: 12px;
    color: var(--lt-st)
}

.learning-type-table .lt-table__table .lt-table_th-avg {
    width: 30%;
}

@media (max-width:1024px) {
    .learning-type-table .lt-table__table {
        min-width: 0;
        border-collapse: separate
    }

    .learning-type-table .lt-table__table,
    .learning-type-table .lt-table__table thead,
    .learning-type-table .lt-table__table tbody,
    .learning-type-table .lt-table__table tr {
        display: block
    }

    .learning-type-table .lt-table__table thead {
        display: none
    }

    .learning-type-table .lt-table__table tr {
        border: 1px solid var(--lt-bd);
        border-radius: 12px;
        margin: 0 8px 10px
    }

    .learning-type-table .lt-table__table td {
        display: grid;
        grid-template-columns: 1fr auto;
        text-align: right;
        border-right: 0;
        border-bottom: 1px dashed var(--lt-bd);
        padding: 10px 12px
    }

    .learning-type-table .lt-table__table td:last-child {
        border-bottom: 0
    }

    .learning-type-table .lt-table__table td::before {
        content: attr(data-label);
        text-align: left;
        font-weight: 600;
        color: var(--lt-st);
        padding-right: 10px;
        white-space: normal
    }

    .learning-type-table .lt-table__scroller {
        overflow: visible;
        border: none;
        background: transparent;
        box-shadow: none
    }

    .learning-type-table .lt-table__table .lt-table_th-avg {
        width: 22%;
    }
}

@media (min-width:1360px) {

    .learning-type-table .lt-table__table th,
    .learning-type-table .lt-table__table td {
        padding: 6px 8px;
        font-size: 13px
    }

    .learning-type-table .lt-table__table .lt-table_th-avg {
        width: 30%;
    }
}

/* * Новый вид таблицы учебной программы */

.program-info-tables {
    display: grid;
    gap: 24px;
}

.program-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f9fb;
    color: #27313b;
    font-size: 16px;
    line-height: 1.35;
    border: 1px solid #dfe4ea;
}

.program-info-table-title {
    margin: 0 0 8px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.program-info-table th,
.program-info-table td {
    padding: 6px 14px;
    border-right: 1px solid #dfe4ea;
    border-bottom: 1px solid #dfe4ea;
    vertical-align: top;
}

.program-info-table th:last-child,
.program-info-table td:last-child {
    border-right: 0;
}

.program-info-table tr:last-child td {
    border-bottom: 0;
}

.program-info-table th {
    background: #eef1f4;
    color: #111;
    font-weight: 700;
    text-align: center;
}

.program-info-table td {
    background: #f8fafc;
}

.program-info-table__section-row th {
    background: #dde2e7;
    color: #27313b;
    text-align: center;
    font-weight: 400;
}

.program-info-table__direction {
    margin-bottom: 3px;
    color: #2a3541;
    text-transform: uppercase;
    font-weight: 700;
}

.program-info-table__label {
    margin: 2px 0 3px;
    color: #2a3541;
}

.program-info-table__profiles {
    padding-left: 26px;
    color: #2a3541;
    font-size: 15px;
    line-height: 1.35;
}

.program-info-table__profiles div {
    margin-bottom: 2px;
    font-style: italic;
}

.program-info-table__profiles div:last-child {
    margin-bottom: 0;
}

.program-info-table__srok {
    margin-bottom: 2px;
    color: #2a3541;
    font-weight: 700;
}

.program-info-table__study-type {
    color: #2a3541;
    font-weight: 700;
}

.program-info-table-list {
    margin: 0;
    padding-left: 20px;
}

.program-info-table-list li {
    margin-bottom: 2px;
}

.program-info-table-list li:last-child {
    margin-bottom: 0;
}

.program-info-table a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.program-info-table b {
    color: #111;
    font-weight: 700;
}

/* .program-info-table--new {
    border-radius: 0;
    box-shadow: none;
} */

.program-info-table--new th:first-child,
.program-info-table--new td:first-child {
    width: 68%;
}

.program-info-table--new th:last-child,
.program-info-table--new td:last-child {
    width: 32%;
}

@media (max-width: 767px) {
    .program-info-table {
        font-size: 14px;
    }

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

    .program-info-table__profiles {
        padding-left: 14px;
        font-size: 14px;
    }

    .program-info-table-list {
        padding-left: 18px;
    }
}

/* feat */
.program-info-table {
    table-layout: fixed;
}

.program-info-table--new th:first-child,
.program-info-table--new td:first-child {
    width: 50%;
}

.program-info-table--new th:last-child,
.program-info-table--new td:last-child {
    width: 50%;
}

.program-info-table th,
.program-info-table td {
    padding: 5px 10px;
}

.program-info-table__label {
    margin: 1px 0 3px;
    color: #2a3541;
}

.program-info-table__profiles {
    padding-left: 36px;
    color: #2a3541;
    font-size: 15px;
    line-height: 1.35;
}

.program-info-table__profiles div {
    margin-bottom: 2px;
    font-style: italic;
    font-weight: 700;
}

.program-info-table-list {
    margin: 0;
    padding-left: 20px;
}

.program-info-table-list li {
    margin-bottom: 2px;
}

.program-info-table-list li:last-child {
    margin-bottom: 0;
}

.program-info-table-list--plain {
    padding-left: 0;
}

.program-info-table-list--plain div {
    margin-bottom: 2px;
}

.program-info-table-list--plain div:last-child {
    margin-bottom: 0;
}

.program-info-table-list--bold,
.program-info-table-list--bold li,
.program-info-table-list--bold div {
    font-weight: 700;
}
/* End */
/* /local/templates/ystu/components/bitrix/news/programs/bitrix/news.detail/.default/style.css?17805769707914 */
