/* SLIDER NAJNOWSZY ========================================================= */

.mainpage-new-slider {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
.mainpage-new-slider .slider {
  max-height: 520px;
  overflow: hidden;
}
.mainpage-new-slider .slide {
  display: block;
  position: relative;
}
/* .mainpage-new-slider .portion-img img{ height: 400px; width: 100%; object-fit: cover; } */
.mainpage-new-slider .portion-img img {
  height: 400px;
  width: 100%;
  object-fit: initial;
}
.mainpage-new-slider .portion-products {
  background: #f0f0f0;
}
.mainpage-new-slider .slick-dots {
  display: none !important;
}
.mainpage-new-slider .portion-products .d-flex {
  width: 100%;
  min-height: 115px;
  justify-content: space-between;
}
.mainpage-new-slider .portion-products .product {
  position: relative;
  margin: 0px 0px 0px 15px;
  padding: 7px 0;
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
}
.mainpage-new-slider .portion-products .product:not(:last-child)::after {
  position: absolute;
  right: 0px;
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #aaa;
}
.mainpage-new-slider .portion-products .product .right {
  width: 100%;
}
.mainpage-new-slider .portion-products .product .box-name-badges {
  display: flex;
  column-gap: 8px;
}
.mainpage-new-slider
  .portion-products
  .product
  .box-name-badges
  .badge-percent {
  width: 40px;
  height: 20px;
}
.mainpage-new-slider
  .portion-products
  .product
  .box-name-badges
  .badge-percent
  .txt-ui {
  font-size: 12px;
  line-height: 1;
}
.mainpage-new-slider .portion-products .product .name {
  display: block;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.mainpage-new-slider .portion-products .product .price-before {
  text-decoration: line-through;
  font-size: 13px;
  color: #b0b0b0;
  margin-left: 5px;
}
.mainpage-new-slider .portion-products .product .price-real {
  color: #c39271;
  font-weight: 500;
  font-size: 18px;
}
.mainpage-new-slider .portion-products .product .product-price-discounted {
  color: #db1135;
  font-weight: 500;
  font-size: 18px;
}
.mainpage-new-slider .portion-products .product .btn-small {
  margin-left: 20px;
}
.mainpage-new-slider .change-fontSize {
  font-size: 12px !important;
}

.mainpage-new-slider .slider-nav .slider-nav__prev,
.mainpage-new-slider .slider-nav .slider-nav__next {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 115px / 2));
}
.mainpage-new-slider .slider-nav .slider-nav__prev {
  left: 15px;
}
.mainpage-new-slider .slider-nav .slider-nav__next {
  right: 15px;
}
.mainpage-new-slider .slider-nav .slider-nav__prev img,
.mainpage-new-slider .slider-nav .slider-nav__next img {
  width: 14px;
  height: 33px;
}
.mainpage-new-slider .slider-nav .slider-nav__next img {
  transform: rotateY(180deg);
}

/* .mainpage-new-slider .bottom-buttons { background: #e7e7e7; text-align: center; padding: 7px; }
.mainpage-new-slider .bottom-buttons a { color: #484848; text-decoration: none; padding: 0px 15px; }
.mainpage-new-slider .bottom-buttons a.active { display:inline-block; font-weight: bold; } */

@media (max-width: 1199.98px) {
  .mainpage-new-slider .slider-nav .slider-nav__prev,
  .mainpage-new-slider .slider-nav .slider-nav__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainpage-new-slider .slider-nav .slider-nav__prev {
    left: 5px;
  }
  .mainpage-new-slider .slider-nav .slider-nav__next {
    right: 5px;
  }
}

@media (max-width: 991.98px) {
  /* .mainpage-new-slider .portion-img img{ width: 100%; height: auto; object-fit: contain; } */
  .mainpage-new-slider .portion-img img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  /* .mainpage-new-slider .portion-img img{ height: 250px; object-fit: unset; } */
  /* .mainpage-new-slider .portion-img img{ height: 260px; object-fit: cover; } */
  .mainpage-new-slider {
    margin-bottom: 35px;
  }
  .mainpage-new-slider .slick-dots {
    display: none !important;
  }
}

/* SLIDER POPRZEDNI ========================================================= */

