 

.border-color {
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #45C0AE;
}

.border-color:after {
	position: relative;
	top: 3px;
	margin: auto;
	display: block;
	content: '';
	border-bottom: 3px solid #45C0AE;
}

.border-spacing{
  margin: 50px 0 !important;
}


.border-color_default {
	width: 370px;
}

.border-color_default:after {
	margin-left: 0;
	width: 100px;
}

.border-color_center {
	width: 370px;
}

.border-color_center:after {
	width: 100px;
}

.border-color_title {
	border-width: 3px;
}

.border-color_small {
	width: 450px;
}

.border-color_small:after {
	width: 100px;
}

.border-color_widget {
	margin-bottom: 40px;
}

.border-title-page {
	position: relative;
	height: 50px;
	background-color: #26c9ff;
}

.border-title-page .border-wave {
	position: absolute;
	z-index: 1000;
	bottom: -20px;
}


  
  
 
 
 
  
.list-progress {
	position: relative;
	z-index: 10;
	padding-top: 100px;
	padding-bottom: 90px;
	width: 100%;
	color: #fff;
}

.list-progress__item {
	margin-right: 9%;
	display: inline-block;
	box-sizing: initial;
	vertical-align: top;
}

.list-progress__item:last-child {
	margin-right: 0;
}

.list-progress__info {
	float: right;
}

.list-progress__label {
	display: block;
	font-family: 'Roboto Condensed';
	font-size: 16px;
}

.list-progress .percent {
	font-size: 40px;
	font-weight: 700;
}

.list-progress .chart {
	display: block;
	line-height: 1;
}

 

.list-scheme__title {
	margin-top: 35px;
	font-size: 15px;
	font-weight: 500;
}

.list-scheme__number {
	position: relative;
	z-index: 10;
	margin: -20px auto 0;
	padding-top: 7px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	background-color: #ffd526;
	border-radius: 50%;
}

.list-scheme .icon {
	padding-top: 12px;
	display: inline-block;
	width: 150px;
	height: 130px;
	font-size: 60px;
	color: #26c9ff;
	background-color: #fff;
}

.list-scheme .arrow {
	position: absolute;
	top: 50px;
	right: -14px;
	padding-top: 5px;
	padding-left: 3px;
	width: 28px;
	height: 31px;
	text-align: center;
	border-top: 1px solid #ffd526;
	border-bottom: 1px solid #ffd526;
	border-left: 1px solid #ffd526;
	-webkit-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.list-scheme .arrow:before,
.list-scheme .arrow:after {
	position: absolute;
	content: '';
	-webkit-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.list-scheme .arrow:before {
	right: -4px;
	bottom: 0;
	width: 7px;
	height: 15px;
	border-right: 1px solid #ffd526;
	-webkit-transform: skewX(-20deg);
	     -o-transform: skewX(-20deg);
	        transform: skewX(-20deg);
}

.list-scheme .arrow:after {
	top: 0;
	right: -4px;
	width: 7px;
	height: 15px;
	border-right: 1px solid #ffd526;
	-webkit-transform: skewX(20deg);
	     -o-transform: skewX(20deg);
	        transform: skewX(20deg);
}

.list-scheme .arrow:hover,
.list-scheme .arrow:hover:before,
.list-scheme .arrow:hover:after {
	text-decoration: none;
}
 






.list-sidebar {
	margin-bottom: 0;
	padding-top: 34px;
	padding-bottom: 6px;
	background-color: #f8f8f8;
}

.list-sidebar__link {
	position: relative;
	padding-right: 15px;
	padding-bottom: 24px;
	padding-left: 48px;
	display: block;
	font-size: 15px;
	line-height: 1.2;
	color: #45C0AE;
}

.list-sidebar__link .icon {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 22px;
	opacity: 0;
	-webkit-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.list-sidebar__link .icon:before,
.list-sidebar__link .icon:after {
	position: absolute;
	right: -4px;
	width: 6px;
	height: 11px;
	content: '';
	-webkit-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.list-sidebar__link .icon:before {
	top: 0;
	-webkit-transform: skewX(25deg);
	     -o-transform: skewX(25deg);
	        transform: skewX(25deg);
}

.list-sidebar__link .icon:after {
	bottom: 0;
	-webkit-transform: skewX(-25deg);
	     -o-transform: skewX(-25deg);
	        transform: skewX(-25deg);
}

.list-sidebar__link:hover {
	font-weight: 400;
	text-decoration: none;
	color: #45C0AE;
}

.list-sidebar__link:hover .icon,
.list-sidebar__link:hover .icon:before,
.list-sidebar__link:hover .icon:after {
	text-decoration: none;
	background-color: #36439c;
	opacity: 1;
}

 

 