.screen_sposoby {
	background: url("/rr_images/decorations/screen_9_bg_2650.png") repeat-x scroll 50% 50% #c01a00;
	width: 100%;
	line-height: 1.2;
	color: #fff;
}
	.wrapper__shest-sposobov {
		width: 100%;
	}
		.list__sposoby {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.item__sposob {
				width: 45%;
				position: relative;
				margin-bottom: 6.5rem;
			}
	.screen_sposoby h2 {
		font-family: "RobotoLight", Arial, sans-serif;
		font-size: 4rem;
		padding: 6.5rem 0;
	}
		.screen_sposoby h2 span {
			font-family: "RobotoBlack", Arial, sans-serif;
		}
.item__sposob .number {
	position: absolute;
	top: 0;
	left: 0;

	font-family: "RobotoBlack", Arial, sans-serif;
	font-size: 8rem;
	width: 6.5rem;
	line-height: 1;
}
.item__sposob .info {
	padding: 0.5rem 0 0 6.5rem;
}

@media only screen and (max-width:479px) {
	.screen_sposoby {
		padding-top: 18rem !important;
	}
		.screen_sposoby .main_content {
			padding: 0 0 3rem 0;
		}
}

@media only screen and (max-width:639px){
	.screen_sposoby {
		padding-top: 24rem;
		background: url("/rr_images/decorations/screen_9_bg_639.png") repeat-x scroll 50% 10% #c01a00;
		background-size: contain;
	}
		.screen_sposoby .main_content {
			padding: 0 0 3rem 0;
		}
	.screen_sposoby h2 {
		font-size: 2.4rem;
		padding: 4rem 0;
	}
	.item__sposob {
		width: 100%;
		margin-bottom: 4rem;
	}
		.item__sposob .info {
			padding: 0.5rem 0 0 5rem;
		}
		.item__sposob .number {
			width: 5rem;
			font-size: 5rem;
		}
}

@media only screen and (min-width:640px) and (max-width:959px){
	.screen_sposoby {
		padding-top: 30rem;
		background: url("/rr_images/decorations/screen_9_bg_959.png") repeat-x scroll 50% 10% #c01a00;
		background-size: contain;
	}
		.screen_sposoby .main_content {
			padding: 0;
		}
	.screen_sposoby h2 {
		font-size: 2.4rem;
		padding: 4rem 0;
	}
	.item__sposob {
		margin-bottom: 4rem;
	}
		.item__sposob .number {
			width: 5rem;
			font-size: 6rem;
		}
		.item__sposob .info {
			padding: 0.5rem 0 0 5rem;
		}
}

@media only screen and (min-width: 960px) and (max-width:1365px){
	.screen_sposoby {
		background: url("/rr_images/decorations/screen_9_bg_1365.png") repeat-x scroll 50% 50% #c01a00;
		background-size: contain;
		width: 100%;
	}
		.screen_sposoby .main_content {
			padding-bottom: 0;
		}
	.screen_sposoby h2 {
		font-size: 3rem;
	}
	.item__sposob .number {
		font-size: 7rem;
	}
	.wrapper__shest-sposobov {
		width: 60%;
	}
}

@media only screen and (min-width: 1366px) {
	.wrapper__shest-sposobov {
		width: 60%;
	}
}