.oktrm { line-height: 1.7; }
.oktrm__btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .06s ease;
}
.oktrm__btn:active { transform: scale(0.98); }

.oktrm__more { margin-top: 10px; overflow: hidden; }
.is-hidden { display: none; }
