.calculate-result{
	position:relative;
	margin-bottom: 10px;
	width:100%;
	padding: 15px 0;
	background: #ECEDED;
	/* box-shadow:0 3px 5px 0 rgba(0,0,0,0.35), 0 2px 5px 0 rgba(0,0,0,0.35) inset; */
	border-radius: 10px;
	color: #333;
	}
.calculate-result table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;}

.calculate-result table td{
	vertical-align: bottom;
	height:57px;
	}
	
.calculate-result table td.td-text-summury{
	font-weight:700;
	font-size:30px;
	line-height: 50px;
	color: #333;
	width:125px;
	text-align:right;
	}
.calculate-result table td.td-price-summury{
	font-weight:700;
	font-size: 40px;
	line-height: 58px;
	color: #D41B21;
	width: 110px;
	text-align: left;
	padding-left: 15px;
	}
.calculate-result table td.td-currency-summury{
	font-weight:700;
	font-size:30px;
	line-height: 50px;
	color: #333;
	width:70px;
	text-align:left;
	}
	
.calculate-result table td.td-text-installment{
	font-weight:700;
	font-size: 22px;
	line-height: 45px;
	color: #333;
	width: 210px;
	text-align:right;
	}
.calculate-result table td.td-price-installment{
	font-weight:700;
	font-size:40px;
	line-height: 57px;
	color: #808080;
	width: 110px;
	text-align: left;
	padding-left: 10px;
	}
.calculate-result table td.td-currency-installment{
	font-weight:700;
	font-size: 30px;
	line-height: 50px;
	color: #333;
	width: 80px;
	text-align:left;
	}
.calculate-result table td.inp-td{
	text-align:left;}

.calculate-body{
	position:relative;
	//background:url("http://eurobalkon24.ru/img/calc-bg.png") repeat center center;
	/* min-height:200px; */
	padding: 10px 60px 0px 60px;
	border-radius:5px 5px 0 0;
	}
.block-select-temp{
	float:left;
	width:220px;
	padding-right: 20px;
	border-right: 1px solid #999;
	}
.calculate-right{
	float:right;
	width: 680px;
	padding-top:6px;
	}
		
.temp-warm,
.temp-slidors,
.temp-cold{
	display:block;
	position:relative;
	cursor:pointer;
	width:124px;
	padding:34px 0 34px 96px;
	height:32px;
	margin-bottom: 15px;
	background:url("../img/calc-navi.png") no-repeat 0 0;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	line-height:32px;
	font-weight:700;
	}
	.temp-warm.active,
	.temp-warm:hover{background-position:0 -100px;}
	.temp-slidors.active,
	.temp-slidors:hover{background-position:0 -200px;}
	.temp-cold.active,
	.temp-cold:hover{background-position:0 -300px;}
	
	

.temp-warm span.custom-radio,
.temp-slidors span.custom-radio,
.temp-cold span.custom-radio{
	position:absolute;
	width:20px;
	bottom:20px; left:40px;
	background:url("../img/temperature.png") no-repeat 0 bottom !important;}
.temp-warm span.custom-radio{height:61px;}
.temp-slidors span.custom-radio{height:41px;}
.temp-cold span.custom-radio{height:28px;}


.choose-window-form{
	position:relative;
	padding:5px;
	z-index:50;
	/* margin-bottom:24px; */
	margin-left: 40px;
	min-height:53px;
	border-radius:6px;
	background:#fff;
	/* border:#c0c0c0 1px solid; */
	/* box-shadow:0 0 8px 0 rgba(0,0,0,0.2) inset; */
	text-align:center;
	}

