body.page-template-kalkulator #body-core .p-r {
  position: relative;
}

body.page-template-kalkulator #body-core .container {
  border: 1px solid #000;
  width: 50%;
  height: 80%;
  margin: auto;
  margin-top: 20vh;
}

body.page-template-kalkulator #body-core .main-cointainer {
  width: 120%;
  height: 60%;
  border: 1px solid #000;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.page-template-kalkulator #body-core #start {
  padding: 128px 0px;
}

body.page-template-kalkulator #body-core .main-bar {
  width: 100%;
  height: 12%;
  max-height: 80px;
  background-color: #203449;
  border-radius: 8px 8px 0 0;
}

body.page-template-kalkulator #body-core .main-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body.page-template-kalkulator #body-core .logo-in-bar {
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}

body.page-template-kalkulator #body-core .rainbow-in-bar img {
  width: 100%;
  margin-bottom: -5px;
}

body.page-template-kalkulator #body-core .main-content-container h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.02em;
  font-feature-settings: 'liga' off;
  color: #101828;
}

body.page-template-kalkulator #body-core .main-content-container h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

body.page-template-kalkulator #body-core .main-content-container h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  font-feature-settings: 'liga' off;
  margin-top: 40px;
}

body.page-template-kalkulator #body-core .main-content-container button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  gap: 12px;
  width: 286px;
  height: 60px;
  background: #203449;
  border: 1px solid #203449;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}

body.page-template-kalkulator #body-core .main-content-container label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #1d2939;
  float: right;
  width: 100%;
}

body.page-template-kalkulator #body-core .frame-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px;
  width: 100%;
}

body.page-template-kalkulator #body-core .bootom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

body.page-template-kalkulator #body-core .bootom-bar span {
  margin: 0 15px;
}

body.page-template-kalkulator #body-core .bootom-bar span:hover {
  cursor: pointer;
}

body.page-template-kalkulator #body-core .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 8px 16px;
  border: 1px solid #f2f4f7;
  border-radius: 12px;
  color: #101828;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-right: 12px;
  margin-left: 12px;
  min-width: 200px;
}

body.page-template-kalkulator #body-core .frame-2:hover {
  background: #203449;
  border: 1px solid #eaecf0;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
}

body.page-template-kalkulator #body-core .to-hover {
  color: #101828;
}

body.page-template-kalkulator #body-core .frame-2:hover .to-hover {
  color: #f9fafb;
}

body.page-template-kalkulator #body-core .frame-2:hover path {
  fill: white;
}

body.page-template-kalkulator #body-core .calc-icon {
  margin: 25%;
}

body.page-template-kalkulator #body-core .box-hide {
  display: none;
}

body.page-template-kalkulator #body-core .box-choice {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 16px;
  width: 262px;
  height: 262px;
  background: #fff;
  border: 1px solid #f2f4f7;
  border-radius: 12px;
}

body.page-template-kalkulator #body-core .box-choice:hover {
  background: #203449;
}

body.page-template-kalkulator #body-core .box-choice:hover h3 {
  color: #fff;
}

body.page-template-kalkulator #body-core .box-choice:hover h5 {
  color: #fff;
}

body.page-template-kalkulator #body-core .frame-3 {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  gap: 25px;
}

body.page-template-kalkulator #body-core .box-choice h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 90px;
}

body.page-template-kalkulator #body-core .box-choice h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

body.page-template-kalkulator #body-core .calc-two-col {
  display: flex;
  gap: 32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

body.page-template-kalkulator #body-core .calc-two-col p {
  margin-bottom: 0;
}

body.page-template-kalkulator #body-core .un-check,
body.page-template-kalkulator #body-core .on-check {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 16px 6px 8px;
  gap: 10px;
  border: 1px solid #f2f4f7;
  border-radius: 12px;
  margin-bottom: 12px;
  min-width: 275px;
}

body.page-template-kalkulator #body-core .inactive {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 16px 6px 8px;
  gap: 10px;
  border: 1px solid #f2f4f7;
  border-radius: 12px;
  margin-bottom: 12px;
  min-width: 275px;
  opacity: 0.5;
}

body.page-template-kalkulator #body-core .inactive-gas {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 16px 6px 8px;
  gap: 10px;
  border: 1px solid #f2f4f7;
  border-radius: 12px;
  margin-bottom: 12px;
  min-width: 275px;
}

body.page-template-kalkulator #body-core .inactive-gas::before {
  content: 'Funkcję CWU zapewnia kocioł gazowy';
  position: absolute;
  top: 8px;
  right: 2px;
  background-color: red;
  padding: 11px;
}

body.page-template-kalkulator #body-core .calc-two-col svg {
  fill: #203449;
  margin-top: 5px;
}

body.page-template-kalkulator #body-core .un-check:hover {
  background: #203449;
  color: #fff;
}

body.page-template-kalkulator #body-core .un-check:hover svg {
  fill: white;
}

body.page-template-kalkulator #body-core .on-check {
  background: #203449;
  color: #fff;
}

body.page-template-kalkulator #body-core .on-check svg {
  fill: white;
}

body.page-template-kalkulator #body-core .sec-one,
body.page-template-kalkulator #body-core .sec-two,
body.page-template-kalkulator #body-core .sec-three {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  gap: 24px;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  width: 80%;
  margin-bottom: 15px;
}

body.page-template-kalkulator #body-core .sec-one h5,
body.page-template-kalkulator #body-core .sec-two h5,
body.page-template-kalkulator #body-core .sec-three h5 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #475467;
  margin: 0;
}

