* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
  }

  .articles-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 40px 0;
  }

  .articles-title {
    font-size: 60px;
    font-weight: 700;
    color: #000000;
  }

  .articles-icon {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Для 3 карточек в ряд */
    gap: 20px;
    padding: 0 20px;
    max-width: 1327px;
    margin: 0 auto;
  }

  .card {
    width: calc(33.333% - 20px); /* 3 карточки в ряд с учетом отступов */
    max-width: 429px;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .card:hover .hashtag {
    opacity: 1 !important;
    transition: none !important;
  }

  .card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #000000;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .meta-item {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .meta-icon {
    width: 24px;
    height: 24px;
  }

  .meta-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    color: #1d1d1d;
  }

  .read-button {
    width: 100%;
    padding: 18px 32px;
    background: #ffffff;
    border: 1px solid #0039ff;
    border-radius: 24px;
    color: #436dff;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto; /* Кнопка прижимается к низу */
  }

  .read-button:hover {
    background: #0039ff;
    color: #ffffff;
  }

  @media (max-width: 1024px) {
    .cards-container {
      justify-content: center;
    }

    .card {
      max-width: 350px;
    }
  }

  @media (max-width: 768px) {
    .articles-title {
      font-size: 48px;
    }

    .card {
      max-width: 100%;
    }
  }

  .div2 {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 116px;
  }

  .div3 {
    color: #000000;
    text-align: center;
    font-family: var(--h1-font-family, "Inter-Bold", sans-serif);
    font-size: var(--h1-font-size, 60px);
    font-weight: var(--h1-font-weight, 700);
    position: relative;
  }

  .image-1033 {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 1;
  }

  .div4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%; /* Растягиваем на всю ширину */
    position: relative; /* Исправлено */
    z-index: 1; /* Поверх карточек */
    padding: 0 20px; /* Добавляем отступы */
  }

  .div5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Растягиваем на всю ширину */
    flex-wrap: wrap; /* Чтобы элементы не уезжали */
  }

  .div6 {
    color: #000000;
    text-align: center;
    font-family: var(--h2-font-family, "Inter-Bold", sans-serif);
    font-size: var(--h2-font-size, 40px);
    line-height: var(--h2-line-height, 140%);
    font-weight: var(--h2-font-weight, 700);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; /* Добавляем отступ снизу */
  }

  .div7 {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap; /* Чтобы элементы не уезжали */
    width: 100%; /* Растягиваем на всю ширину */
  }

  .div8 {
    color: var(--sinij, #0039ff);
    text-align: center;
    font-family: var(--body-text-font-family, "Inter-Light", sans-serif);
    font-size: var(--body-text-font-size, 20px);
    line-height: var(--body-text-line-height, 140%);
    font-weight: var(--body-text-font-weight, 300);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .frame-134301 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
  }

  .frame-134295,
  .frame-134296,
  .frame-134297,
  .frame-134298,
  .frame-134299,
  .frame-134300 {
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
  }

  ._1,
  ._2,
  ._3,
  ._4,
  ._999,
  .div9 {
    color: var(--chernyj, #1d1d1d);
    text-align: center;
    font-family: var(--body-text-font-family, "Inter-Light", sans-serif);
    font-size: var(--body-text-font-size, 20px);
    line-height: var(--body-text-line-height, 140%);
    font-weight: var(--body-text-font-weight, 300);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .articles-section {
    margin: 40px 0;
    text-align: center;
  }

  .articles-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
  }

  .card-image1, .card-image2, .card-image3 {
    position: relative;
  }

  .hashtag {
    display: none;
  }

  .content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px; /* Отступы для выравнивания с карточками */
    max-width: 1327px; /* Совпадает с шириной карточек */
    margin-left: auto;
    margin-right: auto;
  }

  /* Заголовок */
  .content-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-align: left;
  }

  /* Пагинация */
  .pagination {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pagination-label {
    font-size: 20px;
    font-weight: 300;
    color: var(--sinij, #0039ff);
  }

  .pagination-links {
    display: flex;
    gap: 8px;
  }

  .page {
    font-size: 20px;
    font-weight: 300;
    color: #1d1d1d;
    cursor: pointer;
  }

  .page:hover {
    text-decoration: underline;
  }

  .pagination .page {
    cursor: pointer;
    color: #1d1d1d;
    font-size: 20px;
  }

  .pagination .page.active {
    color: #0039ff;
    font-weight: 300;
  }

  .content-header {
    margin-bottom: 20px;
  }

  .content-header + .cards-container {
    margin-top: 20px;
  }

  /* Адаптация для мобильных устройств */
  @media (max-width: 768px) {
    .cards-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .card {
      width: 100%; /* Карточка занимает всю ширину */
      max-width: 400px; /* Ограничение максимальной ширины */
      margin-bottom: 20px; /* Отступ между карточками */
    }

    .card-content {
      text-align: center; /* Центрирование текста */
    }

    .card-image1, .card-image2, .card-image3,
    .card-image4, .card-image5, .card-image6,
    .card-image7, .card-image8, .card-image9,
    .card-article, .card-faq, .card-video {
      height: 200px; /* Уменьшение высоты изображений */
    }
  }