.accordion-inflation,
.accordion-sip,
.accordion-goal {
    height: auto;
    margin-bottom: 35px;
    border-bottom: 1px dashed #11a9a4;
}

.accordion-goal {
  border-bottom: 0px;
}
.calculator-article {
  /*margin-bottom: 210px;*/
}
[data-control] {
  cursor: pointer;
}
.close-calculator [data-control] {
  background: #fff url('../images/plus.png') no-repeat 100% 20%;
}

.open-calculator [data-control] {
  background: #fff url('../images/minus.png') no-repeat 100% 1%;
}

@media all and (max-width: 980px) {
  .close-calculator [data-control] {
    background: #fff url('../images/plus.png') no-repeat 100% 0%;
  }

  .open-calculator [data-control] {
    background: #fff url('../images/minus.png') no-repeat 100% 0%;
  }
}
