.block-sticky-push{
	position: fixed;
	bottom: 0px;
	right: 40px;
	z-index: 1000;
	background: #FF6900;
	color: #fff;
	width: 200px;
	padding: 30px 10px 10px 10px;
	text-align: center;
}

#close-sticky{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

#close-sticky:before,
#close-sticky:after {
	position: absolute;
	left: 9px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #fff;
}
#close-sticky:before {
	transform: rotate(45deg);
}
#close-sticky:after {
	transform: rotate(-45deg);
}

.block-sticky-push .content-close p{
	line-height: 1.2;
}

.block-sticky-push .content-open{
	display: none;
}

.block-sticky-push .content-open p{
	font-size: 14px;
	margin-bottom: 0.7rem;
	line-height: 1.1;
}

.block-sticky-push .button{
	width: 100%;
	background: #fff;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

@media (max-width: 1024px) {
	.block-sticky-push{
		display: none;
	}
}