.rx-product-top{
    display: flex;
    gap: 37px;
    justify-content: space-between;
}
.rx-product-top__left{
    max-width: 620px;
    width: 100%;
}
.rx-product-top__right{
    max-width: 530px;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 100px;
}
.rx-detail__title{
    margin-bottom: 16px;
    display: block;
    font-weight: 700;
}
.rx-detail__wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 23px 8px;
}
.rx-detail__value{
    border: 1px solid #D9D9D9;
    padding: 16px 12px;
    border-radius: 12px;
    display: flex;
    height: fit-content;
    gap: 8px;
}
.rx-detail__value span{
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
}
.rx-detail__value svg{
    min-width: 15px;
}
.rx-description__title{
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #B2B2B2;
    margin-bottom: 45px;
}
.rx-description{
    margin-top: 45px;
    margin-bottom: 45px;
}
.rx-product-top .carousel .carousel-control-next,.rx-product-top .carousel .carousel-control-prev{
display: none;
}
.rx-product-top .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z' fill='black'/%3E%3C/svg%3E%0A");
}
.rx-product-top .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C6.90237 12.3166 6.90237 11.6834 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z' fill='black'/%3E%3C/svg%3E%0A");
}
.page-product .product__name{
    margin-bottom: 16px;
    font-weight: 800;
}
.product__description-short h5{
    margin-bottom: 16px;
}
.product__description .container{
  padding-inline: 0px;
}
.rx-qyt{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
    margin-top: 0px;
}
.rx-qyt .quantity-button input{
    font-size: 17px;
}
.rx-qyt .product__tax-info{
    display: none !important;
}
.rx-qyt .input-group{
    max-width: 160px;
    width: 100%;
}
.rx-qyt .prices__wrapper{
    align-items: flex-end;
    gap: 4px !important;
}
.page-product .rx-qyt .product__discount {
    font-size: 14px;
}
.page-product .rx-qyt .product__current-price{
    font-size: 30px;
    font-weight: 700;
}
.page-product .product__description-short{
    margin-bottom: 12px;
}
.rx-badges-wrapper{
    position: relative;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.rx-badges-wrapper
.rx-badges-wrapper .product-flags{
    padding: 0px;
    gap: 6px;
    position: relative;
    align-items: center;
}
.rx-badges-wrapper .rx-productbadges{
    width: fit-content !important;
    height: fit-content !important;
    padding: 8px 16px !important;
    min-height: 32px;
}

.rx-badges-wrapper .badge{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    height: 32px;
}
.rx-badges-wrapper .product-flags{
    position: relative;
    top: unset;
    left: unset;
    padding: unset;
}
.page-product .product__add-to-cart{
    margin-bottom: 18px;
}
.rx-product-cta{
    display: flex;
    align-items: center;
    gap: 18px;
}
.rx-product-cta p{
    margin-bottom: 0px;
    font-weight: 600;
}
.rx-product-cta a{
    font-weight: 700;
}
.rx-product-cta img{
    max-width: 55px;
}
.rx-mobile-header{
    display: none;
}
@media screen and (max-width: 1199.99px){
    .rx-product-top{    
        gap: 24px;
    }
}
@media screen and (max-width: 991.99px){
    .rx-product-top{
        flex-direction: column;
    }
    .rx-product-top__left{
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .rx-product-top__right{
        max-width: 100%;
        position: relative;
        top: unset;
    }
    .rx-product-top .product__images{
        max-width: 80%;
        width: 100%;
    }
    .rx-products-features{
        max-width: 20%;
        width: 100%;
    }
    .rx-detail__wrapper{
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .rx-detail__value{
        padding: 6px;
    }
    .rx-detail__value span{
        font-size: 13px;
    }
}
@media screen and (max-width: 767.99px){
    .rx-mobile-header{
        display: block;
    }
    .rx-product-top__left{
        flex-direction: column;
    }
    .rx-product-top .product__images{
        max-width: 100%;
    }
    .rx-products-features{
        max-width: 100%;
    }
    .rx-detail__value{
        border: none;
    }
    .rx-product-top__left{
        gap: 12px;
    }
    .rx-detail__value span{
        font-size: 14px;
    }
    .rx-product-top__right .rx-badges-wrapper{
        display: none;
    }
    .rx-product-top__right .product__name{
        display: none;
    }
    .page-product .product__name{
        margin-bottom: 6px;
        font-size: 28px;
    }
    .product__description-short--desktop h5{
        display: none;
    }
    .product__description-short--mobile p{
        display: none;
    }
    .product__description-short--mobile h5{
        margin-bottom: 0px;
    }   
    .rx-product__features{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 575.99px){
    .rx-badges-wrapper .rx-productbadges p{
        font-size: 12px !important;
    }
    .rx-badges-wrapper .badge{
        font-size: 12px;
    }
    .rx-badges-wrapper .rx-productbadges{
        min-height: 28px;
    }
    .rx-badges-wrapper .badge{
        height: 26px;
    }
}
/* .rx-product-accesories .product-miniature .card{
    padding: 0px;
} */
.rx-product-accesories-wrapper .h2.section-title{
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}
.rx-product-accesories-wrapper .swiper-slide{
    height: auto;
}
@media screen and (max-width: 1199.99px){
    .rx-product-accesories-wrapper{
        margin-right: -24px;
    }
}
@media (max-width: 767.98px) {
    .rx-product-accesories-wrapper{
        margin-right: -16px;
    }
}
.product-accessories .product-miniature{
  margin-left: unset;
}





/* opis produktu */
.vertical-mobile-margin {
    margin-bottom: 120px;
}
@media screen and (max-width: 1199.99px){
.vertical-mobile-margin {
    margin-bottom: 100px;
}
}
@media (max-width: 767.98px) {
.vertical-mobile-margin {
    margin-bottom: 80px;
}
}
.button--black-white{
  padding: 16px 40px;
  background-color: #000;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 16px;
  line-height: 22.13px;
  text-align: center;
  text-transform: uppercase;
}
.button--black-white:hover{
  cursor: pointer;
}
.section_10 {
  margin-bottom: 7.5rem;
  word-wrap: break-word;
}

.section_10__heading {
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  color: #0C0C0C;
}

.section_10__text-field {
  margin-bottom: 2.5rem;
}

.section_10__text-field h3 {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.section_10__text-field ul {
  list-style: inherit;
  padding-left: 25px;
}

.section_10__text-field p, .section_10__text-field li {
  color: #0C0C0C;
}

.section_10__text-field p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

.section_10__text-field li {
  font-size: 1rem;
  line-height: 1.8125rem;
}

.section_10__text-field strong {
  font-weight: 600;
}

.section_10__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9375rem;
}

.section_10__button {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #0C0C0C;
  gap: 3.8125rem;
  border-radius: 0 1rem 0 0;
  border: 1px solid #CECECE;
  padding: 1.5rem 1.75rem;
  outline: 1px solid transparent;
  transition: border-color 0.3s, outline 0.3s;
}

.section_10__button:hover {
  color: inherit;
  border-color: #FFCE04;
  outline: 1px solid #FFCE04;
}

.section_10__button:focus {
  color: #0C0C0C;
  text-decoration: none;
  outline: 1px solid transparent;
}

.section_10__col--2 img {
  width: 100%;
  height: auto;
  max-width: 37.625rem;
}

@media (max-width: 991px) {
  .section_10 {
    margin-bottom: 4.375rem;
  }
  .section_10__heading {
    font-size: 2.25rem;
    line-height: 2.6875rem;
    margin-bottom: 1.875rem;
  }
  .section_10__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .section_10__text-field {
    margin-bottom: 1rem;
  }
  .section_10__text-field h3 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_10__text-field p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 1rem;
  }
  .section_10__text-field li {
    font-size: 14px;
    line-height: 1.7em;
  }
  .section_10__button-wrapper {
    display: flex;
    justify-content: center;
  }
  .section_10__col--2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section_10__button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .section_10__text-field img {
    max-width: 100%;
  }
  .section_10__text-field h3 {
    font-size: 1.55rem;
    line-height: 2.25rem;
  }
  .section_10__heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_10__button {
    padding: 1rem 1.2rem;
    gap: 1.8rem;
  }
}
.section_10__contact {
  padding: 17px 8px;
  background-color: #F3F3F3;
  text-align: center;
  margin-top: 30px;
}

.section_10__contact span {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  line-height: 2.25rem;
}

.section_10__contact p {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 2.025rem;
}
.section_10__step {
  position: relative;
  position: relative;
  display: flex;
  gap: 50px;
}

.section_10__step:last-child .section_10__step-content::before {
  display: none;
}

.section_10__brown-color {
  color: #9B6027;
  font-style: normal;
}

.section_10__step-content {
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 576px) {
  .section_10__step-content {
    padding-top: 10px;
  }
}
.section_10__step-content::after, .section_10__step-content::before {
  content: "";
  position: absolute;
  background-color: #9B6027;
}

.section_10__step-content--mw-400 {
  max-width: 416px;
}

@media screen and (max-width: 992px) {
  .section_10__step-content--mw-400 {
    max-width: 100%;
  }
}
.rx-description .section_10__step-content--yellow::after, .rx-description .section_10__step-content--yellow::before {
  background-color: #FFCD00 !important;
}

.rx-description .section_10__step-content--blue::after, .rx-description .section_10__step-content--blue::before {
  background-color: #00ABF1 !important;
}
.section_10__step-content::after {
  width: 22px;
  height: 22px;
  top: 24px;
  left: -30px;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .section_10__step-content::after {
    top: 14px;
  }
}
.section_10__step-content::before {
  height: 100%;
  width: 2px;
  left: -20px;
  top: 44px;
}

@media screen and (max-width: 576px) {
  .section_10__step-content::before {
    top: 30px;
  }
}
.section_10__step-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  color: #0C0C0C;
  text-transform: uppercase;
}

.section_10__step-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  color: #0C0C0C;
}

.section_10__dosage {
  margin-top: 30px;
}

.section_10__dosage h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .section_10__dosage h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.section_10__dosage img {
  max-width: 100%;
}

.section_10__step-icon {
  max-width: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 65px;
}

@media screen and (max-width: 576px) {
  .section_10__step-icon {
    max-width: 45px;
    min-width: 45px;
  }
}
.section_10__step-icon img {
  max-width: 100%;
}
.section_10__step-icon {
    max-width: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 65px;
}
body .section_10--blue .section_10__step-icon {
    padding-top: 13px;
}
.section_10--blue .section_10__number {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 700;
    color: #00ABF1;
}
.section_10--blue .section_10__step-content--yellow::after, .section_10__step-content--yellow::before {
    background-color: #00ABF1 !important;
}
.section_10--blue .section_10__step-content--yellow::after, .section_10__step-content--yellow::before {
    background-color: #00ABF1 !important;
}
.section_hiden_span{
    display: none;
}
.section_nutrix_aqua_1 {
  margin-bottom: 50px;
}

.section_nutrix_aqua_1__top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 70px;
}

