@charset "utf-8";

.div_calc_ul{
	/*width:400px;*/
	margin:20px auto 0px auto;
	text-align:center;
}

#calc_block_ul{
	position:relative;
	/*width:400px;*/
	margin:0 auto;
	text-align:center;
	z-index:0;
}
#calc_block_ul h3{
	color:#b22222;
	letter-spacing:1px;
	margin:18px  auto 0  auto;
	padding:0;
}

#calc_block_ul p{
	color:#666;
}

#calc_block_ul .div_img_ul{
	position:relative;
	margin:0px auto;
	background:url(../img/kupel-ul.png) top center no-repeat;
	width:240px;
	height:240px;
	background-size:240px;
}

#calc_block_ul #div_res_l_ul{
	position:absolute;
	color:#007BB7;
	top:110px;
	left:190px;
}


#calc_block_ul ul{
	text-align:left;
	list-style:none;
	margin:0 auto;
	padding:6px;
	white-space:nowrap;
	
}


#calc_block_ul ul.ul_calc_ul li{
	text-align:center;
	margin-bottom:0px;
	
}

#calc_block_ul ul.ul_calc_ul label, #calc_block_ul div{
	color:#007BB7;
}

#calc_block_ul ul.ul_calc_ul select{
	width:100px;
	height:26px;
	border:1px solid #007BB7;
	cursor:pointer;
	margin-left:8px;
}


#calc_block_ul .ul_dop_ul li{
	color:#303030;
	margin-top:10px;
}

#calc_block_ul .ul_dop_ul li label{
	cursor:pointer;
}

#calc_block_ul #calc_result_ul{
	color:#f00;
}

#calc_block_ul .div_result_ul{
	color:#000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:10px auto;
	text-align:center;
}



#calc_block_ul ul.ul_calc_ul li::after{
	content:'\00A0';
	clear:both;
}