@font-face {
  font-family: "bnpp_sans";
  src: url("../fonts/bnpp_sans_v3-webfont.eot");
  src: url("../fonts/bnpp_sans_v3-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bnpp_sans_v3-webfont.woff2") format("woff2"),
    url("../fonts/bnpp_sans_v3-webfont.woff") format("woff"),
    url("../fonts/bnpp_sans_v3-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_sans_light";
  src: url("../fonts/bnpp_sans_light_v3.eot");
  src: url("../fonts/bnpp_sans_light_v3.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bnpp_sans_light_v3.woff2") format("woff2"),
    url("../fonts/bnpp_sans_light_v3.woff") format("woff"),
    url("../fonts/bnpp_sans_light_v3.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_sans_bold";
  src: url("../fonts/bnpp_sans_bold_v3-webfont.eot");
  src: url("../fonts/bnpp_sans_bold_v3-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bnpp_sans_bold_v3-webfont.woff2") format("woff2"),
    url("../fonts/bnpp_sans_bold_v3-webfont.woff") format("woff"),
    url("../fonts/bnpp_sans_bold_v3-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_type";
  src: url("../fonts/BNPPType-Regular.eot");
  src: url("../fonts/BNPPType-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BNPPType-Regular.woff") format("woff"),
    url("../fonts/BNPPType-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_type_bold";
  src: url("../fonts/BNPPType-Bold.eot");
  src: url("../fonts/BNPPType-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BNPPType-Bold.woff") format("woff"),
    url("../fonts/BNPPType-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-size: 18px;
  color: #fff;
  font-family: "bnpp_type", Arial, sans-serif;
  scroll-behavior: smooth;
  line-height: 1.2;
}

* {
  touch-action: auto !important;
}

.container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 1200px;
}

.container--border {
  border-top: 3px solid #00965e;
}

section {
  max-width: 1263px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

#top,
#main {
  border-top: none;
  position: relative;
  scroll-behavior: smooth;
}

.top-mambonus {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 40%;
}

.main-text {
  letter-spacing:-1px;
  word-spacing: 2px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-text-top {
  color:#000;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 1024px) {
  .main-text-top {
    color:#fff;
  }
}

.main-text-top__mastercard {
  display: flex;
  align-items: center;
  margin-block: 7px;
}

.main-text-top__mastercard span {
  font-size: 25px;
}

.main-text-top__mastercard--black {
  display: inline-block;
}
.main-text-top__mastercard--white {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-text-top__mastercard--black {
    display: none;
  }
  .main-text-top__mastercard--white {
    display: inline-block;
  }
}

.main-text-top .amount {
  font-size: 62px;
  position: relative;
}

.main-text-top .amount > sup {
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: -14px;
}

.main-text-top h2 {
  font-size: 37px;
}

.main-text-top__postscript {
  font-size: 15px;
  letter-spacing: -0.5px;
  margin-top:20px;
}

.main-text-top h2 > img {
  display: inline-block;
  margin-bottom: -12px;
}

.main-text-top .highlight {
  color: #e66735;
}

.main-text-top .highlight--green {
  color: #00965e;
}

.additional-info {
  font-family: "bnpp_sans_light", Arial, sans-serif;
  font-size:13px;
  margin-top:20px;
  margin-right: 30px;
}
.d-flex {
  display: flex;
}

.ai--center {
  align-items: center;
}

.mt-20-negative {
  margin-top:-20px;
}
.pt-30 {
  padding-top:30px;
}

.ai--end {
  align-items: flex-end;
}

.extra-big-header {
  font-size:200px;
}
.f-54 {
  font-size:54px;
}
.f-34 {
  font-size:34px;
}
.f-60 {
  font-size: 60px;
}

.f-200 {
  font-size:200px;
  line-height:160px;
}
.profit {
  font-size:90px;
}

.pl-10 {
  padding-left:10px;
}

sup {
  font-size: .5em;
}

.content-title {
  font-size: 56px;
  font-weight: 700;
  position: relative;
  margin-top: 2.5rem;
  width: 31%;
}

.content-title p {
  text-align: right;
  margin-top: -1rem;
}

.button {
	margin: 20px 0 50px;
}

.gomobile-list__wrapper {
	display: flex;
  justify-content: space-around;
  text-align: left;
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 1.5rem;
  font-family: 'bnpp_type';
}

.gomobile-list__title {
    font-weight: 800;
    font-size: 24px;
    margin: 50px 0 0;
    font-family: 'bnpp_type_bold';
}

.non-breakable {
  white-space: nowrap;
}
.mamBonus span:first-child {
  color: #0ba86c;
}
.mamBonus span:nth-child(2) {
  color: #c00f78;
  text-transform: uppercase;
}
.content-list {
  list-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.content-list--desktop {
  display:block;
}

.content-list--mobile {
  display:none;
}
li.gomobile-list__item::before,
li.content-list__item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #00965e;
}

li.gomobile-list__item::before {
	margin-bottom: 0px;
}

.content-list__item {
  text-align: left;
  padding-top: 5px;
  text-indent: -0.6em;
  padding-left: 0.6em;
  color: #fff;
}


.mobile-only {
  display: none;
}

.mobile-bg {
  display: none;
}

.green {
  color: #0ba86c;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.bigger {
  font-size: 1.5em !important;
}

.smaller {
  font-size: 0.7em;
}

.text-justify {
    text-align: justify;
}
    
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 40px;
}

strong, .strong{
 font-family: "bnpp_type_bold";
}

.pt10 {
  padding-top: 10px;
}

.mob-only {
  display: none;
}

.main-content-p {
  margin-top: 0.5rem;
  font-size: 1em;
  color: #fff;
}

@-webkit-keyframes hops {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(-2px);
  }
}

@keyframes hops {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(-2px);
  }
}

.number-mob__flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-mob {
	max-height: 38px;
	margin-right: 10px;
}

/* .section_under__benefit > div{
  margin-bottom: 20px;
} */

.footer-bigtext {
  font-family: "bnpp_sans";
  font-size: 20px;
  padding-bottom: 1em;
  padding-top: 9px;
  letter-spacing: -.5px;
}

.footer-note {
  font-family: "bnpp_sans", "sans-serif";
  font-size: 14px;
}

.footer-note a {
  color: #494747;
  text-decoration: none;
}

#footer a {
  color: #0ba86c;
}

.bold-number {
  font-weight: 700;
  font-size: 1.5em;
}

#top {
  height: 90px;
  position: relative;
}

