.sroki-vnedreniya {
	color: #000;
	background-size: cover;
	margin-bottom: 60px;
}
	.sroki-vnedreniya .wrapper {
		background: url(/rr_images/decorations/bg_lines_6.png) no-repeat 50% 50% scroll #FF5C56;
		padding: 40px 60px 60px;
	}
	.sroki-vnedreniya__header {
		text-align: center;
		padding: 0;
		width: 35%;
	}
		.sroki-vnedreniya .like-h1 {
			color: #fff;
			padding: 200px 25px 35px 0;
			text-align: left;
			font-size: 32px;
			line-height: 1.2;
			background: url(/rr_images/decorations/calendar.png) no-repeat 0 30px scroll transparent;
			background-size: auto;
		}
			.sroki-vnedreniya .like-h1 span {
				color: #fff;
			}
	.sroki-vnedreniya__list {
		line-height: 1.3;
		width: 65%;
	}
		.sroki-vnedreniya__item {
			color: #fff;
			padding-left: 40px;
			border-left: 1px solid white;
			margin-left: 20px;
			position: relative;
		}
			.sroki-vnedreniya__item .circle {
				min-width: unset;
				max-width: unset;
				line-height: unset;
				border: none;
			}		
			.sroki-vnedreniya__item:nth-of-type(1) .circle {
				position: absolute;
				width: 16px;
				height: 20px;
				background: #ff5c56;
				left: -9px;
				top: 0;
			}
				.sroki-vnedreniya__item:nth-of-type(1) .circle span {
					background: #ff5c56;
					border: 3px solid #fff;
					width: 16px;
					height: 16px;
					border-radius: 50%;
					display: block;
					margin-top: 6px;
				}
			.sroki-vnedreniya__item:nth-of-type(2) .circle {
				position: absolute;
				width: 20px;
				height: 20px;
				background: #ff5c56;
				left: -11px;
				top: 4px;
			}
				.sroki-vnedreniya__item:nth-of-type(2) .circle span {
					background: #ff5c56;
					border: 3px solid #fff;
					width: 20px;
					height: 20px;
					border-radius: 50%;
					display: block;
					margin-top: 0;
				}
			.sroki-vnedreniya__item:nth-of-type(3) .circle {
				position: absolute;
				width: 24px;
				height: 24px;
				background: #ff5c56;
				left: -13px;
				top: 2px;
			}
				.sroki-vnedreniya__item:nth-of-type(3) .circle span {
					background: #ff5c56;
					border: 3px solid #fff;
					width: 24px;
					height: 24px;
					border-radius: 50%;
					display: block;
					margin-top: 0;
				}
			.sroki-vnedreniya__item:nth-of-type(4) .circle {
				position: absolute;
				width: 28px;
				height: 28px;
				background: #ff5c56;
				left: -15px;
				top: 0;
			}
				.sroki-vnedreniya__item:nth-of-type(4) .circle span {
					background: #ff5c56;
					border: 3px solid #fff;
					width: 28px;
					height: 28px;
					border-radius: 50%;
					display: block;
					margin-top: 0;
				}
			.sroki-vnedreniya__item:nth-of-type(5) .circle {
				position: absolute;
				width: 32px;
				height: 32px;
				background: #ff5c56;
				left: -17px;
				top: 0;
			}
				.sroki-vnedreniya__item:nth-of-type(5) .circle span {
					background: #ff5c56;
					border: 3px solid #fff;
					width: 32px;
					height: 32px;
					border-radius: 50%;
					display: block;
					margin-top: 0;
				}
			.sroki-vnedreniya__item:last-of-type .circle {
				top: 0!important;
			}
		.sroki-vnedreniya__item:last-of-type {
			border-left: 1px solid transparent;
		}
			.sroki-vnedreniya__item .wrapper_item {
				padding-bottom: 45px;
			}
			.sroki-vnedreniya__item:last-of-type .wrapper_item {
				padding-bottom: 0;
			}
			.sroki-vnedreniya__item .wrapper_item .date {
				font-size: 24px;
				font-weight: 500;
				margin-bottom: 4px;
			}
			.sroki-vnedreniya__item .wrapper_item .text {
			}
.workarea .sroki-vnedreniya__item ul:not(.no-bullets) li {
	position: relative;
	padding: 1px 0 1px 0;
}
	.workarea .sroki-vnedreniya__item ul:not(.no-bullets) li::before {
		border-radius: 0;
		position: absolute;
		height: 0;
		content: "";
		width: 0;
		top: 0;
		left: 0;
	}
	.workarea .sroki-vnedreniya__item ul:not(.no-bullets) ul li {
		position: relative;
		padding: 1px 0 1px 14px;
	}
		.workarea .sroki-vnedreniya__item ul:not(.no-bullets) ul li::before {
			background-color: #fff;
			border-radius: 50%;
			position: absolute;
			height: 7px;
			content: "";
			width: 7px;
			top: 9px;
			left: 0;
		}
		
@media only screen and (min-width:1222px) {
	.sroki-vnedreniya .like-h1 {
		padding: 200px 70px 35px 0;
		background-size: auto;
	}
}