.block_calculator .orange{ 
}
.block_calculator .uppercase{
	text-transform:uppercase!important;
	text-align:center!important;
	font-weight:bold!important;
	font-size:14px!important;
	color:#363636!important;
	padding:15px!important;
}
.block_calculator .calc_main{ 
}
.calc_main .margin-top{
	margin-top:60px;		
}
.block_calculator .calc_main_2{ 
}
.calc_main_2 h2{
	text-transform:uppercase!important;
	text-align:center!important;
	font-weight:bold!important;
	font-size:14px!important;
	color:#363636!important;
	padding:15px!important;
}
.calc_main_2 .block_1{
	border-bottom:1px dotted #a1a1a1;
	margin:15px 15px 0 15px;
	padding-bottom:5px;
}
.calc_main_2 .text_left_3{
	color:#898888;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
	display:block;
	float:left;
}
.calc_main_2 .shtuk{
	color:#363636;
	font-weight:bold;
	font-size:16px;
	display:block;
	text-align:right;
}
.calc_main_2 .block_2{ 
}
.calc_main_2 .text_left_4{
	color:#363636;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	display:block;
	float:left;
}
.calc_main_2 .price{ 
}
.calc_main_2 p{
	margin:0px 15px;
	color:#939393;
	font-size:14px;
}
.calc_main_2 .zakaz{ 
width:60%;
padding:10px;
}
.calc_main_2 .zakaz:hover{ 
}
.left_calc{
	padding-bottom:40px;
}
.left_calc .text_left{
	font-size:14px;
	font-weight:bold;
	color:#363636;
	padding: 5px 0 5px 10px;
	width:170px;
}
.text_left_2{ 
	
}
.left_calc input{
	width:65px;
	border-radius:3px;
	float:left;
	margin-right:35px;
	line-height:25px;
	padding:0 10px;
	outline:none!important;
	border-color:transparent!important;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.nav,.text_left{
	float:left;
}
.nav{
	width:350px;
	height: 50px;
}
.calc_href{
	text-align:right;
	padding:25px 30px;
}
.calc_href a{
	border-bottom:1px dashed #e68f21;
	text-decoration:none;
	color:#e68f21!important;	
}
.calc_href a:hover{
	border-bottom:none;
}





// Настройка блока с ползунком.
.slider_calc {
width:230px;
height:11px;
background:url(slider-bg.png); // Фон ползунка.
position:relative;
margin:0 auto;
padding:0 10px;
}
// Сам ползунок
.ui-slider-handle {
width:24px;
height:24px;
position:absolute;
top:-7px;
margin-left:-12px;
z-index:200;
background:url(slider-button.png);
}
// Фон ползунка при перемещении.
.ui-widget-header {
background:url(fill.png) no-repeat left;
height:8px;
left:1px;
top:1px;
position:absolute;
}