

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353*/
.pagenavigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    max-width: max-content;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagenavigation a:after {
    content: none;
}

.pagenavigation_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    opacity: 1;
    background: var(--button-color);
    background-size: 100% 100%;
    pointer-events: none;
}

.pagenavigation_arrow:hover {
    font-weight: bold;
    color: #000;
    background: var(--button-hover-color);
}

.pagenavigation_arrow.page-prev {
    left: 0;
}

.pagenavigation_arrow.page-next {
    right: 0;
}

.pagenavigation_arrow.active {
    pointer-events: auto;
}

.pagenavigation_page {
    width: 40px;
    height: 40px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.pagenavigation_page:hover {
    font-weight: bold;
}

.pagenavigation_page.active {
    opacity: 1;
    font-weight: bold;
}

.pagenavigation_page:before {
    content: none;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17645918821353 */
