@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_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.woff2") format("woff2"),
    url("../fonts/bnpp_sans_cond_v2.woff") format("woff"),
    url("../fonts/bnpp_sans_cond_v2.ttf") format("truetype");
  font-weight: normal;
  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.woff2") format("woff2"),
    url("../fonts/bnpp-sans-cond-bold-v2.woff") format("woff"),
    url("../fonts/bnpp-sans-cond-bold-v2.ttf") format("truetype");
  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;
}

body {
  background: #fff;
  line-height: 1.2;
  font-size: 12px;
  color: #000;
  font-family: "bnpp_sans", Arial, sans-serif;
  letter-spacing: -0.5px;
}

* {
  touch-action: auto !important;
}

a img {
  max-width: 100%
}

.container {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
}
#top {
  height: 80px;
  position: relative;
}
#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 .container img {
  position: absolute;
  top: 6px;
  right: 140px;
}

#main {
  background-color: #fff;
  height: auto;
  overflow: hidden;
}

.container--hero {
  background: url(../images/bg-mobile.jpg) center top no-repeat;
  color: #fff;
  background-size: cover;
}

@media only screen and (min-width: 480px) {
  .container--hero {
    max-width: 1920px;
    background: url(../images/bg-tablet.jpg) center top no-repeat;
    min-height: 576px;
    text-align: center;
    background-position: center;
  }
}

@media only screen and (min-width: 1200px) {
  .container--hero {
    background: url(../images/bg-desktop.jpg) center top no-repeat;
  }

}


.main-content {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  height: 576px;
}

.main-text-top h2 {
  font-size: 56px;
  margin-bottom: 0;
  font-family: "bnpp_sans_cond_bold", "sans-serif";
}

@media only screen and (min-width: 480px) {
  .main-text-top h2 {
    font-size: 63px;
  }
}

@media only screen and (min-width: 768px) {
  .main-text-top h2 {
    font-size: 77px;
  }
}

.main-text-top h3 {
  font-family: "bnpp_sans_cond", "sans-serif";
	font-size: 20px;
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

@media only screen and (min-width: 480px) {
  .main-text-top h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-text-top h3 {
    font-size: 47px;
    align-self: flex-start;
    align-items: baseline;
  }
}

.main-text-top--bigger {
  font-size: 50px;
}

@media only screen and (min-width: 768px) {
  .main-text-top--bigger {
    font-size: 77px;
  }
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.main-list {
  margin-left: 10px;
  margin-bottom: 20px;
}

.main-list__item {
  font-weight: 300;
  text-align: left;
  padding-top: 10px;
  position: relative;
  padding-left: 5px;
}
sup {
  font-size: 0.5em;
}
.main-list__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2dda88;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 18px;
}

.profits__item-mobile.main-list__item::before  {
  top: 21px;
}

.section__header {
  font-family: "bnpp_sans_cond_bold", "sans-serif";
  font-size: 40px; 
  text-transform: uppercase;
  text-align: center;
  padding-inline: 20px;
}

@media only screen and (min-width: 1200px) {
    .section__header {
    font-size: 45px; 
  }
}

.slider-wrapper {
  padding-left: 340px;
  box-sizing: content-box;
}

@media only screen and (max-width: 766px) {
  .carousel .slider-wrapper {
    padding-left: 0;
    box-sizing: border-box;
  }
}

.slider {
	
	text-align: left;
	font-size: 18px;
}

.green {
  color: #00965e !important;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block;
}

.cta-btn {
  display: block;
  text-align: center;
  padding-top: 30px;
}


#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 .footer__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "bnpp_sans";
  line-height: 1.3;
  font-size: 12px;
  color: #9c9c91;
  margin-top: 40px;
}

#footer .footer__item {
  position: relative;
  padding: 8px 0;
  cursor: pointer;
  margin: 0 20px;
}

#footer .footer__item > a {
  color: #9c9c91;
  text-decoration: none;
}

#footer .footer__item:after {
  position: absolute;
  right: -20px;
  bottom: 50%;
  transform: translateY(50%);
  content: "";
  height: 16px;
  border-right: 2px solid #dcdcdc;
}

#footer .footer__item:last-child:after {
  border-right: none;
}

#footer .footer__item a:active,
#footer .footer__item a:hover {
  transition: color 0.2s;
  color: #2d2926;
}

