@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_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_sans_cond";
  src: url("../fonts/bnpp-sans-cond-v2.eot");
  src: url("../fonts/bnpp-sans-cond-v2.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bnpp-sans-cond-v2.woff") format("woff"),
    url("../fonts/bnpp-sans-cond-v2.svg") format("svg"),
    url("../fonts/bnpp-sans-cond-v2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_sans_cond_light";
  src: url("../fonts/bnpp-sans-cond-light-v2.eot");
  src: url("../fonts/bnpp-sans-cond-light-v2.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bnpp-sans-cond-light-v2.woff") format("woff"),
    url("../fonts/bnpp-sans-cond-light-v2.svg") format("svg"),
    url("../fonts/bnpp-sans-cond-light-v2.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "bnpp_sans_cond_bold";
  src: url("../fonts/bnpp-sans-cond-bold-v2.eot");
  src: url("../fonts/bnpp-sans-cond-bold-v2.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bnpp-sans-cond-bold-v2.woff") format("woff"),
    url("../fonts/bnpp-sans-cond-bold-v2.svg") format("svg"),
    url("../fonts/bnpp-sans-cond-bold-v2.ttf") format("truetype");
  font-weight: 700;
  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.woff") format("woff"),
    url("../fonts/bnpp_sans_light_v3.svg") format("svg"),
    url("../fonts/bnpp_sans_light_v3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  font-size: 12px;
  color: #fff;
  font-family: "bnpp_sans", Arial, sans-serif;
}

* {
  touch-action: auto !important;
}

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
}

.clearfix {
  clear: both;
}
#top {
  height: 80px;
  position: relative;
}
#top .container {
  display: flex;
}
#top .brand {
  background: url(../images/logo-bnp.png) left center no-repeat;
  text-indent: -3333em;
  margin-left: 2rem;
  flex: 0 0 45%;
}
#top .brand a {
  display: block;
  height: 90px;
}
#top .container {
  display: flex;
}
#top .topbar__right {
  color: #000;
  flex: 0 0 50%;
  display: flex;
  padding: 2rem 0;
  justify-content: flex-end;
}
#top .container img {
  position: absolute;
  top: 6px;
  right: 140px;
}

#main {
  height: 487px;
  background: url(../images/bg-desktop.jpg) center top no-repeat;
  background-color: #fff;
  height: auto;
}

.main-content {
  position: relative;
  min-height: 500px;
  padding-top: 20px;
  padding-left: 50px;
  text-align: center;
}

.main-content--borderTop {
  border-top: 3px solid #00965e;
}

.no-wrap {
  white-space: nowrap;
}

.main-text {
  display: inline-block;
  text-align: left;
  font-family: "bnpp_sans_cond_light", "sans-serif";
  font-weight: 200;
  margin-left: 30%;
  margin-top: 5%;
  position: relative;
  /* text-shadow: 0 0 5px #252525; */
}

.main-text-top {
  padding-top: 30px;
}

h2 {
  font-family: "bnpp_sans_cond";
  font-size: 1.15em;
  margin-bottom: 10px;
}
h2 strong {
  font-family: "bnpp_sans_cond_bold";
}

.main-list {
  margin-left: 18px;
  margin-bottom: 15px;
}

.main-list__item {
  font-weight: 300;
  font-family: "bnpp_sans_cond", "sans-serif";
  text-align: left;
  padding-top: 10px;
  position: relative;
  padding-left: 5px;
}
.main-list__item sup {
  font-size: 0.5em;
}
.main-list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #00965e;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 20px;
}

.main-text-rrso {
  text-align: right;
  margin-top: 85px;
}

.main-text,
.section_under {
  font-size: 36px;
}

.section_under {
  color: #000;
  text-align: center;
  margin: 40px auto;
  max-width: 860px;
}

.section_under__content-elem {
  position: relative;
}

.section_under__description {
  font-family: "bnpp_sans_light", "sans-serif";
  font-size: 0.5em;
  line-height: 1.2;
  margin-top: 15px;
}

.qr-code {
  max-width: 160px;
  margin: 30px auto 0;
}

.qr-code--absolute {
  position: absolute;
  top: -80px;
  right: 0;
}

.green {
  color: #00965e;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.cta-btn {
  display: block;
  max-width: 260px;
  margin: 30px auto 30px 0;
}

.section_under h2 .green {
  font-size: 1.2em;
}

.section_under__cta-btn {
  display: block;
  width: 80%;
  max-width: 377px;
  margin: 80px auto;
}

.cta-btn img,
.section_under__cta-btn img {
  width: 100%;
}

.section_under__benefits {
  display: flex;
  flex-wrap: wrap;
  margin-top:50px;
}

.section_under__benefit {
  width: 33%;
  margin-bottom: 30px;
}

.section_under__benefit-title {
  text-transform: uppercase;
  font-family: "bnpp_sans_cond";
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 10px;
}

.section_under__benefit-icon {
  max-height: 120px;
}

.section_under__benefit-title .gomobile {
  text-transform: none;
}

