.diagrams{
	position: relative;
	list-style: none;
	padding: 0;
	margin:0;
	font-size:0;

}
.diagram{
	display: inline-block;
	position: relative;
	width: 33%;
	font-size:14px;
	padding: 0 20px;
	vertical-align: top;
	max-width:390px;
	min-width:320px;
}
.diagram:first-child{
	/*margin-left: 0px;*/
}

.diagram__cover{
	background-color: rgba(255,255,255,0.4);
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 20px 30px;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.diagram__box{
	padding-bottom: 20px;
}
.diagram__title{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 18px !important;
	color: #404040 !important;
	font-weight: bold;
	margin:0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.diagram__title-detail{
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.diagram__descr {
	font-size: 14px;
	padding-bottom: 20px;
}
.diagram__progress-bars{
	width:100%;
	height: 128px;
	overflow: hidden;
}

.diagram__button{
	width: 60%;
	height: 40px;
	margin: 0 auto;
}
.progress{
	padding-bottom: 10px;

}
.progress__bg{
	background-color: #FFFFFF;
	border-radius: 3px;
	height:36px;
	position: relative;
	overflow: hidden;
}
.progress__bar{
	height: 100%;
	background-color: #404040;
	/*background-color: #42A5F5;*/
	border-radius: 3px;
}
.progress__text{
	color: #FFFFFF;
	font-size:14px;
	display: block;
	line-height: 36px;
	padding: 0px 10px;
}


.owl-carousel .diagram{
	width: 100%;
	padding: 0px;
}


@media screen and (max-width: 1023px) {
	.diagram{
		width:100%;
		padding: 0px;
	}

	.diagram__cover{
		padding: 20px 30px;
	}
}

@media screen and (max-width: 419px) {
	.diagram{
		max-width:300px;
	}

}