#top .brand {
  background: url(../images/logo-bnp.png) 20px center no-repeat;
  text-indent: -3333em;
}

#top .brand {
  display: block;
  height: 90px;
}

#footer {
  top: 10px;
  position: relative;
  padding-bottom: 50px;
  color: #242424;
}

#footer a,
#footer a:visited {
  text-decoration: none;
}

#footer .footer-smalltext {
  text-align: justify;
  font-size: 16px;
  line-height: 1.2;
  font-family: "bnpp_sans";
  padding-bottom: 20px;
}

.footer-extrasmalltext {
  font-size: 13px;
  line-height: 1.2;
  font-family: "bnpp_sans_light";
  padding-bottom: 7px;
}

#footer .footer-note {
  font-size: 14px;
}

#footer .footer-note a {
  text-decoration: underline;
}

#main > .container {
  background: url(../images/bg-desktop.jpg) no-repeat center top;
}

.main-content {
  position: relative;
  width: 100%;
  height: 510px;
  padding: 65px 28px 35px;
  box-sizing: border-box;
}


.main-text .content-list__item {
  color: #fff;
  font-size: 1.9em;
  padding-top: 15px;
}

.main-content-rrso {
  font-size: 40px;
  color: #000;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .main-content-rrso {
    color: #fff;
  }
}

.section_under .description {
  color: #000;
  font-size: 42px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.section_under {
  /* box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); */
  margin-bottom: 2rem;
  margin-top: 40px;
  padding-bottom: 1rem;
  position: relative;
  color: #000;
  word-spacing: 3px;
  max-width: 980px;
}

.section_under2 {
  /* margin-top: 480px; */
  z-index: 2;
  margin-bottom:50px;
}

.section_under h2 {
  font-size: 35px;
  font-family: "bnpp_type";
  line-height: 1.2em;
  text-align: left;
}

.title-desk {
	display: none;
}

.number-desk {
	display: none;
}

.title-mob {
	display: block;
}

.section_under h3 {
  font-size: 23px;
  font-family: "bnpp_type_bold";
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
  letter-spacing: -.5px;
}

@media only screen and (min-width:480px) {
  .section_under h3 {
    align-items: center;
    font-size: 25px;
  }
}

.section_under h3 > img {
  display: inline-block;
  max-width: 160px;
}

@media only screen and (min-width:480px) {
  .section_under h3 > img {
    max-width: 100%;
  }
}

.section_under--logo-biedronka {
  margin-top: -12px;
}

.section_under h3.smaller {
  font-size: 1.75rem;
  font-weight: 400;
}
.section_under h3.logo__biedronka {
  align-items: flex-end;
}

.section_under h3.logo__biedronka img {
  padding-left: 10px;
}

.section_under h3.logo__mastercard img{
  padding-left: 20px;
}

.section_under__benefit {
   
	margin-bottom: 50px;
}
 
.section_under__benefit--mastercard {
  max-width: 150px;
}

.section_under__benefit--header-top {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
}

.section_under__benefit--icon-block {
  height: 100px;
  display: flex;
  justify-content: center;
}

.section_under__bullet{
  text-align: left;
  font-family: "bnpp_sans";
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.section_under__bullet > span {
  font-size: 48px;
  color: #00915a;
  display: inline-block;
  padding-right:10px;
  font-weight: bold;
  word-spacing: -3px;
  width: 60px;
}

.section_under__bullet > p {
  width: calc(100% - 60px);
}

.section_under__bullet:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #00965e;
}


.section_under__benefit-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 10px;
}
.section_under__benefit-text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 35px;
  position: relative;
}

