.calc .calc-ext .calc-ext-price {
  background: #f7ebcc;
  padding: 7px 17px;
  border-radius: 3px;
  text-align: right;
  font: 21px Trebuchet MS, Arial, sans-serif;
}

.calc .calc-ext .calc-ext-price span {
  width: 135px;
  display: inline-block;
  color: #11628d;
}

.calc form {
  font: 13px Arial, Helvetica, sans-serif;
}

.calc .btn {
  color: #000;
  font: 15px/26px Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}

.calc .btn.yellow {
  color: #fff;
  background: linear-gradient(to bottom, rgba(242, 187, 6, 0.6) 0%, rgba(242, 186, 6, 1) 2%, rgba(229, 158, 7, 1) 98%, rgba(229, 157, 7, 0.6) 100%);
  text-shadow: 1px 1px #b87907;
}

.calc .btn.big.yellow {
  height: 43px;
}

.calc .right {
  float: right;
}

.calc .hidden {
  display: none;
}

.calc input[type="text"], textarea {
  border: 2px solid #3F9306;
  border-radius: 2px;
  font: 14px/18px Arial, Helvetica, sans-serif;
  padding: 5px 5px;
  color: #333333;
}

.calc input:disabled {
  opacity: 0.8;
}

.calc .priceListEdit form {
  font: 12px Arial, sans-serif;
  color: #484848;
}

.calc .priceListEdit .sectionItem {
  font: 21px/22px Arial, Helvetica, sans-serif;
  color: #484848;
  background: #e2e2e2;
}

.calc .priceListEdit .sectionItem .sectionName {
  padding: 6px 15px 8px 40px;
  cursor: pointer;
  background: no-repeat 10px 10px;
}

.calc .priceListEdit .sectionItem.level2 {
  font-size: 17px;
  background: #ededed;
}

.calc .priceListEdit .sectionItem.level2 .sectionName {
  padding-left: 45px;
  background-position: 20px 10px;
}

.calc .priceListEdit .sectionItem .sectionName {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wUdDCUnAcyYgAAAAKdJREFUKM/tkisOwzAQRGf9ATYISAMik9KcwScq8A1S2PPkPGEGlYwsoygxiosSNVJJW9g+9LTaWQ1YKqXgUxi+4BfDYpO+7y/e+5pzviiluqqqEEIYAShjzHlza+3onBsO4ZTSjTF2IiLM84xpmiClRM4ZIYTdY4x3AMOhNhEdKwnx0p/39mnTNNeUUi2lXLTWXc7Zl1JWzrkAsG7etu24H/p/2Hs8APbhQC1aicGpAAAAAElFTkSuQmCC);
}

.calc .priceListEdit .sectionItem.shut .sectionName {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wUdDCQ3BWC5pQAAAXVJREFUKM+lk7GqGkEUhr+Z3VF3g7jciOwjbBewkBQWwYcxeYVAyhRphJTpQyohz2AngaBbXGH7wBZBF2VZVwaZkyZ7Ua4JIfdv5p8z88F/hjlKRPhfaZ4gvzHz+fyy/iJN04+bzaY9mUxW4/H4LVA2h8Ph8BpO05QoiprtoCzLV1prqqp6KSKfgW8Ay+XyAb6KvV6vsdZirT055xARnHNKRDoiwmw2ux27UZZlxHFcGWMACMOQ1WpVLhaLP/cMvAHugPpwOCQA7XabPM8RkddABgS/169XcFEU77XWz5VSHI9HlFKX8NQYw+l0Yrvd/ngEK6UexRIRPM+7ql3ee4D7/f67oijujDF1GIYJMK3rGq31vYh8ERHneZ4fx3F2q+dPjen1ekNr7bSqKjzPuxeRD//0w5IkIYqiZ+fzGQDnXCsIAoIg+OtrMxqNGtvxfR8RodVqdQAFSLfbvQ1fgAA/9/v9Is/zYDAYfN/tdjenRz1lqn4BDMSffHecLPoAAAAASUVORK5CYII=);
}

.calc .priceListEdit .priceItem {
  border-bottom: 2px solid #ededed;
  background: #fafafa;
  font: 13px/18px Arial, Helvetica, sans-serif;
  overflow: hidden;
  padding: 5px 20px;
}

.calc .priceListEdit .priceItem .name {
  float: left;
  padding: 6px 0 0;
}

.calc .priceListEdit .priceItem .field {
  float: right;
  width: 160px;
}

.calc .priceListEdit .priceItem input {
  border-color: #e4e4e4;
  height: 15px;
  margin: 0 15px 0 0;
  font-size: 13px;
  width: 70px;
}

.calc .priceListEdit .sectionItem.shut > .priceItem {
  display: none;
}

.calc .priceListEdit .sectionItem.shut > .sectionItem {
  display: none;
}

.calc .priceListEdit .sectionItem.level1 {
  margin: 0 0 5px;
  border-radius: 3px;
}

