.s2 {
  padding: 13rem 0 7.5rem 0;
}

h1 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #005076;
  margin-bottom: 4rem;
}

.nav-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 50px 0 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #0b344c;
  color: #0b344c;
}

.nav-header__title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 640px) {
  .nav-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.nav-select {
  flex: 0 0 auto;
  font: inherit;
  font-size: 14px;
  padding: 6px 30px 6px 10px;
  color: #0b344c;
  background: #fff;
  border: 1px solid rgba(11, 52, 76, 0.3);
  border-radius: 0;
  cursor: pointer;
  outline: none;
}

.nav-select:focus {
  outline: none;
}

.nav-select:focus-visible {
  outline: none;
}

.nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 15px;
  color: #0b344c;
}

.nav-table td {
  padding: 12px 16px;
  white-space: nowrap;
  border-bottom: 1px solid #dfe4e8;
}

.nav-table__label {
  text-align: left;
  width: 45%;
  white-space: normal;
  color: #1a6a9e;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.nav-table__head td {
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #0b344c;
}

.nav-table__group td {
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #eef1f3;
  border-bottom: 0;
}

.nav-table tr:last-child td {
  border-bottom: 0;
}

.nav-note {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(11, 52, 76, 0.7);
}
