@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
a.navbar-brand img {
  height: 50px;
}

.mw-600 {
  max-width: 600px;
}

.mw-1000 {
  max-width: 1000px;
}

.no-border {
  border: 0;
}

.border-red {
  border-color: red;
}

.trendy-cover {
  min-height: 400px;
  background: url("/attachments/trendy.jpg") center/cover no-repeat;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 0;
}

.article-cover {
  min-height: 200px;
  background: url("/attachments/trendy.jpg") center/cover no-repeat;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.trendy-body {
  padding: 48px;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

@media only screen and (min-width: 992px) {
  .trendy-cover {
    border-top-left-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 14px;
  }
  .trendy-body {
    padding: 92px 48px;
  }
}
p {
  margin-bottom: 0;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.bodyL {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.bodyM {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bodyS {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.caption {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.label {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.color-primary {
  color: rgb(63, 70, 72);
}

.color-foreground {
  color: rgb(35, 35, 35);
}

.color-brand {
  color: rgb(234, 2, 6);
}

.color-carrot {
  color: rgb(245, 73, 0);
}

.color-onion {
  color: rgb(217, 143, 39);
}

.color-potato {
  color: rgb(134, 82, 0);
}

.color-leek {
  color: rgb(50, 153, 45);
}

.color-radish {
  color: rgb(134, 82, 0);
}

.color-beetroot {
  color: rgb(188, 32, 32);
}

.color-otherveg {
  color: rgb(50, 153, 45);
}

.bg-color-near-white {
  background-color: rgb(247, 247, 247);
}

.bg-color-carrot {
  background-color: rgb(245, 73, 0);
}

.bg-color-carrot-faded {
  background-color: rgba(245, 73, 0, 0.1);
}

.bg-color-potato {
  background-color: rgb(134, 82, 0);
}

.bg-color-potato-faded {
  background-color: rgba(134, 82, 0, 0.1);
}

.bg-color-onion {
  background-color: rgb(217, 143, 39);
}

.bg-color-onion-faded {
  background-color: rgba(217, 143, 39, 0.1);
}

.bg-color-beetroot {
  background-color: rgb(188, 32, 32);
}

.bg-color-beetroot-faded {
  background-color: rgba(188, 32, 32, 0.1);
}

.bg-color-otherveg {
  background-color: rgb(50, 153, 45);
}

.bg-color-otherveg-faded {
  background-color: rgba(50, 153, 45, 0.1);
}

.bg-color-gray {
  background-color: rgba(236, 238, 242, 0.3);
}

.btn {
  padding: 12px 24px;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 8px;
}

.btn-light {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.btn.btn-lang {
  padding: 0;
  border: 0;
  color: white;
}

.btn.btn-wide {
  padding: 12px 64px;
}

.btn-cta {
  padding: 6px 12px;
}

.btn-offer-return {
  padding: 6px 12px;
  border: 0;
  gap: 12px;
}

.btn-product-pdf {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
}
.btn-product-pdf > .mat-btn-icon {
  margin-right: 0.25rem;
}

.dropdown-menu {
  padding: 32px 24px;
  gap: 16px;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 12px;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-item {
  padding: 8px 12px;
  border-radius: 4px;
}

.dropdown-item:hover {
  background: rgb(248, 247, 247);
}

.dropdown-item:active {
  background: rgb(248, 247, 247);
  color: #212529;
}

.dropdown-menu.lang-menu {
  padding: 8px;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu.mega.show {
    display: flex;
  }
}
footer {
  font-family: Arial, Helvetica, sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(35, 35, 35);
  padding: 72px 24px;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a.nav-link {
  color: #ccc;
}

footer a.nav-link:focus,
footer a.nav-link:hover {
  color: white;
}

footer a:hover {
  text-decoration: underline;
}

footer h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: white;
}

footer .company-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: white;
}

footer .company-desc {
  line-height: 22.75px;
}

footer .contact {
  gap: 12px;
  color: white;
}

footer .contact a {
  color: white;
}

footer .btn-social {
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 7px 10px;
  border: 0;
  border-radius: 10px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}

footer a.call-us {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: white;
}

footer .box {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  fill: currentColor;
  stroke: none;
}

.mat-icon {
  font-size: 32px;
}

.mat-btn-icon {
  font-size: 20px; /* trochę mniejsze niż domyślne 24px */
  vertical-align: middle; /* wyrównanie do środka linii tekstu */
  line-height: 1; /* usuwa dodatkowy odstęp w pionie */
  margin-top: -2px; /* ewentualne drobne przesunięcie w górę */
}

.icon-offer {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 33px;
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.card-icon-lg {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-icon-mid {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.card-icon-two {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: red;
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.card-icon-two-new {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.card-icon-three {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: red;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.offer-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 48px;
  padding: 16px;
  color: red;
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.badge {
  padding: 6px 8px;
  border-radius: 8px;
  color: rgb(35, 35, 35);
  background-color: white;
}

.badge.badge-light {
  color: rgb(35, 35, 35);
  background-color: white;
}

.badge.badge-dark {
  color: white;
  background-color: rgb(35, 35, 35);
}

.card-badge {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgb(29, 30, 29);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2px 8px;
}

.offer-pill {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  padding: 8px 16px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.chips {
  padding: 8px 16px;
  border-radius: 50rem;
}

.chips.chips-light {
  background-color: rgb(252, 252, 252);
}

.chips.chips-dark {
  background-color: rgb(29, 30, 29);
}

@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
    height: fit-content;
  }
}
.card {
  border-radius: 16px;
}

.card-contact .card-body {
  padding: 32px;
}

.card-topped {
  border: 0;
  height: 100%;
}

.card-topped .card-body {
  background-color: white;
  padding: 32px 12px;
}

.card-case-study {
  background-color: rgb(240, 253, 244);
  border: 1px solid rgb(185, 248, 207);
  border-radius: 14px;
}

.card-case-study .card-body {
  gap: 12px;
}

.card-case-study h1,
.card-case-study h4 {
  color: rgb(1, 102, 48);
}

.card-case-study .label {
  color: rgb(0, 166, 62);
}

.card-case-study .bodyS {
  color: rgb(0, 130, 54);
}

.card-product {
  border-radius: 14px;
}

.card-product img {
  border-radius: 10px;
  background-color: rgb(247, 247, 247);
}

.card-side .card-body {
  padding: 24px;
  gap: 16px;
}

.veg-card {
  border: 0;
  text-decoration: none;
}
.veg-card:hover:not(.text-white) {
  background-color: rgba(50, 153, 45, 0.1);
}

.step-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.step-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.step-card-body {
  padding: 20px;
}

.card.offer-card .card-img,
.card.offer-card .card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card.offer-card .card-body {
  padding: 32px 24px;
  gap: 12px;
}
.card.offer-card .card-img-top {
  max-height: 200px;
}
.card.offer-card .card-img-overlay {
  max-height: 200px;
}

.trust-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.experts-box {
  background: linear-gradient(0deg, rgba(3, 2, 19, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), url("/attachments/experts.jpg") center/cover no-repeat;
}

.box-contact {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background-color: rgba(3, 2, 19, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.box-about {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 10px;
  color: rgb(234, 2, 6);
  background-color: rgb(247, 247, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
}

.form-check-input:focus[type=checkbox] {
  box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M6%2010l3%203l6-6%22%2F%3E%3C%2Fsvg%3E");
}

section.offer-single {
  padding: 72px 12px;
}

section.offer-cta {
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
}

section.applications {
  padding: 72px 12px;
}

section.breadcrumbs {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
section.breadcrumbs a {
  text-decoration: none;
}

section .values-box {
  padding: 32px 0;
  gap: 58px;
}
section .values-box img {
  border-radius: 16px;
}

section.offer-return {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 12px;
}

.hero {
  color: white;
  padding: 120px 20px;
}

.hero h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

.hero p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  justify-content: center;
}

.hero-yt {
  font-family: Arial, Helvetica, sans-serif;
  font-display: swap;
  width: 480px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 32px;
  border-radius: 16px;
}

.hero-yt iframe {
  border-radius: 10px;
}

.hero-yt h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.hero-yt p {
  font-size: 14px !important; /* WTF?! */
  line-height: 20px !important; /* This does not work without !important clause... */
  color: rgba(255, 255, 255, 0.7);
}

.section-pill {
  font-family: "Poppins", sans-serif;
  font-display: swap;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: black;
  background-color: white;
  border: 1px solid black;
  border-radius: 50rem;
  padding: 8px 16px;
  margin-bottom: 1rem;
}