

/* Start:/local/templates/lineaflex/components/bitrix/system.pagenavigation/.default/style.css?17790910533739*/
.pagination__root {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
	margin: 2rem 0;
}

.pagination__list {
    align-items: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    justify-content: center;
}

/* Базовые стили для всех элементов пагинации */
.pagination__item {
    border-radius: 4px;
    color: #183e75;
    font-weight: 400;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.15s ease;
}

/* Стили для ссылок */
a.pagination__item {
    color: #183e75;
    background-color: transparent;
}

a.pagination__item:hover {
    background-color: rgba(24, 62, 117, 0.1);
    color: #183e75;
}

a.pagination__item:active,
a.pagination__item:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(24, 62, 117, 0.3);
}

/* Стили для активной страницы (текущей) */
.pagination__item[data-selected="true"],
button.pagination__item[aria-current="page"] {
    background-color: #183e75;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

/* Стили для кнопок-стрелок */
.pagination__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 4px;
    transition: all 0.15s ease;
}

.pagination__arrow svg {
    width: 20px;
    height: 20px;
}

.pagination__arrow:hover {
    opacity: 0.8;
}

/* Стили для стрелки "назад" */
.pagination__prev svg {
    transform: rotate(180deg);
}

/* Стили для многоточия */
.point_sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #183e75;
    font-weight: 400;
}

/* Стили для кнопки "Показать ещё" */
.pagination__more {
    width: 100%;
}

.u-button {
    align-items: center;
    background-color: #183e75;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    min-height: 48px;
    padding: 13px 20px;
    position: relative;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
}

.u-button:hover {
    background-color: #0f2b4f;
    color: #fff;
}

.u-button__light {
    background-color: #fff;
    border: 1px solid #183e75;
    color: #183e75;
}

.u-button__light:hover {
    background-color: #183e75;
    color: #fff;
}

/* Стили для состояния загрузки */
.load_more.loading {
    opacity: 0.7;
    cursor: wait;
    pointer-events: none;
}

/* Переопределение лишних Tailwind-классов, которые могут мешать */
.pagination__item.dark_link {
    color: #183e75 !important;
    background-color: transparent !important;
}

.pagination__item.dark_link:hover {
    background-color: rgba(24, 62, 117, 0.1) !important;
    color: #183e75 !important;
}

/* Стили для отключенных кнопок */
.pagination__arrow.disabled,
.pagination__item.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

/* Медиа-запросы */
@media (min-width: 1024px) {
    .pagination__list {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
/* End */
/* /local/templates/lineaflex/components/bitrix/system.pagenavigation/.default/style.css?17790910533739 */
