.calc-categories{text-align:center;}
.calc-categories .category{
 display: inline-block;
 width: 206px;
 height: 47px;
 margin-right: 10px;
 color: #000;
 padding: 10px 0;
 font-size: 17px;
 text-decoration: none !important;
}
.calc-categories .category.delivery{background:url(/calc/img/btn.png) no-repeat ;}

.calc-categories .category.delivery.selected, .calc-categories .category.delivery:hover{
	background:url(/calc/img/btn.png) no-repeat 100%;
	color: #fff;
}
.calc-categories .category.cargo{background:url(/calc/img/btn.png) no-repeat ;}
.calc-categories .category.cargo.selected, .calc-categories .category.cargo:hover{
	background:url(/calc/img/btn.png) no-repeat 100%;
	color: #fff;
}
.calc-categories .category.transport{background:url(/calc/img/btn.png) no-repeat ;}
.calc-categories .category.transport.selected, .calc-categories .category.transport:hover{
	background:url(/calc/img/btn.png) no-repeat 100%;
	color: #fff;
}
.calculator{
	padding: 10px;
 border: 3px solid #eef2f7;
 font-size:18px;
 position:relative;
}
.calculator .title{
	font-size:25px;
	margin-bottom: 20px !important;
	text-align:center;
}

.step2-title{
	text-align: left;
 color: #3a7db5;
 font-size: 25px;
 border-bottom: 3px solid #eef2f7;
 padding-bottom: 10px;
 margin:30px 0 20px !important;
}

.calculator select, .calculator input[type="text"]{
	width: 220px;
	border: 1px solid #acacac;
 padding: 7px;
 border-radius: 4px;
}

.calculator input[disabled="disabled"]{
	background-color: #eef2f7;
	color: #acacac;
}
.calculator select{
	padding: 9px;
	width: 236px;
	background-image: url('/calc/img/rectangle.png');
 background-position: 95% 50%;
 background-repeat: no-repeat;
 cursor: pointer;
	 -webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
}
.calculator select::-ms-expand {display: none;}
.calculator input[type="checkbox"]{display:none; }
.calculator input[type="checkbox"] + label{
 cursor: pointer;
 width: 150px;
}
.calculator input[type="checkbox"] + label::before {
 content: "";
 display: inline-block;
 height: 30px;
 width: 30px;
 margin-right: 7px;
 background: url(/calc/img/calc-checkbox.png) 100%;
 background-repeat: no-repeat;
 vertical-align: middle;
}
.calculator input[type="checkbox"]:checked + label::before {background: url(/calc/img/calc-checkbox.png);}
.calculator label{
	display: inline-block;
 text-align: left;
 width: 75px;
 margin-right: 20px;
 font-weight: 100;
 vertical-align: middle;
 font-size:14px;
}
.calculator .row{
	text-align:left;
	margin-bottom:15px;
}
.step2{
	width:350px;
	display:inline-block;
	margin-right: 50px;
}
.inline{display:inline-block;}
.delivery-checkbox-wrapper{text-align: left;}
.calc-result{
	box-sizing: border-box;
	height: 93px;
 margin-bottom: 20px;
 background: #eef2f7;
 padding: 10px 0 40px 30px;
 display: none;
}
.calc-result span, .pre-result span{
	color:#3a7db5;
}
.calc-result span.large{
	font-size: 25px;
 vertical-align: middle;
}
.pre-result{
	width: 250px;
 display: inline-block;
 vertical-align: top;
 margin-top: -20px;
 display:none;
}
.pre-result textarea{
	height: 75px;
 width: 200px;
 border-radius: 4px;
}
.show-on-map{
	display: inline-block;
 width: 206px;
 height: 43px;
	background-image: url(/calc/img/show-on-map-button.png);
	cursor:pointer;
	margin:bottom:10px;
}
#loading{
	font-size:24px;
	text-align:center;
	margin:10px;
}
.calc-result .sendresult {
 margin: 0px 20px 0 0;
 float: right;
}
.calc-result .sendresult #sendresultphone {
 display: block;
 margin: 0 auto 10px;
}
.calc-result .sendresult #sendresult_bt {
 background: linear-gradient(to top,#DC64CB,#F88A9C) repeat scroll 0px 0px transparent;
 padding: 10px 20px;
 color: white;
 text-decoration: none;
 border-radius: 5px;
	cursor: pointer;
}