.block__grey {
  background-color: #e7e7e7;
  color:#000;
  padding: 27px 50px 37px;
  margin: 35px 0 30px;
  font-size:16px;
  font-family: "bnpp_type";
  text-align: left;
  gap:70px;
  align-items: center;
  line-height:1.2;
}

.block__grey a {
  color: inherit;
  text-decoration: none;
}

.f-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-inline: 60px;
  gap: 55px;
}

.flex_container {
  display: flex;
  margin-top: 40px;
  justify-content: space-around;
}

.flex_container--vouchers {
  justify-content: center;
}

.flex_container--vouchers img {
  max-width: 100%;
}

.flex_elem {
  flex: 0 0 33%;
  text-align: center;
  color: #000;
  padding: 10px 30px;
  font-size: 24px;
  box-sizing: border-box;
  position: relative;
  max-width: 33%;
}

.flex_container--vouchers .flex_elem {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex_elem h3 {
  font-size: 1.75em;
  font-weight: 600;
  padding: 1rem 0 0.5rem;
}

.flex_elem h3 img {
  position: static;
  max-height: 1.2rem;
  padding-right: 0.5rem;
}

.flex_elem p {
  font-size: 1.2em;
}

.flex_elem p.number {
  font-size: 2em;
  font-family: "bnpp_sans_bold";
  border: 6px solid #0ba86c;
  padding: 0.75rem 1rem 0.75rem;
  width: 1.75em;
  height: 1.75em;
  margin: 0.25rem auto 3rem;
  border-radius: 1em;
  text-align: center;
  box-sizing: border-box;
}

.flex_elem .icon {
  max-height: 9rem;
  margin-bottom: 1rem;
}

.flex_elem a {
  color: #000;
  text-decoration: none;
}

.flex_elem.box-rect {
  box-shadow: 0 5px 20px #a7a7a7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  padding: 20px 20px;
  background-color: #fff;
}

.border-elem {
  position: relative;
}

.section-karta {
  width: 90%;
  padding: 2rem 3rem 1rem;
  margin: 0 auto;
  position: relative;
  margin-top: 3rem;
  font-size: 30px;
  background-color: #ededed;
}

.section-karta_img {
  position: absolute;
  right: 25%;
  top: -12%;
  max-width: 42%;
  z-index: 7;
}

.section-karta h4 {
  font-size: 3.75em;
}

.section_under .pink {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.5em 0.75em;
  font-weight: 600;
  color: #fff;
  background-color: #cc007c;
  text-align: center;
  font-family: "bnpp_sans_light";
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.section_under .pink:after {
  content: "";
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 2rem;
  background: transparent url("../images/arr.png") no-repeat center center /
    contain;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.section_under a {
  text-decoration: none;
}

.section_under a.cta img {
  max-width: 100%;
}

.section_under .anchor {
  position: absolute;
  top: 30%;
  right: 7%;
  width: 25%;
}

.contact-form {
  width: 318px;
  box-sizing: border-box;
  position: absolute;
  padding: 0 30px;
  top: 0px;
  right: 40px;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 7px 8px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 8px 14px rgba(0, 0, 0, 0.2);
}

.contact-form h2 {
  margin: 15px auto 16px;
  text-align: left;
  padding: 0 2px;
}

.contact-form h2 span {
  display: block;
  font-size: 15px;
  white-space: nowrap;
}

.contact-form .form-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(../images/form_ico.png) no-repeat center top;
  background-size: contain;
}

.contact_agreement {
  font-size: 10px;
  margin: -200px auto 10px;
  max-width: 330px;
  padding: 0 30px;
  font-family: "bnpp_sans_light", Arial, sans-serif;
}

#footer .footer-logo {
  max-width: 135px;
  margin: 35px auto 0;
}

.scroll-top {
  background-color: #00965e;
  width: 35px;
  height: 30px;
  position: fixed;
  z-index: 9;
  bottom: 50px;
  right: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  transition: right 0.2s;
}

.scroll-top img {
  max-height: 70%;
}

.url-link {
  position: absolute;
  top: 277px;
  color: #fff;
  font-size: 10px;
  display: none;
}

.div_zgoda_popup a {
  color: #fff;
}

::-webkit-input-placeholder {
  text-align: left;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
}

:-ms-input-placeholder {
  text-align: left;
}

/* #form {
  max-width: 330px;
  height: 380px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  padding: 0;
}

.contact-form h2 {
  max-width: 330px;
  text-align: center;
  position: relative;
}

#div_label_imie,
#div_label_nazwisko,
#div_label_pesel,
#div_label_telStac,
#div_label_telefon,
#div_label_email,
#div_label_kontakt,
#div_label_kwota,
#div_label_telefonKom {
  font-family: "bnpp_sans_bold", Arial, Tahoma, Verdana;
  font-size: 13px;
  color: #fff;
  padding: 0;
  width: 90px;
}

#input_imie,
#input_nazwisko,
#input_pesel,
#input_telefonKom,
#input_telefon,
#input_email,
#select_kontakt,
#input_kwota,
#input_contactHours {
  padding: 8px 15px;
  font-size: 12px;
  color: #9c9c91;
  width: 85%;
  border: 1px solid #3e937b;
  margin-bottom: 5px;
}

#input_contactHours {
  width: calc(100% + 39px);
  background: none;
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  text-align: left;
}

#form label {
  line-height: 30px;
  padding-left: 10px;
  font-family: bnpp_sans;
  font-size: 14px;
}

#div_input_imie,
#div_input_nazwisko,
#div_input_telefon,
#div_input_email {
  left: auto;
  top: 25px;
}

#div_label_nazwisko,
#error_div_label_nazwisko {
  top: 55px;
}

#div_input_nazwisko {
  top: 80px;
}

#div_label_telefon,
#error_div_label_telefon,
#div_label_telefonKom,
#error_div_label_telefonKom {
  top: 110px;
}

#div_input_telefon {
  top: 111px;
  position: absolute;
  width: 100%;
}

#div_label_email,
#error_div_label_email {
  top: 165px;
}

#div_input_email {
  top: 190px;
}

#div_label_contactHours,
#error_div_label_contactHours {
  top: 240px;
}

#div_input_contactHours {
  top: 245px;
}

#div_input_contactHours {
  display: none;
}

#div_input_contactHours {
  border-radius: 5px;
  border: 1px solid #3e937b;
  background: #fff url(../images/select_arr.png) center right no-repeat;
  overflow: hidden;
}

#error_div_label_imie,
#error_div_label_nazwisko,
#error_div_label_pesel,
#error_div_label_telefon,
#error_div_label_kontakt,
#error_div_label_email,
#error_div_label_telefonKom {
  font-family: "bnpp_sans_bold", Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #ff8888;
}

#div_error_message {
  font-family: "bnpp_sans_bold", Arial, Tahoma, Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ff8888;
  max-width: 330px;
  margin: 0px;
  padding: 0;
  height: 25px;
}

[id*="div_label"] label {
  display: none;
}

[id*="error_div_label"] + [id*="div_input"] ::-webkit-input-placeholder {
  color: #f88;
  opacity: 1;
}

[id*="error_div_label"] + [id*="div_input"] ::-moz-placeholder {
  color: #f88;
  opacity: 1;
}

[id*="error_div_label"] + [id*="div_input"] :-ms-input-placeholder {
  color: #f88;
  opacity: 1;
}

[id*="error_div_label"] + [id*="div_input"] ::-ms-input-placeholder {
  color: #f88;
  opacity: 1;
}

[id*="error_div_label"] + [id*="div_input"] ::placeholder {
  color: #f88;
  opacity: 1;
}

[id*="error_div_label"] + [id*="div_input"] :-ms-placeholder,
[id*="error_div_label"] + [id*="div_input"] ::-ms-placeholder {
  color: #f88;
}

#error_div_label_telefon
  ~ [id*="div_input_telefon"]
  ::-webkit-input-placeholder {
  color: #f88;
  opacity: 1;
}

#error_div_label_telefon ~ [id*="div_input_telefon"] ::-moz-placeholder {
  color: #f88;
  opacity: 1;
}

#error_div_label_telefon ~ [id*="div_input_telefon"] :-ms-input-placeholder {
  color: #f88;
  opacity: 1;
}

#error_div_label_telefon ~ [id*="div_input_telefon"] ::-ms-input-placeholder {
  color: #f88;
  opacity: 1;
}

#error_div_label_telefon ~ [id*="div_input_telefon"] ::placeholder {
  color: #f88;
  opacity: 1;
}

#error_div_label_telefon ~ [id*="div_input_telefon"] :-ms-placeholder {
  color: #f88;
}

.bold {
  font-weight: bold;
}

#div_checkboxtext_zgoda {
  font-size: 9px;
  font-family: "bnpp_sans", Tahoma, Arial, Verdana;
  color: #b4dfd1;
  width: calc(100% - 85px);
  height: 50px;
  overflow-y: scroll !important;
}

#error_div_checkboxtext_zgoda {
  position: absolute;
  top: 260px;
  left: 45px;
  color: #ff8888;
  font-size: 9px;
  font-family: "bnpp_sans", Tahoma, Arial, Verdana;
  font-weight: normal;
  width: calc(100% - 85px);
  height: 40px;
  overflow: auto;
  float: right;
}

#error_div_checkboxtext_zgoda ol {
  list-style: decimal;
  padding-left: 16px;
}

#div_checkboxtext_zgoda {
  position: absolute;
  top: 260px;
  left: 45px;
  padding-left: 7px;
}

#div_checkboxtext_zgoda ol {
  list-style: decimal;
  padding-left: 16px;
}

#div_checkbox_zgoda {
  position: absolute;
  top: 255px;
  margin: 0;
}

#button_Wyslij {
  background: #d2007b url(../images/btn.jpg) center center no-repeat;
  padding: 0;
  display: block;
  border: none;
  width: 214px;
  height: 60px;
  background-size: contain;
  margin: 0 auto;
  text-indent: -3333em;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}

#div_title {
  font-family: "bnpp_sans", Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 120px;
  left: 5px;
  width: 202px;
}

#div_text {
  font-family: "bnpp_sans", Arial, Tahoma, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 140px;
  left: 5px;
  width: 175px;
  line-height: 15px;
}

#div_error_message {
  position: absolute;
  top: -24px;
}

.tab h2 {
  text-align: center;
}

#div_input_contactHours {
  width: 80%;
}

#h3_line1,
#h3_line2 {
  font-family: "bnpp_sans_cond", Arial, Tahoma, Verdana;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
}

#h3_line1 {
  color: #494747;
  top: 50px;
}

#h3_line2 {
  color: #00965e;
  top: 120px;
} */

/* ------- 4 nowe zgody  ------ */

.div_zgoda_popup {
  font-size: 9px;
  line-height: 12px;
  font-family: "bnpp_sans", Tahoma, Arial, Verdana;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: -30px;
  width: 280px;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px #1c663f;
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#277950+0,19553a+100 */
  background: rgb(39, 121, 80);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(39, 121, 80, 1) 0%,
    rgba(25, 85, 58, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(39, 121, 80, 1) 0%,
    rgba(25, 85, 58, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(39, 121, 80, 1) 0%,
    rgba(25, 85, 58, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#277950', endColorstr='#19553a', GradientType=0);
  /* IE6-9 */
}

/* .div_zgoda_popup_close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  height: 20px;
}

.div_zgoda_popup_close:before,
.div_zgoda_popup_close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.div_zgoda_popup_close:after {
  transform: rotate(-45deg);
  top: 8px;
}

#div_checkbox_zgoda1,
#div_checkbox_zgoda2,
#div_checkbox_zgoda3,
#div_checkbox_zgoda4,
#div_checkbox_zgoda7,
#checkbox_zgoda_all {
  position: absolute;
  margin: 0;
}

input[type="checkbox"] {
  margin: 0;
}

#checkbox_zgoda_all,
#div_checkboxtext_zgoda_all {
  top: 155px;
}

#div_checkbox_zgoda1,
#div_checkboxtext_zgoda1,
#error_div_checkboxtext_zgoda1 {
  top: 175px;
}

#div_checkbox_zgoda2,
#div_checkboxtext_zgoda2,
#error_div_checkboxtext_zgoda2 {
  top: 200px;
}

#div_checkbox_zgoda3,
#div_checkboxtext_zgoda3,
#error_div_checkboxtext_zgoda3 {
  top: 225px;
}

#div_checkbox_zgoda4,
#div_checkbox_zgoda7,
#div_checkboxtext_zgoda4,
#div_checkboxtext_zgoda7,
#error_div_checkboxtext_zgoda4,
#error_div_checkboxtext_zgoda7 {
  top: 250px;
}

#div_checkboxtext_zgoda1:after,
#error_div_checkboxtext_zgoda1:after,
#div_checkboxtext_zgoda2:after,
#error_div_checkboxtext_zgoda2:after,
#div_checkboxtext_zgoda3:after,
#error_div_checkboxtext_zgoda3:after,
#div_checkboxtext_zgoda4:after,
#div_checkboxtext_zgoda7:after,
#error_div_checkboxtext_zgoda4:after,
#error_div_checkboxtext_zgoda7:after {
  content: "?";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cfeadf;
  color: #2d965c;
  line-height: 16px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
}

#div_checkboxtext_zgoda1,
#div_checkboxtext_zgoda2,
#div_checkboxtext_zgoda3,
#div_checkboxtext_zgoda4,
#div_checkboxtext_zgoda7,
#div_checkboxtext_zgoda_all {
  font-size: 8px;
  font-family: "bnpp_sans", Tahoma, Arial, Verdana;
  color: #fff;
  width: 220px;
  position: absolute;
  left: 30px;
  padding-right: 26px;
  box-sizing: border-box;
}

#error_div_checkboxtext_zgoda1,
#error_div_checkboxtext_zgoda2,
#error_div_checkboxtext_zgoda3,
#error_div_checkboxtext_zgoda1,
#error_div_checkboxtext_zgoda7 {
  position: absolute;
  left: 45px;
  color: #ff8888;
  font-size: 9px;
  font-family: "bnpp_sans", Tahoma, Arial, Verdana;
  font-weight: normal;
  width: 230px;
  float: right;
  padding-right: 26px;
  box-sizing: border-box;
}

#div_checkboxtext_zgoda {
  position: absolute;
  top: 235px;
  left: 45px;
} */

@media only screen and (max-width: 1440px) {
  .container {
    max-width: 98%;
  }
}

@media only screen and (max-width: 1200px) {
  .content-title {
    font-size: 48px;
  }

  .main-text .content-list__item {
    font-size: 1.5em;
    padding-top: 10px;
  }

  #main > .container {
    background-position: -65px top;
  }

  .container {
    max-width: 100%;
  }

 
  .section-karta {
    font-size: 24px;
    width: 80%;
  }

  .section-karta_img {
    max-width: 38%;
  }

  .section_under .pink:after {
    right: 1.35rem;
  }

  .contact-form {
    right: 0;
  }

}

@media only screen and (max-width: 1024px) {

    
   .content-list--desktop {
    display:none;
  }

  .content-list--mobile {
    display:block;
  }

  #main > .container {
    background-position: -140px top;
  }

  .main-text-top {
    width: auto;
    position: static;
    top: 0;
    left:0;
}

 .main-text-bottom {
 position: static;
 margin-top: 0;}
 

  .container--border {
    border-top: 1px solid #00965e;
  }

  .content-title {
    font-size: 36px;
    margin-top: 0.1rem;
  }

  .contact-form {
    right:20px;
    /* top: 0;
    bottom: 0px;
    right: 0px;
    min-height: 560px; */
  }

  .content-list {
    padding-bottom: 1rem;
  }

  .pt10 {
    padding-top: 5px;
  }

  .main-text .content-list__item {
    padding-top: 5px;
    font-size: 1.35em;
  }

  .main-content-rrso {
    padding-top: 15px;
    font-size: 45px;
  }
  

.section_under__benefit-title .gomobile {
  text-transform: none;
}
  .flex_elem {
    padding: 10px 20px;
  }

.section_under {
  color: #000;
  margin: 40px auto;
  max-width: 860px;
}
 

  .section_under .description {
    font-size: 32px;
  }

  .footer-note {
    position: relative;
    top: auto;
    right: auto;
    color: inherit;
  }

  .footer-note a {
    color: inherit;
  }

  #top {
    height: 60px;
    /* border-bottom: 1px solid #00965e; */
  }

  #top .brand {
    background: rgba(0, 0, 0, 0) url("../images/logo-bnp_mob.png") no-repeat
      scroll left 13px;
    background-size: auto 60%;
    margin-left: 20px;
  }

  #top .brand  {
    display: block;
    height: 60px;
  }

  #button_Wyslij {
    width: 84%;
    background-size: contain;
  }

  #h3_line1,
  #h3_line2 {
    font-size: 50px;
  }

  #h3_line1 {
    top: 30px;
  }

  #h3_line2 {
    top: 80px;
  }

  #div_checkboxtext_zgoda1,
  #div_checkboxtext_zgoda2,
  #div_checkboxtext_zgoda3,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #div_checkboxtext_zgoda_all {
    /* width: 245px;
    left: 50px; */
  }

  .f-200 {
    font-size:150px;
  }

  .f-block {
    padding-inline: 0;
  }

  .main-content-rrso {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .main-text-top h2 {
    font-size:30px;
  }

  .main-text-top h2 > p {
    font-size:30px;
  }

  .main-text-top .amount {
    font-size: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  #main > .container {
    background: url(../images/bg-tablet.jpg) no-repeat;
    background-size: auto 665px;
    background-position: -80px 0;
  }
		
  .main-content {
    height:675px;
    padding: 0px 20px 20px;
    width: calc(100% - 320px);
    margin:0;
  }

  .main-text {
    justify-content: flex-end;
  }

  .profit {
    font-size: 65px;
  }


  .extra-big-header {
    font-size:150px;
  }

}