.mainpage-slider {
  position: relative;
  width: 100%;
  background: #ededed;
  margin-bottom: 45px;
}
.mainpage-slider .legend {
  float: left;
  width: 234px;
}
.mainpage-slider .legend a {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 25px;
  background: transparent;
  transition: background 0.2s ease;
}
.mainpage-slider .legend a:hover {
  background: #f6c75f;
}
.mainpage-slider .legend a.active {
  background: #e5b64e;
}
.mainpage-slider .legend .btn-blank {
  margin: 20px;
  font-weight: normal;
}
.mainpage-slider .slider {
  float: right;
  width: 876px;
}
.mainpage-slider .slider .slide {
  display: block;
}
.mainpage-slider .slick-dots {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mainpage-slider .legend {
    width: 25%;
  }
  .mainpage-slider .slider {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .mainpage-slider .slider {
    float: none;
    width: 100%;
  }
  .mainpage-slider .slick-dots {
    display: inline-block !important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1010;
    text-align: center;
  }
  .mainpage-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .mainpage-slider .slick-dots button {
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    text-indent: -9999px;
  }
  .mainpage-slider .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1);
  }
}

@media (max-width: 575.98px) {
  .mainpage-container {
    padding: 0;
    margin: 0;
  }
}

/* BESTSELLERS ============================================================== */

.bestsellers-container {
  margin-bottom: 60px;
}

/* OFFER HEADINGS and TAB-CONTENT ============================================================== */
.offer-headings-container .offer-headings-link {
  color: #231f20;
}
.offer-headings-container .offer-headings-link--active {
  color: #aaaaaa;
  text-decoration: underline;
}
.offer-headings-container .centered-header {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.g-template {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.g-template .col-product-thumbs .product-thumb {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.g-template .col-product-thumbs .product-thumb .txt {
  margin-top: auto;
  padding: 0px 5px 10px;
}
.g-template .text-center {
  margin-top: 30px;
}
.tab-content .tab-content-btn-all {
  text-decoration: underline;
}
.tab-content .tab-content-btn-all:hover {
  color: #5a7f66;
  transition: color 0.3s ease;
}

@media (max-width: 1199.98px) {
  .g-template {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 991.98px) {
  .g-template {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .offer-headings-mob.centered-header {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .g-template .col-product-thumbs .product-thumb .btn-main-cta {
    font-size: 12px;
  }
  .g-template .col-product-thumbs .product-thumb .btn-unavailable {
    height: 32px;
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .g-template {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }

  /* in main page, tab section visible only 4 product each category */
  .bestsellers-container #promocje .g-template .col-product-thumbs:nth-child(5),
  .bestsellers-container #promocje .g-template .col-product-thumbs:nth-child(6),
  .bestsellers-container #promocje .g-template .col-product-thumbs:nth-child(7),
  .bestsellers-container
    #promocje
    .g-template
    .col-product-thumbs:nth-child(8) {
    display: none;
  }

  .bestsellers-container
    #bestsellery
    .g-template
    .col-product-thumbs:nth-child(5),
  .bestsellers-container
    #bestsellery
    .g-template
    .col-product-thumbs:nth-child(6),
  .bestsellers-container
    #bestsellery
    .g-template
    .col-product-thumbs:nth-child(7),
  .bestsellers-container
    #bestsellery
    .g-template
    .col-product-thumbs:nth-child(8) {
    display: none;
  }

  .bestsellers-container #wybrane .g-template .col-product-thumbs:nth-child(5),
  .bestsellers-container #wybrane .g-template .col-product-thumbs:nth-child(6),
  .bestsellers-container #wybrane .g-template .col-product-thumbs:nth-child(7),
  .bestsellers-container #wybrane .g-template .col-product-thumbs:nth-child(8) {
    display: none;
  }

  .g-template .col-product-thumbs .product-thumb .btn-main-cta {
    font-size: 14px;
  }
  .g-template .col-product-thumbs .product-thumb .btn-unavailable {
    height: unset;
    font-size: unset;
  }
}
@media (max-width: 575.98px) {
  .g-template .txt .txt-texts .title {
    font-size: 12px;
  }
  .g-template .txt .txt-texts .intro {
    font-size: 10px;
  }
}
@media (max-width: 447.98px) {
  .g-template .col-product-thumbs .product-thumb .btn-unavailable {
    height: 32px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 389.98px) {
  .g-template {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (max-width: 374.98px) {
  .g-template .col-product-thumbs .product-thumb .btn-main-cta {
    font-size: 12px;
  }
}
@media (max-width: 359.98px) {
  .g-template {
    grid-template-columns: 1fr;
  }
  .g-template .col-product-thumbs .product-thumb .btn-main-cta {
    font-size: 14px;
  }
  .g-template .col-product-thumbs .product-thumb .btn-unavailable {
    height: unset;
    font-size: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.why-buy-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
.why-buy-content {
  text-align: justify;
}
.why-buy-content h3 {
  font-weight: 300;
}
.why-buy-content a {
  text-decoration: underline;
}
.why-buy-content a:hover {
  color: #5a7f66;
  transition: color 0.3s ease;
}
.why-buy-wrapper .logos-wrapper {
  display: flex;
}
.why-buy-wrapper .logos-wrapper img {
  width: 200px;
}
.why-buy-img > img {
  width: 100%;
}
.why-buy-slider .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
}
.why-buy-slider .arrow-prev {
  background: transparent url("/css/img/svg/next.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(180deg);
  z-index: 2;
}
.why-buy-slider .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
}
.why-buy-slider .arrow-next {
  background: transparent url("/css/img/svg/next.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
}

.why-buy-logos-slider {
  height: 70px;
  overflow: hidden;
  position: relative;
}
.why-buy-logos-slider-inner {
  display: flex;
  left: 0%;
  position: absolute;
}
.why-buy-logos-slider-inner:hover {
  animation-play-state: paused;
}
.why-buy-logos-slide {
  display: flex;
  width: 50%;
  justify-content: space-around;
  align-items: center;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -175%;
  }
}
.why-buy-logos-slide img {
  max-width: 120px;
  width: 100%;
}
.animateSlider {
  width: 350%;
  animation: marquee 20s linear infinite;
  top: 50%;
  transform: translate(0, -50%);
}
.animateSlider:hover {
  animation-play-state: paused;
}

@media (max-width: 1199.98px) {
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -200%;
    }
  }
  .animateSlider {
    width: 400%;
  }
}
@media (max-width: 991.98px) {
  .why-buy-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 15px;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -150%;
    }
  }
  .animateSlider {
    width: 300%;
  }
}
@media (max-width: 767.98px) {
  .why-buy-content h3 {
    text-align: center;
  }
  .why-buy-content a {
    display: block;
    text-align: center;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -175%;
    }
  }
  .animateSlider {
    width: 350%;
  }
}
@media (max-width: 575.98px) {
  .why-buy-content h3 {
    font-size: 1.2rem;
  }
  .why-buy-slider .owl-prev,
  .why-buy-slider .owl-next {
    display: none;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -200%;
    }
  }
  .animateSlider {
    width: 400%;
  }
}

@media (max-width: 475.98px) {
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -250%;
    }
  }
  .animateSlider {
    width: 500%;
  }
}
@media (max-width: 365.98px) {
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -300%;
    }
  }
  .animateSlider {
    width: 600%;
  }
}

