.news-list-header {
  padding: 4.8rem 11.2rem 0;
}

a.breadcrums_item {
  color: #374151;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
}

.breadcrumb-home {
  color: #666;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-link {
  color: #0066cc;
  text-decoration: none;
  white-space: nowrap;
}

.resource-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 8rem 2rem;
}

.resource-block__content {
  flex: 1;
}

main.article {
  padding: 4.8rem 0px 6.4rem;
}

section.anatomy-content {
  max-width: 80rem;
  margin: auto;
}

.anatomy-content__container {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

h1.anatomy-content__title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 800;
  color: #111827;
}

.resource-block__title {
  font-size: 3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2rem;
}

.resource-block__text {
  font-size: 1.6rem;
  color: #374151;
  line-height: 1.6;
  max-width: 48rem;
}

.resource-block__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  object-fit: cover;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  background-color: #fff;
  max-width: 121.6rem;
  margin: 0 auto;
}

.document-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
  transition: border-color 0.2s ease;
}

.document-card:hover {
  border-color: #ddd;
}

.document-icon {
  font-size: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1.2rem 0;
  line-height: 1.4;
}

.document-author {
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 1.2rem 0;
  line-height: 1.5;
}

.document-meta {
  margin-top: auto;
}

.document-link {
  font-size: 1.4rem;
  color: #0066cc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.document-link:hover {
  color: #0055aa;
  text-decoration: underline;
}

.sex-section {
  padding-top: 6.4rem;
  padding-bottom: 0;
}

.sex-container {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.sex-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 4.8rem;
  color: #111827;
}

.sex-text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  color: #1f2937;
}

.sex-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem 3.2rem;
}

.sex-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 2rem;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #111827;
  text-decoration: none;
  transition: background 0.2s ease;
  font-weight: 600;
}
a.sex-item svg {
  min-width: 4.8rem;
  min-height: 4.8rem;
}
a.sex-item.active svg rect {
  fill: #0070ad;
}

a.sex-item.active svg path {
  fill: #fff;
}
.sex-item img {
  width: 4.8rem;
  height: 4.8rem;
}

.anatomy-content__text p {
  color: #1f2937;
  line-height: 2.8rem;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}

.membership-cta {
  display: flex;
  align-items: center;
  padding: 5.6rem 11.2rem;
  background-color: #fafafa;
  width: 100%;
}

.membership-image {
  /* flex: 1; */
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  max-width: 58.6rem;
  max-height: 33rem;
}

.membership-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 40rem;
}

.membership-content {
  flex: 1;
  max-width: 50rem;
}

.membership-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.membership-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 5.7rem 0;
}

.membership-benefits li {
  font-size: 1.6rem;
  color: #374151;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 2.4rem;
  align-items: center;
}

.main-content__section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.2rem;
  max-width: 121.6rem;
  width: 100%;
  margin: auto;
}