@media only screen and (max-width: 768px) {
	
	

  .main-content {
    height:460px;
    padding: 0px 10px 20px;
  }

  .main-text {
    justify-content: flex-end;
  }

	

  .additional-info {
    letter-spacing: -.9px;
  }


  .mobile-only {
    display: block;
    max-width: 100%;
  }
 
  .main-text .content-list {
    margin: 0 auto;
  }

  .main-text .content-list__item {
    padding-top: 5px;
  }

  .scroll-top.visible {
    right: -1px;
  }
  
  .section_under2 .flex_elem > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .section_under h2 {
    font-size:36px;
  }

  .gomobile-list__wrapper {
    justify-content: space-between;
  }

  .section_under h3.logo__mastercard{
    display: block;
  }

   .flex_elem,
  .flex_container--vouchers .flex_elem {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 21px;
  }

  .flex_elem h3 {
    font-size: 1.25em;
    padding-top: 0.75rem;
  }

  .flex_elem p.number {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .section_under2 {
    margin-top: 40px;
  }

  .section-karta {
    width: 80%;
    font-size: 24px;
  }

  .section-karta_img {
    right: 3%;
    top: 0%;
    max-width: 50%;
  }

  .section_under .anchor {
    position: static;
    width: 100%;
  }

  .section_under .pink:after {
    right: 1.5rem;
  }

  .border-elem:after {
    display: none;
  }


  .mob-only {
    display: block;
    margin: 0.5rem 0 0.25rem;
  }


  .contact-form {
    top: 210px;
    width: 100%;
  }
  
  .button-mob {
	  width: 280px;
  }

  .contact-form {
    width: 100%;
    position: static;
    top: 130px;
    right: 0;
    left: 0;
    z-index: 30;
    bottom: -640px;
    padding-top: 10px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #footer .footer-note {
    font-size: 12px;
  }

  #div_checkboxtext_zgoda1,
  #div_checkboxtext_zgoda2,
  #div_checkboxtext_zgoda3,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #div_checkboxtext_zgoda_all {
    width: 80%;
  }

  .block__grey {
    flex-direction: column;
    gap:10px;
    padding-bottom:50px;
  }
  .extra-big-header {
    font-size:100px;
  }

  .f-block {
    flex-direction: column;
    gap: 30px;
  }
}


