.calc_block{
    height: 1140px;
}
.calc_form_end{
	float: left;
    padding: 0 120px;
    margin-top: 25px;
}
.calc_form_end h3{
	text-align: center;
    font-size: 30px;
    color: #fff;

}
.calc_form_end h3 span{
    color: #003f5d;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.form__l{
    width: 48%;
    float: left;
    height: 260px;	
}
.form__n{
    display: none;	
}
.form__r{
    width: 48%;
    float: left;
	margin-left: 4%;
    height: 260px;
padding-top: 5px;	
}
#form__c{
margin: 0 auto;
    width: 380px;
}
#form__c input[type="submit"]{
    background-image: url(/wp-content/themes/fincorp/images/sub-btn.png);
    border-radius: 30px;
    width: 380px;
    height: 57px;
	    margin-top: 40px;
}
.form__l input{
    height: 28px;
    border-radius: 6px;
	
}
.form__r input{
	
}
.form__r input[type="file"] {
    height: 50px;	
}
.form__r textarea{
    border-radius: 5px;	
}
#calc_ahd{
    float: left;
}
#quality{
	height: 50px;
    width: 262px;
    border-radius: 5px;
	    padding-left: 10px;
		    color: #777;
}
#color1{
	height: 50px;
    border-radius: 5px;	
	    padding-left: 10px;
		    color: #777;
}
#color2{
	height: 50px;
    border-radius: 5px;	
	    padding-left: 10px;
		    color: #777;
}
#paint1{
	height: 50px;
    border-radius: 5px;	
	    padding-left: 10px;
		    color: #777;
}
#type_calc{
	height: 50px;
    border-radius: 5px;	
	    padding-left: 10px;
		    color: #777;
}
#side{
	height: 50px;
    border-radius: 5px;	
	    padding-left: 10px;
		    color: #777;
}
.calc_left{
    width: 50%;
    float: left;
    color: #4c4c4c;
}
.calc_info{
    float: left;
    width: 50%;
}
.calc_hed{
    margin: 0 auto;
    width: 50%;
    border-radius: 3px;
    text-align: center;
}
#name_var{
    padding-bottom: 2px;   
}
.calc_end {
    float: left;
    width: 100%;
}
.calc_end h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
}
.end_sum {
    text-align: center;
    font-size: 40px;
    color: #3db3ea;
    font-weight: bold;
}
#bg_block_m {
    width: 100px;
    height: 80px;
    margin-top: -180px;
    margin-left: 85px;
}
#bg_block {
    width: 250px;
    height: 250px;
}
.iradio {
    display: none;
}
#radio-1{
    display: none; 
}