

/* Start:/local/templates/main/css/reviews.css?17659883191503*/
/* Навигация по страницам отзывов под заголовком */
.reviews__header-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.reviews__pagination {
  font-size: 14px;
  line-height: 1;
  color: var(--text-muted, #9D9D9D);
}

.reviews__pagination-current,
.reviews__pagination-total {
  min-width: 1.2em;
  text-align: center;
}

/* Мобильная навигация под блоком карточек */
.reviews__mobile-nav {
  display: none;               /* по умолчанию скрыта */
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

/* Состояние disabled для стрелок */
.reviews__nav-btn[disabled] {
  opacity: 0.4;
  cursor: default;
}

div.reviews__left-block {
	justify-content: space-between;
}
.breadcrumbs {
	margin-bottom: 40px;
}
div.reviews__left-block h2 {
	font-size: 64px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #1f1933;
    margin: 0;
}

div.reviews__cards-block::after {
	content: none;
}

/* Адаптация под телефоны */
@media (max-width: 1023px) {
	.reviews__cards-block {
		flex-direction: column;
	}
	.reviews__header-nav {
		display: none;
	}
	 .reviews__mobile-nav {
		display: flex;             /* снизу показываем */
	}
    .breadcrumbs {
		margin-bottom: 10px;
    }

	div.reviews__left-block h2 {
		font-size: 32px;
	}

	div.reviews__container {
		gap: 0;
	}
}
/* End */
/* /local/templates/main/css/reviews.css?17659883191503 */
