

/* Start:/local/templates/7hills_main/components/bitrix/system.pagenavigation/pagenav/style.css?1754308080753*/
.completed-projects__pagination{
    margin-top:36px;
    display: grid;
    justify-content: center;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    align-items: center;
}
.completed-projects__pagination #prev{
    display: flex;
    justify-content: flex-start;
}
.completed-projects__pagination #next{
    display: flex;
    justify-content: flex-end;
}
.completed-projects__pagination--next-page{
    cursor: pointer;
    justify-self: flex-end;
}
.completed-projects__pagination--prev-page{
    cursor: pointer;
    justify-self: flex-start;
}
.completed-projects__pagination--prev-page svg path {
    stroke: #BDBDBD;
}
.completed-projects__pagination--prev-page svg.active path {
    stroke: #333333;
}

/* End */
/* /local/templates/7hills_main/components/bitrix/system.pagenavigation/pagenav/style.css?1754308080753 */
