.table-caption-head {
  text-align: center;
}

table.new-responsive {
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  table-layout: fixed;
}

table.new-responsive th {
  background: #eee;
  border: 1px solid #ddd!important;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle!important;
  text-align: center;
}

table.new-responsive th,
table.new-responsive td {
  padding: 10px 5px;
  /* width: 33.333333%;*/
}


table.new-responsive th:nth-child(1),
table.table.new-responsive td:nth-child(1) {
  width: 7%;
}

/* для table-info-one*/
.table-info-one > table.new-responsive th:nth-child(3),
.table-info-one > table.new-responsive td:nth-child(3) {
  width: 15%;
}

.table-info-one > table.new-responsive th:nth-child(4),
.table-info-one > table.new-responsive td:nth-child(4) {
  width: 5%;
}

.table-info-one > table.new-responsive th:nth-child(5),
.table-info-one > table.new-responsive td:nth-child(5) {
  width: 15%;
}
/*-------------------*/

/* для table-info-two и table-info-three*/
.table-info-two > table.new-responsive th:nth-child(3),
.table-info-two > table.new-responsive td:nth-child(3),
.table-info-three > table.new-responsive th:nth-child(3),
.table-info-three > table.new-responsive td:nth-child(3) {
  width: 20%;
}

.table-info-two > table.new-responsive th:nth-child(4),
.table-info-two > table.new-responsive td:nth-child(4),
.table-info-three > table.new-responsive th:nth-child(4),
.table-info-three > table.new-responsive td:nth-child(4) {
  width: 10%;
}
/*-------------------*/

table.new-responsive thead>tr>th:last-child {
  width: 35%;
}

table.new-responsive tr {
  text-align: center;
}

table.new-responsive td {
  border: 1px solid #ddd;
}

table.new-responsive td.td_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
table.new-responsive td.td_title span {
  min-width: 100%;
  text-align: center;
}

table.new-responsive td i.fa {
  display: none;
}

@media screen and (max-width: 1024px) {
  table.new-responsive {
    border-bottom: 1px solid #ddd;
  }
  table.new-responsive thead {
    display: none;
  }
  table.new-responsive tr {
    display: block;
  }
  table.new-responsive td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: none;
    width: 100%;
  }
  table.new-responsive td.td_title {
    border: 2px solid #a0a0a0;
  }
  table.new-responsive th:nth-child(1),
  table.new-responsive td:nth-child(1),
  table.new-responsive th:nth-child(3),
  table.new-responsive td:nth-child(3),
  table.new-responsive th:nth-child(4),
  table.new-responsive td:nth-child(4),
  table.new-responsive th:nth-child(5),
  table.new-responsive td:nth-child(5),
  table.new-responsive thead>tr>th:last-child,
  .table-info-one > table.new-responsive th:nth-child(3),
  .table-info-one > table.new-responsive td:nth-child(3),
  .table-info-one > table.new-responsive th:nth-child(4),
  .table-info-one > table.new-responsive td:nth-child(4),
  .table-info-one > table.new-responsive th:nth-child(5),
  .table-info-one > table.new-responsive td:nth-child(5),
  .table-info-two > table.new-responsive th:nth-child(3),
  .table-info-two > table.new-responsive td:nth-child(3),
  .table-info-three > table.new-responsive th:nth-child(3),
  .table-info-three > table.new-responsive td:nth-child(3),
  .table-info-two > table.new-responsive th:nth-child(4),
  .table-info-two > table.new-responsive td:nth-child(4),
  .table-info-three > table.new-responsive th:nth-child(4),
  .table-info-three > table.new-responsive td:nth-child(4) {
    width: auto;
  }

  table.new-responsive td:before {
    content: attr(data-label);
    width: 50%;
    text-align: left;
    font-weight: normal;
    display: block;
  }
  table.new-responsive td .td_value {
    width: 50%;
  }
  table.new-responsive td.js-toggle-td .td_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  table.new-responsive td.js-toggle-td .td_value span {
    width: calc(100% - 20px);
  }
  table.new-responsive td.js-toggle-td i.fa {
    display: block;
    width: 20px;
    padding: 0 5px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
  }
  table.new-responsive td.js-toggle-td.active i.fa {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  table.new-responsive td.js-hidden {
    display: none;
  }
  table.new-responsive td.js-hidden._open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}