/* Scoped fidelity pass for the Kazakhtelecom KPI table. */
.information-company .information-kpi-table-frame {
  width: 100%;
  max-width: none;
  overflow: visible;
}

.information-company .information-kpi-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  color: #171717;
  font-family: inherit;
  font-size: clamp(13px, 1.02vw, 17px);
  line-height: 1.24;
}

.information-company .information-kpi-table th,
.information-company .information-kpi-table td {
  box-sizing: border-box;
  vertical-align: middle;
}

.information-company .information-kpi-table thead th {
  padding: 0.62rem 0.72rem 0.72rem;
  border: 0;
  background: #fff;
  color: #171717;
  font-weight: 700;
  text-align: right;
}

.information-company .information-kpi-table thead th:first-child {
  width: 74%;
  text-align: left;
  text-transform: none;
}

.information-company .information-kpi-table thead th:nth-child(2),
.information-company .information-kpi-table thead th:nth-child(3) {
  width: 13%;
}

.information-company .information-kpi-table thead th:last-child {
  background: rgba(155, 133, 107, 0.12);
  color: #a28a6d;
}

.information-company .information-kpi-table tbody td,
.information-company .information-kpi-table tbody th {
  padding: 0.44rem 0.72rem;
  border: 0;
  border-bottom: 1px solid rgba(162, 138, 109, 0.52);
  background: #fff;
  color: #171717;
  font-weight: 400;
}

.information-company .information-kpi-table tbody td:first-child,
.information-company .information-kpi-table tbody th:first-child {
  text-align: left;
}

.information-company .information-kpi-table tbody td:not(:first-child),
.information-company .information-kpi-table tbody th:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}

.information-company .information-kpi-table tbody td:last-child,
.information-company .information-kpi-table tbody th:last-child {
  background: rgba(155, 133, 107, 0.12);
  color: #a28a6d;
  font-weight: 600;
}

.information-company .information-kpi-table .information-kpi-group-row > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-color: rgba(162, 138, 109, 0.38);
  background: #fff;
  color: #a28a6d;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.information-company .information-kpi-table tbody tr:last-child > * {
  border-bottom: 0;
}

.information-company .information-kpi-followup {
  width: 100%;
  max-width: none;
  margin: clamp(24px, 2.4vw, 38px) 0 clamp(20px, 2vw, 32px);
  color: #171717;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-transform: none;
}

@media (max-width: 760px) {
  .information-company .information-kpi-table {
    font-size: clamp(10px, 2.6vw, 13px);
  }

  .information-company .information-kpi-table thead th,
  .information-company .information-kpi-table tbody td,
  .information-company .information-kpi-table tbody th {
    padding-right: 0.38rem;
    padding-left: 0.38rem;
  }

  .information-company .information-kpi-table thead th:first-child {
    width: 68%;
  }

  .information-company .information-kpi-table thead th:nth-child(2),
  .information-company .information-kpi-table thead th:nth-child(3) {
    width: 16%;
  }
}
