.tizers-list__items-wrapper {
  grid-row-gap: 34px;
}
.tizers-list__item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.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; */
  width: 100px;
    height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('./tizers-round.svg') 0 0 no-repeat;
}
.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;
  text-align: center;
  /* 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;
}

/** 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;
}

@media (max-width: 600px) {
  .tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
    margin-right: 16px;
  }
  .tizers-list__item-text-wrapper {
    margin-right: 8px;
  }
}

.tizers-list__item-wrapper{
  width: 251px;
}

.tizers-list__item-link{
  align-items: center;
}

.tizers-list__item-text-wrapper .tizers-list__item-link,
.tizers-list__item-text-wrapper .tizers-list__item-name{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 106%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-top: 20px;
}

.tizers-list__item-text-wrapper .tizers-list__item-descr{
  /* font-family: var(--font-family); */
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a5c6d;
  margin-top: 10px;
}
