.posts-bloks {
    margin-top: 600px;
}
.see_all1,.see_all2{
    width: 169px;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #21475726;
    color: #214757;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.see_all2{
    display: none;
}
.posts-block {
    height:211px;
    background-size: 45% 100%;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.posts-block .law{
    height: 170px;
    width: 130px;
    position: absolute;
    border-radius: 4px;
}

@media all and (max-width: 1300px) {
    .posts-block .law{
        width: 110px;
    }
}
@media all and (max-width: 1170px) {
    .posts-block .law{
        width: 90px;
    }
}

.posts-block-col {
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
    margin-bottom: 30px;
}
.title-col {
    padding: 20px 0;
    height:100%;
}
.post-img-right-text{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.post-img-right-text .bottom sup{
    vertical-align: super;
    font-size: 8px;
}

.post-img-right-text .top , .post-img-right-text .bottom{
    color: white;
    font-size: 10px;
    font-weight: 600;
}
.content-blok-load-posts,.content-blok-load-news,.content-blok-load-videos{
    padding: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}
.content-blok-load-news{
    padding: 0!important;
}
.content-blok-load-posts::-webkit-scrollbar,.content-blok-load-videos::-webkit-scrollbar,.content-blok-load-news::-webkit-scrollbar {
    display: none;
}
.post-img-right-text .bottom{
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.rel_news_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 633px;
    background-color: #ECEBE5;
    z-index: -1;
}
.title a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description{
    height: 76px;
}
.description .title,.description .title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description .author{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.description .author{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #787878;
}
.description .title, .description .author{
    margin-top: 5px;
}
.date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #787878;
}

@media all and (max-width: 992px) {
    .see_all1{
        display: none;
    }
    .see_all2{
        display: flex;
        width: 100% !important;
    }
}
