.content__block--flow--08 > .content__description--flow--08{
	text-align: center;
	margin-bottom: 36px;
}
.content__block--flow--08 .content__list--vertical{
	gap: 32px;
}
	.content__items--flow--08{
	}
	.content__block--flow--08 .content__items--flow--08::before{
		content: inherit;
	}
		.content__items__inner--flow--08{
			display: flex;
			align-items: flex-start;
			gap: 30px;
		}
			.content__icon--icon--08{
				width: 94px;
				height: 105px;
				padding: 20px 28px 28px;
				background-image: url(/pg-purchase/images/bg_flow08.svg);
				flex-shrink: 0;
				text-align: center;
				color: #1AB444;
				font-size: 16px;
			}
				.content__items__inner--flow--08 .content__icon--icon--08::after{
					width: 100%;
					display: inline-block;
					content: '0'counter(count);
					font-size: 30px;
					line-height: 1.1;
					text-align: center;
					color: #1AB444;
				}