.section_nutrix_aqua_1__top {
  max-width: 1005px;
  margin: 0 auto 53px;
}

.section_nutrix_aqua_1__top h2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 1.2em;
  color: #0C0C0C;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.section_nutrix_aqua_1__top p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #0C0C0C;
  text-align: center;
}

.section_nutrix_aqua_1__middle {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.section_nutrix_aqua_1__middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 46px 125px 35px 116px;
  margin-bottom: 30px;
}

.section_nutrix_aqua_1__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}

.section_nutrix_aqua_1__block {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 53px 45px;
}

.section_nutrix_aqua_1__block--small {
  padding: 23px 19px 23px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 362px;
}

.section_nutrix_aqua_1__block h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 1.6em;
}

.section_nutrix_aqua_1__block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #0C0C0C;
}

.section_nutrix_aqua_1__center-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.section_nutrix_aqua_1__middle-content--mobile {
  display: none;
}

.section_nutrix_aqua_1__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px;
  margin: 0 auto 100px;
}

.section_nutrix_aqua_1__bottom h3 {
  margin: 0;
  margin-bottom: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
  font-size: 15px;
  line-height: 1.6em;
  color: #1D1D1B;
}

.section_nutrix_aqua_1__bottom p {
  margin-bottom: 0;
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 1.8em;
  color: #1D1D1B;
}

.section_nutrix_aqua_1__bottom-right-block {
  background-color: #DCF0FB;
  padding: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}

.section_nutrix_aqua_1__middle-mobile-image {
  display: none;
  margin: 0 auto;
}

.section_nutrix_aqua_1__new-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 809px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_nutrix_aqua_1__new-block p {
  font-size: 24px;
  line-height: 1.3em;
  color: #0C0C0C;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-family: "Syncopate", sans-serif;
}

.section_nutrix_aqua_1__new-block img {
  min-width: 107px;
}

