.windows-cheaper {
	padding-top: 40px;
}
.windows-cheaper h2 {
	margin-bottom: 20px;
}
.windows-cheaper .desc {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 30px;
    position: relative;
    z-index: 1;	
}
.windows-cheaper .content__background {
	position: relative;
    width: 319px;
    height: 417px;
	margin: 0 auto;
	background-image: url('../img/windows-cheaper-mobile.png');
}
.windows-cheaper .content__sticker-set {
	position: absolute;
    bottom: 0;
    width: 319px;
    height: 320px;	
}
.windows-cheaper .content__sticker-set .sticker {
	position: absolute;
	width: 90px;
	height: 90px;
	border: 2px solid var(--chernyy-400);
	background: var(--chernyy-50);
	border-radius: 50%;
	justify-content: center;
}
.windows-cheaper .content__sticker-set .sticker:before {
	position: absolute;
	top: calc( 50% - 1px );
	width: 100%;
	height: 2px;
	background: var(--chernyy-400);
	transform: rotate(45deg);
}
.windows-cheaper .content__sticker-set .sticker:nth-child(1) {
	top: 0;
	left: 115px;
}
.windows-cheaper .content__sticker-set .sticker:nth-child(2) {
	top: 58px;
	right: 0;
}
.windows-cheaper .content__sticker-set .sticker:nth-child(3) {
	top: 163px;
	right: 0;
}
.windows-cheaper .content__sticker-set .sticker:nth-child(4) {
	bottom: 0;
	left: 115px;
}
.windows-cheaper .content__sticker-set .sticker:nth-child(5) {
	top: 163px;
	left: 0;
}
.windows-cheaper .content__sticker-set .sticker:nth-child(6) {
	top: 58px;
	left: 0;
}
.windows-cheaper .content__sticker-set .data {
	font-size: 22px;
	line-height: 100%;
	text-align: center;
	color: var(--goluboy-800);
	margin-bottom: 3px;
}
.windows-cheaper .content__sticker-set .text {
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	color: var(--chernyy-600);
}
.windows-cheaper .content__sticker {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
	border: 3px solid var(--krasnyy-500-osnovnoy);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
	background: var(--white);
    align-items: center;
    justify-content: center;
}
.windows-cheaper .content__sticker-text {
	font-size: 14px;
	line-height: 1.2;
	color: var(--goluboy-800);	
	margin-bottom: 5px;
}
.windows-cheaper .content__sticker img {
	width: 30px;
	height: 30px;	
}
@media (max-width: 374px) {
	.windows-cheaper .windows-cheaper h2 {
		font-size: 22px;
	}	
}
@media (min-width: 768px) {
	.windows-cheaper {
		padding-top: 50px;
	}
	.windows-cheaper .desc {
		font-size: 24px;
		margin: 0 auto 12px;
		width: 580px;
	}
	.windows-cheaper .content__box {
		position: relative;
		margin-top: -30px;
		padding-bottom: 34px;
		margin-bottom: 10px;
	}	
	.windows-cheaper .content__background {
		position: unset;
		width: 669px;
		height: 422px;
		background-image: url('../img/windows-cheaper-tablet.png');
	}
	.windows-cheaper .content__sticker-set {
		width: 669px;
		height: 422px;
		top: 0;
		bottom: unset;	
	}
	.windows-cheaper .content__sticker-set .sticker {
		width: 120px;
		height: 120px;
		border: 5px solid var(--chernyy-400);
	}
	.windows-cheaper .content__sticker-set .sticker:before {
		top: calc( 50% - 2.5px );
		height: 5px;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(1) {
		top: 172px;
		left: 20px;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(2) {
		top: 302px;
		left: 80px;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(3) {
		top: 302px;
		right: 80px;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(4) {
		top: 172px;
		right: 20px;
		left: unset;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(5) {
		top: 42px;
		right: 0;
		left: unset;
	}
	.windows-cheaper .content__sticker-set .sticker:nth-child(6) {
		top: 42px;
		left: 0;
	}
	.windows-cheaper .content__sticker-set .data {
		font-size: 32px;
		margin-bottom: 5px;
	}
	.windows-cheaper .content__sticker-set .text {
		font-size: 12px;
	}	
	.windows-cheaper .content__sticker {
		top: unset;
		bottom: 0;
		border: 5px solid var(--krasnyy-500-osnovnoy);
		width: 180px;
		height: 180px;
	}
	.windows-cheaper .content__sticker-text {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.windows-cheaper .content__sticker img {
		width: 40px;
		height: 40px;	
	}	
}
@media (min-width: 1024px) {
	.windows-cheaper {
		padding-top: 60px;
	}
	.windows-cheaper h2 {
		margin-bottom: 30px;
	}
	.windows-cheaper .desc {
		font-size: 22px;
		margin: 0 auto 30px;
		width: 570px;
	}
	.windows-cheaper .content__box {
		position: relative;
		margin-top: 0;
		padding-bottom: 0;
	}	
	.windows-cheaper .content__background {
		width: 100%;
		height: 518px;
		background-image: url('../img/windows-cheaper-desctop.png');
	}
	.windows-cheaper .content__sticker-set {
		display: none;
	}	
	.windows-cheaper .content__sticker {
		bottom: 0;
		width: 190px;
		height: 190px;
	}
	.windows-cheaper .content__sticker-text {
		font-size: 24px;
	}
	.windows-cheaper .content__sticker img {
		width: 40px;
		height: 40px;
	}	
}