#form-steps-container .form-steps__title {
	color: #D96210 !important;
}
#form-steps-container .form-steps__num {
	font-weight: bold;
}
#form-steps-container .g-form-control-checkbox input[type=checkbox]:checked~.g-form-control-checkbox__input, #form-steps-container .g-form-control-radio input[type=radio]:checked~.g-form-control-radio__input {
    background: #c56420;
    border-color: #c56420;
}
#form-steps-container .form-steps-stages li.form-steps-stages--current {
	    border-color: #c56420;
    background-color: #c56420;
}
#form-steps-container .form-steps {
	background: #F2F2F2;
}
.g-form-control-checkbox__label, .g-form-control-radio__label {
	color: #91919d;
	font-weight: bold;
}

#form-steps-container .form-steps-stages {
	    background-image: -webkit-gradient(left top,right top,color-stop(0,#ebebeb),color-stop(50%,#ebebeb),color-stop(50%,#c56420),color-stop(100%,#c56420)) !important;
    background-image: -webkit-linear-gradient(left,#ebebeb,#ebebeb 50%,#c56420 0,#c56420) !important;
    background-image: linear-gradient(90deg,#ebebeb 0,#ebebeb 50%,#c56420 0,#c56420) !important;
	
	
}
#form-steps-container .form-steps__btn {
	background: #D96210;
	color: #fff;
	
	
}
#form-steps-container .form-steps__btn:hover {
	background: #c56420;
	color: #fff;
}
#form-steps-container .form-steps__btn:active {
	background: #c56420;
	color: #fff;
}
#form-steps-container .form-steps__btn--prev {
	background: #D96210;
	color: #fff;
}
#form-steps-container .form-steps__btn--prev:hover{
	background: #c56420;
	color: #fff;
}
#form-steps-container .form-steps__btn--prev:active{
	background: #c56420;
	color: #fff;
}
#form-steps-container .form-steps__btn--next {
	background: #D96210; 
	color: #fff;
}
#form-steps-container .form-steps__btn--next:hover{
	background: #c56420; 
	color: #fff;
}
#form-steps-container .form-steps__btn--next:active{
	background: #c56420; 
	color: #fff;
}
#form-steps-container .form-steps-calc__bar {
	background-color: #f2f2f2;
    border: 1px solid #c56420;
}
#form-steps-container .form-steps-calc__runner {
	background-color: #c56420;
}