.pagination {
    margin-top: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.pagination li.active, .pagination li:first-child, .pagination li:last-child {
    background-color: #D0A149;
}

.pagination li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    text-align: center;
    transition: all .3s linear;
    background-color: #f0f0f0;
    margin: 0 4px;
}

.pagination li a {
    color: black;
}

.page-item .page-link {
    width: 100%;
    border: 2px solid;
}

.category-item_title {
    font-size: 20px;
    color: var(--font-color);
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}

.category-item_info {
    font-size: 22px;
    margin: 15px 0 20px 0;
    line-height: 28px;
    font-weight: 700;
    color: var(--heading-color);
}

.blog-thumbs-photos {
    display: flex;
    gap: 10px;
}

.blog-information_text {
    color: black;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.blog-information_contacts {
    color: black;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.blog-information_contacts div {
    /* display: grid;
    row-gap: 10px; */
    margin-top: 15px;
}

.blog-information_options {
    margin: 15px 0 20px 0;
}

.blog-information_option {
    display: flex;
    font-weight: 400;
    align-items: flex-end;
    font-size: 16px;
    margin-bottom: 15px;
    color: black;
}

.blog-information_option span {
    order: 1;
    font-weight: 500;
}

.blog-information_option::after {
    position: relative;
    margin: 0 5px;
    content: "";
    flex: auto;
    border-bottom: 1px dashed rgba(100, 100, 100, 0.5);
}

.blog-post-prices h2 {
    margin-bottom: 20px;
}

.calculation_item {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
}

.calculation_item-value {
    width: 450px;
    background: #272727;
    padding: 30px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: white;
}

.calculation_item-value.big {
    width: 100%;
    opacity: 0.7;
}

.calculation_item:nth-child(1) .calculation_item-value {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.page__title {
    margin: 0 0 15px 0;
}

.product-services {
    padding: 30px 10px;
    background-color: #F6F6F6;
}

.product-services-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.product-services-col {
    width: 220px;
    margin: 0 15px;
}
.product-services h3 {
    font-size: 1.6rem;
    line-height: 100%;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.product-services ul:last-child {
    margin-bottom: 0;
}
.product-services a, .product-services span.alink {
    display: block;
    padding-left: 16px;

    color: #000000;
    position: relative;
}
.product-services a::before, .dopuslugi span.alink::before {
    content: '✓';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
}