

/* Start:/local/components/gigant/news/templates/.default/style.css?17697567832311*/
.btn_more {
    cursor: pointer
}

.slick-slide {
    height: inherit !important;
}



.detail table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    table-layout: fixed;
}

.detail table,
th,
td {
    border: 1px solid #ccc;
}

.detail table colgroup col:nth-child(1) {
    width: 80%;
}

.detail table colgroup col:nth-child(2),
.detail table colgroup col:nth-child(3) {
    width: 10%;
}

.detail th,
.detail td {
    padding: 8px 10px;
    vertical-align: middle;
    word-wrap: break-word;
}

.detail th {
    background-color: #f7f7f7;
    text-align: left;
}

.detail td:last-child,
.detail th:last-child {
    text-align: right;
}

@media (max-width: 480px) {
    .detail table {
        table-layout: auto;
        /* разрешаем таблице автоширину на мобилках */
    }

    .detail table colgroup col:nth-child(1),
    .detail table colgroup col:nth-child(2),
    .detail table colgroup col:nth-child(3) {
        width: auto !important;
        /* снимаем фиксированную ширину */
    }

    .detail th,
    .detail td {
        white-space: normal;
        /* разрешаем перенос слов и строк */
        word-break: break-word;
        /* перенос для длинных слов или строк */
    }
}

/* Горизонтальный скролл обертки для таблицы — ставьте вокруг <table>: */
.detail .table-wrapper {
    width: 100%;
    overflow-x: auto;
}

/* Основные стили */
.detail table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
}

.detail th,
.detail td {
    padding: 8px 10px;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
    border: 1px solid #ccc;
}

/* Медиазапрос — адаптива и скролл на мобилках */
@media (max-width: 600px) {
    .detail .table-wrapper {
        overflow-x: auto;
    }

    .detail table {
        table-layout: auto;
        width: 480px;
        /* или min-width: 480px, чтобы не дробить заголовки */
    }

    .detail th,
    .detail td {
        min-width: 100px;
    }
}

.detail td:last-child {
    text-align: right;
}
/* End */


/* Start:/local/components/gigant/news.last/templates/.default/style.css?172726927148*/
.news_slider {
    margin-top: 32px !important
}
/* End */
/* /local/components/gigant/news/templates/.default/style.css?17697567832311 */
/* /local/components/gigant/news.last/templates/.default/style.css?172726927148 */
