.technical-characteristics-block-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.technical-characteristics-block .list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.technical-characteristics-block .list-container {
  min-width: 1000px;
}
.technical-characteristics-block .technical-table {
  border-spacing: 10px;
  margin: -10px;
  border-collapse: separate;
}
.technical-characteristics-block .technical-table thead tr td {
  border: 1px solid var(--bg-primary-stroke);
  font-weight: 800;
}
.technical-characteristics-block .technical-table tbody tr td:first-child {
  border: 1px solid var(--bg-primary-stroke);
}
.technical-characteristics-block .technical-table tbody tr td:not(:first-child) {
  background: var(--bg-primary-second);
  font-weight: 800;
}
.technical-characteristics-block .technical-table tr td {
  padding: 20px;
  border-radius: 20px;
}/*# sourceMappingURL=block.css.map */