.noticeItemBlock ul{
	list-style: none;
}
.noticeItem{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D7D8DB;
    list-style: none;
}
.noticeItemCount{
	margin-bottom: 10px;
	/*min-width: 27%;*/
	margin-right: 10px;
}
.noticeItemName{
	padding-bottom: 15px;
}
.noticeItemName a{
	text-decoration: none;
}
.noticeItemName p{
	font-size:16px;
	line-height:146%;
}
.noticeItemDate{
	color: #7F7C7A;
	padding-bottom: 10px;
}
.noticeItemCounts{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/
    margin-top: 1rem;
}

.noticeTitles .noticeComments{
	min-width: 200px;
}
.noticeControls{
	text-align: right;
}
.noticeLikes{

}
.noticeItemCnt{
	font-weight: bold;
	margin-right: 5px;
}
.noticeItemCntPlus{
	height: 24px;
	padding: 5px 10px;
    line-height: 1;

}
.btn_notice_item-like{
	padding: 2px 5px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.noticeItemCntPlus:before{
	/*content: '+';*/
    vertical-align: middle;
}
.header__bottomNav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.noticeNavTabs{
	display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #D7D8DB;*/
    padding-bottom: 15px;
    list-style: none;
}

.noticeNavTab{
	position: relative;
}
.noticeNavTab:not(:first-child){
	margin-left: -1px;
}
.btn_notice{
	padding: 8px 10px;
	background: #EAE7E3;
	border: 1px solid #B7B4B1;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.overflowed__tabs::-webkit-scrollbar{
	width: 0;
}

.noticeItemWrap{

}



@keyframes balloon{
	from{
		transform: rotate(20deg) translateX(35px) rotate(380deg);
	}to{
		transform: rotate(380deg) translateX(35px) rotate(20deg);
	}
}

.noticeNavTab:first-child a {
	border-radius: 8px 0 0 8px;
}

.noticeNavTab:last-child a,
.noticeNavTab:last-child .btn_notice {
	border-radius: 0 8px 8px 0;
}
.btn_notice_yellow{
	background: #febb02;
	color: #014266;
    border: 1px solid #febb02;
}
.btn_notice_blue{
	background: #166EB7;
    color: #fff;

}
.btn_notice_blue a{
	color: #fff;
}


.btn_notice_item{
	padding: 3px 6px;
}

.notice_comments {
	display: none;
}
.notice_comment_unread {
	background-color: #fcd9d3
}
.noticeItems{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.noticeItems > a {
	padding: 5px;
}
.notice_counter {
    border-radius: 8px;
    background: var(--coral);
    color: white;
    padding: 1px 3px;
    font-size: 13px;
}
@media screen and (max-width: 1024px){
	.noticeItemCounts{
		margin-top: 5px;
	}
}

.notice_mailing {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	gap: 15px;
	position: relative;
	background-color: #e5ddd5;
}
.notice_mailing:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background-image: url(https://s.9111s.ru/img/chat/chatfon.png);
	background-size: inherit;
	background-repeat: repeat;
	z-index: 0;
}
.notice_mailing__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
	gap: 10px;
	padding: 10px;
	max-width: 80%;
}
.notice_mailing__avatar {
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.notice_mailing__avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.notice_mailing__body {
	background: #fff;
	position: relative;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	border-radius: 6px;
}
.notice_mailing__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 5px;
}
.notice_mailing__user_name {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-decoration: none;
}
.notice_mailing__date {
	font-size: 12px;
	color: #777;
}
.notice_mailing__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.notice_mailing__content p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
.notice_mailing__footer {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}