/* HIT PRICE SECTION ================================================================ */

.hit-price-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  background: url("../css/img/bg_hit_desktop.jpg") no-repeat;
  height: 331px;
  width: 100%;
  padding: 20px 40px;
  margin: 0 0 60px;
}
.hit-price-details {
  grid-column: 1/10;
  grid-row: 1 / span 2;
}

.hit-price-section h1 {
  font-weight: 300;
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 20px;
}
.hit-price-section h1 > span {
  font-weight: 500;
  text-transform: uppercase;
}
.hit-price-section h5 {
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  max-width: 720px;
  width: 100%;
  margin-bottom: 20px;
}
.hit-price-section h5 > span {
  font-weight: 500;
  text-transform: uppercase;
}

.hit-price-details-prices {
  position: relative;
  max-width: 305px;
}
.hit-price-normal {
  position: absolute;
  top: 15px;
  right: 0;
  color: #aaa;
  font-weight: 300;
}
.hit-price-normal::before {
  content: "";
  height: 1px;
  width: 105%;
  background: #aaa;
  position: absolute;
  top: 50%;
  left: -2px;
  display: block;
}
.hit-price-normal-lg {
  font-size: 30px;
}
.hit-price-normal-sm,
.hit-price-normal-currency-sm {
  font-size: 20px;
}

.hit-price-current {
  font-size: 110px;
  font-weight: 500;
}
.hit-price-current-sm,
.hit-price-current-currency-sm {
  font-size: 80px;
  font-weight: 500;
}

.hit-price-cta {
  grid-column: 6/10;
  grid-row: 1/3;
  align-self: flex-end;
  margin-bottom: 40px;
  max-width: 280px;
  width: 100%;
}
.hit-price-save {
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}
.hit-price-calc {
  font-weight: 700;
  color: #5a7f66;
}
.hit-price-currency {
  font-weight: 700;
  color: #5a7f66;
  margin-left: 2px;
}
.hit-price-btn-cta {
  max-width: 280px;
  font-size: 16px;
}
.hit-price-btn-cta:hover {
  background-color: #724460;
  color: #fff;
}

