
.work-scheme{
	position:relative;
	z-index:1;
	padding:20px 0;
   
	background:#f72525;
}

/*.work-scheme:before{
	content:'';
	width:100%;
	min-height:100%;
	padding:0 0 930px;
	position:absolute;
	top:-100px;
	left:0;
	z-index:-1;
	background:#fecc04;
	-webkit-transform: skewY(-6deg);
	-moz-transform: skewY(-6deg);
	-o-transform: skewY(-6deg);
	transform: skewY(-6deg);
	outline:1px solid transparent;
}*/

.work-scheme__grid{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between; 
	margin:55px 0 0;
}

.work-scheme__item {
	display: block;
	position:relative;
	z-index:1;
	width:150px;
}

.work-scheme__item::before{
	content:'';
	width:100%;
	height:150px;
	position:absolute;
	top:0;
	z-index:-1;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center 35px;
	-webkit-background-size:auto 95px;
	-moz-background-size:auto 95px;
	background-size:auto 95px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.work-scheme__item--pos1::before{
	background-image:url(img/ico1.png);
}

.work-scheme__item--pos2::before{
	background-image:url(img/ico2.png);
}

.work-scheme__item--pos3::before{
	background-image:url(img/ico3.png);
}


.work-scheme__item--pos4::before{
	background-image:url(img/ico4.png);
}
.work-scheme__item--pos5::before{
	background-image:url(img/ico5.png);
}

.work-scheme__item--pos6::before{
	background-image:url(img/ico6.png);
}
.work-scheme__item--pos7::before{
	background-image:url(img/ico7.png);
}




.work-scheme__item-content{
	width:100%;
	margin-top:10px;
}

.work-scheme__item-num{
	width:49px;
	height:49px;
	background:#f72525;
	color:#232323;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-size:31px;
	font-weight:700;
	line-height:1.5em;
	text-align:center;
	margin:0 auto;
}

.work-scheme__item-title{
	font-size:23px;
	font-weight:600;
	line-height:1.1em;
	color:#232323;
	text-align:center;
	margin:170px 0 0;
	min-height:60px;
}

.work-scheme__item-decription{
	font-size:13px;
	font-weight:600;
	line-height:15px;
	opacity: 0.7;
	text-align:center;
	color:#232323;
    position:relative;
}


.work-scheme__grid .slick-prev,
.work-scheme__grid .slick-next{
	display:block;
	width:24px;
	height:43px;
	position:absolute;
	top:27%;
	background:url(img/arrows.png);
	text-indent:-9999em;
}

.work-scheme__grid .slick-prev{
	left:-2em;
}

.work-scheme__grid .slick-next{
	right:-2em;
	background-position:-24px 0;
}

@media only screen and (max-width : 992px) {
	
	.work-scheme__item{
		width:180px;
	}
	
	.work-scheme__item::before{
		width:180px;
		height:180px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
	
	}
	
	.work-scheme__item-num{
		font-size:22px;
		line-height:2.1em;
	}
	
	.work-scheme__item-content{
		margin-top:10px;
	}
	
	.work-scheme__item-title{
		margin:195px 0 0;
		font-size:20px;
	}
	
}

@media only screen and (max-width : 786px) {
	
	.work-scheme__item{
		width:180px;
	}
	
	.work-scheme__item::before{
		height:180px;
	}
	
	.work-scheme__item-title{
		font-size:16px;
	}
	
	.work-scheme__item-decription{
		font-size:13px;
		margin:0;
	}
	
	.work-scheme__item-decription::before{
		background:none;
	}
	
}

@media only screen and (max-width : 768px) {
	
}

@media only screen and (max-width : 720px) {
	
	.work-scheme__grid{
		width:85%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

@media only screen and (max-width : 480px) {
	
}

@media only screen and (max-width : 440px) {
	
	.work-scheme__item-title{
		font-size:20px;
	}
	
	.work-scheme__item-decription{
		width:100%;
		margin:0;
	}

}



























