

/* Start:/local/templates/nct/components/bitrix/highloadblock.list/bas/style.css?17691185451165*/
.box {
    min-width: 320px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.bx-newsdetail-title,
.entry-content>p {
    padding: 0 16px;
}

.bas-price {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    padding: 2rem 2rem;
}

.bas-price td,
.bas-price th {
    padding: 10px;
    border: 1px solid #cbbdbd;
}

.bas-price tr:nth-child(even) {
    background-color: #DCDCF7;
}

.bas-price th {
    color: #333399;
    text-align: center;
}

@media screen and (min-width:721px) {
    .box {
        overflow: auto;
    }
}

@media screen and (max-width:720px) {
    .bas-price {
        text-align: left;
    }

    .bas-price .thead {
        display: none;
    }

    .bas-price tr {
        display: block;
    }

    .bas-price td {
        display: flex;
        justify-content: space-between;
    }

    .bas-price td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
        color: #333399;
    }
}

@media (prefers-color-scheme: dark) {
    .bas-price tr:nth-child(even) {
        background-color: #6e6ea1;
        color: #fff;
    }
}
/* End */
/* /local/templates/nct/components/bitrix/highloadblock.list/bas/style.css?17691185451165 */
