.calcul{
	padding: 60px 0;
	background: linear-gradient(to top, #00dd8b, #00AF6E);
}
.calcul__box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 1140px;
    margin: 0 auto;
    max-width: 90%;
}
.calcul__left{
	width: 42%;
}
.calcul__left span{
	margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.calcul__left p{
	font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.calcul__right{
	width: 50%;
}
.calcul__heading .span{
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.calcul__numberinput{
	font-size: 16px;
    line-height: 125%;
    padding: 15px 20px;
    height: auto;
    border: 0;
    display: block;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 25px;
}
.calcul__row{
    padding: 14px 0 14px;
    border-top: 1px solid rgba(255,255,255,.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.calcul__row p{
	font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.calcul__row span{
	font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.calcul__row b{
	font-weight: 600;
}
.calcul__result{
	background: #ffd573;
	border-radius: 10px;
    padding: 14px 20px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.calcul__result p{
	font-size: 16px;
    line-height: 24px;
    color: #393940;
}
.calcul__result span{
	font-size: 32px;
    font-weight: 600;
    color: #393940;
}
.calcul__result b{
	font-weight: 600;
}
.calcul__consult{
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	border: 0;
	border-radius: 10px;
	width: 100%;
}
.irs-min, .irs-max, .irs-single, .irs-from, .irs-to{
	display: none !important;
}
.irs--flat .irs-bar, .irs--flat .irs-handle:before{
	background: #fed572;
}
.irs--flat{
	position: relative;
    top: -30px;
}
.irs--flat .irs-handle{
	top: -8px;
}
.irs--flat .irs-bar{
	top: 0;
	height: 5px;
}
.irs--flat{
	height: auto;
}
.irs--flat .irs-line{
	height: 5px;
}



.reason{
	padding: 70px 0 40px;
}
.reason__box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.reason__left{
	width: 480px;
	margin-right: 5%;
}
.reason__round{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	border: 1px solid #000;
	padding: 0 70px 70px;
}
.reason__round span{
	font-size: 200px;
	font-weight: 400;
	color: #11c583;
}
.reason__round p{
	font-size: 24px;
    line-height: 32px;
}
.reason__right{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.reason__item{
	width: 44%;
	margin-bottom: 30px;
}
.reason__item_big{
	width: 50%;
}
.reason__icon{
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
}
.reason__icon img{
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;

}
.reason__item span{
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 13px;
}
.reason__item p{
	font-size: 16px;
    line-height: 24px;
}

@media (max-width:  768px){
	.remarkprog{
		text-align: left !important;
		padding-right: 12px !important;
	}
	.calcul__left{
		width: 100%;
		margin-bottom: 20px
	}
	.calcul__right{
		width: 100%;
	}
	.calcul__row{
		flex-wrap: wrap;
	}
	.calcul__row p{
		width: 100%
	}
	.calcul__result{
		flex-wrap: wrap;
	}
	.calcul__result p{
		width: 100%
	}
	.calcul__row span, .calcul__result span{
		font-size: 25px;
	}
	.reason__left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px
	}
	.reason__round{
		width: 320px;
		height: 320px;
		margin: 0 auto;
		padding: 0 40px 40px;
	}
	.reason__round p {
	    font-size: 18px;
	    line-height: 24px;
	}
	.reason__round span{
		font-size: 150px;
	}
	.reason__right{
		width: 100%;
	}
	.reason__item, .reason__item_big{
		width: 100%;
		border-top: 1px solid #b9b9b9;
    	padding-top: 20px;
    	margin-bottom: 20px
	}
}










