.sec-calc {
  /* overflow: hidden; */
}
.sec-calc .l-wrapper {
  align-items: center;
}
.l-column--calc {
  width: 44%;
  flex-shrink: 0;
  position: relative;
}
.column-calc-head {
  background: #055a60;
  padding: 2.4rem 1.6rem;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
}
.column-calc-head h3 {
  padding: 0;
  margin: 0;
}
.column-calc-info {
  border: 1px solid #ededed;
  border-top: 0;
  border-radius: 0 0 0.3rem 0.3rem;
  position: relative;
}
.column-calc-info-inner{
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.column-calc-info p {
  margin: 0 0 1.4rem;
}
.column-calc-info .form-group label{
  display: block;
  margin-bottom: 0.8rem;
}
.input-calc {
  border: 1px solid #ededed;
  background: transparent;
  color: #212529;
  height: 4.2rem;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  -moz-appearance: textfield;
}
.input-calc::-webkit-outer-spin-button,
.input-calc::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-calc::placeholder{
  opacity: 1;
  color: #212529;
}
.input-calc::-ms-input-placeholder{
  color: #212529;
}
.input-calc .error-message {
  color: red;
  font-size: 1.4rem;
  display: block;
  margin: 0.4rem 0 0;
}
.column-calc-btn {
  text-align: center;
  margin-top: 2rem;
}
.column-calc-btn .c-btn{
  cursor: pointer;
}
.column-calc-result {
  background: #dcf3f3;
  padding: 2rem;
  text-align: center;
}
.column-calc-result .emerytura {
  font-weight: 600;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-calc-result .emerytura .popup-agreement{
  right: 0;
  text-align: left;
}
.column-calc-result .emerytura .t-content{
  position: unset;
}
.column-calc-result .emerytura-output {
  color: #055a60;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
.column-calc-img {
  left: auto !important;
  right: -27.4rem;
  top: auto !important;
  bottom: -2rem;
  max-width: 52.7rem;
  z-index: 2;
}
@media (max-width: 1279.98px) {
  .sec-calc .right-image{
    padding-right: 4rem !important;
  }
  .l-column--calc {
    width: 50%;
  }
}
@media(max-width: 959.98px) {
  .sec-calc .right-image {
    padding-right: 0 !important;
    margin-top: 0 !important;
  }
  .sec-calc .l-wrapper {
    display: block;
  }
  .l-column--calc {
    width: 100%;
    margin-top: 2.4rem;
  }
  .column-calc-img{
    display: none !important;
  }
}