/* HMPO PAGE */
.hmpo-content {
  background: #fff;
  padding: 40px 0 100px;
}

.hmpo-inner {
  max-width: 1200px;          /* ← текст трохи вужчий */
  margin: 0 auto;
  padding: 0 40px;
}

.hpmo-text{
    max-width: 850px;
}

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 40px;
  font-size: 14px;
  color: #6b7a88;
}

.breadcrumbs a {
  color: #212529;
  text-decoration: underline;
}

.hmpo-title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 3px;
}

.hmpo-intro {
  font-size: 24px !important;
  margin-bottom: 38px !important;
}

.hmpo-inner p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.hmpo-inner h2{
    margin-top: 60px;
    margin-bottom: 10px;
}

.hmpo-inner h3{
    font-size: 16px;
    margin-bottom: 10px;
}

.hmpo-link {
  color: #e86020;
  text-decoration: none;
}

.hmpo-link:hover {
  text-decoration: underline;
}

/* TABLES */
.hmpo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 16px;
}

.hmpo-table th {
  background: #c9c9c9;
  text-align: left;
  padding: 14px;
  border: 1px solid #333;
  font-weight: 300;
}

.hmpo-table td {
  padding: 14px;
  border: 1px solid #333;
}

.hmpo-table .highlight {
  color: #e86020;
  font-weight: 500;
}

.highlight:hover{
    text-decoration: underline;
    cursor: pointer;
}

/* NOTE */
.hmpo-note {
  margin: 30px 0;
  font-size: 16px !important;
}

.hmpo-p{
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

/* LIST */
.hmpo-list {
  margin-top: 20px;
  padding-left: 22px;
}

.hmpo-list li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 9px;
}

.premiun-list{
    padding-left: 0 !important;
}

.premiun-list li{
     margin-bottom: 4px !important;
}


.hmpo-content h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}