.window-type{
	position:relative; overflow:hidden;
	display:inline-block;
	//zoom:1; //display:inline;
	vertical-align:top;
	margin:0 5px;
	height:53px;}
	.window-type span.custom-radio{
		position:relative;
		height:105px;
		background:url("../img/balcon-window-type-orange.png") no-repeat;
	}
	.window-type span.custom-radio.cold{
		position:relative;
		height:105px;
		background:url("../img/balcon-window-type-blue.png") no-repeat;
	}
	.window-type span.custom-radio.slidors{
		position:relative;
		height:105px;
		background:url("../img/balcon-window-type-green.png") no-repeat;
	}
	.window-type span.custom-radio.warm{
		position:relative;
		height:105px;
		background:url("../img/balcon-window-type-orange.png") no-repeat;
	}

	.window-type span.custom-radio.active,
	.window-type span.custom-radio.warm.active,
	.window-type span.custom-radio.cold.active,
	.window-type span.custom-radio.slidors.active,
	.window-type span.custom-radio:hover{top:-52px;}
	
	.window-type span.custom-radio input{
		position:absolute;
		cursor:pointer;
		left:0; top:0;
		width:100%; height:100%;}

#window-type-1 span.custom-radio{width:66px; background-position:0 0;}
#window-type-2 span.custom-radio{width:61px; background-position:-89px 0;}
#window-type-3 span.custom-radio{width:53px; background-position:-176px 0;}
#window-type-4 span.custom-radio{width:61px; background-position:-254px 0;}
#window-type-5 span.custom-radio{width:79px; background-position:-343px 0;}
#window-type-6 span.custom-radio{width:79px; background-position:-450px 0;}
#window-type-7 span.custom-radio{width:80px; background-position:-556px 0;}

#window-form-preview{
	position:relative;
	float:left;
	margin-top:19px;
	width: 340px;
	height:240px;
	margin-left:-5px;
	background: url("../img/large-preview.png") center center no-repeat;
	}
#window-form-preview.window-type-1{background-position:0 0;}
#window-form-preview.window-type-2{background-position: 0 -240px;}
#window-form-preview.window-type-3{background-position:0 -480px;}
#window-form-preview.window-type-4{background-position:0 -720px;}
#window-form-preview.window-type-5{background-position:0 -960px;}
#window-form-preview.window-type-6{background-position:0 -1200px;}
#window-form-preview.window-type-7{background-position:0 -1440px;}


.calculate-body-left{
	position:relative;
	z-index:50;
	float:left;
	width:330px;
	margin:0 20px;}
ul.window-type-list{
	margin:0;
	white-space:nowrap;
	text-align:center;}
ul.window-type-list > li{
	position:relative;
	display:inline-block;
	margin:0 9px;
	//zoom:1; //display:inline;
	vertical-align:top;
	height:83px;}

ul.window-type-list > li label.window-type{height:83px; margin:0;}
	
.window-type-sublist{
	position:absolute;
	z-index:60;
	display:none;
	top:70px; left:50%;
	margin-left:-58px;
	padding:20px 5px 5px 5px;
	width:105px;
	white-space:normal;
	border-radius:6px;
	background:#fff;
	border:#c0c0c0 1px solid;
	text-align:center;}

ul.window-type-list > li:hover .window-type-sublist{display:block;}
	
	ul.window-type-list > li.hidden{overflow:hidden;}
	ul.window-type-list > li.hidden .window-type-sublist{display:none;}

.window-type-sublist label.window-type{
	display:block;
	margin:0 auto;
	height:56px !important;  margin-bottom:13px !important;}
	.row4 .window-type-sublist label.window-type{height:83px !important;}

.window-type-list span.custom-radio{
	height:200px; margin:0;
	background:url("http://eurobalkon24.ru/css/okna-small.png") no-repeat 0 0;}
	
	.window-type-list label.window-type span.custom-radio.active,
	.window-type-list label.window-type span.custom-radio:hover{top:-100px;}
	
	.window-type-sublist label.window-type span.custom-radio,
	.window-type-sublist label.window-type span.custom-radio{top:-16px;}
	.window-type-sublist label.window-type span.custom-radio.active,
	.window-type-sublist label.window-type span.custom-radio:hover{top:-116px;}
	
	.row4 .window-type-sublist label.window-type span.custom-radio,
	.row4 .window-type-sublist label.window-type span.custom-radio{top:0;}
	.row4 .window-type-sublist label.window-type span.custom-radio.active,
	.row4 .window-type-sublist label.window-type span.custom-radio:hover{top:-100px;}