@media only screen and (max-width: 1023px) {

  .container {
    max-width: 768px;
  }

  #top {
    height: 60px;
  }
  #top .brand {
    background-size: contain;
    flex: 0 0 60%;
    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-list__item::before {
    top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
    max-width: 100%;
  }

  #footer {
    padding-bottom: 30px;
  }

  #footer .footer__list {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
  }

  #footer .footer__item {
    margin-bottom: 15px;
  }

  #footer .footer__item:after {
    border-right: none;
  }
}

@media only screen and (max-width: 480px) {
  #main {
    background-position: center top;
    background-size: contain;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    background-image: none;
  }

  .container {
    padding: 0 20px;
    margin: 0 auto;
  }

  .container--hero {
    padding: 0;
  }
}



@media only screen and (max-width: 440px) {
  .main-content {
    background-size: 568px auto;
    height: 568px;
  }
}

@media only screen and (max-width: 380px) {
  .main-content {
    background-size: 380px auto;
    height: 593px;
  }
}

@media only screen and (max-width: 330px) {
  .main-list__item::before {
    top: 13px;
  }
}

.flap__btn {
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  text-align: left;
}

.flap__btn .icon {
  position: absolute;
  top: 10px;
  left: 0px;
  background-image: url(../images/flap-arrow.png);
  width: 21px;
  height: 14px;
  transform: rotate(-180deg);
}

[aria-expanded="true"] .icon {
    transform: rotate(0);
}


.flap__btn:has(.icon) {
  width:100%;
  padding-left: 50px;
}

.flap__panel,
.flap__panel p,
.flap__panel > ul,
.flap__panel > ul li {
  font-size: 18px;
  color: #000;
}

.flap__panel p,
.flap__panel ul {
  margin-top: 20px;
}

.flap__panel > ul li {
  margin-left: 20px;
  position: relative;
}

.flap__panel > ul li:before {
  position: absolute;
  top: 8px;
  left: -20px;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #000;
  display: inline-block;
}

.flap__panel a {
  color: #000;
}

.flap__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.swiper-slide {
  background-color: #fff;
  color: #000;
  height: auto;
}

.swiper-pagination-bullet-active {
  background-color: #00975f;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 130px;
}

.section_faq {
  max-width: 1280px;
  margin: 0 auto;
}

.section_faq__flaps > li {
  padding-block: 30px;
  padding-inline: 30px;
  border-top: 1px solid #b2e0cf;
}

.section_faq__flaps > li:last-child {
  border-bottom: 1px solid #b2e0cf;
}

.section_faq__flaps .flap__btn,
.section_faq__flaps > li {
  font-family: 'bnpp_sans';
  font-size: 18px;
  color: #00975f;
}

.section_faq__flaps .flap__panel {
  font-size: 14px;
  padding-inline: 50px;
}

.main-text-top {
  box-sizing: border-box;
  width: 92%;
  position: absolute;
  font-size: 30px;
  line-height: 1.1;
  bottom: 15px;
  background-color: rgba(0,151,95,0.7);
  padding: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 480px) {
  .main-text-top {
    bottom: -184px;
    width: 100%;
    padding: 30px;
  }
}


@media only screen and (min-width: 768px) {
    .main-text-top {
      height: auto;
      font-size: 40px;
      text-align: center;
      bottom: -229px;
    }
}

@media only screen and (min-width: 1200px) {
  .main-text-top {
    background-color: rgba(0,151,95,0.7) ;
    right: 50px;
    min-width: 595px;
    width: auto;
    text-align: left;
    margin-top: 50%;
    transform: translateY(-50%);
    bottom: 0;
  }
}

.main-text-top__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .main-text-top__flex {
    flex-direction: column;
  }
}


.hero-btn {
  max-width: 180px;
  /* position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index:20; */
}

@media only screen and (min-width: 1200px) {
  .hero-btn {
    max-width: 221px;
    align-self: flex-end;
  }
}

.profits {
    color: #000;
    margin-block: 40px 70px;
}


@media only screen and (min-width: 480px) {
  .profits {
    padding-top: 230px;
  }
}

@media only screen and (min-width: 768px) {
  .profits {
    padding-top: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .profits {
    margin-block: 60px 100px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .profits__list-mobile {
    display: none;
  }
}

.profits__img-mobile {
  text-align: center;
  margin-block: 30px;
}

@media only screen and (min-width: 768px) {
  .profits__img-mobile {
    display: none;
  }
}



.profits__list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .profits__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
    column-gap: 50px;
    font-size: 18px;
    row-gap: 150px;
  }
 }


