    body {
      font-family: 'Segoe UI', sans-serif;
      line-height: 1.6;
      background-color: #f9f9f9;
      
    }
    h1, h2, h3 {
      color: #00695c;
    }
    h1 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    h2 {
      font-size: 1.5rem;
      margin-top: 2rem;
    }
    h3 {
      font-size: 1.25rem;
      margin-top: 1.5rem;
    }
    p, li {
      max-width: 800px;
      margin-bottom: 1rem;
    }
    ul {
      padding-left: 1.5rem;
    }
	
	.consult-button {
  position: fixed;
  top: 40%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #f59e0b; /* или цвет как на главной */
  color: white;
  padding: 12px 20px;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  font-weight: 600;
  z-index: 999;
  cursor: pointer;
  transition: background-color 0.3s;
}
.consult-button:hover {
  background-color: #d97706;
}

.article-cover {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 10px; /* по желанию */
}


  .article-content h2 {
    font-size: 1.5rem; /* примерно 24px */
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .article-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 1rem;
    color: #333;
  }

  .article-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    list-style-type: disc;
  }

  .article-content li {
    margin-bottom: 0.5rem;
  }

.article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.article-content img.article-cover {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}

.article-content p {
  line-height: 1.7;
  font-size: 1.1rem;
}