@media only screen and (max-width: 480px) {

  #main > .container {
    background: url(../images/bg-mobile.jpg) no-repeat center top;
    background-size: auto 490px;
  }

  .main-content {
    height:490px;

  }
  .main-text-top {
    line-height:1;
  }

  .main-text-top h2 {
    font-size:25px;
  }

  .main-text-top .amount {
    font-size:25px;
  }

  .main-text-top .amount > sup {
    position: static;
    font-size: 0.5em;
    padding-left: 3px;
  }

  .main-text-top__mastercard--white {
    
  }

  .main-text-top h2>p {
    font-size: 20px;
  }

  .main-text-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }


  .profit {
    font-size:56px;
  }

  .f-54 {
    font-size:34px;
  }

  .f-34 {
    font-size:23px;
  }

  .additional-info {
    font-size:12px;
  }

  .logo-biedronka {
    max-width:80px;
  }
  .main-content-rrso {
    font-size:20px;
    margin-top: 5px;
    margin-bottom: 0px;
    order: 2;
  }

  .section_under h2 {
    font-size:25px;
  }

  .section_under__benefit--header-top {
    font-size:25px;
  }


  .section_under h3.logo__biedronka img {
    width:75px
  }

  .section_under__benefit {
    margin-bottom:40px;
  }
 

  .section_under__bullet {
    font-size:14px;
    margin-top:60px;
  }

  .section_under h3.logo__mastercard img{
    width: 115px;
    padding-left:10px;
  }

  .gomobile-list__wrapper {
    flex-direction:column;
    margin-left: 70px;
  }

  .block__grey {
    font-size:14px;
  }

  .contact-form {
    top: 210px;
    height: 660px;
  }

  .button-mob {
    width:220px;
  }

  .gomobile-list__title {
    font-size:24px;
  }
  

  .flex_container {
    flex-direction: column;
  }

  .margin-bottom {
    margin-bottom: 50px;
  }

  .desk-only {
    display: none;;
  }

  .mobile-only {
	  display: block;
  }

  .footer-bigtext {
    font-size:13px;
  }

  #footer .footer-smalltext {
    font-size:10px;
  }

  #form {
    height: 480px;
  }

  #div_checkboxtext_zgoda1,
  #div_checkboxtext_zgoda2,
  #div_checkboxtext_zgoda3,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #div_checkboxtext_zgoda_all {
    font-size: 10px;
    left: 40px;
  }

  #div_checkbox_zgoda1,
  #div_checkboxtext_zgoda1,
  #error_div_checkboxtext_zgoda1 {
    top: 206px;
  }

  #div_checkbox_zgoda2,
  #div_checkboxtext_zgoda2,
  #error_div_checkboxtext_zgoda2 {
    top: 250px;
  }

  #div_checkbox_zgoda3,
  #div_checkboxtext_zgoda3,
  #error_div_checkboxtext_zgoda3 {
    top: 290px;
  }

  #div_checkbox_zgoda4,
  #div_checkbox_zgoda7,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #error_div_checkboxtext_zgoda4,
  #error_div_checkboxtext_zgoda7 {
    top: 330px;
  }

  #checkbox_zgoda_all,
  #div_checkboxtext_zgoda_all {
    top: 176px;
  }

  .url-link {
    top: 370px;
  }

  #button_Wyslij {
    bottom: 40px;
  }

  #div_error_message {
    position: absolute;
    top: -15px;
  }

  .section-karta {
    font-size: 21px;
    margin-top: 2rem;
    width: 75%;
  }

  .section-karta_img {
    position: static;
    max-width: calc(100% + 50px);
    margin-top: -4rem;
    margin-left: -25px;
  }

  .section_under .pink:after {
    height: 1rem;
    width: 1.5rem;
    right: 0.5rem;
  }
}