.membership-benefits li::before {
  content: "";
  background-image: url("/wp-content/themes/ref/img/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.btn-membership {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background-color: #0070ad;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 10rem;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 22.2rem;
  height: 4.9rem;
}

.btn-membership:hover {
  background-color: #0055aa;
}

/* Мобильная версия (375px - 834px) */
@media (max-width: 834px) {
  .news-list-header {
    padding: 3.2rem 1.6rem 0;
  }

  .breadcrumb {
    font-size: 1.4rem;
    padding: 0;
    overflow: hidden;
  }

  a.breadcrums_item {
    color: #374151;
    width: 100%;
    max-width: fit-content;
    min-width: fit-content;
  }
  .resource-block {
    flex-direction: column;
    gap: 2.4rem;
    padding: 4.8rem 2rem;
  }

  .resource-block__content {
    max-width: 100%;
  }

  main.article {
    padding: 2rem 0 2.8rem;
  }

  section.anatomy-content {
    max-width: 100%;
    padding: 0 1.4rem;
  }

  .anatomy-content__container {
    gap: 4.1rem;
  }

  h1.anatomy-content__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  .resource-block__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .resource-block__text {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
  }

  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 1.6rem;
  }

  .document-card {
    padding: 1.6rem;
    gap: 0.8rem;
  }

  .document-icon {
    font-size: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .document-title {
    font-size: 1.4rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.6;
  }

  .document-author {
    font-size: 1.2rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
  }

  .document-link {
    font-size: 1.2rem;
    gap: 0.4rem;
  }

  .sex-section {
    padding-top: 2.7rem;
  }

  .sex-container {
    padding: 0 1.4rem;
  }

  .sex-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 3.6rem;
  }

  .sex-text p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
  }

  .sex-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2.4rem;
  }

  .sex-item {
    font-size: 1.7rem;
    line-height: 2rem;
    gap: 1.7rem;
    padding: 0;
  }

  .sex-item img {
    width: 4.1rem;
    height: 4.1rem;
  }

  .anatomy-content__text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0;
  }

  .membership-cta {
    flex-direction: row;
    padding: 2.2rem 1.4rem;
    gap: 2.4rem;
  }

  .membership-image {
    max-width: 100%;
    max-height: 24rem;
  }

  .membership-content {
    max-width: 100%;
  }

  .membership-title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.4;
  }

  .membership-benefits {
    margin: 0 0 4.2rem 0;
  }

  .membership-benefits li {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 2rem;
    gap: 0.8rem;
  }

  .membership-benefits li::before {
    width: 2rem;
    height: 2rem;
  }

  .btn-membership {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    max-width: 100%;
    height: auto;
    justify-content: center;
  }
}

/* Планшетная версия (834px - 1200px) */
@media (min-width: 835px) and (max-width: 1200px) {
  .news-list-header {
    padding: 4rem 3.2rem 0;
  }

  .breadcrumb {
    font-size: 1.3rem;
    padding: 0 3.2rem;
  }

  .resource-block {
    gap: 3.2rem;
    padding: 6.4rem 3.2rem;
  }

  main.article {
    padding: 4rem 0 5.6rem;
  }

  section.anatomy-content {
    max-width: 100%;
    padding: 0 2.4rem;
  }

  .anatomy-content__container {
    gap: 4rem;
  }

  h1.anatomy-content__title {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .resource-block__title {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }

  .resource-block__text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    max-width: 100%;
  }

  .documents-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
    padding: 0 2.4rem;
  }

  .document-card {
    padding: 1.6rem;
    gap: 0.8rem;
  }

  .document-icon {
    font-size: 1.8rem;
    width: 3.6rem;
    height: 3.6rem;
  }

  .document-title {
    font-size: 1.5rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.6;
  }

  .document-author {
    font-size: 1.3rem;
    margin: 0 0 0.8rem 0;
    line-height: 1.4;
  }

  .document-link {
    font-size: 1.3rem;
    gap: 0.4rem;
  }

  .sex-section {
    padding-top: 5.6rem;
  }

  .sex-container {
    padding: 0 2.4rem;
  }

  .sex-title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
    line-height: 4rem;
  }

  .sex-text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.6rem;
  }

  .sex-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem 2.4rem;
    margin-top: 3.2rem;
  }

  .sex-item {
    font-size: 1.8rem;
    line-height: 2.2rem;
    gap: 0.8rem;
    padding: 1.2rem;
  }

  .sex-item img {
    width: 4rem;
    height: 4rem;
  }

  .anatomy-content__text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .membership-cta {
    gap: 3.2rem;
    padding: 5.6rem 3.2rem;
  }

  .membership-image {
    max-width: 100%;
    max-height: 40rem;
  }

  .membership-content {
    max-width: 100%;
  }

  .membership-title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }

  .membership-benefits {
    margin: 0 0 4.8rem 0;
  }

  .membership-benefits li {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 2.2rem;
    gap: 0.8rem;
  }

  .membership-benefits li::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .btn-membership {
    font-size: 1.8rem;
    padding: 1.2rem 2rem;
    max-width: 20rem;
    height: 4.5rem;
  }
  .main-content__section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
