#rek_fixed {
	display: block;
	width: 250px;
	position: fixed;
	bottom: 0;
	margin: 0 0 0 0;
	background: rgba(255,255,255,0.9);
	z-index: 999999999;
}
.rek_close {
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	background: #ccc;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	z-index: 9999999999;
	cursor: pointer;
}

/* Если нужно только на mobile, то расскоментировать:
@media (min-width: 728px){
	#rek_fixed {
		display: none;
	}
}
*/