.postlist.block /*, .postlist.block .item:nth-child(even)*/{
    clear:left;
    overflow:hidden; /* для просмотра сказок в ЛК*/
}
.postlist.block .grid-post{
    height:calc(100% - 40px);
}

body .postlist .post-meta-publ-date{
    font-size:11px;
}
.postlist .shift{
    padding-top:20px;
}

.postlist .list-post-container{
    text-align:center;
    background:transparent;
}
.postlist .list-post-container img{
    margin:0 auto;
}

.postlist .grid-post h3.title{
    padding:7px 0;
    font-size:17px;
    text-align:center;
}

.postlist .grid-post-body{
    padding:0px 12px 15px;
}

.postlist .grid-post p{
    margin-bottom:0;
}

.postlist.block .post-meta{
    margin: 0 25px;
    padding: 8px 0;
}

.postlist.block .grid-post .post-meta-publ-date{
    padding-right:0;
}

/*
.postlist .grid-post-body{
    position:relative;
    height: calc(100% - 165px);
}
*/

body .blog-post-container{
    background:none;
    text-align:center;
}
.blog-post-container img{
    display:inline;
}

.blog-post .preview {
    font-size: 19px;
    line-height: 1.8;
    color: #4A4848;
    padding: 15px 0;
}

.blog-post-body{overflow:hidden}