.hit-price-product-wrapper {
  grid-column: 10/13;
  grid-row: 1/3;
  position: relative;
}
.hit-price-product-picture {
  width: 300px;
  margin-left: auto;
}
.hit-price-product-img {
  max-width: 100%;
}
.hit-price-badge-wrapp {
  width: 75px;
  height: 75px;
  position: absolute;
  top: -20px;
  right: -56px;
}
.badge-hit-cenowy {
  width: 75px;
  height: 75px;
}

@media (max-width: 1439.98px) {
}
@media (max-width: 1199.98px) {
  .hit-price-section {
    padding: 20px;
  }
  .hit-price-section h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .hit-price-cta {
    grid-column: 6/10;
  }

  .hit-price-product-picture {
    width: 235px;
  }
  .hit-price-badge-wrapp {
    right: -40px;
  }
}
@media (max-width: 991.98px) {
  .hit-price-section {
    padding: 20px 40px;
  }
  .hit-price-section h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .hit-price-section h5 {
    font-size: 16px;
    line-height: 18px;
  }

  .hit-price-details {
    align-self: end;
  }

  .hit-price-details-prices {
    max-width: 220px;
  }

  .hit-price-normal {
    top: 20px;
  }
  .hit-price-normal-lg {
    font-size: 25px;
  }
  .hit-price-normal-sm,
  .hit-price-normal-currency-sm {
    font-size: 15px;
  }

  .hit-price-current {
    font-size: 90px;
  }
  .hit-price-current-sm,
  .hit-price-current-currency-sm {
    font-size: 50px;
  }

  .hit-price-save {
    font-size: 15px;
    line-height: 1;
  }

  .hit-price-product-picture {
    width: 200px;
  }
  .hit-price-badge-wrapp {
    top: -50px;
    right: -56px;
  }
}

@media (max-width: 767.98px) {
  .hit-price-section {
    display: flex;
    flex-direction: column;
    background: url("../css/img/bg_tab_hitceneowy.jpg") no-repeat;
    background-position-y: -110px;
    height: 700px;
    padding: 20px 15px;
    margin: 0 0 30px;
  }
  .hit-price-section h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .hit-price-details {
    order: 1;
  }
  .hit-price-details h1,
  .hit-price-details h5 {
    text-align: center;
  }
  .hit-price-details-prices {
    margin: auto;
  }

  .hit-price-cta {
    order: 3;
    margin: auto;
  }
  .hit-price-save {
    text-align: center;
  }

  .hit-price-product-wrapper {
    order: 2;
  }
  .hit-price-product-picture {
    width: 300px;
    margin: auto;
  }
  .hit-price-badge-wrapp {
    top: -10px;
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .hit-price-section h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
  }

  .hit-price-details-prices {
    max-width: 210px;
  }
}
@media (max-width: 429.98px) {
  .hit-price-section .mobile-br {
    display: block;
  }

  .hit-price-product-picture {
    width: 275px;
  }
}
@media (max-width: 375.98px) {
  .hit-price-section {
    background: url("../css/img/bg_mob_hitceneowy.jpg") no-repeat;
    height: 700px;
    padding: 20px 0;
  }
}
@media (max-width: 359.98px) {
  .hit-price-btn-cta {
    max-width: 195px;
    margin: auto;
    display: block;
  }
  .hit-price-save {
    font-size: 14px;
  }
}

/* WE ARE ON ================================================================ */

/* .we-are-on { max-width: 900px; margin-bottom: 90px; }
.we-are-on .row .col:first-child { vertical-align: middle; line-height: 55px; white-space: nowrap; } */

/* OPINIONS CAROUSEL ======================================================== */