@media only screen and (max-width: 420px) {

  #main > .container {
    background-size: auto 450px;
  }

  .main-content {
    height:450px;

  }
}

@media only screen and (max-width: 320px) {

  .main-content {
    height:402px;
  }

  .main-text-top h2 {
    font-size:23px;
  }

  .main-text-top h2>p {
    font-size: 20px;
  }

  .main-content-rrso {
    font-size: 23px;
  }

  .section_under h2 {
    font-size:20px;
  }

  .section_under h3.logo__biedronka img {
    width: 55px;
  }

  .gomobile-list__wrapper {
    margin-left: 30px;
  }

  .flex_container {
    font-size:14px;
  }


  .profit {
    font-size: 37px;
  }
  /* .additional-info {
    font-size: 10px;
  } */

  .section_under__benefit-text {
    font-size:13px;
  }
}

@media only screen and (max-width: 467px) {
  #main {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0px;
    font-size: 16px;
  }

  .main-content {
    min-width: 100%;
    padding-left: 10px;
  }

  .content-title {
    font-size: 26px;
  }

  .content-list__item {
    font-size: 22px;
  }

  .contact-form h2 span:first-child {
    font-size: 32px;
  }

  .contact-form h2 {
    margin-bottom: 10px;
    padding: 0 20px;
  }

  .contact-form h2 span {
    display: block;
    font-size: 14px;
  }

  .contact-form h2:before {
    width: 20px;
    height: 28px;
  }

  
}

