.findings-page__header {
  margin-bottom: 2.5rem;
}

.findings-page__title {
  margin-bottom: 1rem;
}

.findings-page__intro {
  max-width: 52rem;
}

.findings-group {
  margin-bottom: 2.5rem;
}

.findings-page .findings-group:first-of-type .findings-group__title {
	margin-top:70px;
}
.findings-group__title {
  margin-bottom: 1rem;
  padding-bottom: 0;
  margin-top:30px;
  font-size:18px;
}

.findings-group__title:after {
	display:none;
}

.findings-group__table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dfe7dc;
  border-radius: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.findings-table {
  margin-bottom: 0;
  min-width: 820px;
  table-layout: fixed;
  width: 100%;
}

.findings-table__code {
  width: 16%;
}

.findings-table__description {
  width: 42%;
}

.findings-table__amount {
  width: 10%;
}

.findings-table__price {
  width: 14%;
}

.findings-table__link {
  width: 18%;
}
.findings-table thead th {
  border-top: 0;
  background: #eff0f2;
  color: #1f3420;
  font-weight: 600;
  white-space: nowrap;
}

.findings-table td,
.findings-table th {
  vertical-align: middle;
}
.findings-table td {
  overflow-wrap: anywhere;
}
.findings-table td a {
	color:#43bc9f;
}


.findings-table td:nth-child(3),
.findings-table td:nth-child(4),
.findings-table td:nth-child(5) {
  white-space: nowrap;
}

.findings-table tbody tr:nth-child(even) {
 /* background: #fafcf9; */
}

.findings-page__empty {
  padding: 2rem;
  border: 1px solid #dfe7dc;
  border-radius: 10px;
  background: #fafcf9;
}