@media (max-width: 1199.98px) {
  .section_nutrix_aqua_1__middle-content {
    padding: 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .section_nutrix_aqua_1__middle {
    display: none;
  }
  .section_nutrix_aqua_1__middle-mobile-image {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
  }
  .section_nutrix_aqua_1__middle-content--desktop {
    display: none;
  }
  .section_nutrix_aqua_1__middle-content--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  .section_nutrix_aqua_1__center-left,
  .section_nutrix_aqua_1__center-right {
    margin: 0 auto;
  }
  .section_nutrix_aqua_1__middle {
    position: relative;
    margin-bottom: 30px;
  }
  .section_nutrix_aqua_1__middle::before {
    content: "";
    display: block;
    padding-bottom: 46%;
  }
  .section_nutrix_aqua_1__block {
    border: 1px solid #D9D9D9;
  }
  .section_nutrix_aqua_1__block {
    max-width: 362px;
  }
  .section_nutrix_aqua_1__sticker {
    width: 100px;
    height: auto;
  }
  .section_nutrix_aqua_1__bottom {
    grid-template-columns: 1fr;
  }
  .section_nutrix_aqua_1__new-block img {
    min-width: 70px;
  }
  .section_nutrix_aqua_1__new-block p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .section_nutrix_aqua_1__top h2 {
    font-size: 30px;
    overflow-wrap: break-word;
  }
  .section_nutrix_aqua_1__block {
    max-width: 100%;
    height: auto;
  }
  .section_nutrix_aqua_1__block--small img {
    width: 40px;
    height: auto;
  }
  .section_nutrix_aqua_1__bottom {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .section_nutrix_aqua_1__top_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_nutrix_aqua_1__top_content img {
    max-width: 100%;
    height: auto;
  }
  .section_nutrix_aqua_1__sticker {
    width: 50px;
  }
  .section_nutrix_aqua_1__bottom-right-block {
    padding: 15px;
    gap: 15px;
  }
  .section_nutrix_aqua_1__bottom-left {
    gap: 15px;
  }
  .section_nutrix_aqua_1__ph {
    max-width: 100%;
    height: auto;
  }
  .section_nutrix_aqua_1__new-block {
    gap: 16px;
  }
  .section_nutrix_aqua_1__new-block img {
    min-width: 70px;
  }
  .section_nutrix_aqua_1__new-block p {
    font-size: 15px;
  }
}
.section_nutrix_aqua_1__center-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}
.product__description h2{
  font-family: var(--font-secondary);
}
.rx-product-top__right .rx-fakecombinations .rx-fakecombinations__title{
  font-weight: 600;
}
/* opis produktu */



/* Opis produktu elix */
.elix-h3{
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}
.elix-section-1{
  margin-bottom: 85px;
}
.elix-section-1 img{
  max-width: 100%;
}
.elix-section-1__heading{
  margin-bottom: 30px;
  max-width: 800px;
  margin-inline: auto;
}
.elix-section-1__description{
  margin-bottom: 30px;
  text-align: center;
  max-width: 845px;
  margin-inline: auto;
}
.elix-section-1__desktop-img{
  display: flex;
  margin-bottom: 24px;
}
.elix-section-1__mobile-img{
  display: none;
  margin-bottom: 24px;
  margin-inline: auto;
}
.elix-section-1__bottom{
  background-color: #D9D9C8;
  border-radius: 20px;
  padding: 25px 50px;
  gap: 36px;
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  margin-inline: auto;
}
.elix-section-1__bottom-col{
  display: flex;
  gap: 36px;
}
.elix-section-1__bottom-col p{
  max-width: 400px;
  width: 100%;
  margin-bottom: 0px;
}
.elix-section-1__bottom-col ul{
  padding-left: 20px;
  list-style: disc;
}
.elix-section-1__bottom-col ul li{
  font-style: italic;
}
@media screen and (max-width: 1400px){
  .elix-section-1{
    margin-top: 0px;
  }
}
@media screen and (max-width: 992px){
  .elix-section-1__desktop-img{
    display: none;
  }
  .elix-section-1__mobile-img{
    display: flex;
  }
  .elix-h3{
    font-size: 32px;
  }
  .elix-section-1{
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px){
  .elix-section-1__bottom-col{
    flex-direction: column;
    gap: 10px;
  }
  .elix-h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 576px){
  .elix-section-1__bottom{
    padding: 25px 20px;
    gap: 20px;
  }
  .elix-section-1__bottom img{
    max-width: 60px;
  }
  .elix-h3{
   font-size: 20px;
  }
}

.elix-section-2{
  margin-bottom: 160px;
}
.elix-section-2__heading{
  margin-bottom: 60px;
}
.elix-section-2__grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.elix-section-2__grid-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
.elix-section-2__grid-item p{
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}
@media screen and (max-width: 1200px){
  .elix-section-2 {
      margin-bottom: 100px;
  }
}
@media screen and (max-width: 992px){
  .elix-section-2__grid{
    grid-template-columns: repeat(2,1fr);
  }
  .elix-section-2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px){
  .elix-section-2__grid{
    grid-template-columns: repeat(1,1fr);
  }
  .elix-section-2__grid-item{
    flex-direction: row;
    align-items: flex-start; 
  }
  .elix-section-2__grid-item p{
    text-align: left;    
  }
  .elix-section-2__heading{
    margin-bottom: 20px;
  }
  .elix-section-2__grid-item img{
    max-width: 32px;
  }
  .elix-section-2 {
    margin-bottom: 60px;
  }
}
.elix-section-3{
  margin-bottom: 130px;
}
.elix-section-3__logo{
  margin-inline: auto;
  display: block;
  margin-bottom: 30px;
}
.elix-section-3__desktop{
  display: flex;
  margin-bottom: 16px;
  margin-inline:auto;
  max-width: 100%;
}
.elix-section-3__mobile{
  display: none;
  margin-bottom: 16px;
  margin-inline:auto;
  max-width: 100%;
}
.elix-section-3__grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  max-width: 1124px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.elix-section-3__grid-item{
  padding: 24px;
  border-radius: 20px;
}
.elix-section-3__grid-item h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
  margin-bottom: 20px;
  font-family: var(--secondary-font);
}
.elix-section-3__grid-item ul{
  padding-left: 20px;
  list-style: disc;
}
.elix-section-3__grid-item ul li{
  font-size: 14px;
}
.elix-section-3__grid-item--1{
  background-color: #EC681F33;
}
.elix-section-3__grid-item--1 h3{
  color: #EC681F;
}
.elix-section-3__grid-item--2{
  background-color: #694F2733;
}
.elix-section-3__grid-item--2 h3{
  color: #694F27;
}
.elix-section-3__grid-item--3{
  background-color: #D9D9C833;
}
.elix-section-3__grid-item--3 h3{
  color: #42673A;
}
.elix-section-3__heading{
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.elix-section-3__caption,.elix-section-4__caption{
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px){
  .elix-section-3{
    margin-bottom: 100px;
  } 
}
@media screen and (max-width: 992px){
  .elix-section-3__desktop{
    display: none;
  }
  .elix-section-3__mobile{
    display: flex;
  }
  .elix-section-3{
    margin-bottom: 80px;
  }
  .elix-section-3__caption{
    font-size: 18px;
  }
}
@media screen and (max-width: 768px){
  .elix-section-3__grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .elix-section-3{
    margin-bottom: 60px;
  }
}
.elix-section-4{
  margin-bottom: 160px;
}
.elix-section-4__heading{
  margin-bottom: 40px;
  max-width: 700px;
  margin-inline: auto;
}
.elix-section-4__desc{
  max-width: 800px;
  margin-inline:auto;
  margin-bottom: 80px;
  line-height: 180%;
  text-align: center;
}
.elix-section-4__row{
  display: flex;
  gap: 21px;
  margin-bottom: 90px;
}
.elix-section-4__col--2{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.elix-section-4__tiles{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.elix-section-4__tile{
  max-width: calc(50% - 10px);
  width: 100%;
}
.elix-section-4__tile img{
  width: 100%;  
}
.elix-section-4__col{
  max-width: 50%;
  width: 100%;
}
.elix-section-4__col--1 p{
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 24px;
}
.elix-section-4__col--1 p:last-of-type{
  margin-bottom: 0px;
}
.elix-section-4__col--1 h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.elix-section-4__caption{
  max-width: 950px;
}
@media screen and (max-width: 1200px){
  .elix-section-4{
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 992px){
  .elix-section-4{
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px){
  .elix-section-4{
    margin-bottom: 60px;
  }
  .elix-section-4__row{
    margin-bottom: 60px;
    flex-direction: column;
  }
  .elix-section-4__col{
    max-width: 100%;
    width: 100%;
  }
  .elix-section-4__caption{
    font-size: 18px;
  }
}
@media screen and (max-width: 576px){
  .elix-section-4__tiles{
    flex-direction: column;
  }
  .elix-section-4__tile{
    max-width: 100%;
  }
  .elix-section-4__col--2{
    gap: 12px;
  }
  .elix-section-4__tiles{
    gap: 12px;
  }
  .elix-section-4__col--1 h4{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .elix-section-4__col--1 p{
    margin-bottom: 16px;
  }
}
.bx_products__list--2{
  grid-template-columns: repeat(4,1fr);
}
.bx_products__list--2 .bx_products__list-background{
  min-height: 250px;
  object-fit: cover;
}
.bx_products__list--2 .bx_products__list-miniature{
  max-width: 200px;
}
.bx_products__list--2 .bx_products__item-content{
  padding: 55px 20px 0px 20px;
}
.bx_products__list--2 .bx_products__list-logo{
  max-width: 150px;
}
.bx_products__list--2 .bx_products__list-title--shrot{
    min-height: 64px;
}
@media screen and (max-width: 992px) {
  .bx_products__list--2 {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
  }
  .bx_products__list--2 .bx_products__list-miniature{
    max-width: 250px;
  }
  .bx_products__list--2 .bx_products__list-background {
    min-height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .bx_products__list--2 {
      grid-template-columns: repeat(1, 1fr);
      gap: 24px;
  }
  .bx_products__list-item {
      max-width: 100%;
      margin: 0px auto;
      width: 100%;
  }
  .bx_products__list--2 .bx_products__list-miniature {
    max-width: 60%;
  }
  .bx_products__list-miniature{
    max-width: 60%;
  }
  .bx_products__list--2 .bx_products__list-background{
    min-height: unset;
  }
}
@media screen and (max-width: 576px) {
  .bx_products__list--2 .bx_products__list-miniature {
      max-width: 75%;
  }
}
.power-lift-3__item--white .h3-lift{
  color: #fff;
}
.power-lift-3__item--white .power-lift-3__item-content p{
  color: #fff;
}
.power-lift-3__item--6 .power-lift-3__item-content{
  margin-inline:auto;
}

.power-lift-3__item--6 {
  background-color: #000501;
}
.power-lift-3__item--7{
  background-color: #012432;
}
.power-lift-3__item--8{
  background-color: #003F63;
}

/* end nutrix update */
/* END Opis produktu elix */

/* Opis produktu Rhizo*/
.section-12 {
  padding-top: 30px;
}
.section-12__heading {
  text-align: center;
  margin-bottom: 35px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.section-12__heading h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 12px;
}
.section-12__heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #000;
}
.section-12__miniature {
  max-width: 100%;
}
.section-12__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 42px;
}
.section-12__item {
  display: flex;
  flex-direction: column;
}
.section-12__item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 20px;
}
.section-12__logo {
  padding-left: 20px;
  max-width: 145px;
  width: 100%;
  margin-bottom: 6px;
}
.section-12__item-content {
  background-color: #F3F3F3;
  padding: 20px 24px;
  border-radius: 23px;
}
.section-12__item-content span {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-12__item-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #707070;
}
.section-12__item-content p u {
  font-weight: 600;
}
.section-12__buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.section-12__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
}
.section-12__top img {
  max-width: 100%;
}
.section-12__top-images {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 1400px) {
  .section-12__top {
    margin-bottom: 140px;
  }
  .section-12__heading h3 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media screen and (max-width: 1200px) {
  .section-12__top {
    margin-bottom: 100px;
  }
  .section-12__heading h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .section-12 {
    padding-top: 0px;
  }
  .section-12__top {
    margin-bottom: 80px;
  }
  .section-12__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-12__heading h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section-12__top {
    margin-bottom: 60px;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .section-12__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-12__buttons {
    flex-direction: column;
  }
  .section-12__buttons .button {
    width: 100%;
  }
  .section-12__heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 380px) {
  .section-12__top-images {
    flex-direction: column;
  }
}

.section-13{
  margin-bottom: 100px;
}
.section-13__wrapper {
  max-width: 1145px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.section-13__desktop-img {
  display: block;
}
.section-13__mobile-img {
  display: none;
}
.section-13__heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-13__heading h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-13__heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}
.section-13__top {
  min-height: 530px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.section-13__top img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-13__top-items {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-13__fixed-item {
  position: absolute;
  display: flex;
  align-items: flex-start;
  max-width: 277px;
  gap: 8px;
  padding: 10px 10px 20px 10px;
  border-radius: 9px;
  background-color: #FFFFFF;
}
.section-13__fixed-item--pink {
  background-color: #FFE8F6;
}
.section-13__fixed-item span {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #F22AA8;
}
.section-13__fixed-item--1 {
  bottom: 50px;
  right: 50px;
}
.section-13__fixed-item--2 {
  top: -14px;
  left: 120px;
}
.section-13__fixed-item--2 .section-13__item-p {
  margin-bottom: 0px;
}
.section-13__fixed-item--3 {
  top: -14px;
  right: 90px;
  min-height: 65px;
}
.section-13__fixed-item--3 .section-13__item-p {
  margin-bottom: 0px;
}
.section-13__fixed-item--4 {
  bottom: 50px;
  left: 120px;
}
.section-13__item-p {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 10px;
  color: #0C0C0C;
}
.section-13__extra-info {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  padding-top: 6px;
  border-top: solid 1px #FA97D5;
  margin-bottom: 0px;
}
.section-13__bottom {
  display: flex;
  gap: 45px;
  max-width: 995px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-13__bottom::after {
  content: "";
  position: absolute;
  top: -200px;
  left: 15px;
  width: calc(100% - 35px);
  height: 465px;
  background-color: #F3F3F3;
  border-radius: 33px;
}
.section-13__bottom-left {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.section-13__bottom-left img {
  max-width: 126px;
}
.section-13__bottom-left span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  color: #F22AA8;
}
.section-13__bottom-left h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-transform: uppercase;
  margin-top: 12px;
}
.section-13__bottom-left-content {
  max-width: 316px;
}
.section-13__bottom-right {
  padding: 22px;
  background-color: #000;
  position: relative;
  max-width: 480px;
  width: 100%;
  z-index: 2;
  border-radius: 22px;
}
.section-13__bottom-right span {
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  color: #F22AA8;
}
.section-13__bottom-right p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: #fff;
}
/* lift section 14 */
.section-13__bottom-lift{
  background-color: #0C0C0C;
  border-radius: 13px;
  display: flex;
  gap: 40px;
  align-items: center;
  padding-left: 32px;
  padding-right: 40px;
  margin-top: 50px;
  justify-content: space-between;
} 
.section-13__lift-top{
  display: flex;
  gap: 27px;
}
.section-13__lift-top img{
  max-width: 100%;
}
.section-13__lift-top span{
  color: #F22AA8;
  font-size: 20.88px;
  font-weight: 700;
  line-height: 27.15px;
  display: block;
  margin-bottom: 8px;
}
.section-13__bottom-lift-right{
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-13__lift-top h3{
  font-size: 23.86px;
  font-weight: 700;
  line-height: 31.02px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.section-13__bottom-lift-right p{
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  color: #fff;
  margin-bottom: 0px;
}
.section-13__bottom-lift-right p strong{
  font-weight: 700;
}
.section-13__bottom-lift-left{
  position: relative;
  margin-top: -20px;
  margin-bottom: -60px;
  max-width: 100%;
}
@media screen and (max-width: 992px){
  .section-13__lift-top{
    margin-bottom: 0px;
  }
  .section-13__bottom-lift-right{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .section-13{
    margin-bottom: 100px !important;
  }
  .section-13__bottom-lift{
    flex-direction: column;
  }
}
@media screen and (max-width: 576px){
  .section-13__bottom-lift-right p{
    font-size: 14px;
    line-height: 24px;
  }
  .section-13__lift-top span{
    font-size: 16px;
    line-height: 22px;
  }
  .section-13__lift-top{
    flex-direction: column;
    gap: 20px;
  }
  .section-13__lift-top h3{
    font-size: 18px;
    line-height: 26px;
  }
  .section-13__lift-top img{
    max-width: 112px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-13__bottom-lift{
    padding-left: 20px;
    padding-right: 20px;
  }
  .highest_standard .container .wrapper h2{
    font-size: 24px;
    line-height: 34px;
  }
}
/* end lift section 14 */
@media screen and (max-width: 1115px) {
  .section-13__fixed-item--1 {
    bottom: 50px;
    right: 20px;
  }
  .section-13__fixed-item--2 {
    top: -10px;
    left: 20px;
  }
  .section-13__fixed-item--3 {
    top: -15px;
    right: 20px;
  }
  .section-13__fixed-item--4 {
    bottom: 50px;
    left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .section-13__top {
    min-height: unset;
  }
}
@media screen and (max-width: 992px) {
  .section-13__bottom-left-content {
    max-width: 100%;
  }
  .section-13__bottom-right {
    max-width: 100%;
  }
  .section-13__bottom {
    flex-direction: column;
  }
  .section-13__bottom::after {
    left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-13__heading {
    margin-bottom: 30px;
  }
  .section-13__heading h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .section-13__bottom-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
  }
  .section-13__bottom {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section-13__bottom::after {
    top: 0px;
    border-radius: 0px;
    height: 100%;
    left: -15px !important;
    width: calc(100% + 30px) !important;
  }
  .section-13__desktop-img {
    display: none;
  }
  .section-13__mobile-img {
    display: block;
  }
  .section-13__fixed-item--1 {
    position: relative;
    bottom: unset;
    right: unset;
  }
  .section-13__fixed-item--2 {
    position: relative;
    top: unset;
    left: unset;
  }
  .section-13__fixed-item--3 {
    position: relative;
    top: unset;
    right: unset;
    min-height: unset;
  }
  .section-13__fixed-item--4 {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .section-13__items {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }
  .section-13__fixed-item {
    max-width: 100%;
  }
  .section-13__fixed-item--1 {
    border: solid 1px #ECECED;
  }
  .section-13__fixed-item--4 {
    border: solid 1px #ECECED;
  }
  .section-13__bottom {
    margin-top: 30px;
  }
}
.section_10__step {
  position: relative;
  position: relative;
  display: flex;
  gap: 50px;
}

.section_10__step:last-child .section_10__step-content::before {
  display: none;
}

.section_10__brown-color {
  color: #9B6027;
  font-style: normal;
}

.section_10__step-content {
  position: relative;
  padding-top: 20px;
}

@media screen and (max-width: 576px) {
  .section_10__step-content {
    padding-top: 10px;
  }
}
.section_10__step-content::after, .section_10__step-content::before {
  content: "";
  position: absolute;
  background-color: #9B6027;
}

.section_10__step-content--mw-400 {
  max-width: 416px;
}

@media screen and (max-width: 992px) {
  .section_10__step-content--mw-400 {
    max-width: 100%;
  }
}
.section_10__step-content--yellow::after, .section_10__step-content--yellow::before {
  background-color: #FFCD00;
}

.section_10__step-content::after {
  width: 22px;
  height: 22px;
  top: 24px;
  left: -30px;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .section_10__step-content::after {
    top: 14px;
  }
}
.section_10__step-content::before {
  height: 100%;
  width: 2px;
  left: -20px;
  top: 44px;
}

@media screen and (max-width: 576px) {
  .section_10__step-content::before {
    top: 30px;
  }
}
.section_10__step-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  color: #0C0C0C;
  text-transform: uppercase;
}

.section_10__step-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 20.8px;
  color: #0C0C0C;
}

.section_10__dosage {
  margin-top: 30px;
}

.section_10__dosage h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .section_10__dosage h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.section_10__dosage img {
  max-width: 100%;
}

.section_10__step-icon {
  max-width: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 65px;
}

@media screen and (max-width: 576px) {
  .section_10__step-icon {
    max-width: 45px;
    min-width: 45px;
  }
}
.section_10__step-icon img {
  max-width: 100%;
}
.using-rhizo {
  position: relative;
}
.using-rhizo .section_10__step-content::after,
.using-rhizo .section_10__step-content::before {
  background-color: #F22AA8;
}
.using-rhizo .section_10__step-content::before {
  top: 40px;
}
.using-rhizo .section_10__step-content--smaller-dot::after {
  width: 17px;
  height: 17px;
  left: -28px;
}
.using-rhizo h2, .using-rhizo h3 {
  text-transform: uppercase;
}
.using-rhizo h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 1.9375rem;
}
.using-rhizo h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 0.5625rem;
}
.using-rhizo__image {
  width: 100%;
  max-width: 1103px;
  height: auto;
}
.using-rhizo__dosage-image {
  max-width: 100%;
  height: auto;
}
.using-rhizo h3.using-rhizo__col-heading {
  margin-bottom: 1.375rem;
}
.using-rhizo__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
.using-rhizo__container {
  max-width: 1132px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.using-rhizo .section_10__steps {
  margin-bottom: 1.75rem;
}
.using-rhizo__grey-field {
  background-color: #F3F3F3;
  padding: 1.0625rem 0.75rem;
  max-width: 602px;
  margin: 0 auto;
  text-align: center;
}
.using-rhizo__grey-field h3, .using-rhizo__grey-field p {
  color: #0C0C0C;
  margin: 0;
}
.using-rhizo__grey-field h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
}
.using-rhizo__grey-field p {
  font-size: 1.125rem;
  line-height: 2rem;
}
.using-rhizo .custom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 1199px) {
  .using-rhizo h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 767px) {
  .using-rhizo {
    padding-bottom: 4.375rem;
  }
  .using-rhizo__cols {
    grid-template-columns: 1fr;
  }
}
/* END Opis produktu Rhizo*/

/* END Opis produktu power*/
.section_11{
  margin-bottom: 110px;
}
.section_11__logo{
  margin: 0px auto;
  margin-bottom: 50px;
  display: block;
  max-width: 100%;
}
.section_11 h3,.section_12 h3, .section_13 h3{
  margin-inline:auto;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  max-width: 1100px;
}
.section_11__description{
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.section_11__description span{
  color: #FF5C01;
}
.section_11__grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}
.section_11__item{
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #FFEEE3;
}
.section_11__item-wrapper{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.section_11__item--dark{
  background-color: #FFCFAF;
}
.section_11__item-content span{ 
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
  display: block;
}
.section_11__item-content p{ 
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0px;
  color: #000;
}
.section_11__item-mobile{
  display: none;
  flex-direction: column;
  margin-top: 8px;
} 
.section_11__item-mobile p{
  color: #000;
  margin-bottom: 0px;
}
.section_11__item-mobile-trigger{
  display: block;
  margin-inline: auto;
  margin-top: 20px;
  color: #FF5C01;
  font-weight: 600;
}
.section_11__item-mobile-description{
  transition: max-height .3s;
  overflow: hidden;
}
.section_11__item-mobile-trigger{
  cursor: pointer;
}

@media (max-width: 992px){
  .section_11__logo{
    margin-bottom: 20px;
    max-width: 80%;
  }
  .section_11__grid{
    grid-template-columns: repeat(1,1fr);
  }
 .section_11__item-content p{ 
    display: none;
  }
  .section_11__item-mobile{
    display: flex;
  } 
  .section_11{
    margin-bottom: 80px;
  }
  .section_11 h3,.section_12 h3{
    font-size: 24px;
  }
}
.section_12{
  margin-bottom: 70px;
}
.section_12 h3{
  margin-bottom: 50px;
}
.section_12 h3 span{
  color: #FF5C01;
}
.section_12__wrapper-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px 48px 60px;
  border-radius: 20px;
  background-image: url("/themes/bacterx/assets/uploads/rck/power/section_12_background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section_12__list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 390px;
}
.section_12__list-item{
  padding: 37px 24px;
  background-color: #FFEEE3;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.section_12__list-item p{
  color: #000;
}
.section_12__sticker{
  border-radius: 20px;
}
.section_12__wrapper-bottom{
  display: none;
}
.section_12__wrapper-bottom .section_12__list{
  max-width: 100%;
}
@media (max-width: 992px){
  .section_11 h3, .section_12 h3, .section_13 h3{
    font-size: 24px;
  }
  .section_12__wrapper-top .section_12__list{
    display: none;
  }
  .section_12__wrapper-bottom{
    display: block;
  }
  .section_12__wrapper-top{
    margin-bottom: 20px;
    padding: 60px 30px;
    background-image: url("/themes/bacterx/assets/uploads/rck/power//section_12_background_mobile.jpg");
  }
  .section_12__list-item{
    padding: 24px;
  }
}
@media (max-width: 576px){  
  .section_12__sticker{
      max-width: 120px;
  }
}
.section_5 .heading-2 {
  margin-bottom: 3.75rem;
  color: #0C0C0C;
  text-transform: uppercase;
}

.section_5__content-2 {
  padding: 75px 50px;
  background-color: #FFCD00;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .section_5__content-2 {
    padding: 37.5px 25px;
  }
}
.section_5__cs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 992px) {
  .section_5__cs-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
.section_5__caption {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.section_5__content {
  padding: 75px 50px;
  background-color: #FFCD00;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .section_5__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section_5__content {
    padding: 37.5px 25px;
  }
}
.section_5__left {
  max-width: 525px;
  width: 100%;
  flex-direction: column;
  display: flex;
  gap: 25px;
}

.section_5__left h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.275rem;
  margin-bottom: 20px;
}

.section_5__left img {
  margin-top: 5px;
}

@media screen and (max-width: 576px) {
  .section_5__left img {
    display: none;
  }
}
.section_5__left a {
  color: #0C0C0C;
  text-decoration: underline;
  display: flex;
  gap: 30px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.section_5__left a span {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .section_5__right {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section_5__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.section_5__right .button {
  color: #fff !important;
  padding: 24px 40px;
}

.section_5__right p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4625rem;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 1.375rem;
}
.section_5__content-2--black {
  background-color: #0C0C0C;
  padding: 40px 75px;
}
.section_5__content-2--black .section_5__cs-wrapper {
  justify-content: space-between;
}
.section_5__content-2--black .section_5__caption {
  line-height: 120%;
}
.section_5__content-2--black .button--gold-black {
  color: black !important;
}
.section_5__content-2--black .section_5__caption {
  color: #fff;
}
.section_5__content-2--black .section_5__left {
  gap: 0px;
  max-width: 575px;
}
.section_5__content-2--black .section_5__left a {
  margin-bottom: 25px;
}
.section_5__content-2--black .section_5__left a span {
  color: #fff;
  text-decoration: underline;
}
.section_5__content-2--black .section_5__left p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  color: #D9D9D9;
}
.section_5__content-2--black .section_5__left h3 {
  color: #FFCD00;
}
.section_5__content-2--black .section_5__right p {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  color: #D9D9D9;
}

@media screen and (max-width: 1200px) {
  .section_5__content-2--black .section_5__left {
    max-width: 525px;
  }
}
@media screen and (max-width: 768px) {
  .section_5__content-2--black {
    padding: 37.5px 25px;
  }
  .section_5__left a span {
    font-size: 20px;
  }
  .section_5__cs-wrapper {
    gap: 20px;
  }
  .section_5__content-2--black .section_5__left a {
    margin-bottom: 8px;
  }
  .section_5__content-2--black .section_5__right p br {
    display: none;
  }
  .section_5__content-2--black .section_5__right p {
    text-align: left;
  }
  .section_5__content-2--black .section_5__caption {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .section_5__content-2--black .button {
    width: 100%;
  }
}
.section_5__gery-p {
  color: #D9D9D9;
}
.section_5--black .section_5__left h3 {
  color: #F22AA8;
  margin-bottom: 4px;
}
.section_5--black .section_5__left a span {
  color: #fff;
  text-decoration: underline;
}
.section_5--black .section_5__right p {
  color: #D9D9D9;
  max-width: 265px;
}
.section_5--black .section_5__right .button:hover {
  color: #000 !important;
}

@media screen and (max-width: 992px) {
  .section_5__gery-p {
    color: #D9D9D9;
  }
  .section_5--black .section_5__right p {
    max-width: 50%;
  }
  .section_5--black .section_5__right p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section_5__gery-p {
    color: #D9D9D9;
  }
  .section_5--black .section_5__right p {
    max-width: 100%;
    text-align: left;
  }
}
.section_10__step-content--orange::after, .section_10__step-content--orange::before{
  background-color: #FF5C01;
}
.section_12__bottom-mobile-img{
  display: none;
}
.section_12__bottom-desktop-img{
  display: block;
}
.section_12__bottom-image{
  margin-top: 20px;
}
.section_12__bottom-image img{
  margin-inline: auto;
  max-width: 100%;
}
@media (max-width: 992px){
  .section_12__bottom-mobile-img{
    display: block;
  }
  .section_12__bottom-desktop-img{
    display: none;
  }
}
/* END Opis produktu power*/

/* Opis produktu max*/
.section_1_product .wrapper {
  position: relative;
  max-width: 1825.6px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 64px;
  margin-bottom: 60px;
}
.section_1_product .wrapper .title-wraper {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 600px) {
  .section_1_product .wrapper .title-wraper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section_1_product .wrapper .title-wraper img:nth-child(1) {
  max-width: 211px;
  width: 100%;
}
@media (max-width: 440px) {
  .section_1_product .wrapper .title-wraper img:nth-child(1) {
    max-width: 140px;
  }
}
.section_1_product .wrapper .title-wraper img:nth-child(2) {
  max-width: 126.31px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 440px) {
  .section_1_product .wrapper .title-wraper img:nth-child(2) {
    max-width: 80px;
  }
}
.section_1_product .wrapper .box {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  border-radius: 19px;
  position: relative;
  padding: 0 10px;
}
.section_1_product .wrapper .box-pink{
  background: #F22AA8;
}

@media (max-width: 480px) {
  .section_1_product .wrapper .box {
    padding-top: 40px;
  }
}
.section_1_product .wrapper .box .icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}
.section_1_product .wrapper .box .title {
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #0C0C0C;
  max-width: 680px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section_1_product .wrapper .box .title-white{
  color: #fff;
}
@media (max-width: 575px) {
  .section_1_product .wrapper .box .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section_1_product .wrapper .images {
  position: relative;
  width: 100%;
  bottom: unset;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.section_1_product-pink .wrapper .images {
  bottom: 30px;
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images {
    position: relative;
    flex-wrap: wrap;
  }
}

.section_1_product .wrapper .images .img1 {
  max-width: 537px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img1 {
    order: 2;
    max-width: unset;
    width: calc(50% - 5px);
  }
}
.section_1_product .wrapper .images .img1 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink .wrapper{
  padding-top: 0px;
}
.section_1_product-pink .wrapper .images .img1 img{
  max-height: 350px;
}
.section_1_product .wrapper .images .img2 {
  max-width: 646px;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img2 {
    order: 1;
    max-width: unset;
  }
}
.section_1_product .wrapper .images .img2 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink .wrapper .images .img2{
  margin-top: -30px;
}
.section_1_product .wrapper .images .img3 {
  max-width: 525px;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img3 {
    order: 3;
    max-width: unset;
    width: calc(50% - 5px);
  }
}
.section_1_product .wrapper .images .img3 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink  .wrapper .images .img3 img{
   max-height: 350px; 
}
.section_3_product {
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .section_1_product-pink .wrapper .images .img2{
    margin-top: 0px;
  }
}
@media (max-width: 1200px){
  .section_1_product-pink .wrapper .images{
    bottom: 0px;
  }
}
.big-container {
    width: 1490px;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
}
.section_2 .big-container {
  padding-left: 0;
  padding-right: 0;
  width: 1460px;
}
.section_2{
  margin-bottom: 100px;
}
@media (max-width: 992px){
.section_2{
  margin-bottom: 60px;
}
}
.section_2 .custom-arrow {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.section_2__heading, .section_2__under-heading {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.section_2__heading {
  font-size: 2.25rem;
  line-height: 2.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #0C0C0C;
}

.section_2__under-heading {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #0C0C0C;
  margin-bottom: 1.875rem;
}

.section_2__left-content {
  padding-bottom: 9.9375rem;
  padding-left: 7%;
  width: 34%;
}

.section_2__left-content h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 3.0625rem;
  color: #0C0C0C;
}

.section_2__yellow-field {
  border: 1px solid #FFCD00;
  border-radius: 1.25rem;
  padding: 1.25rem;
  background-color: #FFFFFF;
}

.section_2__yellow-field--1 {
  margin-bottom: 6.25rem;
}

.section_2__yellow-field ul {
  margin-bottom: 0;
}

.section_2__yellow-field li {
  color: #0C0C0C;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section_2__yellow-field li:last-child {
  margin-bottom: 0;
}

.section_2__content {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2.8125rem;
  margin-bottom: 1.125rem;
}

.section_2__mobile-image {
  display: none;
}

.section_2__center-content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-bottom: 2.5rem;
}

.section_2__center-content p {
  font-size: 1rem;
  line-height: 1.8125rem;
  color: #0C0C0C;
  margin: 0;
}

.section_2__biotech {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
}

.section_2__gold-letter {
  font-size: 1.8125rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #FFCE04;
  font-family: "Syncopate", sans-serif;
  width: 45px;
}

.section_2__bottom-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.section_2__bottom-content__left {
  padding-top: 1.25rem;
}

.section_2__bottom-content__left p {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  color: #0C0C0C;
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.section_2__bottom-content__right {
  max-width: 35.75rem;
}

.section_2__bottom-content__right h4 {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #707070;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.section_2__bottom-content__right p {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #707070;
}

.section_2__grey-field {
  padding: 2.25rem 3.125rem;
  padding-top: 1.4375rem;
  background-color: #F3F3F3;
}

.section_2__grey-field ul {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  list-style: disc;
  padding-left: 18px;
  color: #707070;
}

@media (max-width: 767px) {
  .section_2__grey-field {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .section_2__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .section_2__under-heading {
    margin-bottom: 4.6875rem;
  }
  .section_2__content {
    background-image: none !important;
    padding-top: 0;
  }
  .section_2__left-content {
    width: 100%;
    padding: 0 0px;
  }
  .section_2__left-content h3 {
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .section_2__yellow-field--1 {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section_2__yellow-field--2 {
    padding-top: 0;
    border-top: 0;
    border-radius: 0 0 1.25rem 1.25rem;
    margin-bottom: 3.125rem;
  }
  .section_2__yellow-field li {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .section_2__yellow-field li:last-child {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .section_2__center-content {
    padding: 0;
  }
  .section_2__biotech {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .section_2__biotech img {
    width: 9.375rem;
    height: auto;
  }
  .section_2__biotech p {
    width: 100%;
  }
  .section_2__bottom-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section_2__bottom-content__left {
    padding-top: 0;
  }
  .section_2__bottom-content__right {
    max-width: unset;
  }
  .section_2 .custom-arrow {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .section_2__heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_2__under-heading {
    margin-bottom: 2.5rem;
  }
  .section_2__left-content h3 {
    margin-bottom: 2rem;
  }
  .section_2__yellow-field--2 {
    margin-bottom: 2rem;
  }
  .section_2__bottom-content__left p {
    gap: 0.5rem;
  }
  .section_2__grey-field {
    padding: 1.5rem;
  }
}
/* END Opis produktu max*/

/* END Opis produktu start*/
.section_1_b {
  padding-top: 3.4375rem;
}

.section_1_b__top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 63.375rem;
  margin: 0 auto 5.3125rem;
}

.section_1_b__top__left {
  display: flex;
  gap: 1.375rem;
}

.section_1_b__top__left p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Plus Jakarta Sans;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #000000;
  margin-top: 0.375rem;
}

.section_1_b .heading-2 {
  max-width: 72.125rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  color: #0C0C0C;
}

.section_1_b__text {
  max-width: 65.3125rem;
  margin: 0 auto 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000000;
}

.section_1_b__text strong {
  font-weight: 600;
}

.section_1_b__text-field {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  gap: 1.25rem;
  width: 24.3125rem;
}

.section_1_b__text-field p {
  color: #0C0C0C;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
}

.section_1_b__text-field p strong {
  color: #9E6534;
  font-weight: 700;
}

.section_1_b__text-field--color {
  background-color: #E4AA78;
}

.section_1_b__text-field--color p {
  color: #FFFFFF;
}

.section_1_b__text-field--color p strong {
  color: #0C0C0C;
}

.section_1_b__text-field--1 {
  margin-bottom: 14rem;
}

.section_1_b__text-field--3 {
  margin-bottom: 14.0625rem;
}

.section_1_b__bottom-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.5rem 2.75rem 17.1875rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.section_1_b__bottom-content__left {
  margin-top: 2.8125rem;
}

.section_1_b__bottom-content--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .section_1_b__bottom-content {
    padding: 4.5rem 2.75rem 14.1875rem;
  }
}
@media (max-width: 991px) {
  .section_1_b__bottom-content {
    padding: 0;
  }
  .section_1_b__bottom-content--desktop {
    display: none;
  }
  .section_1_b__bottom-content--mobile {
    display: block;
  }
  .section_1_b__text {
    margin-bottom: 2rem;
  }
  .section_1_b__big-mobile-image {
    width: 100%;
    height: auto;
    margin-bottom: 3.25rem;
  }
  .section_1_b__text-field {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .section_1_b__text-field--1 {
    margin-bottom: 2.9375rem;
  }
  .section_1_b__text-field--2 {
    margin-bottom: 0;
  }
  .section_1_b__text-field--3 {
    margin-bottom: 2.8125rem;
  }
  .section_1_b__text-field--4 {
    margin-bottom: 3.375rem;
  }
}
@media (max-width: 575px) {
  .section_1_b__top {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .section_1_b__top__left {
    width: 100%;
    justify-content: center;
  }
  .section_1_b__top__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_1_b__text-field {
    flex-direction: column;
    gap: 0.6rem;
  }
  .section_1_b__text-field p {
    font-size: 1rem;
    line-height: 1.7em;
  }
}
.section_2_b .heading-1 {
  margin-bottom: 7.5rem;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #0C0C0C;
}

.section_2_b .heading-1--mb-0 {
  margin-bottom: 0rem;
}

@media (max-width: 991px) {
  .section_2_b .heading-1 {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 576px) {
  .section_2_b .heading-1 {
    font-size: 1.75rem;
    line-height: 2.6rem;
  }
}
.section_1-2_b .heading-2 {
  text-transform: uppercase;
  max-width: 60rem;
  margin: 0 auto 2.3125rem;
}

.section_1-2_b .heading-2 span {
  color: #A86400;
}

.section_1-2_b__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1.3125rem;
  margin-bottom: 3.125rem;
  padding-left: 37px;
  padding-right: 37px;
}

@media screen and (max-width: 992px) {
  .section_1-2_b__grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section_1-2_b__grid h3 {
  font-size: 1.25rem;
  line-height: 1.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0C0C0C;
}

.section_1-2_b__grid p {
  font-size: 0.875rem;
  line-height: 1.8em;
  color: #0C0C0C;
  margin-bottom: 1.8em;
}

.section_1-2_b__grid p:last-child {
  margin-bottom: 0;
}

.section_1-2_b__grid img {
  width: 100%;
  height: auto;
  max-width: 24.125rem;
}

.section_1-2_b__col--img {
  margin: 0 auto;
}

.section_1-2_b__bottom-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  color: #0C0C0C;
  max-width: 52.8125rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_1-2_b__grid {
    grid-template-columns: 1fr;
  }
}
/* END Opis produktu start*/

/* END Opis produktu mikro*/
.fe_section_1{
  margin-bottom: 40px;
}
.fe_section_1 .nurtix_heading_3{
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}
.fe_section_1__top{
  margin-bottom: 30px;
  display: flex;
  gap: 36px;
}
.fe_section_1__top img{
  max-width: 206px;
  width: 100%;
}
.fe_section_1__top p{
  color: #0C0C0C;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px){
  .fe_section_1__top{
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
.fe_section_1__middle{
  padding: 36px;
  border: solid 2px #C6C6C6;
  border-radius: 16px;
}
.fe_section_1__middle-title{
  display: flex;
  gap: 13px;
  align-items: center;
}
.fe_section_1__middle-title span{
  font-weight: 700;
  font-size: 32px;
  line-height: 180%;
}
.fe_section_1__middle-title h3{
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #0C0C0C;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.fe_section_1__middle-text{
  text-align: center;
}
.fe_section_1__middle-text img{
  max-width: 100%;
  width: 100%;
  margin: 20px 0px;
}
.fe_section_1__bottom--desktop img{
  max-width: 100%;
  width: 100%;  
  margin-top: 16px;
}
.fe_section_1__middle-text p{
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0px;
  color: #0C0C0C;
}
.fe_section_1__middle-text-p{
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
}
.fe_section_1__bottom-items{
  display: flex;
  gap: 16px;
  align-items: flex-start;

}
.fe_section_1__bottom-item{
  border-radius: 16px;
  padding: 24px;
  padding-bottom: 36px;
  max-width: 50%;
  width: 100%;
  margin-top: 14px;
  min-height: 100%;
}
.fe_section_1__bottom-item p{
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  text-align: center;
  color: #0C0C0C;
}
.fe_section_1__bottom-item-top span{
  font-weight: 700;
  font-size: 32px;
  line-height: 180%;
  letter-spacing: 0%;
}
.fe_section_1__bottom-item-top h3{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 130%;
}
.fe_section_1__bottom-item--2 .fe_section_1__bottom-item-top h3{
  font-size: 24px;
}
.fe_section_1__bottom-item--1{
  background-color: #EDF3D3;
}
.fe_section_1__bottom-item--2{
  background-color: #E5F6F8;
}
.fe_section_1__bottom-item-top{
  display: flex;
  gap: 16px;
  align-items: center;
}
.fe_section_1__bottom--mobile{
  display: none;
}
.fe_section_1__middle-mobile-img{
  display: none;
}
.fe_section_1__bottom-item-img{
  display: none;
}
@media screen and (max-width: 768px){
  .fe_section_1__middle-title{
    margin-bottom: 12px;
  }
  .fe_section_1__bottom-item-img{
    display: block;
  }
  .fe_section_1__middle-mobile-img{
    display: block;
    margin: 0px auto;
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
  }
  .fe_section_1__middle-title h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
  }
  .fe_section_1__middle-text img{
    margin: 10px 0px;
  }
  .fe_section_1__middle-text p{
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
  }
  .fe_section_1__middle{
    padding: 20px 12px;
  }
  .fe_section_1__bottom-desktop-img{
    display: none;
  }
  .fe_section_1__bottom-items{
    flex-direction: column;
  }
  .fe_section_1__bottom-item{
    max-width: 100%;
    padding: 20px 12px;
  }
  .fe_section_1__bottom-item-top h3,.fe_section_1__bottom-item--2 .fe_section_1__bottom-item-top h3{
    font-size: 16px;
  }
  .fe_section_1__bottom-item-top{
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .fe_section_1__bottom-item-top span{
    font-size: 24px;
    line-height: 100%;
  }
}
.fe_section_1{
  margin-bottom: 100px;
}
.fe_section_1__h3-i-1{
  color: #93C711;
  font-style: normal;
}
.fe_section_1__h3-i-2{
  color: #00ABF1;
  font-style: normal;
}
.fe_section_1__grid{
  display: flex;
  justify-content: space-between;

}
.fe_section_1__grid-item{
  max-width: 290px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fe_section_1__grid-item p{
  font-weight: 500;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px;
}
.fe_section_1__grid-item p strong{
  text-transform: uppercase;
}
.fe_section_1__grid-item p{
  margin-bottom: 4px;
}
.fe_section_1__grid-item img{
  margin-bottom: 22px;
}
@media screen and (max-width: 992px){
  .fe_section_1__grid{
    gap: 20px;
  }
  .fe_section_1{
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px){
  .fe_section_1__grid-item img{
    margin-bottom: 12px;
  }
  .fe_section_1__grid{
    flex-direction: column;
  } 
  .fe_section_1__grid-item {
    max-width: 100%;
  }
  .fe_section_1{
    margin-bottom: 60px;
  }
}
.container--1050 {
  max-width: 1050px;
  width: 100%;
  margin-inline: auto;
}
.fe_section_3{
  margin-bottom: 60px;
}
.i-color-green, .i-color-blue{
  font-style: normal;
}
.i-color-green{
  color: #95C807;
}
.i-color-blue{
  color: #00ABF1;
}
.fe_section_3__brown-x{
  color: #694633;
  font-style: normal;
}
.fe_section_3__green-x{
  color: #93C711;
  font-style: normal;
}
.fe_section_3__light-grey-x{
  color: #CDB17C;
  font-style: normal;
}
.fe_section_3__heading h3{
  max-width: 900px;
  margin: 0px auto;
}
.fe_section_3 .container{
  max-width: 1136px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.fe_section_3__flex{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
.fe_section_3__flex-col--1{
  max-width: 564px; 
  width: 100%;
} 
.fe_section_3__flex-col--2{
  max-width: 553px;
  width: 100%;
}
.fe_section_3__flex-col--2 img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.fe_section_3__flex .nurtix_heading_3{
  margin-bottom: 12px;
  text-align: left;
}
.fe_section_3__yellow-x{
  color: #E3AD21;
  font-style: normal;
}
.fe_section_3__flex ul{
  margin-bottom: 24px;
  list-style: disc;
  padding-left: 24px;
}
.fe_section_3__flex ul li{
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 0px;
  color: #0C0C0C;
}
.fe_section_3__grey-link{
  color: #878787;
}
.fe_section_3__heading{
  margin-bottom: 50px;
  text-align: center;
}
.fe_section_3__heading img{
  margin-bottom: 30px;
}
.fe_section_3__buttons{
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.fe_section_3 p{
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 0px;
  color: #0C0C0C;
}
.fe_section_3 p:nth-child(1){
  margin-bottom: 28px;
}
.fe_section_3 p:nth-child(2){
  margin-bottom: 24px;
}
.fe_section_3__table{
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 12px;
}
.fe_section_3__table img{
  max-width: 100%;
}
@media screen and (max-width: 1136px){
  .fe_section_3 .container{
    max-width: 100%;
  }
  .fe_section_3__flex-col--1{
    max-width: 50%;
  } 
  .fe_section_3__flex-col--2{
    max-width: 50%;
  }
}
@media screen and (max-width: 768px){
  .fe_section_3__flex{
    flex-direction: column;    
    margin-bottom: 24px;
  }
  .fe_section_3__flex-col--1{
    max-width: 100%;
  } 
  .fe_section_3__flex-col--2{
    max-width: 100%;
  }
  .fe_section_3__table{
    grid-template-columns: repeat(4, 1fr);
    max-width: fit-content;
  }
}
@media screen and (max-width: 576px){
  .fe_section_3__buttons{
    flex-direction: column;
    gap: 20px;
  }
  .fe_section_3 .button--black-white{
    padding: 10px 32px  ;
  } 
  .fe_section_3__buttons a{
    width: 100%;
    text-align: center;
  }
  .fe_section_3 p{
    font-size: 16px;
  }
  .fe_section_3__flex ul li{
    font-size: 16px;
  }
}
.fe_section_4 {
  margin-bottom: 30px;
}
.fe_section_4 h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}
.fe_section_4 img {
  max-width: 100%;
  height: auto;
}
.fe_section_4__content {
  max-width: 1136px;
  margin: 0 auto;
}
.fe_section_4__image-wrapper {
  overflow-x: auto;
}
@media (max-width: 991.98px) {
  .fe_section_4__image-wrapper img {
    min-width: 800px;
  }
}
@media (max-width: 767.98px) {
  .fe_section_4 h2 {
    font-size: 27px;
  }
  .fe_section_4__image-wrapper img {
    min-width: 800px;
  }
}
.fe_section_5 {
  margin-bottom: 100px;
}
@media (max-width: 767.98px){
  .fe_section_5 {
    margin-bottom: 60px;
} 
}
.fe_section_5 h2 {
  font-size: 36px;
  line-height: 1.3em;
  margin-bottom: 30px;
  overflow-wrap: break-word;
}
.fe_section_5 img {
  max-width: 100%;
  height: auto;
}
.fe_section_5 .section_4_product .container .wrapper .expand {
  border-radius: 16px;
}
.fe_section_5 .section_4_product .container .wrapper .expand .title-box {
  padding: 20px 23px 20px 28px;
}
.fe_section_5 .section_4_product .container .wrapper .expand .title-box .title {
  font-size: 24px;
  line-height: 1.5em;
}
.fe_section_5__content {
  padding: 24px 23px 20px 37px;
}
.fe_section_5 h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
  color: #0C0C0C;
  margin-bottom: 30px;
}
.fe_section_5__list, .fe_section_5__link, .fe_section_5 p {
  font-size: 18px;
  line-height: 1.8em;
  color: #0C0C0C;
  font-weight: 500;
}
.fe_section_5__link-wrapper {
  margin: 28px 0 60px;
}
.fe_section_5__link {
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fe_section_5__link:hover {
  text-decoration: underline;
  color: #FFCD00;
}
.fe_section_5__list {
  list-style: disc;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .fe_section_5 h2 {
    font-size: 27px;
  }
  .fe_section_5 .section_4_product .container .wrapper .expand {
    padding: 0;
  }
  .fe_section_5 .section_4_product .container .wrapper .expand .title-box {
    padding: 15px;
  }
  .fe_section_5 .section_4_product .container .wrapper .expand .title-box .title {
    font-size: 15px;
  }
  .fe_section_5__list, .fe_section_5__link, .fe_section_5 p {
    font-size: 14px;
  }
  .fe_section_5__link-wrapper {
    margin: 20px 0 40px;
  }
  .fe_section_5 h3 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .fe_section_5__content {
    padding: 15px;
  }
}
.fe_section_5 .section_4_product .container .wrapper .expand {
  border-radius: 16px;
}
.section_4_product .container .wrapper .expand, .section_5_product .container .wrapper .expand {
  border-radius: 0px 16px 0px 0px;
  border: 1px solid #CECECE;
  background: #FFFFFF;
  transition: 0.2s;
}
.section_4_product .container .wrapper .expand .title-box, .section_5_product .container .wrapper .expand .title-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 36px 20px 20px;
}
.section_10.fe_section_7 .section_10__step-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  font-size: 13px;
  font-weight: 500;
}
.section_10.fe_section_7 .section_10__grey-field {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 20px;
    margin-top: 6px;
}
.section_10.fe_section_7 {
  margin-bottom: 120px;
}
.section_10.fe_section_7 .section_10__step-content--black::before, .section_10.fe_section_7 .section_10__step-content--black::after {
  background-color: #0C0C0C;
}
.section_10.fe_section_7 .section_10__step-content--black::before {
  left: -15px;
}
.section_10.fe_section_7 .section_10__step-content--black::after {
  left: -26px;
}
.section_10.fe_section_7 .section_10__content {
  max-width: 1219px;
  margin: 0 auto;
  grid-template-columns: 0.9fr 1fr;
  gap: 25px 52px;
}
.section_10.fe_section_7 .section_10__col--2 {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.section_10.fe_section_7 .section_10__col--2 img {
  max-width: 100%;
}
.section_10.fe_section_7 .section_10__step {
  gap: 33px;
}
.section_10.fe_section_7 .section_10__step-icon {
  position: relative;
  top: -15px;
}
.section_10.fe_section_7 .section_10__step-content {
  padding-left: 10px;
}
.section_10.fe_section_7 .section_10__step-content span {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section_10.fe_section_7 .section_10__step-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  font-size: 13px;
  font-weight: 500;
}
.section_10.fe_section_7 .section_10__col-text {
  margin-bottom: 30px;
}
.section_10.fe_section_7 .section_10__col-text h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.section_10.fe_section_7 .section_10__col-text p {
  font-size: 18px;
  line-height: 1.8em;
  color: #0C0C0C;
}
.section_10.fe_section_7 .section_10__grey-field {
  background-color: #F3F3F3;
  border-radius: 20px;
  padding: 20px;
  margin-top: 6px;
}
.section_10.fe_section_7 .section_10__grey-field ul {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0;
}
.section_10.fe_section_7 .section_10__grey-field ul strong {
  font-weight: 600;
}
.section_10.fe_section_7 .section_10__grey-field li {
  padding-left: 54px;
  position: relative;
}
.section_10.fe_section_7 .section_10__grey-field li:not(:last-child) {
  margin-bottom: 16px;
}
.section_10.fe_section_7 .section_10__grey-field li::before {
  content: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3531_4541)"><path d="M27.8746 13.4381V27.586C27.8746 28.0482 27.5023 28.4301 27.0517 28.4301H8.32132C7.87069 28.4301 7.49843 28.0482 7.49843 27.586V8.39389C7.49843 7.93167 7.87069 7.54984 8.32132 7.54984H22.2516C23.1724 6.82637 24.152 6.14309 25.2296 5.5H8.32132C6.77351 5.5 5.5 6.80627 5.5 8.39389V27.586C5.5 29.1937 6.77351 30.4799 8.32132 30.4799H27.0321C28.5799 30.4799 29.8534 29.1736 29.8534 27.586V11.4887C29.2461 12.0314 28.5799 12.6744 27.855 13.4381H27.8746ZM16.2171 18.5225L12.2594 14.4228C11.8284 13.9807 11.1622 13.8601 10.6136 14.1616C9.94749 14.5233 9.6732 15.3473 9.98668 16.0305L13.8268 24.672C14.2187 25.5563 15.0611 26.119 16.0016 26.119C16.942 26.119 17.8433 25.5161 18.2155 24.6117C20.6842 18.5024 24.9161 12.7146 30.0494 8.67524C30.598 8.23312 30.6371 7.38907 30.1277 6.90675C29.8143 6.60531 29.344 6.50482 28.9326 6.68569C24.0737 8.77572 18.9208 13.4984 16.3346 18.2814L16.1975 18.5426L16.2171 18.5225Z" fill="%230C0C0C"/></g><defs><clipPath id="clip0_3531_4541"><rect width="25" height="25" fill="white" transform="translate(5.5 5.5)"/></clipPath></defs></svg>');
  position: absolute;
  left: 0;
  top: -5px;
}
.fe_section_1__middle-title h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0C0C0C;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.nurtix_heading_3 {
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .section_10.fe_section_7 .section_10__content {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
  .section_10.fe_section_7 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .fe_section_1__middle-title h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
  }
}
/* END Opis produktu mikro*/