.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.res_count {
    margin-left: auto;
    color: var(--grey);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.fetcher_inner{margin-bottom: 30px;padding: 5px;}
.fetcher{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}
.fetcher .load_more,
.fetcher .paginator {
    margin: 0 10px;
    height: 24px;
}
.fetcher .paginator{
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.fetcher .act_page{
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue);
}
.fetcher .page_pointer{
    width: 24px;
    height: 24px;
    border: none;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}
.fetcher span.page_pointer{
    opacity: .5;
    cursor: not-allowed;
}
.fetcher .pagination_list{
    margin:0 15px;
}
.fetcher .pagination_list > span,
.fetcher .pagination_list > a{
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: #202123;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fetcher .pagination_list > a:hover{
    border-color: #1735dc;
}
.fetcher .pagination_list span.act_page{
    color: #1735dc;
}
@media(max-width: 990px){
    .buildings_page .fetcher{
        margin: 0 auto;
    }
    .fetcher_inner {
        margin-bottom: 10px;
    }
    .res_count{font-size: 14px;}
    .buildings_page .res_count,
    .listing_list .res_count{
        display: none;
    }
}
