.news_block{
    padding-top:45px;
}

.news_block .items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.news_block .img {
    text-align: center;
    overflow: hidden;
}

.news_block .title_block{
    display: block;
    text-align: center;
    line-height: 35px;
    color: #3D4D65;
    font-family: Roboto;
}

.news_block .img img {
    vertical-align: middle;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    max-width: 100%;
    width:100%;
}

.news_block .rows_block {
    max-width:100%;
    margin-top: 25px;
}

.news_block .rows_block .item_block {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.news_block .item .info {
    padding: 15px 21px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #3D4D65;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E0E0E0;
    border-top: 0px;
}

.news_block .item .info a.name{
    color: #3D4D65;
    margin-bottom: 50px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.news_block .item .info .foot a.read{
    font-size: 14px;
    line-height: 19px;
}
.news_block .item .info .foot a.read:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 10px;
    background: url(/images/template/slider/arrow-right.svg) no-repeat;
    margin-left: 6px;
    background-size: 18px 11px;
}
.news_block .item .info .foot a.read:hover{
    color: #3D4D65;
}
.news_block .item .info .foot a.read:hover:after{
    background: url(/images/template/slider/arrow-right-hover.svg) no-repeat;
    background-size: 18px 11px;
}
.news_block .item .info .foot .date{
    font-size: 12px;
    line-height: 16px;
    color:#3D4D65;
    float: right;
}

.news_block .center{
    text-align: center;
    text-align: center;
    margin-top: 47px;
    margin-bottom: 35px;
}
.news_block .center .show-all{
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    padding: 6px 16px;
}

.news_block .center .show-all:hover{
    background: #008DDC;
    border-color: #008DDC;
    color: #fff;
}

@media(max-width:1200px){
    .news_block .items{
        grid-template-columns: 1fr 1fr;
    }
    
    .news_block .items .item_block:nth-of-type(n+5){
        display:none;
    }
    
    .news_block .item .info a.name{
        margin-bottom: 38px;
    }
}


@media(max-width:767px){
    .news_block .items{
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 677px){
    .news_block .rows_block .item_block{width:100%;}
}




.best_block.tab_slider_wrapp .top_blocks {
    height: auto !important;
    min-height: 50px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .best_block.tab_slider_wrapp .top_blocks {
        flex-direction: column;
        justify-content: center;
        border-bottom: none !important;
        padding-bottom: 0;
    }
}
