.calc-results {
  display: none;
}
.calc-block__submit-wrap-in {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.calc-block__submit-wrap-in div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.head-left .head-left-inner .logo-top {
  position: relative;
}
.head-left .head-left-inner .logo-top .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.head-left .head-left-inner .logo-top.eye .hover {
  opacity: 1;
  visibility: visible;
}
.form-b .tpl-field.type-textarea.results {
  display: none;
}
.cwdtable {
  font-size: 12px;
  color: #333333;
  width: 100%;
  border-width: 1px;
  border-color: #FD8E3C;
  border-collapse: collapse;
}
.cwdtable th {
  font-size: 12px;
  background: #d7ecef;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #FD8E3C;
}
.cwdtable tr {
  background: #ffffff;
}
.cwdtable td {
  font-size: 12px;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #729ea5;
}
.mobileTable {
  overflow: auto;
  width: 100%;
}
.cwdtable th, .cwdtable td {
  text-align: center;
}
.cwdtable tr:hover {
  background: #FFF2DA;
}
