.check-list__wrap {
    margin-top: 20px;
}

.check-list--left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 220px);
    position: relative;
}

.check-list--right {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    float: right;
    padding: 0px 0px 0 20px;
}

.check-list__tbl .bth__cell {
    padding: 7px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.check-list__tbl .bth__cell:first-child {
    width: 50px;
}

.check-list__tbl .bth__cell:nth-child(2) {
    width: 350px;
}

.check-list__tbl .bth__cell:last-child {
    width: 40px;
    text-align: right;
}

.check-list__tbl .contacts__plus,
.check-list__tbl .contacts__minus {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.check-list__tbl .contacts__plus:before {
    content: '\271A';
    color: green;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 1px;
}

.check-list__tbl .contacts__minus:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #da4c4c;
    left: 9px;
    top: 8px;
}
.check-list__tbl .bth__cell p.bth__cnt{
    margin-bottom: 0px !important;
}

@media screen and (max-width: 1279px){
    .check-list__tbl .bth__cell:nth-child(2) {
        width: 255px;
    }
}

@media screen and (max-width: 1023px){
    .check-list--left {
        width: 100%;
    }
    .check-list--right {
        display: none;
    }
    .check-list__tbl .bth__cell:nth-child(2) {
        width: 330px;
    }
}

@media screen and (max-width: 768px) {
    .check-list__tbl {
        margin-bottom: 20px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .check-list__tbl .bth__cell {
        display: block;
        border-bottom: none;
        padding: 5px 7px;
    }
    .check-list__tbl .bth__row {
        display: block;
        position: relative;
    }
    .check-list__tbl .bth__cell:first-child {
        display: none;
    }
    .check-list__tbl .bth__cell:nth-child(2) {
        width: 100%;
        padding-bottom: 0;
    }
    .check-list__tbl .bth__cell:nth-child(3) {
        width: 100%;
        padding-bottom: 7px;
        padding-top: 0;
        border-bottom: 1px solid #ccc;
    }
    .check-list__tbl .bth__cell:last-child {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -16px;
        border-bottom: none;
    }
}