.load-more-btn{
    background: #FFD9D9;
    color: #FF333B;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    padding: 20px 28px;
    cursor: pointer;
    border-radius: 200px;
    border: none;
}
.load-more-btn:hover{
    background: #FFE2E2;
    color: #FF6E74;
}
.pagination-wrapper{
    display: flex
;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    margin-top: 80px;
}
.bitrix-pagination{
    display: flex
;
    gap: 8px;
    color: #311D1299;
    align-items: center;
}
.pagination-numbers{
    display: flex
;
    gap: 8px;
}
.page-number{
    width: 44px;
    height: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 200px;
    font-family: Wix Madefor Display;
    font-size: 18px;
    line-height: 135%;
    color: #311D1299;
}
.page-number.current{

    background: #F4EFEC;
    font-weight: 600;
    color: #311D12;
}
.pagination-arrow{
    color: #311D1299;
}
.pagination-arrow:hover,
.page-number:hover{
    color: #311D12;
}

@media (max-width: 767px) {
    .load-more-btn{
        height: 52px;
        min-height: 52px;
        padding: 0 22px;
        font-size: 16px;
        line-height: 1.35;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
