/* Страница «ГОСТы» */
body.gosts-page {
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.gosts-page {
  background: #fff;
}

.gosts-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 18px 52px;
}

.gosts-table-wrap {
  margin-bottom: 28px;
}

.gosts-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  color: #111827;
}

.gosts-table th,
.gosts-table td {
  border: 1px solid #3f3f46;
  padding: 4px 8px;
  line-height: 1.05;
  vertical-align: middle;
}

.gosts-table th {
  background: #ededed;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
}

.gosts-table th:first-child,
.gosts-table td:first-child {
  width: 220px;
}

.gosts-table td {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.gosts-table td:first-child {
  text-transform: none;
  font-weight: 700;
}

.gosts-table a {
  color: #1d4ed8;
  text-decoration: underline;
  font-weight: 700;
}

.gosts-about {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.gosts-about__content {
  flex: 1;
  min-width: 0;
}

.gosts-about h2 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
}

.gosts-about p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
}

.gosts-about__ad {
  width: 250px;
  min-width: 250px;
  min-height: 250px;
  background: #e5e7eb;
}

.gosts-ad-card {
  display: none;
}

.gosts-ad-card__brand {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.gosts-ad-card__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .gosts-table th {
    font-size: 18px;
  }

  .gosts-table td {
    font-size: 14px;
  }

  .gosts-about h2 {
    font-size: 1.25rem;
  }

  .gosts-about p {
    font-size: 15px;
  }
}

@media (max-width: 840px) {
  .gosts-main {
    padding: 16px 12px 36px;
  }

  .gosts-table {
    font-size: 13px;
  }

  .gosts-table th,
  .gosts-table td {
    border-width: 1px;
    padding: 4px 6px;
  }

  .gosts-table th {
    font-size: 16px;
  }

  .gosts-table td {
    font-size: 12px;
  }

  .gosts-table th:first-child,
  .gosts-table td:first-child {
    width: 124px;
  }

  .gosts-about {
    flex-direction: column;
    gap: 18px;
  }

  .gosts-about h2 {
    font-size: 1.2rem;
  }

  .gosts-about p {
    font-size: 14px;
  }

  .gosts-about__ad {
    width: 100%;
    min-width: 0;
  }
}