.profits__item {
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 1200px) {
  .profits__item {
      flex-basis: calc(50% - 50px);
  }
}

.profits__item--title {
  font-size: 19px;
  color: #00975f;
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .profits__item--title {
    font-size: 29px;
  }
}

.profits__item-mobile--title {
  font-size: 22px;
  color: #00975f;
  margin-bottom: 15px;
}

.profits__icon {
  flex-basis: 100px;
  padding-right: 15px;
  flex-shrink: 0;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .profits__icon {
      flex-basis: 160px;
      padding-right: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .profits__icon {
      text-align: right;
  }
}

.profits__icon img {
  max-width: 100%;
}

.profits__text {
  padding-left: 10px;
  border-left: 1px solid #99d5bf;
  font-size: 16px;
}

@media only screen and (min-width: 767px) {
.profits__text {
    padding-left: 20px;
    font-size: 18px;
  }
}

.profits .flap__btn {
  font-size: 15px;
}

@media only screen and (min-width: 767px) {
  .profits .flap__btn {
    font-size: 18px;
  }
}

.profits .flap__panel,
.profits .flap__panel p, 
.profits .flap__panel > ul, 
.profits .flap__panel > ul li {
  font-size: 14px;
}


.tabs {
  background-color: #fafafa;  
  z-index: 0;
  position: relative;
  padding:20px;
  margin-bottom: 40px;
  padding: 50px 0 80px;
}

@media only screen and (min-width: 1200px) {
  .tabs {
    max-width: 1450px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    padding: 50px 80px 80px;
  }
}


.tabs__header {
  text-align: center;
  margin-bottom: 50px;
}

.tabs__header p {
  font-size: 27px;
  font-family: "bnpp_sans_cond_bold", "sans-serif";
}

@media only screen and (min-width: 1200px) {
  .tabs__header p {
    font-size: 39px;
  }
}

.steps {
  margin-top: 50px;
  font-size: 16px;
  letter-spacing: -0.5px;
}

@media only screen and (min-width: 767px) {
  .steps {
    font-size: 18px;
  }
}

.steps__list {
  display: flex;
  gap:30px;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .steps__list {
    flex-direction: row;
  }
}

.steps__list .flap__btn {
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .steps__list .stores {
    flex-direction: column;
    gap: 30px;
  }
}

.steps__item {
  flex-shrink: 0;
  flex-basis: calc(25% - 30px);
  counter-increment: bulletstepsCounter;
  padding-left: 50px;
}

.steps__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.steps__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

@media only screen and (min-width: 1200px) {
  .steps__panel {
    padding-top: 20px;
  }
}

.steps__title-caret {
  display: inline-block;
  margin-left: auto;
  align-self: center;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #00975f;
  border-bottom: 2px solid #00975f;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.steps__toggle:checked + .steps__title .steps__title-caret {
  transform: rotate(-135deg);
}

.steps__toggle:checked ~ .steps__panel {
  max-height: 2800px;
}

@media only screen and (max-width: 1199px) {
  .steps__item {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }

  .steps__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 44px;
    bottom: -26px;
    border-left: 2px solid #d7ece4;
    z-index: -2;
    pointer-events: none;
  }
}

@media only screen and (min-width: 1200px) {
  .steps__item {
    padding-left: 0;
  }

  .steps__toggle {
    pointer-events: none;
  }

  .steps__title {
    pointer-events: none;
    cursor: default;
  }

  .steps__title-caret {
    display: none;
  }

  .steps__panel {
    max-height: none !important;
    overflow: visible !important;
  }
}

.steps__title {
  font-size: 19px;
  color: #00975f;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (min-width: 767px) {
  .steps__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .steps__title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 4px;
  }

  .steps__title-text {
    flex: 1;
    min-width: 0;
  }

  .steps__toggle:not(:checked) ~ .steps__title {
    margin-bottom: 16px;
  }

  .steps__toggle:checked ~ .steps__title {
    margin-bottom: 20px;
  }
}

.steps__title:before {
  content: '';
  display: flex;
  position: absolute;
  background-color: #2dda88;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -6px;
  left: -50px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) {
 .steps__title:before {
  display: none;
 }
}

.steps__title:after {
  content: counter(bulletstepsCounter);
  position: absolute;
  left: -35px;
  display: block;
  color: #fff;
  top: 0;
  font-size: 21px;
}

@media only screen and (min-width: 1200px) {
 .steps__title:after {
  display: none;
 }
}