.section_under__stores {
  display: flex;
  justify-content: center;
  gap: 125px;
  max-width: 80%;
  margin: 0 auto;
}

.section_under__store-link {
  display: inline-block;
  margin-top: 30px;
}

.section_under__store-link img{
  max-width: 100%;
}

#footer {
  position: relative;
  padding-bottom: 50px;
  margin-top: 90px;
  color: #000;
}

#footer a,
#footer a:visited {
  color: #00965e;
}

#footer h3 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
}

#footer p {
  font-size: 12px;
  line-height: 13px;
}

#footer h3 a {
  text-decoration: underline;
}

#footer p.footer-smalltext {
  font-size: 14px;
  font-family: "bnpp_sans_light";
  line-height: 1.2;
  margin-top: 10px;
  color: #3f3f3f;
}
#footer .bigger-text {
  font-size: 1.25rem;
}
#footer strong.bigger-text {
  font-size: 1.75rem;
  font-family: "bnpp_sans_cond_bold";
}

#footer .footer-logo {
  max-width: 135px;
  margin: 35px auto 0;
}

.url-link {
  position: absolute;
  top: 277px;
  color: #fff;
  font-size: 10px;
}
.div_zgoda_popup a {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.tab h2 {
  text-align: center;
}

@media only screen and (max-width: 1140px) {
  .container--borderTop {
    border-top: 3px solid #00965e;
  }
  .main-content--borderTop {
    border-top: unset;
  }
}

@media only screen and (max-width: 1023px) {
  #main {
    background: url(../images/bg-tablet.jpg) left top no-repeat;
    background-size: contain;
  }

  .main-content {
    min-height: 53vw;
  }

  #top .topbar__right {
    display: none;
  }
  #top {
    height: 60px;
  }
  #top .brand {
    background-size: contain;
    flex: 0 0 60%;
    margin-left: 5px;
    background-image: url(../images/logo-bnp-big.png);
  }

  #top .brand a {
    display: block;
    height: 60px;
  }

  #top .container img {
    max-height: 90%;
    right: 50px;
    max-width: 40%;
  }

  .main-text {
    margin-left: 30%;
    margin-top: 10%;
  }

  .main-text,
  .section_under {
    font-size: 30px;
  }

  .main-text-top {
    position: static;
    padding-top: 15px;
  }

  .main-list__item::before {
    top: 18px;
  }

  .main-text-top > h3 {
    font-size: 1.05em;
  }

  .main-text-rrso {
    margin-top: 0;
  }

  .desktop-only {
    display: none;
  }

  .cta-btn {
    max-width: 230px;
  }
  .section_under__cta-btn {
    max-width: 315px;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 767px) {
  .break {
    display: none;
  }

  .main-content {
    position: relative;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    background: url(../images/bg-mobile.jpg) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 325px;
  }
  #main {
    background-position: center top;
    background-size: contain;
  }
  .container {
    padding: 0 20px;
  }
  .container--hero {
    padding: 0;
  }
  .main-content {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  .main-text {
    color: #fff;
    padding-top: 12%;
    margin-left: unset;
  }
  .main-text,
  .section_under {
    font-size: 32px;
  }
  .main-text-top {
    padding-top: 0px;
  }
  .main-list__item::before {
    transform: scale(0.8);
  }
  .main-text-rrso {
    padding-bottom: 20px;
  }
  .cta-btn {
    width: 80%;
    max-width: 230px;
  }
  .section_under__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .section_under__cta-btn {
    max-width: 300px;
  }

  .section_under__benefit {
    width: 50%;
  }

  .section_under__stores {
    gap: 30px;
  }

  .url-link {
    position: static;
  }
  #footer {
    padding-bottom: 30px;
  }
  .mobile-only {
    display: block;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #top .brand {
    background: rgba(0, 0, 0, 0) url("../images/logo-bnp_mob.png") no-repeat
      scroll left 13px;
    margin: 0 5px;
  }

  .url-link {
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    max-width: 480px;
    padding: 0 4%;
    margin: 0 auto;
  }
  .container--hero {
    padding: 0;
  }

  #main {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0px;
    background-image: none;
  }

  .main-text {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    margin-left: 5%;
  }
  .main-text,
  .section_under {
    font-size: 28px;
  }

  #list-item.list {
    padding-top: 6px;
  }

  .cta-btn {
    max-width: 200px;
  }

  .section_under__cta-btn {
    max-width: 275px;
  }
}

@media only screen and (max-width: 360px) {
  .main-text,
  .section_under {
    font-size: 24px;
  }

  .main-content {
    padding-top: 260px;
  }
}

@media only screen and (max-width: 330px) {
  .main-content {
    padding-top: 255px;
    padding-left: 25px;
  }

  .main-text {
    padding-top: 5px;
  }
  .main-text,
  .section_under {
    font-size: 21px;
  }
  .main-text-top {
    padding-top: 10px;
  }

  .main-list__item::before {
    transform: scale(0.6);
    top: 13px;
  }
  .cta-btn {
    max-width: 175px;
  }
  .section_under__cta-btn {
    max-width: 230px;
  }
}
