/******** уведомление ***/
.mod_a_container{
	position: fixed;
	bottom: 0%;
	right: 0%;
	z-index: 3;
}
.mod_a_frame{
	min-width: 50px;
	max-width: 600px;
	min-height: 40px;
	width: 100%;
	background: rgba(20,20,20, 0.8);
	box-shadow: 0 0 2px 5px rgba(20,20,20,0.8);
	border-radius: 5px;
	color: #eee;	
	cursor: pointer;
	opacity: 0;
	margin: 1em;
	padding: .5em;
	
	transition: transform .5s, opacity .3s;
}
.mod_a_frame.visible{
	opacity: 1;
}
.mod_a_inner{
}

/***************************/