.tizers-list__items-wrapper{
  grid-row-gap: 34px;
}
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: row;
}
.tizers-list__item--column {
  flex-direction: column;
}

.tizers-list__item-image-wrapper {
  flex-shrink: 0;
}

.tizers-list__item-image-picture {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.tizers-list__item-image-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tizers-list__item-image-wrapper svg {
  max-width: 100%;
  max-height: 100%;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper {
  margin-bottom: 31px;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
  margin-right: 24px;
}

.tizers-list__item-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -0.25em;
}
.bx-ie .tizers-list__item-text-wrapper {
  flex-grow: 1;
}
@media (min-width: 451px) {
  .bx-ie .tizers-list__item-text-wrapper {
    flex-basis: 0;
  }
}

.tizers-list__item-descr {
  margin-top: 6px;
}

/* in detail
.detail-block.tizers {
  margin: -1px 0 0 0;
}
.detail-block .tizers-list__item-name {
  font-size: 1em;
}
.detail-block .tizers-list__item-descr {
  margin-top: 3px;
  font-size: 0.86667em;
}
.detail-block .tizers-list__item-image-wrapper {
  width: 40px;
  height: 40px;
} */

/** compact **/
.tizers-list--compact .tizers-list__item-image-wrapper {
  height: 24px;
  width: 24px;
}
.tizers-list--compact .tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
  margin-right: 15px;
}
.tizers-list--compact .tizers-list__item-text-wrapper {
  justify-content: center;
}