.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;
}












