.ui-table--compound {
  width: 100%;
}

.ui-table--compound tbody tr {
  display: block;
  width: 100%;
}

.ui-table--compound tbody tr td {
  padding: 18px 20px;
  color: #000000;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.ui-table--compound tbody tr:nth-child(odd) td {
  background-color: #F8F8F8;
  padding: 23px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.ui-table--compound tbody tr:nth-child(odd) {
  margin-top: 20px;
}

.ui-table--compound tbody tr:first-child {
  margin-top: 0;
}

.ui-table--compound tfoot tr {
  display: inline-flex;
  margin-top: 20px;
}

.ui-table--compound tfoot tr td {
  background-color: #F8F8F8;
  width: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.ui-table--compound tfoot tr td b {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  margin-left: 19px;
  margin-right: 46px;
}

@media screen and (max-width:859.98px) {
  .ui-table--compound tbody tr td {
    padding: 10px 10px;
  }

  .ui-table--compound tbody tr:nth-child(odd) td {
    padding: 14px 12px;
  }

  .ui-table--compound tfoot tr td b {
    font-size: 24px;
    margin-left: 10px;
    margin-right: 20px;
  }

  .ui-table--compound tfoot tr td {
    flex-wrap: wrap;
    padding: 10px 10px;
    padding-bottom: 0;
  }

  .ui-table--compound tfoot tr td .button {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    border-top: 10px solid #fff;
    margin-top: 8px;
  }
}

/* Цены */
.ui-table--prices {
  border-collapse: separate;
  border-spacing: 0px 3px;
  width: 100%;
  table-layout: fixed;
}

.ui-table--prices td {
  position: relative;
  padding: 15px;
  font-size: 16px;
  padding-left: 15px;
  overflow: hidden;
  border: 1px solid #fff;
}

.ui-table--prices tr td:first-child {
  border-right: none;
}

.ui-table--prices tr td:last-child {
  width: 200px;
  text-align: right;
  white-space: nowrap;
}

.ui-table--prices tr.ui-table__row--category td:last-child {
  text-align: left;
  border-left: none;
  padding-left: 0;
  padding-top: 32px;
  font-family: 'Clear Sans';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #282828;
  white-space: normal;
  display: none;
}

.ui-table--prices tr.ui-table__row--category td {
  border-top: none;
  border-bottom: none;
}

.ui-table--prices tr:nth-child(even) td {
  background-color: #F1F2D0;
}

.ui-table--prices tr:nth-child(odd) td {
  background-color: #F0F6F6;
}

.ui-table--prices tr.ui-table__row--category td {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .ui-table--prices tr td:last-child {
    width: 75px;
    padding-left: 0;
  }
}

.ui-table--prices tr:hover td {
  border-color: #000;
}

.ui-table__value-wrap {
  white-space: wrap;
}