@media only screen and (min-width: 1200px) {
  .steps__qr {
    padding-left: 40px;
    align-self: flex-start;
  }
}

.steps__list-lvl2 {
  margin-left: 25px;
}

.steps__list-lvl2 li {
  margin-bottom:20px;
}

.steps__list-lvl2 li:before {
  content: "»";
  color: #333;
  display: inline-block;
  width: 1em;
  margin-left: -23px;
  font-weight: bold;
}

.steps__bullets {
    display: none;
}

@media only screen and (min-width: 1200px) {
  .steps__bullets {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}

.steps__bullets li {
  position: relative;
  flex-basis: 25%;
  padding-left: 15px;
  color: #fff;
}

.steps__bullets li:before{
  content: '';
  display: flex;
  position: absolute;
  background-color: #2dda88;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -9px;
  left: 0px;
  z-index: -1;
}

.steps__bullets li:not(:last-of-type):after  {
  content: '';
  display: flex;
  background-color: #d7ece4;
  height: 2px;
  margin: -10px 0 0 40px;
  position: relative;
  z-index: -2;
}

.carousel {
  margin: 60px 0;
}

@media only screen and (min-width: 767px) {
  .carousel {
    margin: 100px 0 100px 15%;
  }
}

.carousel__content {
  display: flex;
}

.carousel__mobileIcon {
  margin-left: 10px;
}

.carousel__mobileIcon img {
  width: 180px;
}

@media only screen and (min-width: 767px) {
  .carousel__mobileIcon img {
    width: auto;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* overflow: auto; */
}

@media only screen and (max-width: 766px) {
  .mySwiper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .mySwiper .swiper-slide {
    width: auto;
    margin: 10px 0;
    box-shadow: 0 0 10px 3px rgba(35,35,35,.09);
  }
}

@media only screen and (min-width: 767px) {
  .mySwiper .swiper-slide {
    width: 250px;
    box-shadow: 0 0 10px 3px rgba(35,35,35,.09);
    margin: 10px;
  }
}

.slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px;
}

.slider-content h3 {
  font-size: 20px;
  color: #00975f;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 767px) {
  .slider-content h3 {
    font-size: 24px;
  }
}

.slider-content p{
  font-size: 15px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .slider-content p{
    font-size: 18px;
  }
}

.section__banner {
  color: #000;
  position: relative;
  min-height: 1100px;
  display: flex;
  letter-spacing: -0.5px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 767px) {
  .section__banner {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1000px) {
  .section__banner {
     min-height: 664px;
  }
}

.section__banner .banner__media {
  position: absolute;
  width:100%;
  height:100%;
  z-index: 8;
  top: 0;
}
.section__banner .banner__media img {
  position: absolute;
  object-fit: cover;
  object-position: 35% bottom;
  width: 100%;
  height: 1100px;
}

@media only screen and (min-width: 1000px) {
  .section__banner .banner__media img {
    height: 664px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__banner .banner__media img {
    object-position: bottom;
  }
}

.section__banner .banner__content {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .section__banner .banner__content {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section__banner .banner__content {
    max-width: 1380px;
    margin: 0 auto;
  }
}
.section__banner .banner__field {
  background-color: #fff;
  border: 2px solid #2dda87;
  padding: 30px 15px;
  max-width: 300px;
  /* max-width: 80%;
  margin: -150px auto 0; */
}

@media only screen and (min-width: 1000px) {
  .section__banner .banner__field {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__banner .banner__field {
    max-width: 830px;
    margin: 0 auto;
  }
}

.section__banner .banner__field {
  margin-top: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .section__banner .banner__field {
    margin-top: 30px;
  }
}

.banner__columns {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .banner__columns.bannerColumnsSwiper:not(.is-swiper-active) .banner__columns-wrapper {
    /* display: flex;
    flex-direction: column; */
    width: 100%;
    transform: none !important;
  }

  .banner__columns.bannerColumnsSwiper:not(.is-swiper-active) .banner__columns-col.swiper-slide {
    width: 100%;
    max-width: none;
    margin: 0;
    box-shadow: none;
    flex-shrink: 0;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1000px) {
  .banner__columns.bannerColumnsSwiper:not(.is-swiper-active) .banner__columns-col.swiper-slide {
    max-width: 450px;
  }
}

@media only screen and (min-width: 1201px) {
  .banner__columns.bannerColumnsSwiper:not(.is-swiper-active) {
    overflow: visible;
  }

  .banner__columns:not(.is-swiper-active) .banner__columns-wrapper {
    display: contents;
  }

  .banner__columns:not(.is-swiper-active) .banner__columns-col.swiper-slide {
    width: auto;
    max-width: none;
    margin: 0;
    box-shadow: none;
    height: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}

@media only screen and (min-width: 1201px) {
  .banner__columns {
    flex-direction: row;
  }
}

.banner__columns-col {
  padding-inline: 27px;
  font-size:15px;
}

.banner__columns-col:not(:last-of-type){
  border-bottom: 1px solid #00975f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1201px) {
  .banner__columns-col:not(:last-of-type){
    border-right: 1px solid #00975f;
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.banner__columns-col h4 {
  font-size: 20px;
  color: #00975f;
  margin-bottom: 20px;
}

.banner__columns-col p {
  margin-bottom: 20px;
}

.banner__columns-col-img {
  height: 100px;
  align-content: center;
  margin-bottom: 20px;
}

.banner-columns-swiper__controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 8px;
  padding-top: 20px;
}

.section__banner__columns.bannerColumnsSwiper.is-swiper-active {
  overflow: hidden;
  width: 100%;
}

.section__banner__columns.bannerColumnsSwiper.is-swiper-active .banner-columns-swiper__controls {
  display: flex;
}

.section__banner__columns.bannerColumnsSwiper.is-swiper-active .banner__columns-col:not(:last-of-type) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section__banner__columns.bannerColumnsSwiper.is-swiper-active .banner__columns-col.swiper-slide {
  width: 100%;
  margin: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.banner-columns-swiper__controls .swiper-pagination {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: none !important;
}

.banner-columns-swiper__controls .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: #00975f;
  opacity: 1;
}

.banner-columns-swiper__controls .swiper-pagination-bullet-active {
  background: #c6d400;
}

.banner-columns-swiper__prev.swiper-button-prev,
.banner-columns-swiper__next.swiper-button-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.banner-columns-swiper__prev.swiper-button-prev:after,
.banner-columns-swiper__next.swiper-button-next:after {
  font-size: 26px;
  font-weight: 300;
  color: #7fd4a8;
}

.banner-columns-swiper__prev.swiper-button-disabled,
.banner-columns-swiper__next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.green-baner {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .green-baner {
    margin-bottom: 120px;
  }  
}

.green-baner__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top:40px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
 .green-baner__title {
    margin-top: 0;
  }
}

.green-baner__content {
  background: radial-gradient(circle at 60% 50%, #1dbf83, #00975f);
  box-shadow: inset 0 0 40px #018755;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .green-baner__content {
    flex-direction: row;
  }
}

.green-baner__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
}

@media only screen and (min-width: 1200px) {
  .green-baner__icons {
    max-width: 550px;
    flex-wrap: nowrap;
  }
}

.green-baner__icons-item {
  display: flex;
  flex-direction: column;
  flex-basis: 180px;
}

@media only screen and (min-width: 1200px) {
  .green-baner__icons-item {
    flex-basis: 30%;
  }
}

.green-baner__icons-item--ico {
  height: 88px;
  align-content: center;
}

.green-baner__icons-item img {
  align-self: center;
}

.green-baner__icons-item p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.green-baner__col--img {
  align-self: center;
}

@media only screen and (min-width: 1200px) {
  .green-baner__col--img {
    align-self: flex-end;
  }
}

.green-baner__col--img img {
  display: block;
}

.section_faq {
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .section_faq {
    margin-bottom: 100px;
  }  
}

.disclaimer {
  max-width:1280px;
  margin: 0 auto;
  font-size: 14px;
  padding-inline: 30px;
}

.footer {
  border-top: 1px solid #00975f;
  margin: 60px auto 0;
  padding: 50px 30px;
  max-width: 1920px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 767px) {
  .footer__content {
    flex-direction: row;
  }
}

.footer__logo {
 text-align: center;
}

.footer__note {
  flex-basis: 60%;
}

.ta-center {
  text-align: center;
}

.hash {
  position: absolute;
  left: 40px;
  top: 20px;
  max-width: 150px;
}

.hash img {
  width:100%
}

@media only screen and (min-width: 767px) {
  .hash {
    max-width: 256px;
  }
}

.profits__title-mobile {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "bnpp_sans_cond_bold", "sans-serif";
}

@media only screen and (min-width: 768px) {
  .profits__title-mobile {
    display: none;
  }
}

.profits__item-mobile {
  font-size: 18px;
  margin-bottom: 20px;
}