#opinie h6 {
  font-weight: 400;
  margin: 20px 0 0.5rem;
}
.opinions-carousel-container {
  position: relative;
  margin-bottom: 30px;
}
.opinions-carousel {
  padding-top: 40px;
}
.opinions-carousel .owl-item {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.opinions-carousel .owl-item .item {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px 20px;
  margin: 1px 5px;
  transition: all 0.3s ease;
}
.opinions-carousel .owl-item .item .name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.opinions-carousel .owl-item .item .content {
  position: relative;
}
.opinions-carousel .owl-item .item .content:before {
  content: url("/css/img/svg/quotes.svg");
  width: 10px;
  height: 8px;
  display: block;
  position: absolute;
  top: -15px;
  left: -10px;
}
.opinions-carousel-container .img-wrapper {
  position: relative;
  max-width: 215px;
  width: 100%;
  height: 215px;
  border-radius: 50%;
  background-color: #e7e7e7;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}
.opinions-carousel-container .img-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.owl-item .item.more {
  transform: rotateY(180deg);
}
.opinions-carousel .item {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  position: relative;
  height: 390px;
}
.opinion-front,
.opinion-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 10px;
}
.opinion-front {
  transform: translateX(-50%) rotateY(0deg) translateZ(1px);
  left: 50%;
  width: 100%;
}
.opinion-back {
  transform: rotateY(180deg);
  background: rgba(255, 255, 255, 0.9);
  left: 0;
}

.opinion-front .coop-icon {
  height: 14px;
}

.opinions-carousel-container .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
}
.opinions-carousel-container .arrow-prev {
  background: transparent url("/css/img/svg/next.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotate(180deg);
  z-index: 2;
}
.opinions-carousel-container .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
}
.opinions-carousel-container .arrow-next {
  background: transparent url("/css/img/svg/next.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
}

.opinions-carousel .owl-item .item .opinion-front .opinion {
  font-size: 12px;
  overflow: hidden;
  font-style: italic;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 11em;
  padding: 0 10px;
}
.opinions-carousel .owl-item .item .opinion-back .opinion {
  font-style: italic;
}
.opinions-carousel .owl-item .item .opinion-back .content::before {
  left: -5px;
}

.opinion-txt .grey-line {
  display: block;
  height: 1px;
  max-width: 170px;
  width: 100%;
  background-color: #dddddd;
  margin: 10px auto;
}
.opacity-effect {
  opacity: 0.4;
}
.mobile-swipe-img-wrapper {
  display: none;
}
@media (max-width: 991.98px) {
  .opinions-carousel .owl-item .item .opinion-back .content::before {
    left: -5px;
  }
}

@media (max-width: 767.98px) {
  .opinions-carousel-container {
    margin-bottom: 15px;
  }
  .opinions-carousel .owl-item .item .opinion-back .content::before {
    left: -10px;
  }
}
@media (max-width: 575.98px) {
  .opinions-carousel .owl-item .item .opinion-back .content {
    padding: 0 20px;
  }
  .opinions-carousel .owl-item .item .opinion-back .content::before {
    left: 0px;
  }
  .mobile-swipe-img-wrapper {
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
  }
  .opinions-carousel-container .owl-buttons {
    display: none;
  }
  /* .opinions-carousel-container .owl-buttons { margin: 30px auto; display: none;}
	.opinions-carousel-container .owl-prev { right: 50%; bottom: -30px; top:unset; left: unset; transform: translateX(-50%);} 
	.opinions-carousel-container .owl-next { left: 50%; bottom: -30px; top:unset; right: unset; transform: translateX(50%);}
	 */
}
@media (max-width: 474.98px) {
  .opinions-carousel .owl-item .item .opinion-back {
    width: 100%;
  }
  .opinions-carousel .owl-item .item .opinion-back .opinion {
    display: inline-block;
    width: 270px;
  }
  .opinions-carousel-container .opinion-txt .grey-line {
    max-width: 120px;
  }
}

/* ABOUT NH ================================================================= */

.about-nh {
  padding: 30px 0;
}
.about-nh .col-txt {
  background-image: url(/css/img/womenbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 349px;
  padding-right: 0;
  display: flex;
}
.about-nh .col-img {
  padding-left: 0;
}
.about-nh .nh-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.about-nh .nh-description > p {
  font-size: 15px;
  line-height: 1.6;
}

html:lang(de) .about-nh h3 {
  font-size: 26px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-nh h3 {
    font-size: 20px;
  }
  html:lang(de) .about-nh h3 {
    font-size: 20px;
  }
  .about-nh .nh-description > p {
    font-size: 13px;
    margin: 0;
  }
  .about-nh .col-img img {
    height: 349px;
    object-fit: cover;
  }
}

@media (max-width: 991.98px) {
  .about-nh {
    padding: 20px 0;
  }
  .about-nh h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
  }
  html:lang(de) .about-nh h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
  }
  .about-nh .nh-description > p {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .about-nh .col-txt {
    background-image: unset;
    padding-right: 15px;
    min-height: auto;
  }
  .about-nh .col-img {
    padding-left: 15px;
  }
  .about-nh .col-img img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
  .about-nh .nh-description {
    justify-content: flex-start;
    padding: 0;
  }
}
@media (max-width: 330px) {
  .about-nh h3 {
    font-size: 18px;
  }
  html:lang(de) .about-nh h3 {
    font-size: 18px;
  }
}

/* RECOMMENDED SETS =========================================================== */
#recommended-sets h6 {
  font-weight: 400;
}
#recommended-sets .all-recommended-btn {
  text-decoration: underline;
}
#recommended-sets .all-recommended-btn:hover {
  color: #5a7f66;
  transition: color 0.3s ease;
}
#recommended-sets .g-template .col-product-thumbs:nth-child(5),
#recommended-sets .g-template .col-product-thumbs:nth-child(6),
#recommended-sets .g-template .col-product-thumbs:nth-child(7),
#recommended-sets .g-template .col-product-thumbs:nth-child(8) {
  display: none;
}

