* {
	margin: 0;
	padding: 0;
}

.calcolatrice {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	font-family: arial;
}

.calcolatrice .description {
	margin: 0 0 15px 0;
}

.calcolatrice ul {
	list-style-type: none;
}

.calcolatrice .step {
	margin: 15px 0 15px 0;
	
	position: relative;
	
	float: none;
    width: auto;
    height: auto;
    background: none;
    text-align: left;
}

.calcolatrice .title {
	font-size: 21px;
	height: 30px;
	padding: 10px 0 10px 15px;
	background: #F8EADD;
	text-align: left;
}

.calcolatrice .title span{
	margin: 0 15px 0 0;
	width: 100px;
	padding: 5px 15px 5px 15px;
	
	color: #FFF;
	font-size: 15px;
}

.calcolatrice .title span:after{
	border-left-color: steelblue;  
	border-right: 0;
}

.calcolatrice .workarea {
	padding: 20px 0 20px 15px;
	background: #FBF4EE;
}

.calcolatrice .gray-line{
	display: inline-block;
	width: 450px;
	height: 13px;
	border-bottom: 1px solid #D2D2D2;
	vertical-align: top;
	margin: 0 10px 0 10px;
}

.calcolatrice select{
	width: 200px;
	height: 30px;
	font-size: 17px;
	color: #777777;
}

.calcolatrice input[type='text']{
	width: 200px;
	height: 30px;
	font-size: 17px;
	color: #777777;
}

.calcolatrice .next{
    margin: 20px 0 0 0;
	padding: 5px 20px 5px 20px;
	
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	
	top: -1px;
	position: relative;
}

.calcolatrice .back,
.calcolatrice .refresh {
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0 0 0 25px;
	border: none;
	background: none;
	cursor: pointer;
	color: #EF6E02;
}

.calcolatrice .back{
	background: url("/bitrix/templates/izba/img/back.png") no-repeat 0px 0px;
}

.calcolatrice .refresh{
	background: url("/bitrix/templates/izba/img/refresh.png") no-repeat 0px 0px;
	width: auto;
    margin: 0 0 0 20px;	
	padding: 0 0 0 30px;
}

.calcolatrice .orange{
	border: none;
	border-radius: 5px;
    box-sizing: border-box;
    background: #d9b23f;
    border: 1px solid #d6a000;
    background: -moz-linear-gradient(top, #d9b23f 0%, #ac8d33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9b23f), color-stop(100%,#ac8d33));
    background: -webkit-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -o-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: -ms-linear-gradient(top, #d9b23f 0%,#ac8d33 100%);
    background: linear-gradient(to bottom, #d9b23f 0%,#ac8d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9b23f', endColorstr='#ac8d33',GradientType=0 );
    box-shadow: inset 0 -1px 1px #6c591f, inset 0 1px 1px #e8d18d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Прошедшие шаги */
.calcolatrice .step.passed .title {
	font-size: 21px;
	height: 30px;
	padding: 10px 0 10px 15px;
	background: none;
	display: inline-block;
	width: 400px;
	text-align: left;
}

.calcolatrice .step.passed .title span{
	margin: 0 15px 0 0;
	width: 100px;
	padding: 5px 15px 5px 15px;
	
	color: #FFF;
	font-size: 15px;
	background: #2F2F2F;
	
}

.calcolatrice .title span:after{
	border-left-color: steelblue;  
	border-right: 0;
}

.calcolatrice .step.passed .workarea {
	padding: 20px 0 20px 15px;
	background: none;
	display: inline-block;
	width: 265px;
	text-align: right;
}

.calcolatrice .step.passed .workarea img{
	position: relative;
	top: 20px;
	margin-right: 25px;
}

/* Подсчет */
.count .workarea {
	padding-top: 0px;
}

.result {
	margin: 10px 0 10px 0;
	color: #777777;
}
  
 .result span{
	color: #EF6E02;
}

.money {
	padding: 15px 20px 15px 20px;
	
	color: #FFF;
	font-size: 22px;
}

.money span{
	float: right;
}

 

  