@media only screen and (max-width: 767px) {

  .main-text .content-list__item {
    font-size: 30px;
	margin-left: 15px;
  }

  .section-karta {
    font-size: 20px;
    margin-top: 2rem;
    width: 65%;
  }

  .section_under .pink {
    font-size: 1em;
  }

  .flex_elem {
    font-size: 18px;
    padding: 5px 10px;
  }

}

@media only screen and (max-width: 350px) {
  #div_checkboxtext_zgoda1,
  #div_checkboxtext_zgoda2,
  #div_checkboxtext_zgoda3,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #div_checkboxtext_zgoda_all {
    width: 220px;
  }

  .contact-form {
    max-width: 350px;
  }
}

@media only screen and (max-width: 330px) {
  .contact-form {
    width: 100%;
  }

  #form {
    height: 480px;
  }

  .contact-form {
    height: 640px;
  }

  .contact-form h2 {
    margin-bottom: 0;
    padding: 0 10px;
  }

  .contact-form h2 span:first-child {
    font-size: 32px;
  }

  .contact-form h2 span {
    font-size: 12px;
  }

  #div_checkboxtext_zgoda1,
  #div_checkboxtext_zgoda2,
  #div_checkboxtext_zgoda3,
  #div_checkboxtext_zgoda4,
  #div_checkboxtext_zgoda7,
  #div_checkboxtext_zgoda_all {
    width: 215px;
  }
}

