.profile-links a.bell::before {
    content: '';
    display: block;
    width: 30px;
    height: 31px;
    background-image: url(../img/icons/bell.svg);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: -15px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-links a.bell{
    padding: 0 5px 0 25px;
    color: #ff7400;
    position: relative;
    font-size: 14px;
    line-height: 31px;
    height: 31px;
    float: none;
}

.bell_count{
    padding-left: 5px;
    color: #ff7400;
    font-size: 12px;
    font-weight: bold;
}


.bell-block{
	padding: 20px 50px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.035);
	background: #e7e9f6;
	font-size: 14px;
	color: #666;
	position: relative;
	cursor: pointer;
	display: block;
	border: 1px solid #6873ea;
}
.bell-block:hover{
	background: #d9dcff;
	color: #666;
	text-decoration: none;
}
.bell-block.viewed{
	background: #fff;
}
.bell-block::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #ff7400;
	position: absolute;
	top:25px;
	left: 30px;
}
.bell-block.viewed::before{
	display: none;
}
.trash{
	position: absolute;
	top:23px;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/ascon-spb/all_icon.svg);
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: -330px 0px;
	cursor: pointer;
}
.bell-block h2{
        padding: 0;
        text-align: left;
	font-size: 20px;
	color: #303030;
	font-weight: 400;
    margin: 0 0 10px;
}

.bell-popover_content .bell-block h2{
	font-size: 14px;
}
.bell-popover_content .bell-block{
	font-size: 12px;
}

.bell-block h2 a{
	color: #303030;
	text-decoration: underline;
}
.bell-block p{
    margin: 5px 0;
}
.bell-block p.note {
    font-size: 14px;
    margin: 5px 0;
    color: #a6a6a6;
    font-weight: 400;
}
.bell-popover_content .bell-block p.note {
    font-size: 12px;
}
.bell-block .empty-btn {
    font-size: 12px;
    padding: 10px 20px;
	margin: 10px 0 0;
	color: #6873ea;
	border-radius: 5px;
	border: 1px solid #6873ea;
	font-family: "Ubuntu",sans-serif;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	min-width: 135px;
	text-decoration: none;
}
.bell-block .empty-btn:hover {
	background: #6873ea;
	color: #fff;
}

#bell-popover{
	position: fixed;
	top: 60px;
	right: 500px;
	width: 425px;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.035);
	background: #fff;
	border-radius: 5px;
	z-index:1031; 
	display: none;
}
#bell-popover .bell-popover_content{
  -webkit-transition: height 2s ease-out ;
  transition: height 2s ease-out ;
	max-height: 70%;
	min-height: 100px;
	overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color:  #e8e8e8 #fff; 
  padding-right: 17px;

}
#bell-popover::before{
	content: '';
	display: block;
	width: 20px;
	height: 21px;
	background: url(../img/ascon-spb/top.png) no-repeat center center;
	position: absolute;
	top:-20px;
	left: 50%;
	margin-left: -10px;
	z-index:9999; 
}
.bell-popover_header{
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 15px 15px 15px;
	color: #666;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bell-popover_footer{
	padding: 15px;
	text-align: center;
}
.bell-popover_footer a{
	font-size: 14px;
	color: #6873ea;
	text-decoration: none;
}
.bell-action{
	display: block;
	width: 20px;
	height: 30px;
	background-image: url(../img/ascon-spb/all_icon.svg);
	background-repeat: no-repeat;
	background-size: 1600px;
	background-position: -410px -153px;
	cursor: pointer;
}
.bell-close{
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(../img/ascon-spb/all_icon.svg);
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: -470px -0px;
	cursor: pointer;
}
.bell-action:hover{
	background-position: -410px -122px;
}
.bell-close:hover{
	background-position: -470px -19px;
}
#bell-popover .bell-block{
	border-radius: 0px;
	margin-bottom: 0px;
	box-shadow: none;
	background: #f9f9fa;
	border-bottom: 1px solid #e8e8e8;
}
#bell-popover .bell-block:hover{
	background: #d9dcff
}
#bell-popover .bell-block.viewed{
	background: #fff;
}
#bell-popover .bell-popover_content .reg{
	background: #6873ea;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	margin-top: 10px;
}
#bell-popover .bell-popover_content .invite-text{
	font-size: 16px;
	padding: 40px 20px 30px;
}
.nomessage{
	font-size: 14px;
	padding: 40px 20px 30px;
	color: #666;	
	text-align: center;
}
.nomessage span{
	background: url(../img/ascon-spb/nomessage.png) no-repeat left center;
	padding-left: 25px;
}
@media (max-width: 767px) {
#bell-popover{
	width: 100%;
	top: 50px;
}
}