.calc .toggle-menu {
  overflow: hidden;
  margin: 0 0 25px;
}

.calc .toggle-menu div {
  display: block;
  float: left;
  background: #f7ebcc;
  padding: 8px 20px;
  color: #0478b3;
  cursor: pointer;
  font: 16px Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.calc .toggle-menu .selected {
  background: none repeat scroll 0 0 #f7e0a8;
  color: #484848;
  cursor: default;
}

.calc .toggle-menu .first {
  border-radius: 3px 0 0 3px;
}

.calc .toggle-menu .last {
  border-radius: 0 3px 3px 0;
}

.calc .toggle-menu span {
  border-bottom: 1px dashed;
}

.calc .toggle-menu .selected span {
  border-color: #f7e0a8;
}

.calc .calc-small {
  background: url("bg.png") 15px -5px no-repeat;
  border-radius: 1px;
  padding: 25px;
  margin: 0 0 30px;
  position: relative;
}

.calc .calc-small .calc-type .label {
  font: 16px Trebuchet MS, Arial, sans-serif;
  float: left;
  width: 177px;
}

.calc .calc-small .calc-type .values {
  float: left;
}

.calc .calc-small .calc-square {
  clear: both;
}

.calc .calc-small .calc-type label, .calc .calc-small .calc-additional label {
  margin: 0 0 0 15px;
  padding: 4px 15px;
  background: #e2e2e2;
  border-radius: 3px;
  cursor: pointer;
}

.calc .calc-small .calc-type label.selected, .calc .calc-small .calc-additional label.selected {
  background: #7ba51f;
  color: #fff;
  cursor: default;
}

.calc .calc-small .calc-type label input {
  display: none;
}

.calc .calc-small .calc-additional label input {
  vertical-align: -2px;
  margin: 0 4px 0 0;
}

.calc .calc-small .calc-square {
  padding: 20px 0 0;
}

.calc .calc-small .calc-additional {
  padding: 20px 0 45px;
}

.calc .calc-small .calc-square .label {
  float: left;
  width: 190px;
  line-height: 30px;
}

.calc .calc-small .calc-additional .label {
  float: left;
  width: 177px;
}

.calc .calc-small .calc-square input {
  border-color: #e4e4e4;
}

.calc .calc-small .calc-total-price {
  height: 30px;
  line-height: 30px;
  padding: 0 0 20px 130px;
}

.calc .calc-small .calc-total-price span {
  color: #11628d;
  font: 24px Trebuchet MS, Arial, sans-serif;
}

.calc .calc-small .calc-note {
  position: absolute;
  top: 143px;
  left: 489px;
  width: 226px;
  text-align: center;
  font: 14px Arial;
}

.calc .calc-block .calc-buttons {
  overflow: hidden;
  padding-left: 10px;
}

.calc .calc-block .calc-buttons input {
  float: left;
}

.calc .calc-ext {
  margin: 0 0 25px;
}

.calc .calc-ext .calc-buttons {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.calc .calc-ext .btn {
  height: 40px;
  line-height: 40px;
  font-size: 21px;
}

.calc .calc-ext .calc-ext-price span {
  display: inline;
  color: #11628d;
}

.priceItemTable {border-collapse: collapse; margin-bottom: 20px;}

.priceItemTable td {
  padding: 15px 40px;
  text-align: center;
  border-top: 1px dotted #eee; 
  border-bottom: 1px dotted #eee; 
}
.priceItemTable tr:nth-child(odd) td {
  background: #eee;
}
.priceItemTable td:first-child {text-align: left;}
.priceItemTable tr:first-child td {font-weight: bold;}

.priceItemTable td.tableTotalSum {
  text-align: right;
  border: none;
  font-weight: bold;
  font-size: 16px;
}

.popupWr, #loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; right: 0; top: 0;bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none; 
  z-index: 5;   
}

.popup {
  width: 500px;
  height: 245px;
  background: white;
  position: absolute;
  padding: 20px;
  top: 40%;
  left: 50%;
  margin-left: -260px;
  margin-top: -110px;
  display: none;
}

.close {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: black;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popTit {
  font-size: 23px;
  text-align: center;
  /* font-weight: bold; */
  margin-bottom: 28px;
  margin-top: 5px;
}

.popup input[name="emailUser"] {
  display: block;
  width: 286px;
  margin: 0 auto 20px;
}
.popup input[name="send-pop"]{
  display: block;
  margin: 0 auto;
  width: 300px;
}

.rePlus {
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
}

.firstBtnHide {display: none;}

#calc-small:after {
  content: '';
  display: block;
  clear: both;
}

#loading {
  z-index: 10;
  background: rgba(0, 0, 0, 0.7) url('loading51.gif') no-repeat center;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.myButton:active {
	position:relative;
	top:1px;
}




.myButtonred {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButtonred:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButtonred:active {
	position:relative;
	top:1px;
}


.myButtonblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
}
.myButtonblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
.myButtonblue:active {
	position:relative;
	top:1px;
}


        