.blog_description{
    text-align: center;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    line-height: 140%;
    width: 90%;
}
.blog_items_block{
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
}
.blog_item{
    border: 1px solid transparent;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: calc(100% / 4 - 15px);
    border-radius: 4px;
    background: var(--white);
    padding: 20px;
}
.blog_item:hover{
    border-color: var(--brandGray);
}
.blog_img{
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    height: 240px;
}
.servs_title{
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
}
.serv_inf_blog{
    margin-bottom: auto;
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.dateof_blog{
    font-size: var(--sixteen);
}
.date_line_blck{
    gap: 5px;
}
.blue_line{
    width: 60px;
    border-bottom: 4px solid var(--brandGray);
}
.blog_item:hover .blue_line{
    width: 100px;
}
.blog_item_section{
    max-width: 1000px;
    margin: 50px auto;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    /*line-height: 140%;*/
}
.blogs_title{
    align-self: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--black);
}
.pagination_{
    justify-content: center;
    margin-bottom: 80px;
    gap: 10px;
}
.next_prev_btn{
    border: 1px solid var(--brandGray);
    border-radius: 4px;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: var(--brandGray);
}
.next_prev_btn:hover{
    background-color: transparent;
}
.next_prev_btn:hover svg path{
    stroke: var(--brandGray);
}
.pagination_sp {
    font-size: var(--eighteen);
    width: 40px;
    height: 40px;
    color: var(--brandGray);
    border-radius: 4px;
    justify-content: center;
    font-family: 'Inter-Bold';
    border: 0.3px solid var(--brandGray);
}
.pagination_sp:hover, .pagination_sp_active {
    background-color: var(--brandGray);
    color: var(--white);
}
.tochki_:hover{
    background-color: transparent !important;
    color: var(--brandGray) !important;
}

/* CKEditor / HTML tables in post body: borders are often missing after save; enforce visible grid */
.blog_item_section figure.table {
    width: 100%;
    max-width: 100%;
    margin: 1.25rem 0;
}
.blog_item_section table {
    border-collapse: collapse;
    width: 100%;
    max-width: none;
    min-width: 100%;
    margin: 1.25rem 0;
    border: 2px solid rgba(40, 40, 40, 0.55);
    font-size: inherit;
    line-height: 1.5;
    box-sizing: border-box;
    table-layout: fixed;
}
.blog_item_section th,
.blog_item_section td {
    border: 2px solid rgba(40, 40, 40, 0.55);
    padding: 0.65rem 0.85rem;
    text-align: left;
    vertical-align: top;
}
.blog_item_section thead th {
    background-color: rgba(64, 105, 124, 0.12);
    color: var(--black);
    font-weight: 600;
}








