

/* Start:/local/templates/media/components/sb.by/authors/.default/bitrix/news.list/alphabet1/style.css?17763318381033*/
/* sizes */
.alphabet__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
}
@media (max-width: 1199px) {
  .alphabet__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .alphabet__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639px) {
  .alphabet__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 3.2rem;
  }
}

.alphabet__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.alphabet__letter-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.alphabet__name {
  display: none;
}
.alphabet__name:nth-child(-n+5) {
  display: flex;
}
@media (hover: hover) {
  .alphabet__name:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.alphabet--style-2 .alphabet__letter {
  margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
  .alphabet--style-2 .alphabet__letter {
    margin-bottom: 1.2rem;
  }
}

.alphabet--style-2 .alphabet__list {
  row-gap: 1.2rem;
}

/* End */
/* /local/templates/media/components/sb.by/authors/.default/bitrix/news.list/alphabet1/style.css?17763318381033 */
