@charset "utf-8";

.fixed-offer {
	transition: opacity .3s linear 0s;
}

.fixed-offer-is-invisible {
	opacity: 0;
}

.fixed-offer-is-invisible.fixed-offer-is-ended {
	left: 100% !important;
}

.fixed-offer-is-visible {
	opacity: 1 !important;
}

input.footer_btn{
	width:100%;
}