body {
  background: #d8e1f3;
  color: #3f4c61;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.ngpu-shell,
.ngpu-page-shell {
  max-width: 1720px;
  margin: 0 auto;
}

body:has(.ngpu-page-shell) .container--outer {
  max-width: 1720px;
  margin: 0 auto;
  box-shadow: none;
}

body:has(.ngpu-page-shell) .wrapper {
  display: block;
  padding: 0;
  background: #ffffff;
}

body:has(.ngpu-page-shell) .primary {
  flex-basis: 100%;
}

.ngpu-header {
  background: #244dbe;
  background-image: radial-gradient(1100px 260px at 8% -120px, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0) 62%);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.ngpu-header .ngpu-shell {
  min-height: 104px;
  display: flex;
  align-items: flex-start;
  padding: 16px 24px;
}

.ngpu-logo {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

.ngpu-divider {
  height: 36px;
  max-width: 1720px;
  margin: 0 auto;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ngpu-page-shell {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
}

.ngpu-left-column,
.ngpu-right-column,
.ngpu-content-column {
  min-width: 0;
}

.ngpu-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #afbee2;
  color: #374d70;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ngpu-panel + .ngpu-panel {
  margin-top: 12px;
}

.ngpu-panel h2 {
  margin: 0;
  padding: 8px 14px;
  background: #284fc0;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.ngpu-nav-list,
.ngpu-tree-list {
  margin: 0;
  padding: 14px 18px 18px 32px;
}

.ngpu-nav-list li,
.ngpu-tree-list li {
  margin: 0 0 8px;
}

.ngpu-nav-list a,
.ngpu-tree-list a {
  color: #374d70;
  font-weight: 700;
  text-decoration: none;
}

.ngpu-nav-list a:hover,
.ngpu-tree-list a:hover,
.ngpu-news-card h2 a:hover,
.ngpu-read-more:hover {
  text-decoration: underline;
}

.ngpu-tree-list ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.ngpu-contacts-panel address {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 16px;
  font-style: normal;
  font-weight: 700;
}

.ngpu-intro,
.ngpu-news-card {
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ngpu-intro {
  margin: 0 0 14px;
  padding: 18px 20px;
  color: #424242;
  font-size: 1rem;
  line-height: 1.45;
}

.ngpu-news-card {
  position: relative;
  min-height: 126px;
  margin: 0 0 14px;
  padding: 14px 20px 48px;
}

.ngpu-news-card-featured {
  background: #e8edf8;
  border-color: #dfe5f4;
}

.ngpu-news-card h2 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aeb1b8;
  color: #385a87;
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  line-height: 1.2;
}

.ngpu-news-card h2 a {
  color: inherit;
  text-decoration: none;
}

.ngpu-news-meta {
  margin-bottom: 7px;
  color: #4c4c4c;
  font-size: 0.85rem;
  font-weight: 700;
}

.ngpu-news-summary {
  color: #4a4a4a;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.ngpu-news-summary p {
  margin: 0;
}

.ngpu-read-more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #385a87;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .ngpu-page-shell {
    grid-template-columns: 230px 1fr;
  }

  .ngpu-right-column {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .ngpu-panel + .ngpu-panel {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .ngpu-header .ngpu-shell {
    min-height: 82px;
    padding: 14px 16px;
  }

  .ngpu-divider {
    height: 22px;
  }

  .ngpu-page-shell {
    display: flex;
    flex-direction: column;
    padding: 12px;
  }

  .ngpu-left-column {
    order: 1;
  }

  .ngpu-content-column {
    order: 2;
  }

  .ngpu-right-column {
    order: 3;
    display: block;
  }

  .ngpu-panel + .ngpu-panel {
    margin-top: 12px;
  }

  .ngpu-news-card {
    min-height: 0;
    padding: 14px 16px 46px;
  }
}
