:root {
  --radius: 0.4rem;
  --radiusBig: 24px;
  --colorBorder: #e6e7eb;
  --colorGray: #949494;
  --colorMain: #0EA867;
  --colorMainDark: #03725a;
  --colorMainBright: #f0f5f4;
  --paddingDialog: 2.5rem;
  --fontSize: 12px;
  --fontFamilyHeader: "Montserrat", sans-serif;
  --transitionTime: 0.3s;
}

#main-kredyt-hipoteczny .bg {
  padding-bottom: 3rem;
  background: #0EA867;
}
#main-kredyt-hipoteczny #mod-credit-banki-loga {
  background: #fff;
  box-shadow: 0 0 1rem -0.5rem rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  padding: 3rem;
}
#mobile #main-kredyt-hipoteczny .pg-size {
  padding-left: 1rem;
  padding-right: 1rem;
}

#kredyt-hipoteczny-wibor {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 3rem;
  color: #fff;
  background: #0EA867 linear-gradient(345deg, #0EA867 0%, rgba(0, 0, 0, 0.35) 100%);
}
#kredyt-hipoteczny-wibor .h1 {
  padding-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
#kredyt-hipoteczny-wibor > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
}
#mobile #kredyt-hipoteczny-wibor > div {
  grid-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#kredyt-hipoteczny-wibor > div > div:first-child {
  flex: 7;
}
#mobile #kredyt-hipoteczny-wibor > div > div:first-child {
  grid-area: 1/1/2/3;
}
#kredyt-hipoteczny-wibor > div > .wibor {
  flex: 2;
}
#kredyt-hipoteczny-wibor > div > .wibor .t {
  font-weight: 600;
  font-size: 1.25rem;
}
#kredyt-hipoteczny-wibor > div > .wibor .t + div {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3rem;
}
#mobile #kredyt-hipoteczny-wibor > div > .wibor .t + div {
  font-size: 2.4rem;
}

#kredyt-hipoteczny-bar {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  align-items: stretch;
  display: flex;
}
#mobile #kredyt-hipoteczny-bar {
  display: none;
}
#kredyt-hipoteczny-bar > div {
  cursor: pointer;
  transition: 0.3s;
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#kredyt-hipoteczny-bar > div:hover {
  transform: scale(1.025);
  background: #03725a;
}
#kredyt-hipoteczny-bar > div:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0EA867 linear-gradient(330deg, #0EA867 0%, rgba(0, 0, 0, 0.25) 100%);
}
#kredyt-hipoteczny-bar > div > div {
  padding: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 5;
  font-size: 1.1rem;
}
#kredyt-hipoteczny-bar .icon {
  font-size: 2.2rem;
}
#kredyt-hipoteczny-bar .icon + div > div {
  font-size: 1rem;
  font-weight: 400;
}

#kredyt-hipoteczny-top {
  height: calc(100vh - 5rem);
  background: url(../../images/kredyt-hipoteczny/bg-top.webp) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
#mobile #kredyt-hipoteczny-top {
  height: calc(100vh - 5rem - 4rem);
  background-position: 65%;
}
#kredyt-hipoteczny-top > * {
  position: relative;
  z-index: 5;
  flex: 1;
}
#kredyt-hipoteczny-top > div:first-child {
  display: flex;
  flex-direction: column;
}
#kredyt-hipoteczny-top .header-text {
  flex: 1;
  width: 640px !important;
  max-width: 100%;
  padding: 3rem;
  text-shadow: 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 5px #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10rem;
}
#kredyt-hipoteczny-top .header-text p {
  font-size: 1.4rem;
  width: 80%;
  line-height: 1.6em;
}
#mobile #kredyt-hipoteczny-top .header-text {
  width: auto !important;
  padding: 1rem;
  margin-bottom: 0rem;
}
#mobile #kredyt-hipoteczny-top .header-text .pg-ttl {
  flex: 1;
}
#mobile #kredyt-hipoteczny-top .header-text h2 {
  zoom: 0.75;
}
#mobile #kredyt-hipoteczny-top .header-text p {
  font-size: 1.2rem;
}
#kredyt-hipoteczny-top h1 {
  font-size: 3rem;
}
#kredyt-hipoteczny-top h2 {
  font-size: 2rem;
  color: #0EA867;
}
#kredyt-hipoteczny-top .pg-block:before {
  display: block;
  width: 55vw;
  height: 100vh;
  content: "";
  position: absolute;
  top: -50vh;
  left: -15vw;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  filter: blur(5vh);
  z-index: 0;
  opacity: 0.8;
}
#kredyt-hipoteczny-top .pg-block:after {
  display: block;
  width: 30vw;
  height: 60vh;
  content: "";
  position: absolute;
  top: 0vh;
  left: -15vw;
  z-index: 1;
  background: #fff;
  border-radius: 100%;
  filter: blur(5vh);
  z-index: 0;
}
#mobile #kredyt-hipoteczny-top .btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 4rem;
  box-shadow: 0 0 1rem -0.5rem rgba(0, 0, 0, 0.5);
}

