.chto-nuzhno-dlya-podklyucheniya {
	padding: 60px 0;
	background-color: #f8f8f8;
}
.chto-nuzhno-dlya-podklyucheniya h1 {
	padding: 0 0 40px;
	text-align: center;
}
.chto-nuzhno-dlya-podklyucheniya__list {
	display: flex;
	justify-items: stretch;
	align-content: space-between;
	margin: 0 3%;
}
.chto-nuzhno-dlya-podklyucheniya__list li {
	width: 33%;
	color: #000;
	padding-top: 30px;
	border-top: 2px solid #e3231f;
	margin-top: 20px;
	position: relative;
	padding-left: 80px;
	padding-right: 50px;
}
.chto-nuzhno-dlya-podklyucheniya__list li:first-of-type:before {
	position: absolute;
	width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_02_01.svg);
	content: "";
	left: -20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.chto-nuzhno-dlya-podklyucheniya__list li:nth-of-type(2):before {
	position: absolute;
	width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_02_02.svg);
	content: "";
	left: -20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.chto-nuzhno-dlya-podklyucheniya__list li:nth-of-type(3):before {
	position: absolute;
	width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_02_03.svg);
	content: "";
	left: -20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.chto-nuzhno-dlya-podklyucheniya__list li:last-of-type {
	width: 1%;
	color: #000;
	padding-top: 0;
	border-top: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.chto-nuzhno-dlya-podklyucheniya__list li:last-of-type:before {
	position: absolute;
	width: 34px;
	height: 34px;
	background-image: url(/rr_images/decorations/icon_02_04.svg);
	content: "";
	left: -34px;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	top: -17px;
}
.chto-nuzhno-dlya-podklyucheniya__list li .circle {
	position: absolute;
	width: 26px;
	height: 26px;
	background: #f8f8f8;
	left: 0;
	top: -14px;
	min-width: unset;
	max-width: unset;
}
.chto-nuzhno-dlya-podklyucheniya__list li .circle span {
	background: #f8f8f8;
	border: 6px solid #e3231f;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: block;
	margin-top: 0;
}
.kak-organizovat-prodazhu__list.milk .flex {
	flex-wrap: inherit;
}
@media only screen and (min-width: 1222px) {
	.kak-organizovat-prodazhu__list.milk {
		padding: inherit;
		width: 100%;
	}
}
.milk.kak-organizovat-prodazhu__list p.flex {
	font-size: 18px;
}
.milk.kak-organizovat-prodazhu__list li:first-of-type p:first-of-type span.img {
	background-image: url('/rr_images/decorations/icon_02_01.svg');
}
.milk.kak-organizovat-prodazhu__list li:nth-of-type(2) p:first-of-type span.img {
	background-image: url('/rr_images/decorations/icon_02_02.svg');
}
.milk.kak-organizovat-prodazhu__list li:nth-of-type(3) p:first-of-type span.img {
	background-image: url('/rr_images/decorations/icon_02_03.svg');
}