.b-list-termin{
    /* display: table; */
    margin-top: 20px;
    margin-bottom: 20px;
}
.b-list-termin .row{
    /* display: table-row; */
}
.b-list-termin .b-item {
    /* width: 300px; */
    /* display: table-cell; */
    /* border-bottom: 1px solid #e4e4e4; */
    /* padding: 8px 0; */
    font-weight: 700;
    font-size: 14px;
    color: rgb(66, 139, 202);
    line-height: 16px;
    /* width: 49%; */
}
.b-list-termin .b-item a {
    font-weight: bold;
    border-top: 1px solid #e8e8e8;
    display: block;
    padding: 5px 10px 6px;
}
.b-list-termin .b-item:nth-child(3n+1) {
    clear: both;
}
.b-list-termin .delimiter{
    display: table-cell;
    width: 20px;
}

/* ---------- Адаптив от 1000px ------------- */
@media screen and (max-width: 1000px) {
.b-list-termin {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}
.b-list-termin .row{
    display: block;
}
.b-list-termin .b-item{
    width: 100%;
    display: block;
}
.b-list-termin .delimiter{
    display: none;
}
}