#kredyt-hipoteczny-cele {
  padding: 3rem;
  background: #fff;
  font-size: 1.2rem;
}
#kredyt-hipoteczny-cele ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#kredyt-hipoteczny-cele li {
  list-style-type: circle;
  margin-left: 2rem;
}
#kredyt-hipoteczny-cele .credit-target {
  column-count: 3;
  display: block;
  margin: 0px;
  padding: 0px;
}
#mobile #kredyt-hipoteczny-cele .credit-target {
  column-count: 1;
}
#kredyt-hipoteczny-cele .credit-target > * {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  align-items: flex-start;
}
#kredyt-hipoteczny-cele .credit-target > *:before {
  font-family: "Material Symbols Rounded";
  display: block;
  content: "chevron_right";
  color: #0EA867;
}

#kredyt-hipoteczny-eksperci {
  padding: 3rem;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
}
#kredyt-hipoteczny-eksperci .eksperci {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
  justify-content: center;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci {
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci > div {
  display: grid;
  grid-template-columns: repeat(2, auto);
  text-align: left;
  gap: 0 1rem;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci > div > *:first-child {
  grid-area: 1/1/3/2;
  align-self: center;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci > div > *:nth-child(2) {
  align-self: end;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci > div > *:last-child {
  align-self: start;
}
#mobile #kredyt-hipoteczny-eksperci .eksperci > div .avatar {
  height: 5rem;
}
#kredyt-hipoteczny-eksperci .avatar {
  height: 16rem;
  margin-bottom: 1rem;
}
#kredyt-hipoteczny-eksperci .strong {
  font-size: 1.1em;
}

#kredyt-hipoteczny-liczby > div {
  display: flex;
  flex-wrap: wrap;
}
#kredyt-hipoteczny-liczby > div > div {
  padding: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
#kredyt-hipoteczny-liczby > div > div .v {
  font-size: 5rem;
  font-weight: 700;
  white-space: nowrap;
}
#kredyt-hipoteczny-liczby > div > div .t {
  font-size: 1.5rem;
  font-weight: 600;
}
#kredyt-hipoteczny-liczby > div > div > div {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}

#kredyt-hipoteczny-kalkulator {
  margin-top: -10rem;
  background: #fff;
  padding: 3rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#mobile #kredyt-hipoteczny-kalkulator {
  margin-top: 1rem;
}
#kredyt-hipoteczny-kalkulator > .row-2 {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  align-items: flex-end;
}
#kredyt-hipoteczny-kalkulator > .row-2 > *:first-child {
  flex: 6;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#kredyt-hipoteczny-kalkulator > .row-2 > *:first-child > div {
  display: flex;
  flex-direction: column;
  align-items: auto;
}
#kredyt-hipoteczny-kalkulator > .row-2 > *:first-child > div > div:last-child {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-end;
}
#mobile #kredyt-hipoteczny-kalkulator > .row-2 > *:first-child > div > div:last-child {
  gap: 1 !important;
}
#kredyt-hipoteczny-kalkulator > .row-2 > *:first-child > div > div:last-child > *:first-child {
  flex: 8;
}
#kredyt-hipoteczny-kalkulator > .row-2 > *:last-child {
  flex: 3;
}
#mobile #kredyt-hipoteczny-kalkulator > .row-2 {
  flex-direction: column;
  gap: 3rem;
}
#kredyt-hipoteczny-kalkulator > .row-2 .summary {
  min-width: auto !important;
}
#kredyt-hipoteczny-kalkulator > .row-3 {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
}
#kredyt-hipoteczny-kalkulator .t {
  font-size: 1.25rem;
  font-weight: 600;
}
#kredyt-hipoteczny-kalkulator .input {
  position: relative;
  padding-left: 1rem;
  flex: initial !important;
  max-width: 100px;
}
#kredyt-hipoteczny-kalkulator .input input {
  box-shadow: none;
  background: none;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  padding: 1rem;
}
#kredyt-hipoteczny-kalkulator .input .unit {
  padding: 1rem;
  font-weight: 600;
  color: #000;
  position: absolute;
  top: 0px;
  right: 0px;
}
#kredyt-hipoteczny-kalkulator button {
  width: 100%;
  height: 3.6rem;
}
#kredyt-hipoteczny-kalkulator .avatar {
  height: 4rem;
}

/*# sourceMappingURL=credit-root.css.map */
