.zachistka-article {
  background: #ffffff;
}

.zachistka-article .article-main {
  padding: 34px 0 70px;
  background: linear-gradient(180deg, #f5f9fc 0, #f5f9fc 320px, #ffffff 320px);
}

.zachistka-article .article-card {
  width: min(1060px, calc(100% - 32px));
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid #e3edf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(13, 38, 56, 0.08);
}

.zachistka-article .article-breadcrumbs {
  margin-bottom: 14px;
}

.zachistka-article .article-card h1 {
  max-width: 900px;
  margin-bottom: 18px;
  color: #071728;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
}

.zachistka-article .article-card h1 + p {
  max-width: 900px;
  margin-bottom: 28px;
  padding: 22px 24px;
  border-left: 5px solid #12bed0;
  border-radius: 8px;
  background: #f0fbfd;
  color: #17324a;
  font-size: 18px;
  line-height: 1.75;
}

.zachistka-article .article-card h2 {
  margin-top: 42px;
  padding-top: 30px;
  border-top-color: #ddeaf1;
  color: #071728;
}

.zachistka-article .article-card h2:first-of-type {
  margin-top: 26px;
}

.zachistka-article .article-card h2 + ul,
.zachistka-article .article-card h2 + p + ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 30px;
  padding: 0;
  list-style: none;
}

.zachistka-article .article-card h2 + ul li,
.zachistka-article .article-card h2 + p + ul li {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #dce9f0;
  border-radius: 8px;
  background: #fbfdff;
  box-shadow: 0 10px 24px rgba(13, 38, 56, 0.05);
}

.zachistka-article .article-card > p:has(+ img) {
  margin-top: 26px;
  margin-bottom: 12px;
  background: #071728;
  color: #ffffff;
}

.zachistka-article .article-card img {
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(13, 38, 56, 0.14);
}

.zachistka-article .article-card img[width="300"],
.zachistka-article .article-card img[height="300"] {
  width: min(300px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
}

.zachistka-article .article-card img[width="800"][height="800"] {
  width: min(560px, 100%);
  aspect-ratio: 1;
  object-fit: cover;
}

.zachistka-article .article-card strong {
  color: #061827;
}

.zachistka-article .article-card > p:not(:has(+ img)) strong:first-child {
  display: inline-block;
  margin-bottom: 4px;
}

.zachistka-article .article-author-social {
  margin-top: 50px;
  border-color: #cfe7ee;
  background: linear-gradient(180deg, #ffffff 0, #f6fbfd 100%);
}

@media (max-width: 760px) {
  .zachistka-article .article-main {
    padding: 18px 0 50px;
    background: #ffffff;
  }

  .zachistka-article .article-card {
    width: min(100% - 20px, 1060px);
    padding: 20px 14px 24px;
    border-radius: 8px;
    box-shadow: none;
  }

  .zachistka-article .article-card h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  .zachistka-article .article-card h1 + p {
    padding: 16px;
    font-size: 16px;
  }

  .zachistka-article .article-card h2 {
    margin-top: 30px;
    padding-top: 22px;
    font-size: 22px;
  }

  .zachistka-article .article-card h2 + ul,
  .zachistka-article .article-card h2 + p + ul {
    grid-template-columns: 1fr;
  }

  .zachistka-article .article-author-social {
    padding: 22px 14px;
  }
}
