.prices-table {
  width: 100%;
  margin: 0 auto;
}

.container-table {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}

.wrap-table {
  width: 960px;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
  border: 1px solid #0066b3;
  border-radius: 10px;
  overflow: hidden;
}

.table-row:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
  }
}

.table-row {
  display: table-row;
}

.table-row.header {
  color: #ffffff;
  background: #0066b3;
}

@media screen and (max-width: 768px) {
  .table-row {
    display: block;
  }

  .table-row.header {
    padding: 0;
    height: 0px;
  }

  .table-row.header .cell {
    display: none;
  }

  .table-row .cell:before {
    font-size: 1.125em;
    color: #808080;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 0.8em;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .cell {
    display: block;
  }
}

.table-row .cell {
  font-size: 1.125em;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table-row.header .cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.table-row .cell:nth-child(1) {
  padding-left: 20px;
}

.table-row .cell:nth-child(2) {
  text-align: center;
}

.table-row .cell:nth-child(3) {
  text-align: center;
}

.table-row .cell:nth-child(4) {
  text-align: center;
}

.table,
.table-row {
  width: 100% !important;
}

@media (max-width: 768px) {
  .table-row {
    border-top: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .table-row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table-row .cell:nth-child(1) {
    padding-left: 30px;
  }

  .table-row .cell {
    font-size: 1.125em;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table,
  .table-row,
  .cell {
    width: 100% !important;
  }
}
