.page-box .tab-links {
    margin: 0 0 20px;
    width:	100%
}
.page-box .tab-links ul {
    padding: 0;
}
.page-box .tab-links li {
    background: rgb(26,43,60);
    color: #fff;
    display: table-cell;
    cursor: pointer;
    padding: 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
}
.page-box .tab-links li:first-child {
    border-left: none;
}
.page-box .tab-links .active {
    background: rgb(204,44,36);
}
.tab-con {
    display: flex;
    width: 100%;
    border: 1px solid #2c2c2c38;
    padding: 29px 17px 30px 39px;
}
.tab-con a, .tab-con a:active, .tab-con a:hover, .tab-con a:focus, .tab-con a:focus, .tab-con a:visited {
    color: #222;
}
.param-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin: 20px 0 0 0;
}
.param-list-row {
    flex-direction:	row;
}
.param-list-col {
    flex-direction:	column;
}
.param-list li {
    list-style: none;
    white-space: nowrap;
    margin: 0 13px 15px 0;
    width: auto;
}
.param-list a, .param-list a:active, .param-list a:hover, .param-list a:focus, .param-list a:focus, .param-list a:visited {
    color: rgb(204,44,36);
}
.page-box .tab-links li:hover {
    background: rgb(243, 41, 30);
}
.page-box .tab-block {
    width: 100%;
}
@media (max-width: 360px) {
    .table-col-4 thead {
        display: none;
    }
    .table-col-4 tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #e8e9eb;
    }
    .table-col-4 td {
        display: block;
        text-align: right;
    }
    .table-col-4 td:before {
        content: attr(aria-label);
        float: left;
        font-weight: bold;
    }
    .col-md-12 {
        padding: 0;
    }
}