.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;
	margin-left: 10px;
}
.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%;
}
.top10authors{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin-bottom: 10px;
	background-color: white;
	padding: 10px;
	border-radius: 16px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;

}

.top10authors__header{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	align-items: center;
}
.top10authors__top{
	font-size: 30px;
	color: rgb(245, 8, 39);
	margin-right: 10px;
	font-weight: bold;
}
.top10authors__right{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.top10authors__header svg{
	transform: scaleX(-1);
	fill: #ff7a00;
	transition: transform ease .2s;
}
.top10authors__go{
	width: fit-content;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 5px 15px;
	border-radius: 8px;
	background: rgb(26, 81, 153);
	color: white;
}
.top10authors__go:hover{
	background: rgb(39, 104, 189);

}
.top10authors__go:hover svg{
	transform: scaleX(-1) translate(-5px, 0) !important;
}

.rightcol_news_list_item {
	background: #fff;
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
}
/*.rightcol_news_list_item:nth-child(even) {
	background: #e9f6fd;
}*/
.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__more {
	color: #003C85;
	text-decoration: none;
}
.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;
}

.rightColLink{
	position: relative;
	cursor:pointer;
	transition: color .2s, background-color.2s;
}
.rightColLink:hover {
	background-color: #e9f6fd;
	transition: none;
}
.rightColLink:before {
	display: block;
	content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: -9px;
    transform: rotate(45deg) skewX(12.5deg) skewY(12.5deg);
}
.rightColLink.active {
	background-color: #166EB7;
	color: #fff;
}
.rightColLink.active:before {
	background-color: #166EB7;
}

.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: 2px solid #ffa101; */
	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;

		margin-left: 230px;
	}
	.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;
}
.lastcomments .color-red.fs12{
	/* color: #707070 !important; */
	/* font-weight: normal; */
}

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

@media screen  and (max-width: 679px){
	.rightcol{
		margin-left:0px;
	}
	.rightcol{
		padding-left: 0px;
	}
}

/* Баннеры справа */
.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;
}

.blockNav--arrows.blockNav--arrows {
	border: 2px solid #166EB7;
	box-shadow: 0 1px 2px rgba(0,0,15,.25);
}

#youtubeVideoBlock{
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
}
#youtubeVideoBlock img{
	width: 102%;
}

.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;
	}
}
