/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
.eco_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eco_banner .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  min-height: 440px;
}
.eco_banner .title_wrap {
  padding: 145px 0 26px;
}
.eco_banner .title1 {
  color: #8ECC09;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
}
body.yellow:not(.reader-mode) .eco_banner .title1 {
  background-color: var(--black);
  color: var(--yellow);
}
.eco_banner .title2 {
  text-shadow: 0 11px 27px rgba(2, 21, 48, 0.51);
  color: #fdf8e8;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  padding-left: 22px;
}
body.yellow:not(.reader-mode) .eco_banner .title2 {
  background-color: var(--black);
  color: var(--yellow);
}
.eco_banner .bot {
  width: 830px;
  max-width: 100%;
  background-color: rgba(142, 204, 9, 0.68);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-right: 15px;
  margin-top: auto;
}
body.yellow:not(.reader-mode) .eco_banner .bot {
  background-color: var(--black);
}
.eco_banner .bot .desc {
  padding: 43px 22px;
  font-size: 1.5625rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
}
body.yellow:not(.reader-mode) .eco_banner .bot .desc {
  background-color: var(--black);
  color: var(--yellow);
}
@media screen and (max-width: 1024px) {
  .eco_banner .title1 {
    font-size: 2.875rem;
  }
  .eco_banner .title2 {
    font-size: 4.375rem;
  }
  .eco_banner .bot {
    padding: 0 50px;
    margin-left: -50px;
    width: calc(100% + 100px);
    max-width: none;
  }
  .eco_banner .bot .desc {
    padding: 40px 22px 40px 0;
    font-size: 1rem;
    line-height: 1.2;
  }
  .eco_banner .bot img {
    max-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .eco_banner .container {
    min-height: 300px;
  }
  .eco_banner .title_wrap {
    padding: 49px 0 40px;
  }
  .eco_banner .title1 {
    font-size: 2.25rem;
  }
  .eco_banner .title2 {
    font-size: 3.5rem;
    padding-left: 20px;
  }
  .eco_banner .bot {
    padding: 0 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .eco_banner .bot .desc {
    padding: 20px 4px 21px 0;
    font-size: 0.75rem;
    line-height: 22px;
  }
  .eco_banner .bot img {
    max-height: 50px;
  }
}

/*=============================
=            Intro            =
=============================*/
.page_top_part.eko .wrap {
  width: 860px;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.page_top_part.eko .wrap_c1 {
  width: 43%;
}
.page_top_part.eko .wrap_c2 {
  width: 57%;
  padding-left: 65px;
  padding-top: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
}
.page_top_part.eko .bg_img {
  position: absolute;
  right: 0;
  top: 70px;
}
@media screen and (max-width: 1024px) {
  .page_top_part.eko {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .page_top_part.eko {
    padding-bottom: 236px;
  }
  .page_top_part.eko .wrap_c1 {
    width: 100%;
  }
  .page_top_part.eko .wrap_c2 {
    width: 100%;
    padding-left: 0px;
    padding-top: 29px;
    font-size: 0.875rem;
    line-height: 21px;
  }
  .page_top_part.eko .bg_img {
    top: auto;
    width: 100%;
    bottom: -100px;
  }
}

/*=====  End of Intro  ======*/
/*=============================================
=            Section comment block            =
=============================================*/
.hp_kalk.eco {
  background: none;
  padding-bottom: 42px;
  min-height: 0;
}
.hp_kalk.eco .row {
  width: 1170px;
  max-width: 100%;
}
.hp_kalk.eco .result_wrap {
  width: 35%;
  position: relative;
  z-index: 5;
  padding-right: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hp_kalk.eco .hp_kalk_r_result_wrap {
  color: #1e273d;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_r_result_wrap {
  color: var(--yellow);
}
.hp_kalk.eco .hp_kalk_r_result_wrap .text {
  color: #06832F;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_r_result_wrap .text {
  color: var(--yellow);
}
.hp_kalk.eco .hp_kalk_r_result legend {
  text-shadow: none;
  white-space: nowrap;
}
.hp_kalk.eco .hp_kalk_r {
  padding: 28px 40px 53px 15px;
  width: 44%;
  position: relative;
}
.hp_kalk.eco .hp_kalk_r::before {
  content: "";
  width: 100vw;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  background-color: #fdf8e8;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_r::before {
  background-color: var(--black);
}
.hp_kalk.eco .hp_kalk_r .sliders_wrap {
  position: relative;
  z-index: 5;
  max-width: 100%;
}
.hp_kalk.eco .hp_kalk_r .hp_kalk_desc {
  position: relative;
  z-index: 5;
  width: 400px;
  max-width: 100%;
  padding-top: 7px;
}
.hp_kalk.eco .hp_kalk_l {
  width: 21%;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.hp_kalk.eco .hp_kalk_l::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3ba020;
  mix-blend-mode: multiply;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_l::before {
  background-color: var(--black);
}
.hp_kalk.eco .hp_kalk_l .t1, .hp_kalk.eco .hp_kalk_l .t2 {
  position: relative;
  z-index: 5;
}
.hp_kalk.eco .bg_img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -220px;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .bg_img {
  display: none;
}
.hp_kalk.eco .hp_kalk_slider_wrap {
  color: #1e273d;
}
.hp_kalk.eco .hp_kalk_slider_wrap .title {
  color: #1e273d;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_slider_wrap .title {
  color: var(--yellow);
}
.hp_kalk.eco .hp_kalk_slider_wrap .price {
  color: #1e273d;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_slider_wrap .price {
  color: var(--yellow);
}
.hp_kalk.eco .hp_kalk_slider_wrap .slider {
  background-color: #8ECC09;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_slider_wrap .slider {
  background-color: var(--black);
}
.hp_kalk.eco .hp_kalk_slider_wrap .ui-slider-handle {
  background-color: #06832F;
}
body.yellow:not(.reader-mode) .hp_kalk.eco .hp_kalk_slider_wrap .ui-slider-handle {
  background-color: var(--black);
}
.hp_kalk.eco .hp_kalk_slider_wrap .ui-slider-range {
  background-image: url("../img/bar2.jpg");
}
@media screen and (max-width: 1024px) {
  .hp_kalk.eco .result_wrap {
    box-ordinal-group: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    width: 56%;
  }
  .hp_kalk.eco .hp_kalk_r {
    box-ordinal-group: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5;
    padding-right: 0;
  }
  .hp_kalk.eco .hp_kalk_r::before {
    right: -50px;
  }
  .hp_kalk.eco .hp_kalk_l {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    width: 100%;
    padding: 40px 0;
    display: block;
  }
  .hp_kalk.eco .hp_kalk_l .t1, .hp_kalk.eco .hp_kalk_l .t2 {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .hp_kalk.eco {
    margin-bottom: 0;
  }
  .hp_kalk.eco .result_wrap {
    box-ordinal-group: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6;
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  .hp_kalk.eco .result_wrap::before {
    content: "";
    width: 100vw;
    top: 0;
    right: -20px;
    height: 100%;
    position: absolute;
    background-color: #fdf8e8;
  }
  body.yellow:not(.reader-mode) .hp_kalk.eco .result_wrap::before {
    background-color: var(--black);
  }
  .hp_kalk.eco .hp_kalk_r_result_wrap .text {
    position: relative;
    z-index: 5;
    padding-right: 15px;
  }
  .hp_kalk.eco .hp_kalk_r_result {
    padding: 10px 0 15px;
    min-width: 180px;
  }
  .hp_kalk.eco .d_btn.dark_green {
    margin: auto;
  }
  .hp_kalk.eco .hp_kalk_desc {
    position: relative;
    z-index: 5;
  }
  .hp_kalk.eco .hp_kalk_r {
    padding-left: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .hp_kalk.eco .hp_kalk_r::before {
    right: -20px;
  }
  .hp_kalk.eco .hp_kalk_r .hp_kalk_desc {
    width: 100%;
  }
}

/*=====  End of Section comment block  ======*/
/*============================
=            Desc            =
============================*/
.oferta_slider_single.eco {
  position: relative;
  z-index: 10;
}
.oferta_slider_single.eco .title_block {
  font-size: 1.5625rem;
}
.oferta_slider_single.eco .title_block strong {
  font-weight: 600;
  font-size: inherit;
}
.oferta_slider_single.eco .title_block span {
  font-size: inherit;
  font-weight: 400;
}
.oferta_slider_single.eco .download_all {
  background-image: url("../img/pdf_bg.jpg");
}
body.yellow:not(.reader-mode) .oferta_slider_single.eco .download_all {
  background-image: none;
  background-color: var(--black);
  border-color: var(--yellow);
}
.oferta_slider_single.eco .download_all::before {
  display: none;
}
.oferta_slider_single.eco .down_wrap_el .circle {
  background-color: #06832f;
}
body.yellow:not(.reader-mode) .oferta_slider_single.eco .down_wrap_el .circle {
  background-color: var(--black);
  border: 1px solid var(--yellow);
}
@media screen and (min-width: 1025px) {
  .oferta_slider_single.eco .down_wrap_el:hover .circle {
    background-color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .oferta_slider_single.eco .down_wrap_el:hover .circle {
    background-color: var(--black);
    border: 1px solid var(--yellow);
  }
}
@media screen and (max-width: 767px) {
  .oferta_slider_single.eco {
    padding-top: 0;
  }
  .oferta_slider_single.eco .title_block {
    font-size: 1.125rem;
  }
}

/*=====  End of Desc  ======*//*# sourceMappingURL=ekokredyt.css.map */