.water.kak-organizovat-prodazhu {
	padding: 60px 0 35px;
}
.water.kak-organizovat-prodazhu h1 {
	padding: 0 0 40px;
}
.water.kak-organizovat-prodazhu__list {
	display: flex;
	justify-items: stretch;
	align-content: space-between;
	margin: 0;
	flex-wrap: wrap;
}
.water.kak-organizovat-prodazhu__list p:first-of-type {
	margin-bottom: 32px;
	color: black;
	font-weight: bold;
	font-size: 24px;
}
.water.kak-organizovat-prodazhu__list p:first-of-type b{
	color: #000;
	padding-left: 5px;
}
.water.kak-organizovat-prodazhu__list li {
	width: 33%;
	color: #000;
	padding-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin-top: 29px;
	position: relative;
	padding-left: 2px;
	padding-right: 30px;
	padding-bottom: 25px;
}
.water.kak-organizovat-prodazhu__list li:first-of-type p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_02_01--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(2) p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_03_01--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(3) p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_02_03--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(5) p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_03_02--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(6) p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_03_03--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(7) p:first-of-type span.img {
	min-width: 69px;
	height: 69px;
	background-image: url(/rr_images/decorations/icon_03_04--ver2.svg);
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 20px;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(4) {
	width: 1%;
	color: #000;
	padding-top: 0;
	border-top: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.water.kak-organizovat-prodazhu__list li:nth-of-type(4):before {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(/rr_images/decorations/icon__arrow-down.svg) no-repeat 50% 50% #ffffff;
    content: "";
    left: -58px;
    top: -29px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.water.kak-organizovat-prodazhu__list li:last-of-type {
	width: 1%;
	color: #000;
	padding-top: 0;
	border-top: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.water.kak-organizovat-prodazhu__list li:last-of-type:before {
	position: absolute;
    width: 58px;
    height: 58px;
    background: url(/rr_images/decorations/icon__checked--red.svg) no-repeat 50% 50% #ffffff;
    content: "";
    left: -58px;
    top: -29px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.water.kak-organizovat-prodazhu__list li .circle {
	position: absolute;
    width: 58px;
    height: 58px;
    background: #ffffff;
    left: 0;
    top: -29px;
}
.water.kak-organizovat-prodazhu__list li .circle span {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	margin-top: 0;
}
@media only screen and (min-width:1222px) {

}