@charset "utf-8";

.fixed-offer {
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	position: fixed;
	transition: opacity .3s linear 0s;
	width: 100%;
}

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

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

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

.fixed-offer__close {
	position: absolute;
	right: 2%;
	top: 0%;
	z-index: 100;
	width: 6vw;
	max-width: 33px;
}

sample-box {
    position: relative;

  position: absolute;
    top: 0;
    left: 0;
}



.relative {
    position: relative;
}
.absolute {
    position: absolute;
    right: 0px;
    bottom: 0px;


}



