/*#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile:hover {opacity: 0.9}*/
#SH531-SMARTHEADS-CONTENT {
  color: #121212;
  font-family: "Titillium Web", Arial, sans-serif;
  line-height: 1.4;
  font-size: 16px;
}
#SH531-SMARTHEADS-CONTENT * {
  box-sizing: border-box;
  -webkit-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  -ms-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
}
#SH531-SMARTHEADS-CONTENT *:before {
  box-sizing: border-box;
  -webkit-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  -ms-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
}
#SH531-SMARTHEADS-CONTENT *:after {
  box-sizing: border-box;
  -webkit-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  -ms-transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
  transition: ease color 250ms, ease background 250ms, ease border-color 250ms;
}
#SH531-SMARTHEADS-CONTENT .sh531-clr {
  font-size: 0;
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
}
#SH531-SMARTHEADS-CONTENT .sh531-button {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid;
  color: #272727;
  border-radius: 3px;
  display: inline-block;
  width: 120px;
  position: relative;
  line-height: 23px;
  padding: 6px 16px 6px 10px;
  text-align: center;
}
#SH531-SMARTHEADS-CONTENT .sh531-button:after {
  position: absolute;
  content: "";
  border-width: 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #272727;
  top: 50%;
  margin: -4px 0 0 6px;
}
#SH531-SMARTHEADS-CONTENT .sh531-button:hover {
  color: #e40082;
}
#SH531-SMARTHEADS-CONTENT .sh531-button:hover:after {
  border-left-color: #e40082;
}
#SH531-SMARTHEADS-CONTENT h2 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  text-align: left;
}
#SH531-SMARTHEADS-CONTENT .sh531-left {
  float: left;
}
#SH531-SMARTHEADS-CONTENT .sh531-right {
  float: right;
}
#SH531-SMARTHEADS-CONTENT .sh531-w50 {
  width: 50%;
}
.sh531-page {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
#SH531-RETURN-CALCULATOR {
  padding: 40px 0 100px;
}
#SH531-RETURN-CALCULATOR a {
  text-decoration: none;
  cursor: pointer;
}
#SH531-RETURN-CALCULATOR .sh531-explanation {
  padding: 20px 0 0;
}
#SH531-RETURN-CALCULATOR .sh531-explanation p {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
  padding-left: 6px;
}
#SH531-RETURN-CALCULATOR .sh531-explanation p sup {
  font-size: 10px;
  line-height: 0;
  margin-left: -6px;
}
#sh531-calculator-tool {
  position: relative;
  padding-left: 225px;
  margin-top: 35px;
}
#sh531-calculator-tool .sh531-left {
  width: 226px;
  position: absolute;
  left: 0;
  top: -15px;
}
#sh531-calculator-tool .sh531-left a {
  margin-top: 15px;
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
  background: #ededed;
  display: block;
  border-radius: 3px 0 0 3px;
  position: relative;
  padding: 20px 10px 20px 69px;
  line-height: 29px;
  border: 1px solid;
  text-align: left;
  border-right-width: 0;
}
#sh531-calculator-tool .sh531-left a:hover {
  background: #fff;
}
#sh531-calculator-tool .sh531-left a img {
  left: 0;
  top: 0;
  position: absolute;
  max-width: 69px;
}
#sh531-calculator-tool .sh531-left a.sh531-active {
  background: #fff;
  z-index: 2;
}
#sh531-calculator-tool .sh531-left a.sh531-electricgas {
  color: #92285e;
  font-size: 21px;
  line-height: 23px;
  padding-bottom: 21px;
}
#sh531-calculator-tool .sh531-left a.sh531-electricgas span {
  font-size: 18px;
  display: block;
}
#sh531-calculator-tool .sh531-left a.sh531-electricgas img {
  top: 8px;
}
#sh531-calculator-tool .sh531-left a.sh531-electricity {
  color: #f4bb3a;
}
#sh531-calculator-tool .sh531-left a.sh531-gas {
  color: #222c78;
}
#sh531-calculator-tool .sh531-left a.sh531-devices {
  color: #72b74f;
}
#sh531-calculator-tool .sh531-left a.sh531-savingzone {
  color: #e40082;
}
#sh531-calculator-tool .sh531-right {
  width: 100%;
  background: #fff;
  position: relative;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container {
  padding: 13px;
  border: 1px solid;
  min-height: 415px;
  border-right-width: 0;
  width: calc(100% - 287px);
  float: left;
  display: none;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile {
  width: 165px;
  margin: 11px;
  display: inline-block;
  vertical-align: top;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile img {
  left: 15px;
  top: 12px;
  position: absolute;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-add {
  background: #e6007e;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 12px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-add:hover {
  background-color: #a6a6a6;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-add:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
  position: absolute;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-add:after {
  content: "";
  background: #fff;
  width: 2px;
  height: 12px;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -1px;
  position: absolute;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  min-height: 44px;
  padding-top: 6px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-container {
  position: absolute;
  width: 15px;
  right: 8px;
  bottom: 6px;
  z-index: initial;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-container img {
  position: static;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-container sup {
  line-height: 0;
  font-size: 10px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-container:hover .sh531-tooltip-content {
  display: block;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content {
  border: 1px solid #000;
  display: none;
  text-align: left;
  background: #fff;
  position: absolute;
  font-size: 10px;
  color: #000;
  line-height: 1.2;
  left: 100%;
  border-radius: 3px;
  top: -9px;
  width: 120px;
  min-height: 98px;
  padding: 10px;
  margin-left: 8px;
  z-index: 9;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content:before {
  content: "";
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  right: 100%;
  top: 10px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content:after {
  content: "";
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  right: 100%;
  top: 10px;
  border-right-color: #fff;
  margin-right: -2px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-price-bar {
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  line-height: 1;
  padding: 6px;
  margin-top: 6px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-price-bar small {
  display: block;
  float: left;
  font-size: .7em;
  line-height: .9em;
  margin-top: -2px;
  text-align: left;
  width: 60%;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-price-bar small.right {
  float: right;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-more {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  padding-left: 12px;
  margin-top: 7px;
  position: relative;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-more:before {
  position: absolute;
  left: 0;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
  top: 50%;
  margin-top: -4px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-more:hover {
  text-decoration: underline;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile-inner {
  position: relative;
  padding: 50px 2px 6px;
  border-radius: 3px;
  height: 165px;
  color: #fff;
  text-align: center;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile.sh531-active .sh531-add {
  background: #a6a6a6;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile.sh531-active .sh531-add:before {
  content: none;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile.sh531-active .sh531-add:hover {
  background: #949494;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile.sh531-active .sh531-add:after {
  width: 9px;
  margin-left: -4.5px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile-manual {
  width: 165px;
  margin: 11px;
  display: inline-block;
  vertical-align: top;

  border-radius: 3px;
  height: 165px;
  position: relative;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile-manual img {
  margin-top: 10px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile-manual .sh531-tile-inner {
  bottom: 5px;
  height: auto;
  left: 5px;
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile-manual .sh531-price-bar {
  background: #fff;
  font-weight: 600;
  color: #030303;
  line-height: 1;
  margin-top: 6px;
  
  bottom: 7px;
  font-size: 14px;
  height: 33px;
  left: 0;
  line-height: 29px;
  padding: 2px 6px;
  position: absolute;
  right: 0;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-plus {
  position: relative;
  display: inline-block;
  height: 165px;
  vertical-align: top;
  margin: 0 15px;
  width: 28px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-plus:before {
  width: 24px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.5px 0 0 -12px;
  content: "";
  background: #c9c7c7;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-plus:after {
  width: 24px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.5px 0 0 -12px;
  content: "";
  background: #c9c7c7;
  height: 24px;
  width: 5px;
  margin: -12px 0 0 -2.5px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-sphere {
  width: 123px;
  height: 123px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  font-weight: 400;
  font-size: 16px;
  padding: 28px 10px;
  line-height: 1;
  background: #92285e;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-sphere sup {
  font-size: 10px;
  margin-left: 3px;
  font-weight: 400;
  line-height: 0;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-sphere strong {
  margin-top: 5px;
  display: block;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-sphere-big {
  height: 145px;
  margin-top: 20px;
  padding: 16px 10px 12px;
  width: 145px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-sphere-title {
  margin-top: 4px;
  font-size: 14px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options {
  text-align: left;
  max-width: 96px;
  margin: 0 5px;
  font-size: 12px;
  color: #3e3d3d;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options p {
  margin: 10px 0 0;
  font-size: 12px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options p.sh531-agreement-time {
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options p.sh531-invoice-type {
  margin-top: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio {
  margin: 7px 0 0;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio input:checked + label:after {
  width: 7px;
  height: 7px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio label {
  padding-left: 20px;
  line-height: 13px;
  position: relative;
  display: block;
  cursor: pointer;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio label:before {
  width: 13px;
  height: 13px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #3e3d3d;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-radio label:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #3e3d3d;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-more-options .sh531-line {
  margin-top: 10px;
  height: 2px;
  background: #e1e1e1;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-cart-summary .sh531-more-options p {
  text-align: center;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-active {
  display: block;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas {
  border-color: #92285e;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas .sh531-tile-inner {
  background: #92285e;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas .sh531-tile-manual {
  background: #92285e;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas .sh531-tile-manual .sh531-tile-inner {
  background: #ffffff;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas .sh531-tile .sh531-title {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0px;
  margin-top: 9px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricgas .sh531-tile .sh531-title div {
  line-height: 0;
  margin-top: 5px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricity {
  border-color: #f4bb3a;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricity .sh531-tile-inner {
  background: #f4bb3a;
  color: #030303;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricity .sh531-tile .sh531-more {
  color: #030303;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-electricity .sh531-tile .sh531-more:before {
  border-left-color: #e6007e;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-gas {
  border-color: #222c78;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-gas .sh531-tile-inner {
  background: #222c78;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-devices {
  border-color: #72b74f;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-devices .sh531-tile-inner {
  background: #72b74f;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-devices .sh531-tile .sh531-more:before {
  border-left-color: #e6007e;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-savingzone {
  border-color: #e40082;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-savingzone .sh531-tile-inner {
  background: #e40082;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-savingzone .sh531-tile .sh531-add {
  border: 1px solid #fff;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-savingzone .sh531-tile.sh531-active .sh531-add {
  border: none;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-no-more .sh531-tile .sh531-price-bar {
  margin-top: 20px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-no-more .sh531-tile .sh531-title {
  margin-top: 17px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-no-more.sh531-electricgas .sh531-tile .sh531-price-bar {
  margin-top: 15px;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-narrow .sh531-tile,
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-narrow .sh531-tile-manual {
  margin-right: 0;
}
#sh531-calculator-tool .sh531-right .sh531-tile-container.sh531-narrow .sh531-plus {
  /*margin: 6px -6px 6px 4px; */
  margin: 6px 3px;
}
#sh531-calculator-tool .sh531-right .sh531-summary {
  background: #b8e1ff;
  width: 287px;
  float: right;
  padding: 12px 12px 110px;
  min-height: 415px;
  bottom: 0;
  top: 0;
  right: 0;
  position: relative;
}
#sh531-calculator-tool .sh531-right .sh531-summary h3 {
  font-size: 22px;
  text-align: center;
  color: #030303;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 30px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-line {
  background: #fff;
  height: 1px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-products-container {
  min-height: 255px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-no-leds {
  color: #030303;
  margin-top: 15px;
  font-size: 14px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-summary-bottom {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-summary-bottom-inner {
  padding: 10px;
  margin-top: 15px;
  background: #fff;
  border-radius: 3px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product {
  background: #fff;
  margin-top: 15px;
  border-radius: 3px;
  padding: 5px 35px;
  position: relative;
  display: block;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product:before {
  content: "";
  background: #c8c8c8;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 4px;
  height: 2px;
  margin-top: -1px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product:hover:before {
  background: #a8a8a8;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product .sh531-index-number {
  font-family: arial;
  border-radius: 50%;
  font-weight: 700;
  color: #d7d7d7;
  font-size: 10px;
  text-align: center;
  line-height: 14px;
  border: dotted 2px #d7d7d7;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 8px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product .sh531-name {
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  color: #030303;
  font-weight: 400;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-single-product .sh531-name .sh531-option {
  font-size: 11px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary {
  text-align: left;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  color: #e40082;
  float: left;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary .sh531-return {
  font-size: 13px;
  line-height: 40px;
  vertical-align: middle;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary .sh531-return sup {
  line-height: 0;
  font-size: 12px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary .sh531-points {
  line-height: 33px;
  vertical-align: middle;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary .sh531-points span {
  margin-top: -3px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-left-summary strong {
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin-top: 2px;
  line-height: 23px;
  float: right;
  text-align: center;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-button {
  float: right;
  margin-top: 2px;
  background: #e6007e;
  border-color: #e6007e;
  color: #fff;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-button:after {
  border-left-color: #fff;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-button:hover {
  background: #ab256e;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-expand {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: 6px;
  right: 20px;
  color: #030303;
  font-weight: 600;
  padding-left: 12px;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-expand:before {
  position: absolute;
  content: "";
  border-width: 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #e40082;
  left: 0;
  top: 50%;
  margin: -5px 0 0;
}
#sh531-calculator-tool .sh531-right .sh531-summary .sh531-expand:hover {
  font-weight: 700;
}
#sh531-calculator-tool .sh531-right .sh531-summary.sh531-summary-extra {
  padding-bottom: 110px;
}
#sh531-calculator-tool .sh531-right .sh531-summary.sh531-summary-extra .sh531-left-summary strong span {
  display: block;
  font-size: 12px;
  line-height: 1;
}
#sh531-calculator-tool .sh531-right .sh531-summary.sh531-summary-extra .sh531-button {
  margin-top: 11px;
}
.popup__close {
  z-index: 2;
}
#sh531-client-popup {
  border: 2px solid #e4007d;
  margin: -20px -15px;
}
#sh531-client-popup h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
#sh531-client-popup .sh531-left {
  background: #e4007d;
  min-height: 448px;
  display: table;
}
#sh531-client-popup .sh531-left h2 {
  color: #fff;
}
#sh531-client-popup .sh531-right {
  background: url(/-/media/moduly/popup/sh531-stripped-bg.jpg);
  min-height: 448px;
  display: table;
}
#sh531-client-popup .sh531-right h2 {
  color: #e4007d;
}
#sh531-client-popup .sh531-right .sh531-button {
  border-color: #e4007d;
}
#sh531-client-popup .sh531-inner {
  display: table-cell;
  vertical-align: top;
  padding: 80px 10%;
  position: relative;
}
#sh531-client-popup .sh531-button {
  bottom: 70px;
  width: 100%;
  max-width: 200px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e4007d;
  position: absolute;
  color: #fff;
  text-decoration: none;
}
#sh531-client-popup .sh531-button:hover {
  background: #ab256e;
  color: #fff;
}
#sh531-client-popup .sh531-button:hover:after {
  border-left-color: #fff;
}
#sh531-client-popup .sh531-button:after {
  border-left-color: #fff;
}
#sh531-client-popup .sh531-more-info {
  background: #f3f1f1;
  padding: 23px;
  font-size: 14px;
  color: #030303;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 30px;
}
#sh531-client-popup .sh531-more-info a {
  color: #e4007d;
}
#sh531-client-popup .sh531-more-info a:hover {
  text-decoration: underline;
}
#sh531-gas-video {
  overflow: hidden;
}
#sh531-gas-video .sh531-top-background {
  position: relative;
  margin-top: 20px;
}
#sh531-gas-video .sh531-top-background > img {
  display: block;
}
#sh531-gas-video .sh531-top-background .sh531-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sh531-gas-video .sh531-top-background .sh531-inner {
  display: table;
  height: 100%;
  width: 100%;
}
#sh531-gas-video .sh531-top-background .sh531-cell {
  display: table-cell;
  vertical-align: middle;
}
#sh531-gas-video .sh531-top-background h1 {
  margin: 0 0 0 auto;
  max-width: 371px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}
#sh531-gas-video h2 {
  font-size: 30px;
  font-weight: 600;
  color: #25282a;
  padding: 40px 0 0;
  line-height: 1.3;
  text-align: center;
}
#sh531-gas-video .sh531-content {
  text-align: center;
}
#sh531-gas-video .sh531-video-container {
  background: url(/-/media/moduly/gaz-video/sh531-gas-video-bottom-bg.jpg) no-repeat center;
  padding: 40px 10px 90px;
}
#sh531-gas-video .sh531-video-container .sh531-monitor {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  line-height: 0;
}
#sh531-gas-video .sh531-video-container .sh531-monitor img {
  display: block;
  max-width: 100%;
}
#sh531-gas-video .sh531-video-container .sh531-monitor video {
  position: absolute;
  top: 2%;
  bottom: 2%;
  left: 1.25%;
  right: 1.25%;
  z-index: 2;
  height: 96%;
  width: 97.5%;
  border-radius: 1%;
  cursor: pointer;
  object-fit: cover;
}
#sh531-gas-video .sh531-lower-footer {
  padding: 0;
  background: #f2f2f2;
}
#sh531-gas-video .sh531-lower-footer p {
  color: #929497;
  font-size: 14px;
  line-height: 20px;
}
#sh531-gas-video .sh531-lower-footer a {
  color: #929497;
  font-size: 14px;
  line-height: 20px;
}
#sh531-gas-video .sh531-lower-footer a:hover {
  color: #e6007e;
}
#sh531-gas-video .sh531-copyright {
  float: left;
}
#sh531-gas-video .sh531-footer-menu {
  float: right;
  padding: 9px 0;
  margin-top: 12px;
}
#sh531-gas-video .sh531-footer-menu img.sh531-separ {
  display: inline-block;
  margin-bottom: -2px;
}
#sh531-gas-video .sh531-background {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #sh531-calculator-tool {
    padding-left: 175px;
  }
  #sh531-calculator-tool .sh531-left {
    width: 176px;
  }
  #sh531-calculator-tool .sh531-left a {
    padding: 20px 5px 20px 59px;
    font-size: 18px;
  }
  #sh531-calculator-tool .sh531-left a img {
    left: -5px;
  }
  #sh531-calculator-tool .sh531-left a.sh531-electricgas {
    font-size: 18px;
    line-height: 20px;
  }
  #sh531-calculator-tool .sh531-left a.sh531-electricgas span {
    font-size: 16px;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container {
    min-height: 427px;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content {
    left: auto;
    right: -8px;
    margin: 8px 0 0;
    top: 100%;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content:before {
    right: 9px;
    bottom: 100%;
    top: auto;
    border-width: 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile .sh531-tooltip-content:after {
    right: 9px;
    bottom: 100%;
    top: auto;
    border-width: 8px 6px;
    border-color: transparent transparent #000 transparent;
    margin: 0 0 -2px;
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
  #SH531-SMARTHEADS-CONTENT h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 920px) {
  #sh531-calculator-tool .sh531-right .sh531-tile-container {
    width: 100%;
    border-right-width: 1px;
    border-bottom-width: 0;
    text-align: center;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-tile {
    margin: 6px;
  }
  #sh531-calculator-tool .sh531-right .sh531-summary {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 0;
    padding-bottom: 12px;
    height: auto !important;
  }
  #sh531-calculator-tool .sh531-right .sh531-summary .sh531-products-container {
    min-height: 0;
  }
  #sh531-calculator-tool .sh531-right .sh531-summary .sh531-summary-bottom {
    position: static;
    margin-top: 15px;
  }
  #sh531-calculator-tool .sh531-right .sh531-summary.sh531-summary-extra {
    padding-bottom: 12px;
    height: auto !important;
  }
}
@media screen and (max-width: 660px) {
  #sh531-calculator-tool {
    padding-left: 0;
  }
  #sh531-calculator-tool .sh531-left {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: -1px;
  }
  #sh531-calculator-tool .sh531-left a {
    font-size: 0;
    float: left;
    width: 20%;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 0;
    padding: 5px;
    margin: 0;
    line-height: 0;
    height: auto;
  }
  #sh531-calculator-tool .sh531-left a img {
    max-width: 100%;
    width: 69px;
    border: 1px solid;
    position: static;
    border-radius: 50%;
    background: #fff;
    display: block;
    margin: 0 auto 0;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricgas:hover {
    background: #92285e;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricgas img {
    border-color: #92285e;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricgas.sh531-active {
    background: #92285e;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricity:hover {
    background: #f4bb3a;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricity img {
    border-color: #f4bb3a;
  }
  #sh531-calculator-tool .sh531-left .sh531-electricity.sh531-active {
    background: #f4bb3a;
  }
  #sh531-calculator-tool .sh531-left .sh531-gas:hover {
    background: #222c78;
  }
  #sh531-calculator-tool .sh531-left .sh531-gas img {
    border-color: #222c78;
  }
  #sh531-calculator-tool .sh531-left .sh531-gas.sh531-active {
    background: #222c78;
  }
  #sh531-calculator-tool .sh531-left .sh531-devices:hover {
    background: #72b74f;
  }
  #sh531-calculator-tool .sh531-left .sh531-devices img {
    border-color: #72b74f;
  }
  #sh531-calculator-tool .sh531-left .sh531-devices.sh531-active {
    background: #72b74f;
  }
  #sh531-calculator-tool .sh531-left .sh531-savingzone:hover {
    background: #e40082;
  }
  #sh531-calculator-tool .sh531-left .sh531-savingzone img {
    border-color: #e40082;
  }
  #sh531-calculator-tool .sh531-left .sh531-savingzone.sh531-active {
    background: #e40082;
  }
  #sh531-calculator-tool .sh531-left a.sh531-electricgas {
    font-size: 0;
    line-height: 0;
    padding-bottom: 5px;
  }
  #sh531-calculator-tool .sh531-left a.sh531-electricgas span {
    font-size: 0;
  }
  #sh531-calculator-tool .sh531-right .sh531-tile-container {
    min-height: 0;
    height: auto !important;
  }
  #SH531-SMARTHEADS-CONTENT h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  #sh531-calculator-tool .sh531-right .sh531-tile-container .sh531-plus {
    display: block;
    height: 28px;
    width: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 860px) {
  #sh531-client-popup h2 {
    font-size: 28px;
  }
  #sh531-client-popup .sh531-more-info {
    font-size: 12px;
    padding: 18px;
  }
}
@media screen and (max-height: 400px) {
  #sh531-client-popup h2 {
    font-size: 22px;
  }
  #sh531-client-popup .sh531-inner {
    padding: 30px 10%;
    padding: 10px 10%;
  }
  #sh531-client-popup .sh531-more-info {
    margin-top: 20px;
    padding: 15px;
  }
  #sh531-client-popup .sh531-right {
    min-height: 288px;
  }
  #sh531-client-popup .sh531-left {
    min-height: 288px;
  }
  #sh531-client-popup .sh531-button {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #sh531-client-popup h2 {
    font-size: 24px;
  }
  #sh531-client-popup .sh531-more-info {
    padding: 15px;
    max-width: 300px;
    margin: 30px auto 0;
  }
  #sh531-client-popup .sh531-left {
    width: 100%;
    min-height: 0;
  }
  #sh531-client-popup .sh531-left .sh531-button {
    margin-top: 150px;
  }
  #sh531-client-popup .sh531-right {
    width: 100%;
    min-height: 0;
  }
  #sh531-client-popup .sh531-inner {
    padding: 20px 10%;
  }
  #sh531-client-popup .sh531-button {
    position: relative;
    bottom: auto;
    left: auto;
    -ms-transform: none;
    transform: none;
    margin: 30px auto 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sh531-gas-video .sh531-lp-header {
    padding: 0 15px;
  }
  #sh531-gas-video .sh531-top-background h1 {
    max-width: 261px;
  }
  .sh531-logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  #sh531-gas-video .sh531-top-background h1 {
    max-width: 200px;
  }
  #sh531-gas-video .sh531-lower-footer p {
    font-size: 12px;
    margin: 5px 0;
  }
  #sh531-gas-video .sh531-lower-footer a {
    font-size: 12px;
    margin: 5px 0;
  }
  #sh531-gas-video .sh531-footer-menu {
    float: none;
    padding: 4px 0;
    margin-top: 2px;
  }
  #sh531-gas-video .sh531-video-container {
    padding-bottom: 40px;
  }
}