@media only screen and (min-width: 767px) {

  .title-mob {
	display: none;
}

.title-desk {
	display: block;
}

.icon-mob {
	display: none;
}

.number-desk {
	display: inline-block;
}
.section_under__benefit-title {
	font-size: 36px;
}
}


@media only screen and (min-width: 1263px) {
.section_under__benefit {
  width: 18%;
  padding: 0px 40px;
}
}


.section__steps {
  color:#000;
}
@media only screen and (min-width: 770px) {
  .section__steps {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .section__steps {
    padding: 0
  }
}

.section__steps > ul {
  display: flex;
  gap: 2px;
  margin-top: 0;
  flex-wrap: wrap;
}

@media only screen and (min-width: 770px) {
  .section__steps > ul {
    gap: 3px;
  }
}

@media only screen and (min-width: 1000px) {
  .section__steps > ul {
    flex-wrap: nowrap;
  }
}

.section__steps > ul li {
  color: rgba(39,39,39, 0.9);
  font-size: 20px;
  margin-bottom: 0;
  position: relative;
  counter-increment: stepsCounter;
  padding: 30px 50px 0 100px;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .section__steps > ul li {
    padding: 30px 0 0 45px;
  }
}

.section__steps > ul li.bg-green1 {
  background-color: #e0f0e8;
}

.section__steps > ul li.bg-green2 {
  background-color: #d5eadf;
}

.section__steps > ul li.bg-green3 {
  background-color: #c3e2d2;
}

.section__steps > ul li.bg-green4 {
  background-color: #a3d3be;
}


@media only screen and (min-width: 1000px) {
  .section__steps > ul li {
    padding: 25px 22px;
  }
}

.section__steps > ul li:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .section__steps > ul li:before {
    left: 40px;
  }
}


.section__steps > ul li.k1::before {
  background-image: url(../images/k1.png);
  width: 66px;
  height: 76px;
}

.section__steps > ul li.k2::before {
  background-image: url(../images/k2.png);
  width: 64px;
  height: 76px;
}

.section__steps > ul li.k3::before {
  background-image: url(../images/k3.png);
  width: 89px;
  height: 82px;
}

.section__steps > ul li.k4::before {
  background-image: url(../images/k4.png);
  width: 54px;
  height: 76px;
}

.section__steps > ul li.k5::before {
  background-image: url(../images/k5.png);
  width: 82px;
  height: 76px;
}

.section__steps > ul li:after {
  display: block;
  content: counter(stepsCounter);
  font-size: 110px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 10;
  font-family: 'bnpp_type_bold';
  bottom: -11px;
  right: -4px;
}

.section__steps--footnote {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #221e1a;
}

.section_under__benefits--narrow {
  width: 75%;
  margin: 0 auto;
}

.section_under__benefits {
  text-align: left;
}

.ta-center {
  text-align: center;
}