#wind-type-1 span.custom-radio{width:40px; background-position:0 0;}
	#wind-type-11 span.custom-radio{width:40px; background-position:-300px 0;}
	#wind-type-12 span.custom-radio{width:40px; background-position:-342px 0;}
	#wind-type-13 span.custom-radio{width:40px; background-position:-385px 0;}
	#wind-type-14 span.custom-radio{width:56px; background-position:-429px 0;}
	
#wind-type-2 span.custom-radio{width:70px; background-position:-55px 0;}
	#wind-type-21 span.custom-radio{width:70px; background-position:-493px 0;}
	#wind-type-22 span.custom-radio{width:70px; background-position:-568px 0;}
	#wind-type-23 span.custom-radio{width:70px; background-position:-644px 0;}
	#wind-type-24 span.custom-radio{width:70px; background-position:-718px 0;}
	
#wind-type-3 span.custom-radio{width:100px; background-position:-140px 0;}
	#wind-type-31 span.custom-radio{width:100px; background-position:-798px 0;}
	#wind-type-32 span.custom-radio{width:100px; background-position:-902px 0;}
	#wind-type-33 span.custom-radio{width:100px; background-position:-1007px 0;}
	#wind-type-34 span.custom-radio{width:100px; background-position:-1110px 0;}
	
#wind-type-4 span.custom-radio{width:40px; background-position:-253px 0;}
	#wind-type-41 span.custom-radio{width:40px; background-position:-1235px 0;}
	#wind-type-42 span.custom-radio{width:73px; background-position:-1284px 0;}



.calculate-right-window{
	float:right;
	width:395px;
	margin:0 80px 20px 0;
	text-align:right;}
#window-form-preview2{
	display:block;
	width:395px; height:270px;
	background:url("http://eurobalkon24.ru/img/windows-type.png") no-repeat 0 0;}

#window-form-preview2.wind-type-11{background-position:0 -3510px;}
#window-form-preview2.wind-type-12{background-position:0 -3240px;}
#window-form-preview2.wind-type-13{background-position:0 -2970px;}
#window-form-preview2.wind-type-14{background-position:0 -2700px;}
#window-form-preview2.wind-type-21{background-position:0 -2430px;}
#window-form-preview2.wind-type-22{background-position:0 -2160px;}
#window-form-preview2.wind-type-23{background-position:0 -1890px;}
#window-form-preview2.wind-type-24{background-position:0 -1620px;}
#window-form-preview2.wind-type-31{background-position:0 -1350px;}
#window-form-preview2.wind-type-32{background-position:0 -1080px;}
#window-form-preview2.wind-type-33{background-position:0 -810px;}
#window-form-preview2.wind-type-34{background-position:0 -540px;}
#window-form-preview2.wind-type-41{background-position:0 -270px;}
#window-form-preview2.wind-type-42{background-position:0 0px;}

