@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_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;
}

@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: 12px;
  color: #fff;
  font-family: "bnpp_type", Arial, sans-serif;
}

* {
  touch-action: auto !important;
}

.container {
  max-width: 1204px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
}
.clearfix {
  clear: both;
}
#top {
  height: 80px;
  position: relative;
  border-bottom: 2px solid #00965e;
}
#top .container {
  display: flex;
}
#top .brand {
  background: url(../images/logo-bnp-big.jpg) 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 {
  background: url(../images/bg-desktop.jpg) center top no-repeat;
  background-color: #fff;
}

.main-content {
  position: relative;
  width: calc(100% - 350px);
  min-height: 500px;
  padding-top: 20px;
  padding-left: 36px;
}

.no-wrap {
  white-space: nowrap;
}
.main-text {
  font-family: "bnpp_type", "sans-serif";
  font-weight: 200;
  color: #fff;
  position: relative;
  padding-top: 35px;
  padding-left: 40px;
  width: 350px;
}

@media only screen and (max-width: 1024px) {
  .container {
    max-width: 810px;
    padding: 0;
  }

  #main {
    background-position: top left;
  }

  .main-content {
    min-height: 645px;
    max-width: 768px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
  }


  .main-text {
    margin-left: 0;
  }
}


.main-text-top > h2 {
  font-family: "bnpp_type";
  font-size: 37px;
  line-height: 1.2;
  text-align: left;
}

.main-list {
  margin-left: 18px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 25px;
  letter-spacing: -0.5px;
  max-width: 250px;
}

.main-list__item {
  text-align: left;
  padding-top: 20px;
  position: relative;
  padding-left: 5px;
}
.main-list__item sup {
  font-size: 0.5em;
}
.main-list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: -18px;
  top: 30px;
}

.main-list__item {
  font-weight: 300;
  font-family: "bnpp_type", "sans-serif";
}

.main-text-rrso {
  margin: 48px 0 0;
  font-size: 35px;
  font-family: "bnpp_type", "sans-serif";
}

.green {
  color: #00965e;
}

#footer {
  position: relative;
  padding-bottom: 80px;
  margin-top: 20px;
  color: #000;
}

#footer .container {
  max-width: 1070px;
}

#footer h2 {
    font-size: 34px;
    font-family: "bnpp_type", "sans-serif";
}

#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: 16px;
  font-family: "bnpp_type";
  line-height: 1.2;
  margin-top: 45px;
  color: #262729;
}
#footer .bigger-text {
  font-size: 1.7rem;
  letter-spacing: -0.5px;
}
#footer strong.bigger-text {
  font-size: 1.75rem;
  font-family: "bnpp_type_bold";
}

.footer-note {
    font-size: 15px;
}

.url-link {
  position: absolute;
  top: 277px;
  color: #fff;
  font-size: 10px;
}
.div_zgoda_popup a {
  color: #fff;
}

.bold {
  font-weight: bold;
}
#div_title {
  font-family: "bnpp_type", Arial, Tahoma, Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 120px;
  left: 5px;
  width: 202px;
}
#div_text {
  font-family: "bnpp_type", 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: -15px;
}
.tab h2 {
  text-align: center;
}
#div_input_contactHours {
  width: 80%;
}
#h3_line1,
#h3_line2 {
  font-family: "bnpp_type", 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;
}