body.page-template-kalkulator #body-core .sec-one h4,
body.page-template-kalkulator #body-core .sec-two h4,
body.page-template-kalkulator #body-core .sec-three h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #344054;
}

body.page-template-kalkulator #body-core #sec-one div,
body.page-template-kalkulator #body-core .sec-two-col-1 div,
body.page-template-kalkulator #body-core .sec-two-col-2 div,
body.page-template-kalkulator #body-core .sec-two-col,
body.page-template-kalkulator #body-core .pomp,
body.page-template-kalkulator #body-core .pomp-1 div,
body.page-template-kalkulator #body-core .pomp-2 div {
  display: flex;
}

body.page-template-kalkulator #body-core .sec-two-col-1,
body.page-template-kalkulator #body-core .sec-two-col-2 {
  width: 50%;
  flex-direction: column;
}

body.page-template-kalkulator #body-core .sec-two-col input {
  align-self: flex-start;
}

body.page-template-kalkulator #body-core .pomp {
  gap: 55px;
}

body.page-template-kalkulator #body-core .pomp-1 img,
body.page-template-kalkulator #body-core .pomp-2 img {
  margin-left: 25%;
  margin-bottom: 10%;
}

body.page-template-kalkulator #body-core .toll-hide {
  display: none;
}

body.page-template-kalkulator #body-core .toll-show {
  position: absolute;
  top: -25px;
  left: -52px;
  background: #101828;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px #000, 0px 4px 6px -2px #000;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  min-width: 120px;
  padding: 5px;
}

body.page-template-kalkulator #body-core .toll-show a,
body.page-template-kalkulator #body-core .toll-show a:visited {
  color: #fff;
}

body.page-template-kalkulator #body-core .toll-show:after {
  content: url("/wp-content/uploads/2022/12/bottom-center.png");
  position: absolute;
  top: 24px;
  left: 61px;
}

body.page-template-kalkulator #body-core .final_step {
  margin: 50px 35px;
  display: flex;
}

body.page-template-kalkulator #body-core .final_step img {
  height: 100%;
  align-self: center;
}

body.page-template-kalkulator #body-core .final-card {
  margin-left: 30px;
  max-width: 600px;
}

body.page-template-kalkulator #body-core .final-card h5 {
  background: #f2f4f7;
  border-radius: 4px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
  width: fit-content;
  padding: 10px;
}

body.page-template-kalkulator #body-core .final-card h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  font-feature-settings: 'liga' off;
  color: #101828;
  margin-left: 0;
  text-align: left;
}

body.page-template-kalkulator #body-core .final-card ul {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #344054;
  margin-top: 40px;
}

body.page-template-kalkulator #body-core .last-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

body.page-template-kalkulator #body-core .last-buttons button {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 18px;
  display: flex;
  max-width: 250px;
}

body.page-template-kalkulator #body-core .last-buttons span {
  font-size: 35px;
}

body.page-template-kalkulator #body-core .gray-b {
  color: #475467;
  background-color: #fff !important;
  border: none !important;
}

body.page-template-kalkulator #body-core .mt15 {
  margin-top: 15px;
}

body.page-template-kalkulator #body-core .hide {
  display: none;
}

@media only screen and (max-width: 600px) {
  body.page-template-kalkulator #body-core .main-cointainer {
    width: 100%;
  }

  body.page-template-kalkulator #body-core .main-content-container h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #101828;
  }

  body.page-template-kalkulator #body-core .main-content-container h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
  }

  body.page-template-kalkulator #body-core .main-content-container h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #101828;
  }

  body.page-template-kalkulator #body-core .frame-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
  }

  body.page-template-kalkulator #body-core .frame-2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 16px 6px 8px;
    gap: 10px;
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #101828;
  }

  body.page-template-kalkulator #body-core .frame-2:hover {
    background: #203449;
    border: 1px solid #eaecf0;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
  }

  body.page-template-kalkulator #body-core .calc-icon {
    margin: 0 10px;
  }

  body.page-template-kalkulator #body-core .calc-icon svg {
    width: 20px;
    height: 32px;
  }

  body.page-template-kalkulator #body-core .frame-3 {
    flex-direction: column;
  }

  body.page-template-kalkulator #body-core .box-choice h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    margin-top: 20px;
  }

  body.page-template-kalkulator #body-core .box-choice h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #344054;
  }

  body.page-template-kalkulator #body-core .calc-two-col {
    flex-direction: column;
  }

  body.page-template-kalkulator #body-core .calc-two-col h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  body.page-template-kalkulator #body-core .sec-two-col {
    flex-direction: column;
  }

  body.page-template-kalkulator #body-core .sec-two-col-1,
  body.page-template-kalkulator #body-core .sec-two-col-2 {
    width: 90%;
    margin-top: 20px;
  }

  body.page-template-kalkulator #body-core #sec-one div,
  body.page-template-kalkulator #body-core .sec-two-col-1 div,
  body.page-template-kalkulator #body-core .sec-two-col-2 div,
  body.page-template-kalkulator #body-core .sec-two-col,
  body.page-template-kalkulator #body-core .pomp,
  body.page-template-kalkulator #body-core .pomp-1 div,
  body.page-template-kalkulator #body-core .pomp-2 div {
    justify-content: center;
  }

  body.page-template-kalkulator #body-core .pomp {
    flex-direction: column;
  }

  body.page-template-kalkulator #body-core .final_step {
    flex-direction: column;
  }

  body.page-template-kalkulator #body-core .last-buttons {
    flex-direction: column-reverse;
  }

  body.page-template-kalkulator #body-core .final-card h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    text-align: left;
  }

  body.page-template-kalkulator #body-core .mt15 {
    margin-top: 0;
  }
}