

/* Start:/local/templates/landing/components/bitrix/system.pagenavigation/.default/style.css?17387521943604*/
.listPageFilter {
    flex: 1;
}

.pagination-block {
    padding: 20px;
}

.pagination-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-pagination {
    display: flex;
}

@media (max-width:480px) {
    .main-pagination {
        display: none;
    }
}

.main-pagination span {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.main-pagination .main-pagination__right {
    border-left: 1px solid #aab8c3;
    padding-left: 2rem;
    padding-right: 2rem;
}

.main-pagination .num-page {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.854.854A.5.5 0 0 1 1.207 0h5.586a.5.5 0 0 1 .353.854L4.354 3.646a.5.5 0 0 1-.708 0L.854.854z' fill='%2340454E'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: .8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 1.8rem;
}

.main-pagination .numb-container {
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.main-pagination .select-button {
    position: relative;
}

.main-pagination .numb-container:focus,
.main-pagination .numb-container:hover {
    background-color: #fff;
}

.main-pagination .numb-container:focus>.select-numb {
    visibility: visible;
    opacity: 1;
    top: 2.4rem;
}

.main-pagination .select-numb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.main-pagination .select-numb a {
    padding: 1rem 1.5rem;
    color: #212424;
    text-decoration: none;
    position: relative;
}

.main-pagination .select-numb a:hover {
    color: #a50f2d;
}

.main-pagination .select-numb:focus {
    top: 2.4rem;
    visibility: visible;
    opacity: 1;
}

.pagination {
    display: flex;
    gap: 2rem;
    padding: 0 .5rem;
}

@media (max-width:1024px) {
    .pagination {
        gap: 1.8rem;
    }
}

@media (max-width:480px) {
    .pagination {
        justify-content: space-between;
        width: 100%;
    }
}

.pagination .arrow {
    width: 1.5rem;
    height: 1.5rem;
    stroke: #aab8c3;
    transition: transform .4s;
    top: .2rem;
    position: relative;
}

@media (max-width:480px) {
    .pagination .arrow {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.pagination .arrow--right {
    top: 0;
    transform: rotate(180deg);
}

.pagination .arrow--active {
    stroke: #212424;
}

.pagination a {
    position: relative;
    display: block;
    height: 2.4rem;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #40454e;
    text-decoration: none;
}

@media (max-width:480px) {
    .pagination a {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }
}

.pagination a:hover .arrow--active {
    transform: rotate(0) translateX(-.5rem);
}

.pagination a:hover .arrow--right {
    transform: rotate(180deg) translateX(-.5rem);
}

.pagination a:nth-last-child(3) {
    margin-right: 0;
}

.pagination a.active {
    color: #a50f2d;
    position: relative;
}

.pagination a.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.3rem;
    width: 1.4rem;
    transform: translateX(-50%);
    height: .1rem;
    background-color: #a50f2d;
}

.pagination a:hover:not(.active) {
    color: #697279;
}

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