@media only screen and (max-width: 1024px) {
    #main {
    
        background: url(../images/bg-tablet.jpg) center top no-repeat;
        background-size: 810px auto;
    }
    
  .no-wrap br {
    display: none;
  }
  
  #footer {
    margin-top: 60px;
  }
  
  #formContainer {
    padding: 0 18px !important;
  }

  #top .topbar__right {
    display: none;
  }
  #top {
    height: 60px;
  }
  #top .brand {
    background-size: contain;
    flex: 0 0 45%;
    margin-left: 5px;
    background-image: url(../images/logo-bnp-big.jpg);
  }

  #top .brand a {
    display: block;
    height: 60px;
  }

  #top .container img {
    max-height: 90%;
    right: 50px;
    max-width: 40%;
  }

  .main-content {
    padding-inline: 20px;
  }

  .main-text {
    padding-top: 420px;
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .main-text-top {
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }

  .main-list {
    font-size: 20px;
    margin-top: 10px;
    max-width:100%;
  }

  .main-list__item {
    padding-top: 10px;
  }

  .main-list__item::before {
    top: 18px;
  }

  .main-text-top > h3 {
    font-size: 1.05em;
  }

  .main-text-rrso {
    margin-top: 0;
    position: absolute;
    left: unset;
    font-size: 30px;
    bottom: -30px;
    right: 0;
  }
  .contact-form {
    right: 25px;
  }

  #footer {
    padding: 0 20px 40px;
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    top: 45px;
  }

 

  #footer .bigger-text {
    font-size: 1.3rem;
  }

  #footer p.footer-smalltext {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
    #main { 
        background: url(../images/bg-mobile.jpg) left top no-repeat;
        background-size: 480px auto;
    }
   
    .no-wrap br {
        display: block;
      }
    
  .main-content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 150px;
  }
  #main {
    background-position: center top;
    max-width: 100%;
    margin: 0 auto;
  }
  .container {
    padding: 0;
    max-width: 480px;
  }
  .main-content {
    min-height: 670px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
  }
  .main-text {
    /* font-size: 32px; */
    position: relative;
    padding-top: 270px;
    padding-bottom: 0;
  }

  .main-text-top {
    padding-top: 0px;
  }

  .main-list__item::before {
    transform: scale(0.8);
  }
  .main-text-rrso {
    bottom: -60px;
    font-size: 25px;
  }
  .url-link {
    position: static;
  }
  #footer {
    padding: 0 20px 40px;
    position: relative;
    top: 45px;
    max-width: 445px;
    margin: 0 auto;
  }
  
  .contact-form {
      max-width: 445px;
      width: 100%;
      margin: 0 auto;
    
  }



  #footer .bigger-text {
    font-size: 1.1rem;
  }

  #footer p.footer-smalltext {
    margin-top: 0;
    font-size: 13px;
    color: #777;
  }

  .footer-note {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
    


  .url-link {
    position: absolute;
  }
}

@media only screen and (max-width: 768px) {
  /* .container {
    max-width: 480px;
    padding: 0 0;
    margin: 0 auto;
  }
  #main {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0px;
    background-size: auto;
  }

  .main-content {
    padding-top: 255px;
    min-height: 630px;
  }

  .main-text {
   margin: 0 auto;
  }

  #list-item.list {
    padding-top: 6px;
  }
  
  .main-text-rrso {
   position: absolute;
   right:0;
   left: unset;
   bottom: unset;
  } */

}

@media only screen and (max-width: 405px) {
  /* #main {
    background-position: -75px top;
  } */
}

@media only screen and (max-width: 390px) {
  #main {
    background-position: -85px top;
  }
}
.infograph {
  color:#000;
  font-family: inherit;
  text-align: center;
  margin-top: 30px;
}
.infograph h2 {
  font-size: 40px;
  color: #008d53;
  margin-bottom: 15px;
}
.infograph h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.infograph__img {
  display: flex;
  justify-content: center;
  gap: 5px;
}


@media only screen and (max-width: 768px) {
  .infograph__img {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .main-text-top > h2 {
    font-size: 25px;
  }
}


.benefits {
  margin-top: 50px;
}

.benefits__list {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .benefits__list {
    max-width: 445px;
    flex-wrap: wrap;
  }
}

.benefits__item {
  width: 170px;
  height: 170px;
  border: 5px solid #c7d20c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  box-sizing: border-box;
}

.benefits__item-img {
  display: block;
  height: 45px;
}

.benefits__item p {
  color: #000;
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
}