@import url('https://fonts.googleapis.com/css?family=Scada:400,700&display=swap&subset=cyrillic,cyrillic-ext');
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.animation {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nomargin {
  padding: 0px;
  margin: 0px;
}
body,
html {
  padding: 0px;
  margin: 0px;
}
.table {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
}
.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
}
.table-cell-top {
  display: table-cell;
  vertical-align: top;
}
.table-cell-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
form {
  display: table;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.field_line {
  display: table;
  width: 100%;
}
.field_line .field_box {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
}
.field_line .field_box label {
  display: table;
  width: 100%;
  padding: 0 0 10px 0;
  font-family: Tahoma;
  font-size: 13px;
}
.field_line .field_box.half {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 8px 0 0;
}
.field_line .field_box.half:last-child {
  padding: 0 0 0 8px;
}
.field {
  font-family: "Scada";
  color: #8d9197;
  border: 1px solid #e1e5e8;
  background: #e5e8ed;
}
.field.full {
  display: table;
  width: 100%;
}
.field_big {
  padding: 15px 15px;
  font-size: 16px;
}
.field_medium {
  padding: 5px 10px;
  font-size: 14px;
}
.btn {
  cursor: pointer;
  display: table;
  font-family: "Scada";
  text-align: center;
  text-decoration: none;
}
.btn_big {
  padding: 15px 0;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: #acc299;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_big:hover {
  color: #ffffff;
  background: #86b160;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_micro {
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: #acc299;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_micro:hover {
  color: #ffffff;
  background: #86b160;
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.full {
  width: 100%;
}
.btn.loader {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
}
.btn_with_loader {
  position: relative;
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.tabs li {
  float: left;
  padding: 10px 15px;
  font-family: "Scada";
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #acc299;
}
ul.tabs li.selected {
  background: #acc299;
  color: #fff;
}
ul.tabs li:hover {
  background: #86b160;
  color: #fff;
  cursor: pointer;
}
ul.full {
  width: 100%;
}
ul.full li {
  width: 50%;
}
header {
  width: 100%;
  height: 20px;
}
section.calculator_form {
  margin: 0 0 10px 0;
}
section.calculator_form .inner {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
}
section.calculator_form .inner .tab_blocks .box {
  display: none;
}
section.calculator_form .inner .tab_blocks .box .form_box {
  display: table;
  width: 100%;
  margin: 10px 0 0 0;
}
section.calculator_form .inner .tab_blocks .box .form_results {
  margin: 35px 0 0 0;
  padding: 15px 15px;
  display: table;
  width: 100%;
  background: #f7f7f7;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .formula_box_action {
  display: table;
  width: 100%;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .operation_formula {
  display: none;
  padding: 10px 15px;
  margin: 0 0 5px 0;
  width: 100%;
  font-family: "Scada";
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #acc299;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer {
  display: table;
  width: 100%;
  padding: 15px 15px;
  font-family: "Scada";
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  border-bottom: 1px dashed #86b160;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer .status {
  display: none;
  float: right;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer .status.normal {
  background: green;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer .status.attention {
  background: orange;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer .status.warning {
  background: red;
}
section.calculator_form .inner .tab_blocks .box .form_results .answer_box .answer .status.active {
  display: block;
}
section.calculator_form .inner .tab_blocks .box.selected {
  display: table;
  width: 100%;
}
