div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float:left;
    margin:0 4px 6px 0;
}
.news-date-time {
    color:#486DAA;
}

.news-pages .poster-pages-tab {
    display: block !important;

    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
    position: relative;
    padding: 60px 0 0;
    margin-top: 34px;
}

.news-pages .poster-pages-tab .poster-pages--tabs-menu2 {
    max-width: 210px;
    width: 100%;
    position: relative;
    height: 100%;
    min-width: 198px;
    display: flex;
    flex-direction: column;
    margin-bottom: 190px;
}
.news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li {
    padding: 8px 36px;
    background: #f2f2f2;
    display: inline-block;
    margin-bottom: 15px;
    color: rgba(51,51,51,.3686274509803922);
    font: 14px/1 OpenSans-Regular;
    margin-left: -5px;
    position: relative;
    cursor: pointer;
}
.news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li.is-active {
    background: #5cadff;
    color: #fff;
}

.news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li label {
    z-index: 2;
    position: relative;
}
.news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.news-pages .poster-pages-tab .tab-content {
    padding: 0 30px;
    width: 100%;
    position: relative;
}
.news-pages .poster-pages-tab .tab-content .tab-content--el {
    display: block !important;
    height: 100%;
}
.news__wrapper .news__list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-start !important;*/
    overflow: hidden;
	width: 100%; padding: 0 20px; box-sizing: border-box;
}
.news__wrapper .news__list.is-active {
    height: auto!important;
}
.news-pages .poster-pages-tab .tab-content .tab-content--el .news__load2 {
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 14px OpenSans-Regular;
    color: #333;
    padding: 0;
    cursor: pointer;
}
.news-pages .poster-pages-tab .tab-content .tab-content--el .news__load2 .material-icons {
    color: #f1795c;
    margin-top: 11px;
    animation: dropDawn 1.4s ease-out infinite;
}
.news__wrapper .news__list .news__item2 {
    width: calc(33% - 20px) !important; min-width: calc(33% - 20px) !important;
    margin-bottom: 60px;
    position: relative;
    text-decoration: none;
	margin-right: 20px;
}

.news__wrapper .news__list .news__item2 .item__description {
    width: 100% !important;
}
.news__wrapper .news__list .news__item2 .item__cover {
    max-width: 308px !important; 
	overflow: hidden;
    width: 100% !important;
}
.news__wrapper .news__list .news__item2 .item__description > p { padding: 11px 0 0;
    color: #333;
    font: 16px/1.4 OpenSans-Regular;
    letter-spacing: .1px; }
.news__wrapper .news__list .news__item2 .item__description .item__title {
    font: 600 24px/1.2 OpenSans-Regular;
    color: #333;
    padding-top: 0;
    padding-bottom: 0;
}
.news__wrapper .news__list .news__item2 .item__description .item__data {
    padding: 24px 0 0;
    color: #333;
    font: 300 14px/1 OpenSans-Regular;
}
.news__wrapper .news__list .news__item2 .item__cover .item__image {
    width: 100% !important;
    height: 216px !important;
    object-fit: cover !important;
}
.news__wrapper .news__list .news__item2 .item__cover .item__category {
    position: absolute;
    bottom: 18px;
    left: -3px;
    height: 28px;
    padding: 0 25px;
    color: #fff;
    font: 600 14px/.7 OpenSans-Regular;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
}
.news__wrapper .news__list .news__item2 .item__cover .item__category:before {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    border: 14px solid transparent;
    border-top-color: inherit;
}
.news__wrapper .news__list .news__item2 .item__cover .item__category:after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    border: 14px solid transparent;
    border-bottom-color: inherit;
}

.show-more {  margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font: 14px OpenSans-Regular;
    color: #333;
    padding: 0;
    cursor: pointer; 
	text-decoration: none;
}
.show-more:hover { color: #333; }
.show-more .material-icons { color: #f1795c;  margin-top: 11px; animation: dropDawn 1.4s ease-out infinite; }

.show-more.disabled { display: none; }



@media (max-width: 1440px) {
    .news__wrapper .news__list .news__item .item__cover .item__image {
        max-height: 160px !important;
    }
    .news-pages .poster-pages-tab {
        padding: 30px 0;
    }
}

@media (min-width: 767px) {
    .news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li:before {
        position: absolute;
        content: "";
        top: 0;
        left: 20px;
        width: 100%;
        height: 100%;
        background-image: url(/local/templates/books/img/7397.png);
        background-size: cover;
        background-position: 100%;
        z-index: 0;
    }
    .news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li.is-active:before {
        background-image: url(/local/templates/books/img/72245.png);
    }
}

@media (max-width: 991px) {
    .news__wrapper .news__list .news__item2 {
       
        margin-right: 0 !important;
    }
    .news__wrapper .news__list {
        justify-content: space-between !important;
    }
}


@media (max-width: 767px) {
	.news__wrapper .news__list .news__item2 {  
	width: calc(50% - 10px) !important;  
	min-width: calc(50% - 10px) !important;  margin-bottom: 30px; }
		
    .news-pages .poster-pages-tab {
        flex-direction: column;
        padding: 20px 15px;
    }
    .news-pages .poster-pages-tab .poster-pages--tabs-menu2 {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .news-pages .poster-pages-tab .poster-pages--tabs-menu2 ul li {
        margin: 0 5px 10px 0;
        padding: 8px 20px;
    }
}

@media (max-width: 480px) {
    .news__wrapper .news__list .news__item2 .item__cover { height: 100px; }
	.news__wrapper .news__list .news__item2 .item__cover .item__image { height: 100px !important; }
	.news__wrapper .news__list .news__item2 .item__description > p { font-size: 12px; line-height: 1.1; }
}