
hr {
  width: 90%;
  height: 4px;

  background-color: rgba(0,0,0,.2);
  border: none;
  border-radius: 3px;
}
ul li { line-height: 22px; }

.piece {
  padding: 40px 20px 20px 20px;

  --bground-color: #ffffff;
  background-color: var(--bground-color);
}

.piece .title-wrap {
  cursor: pointer;
  transition: .25s;
}
.piece .title-wrap h2 { text-align: center; }
.piece .content-wrap {
  padding: .8% 1.2%;
  text-align: left;
}
.piece .content-wrap.centr { text-align: center; }
.table-content .left { text-align: right; }
.table-content .right { text-align: left; }

.piece.to-hide .content-wrap { display: none; }
.piece.to-hide .title-wrap:hover { padding-top: +20px; }

.piece .ashowbreak img[onclick*="window.location.href"] { cursor: pointer; }
.piece .ashowbreak {
  margin: 15px 0;
  max-height: 54vh;

  overflow: hidden;
  display: flex;
  flex-direction: row;

  border-radius: 12px;
  box-shadow: 0 0 8px 4px rgba(0,0,0,.3);
}
.piece .ashowbreak section {
  flex: 50%;
  max-width: 50%;

  display: flex;
  flex-direction: column;
}
.piece .ashowbreak.long section {
  flex: 25%;
  max-width: 25%;
}
.piece .ashowbreak section img {
  flex: 50%;
  min-height: 50%;
  max-height: 50%;

  border: 1px solid rgba(0,0,0,.7);
  object-fit: cover;
  object-position: center;
}
.piece .ashowbreak.justone section {
  flex: 100%;
  max-width: 100%;
}
.piece .ashowbreak.justone section img {
  flex: 100%;
  min-height: 100%;
  max-height: 100%;


  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .table-content .left, .table-content .right { text-align: center; }
}

@media (max-width: 850px) {
  .piece .ashowbreak.long section {
    flex: 50%;
    max-width: 50%;
  }
  .ashowbreak.long .c, .ashowbreak.long .d { display: none; }
}
