.b-form {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 300px;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
	background: #ececec;
	box-shadow: 2px 2px 5px #cecece;
}