.wloss-block, .bgimage-block {
	background-color: white;
	background-image: url(../img/bg-thin-waist.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin-top: -12rem;
}
.bgimage-block {
	background-image: url(../img/bottling-machine.webp);
	margin-top: 0;
}
.circle-icon {
	position: absolute;
	top: -1.4rem;
	right: -1.4rem;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(to bottom, #16a59a, #1175bd); color: white;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.circle-icon * {
	margin: 0;
	line-height: 1;
}
.circle-icon h4 {
	font-size: 4rem;
	font-weight: bold;
}
.price-box h3 {
	font-size: 6rem;
	font-weight: bold;
}
@media(min-width: 768px) {
	.couple-bg {
		background-image: url(../img/couple-bg.webp);
		background-size: 700px;
		background-repeat: no-repeat;
		background-position: bottom right;
	}
}
@media(max-width: 767px) {
	.wloss-block {
		background: white;
		margin-top: -5rem;
	}
	.bgimage-block {
		background: white !important;
	}
	.circle-icon {
		position: static;
		width: 130px;
		height: 130px;
		font-size: .9rem;
		margin-bottom: 1rem;
	}
	.circle-icon h4 {
		font-size: 2.4rem;
	}
}
@media(min-width: 425px) {
	.intro-lipozem {
		letter-spacing: 1rem;
	}
}