.hinnakiri {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  /*font-family: Arial, sans-serif;*/
}

.hinnatabel {
  width: 100%;
  table-layout: fixed; /* ← ключевая строка для переноса */
  word-wrap: break-word;
}


.hinnakiri h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.hinnakiri h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.hinnatabel th {
  background-color: #4192bc;
  color: #fff;
  font-weight: bold;
}

.hinnatabel td,
.hinnatabel th {
  white-space: normal !important; /* ← разрешаем перенос строк */
  word-break: break-word;
  padding: 10px;
  vertical-align: top;
}

.hinnatabel tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
