﻿.hidden
	{
		visibility: hidden;
	}
	.row{
		display:table;
		margin-top: 2px;
	}
	.cell, .cell2{
		float:left;
		margin-left: 10px;
	}
	.cell.desc{
		width:350px;
	}
	.cell.desc.with-checkbox{
		margin-left:40px;
	}
	.cell.desc.small{
		width:330px;
	}
	.cell.type{
		width:150px;
	}
	.cell input[type='text']
	{
		width: 30px;
	}
	.row.title{
		font-weight: bold;
		margin-bottom: 10px;
		width:700px;
	}
	.content{
		margin-bottom: 10px;
	}
	.cell[name="price"]
	{
		width:50px;
		color:#cc0000;
	}
	.cell.with_price
	{
		margin-left: 70px;
	}
	.cell[name="sum"]
	{
		font-size: 18px;
		display: none;
	}
	div.row.radio-select.active div.cell.price-sum
	{
		display: block;
	}

	div.row.radio-select.active div.cell.price-sum
	{
		display: block;
	}

	.row.active	div.cell[name="sum"]
	{
		display: block;
	}

	.row.active	div.cell.hidden[name="sum"]
	{
		display: none;
	}
	.row.radio-select.active div.row.radio div.cell[name="sum"],.row.radio-select div.row.radio div.cell[name="sum"],.row.radio-select div.row.radio.active div.cell[name="sum"]
	{
		font-size: 18px;
		display: none;
	}

	.row.radio-select.active div.row.radio.active div.cell[name="sum"]
	{
		display: block;
	}
	.row[name="total"],.row[name="total-sum"]
	{
		font-weight: bold;
		font-size: 20px;
		padding-left: 660px;
	}
	.row[name="total-sum"]{
		border-top: 1px solid;
	}

	/*Calculator css*/

	.calc-wrap{
		width: 100%;
		height: 100%;
	}

	.calc-content{
		width: 750px;
		height: 777px;
		background: url("/sites/all/calc/img/background.png");
	}

	.calc-buttons{
		width: 100%;
		height: 600px;
		padding-top: 170px;
	}

	.calc-btn-main{
		width: 150px;
		height: 96px;
	}

	.calc-btn-main-small{
		width: 96px;
		height: 96px;
	}

	.calc-buttons div.row
	{
		margin-top: 0px;
	}

	.calc-buttons div.row div.cell
	{
		margin-left: 30px;
	}

	.calc-buttons div.row div.cell a
	{
		text-decoration: none;
		color: #204153;
		font-weight: bold;
	}

	.calc-buttons div.row div.cell a div
	{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		font-size: 17px;
		word-break: break-word;
		/*white-space: pre-line;*/
	}

	.calc-buttons div.row div.cell a div.small-font
	{
		font-size: 15px;
		line-height:0.9em;
	}

	.calc-buttons div.row div.cell.left
	{
		margin-left: 84px;
	}