/*~~~~~~~~~~~~ A?A?A‘a??A?A±A?A?A‘a‚¬ A?A?A?A?A‘a? A?A?A?A? */
.calculate-body-left h4{
	clear:both;
	margin-bottom:4px;
	font-style:italic;
	font-size:20px;
	text-shadow:0 1px 0 #fff;}
.radio-block{
	overflow:hidden;
	margin-bottom:17px; margin-left:-35px;}
.radio-block label{
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 0 0 35px;
	font-weight:700;
	font-size:18px;
	color:#666666;
	line-height:32px;
	text-shadow:0 1px 0 #fff;}
.radio-block label span{float:left;}

.window-height{
	float:left;
	margin:0 0 0 5px;
	width: 30px;
	text-align:center;
	padding: 0 20px;
	}
.window-height label,
.window-width label,
.bottom-width label{
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	color:#666666;
	text-shadow:0 1px 0 #fff;}
	.window-height label{margin-bottom:4px;margin-left: -4px;}
.window-height input,
.window-width input,
.bottom-width input{
	width:54px;
	padding:0;
	margin:0;
	background:#fff;
	border: #228ACC 2px solid;
	border-radius:6px;
	height:26px;
	font:700 18px/26px 'PT Sans', Arial, sans-serif;
	text-align:center;
	color:#1974b1;
	box-shadow:0 2px 10px 0 #d3d3d3 inset;
}

	.window-height input{margin-bottom:6px;margin-left: -15px;}

.vertical-slide{
	width:22px;
	margin:0 auto;
	padding:9px 0 8px ;
	height:162px;
	background:url("../img/vertical-slide.png") no-repeat;}
.ui-slider-vertical{
	position:relative;
	width:22px;
	height:162px;}
.ui-slider-vertical .ui-slider-range{
	position:absolute;
	left:8px;
	bottom:0;
	width:6px;
	background: #FDE81F;
	border-radius:3px;
}
.ui-slider-vertical .ui-slider-handle{
	position:absolute;
	left:-2px; bottom:0;
	margin-bottom:-20px;
	width:26px; height:36px;
	background:url("../img/ui-handle-vertical.png") no-repeat 0 0;
	border-radius:13px;
	box-shadow:0 4px 4px rgba(0,0,0,0.4);}
	

.window-width{
	float:right;
	width: 270px;
	margin:0 -6px;
	} 
.window-width label{
	text-align:right;
	padding-top:31px;
	padding-right: 15px;
	}
.window-width ol{
	margin:0;
	padding:0;}
.window-width ol li{
	overflow:hidden;
	margin: 0 !important;
	padding: 6px 0 16px 0;
	width: 265px;
	clear:both;
	background:none;
	}
	.window-width ol li:before{
		margin:0;
		padding:0;
		float:left;
		color:#666666;
		font-size:16px;
		line-height:30px;
		font-weight:700;
		text-shadow:0 1px 0 #fff;}
	
.window-width input{
	float:right;
	margin-right:0;}
.horizontal-slide{
	position:relative;
	padding:0 9px;
	width:161px;
	height:21px;
	background:url("../img/slide-hor.png") no-repeat 0 0;}
.window-width .horizontal-slide,
.bottom-width .horizontal-slide{
	float:right;
	margin:6px 10px 0 -20px;}
.ui-slider-horizontal{
	position:relative;
	width:161px;
	height:32px;}
.ui-slider-horizontal .ui-slider-range{
	position:absolute;
	left:0;
	top:8px;
	height:5px;
	background: #228ACC;
	border-radius:3px;
	}
.ui-slider-horizontal .ui-slider-handle{
	position:absolute;
	top:-4px; left:0;
	margin-left:-20px;
	width:37px; height:26px;
	background:url("../img/ui-handle-horizontal.png") no-repeat 0 0;
	border-radius:13px;
	box-shadow:-4px 4px 4px rgba(0,0,0,0.3);}

.bottom-width{text-align:right;}
.bottom-width input{float:right; margin-left:5px;}
.bottom-width label{text-align:right; margin-bottom:4px;}


span.custom-radio, span.custom-checkbox{
	display:inline-block; //zoom:1; //display:inline; vertical-align:middle;
	background:url("http://eurobalkon24.ru/images/tpl/radio-inp.png") no-repeat 0 0;
	width:32px; height:32px; margin:0 6px 0 0;
	}
span.custom-radio input, span.custom-checkbox input{
	position:relative; width:32px; height:32px;
	opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
span.custom-radio.active, span.custom-checkbox.active{background-position:0 -32px;}


.clear-both{clear:both;}
.clear-all{
	clear:both !important;overflow:hidden;
	height:0 !important;width:0 !important; margin:0 !important;padding:0 !important;
	border:0 !important;float:none !important;}

