.BannerLittle {
	display: flex;
	flex-direction: column;
	padding: 20px;
	/* background-image: linear-gradient(to right bottom, #94cEfB 0%, #99d3ff 100%); */
	line-height: 1.3;
}

#right_sitenews_u{
	overflow: hidden;
	background:#e9f6fd;
}

.rightcol {
	width:300px;
}
.rightcol-info{
	border-bottom:1px solid #dedbd7;
}

.rightcol-info__info_u-1{
	font-size:16px;
	color:#212121;
}
.rightcol-info__info_u-2{
	font-size:18px;
	color:#ff2400;
	font-weight:bold;
	line-height: 17px;
	float:right;
}
.rightcol-info__info_q-1{
	font-size:16px;
	color:#212121;
}
.rightcol-info__info_q-2{
	font-size:18px;
	color:#003c85;
	font-weight:bold;
	line-height: 17px;
	float:right;
}
.rightcol-info__info_q-3{
	font-size:16px;
	color:#212121;
}
.rightcol-info__info_q-4{
	font-size:18px;
	color:#ff2400;
	font-weight:bold;
	line-height: 0px;
	float:right;
}
.rightcol-topics {
	box-shadow: 0px 4px 8px rgba(0, 28, 73, 0.08);
	margin-bottom: 10px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
}
.rightcol-topics__item {
	list-style: none;
}
.rightcol-topics__item:hover{
	background-color: #f3f3f3;
}
.rightcol-topics__item-link {
	display: flex;
	padding: 8px 10px;
	align-items: center;
	text-decoration: none;
	font-size:14px;
	color: #353E4E;
}
.rightcol-topics__item-link svg{
	width: 16px;
	min-width: 16px;
	height: 16px;
	fill: #8FCAF2;
}
.rightcol__banners a img{
	width: 100%;
}
.rightcol_news_list_item {
	background: #fff;
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
}
.rightcol_news_list_item__bottom {
	display: block;
}
.rightcol_news_list_item__bottom {
	display: flex;
	justify-content: space-between;
}

.rightcol_news_list_item__date {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #212121;
}
.rightcol_news_list_item__title {
	font-size: 14px;
	line-height: 18px;
	color: #003C85;
	text-decoration: none;
	overflow:hidden;
	text-overflow:ellipsis;
}
.rightcol_news_list_item__cnt {
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
}
.rightcol_news_list_item__author {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.rightcol_news_list_item__author svg {
    fill: #b7b4b1;
    margin-top: 1px;
    width: 10px;
    height: 10px;
}

.rightcol_news_list_item__image {
	margin-right:10px;
	min-width:77px;
	height:77px;
	border:1px solid #aaa;
}
.right_forum_main_div {
	background-color:#fff;
	border:2px solid #E9F6FD;
	width:100%;
	margin-bottom:20px;
}

.quic_rght_search__cat{
	background: #ffffff;
	padding-bottom: 4px;
	padding-top: 14px;
}
.quic_rght_search__cat a{
	color: #212121;
	font: 14px Arial, sans-serif;
}
.quic_rght_search__cat a:hover{
	color:#e29716;
}
.quic_rght_search__cat h2{
	margin-left:22px;
}

.title_reads {
    padding: 0 10px 10px 10px;
    width: 100%;
}
.title_reads__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.title_reads__item__ava {
    width: 30px;
    margin-right: 10px;
}
.title_reads__item__ava img {
    border-radius: 50%;
}
.title_reads__item__user {
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: center;
}
.title_reads__item__user_status {
	font-size: 11px;
	font-weight: 400;
	color:#777;
	margin-bottom: 2px;
}
.title_reads__item__user a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}
.title_reads__more {
    color: #999;
    text-align: center;
}

.trust_block{
	border-radius: 16px;
	overflow: hidden;
}


.trust_block__form{
	padding: 10px;
}


.trust_block .right_forum_main_div {
	margin-bottom: 0px;
	border:none;
}
.form__addt {
	background: #ffffff;
}
#right_sitenews_u.trust_block__news {
	background-color: transparent;
}
@media screen and (max-width: 959px){
	.rightcol {
		display: none;
		float: none;
		width: auto;
	}
	.rightcol.messFilter{
		width: 242px;
		float: right;
		margin-left: 10px;
		display: none;
	}
}
.lastcomments .also-read-item__name a{
	color: rgb(53, 53, 53);
	font-weight: bold;
}

@media (max-width: 960px){
	.trust_block {
		display:none;
	}
	.lastcomments.trust_block {
		display: flex;
	}
}

/* Баннеры справа */
.right-banners {
	text-align: center;
	margin: 0px auto 5px;
	overflow: hidden;
}

.right-banners .sticky {
	top: 58px;
	z-index: 1;
	position: fixed;
	width: 220px;
}
/* Баннеры справа */

.quic_rght_searc__item {
	margin: 0px 0px 7px 0px;
	line-height: 20px;
}
.quic_rght_searc__item .Checkbox2 {
	margin-bottom: 0;
}

.rightCol__block__header{
	display: flex;
	align-items: center;
	background-color: #fbf6e5;
	font-size: 16px;
	color: #000;
	padding: 10px;
}

@media (min-width: 576px) {
	.AdSticky {
		position: sticky;
		top: 58px;
	}
}
