.all-news-title {
    clear: both;
    display: none;
    padding: 17px;
    border-bottom: 1px solid #cbcbcb;
    color: #515558;
    text-transform: uppercase;
    font-weight: bold;
}
.newsfeed-wrap {
    position: static;
}
.newsfeed-inner {
    overflow: hidden;
    margin-left: 0px;
    padding-left: 15px;
    position: relative;
}
.newsfeed-top {
	height: 46px;
    padding: 0;
    background: #a1bcc9;
    background: -moz-linear-gradient(top,#a9c3d1 0,#99b4c2 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a9c3d1),color-stop(100%,#99b4c2));
    background: -webkit-linear-gradient(top,#a9c3d1 0,#99b4c2 100%);
    background: -o-linear-gradient(top,#a9c3d1 0,#99b4c2 100%);
    background: -ms-linear-gradient(top,#a9c3d1 0,#99b4c2 100%);
    background: linear-gradient(to bottom,#a9c3d1 0,#99b4c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#dcdcdc',GradientType=0);
    z-index: 100;
    zoom: 1;
}
.newsfeed-top-icon {
	cursor: pointer;
    color: #FFF;
    font-size: 14px;
    line-height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    text-align: center;
    background-image: url(../images/icon_feed.png);
    background-size: 28px 21px;
    background-position: center;
    background-repeat: no-repeat;
}
.newsfeed-top-text {
	display: block;
    float: left;
    padding: 0 12px 0 0;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
}
.newsfeed-top-switch {
	float: right;
}
.newsfeed-sep {
	position: relative;
    top: 13px;
    width: 1px;
    height: 21px;
    float: left;
    display: block;
    border-left: 1px solid rgba(255,255,255,.5);
    box-shadow: inset 0 0 0 1px #dee7ec;
}
.newsfeed-btn-set {
	display: block;
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 40px;
    height: 46px;
    cursor: pointer;
    text-align: center;
}
.newsfeed-icon-settings {
    color: #FFF;
    font-size: 15px!important;
    line-height: 46px!important;
}
.newsfeed-content {
	overflow: hidden;
    position: relative;
    margin: 0 -20px;
    padding: 0 20px;
    padding-right: 0px;
    clear: both;
}
.newsfeed-items {
	overflow: hidden;
    margin-left: -20px;
    padding-left: 20px;
}
.newsfeed-item {
	background: #eef2f5;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.newsfeed-item_content {
	padding-bottom: 16px;
    background: transparent;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.newsfeed-item_top {
	line-height: 0;
}
.newsfeed-item_time-line {
	margin-bottom: 6px;
    padding-top: 10px;
    margin-left: -18px;
    white-space: nowrap;
}
.newsfeed-item_line-time {
	margin-left: 10px;
    padding: 1px 3px;
    height: 16px;
    background-color: #19105f;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    z-index: 5;
}
.settings-opened .newsfeed-item_line-time {
	opacity: 0;	
}
.newsfeed-item_sep {
	display: block;
    height: 0;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #fff;
}
.newsfeed-item_time-line .newsfeed-item_sep {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.newsfeed-item:first-child .newsfeed-item_sep {
	display: none;
}
.newsfeed-item_info {
	padding: 12px 10px 5px 16px;
    clear: both;
    font-size: 11px;
    line-height: 1.4;
}
.newsfeed-item_info .item-image {
    width: 35%;
    float: left;
    margin-right: 10px;
}
.newsfeed-item_info .item-image img {
    width: 100%;
}
.newsfeed-item_time {
	vertical-align: top;
    margin-right: 5px;
    color: #787777;
    font-weight: bold;
    height: 16px;
}
.newsfeed-item_category {
	color: #787777;
    font-weight: bold;
    text-decoration: none;
}
.newsfeed-item_text {
	padding: 0;
    /*clear: both;*/
}
a.newsfeed-item_title {
	font-weight: normal;
    color: #000;
    line-height: 1.5;
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin-top: 7px;
}
a.newsfeed-item_title:hover {
	text-decoration: underline;
}
.newsfeed-item_desc {
    font-size: 12px;
    color: #999;
    margin-top: 7px;
}
.newsfeed-item_tags {
    margin-top: 7px;
}
.newsfeed-item_tags > span {
    margin-right: 5px;
}
.newsfeed-item_more {
    margin-top: 7px;
}
.newsfeed-set {
	position: absolute;
    left: -300px;
    width: 240px;
    z-index: 10;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-left: 15px;
}
.settings-opened .newsfeed-set {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}
.newsfeed-set_content {
	overflow: hidden;
	width: 240px;
    height: 300px;
}
.newsfeed-set_top {
	border-top: 1px solid #c5c5c5;
	width: 100%;
}
.newsfeed-set_switch {
	padding: 0 6px;
    zoom: 1;
}
.newsfeed-set-switch_item {
	height: 43px;
    line-height: 45px;
    display: block;
    float: left;
    padding: 0 10px;
    color: #585858;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.newsfeed-set-switch_item_selected {
	border-bottom: 3px solid;
}
.newsfeed-set-switch_tab {
	display: none;
}
.newsfeed-set-switch_tab_selected {
	display: block;
}
.newsfeed-set_list {
    padding: 20px 0;
    clear: both;
    box-shadow: inset 0 1px 0 #fff;
    border-top: 1px solid #d2d2d2;
}
.newsfeed-set_item {
	cursor: pointer;
	position: relative;
    padding: 12px 15px 12px 16px;
    display: block;
    list-style: none;
}
.newsfeed-set_item::after {
    content: '';
    position: absolute;
    left: 48px;
    right: 14px;
    bottom: 0;
    height: 1px;
    background-color: #dfdfdf;
}
.newsfeed-set_checkbox {
    visibility: hidden;
}
.jq-checkbox {
    visibility: visible;
}
.newsfeed-set_checkbox {
	display: inline-block;
    position: relative;
    top: 1px;
    width: 10px;
    height: 10px;
    border: 2px solid #848285;
    border-radius: 50%;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
    cursor: pointer;
    box-sizing: content-box;
}
.newsfeed-set_checkbox > div {
	overflow: hidden;
    display: none;
    width: 8px;
    margin: 0;
    height: 8px;
    background-color: #848285;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 50%;
    box-sizing: content-box;
}
.newsfeed-set_checkbox.checked > div {
	display: block;
}
.newsfeed-set_label {
	cursor: pointer;
    padding-left: 16px;
    color: #585858;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
    line-height: 1.3;
    margin: 0;
}
.newsfeed-fixed {
    position: fixed;
    top: 50px;
    z-index: 5999;
}
.newsfeed-fixed .newsfeed-set {
    margin-left: 0;
}
.newsfeed-container .slimScrollDiv {
    padding-left: 15px;
    margin-left: -15px;
}
.newsfeed-set_confirm_filter {
    margin-bottom: 20px;
}
.newsfeed-set-confirm-filter_btn {
    display: inline-block;
    margin-left: 9px;
    padding: 7px 9px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    background-color: #585858;
    border: 0;
}
.newsfeed-set-confirm-filter_text {
    display: inline-block;
    padding: 1px 0 0 4px;
    color: #585858;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.1;
    vertical-align: middle;
}
#newsfeed-preloader {
    padding: 10px 0;
    text-align: center;
    display: none;
    width: 100%;
    background: #eef2f5;
}
#newsfeed-preloader img {
    display: inline-block;
}
#newsfeed-container__block {
    /*position: relative;
    margin-left: -15px;
    padding-left: 15px;*/
}
.mobile-newsfeed-more {
    display: none;
    margin: 18px 0;
    text-align: center;
    width: 100%;
}
.mobile-newsfeed-more a {
    color: #19105f;
    text-decoration: none;
    border-bottom: 1px dotted #19105f;
    font-weight: bold;
    font-size: 12px;
}
.b-color_10 {
    color: #19105f!important;
}

.b-color_13 {
    color: #2ab1a7!important;
}

.b-color_11 {
    color: #009a5a!important;
}

.b-color_21 {
    color: #2ab1a7!important;
}

.b-color_14 {
    color: #f06d1a!important;
}

.b-color_15 {
    color: #7bbf40!important;
}

.b-color_16 {
    color: #fdb710!important;
}

.b-color_17 {
    color: #0086d1!important;
}
.b-color_12 {
    color: #ec008c!important;
}
.b-color_16{
    color: #009a5a!important;
}
.b-color_8 {
    color: #ea4254!important;
}
.b-color_9 {
    color: #0086d1!important
}
.b-lenta-set__checkbox_color_8{
    border-color: #ea4254;
}
.b-lenta-set__checkbox_color_8 > div{
    background: #ea4254;
}
.b-lenta-set__checkbox_color_9{
    border-color: #0086d1;
}
.b-lenta-set__checkbox_color_9 > div{
    background: #0086d1;
}
.b-lenta-set__checkbox_color_10{
    border-color: #0086d1;
}
.b-lenta-set__checkbox_color_10 > div{
    background: #0086d1;
}
.b-lenta-set__checkbox_color_11{
    border-color: #009a5a;
}
.b-lenta-set__checkbox_color_11 > div{
    background: #009a5a;
}
.b-lenta-set__checkbox_color_12{
    border-color: #8e3c8f;
}
.b-lenta-set__checkbox_color_12 > div{
    background: #8e3c8f;
}
.b-lenta-set__checkbox_color_13{
    border-color: #2ab1a7;
}
.b-lenta-set__checkbox_color_13 > div{
    background: #2ab1a7;
}
.b-lenta-set__checkbox_color_14{
    border-color: #f06d1a;
}
.b-lenta-set__checkbox_color_14 > div{
    background: #f06d1a;
}
.b-lenta-set__checkbox_color_15{
    border-color: #fdb710;
}
.b-lenta-set__checkbox_color_15 > div{
    background: #fdb710;
}
.b-lenta-set__checkbox_color_16{
    border-color: #4e97cc;
}
.b-lenta-set__checkbox_color_16 > div{
    background: #4e97cc;
}
.b-lenta-set__checkbox_color_17{
    border-color: #7bbf40;
}
.b-lenta-set__checkbox_color_17 > div{
    background: #7bbf40;
}
body.rtl .newsfeed-set_list{padding-top: 0px;}
body.rtl .newsfeed-container .slimScrollDiv{padding: 0px;}
body.rtl .newsfeed-item_info{text-align: right;}
body.rtl .newsfeed-item_time-line{margin-left: 0;margin-right:0px;direction: rtl;}
body.rtl .newsfeed-item_line-time{margin-left: 5px;margin-right: 12px;}
body.rtl .newsfeed-item_time-line .newsfeed-item_sep{margin-left: 0px;}
@media (max-width: 767px) {
    .all-news-title {
        display: block;
    }
    .newsfeed-top {
        display: none;
    }
    .newsfeed-content {
        height: auto !important;
        width: auto !important;
    }
    .newsfeed-item {
        background: #fff;
    }
    .mobile-newsfeed-more {
        display: block;
    }
}