/* EFSA =========================================================== */
.efsa-section {
  margin-top: 30px;
}
.efsa-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
.efsa-content {
  text-align: justify;
}
.efsa-content h3 {
  font-weight: 300;
  text-align: left;
  max-width: 365px;
  width: 100%;
}
.efsa-content > img {
  width: 200px;
}

@media (max-width: 991.98px) {
  .efsa-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 15px;
  }
  .efsa-img > img {
    width: 100%;
  }
  .efsa-content h3 {
    max-width: 100%;
  }
  .efsa-content > img {
    display: block;
    margin: 0px auto 10px;
  }
}
@media (max-width: 767.98px) {
  .efsa-content h3 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .efsa-content h3 {
    font-size: 1.2rem;
  }
  .efsa-content > img {
    width: 150px;
  }
}

/* CONSULTANTS =========================================================== */
.consultants {
  background: url(/css/img/callgirlbg.jpg) no-repeat center center;
  min-height: 315px;
  position: relative;
  margin-top: 30px;
}
.information-wrapper {
  position: absolute;
  bottom: 0;
  left: 20px;
  max-width: 620px;
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.information-wrapper h1 {
  font-weight: 400;
}
.information-wrapper p:first-of-type {
  font-weight: 700;
}
.information-wrapper p {
  margin-bottom: 10px;
}
.phone-number-wrapper {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 13px;
}
.phone-number-wrapper p {
  margin-bottom: 0;
}
.phone-number-wrapper img {
  width: 25px;
  height: 25px;
}
@media (max-width: 991.98px) {
  .consultants {
    background: unset;
    min-height: auto;
  }
  .information-wrapper {
    position: static;
    height: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .information-wrapper h1 {
    margin: 15px auto;
  }
  .phone-number-wrapper {
    max-width: 180px;
    width: 100%;
    margin: auto;
    gap: 6px;
  }

  .img-mobile-media {
    background: url(/css/img/callgirlbg.jpg) no-repeat -400px center;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .img-mobile-media {
    background: url(/css/img/callgirlbg.jpg) no-repeat -550px center;
  }
}
@media (max-width: 575.98px) {
  .img-mobile-media {
    display: none;
  }
  .information-wrapper h1 {
    font-size: 1.5rem;
  }
}

/* BLOG ARTICLES =========================================================== */
.recommended-blog-articles {
  margin: 25px 0;
}

#recommended-blog-articles h6 {
  font-weight: 400;
  margin: 30px auto;
}
.recommended-blog-articles-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.recommended-blog-articles-wrapper .single_article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recommended-blog-articles-wrapper .single_article__title {
  margin: 10px 0 !important;
  text-align: center;
}

.recommended-blog-articles-wrapper .single_article__image {
  min-height: 244px;
  object-fit: cover;
}

.recommended-blog-articles-wrapper .single_article__excerpt {
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .recommended-blog-articles-wrapper .single_article__image {
    min-height: 197px !important;
  }
}
@media (max-width: 991.98px) {
  .recommended-blog-articles-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .recommended-blog-articles-wrapper .single_article__image {
    min-height: 223px !important;
  }
}

@media (max-width: 759.98px) {
  .recommended-blog-articles-wrapper .single_article__image {
    min-height: 163px !important;
  }
}

@media (max-width: 445.98px) {
  .recommended-blog-articles-wrapper {
    grid-template-columns: 1fr;
  }
  .recommended-blog-articles-wrapper .single_article__image {
    min-height: 181px !important;
  }
}

/* MEDIA CAROUSEL =========================================================== */

/* .media-container { margin-bottom: 60px; padding-top: 60px; } */
/* .media-header { font-size: 20px; padding-top: 5px; } */
.media-header h6 {
  font-weight: 400;
  padding: 10px 0;
}
.media-carousel .owl-item {
  text-align: center;
  padding: 0 10px;
}
.media-carousel .owl-item img {
  display: inline;
  max-width: 150px;
  width: 100%;
  height: 35px;
  vertical-align: middle; /*-webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}
html[lang="it"] .media-header {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .media-header {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* PREGNANT ================================================================= */

.pregnant {
  text-align: justify;
}
.pregnant h1 {
  font-weight: bold;
  font-size: 2.2rem;
  font-weight: 900;
}
.pregnant h2 {
  margin-top: 25px;
  font-size: 1.9rem;
}
.pregnant h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.pregnant .btn-primary.btn-rounded {
  font-size: 1.4rem;
  font-weight: 900;
}
.pregnant .btn-primary.btn-rounded-smaller {
  font-size: 1.2rem;
  font-weight: 900;
}
@media (max-width: 1199.98px) {
  .pregnant h1 {
    font-size: 1.8rem;
  }
  .pregnant h2 {
    font-size: 1.6rem;
  }
  .pregnant h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .pregnant .container.container-narrow {
    max-width: 840px;
  }
}

.pregnant-top {
  margin-bottom: 80px;
}
.pregnant-top .pregnant-top-inner {
  position: relative;
  width: 100%;
  height: 390px;
  padding: 50px;
  overflow: visible;
  background: transparent url("img/ciaza/topbaner.jpg") no-repeat top right;
  background-size: cover;
}
.pregnant-top .pregnant-top-try {
  position: absolute;
  left: -30px;
  bottom: -40px;
}
.pregnant-top .btn-primary {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .pregnant-top {
    text-align: center;
    margin-bottom: 30px;
  }
  .pregnant-top .pregnant-top-try {
    position: static;
    left: 0;
    bottom: 0px;
  }
  .pregnant-top .mobile-headers {
    padding: 20px 0;
  }
  .pregnant-top .mobile-try {
    padding: 20px 0;
    text-align: center;
  }
  .pregnant-top .mobile-try img {
    margin-bottom: 20px;
  }
  .pregnant-top .btn-primary {
    margin-left: 0px;
  }
}

.pregnant-txt {
  margin-bottom: 40px;
}
.pregnant-txt .row {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .pregnant-txt .row img {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.pregnant-safety {
  margin-bottom: 60px;
}
.pregnant-safety .pregnant-safety-inner {
  position: relative;
  width: 100%;
  min-height: 348px;
  padding: 40px 40px 40px 360px;
  background: transparent url("img/ciaza/bezpieczenstwo.jpg") no-repeat top left;
}
.pregnant-safety .btn-primary {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .pregnant-safety .pregnant-safety-inner {
    padding: 20px 20px 20px 20px;
    background-position: top right;
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pregnant-safety .pregnant-safety-inner {
    padding: 30px 30px 30px 350px;
  }
  .pregnant-safety .btn-primary {
    margin-top: 10px;
  }
}

.pregnant-efficiency {
  margin-bottom: 60px;
}
.pregnant-efficiency .ingredient {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 258px;
  margin: 0 auto;
}
.pregnant-efficiency .ingredient strong {
  display: block;
  margin: 15px 0;
}
.pregnant-efficiency .box-with-button {
  margin-top: 20px;
}
.pregnant-efficiency .box-with-button a {
  position: relative;
  z-index: 2;
}
.pregnant-efficiency .box-with-button .btn-rounded {
  margin-left: -20px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .pregnant-efficiency .box-with-button .btn-rounded {
    margin-top: 20px;
    margin-left: 0;
  }
}

.pregnant-expert {
  margin-bottom: 40px;
}
.pregnant-expert .pregnant-expert-inner {
  position: relative;
  background: #f8f8f8;
  padding: 30px 230px 30px 30px;
}
.pregnant-expert .pregnant-expert-inner img {
  position: absolute;
  right: 10px;
  bottom: 0px;
}
@media (max-width: 991.98px) {
  .pregnant-expert .pregnant-expert-inner {
    padding: 20px 20px 0px 20px;
  }
  .pregnant-expert .pregnant-expert-inner img {
    display: block;
    position: static;
    margin: 0 auto;
  }
}

.pregnant-faq {
  margin-bottom: 40px;
}
.pregnant-faq .faq-element {
}
.pregnant-faq .faq-element a {
  color: #212529 !important;
  text-decoration: none !important;
  display: block;
  border-top: 1px solid #9e9e9e;
  padding: 5px 4px;
}
.pregnant-faq .faq-element a .glyphicon {
  float: right;
  color: #d3d4d6;
  font-size: 12px;
  margin-top: 3px;
}
.pregnant-faq .faq-element div {
  display: none;
  padding: 8px 15px 10px 15px;
  border-top: 1px solid #9e9e9e;
  background: #f2f2f2;
}
.pregnant-faq .faq-element:last-child {
  border-bottom: 1px solid #9e9e9e;
}
@media (max-width: 991.98px) {
  .pregnant-faq .faq-element a {
    text-align: left;
  }
}

.newsletter-box {
  background-color: #221f1f;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 80px;
}

.newsletter-box__media {
}

.newsletter-box__media-image {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

.newsletter-box__panels {
  position: relative;
}

.newsletter-box__form {
  position: relative;
  z-index: 2;
  margin-top: -60px;
  padding: 15px;
  background: linear-gradient(
    180deg,
    rgba(92, 55, 37, 0) 0%,
    #614e41 7%,
    #221f1f 60%
  );
  display: none;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: -100px;
}

.newsletter-box__form.is-thx {
  min-height: 330px;
}

.newsletter-box__form.is-visible {
  display: flex;
}

.newsletter-box__form-paragraph {
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
}

.newsletter-box__form-paragraph.is-big {
  font-size: 40px;
  font-weight: 500;
}

.newsletter-box__form-paragraph.is-bold {
  font-weight: 500;
}

.newsletter-box__form-paragraph.is-big-but-small {
  font-size: 24px;
}

.newsletter-box__form-paragraph.is-uppercase {
  text-transform: uppercase;
}

.newsletter-box__form-list {
  font-size: 16px;
  color: #fff;
}
.newsletter-box__form-list-element p {
  margin: 0;
}

.newsletter-box__text-input-label {
  width: 100%;
  position: relative;
}

.newsletter-box__form-checkbox.is-error{
  color:red !important;
}

.newsletter-box__error-popup {
  position: absolute;
  top: -6px;
  right: 50%;
  background: #fff;
  display: flex;
  border: 1px solid #db1135;
  gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 5px;
  color: #000;
  font-size: 12px;
  transform: translateX(50%);
}

.newsletter-box__error-popup.is-checkbox {
  transform: translateX(50%);
}

.newsletter-box__error-popup-button {
  height: 25px;
  width: 25px;
  appearance: none !important;
  background: none;
  border: none;
  outline: none;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-box__text-input {
  width: 100%;
  height: 48px;
  padding: 14px;
}

.newsletter-box__text-input::placeholder {
  color: #9d9d9d;
}

.newsletter-box__form-button {
  width: 100%;
  appearance: none;
  background: #5a7f66;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 48px;
  border: none;
  outline: none;
  cursor: pointer;
}
.newsletter-box__form-button:hover, .newsletter-box__form-button:focus, .newsletter-box__form-button:active {
  background: #88B496;
}
.newsletter-box__form-box {
  max-width: 449px;
  margin: 0 auto;
  display: flex;
  gap: 13px;
  flex-direction: column;
}

.newsletter-box__form-checkbox-label {
  line-height: 1.1;
}

.newsletter-box__form-checkbox-input {
  height: 24px;
  width: 24px;
  flex-grow: 0;
  flex-shrink: 0;
}

.newsletter-box__form-checkbox {
  display: flex;
  flex-direction: row;
  color: #fff;
  font-size: 12px;
  gap: 13px;
  align-items: flex-start;
  position: relative;
}

@media screen and (min-width: 400px) {
  /* .newsletter-box__panels {
    min-height: 594px;
  } */
}

@media screen and (min-width: 480px) {
  /* .newsletter-box__panels {
    min-height: 502px;
  } */
}

@media screen and (min-width: 580px) {
  .newsletter-box {
    max-width: 540px;
  }

  /* .newsletter-box__panels {
    min-height: 486px;
  } */
}

@media screen and (min-width: 768px) {
  .newsletter-box {
    max-width: 720px;
  }
  .newsletter-box__form {
    padding: 25px;
  }
}

@media screen and (min-width: 992px) {
  .newsletter-box {
    max-width: 960px;
    flex-direction: row;
  }

  .newsletter-box__form {
    max-width: 60%;
    background: unset;
    margin-top: 0;
  }

  .newsletter-box__media-image {
    position: absolute;
  }
  .newsletter-box__form-box {
    max-width: 100%;
  }

  .newsletter-box__error-popup {
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 12px)) translateY(6px);
  }

  .newsletter-box__error-popup.is-checkbox {
    transform: translateX(calc(100% + 12px)) translateY(0px);
  }

  .newsletter-box__form.is-thx {
    min-height: 550px;
  }

}

@media screen and (min-width: 1200px) {
  .newsletter-box {
    max-width: 1170px;
  }
}
