@charset "UTF-8";
/* === BASE === */
/* == RESET ==  */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* == END RESET ==  */
/* == GUTENBERG STYLES ==  */
body .wp-block-buttons > .wp-block-button {
  padding: 0;
  margin-right: 24px;
  margin-bottom: 8px;
}
body .wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0;
}

body .wp-block-button__link {
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: inherit;
}

body .is--max-w--650 {
  max-width: 650px;
  width: 90%;
}

body .cover-bg__h--100p {
  height: 100%;
}
body .cover-bg__h--100p img {
  height: 100%;
}

body .cover-bg__h--100p {
  height: 100%;
}
body .cover-bg__h--100p img {
  height: 100%;
}

body .contain-bg img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

body .wp-block-group .wp-block-group__inner-container {
  overflow: hidden;
  z-index: 3;
  position: relative;
}

body .is--display-inline-block {
  display: inline-block;
}

body .is--display-flex {
  display: flex;
  align-items: center;
}

body .is--text-align-center {
  text-align: center;
}

body .is--image-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .is--no-padding {
  padding: 0;
}

body .is--block-center {
  margin: 0 auto;
}

body .is--block-center {
  margin: 0 auto;
}

body .is--h-4 {
  height: 4px;
}

body .is--h-8 {
  height: 8px;
}

body .is--h-12 {
  height: 12px;
}

body .is--h-16 {
  height: 16px;
}

body .is--h-20 {
  height: 20px;
}

body .is--h-24 {
  height: 24px;
}

body .is--h-32 {
  height: 32px;
}

body .is--h-36 {
  height: 36px;
}

body .is--h-48 {
  height: 48px;
}

body .is--h-56 {
  height: 56px;
}

body .is--h-64 {
  height: 64px;
}

body .is--h-96 {
  height: 96px;
}

body .is--h-112 {
  height: 112px;
}

.is--margin--100 {
  margin-top: -100px;
  position: relative;
  z-index: -1;
}

/* MOBILE */
@media (max-width: 900px) {
  body .is--h-64 {
    height: 32px !important;
  }
  body .is--h-96 {
    height: 48px !important;
  }
  body .is--h-112 {
    height: 56px !important;
  }
}
/* == END GUTENBERG STYLES ==  */
/* == FONTS ==  */
.is--regular {
  font-weight: normal;
}

.is--italic {
  font-style: italic;
}

.is--bold {
  font-weight: bold;
}

.text--h1 {
  font-size: 68px;
  line-height: 110%;
}

.text--h2 {
  font-size: 48px;
  line-height: 110%;
}
.text--h2.is--regular {
  line-height: 130%;
}

.text--h3 {
  font-size: 36px;
  line-height: 130%;
}

.text--h4 {
  font-size: 28px;
  line-height: 130%;
}

.text--h5 {
  font-size: 22px;
  line-height: 150%;
}

.text--p {
  font-size: 16px;
  line-height: 150%;
}

.text--small {
  font-size: 12px;
  line-height: 150%;
}
.text--small .is--regular {
  font-size: 14px;
}

.text--caption {
  font-size: 9px;
  line-height: 150%;
}

.text--display {
  font-size: 120px;
  line-height: 110%;
}

/* MOBILE */
@media (max-width: 1200px) {
  .text--h1 {
    font-size: 58px;
  }
  .text--h2 {
    font-size: 40px;
  }
  .text--h3 {
    font-size: 32px;
  }
  .text--h4 {
    font-size: 26px;
  }
  .text--h5 {
    font-size: 18px;
  }
}
@media (max-width: 782px) {
  .text--h1 {
    font-size: 42px;
  }
  .text--h2 {
    font-size: 32px;
  }
  .text--h3 {
    font-size: 26px;
  }
  .text--h4 {
    font-size: 22px;
  }
  .text--h5 {
    font-size: 18px;
  }
}
/* == END FONTS ==  */
/* == LIST ==  */
/* == END LIST ==  */
/* == COLORS ==  */
.color--green-1--txt {
  color: #94c11f;
}
.color--green-1--bg {
  background-color: #94c11f;
}

.color-green--dark-1--txt {
  color: #343b22;
}
.color-green--dark-1--bg {
  background-color: #343b22;
}

.color-green--dark-2--txt {
  color: #004e35;
}
.color-green--dark-2--bg {
  background-color: #004e35;
}

.color-green--light-1--txt {
  color: #bbcfc8;
}
.color-green--light-1--bg {
  background-color: #bbcfc8;
}

.color-green--light-2--txt {
  color: #eaf3d2;
}
.color-green--light-2--bg {
  background-color: #eaf3d2;
}

.color-green-2--txt {
  color: #3b9d36;
}
.color-green-2--bg {
  background-color: #3b9d36;
}

.color-grey--txt {
  color: #8b8b8b;
}
.color-grey--bg {
  background-color: #8b8b8b;
}

.color-grey--light-1--txt {
  color: #f8ffff;
}
.color-grey--light-1--bg {
  background-color: #f8ffff;
}

.color-grey--light-2--txt {
  color: #f2f2f2;
}
.color-grey--light-2--bg {
  background-color: #f2f2f2;
}

.color-grey--light-3--txt {
  color: #d7e0e5;
}
.color-grey--light-3--bg {
  background-color: #d7e0e5;
}

.color-grey-dark--txt {
  color: #686868;
}
.color-grey-dark--bg {
  background-color: #686868;
}

.color-red--txt {
  color: #fb4635;
}
.color-red--bg {
  background-color: #fb4635;
}

.color-red-dark--txt {
  color: #d01200;
}
.color-red-dark--bg {
  background-color: #d01200;
}

.color-pink--txt {
  color: #fbb2ab;
}
.color-pink--bg {
  background-color: #fbb2ab;
}

.color-pink--light--txt {
  color: #ffe6e6;
}
.color-pink--light--bg {
  background-color: #ffe6e6;
}

.color-white--txt {
  color: #fff;
}
.color-white--bg {
  background-color: #fff;
}

.color-orange-1--txt {
  color: #f39200;
}
.color-orange-1--bg {
  background-color: #f39200;
}

.color-orange-2--txt {
  color: #df790d;
}
.color-orange-2--bg {
  background-color: #df790d;
}

.color-blue-1--txt {
  color: #008bcc;
}
.color-blue-1--bg {
  background-color: #008bcc;
}

.color-blue-2--txt {
  color: #295e9e;
}
.color-blue-2--bg {
  background-color: #295e9e;
}

.color-raspberry--dark--txt {
  color: #982a4a;
}
.color-raspberry--dark--bg {
  background-color: #982a4a;
}

.color-purple--txt {
  color: #5f3975;
}
.color-purple--bg {
  background-color: #5f3975;
}

.color-yellow--txt {
  color: #d2a800;
}
.color-yellow--bg {
  background-color: #d2a800;
}

.color-black--txt {
  color: #000;
}
.color-black--bg {
  background-color: #000;
}

/* == END COLORS ==  */
/* == GRADIENT ==  */
.gradient--red-red--bg {
  background: linear-gradient(90deg, rgb(208, 18, 0) 0%, rgb(251, 70, 53) 100%);
}

.gradient--green-green--bg {
  background: linear-gradient(90deg, rgb(44, 112, 68) 0%, rgb(0, 78, 53) 100%);
}
.gradient--green-green--bg.is--reverse {
  background: linear-gradient(270deg, rgb(44, 112, 68) 0%, rgb(0, 78, 53) 100%);
}
.gradient--green-green--bg.is--top {
  background: linear-gradient(180deg, rgb(44, 112, 68) 0%, rgb(0, 78, 53) 100%);
}

/* == END GRADIENT ==  */
/* == GENERAL ==  */
body {
  font-family: "Lato", sans-serif;
  line-height: 150%;
  font-weight: normal;
  font-size: 16px;
  color: #343b22;
  padding-top: 84px;
}
body.no-scroll {
  overflow: hidden;
  padding-right: 5px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #bababa;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

.site-wrapper {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
}

#page-content {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-size: inherit;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}

.group-list {
  padding-left: 48px;
  max-width: 500px;
  position: relative;
}
.group-list span,
.group-list a,
.group-list p,
.group-list h1,
.group-list h2,
.group-list h3,
.group-list h4,
.group-list h5,
.group-list h6 {
  z-index: 2;
  position: relative;
}
.group-list:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #343b22;
  -webkit-mask-image: url("../img/icon/list-check-icon.svg");
          mask-image: url("../img/icon/list-check-icon.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 2;
}
.group-list.gradient {
  color: #f8ffff;
  padding: 32px 32px 32px 80px;
}
.group-list.gradient.is--light {
  color: #052424;
  max-width: 100%;
}
.group-list.gradient.is--light:before {
  background: linear-gradient(90deg, rgb(251, 255, 241) 0%, rgb(223, 237, 188) 100%);
  z-index: -1;
}
.group-list.gradient.is--light:after {
  background-color: #343b22;
}
.group-list.gradient ul {
  padding-left: 20px;
}
.group-list.gradient:after {
  background-color: #f8ffff;
  top: 35px;
  left: 35px;
}
.group-list.gradient:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgb(44, 112, 68) 0%, rgb(0, 78, 53) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gap-64 {
  justify-content: space-between;
  gap: 64px;
}

.loader__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.loader {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.loader::before, .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.loader::after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #d01200;
}

/* == END GENERAL ==  */
/* == ANIMATIONS ==  */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
/* == END ANIMATIONS ==  */
/* === COMPONENTES === */
/* == BACKGROUND VIDEO ==  */
/* == END BACKGROUND VIDEO ==  */
/* == BUTTONS ==  */
.btn a,
.btn span {
  color: inherit;
}

.btn--fixed-right {
  position: fixed;
  left: 100%;
  top: 50%;
  transform-origin: 0% bottom;
  transform: rotate(-90deg) translateX(-25%) translateY(100%);
  white-space: nowrap;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn--fixed-right.open {
  transform: rotate(-90deg) translateX(-25%);
}

.btn--primary {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  background: linear-gradient(90deg, rgb(208, 18, 0) 0%, rgb(251, 70, 53) 100%);
  color: #f8ffff;
  padding: 10px 36px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn--primary:hover {
  background: #d01200;
}
.btn--primary:active {
  box-shadow: inset 0 0 0 3px #f8ffff;
}

.btn--secondary {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  box-shadow: inset 0 0 0 1px #fb4635; /* Wewnętrzne obramowanie */
  background: transparent;
  color: #fb4635;
  padding: 10px 36px;
  border-radius: 4px;
}
.btn--secondary:hover {
  background-color: rgba(251, 70, 53, 0.25);
}
.btn--secondary:active {
  box-shadow: inset 0 0 0 3px #fb4635;
}
.btn--secondary.is--white {
  color: #f8ffff;
  box-shadow: inset 0 0 0 1px #f8ffff;
}
.btn--secondary.is--white:active {
  box-shadow: inset 0 0 0 3px #f8ffff;
}
.btn--secondary.is--white:hover {
  background-color: rgba(248, 255, 255, 0.2);
}
.btn--secondary.is--green {
  color: #004e35;
  box-shadow: inset 0 0 0 1px #004e35;
}
.btn--secondary.is--green:active {
  box-shadow: inset 0 0 0 3px #004e35;
}
.btn--secondary.is--green:hover {
  background-color: rgba(0, 78, 53, 0.06);
}

.btn--tertiary {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #343b22;
  padding: 0;
}
.btn--tertiary .wp-block-button__link {
  padding: 2px 0;
}
.btn--tertiary a:after, .btn--tertiary span:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fb4635;
  transition: all 0.3s ease-in-out;
}
.btn--tertiary:hover a::after, .btn--tertiary:hover span::after {
  width: 100%;
}
.btn--tertiary:active {
  color: #fb4635;
}
.btn--tertiary:active::after {
  width: 100%;
}
.btn--tertiary.is--group {
  font-size: 22px;
  color: #004e35;
}
.btn--tertiary.is--group:after {
  background-color: #004e35;
}
.btn--tertiary.is--group:active {
  color: #004e35;
  font-weight: 900;
}

.top__search {
  height: 45px;
  outline: 1px solid #fb4635;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.top__search.active {
  background-color: rgba(251, 70, 53, 0.1);
  outline: 3px solid #fb4635;
  height: 41px;
}
.top__search.active .input__container {
  max-width: 200px;
}
.top__search.active .btn--search::after {
  background-image: url(../img/icon/close-icon.svg);
}
.top__search.active input[type=search] {
  height: 41px;
}
.top__search:hover {
  background-color: rgba(251, 70, 53, 0.1);
}
.top__search button {
  background: none;
  outline: none;
  border: none;
  flex-shrink: 0;
}
.top__search .input__container {
  width: 200px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  max-width: 0;
  width: 100%;
}
.top__search input[type=search] {
  margin: 0;
  padding: 12px;
  outline: none;
  border: none;
  height: 45px;
  min-height: auto;
  background-color: transparent;
  color: #8b8b8b;
  font-weight: 300;
}
.top__search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.top__search input[type=search]:focus, .top__search input[type=search]:active {
  outline: none;
  background-color: transparent;
}
.top__search .btn--search {
  width: 56px;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.top__search .btn--search:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/lupe-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: all 0.15s ease-in-out;
}

.btn--link {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  line-height: 150%;
  color: inherit;
  padding: 0 32px 0 0;
  position: relative;
}
.btn--link .wp-block-button__link {
  padding-left: 0;
}
.btn--link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon/link-icon.svg);
  mask-image: url(../img/icon/link-icon.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 2;
}
.btn--link:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fb4635;
  transition: all 0.3s ease-in-out;
}
.btn--link:hover::after {
  width: 100%;
}
.btn--link:active {
  color: #fb4635;
}
.btn--link:active::after {
  width: 100%;
}
.btn--link.is--group {
  font-size: 22px;
  color: #004e35;
}
.btn--link.is--group:after {
  background-color: #004e35;
}
.btn--link.is--group:active {
  color: #004e35;
  font-weight: 900;
}

.btn--filters {
  position: fixed;
  left: 10px;
  top: 120px;
  width: auto;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fb4635;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fb4635;
}
.btn--filters.visible {
  opacity: 0.75;
  visibility: visible;
}
.btn--filters::before, .btn--filters::after {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fb4635;
  transform: rotate(45deg);
}
.btn--filters::before {
  right: -6px;
}
.btn--filters::after {
  transform: rotate(-45deg);
  left: -6px;
}
.btn--filters:hover {
  cursor: pointer;
  opacity: 1;
}

/* MOBILE */
@media all and (max-width: 900px) {
  .btn--tertiary-menu::after {
    display: none;
  }
  .btn--tertiary-menu.is--group:active {
    color: inherit;
    font-weight: normal;
  }
  .top__search {
    margin: 30px 0;
    transition: all 0.3s ease-in-out;
    width: 260px;
    justify-content: flex-start;
  }
  .top__search .btn--search {
    min-width: 260px;
    width: calc(100% - 200px);
    transition: all 0.3s ease-in-out;
  }
  .top__search .btn--search::after {
    left: unset;
    right: 10px;
  }
  .top__search.active {
    width: calc(100% - 56px);
    height: 45px;
  }
  .top__search.active .btn--search {
    min-width: 0;
  }
  .top__search.active input[type=search] {
    height: 45px;
  }
}
/* == END BUTTONS ==  */
/* == SLIDER - LOGO ==  */
.logo-slider {
  padding: 64px 0 128px;
}
.logo-slider .item {
  width: 270px;
  height: 172px;
  margin: 0 40px;
  background: #fff;
  padding: 8px 24px;
}
.logo-slider .item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

/* MOBILE */
@media (max-width: 900px) {
  /* Stylowanie dla ekranów mniejszych niż 900px */
  .logo-slider .item {
    width: 200px;
    height: 150px;
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .logo-slider .item {
    width: 250px;
    height: 150px;
    margin: 0 auto;
  }
}
/* == END SLIDER - LOGO ==  */
/* == SLIDER - REVIEW ==  */
.review-slider {
  margin: 0 auto;
}
.review-slider .custom-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 90%;
  margin: 48px auto;
  gap: 32px;
  align-items: center;
}
.review-slider .custom-nav-container .owl-prev {
  background-image: url(../img/icon/arrow_left-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.review-slider .custom-nav-container .owl-prev:hover {
  transform: scale(1.4);
}
.review-slider .custom-nav-container .owl-next {
  background-image: url(../img/icon/arrow_right-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.review-slider .custom-nav-container .owl-next:hover {
  transform: scale(1.4);
}
.review-slider .custom-nav-container .custom-dots-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.review-slider .custom-nav-container .owl-dot {
  padding: 4px 0;
  cursor: pointer;
}
.review-slider .custom-nav-container .owl-dot span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #8b8b8b;
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.review-slider .custom-nav-container .owl-dot:hover span {
  width: 40px;
  background-color: #fb4635;
}
.review-slider .custom-nav-container .owl-dot.active span {
  background-color: #fb4635;
  width: 80px;
  opacity: 1;
}
.review-slider .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.review-slider .owl-item.active.center {
  position: relative;
  z-index: 2;
}
.review-slider .owl-item.active.center .item {
  transform: scale(1);
  opacity: 1;
  border-color: #fb4635;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0.6s;
}
.review-slider .item {
  width: 800px;
  margin: 20px 0px;
  background: #f2f2f2;
  padding: 64px;
  border-radius: 4px;
  border: 1px solid #8b8b8b;
  opacity: 0.9;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out 0.15s;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.review-slider .item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.review-slider .item .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: center;
  position: relative;
  padding: 0 80px;
}
.review-slider .item .content .review__text {
  position: relative;
}
.review-slider .item .content .review__text:before, .review-slider .item .content .review__text:after {
  content: "";
  display: block;
  width: 67px;
  height: 47px;
  background-image: url(../img/icon/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  opacity: 0.5;
}
.review-slider .item .content .review__text:before {
  left: -80px;
  top: 0;
}
.review-slider .item .content .review__text:after {
  transform: scaleX(-1);
  right: -80px;
  bottom: 0;
}
.review-slider .item .content .review__location {
  min-height: 24px;
  padding-left: 32px;
  position: relative;
}
.review-slider .item .content .review__location:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/point-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

/* MOBILE */
@media (max-width: 1200px) {
  /* Stylowanie dla ekranów mniejszych niż 1200px */
  .review-slider .item {
    width: 650px;
    padding: 32px;
  }
  .review-slider .item .content {
    padding: 0 40px;
  }
  .review-slider .item .content .review__text:before, .review-slider .item .content .review__text:after {
    width: 47px;
    height: 27px;
  }
  .review-slider .item .content .review__text:before {
    left: -60px;
  }
  .review-slider .item .content .review__text::after {
    right: -60px;
  }
}
@media (max-width: 900px) {
  /* Stylowanie dla ekranów mniejszych niż 900px */
  .review-slider .item {
    width: 500px;
    flex-direction: column;
  }
  .review-slider .item .content {
    gap: 16px;
  }
  .review-slider .item .image {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .review-slider .item {
    width: 400px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .review-slider .item {
    width: 300px;
  }
  .review-slider .item .image {
    max-width: 180px;
  }
  .review-slider .item .content {
    padding: 0 8px;
  }
  .review-slider .item .content .review__text:before, .review-slider .item .content .review__text:after {
    width: 27px;
    height: 17px;
  }
  .review-slider .item .content .review__text:before {
    left: -30px;
  }
  .review-slider .item .content .review__text::after {
    right: -30px;
  }
}
/* == END SLIDER - REVIEW ==  */
/* == FORM ==  */
.wpcf7,
.form-wrapper {
  width: calc(100% - 2px);
  margin: 0 auto;
}

/* radio */
input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio__item {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Stylizowanie okręgu przy przycisku radio */
.radio__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #343b22;
  border-radius: 50%;
  background-color: transparent;
}

/* Stylizacja zaznaczonego przycisku */
input[type=radio]:checked + .radio__item::before {
  background-color: #fb4635;
  box-shadow: inset 0 0 0 4px white;
  border-color: #fb4635;
}

/* Opcjonalne: zmiana koloru po najechaniu */
input[type=radio]:hover + .radio__item::before {
  border-color: #fb4635;
}

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
}

input[type=email],
input[type=text],
textarea {
  width: 100%;
}

input[type=email],
input[type=text] {
  min-height: 48px;
}

textarea {
  min-height: 180px;
}

input,
textarea,
input:not([type=submit]) {
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin-bottom: 24px;
  outline: 1px solid #343b22;
  font-size: 16px;
  margin-top: 8px;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input:not([type=submit]).wpcf7-not-valid {
  margin-bottom: 8px;
}
input:active, input:focus,
textarea:active,
textarea:focus,
input:not([type=submit]):active,
input:not([type=submit]):focus {
  outline: 3px solid #fb4635;
  background-color: #f8ffff;
}
input .wpcf7-not-valid-tip,
textarea .wpcf7-not-valid-tip,
input:not([type=submit]) .wpcf7-not-valid-tip {
  margin-bottom: 16px;
}

input,
textarea {
  font-family: inherit;
}

input[type=submit] {
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}

/* Checkbox */
/* Customize the label (the container) */
.your-consent {
  display: block;
  margin: 50px 0;
}
.your-consent .wpcf7-list-item-label span {
  color: #fb4635;
}

.wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}

.checkbox-wrapper .wpcf7-form-control-wrap {
  margin: 24px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
  width: 25px;
  height: 25px;
}
.checkbox-wrapper .text {
  width: calc(100% - 45px);
  font-size: 13px;
  color: #343b22;
  line-height: 18px;
  display: block;
}
.checkbox-wrapper .text a {
  font-weight: 700;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

span.wpcf7-list-item {
  margin: 40px 0 0 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #343b22;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-list-item input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wpcf7-list-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wpcf7-list-item .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* == END FORM ==  */
/* == PRODUCTS ==  */
#products__section {
  padding: 96px 0;
}
#products__section .products__section__title {
  text-align: center;
  margin-bottom: 64px;
}

.product__item {
  text-align: center;
  max-width: 270px;
  position: relative;
  flex: 1 1 270px;
  transition: all 0.15s ease-in-out;
}
.product__item:hover {
  transform: scale(1.05);
}
.product__item .product__image {
  width: 100%;
  height: 200px;
  margin-bottom: -55px;
  position: relative;
  z-index: 1;
}
.product__item .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product__item .product__text-container {
  min-height: 172px;
  border-radius: 4px;
  padding: 56px 16px 16px 16px;
}
.product__item .product__category {
  top: -14px;
}

.product__category {
  display: inline-block;
  padding: 8px 8px;
  border-radius: 4px;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

/* == END PRODUCTS ==  */
/* == box-header ==  */
.box-header__container {
  display: flex;
}

.box-header__left {
  width: 50%;
}

.wp-block-group .is--image-mobile {
  display: none;
}

.box-header__right,
.box-image--right {
  width: 50%;
  position: relative;
  background-color: transparent;
}
.box-header__right .wp-block-image,
.box-header__right .wp-block-video,
.box-image--right .wp-block-image,
.box-image--right .wp-block-video {
  margin-top: 96px;
  width: calc(100% + 64px);
  max-width: calc(100% + 64px);
  height: auto;
  aspect-ratio: 4/3;
  z-index: 2;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  left: -64px;
}
.box-header__right .wp-block-video video,
.box-image--right .wp-block-video video {
  aspect-ratio: initial;
}

.box-content--gradient {
  position: relative;
  padding: 96px 192px 96px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 32px;
}
.box-content--gradient:after {
  content: "";
  display: block;
  background: linear-gradient(270deg, rgb(44, 112, 68) 0%, rgb(0, 78, 53) 100%);
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.box-header__content {
  padding: 48px 192px 0px 0;
}
.box-header__content p {
  margin: 16px 0;
}
.box-header__content .btn {
  margin-bottom: 24px;
}

/* MOBILE */
@media (max-width: 1200px) {
  /* Stylowanie dla ekranów mniejszych niż 1200px */
  .box-content--gradient,
  .box-header__content {
    padding-right: 100px;
  }
}
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .wp-block-group .is--image-mobile {
    display: block;
    margin: -64px auto 0;
    width: 90%;
  }
  .box-image--right {
    display: none;
  }
  .box-header__content {
    padding: 32px 0 0 0;
  }
  .box-image--right .wp-block-image,
  .box-image--right .wp-block-video {
    margin: -64px auto 0;
    max-width: 90%;
    left: 0;
    right: 0;
  }
  .box-image--right .wp-block-image img,
  .box-image--right .wp-block-image video,
  .box-image--right .wp-block-video img,
  .box-image--right .wp-block-video video {
    margin-top: 0;
    aspect-ratio: auto;
  }
  .box-header__right .wp-block-image img,
  .box-header__right .wp-block-video video {
    margin-top: 32px;
    aspect-ratio: auto;
  }
  .box-content--gradient {
    padding: 64px 32px 128px 0;
    max-width: 80%;
    order: 1;
  }
  .box-content--gradient:after {
    width: 100svw;
  }
  .box-header__content {
    order: 3;
  }
}
/* == END box-header ==  */
/* == SOLUTIONS GRID ==  */
.solution-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  position: relative;
}
.solution-grid-item:hover .solution-grid-item__bg-color::after {
  opacity: 0.2;
}
.solution-grid-item:hover .solution-grid-item__bg-image {
  opacity: 1;
}
.solution-grid-item:hover .solution-grid-item__title {
  transform: scale(1.2);
}
.solution-grid-item:hover .solution-grid__btn-container span:after {
  width: 100%;
}
.solution-grid-item .solution-grid-item__bg-color {
  background-color: #004e35;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.solution-grid-item .solution-grid-item__bg-color:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.solution-grid-item .solution-grid-item__bg-image {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.solution-grid-item .solution-grid-item__title {
  max-width: 200px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform-origin: 0 0;
}
.solution-grid-item .solution-grid__btn-container {
  z-index: 3;
  color: #fff;
}
.solution-grid-item .solution-grid__btn-container span {
  display: inline-block;
}

.solution-grid-container.solutions-all-tiles {
  display: grid;
  grid-template-areas: "item1 item2 item2 item2 item3 item3 item3" "item1 item4 item4 item5 item5 item6 item6";
  gap: 32px;
  height: 450px;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(1) {
  grid-area: item1;
  width: 400px;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(2) {
  grid-area: item2;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(3) {
  grid-area: item3;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(4) {
  grid-area: item4;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(5) {
  grid-area: item5;
}
.solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(6) {
  grid-area: item6;
}

.solution-grid-container.solution-overview {
  display: grid;
  grid-template-areas: "item1 item1 item1 item2 item2 item2" "item3 item3 item4 item4 item5 item5";
  gap: 32px;
  height: 450px;
  max-width: 900px;
  margin: 0 auto;
}
.solution-grid-container.solution-overview .solution-grid-item:nth-child(1) {
  grid-area: item1;
}
.solution-grid-container.solution-overview .solution-grid-item:nth-child(2) {
  grid-area: item2;
}
.solution-grid-container.solution-overview .solution-grid-item:nth-child(3) {
  grid-area: item3;
}
.solution-grid-container.solution-overview .solution-grid-item:nth-child(4) {
  grid-area: item4;
}
.solution-grid-container.solution-overview .solution-grid-item:nth-child(5) {
  grid-area: item5;
}

.solution-grid__btn-container a {
  color: #f8ffff;
}

/* MOBILE */
@media (max-width: 1350px) {
  /* Stylowanie dla ekranów mniejszych niż 1350px */
  .solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(1) {
    width: 300px;
  }
  .solution-grid-container.solutions-all-tiles .solution-grid-item .solution-grid-item__bg-image {
    opacity: 0.5;
  }
  .solution-grid-container.solutions-all-tiles .solution-grid-item .solution-grid-item__title {
    font-size: 18px;
  }
  .solution-grid-container.solutions-all-tiles .solution-grid-item .btn--tertiary {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  /* Stylowanie dla ekranów mniejszych niż 1150px */
  .solution-grid-container.solutions-all-tiles {
    grid-template-areas: "item1 item2 item3" "item4 item5 item6";
  }
  .solution-grid-container.solutions-all-tiles .solution-grid-item:nth-child(1) {
    width: auto;
  }
}
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .solution-grid-container.solutions-all-tiles {
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
    height: 700px;
  }
  .solution-grid-container.solution-overview {
    grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
    height: 700px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .solution-grid-container.solutions-all-tiles, .solution-grid-container.solution-overview {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
  }
  .solution-grid-container.solutions-all-tiles .solution-grid-item__title, .solution-grid-container.solution-overview .solution-grid-item__title {
    margin-bottom: 64px;
  }
}
/* == END SOLUTIONS GRID ==  */
/* == CATEGORY ==  */
#category.categories {
  padding: 96px 0;
}
#category.categories .category__title {
  text-align: center;
}

.category__item-container {
  padding-top: 64px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.category__item-container .category__item {
  display: block;
  width: 412px;
  max-width: 100%;
  min-height: 160px;
  border-radius: 4px;
  border: 1px solid #004e35;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}
.category__item-container .category__item:hover .category__name {
  color: #fff;
}
.category__item-container .category__item:hover .category__desc {
  opacity: 1;
  color: #fff;
}
.category__item-container .category__item:hover .category__courtain {
  opacity: 1;
}
.category__item-container .category__name {
  text-transform: uppercase;
}
.category__item-container .category__name,
.category__item-container .category__desc {
  z-index: 2;
  position: relative;
}
.category__item-container .category__desc {
  margin-top: 32px;
  opacity: 0;
  position: relative;
}
.category__item-container .category__courtain {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media all and (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .category__item-container .category__item {
    width: calc(50% - 16px);
    max-width: 300px;
  }
  .category__item-container .category__item .category__name {
    color: #fff;
  }
  .category__item-container .category__item .category__desc {
    opacity: 1;
    color: #fff;
  }
  .category__item-container .category__item .category__courtain {
    opacity: 1;
  }
}
@media all and (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .category__item-container .category__item {
    width: 100%;
    max-width: 100%;
  }
}
/* == END CATEGORY ==  */
/* == TECHNOLOGY ==  */
#technology-tiles.technology {
  padding: 96px 0;
}
#technology-tiles.technology .technology-tiles__title {
  text-align: center;
}

.technology-tiles__item-container {
  padding-top: 64px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
}
.technology-tiles__item-container .technology-tiles__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: 412px;
  max-width: 100%;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #004e35;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.technology-tiles__item-container .technology-tiles__item:hover .technology-tiles__courtain {
  opacity: 1;
}
.technology-tiles__item-container .technology-tiles__item:hover .technology-tiles__desc-container {
  transform: translateY(30px);
}
.technology-tiles__item-container .technology-tiles__item:hover .technology-tiles__name {
  opacity: 0;
  visibility: hidden;
}
.technology-tiles__item-container .technology-tiles__item:hover .technology-tiles__desc {
  opacity: 1;
  visibility: visible;
}
.technology-tiles__item-container .technology-tiles__item:hover .technology-tiles__logo img {
  opacity: 1;
  visibility: visible;
}
.technology-tiles__item-container .technology-tiles__logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
  top: 32px;
  left: 0;
  right: 0;
}
.technology-tiles__item-container .technology-tiles__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.technology-tiles__item-container .technology-tiles__desc-container {
  z-index: 3;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-out;
}
.technology-tiles__item-container .technology-tiles__name {
  width: 100%;
  transition: all 0.5s ease-out;
}
.technology-tiles__item-container .technology-tiles__desc {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  transition: all 0.5s ease-out;
}
.technology-tiles__item-container .technology-tiles__courtain {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media all and (max-width: 1150px) {
  /* Stylowanie dla ekranów mniejszych niż 1150px */
  .technology-tiles__item-container {
    align-items: stretch;
  }
  .technology-tiles__item-container .technology-tiles__item {
    width: calc(50% - 16px);
    max-width: 300px;
    height: auto;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__courtain {
    opacity: 1;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__desc-container {
    transform: none;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__name {
    opacity: 0;
    visibility: hidden;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__desc {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__logo {
    height: 40px;
    position: static;
  }
  .technology-tiles__item-container .technology-tiles__item .technology-tiles__logo img {
    opacity: 1;
    visibility: visible;
    position: static;
  }
}
@media all and (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .technology-tiles__item-container .technology-tiles__item {
    width: 100%;
    max-width: 100%;
  }
}
/* == END TECHNOLOGY ==  */
/* == SIDEBAR ==  */
.sidebar {
  width: 300px;
  border-right: 1px solid #343b22;
  padding: 32px 0;
}

.sidebar__category-wrapper {
  padding: 36px 0;
  list-style: none;
}
.sidebar__category-wrapper label {
  display: block;
  margin-bottom: 24px;
}
.sidebar__category-wrapper label span {
  font-size: 16px;
  font-weight: normal;
}

.sidebar__category-item {
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
  margin-left: 12px;
  cursor: pointer;
}
.sidebar__category-item:hover {
  color: #fb4635;
}
.sidebar__category-item:hover:before {
  border-color: #fb4635;
}
.sidebar__category-item.active, .sidebar__category-item:active {
  color: #fb4635;
}
.sidebar__category-item.active:before, .sidebar__category-item:active:before {
  border-color: #fb4635;
  background-color: #fb4635;
  background-image: url(../img/icon/check-icon.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.sidebar__category-item:last-child {
  margin-bottom: 0;
}
.sidebar__category-item:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #343b22;
}

/* == END SIDEBAR ==  */
/* == CONTACT SECTION ==  */
.contact-section {
  padding: 32px 0;
}

.contact-section__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

/* == END CONTACT SECTION ==  */
/* === LAYOUT === */
/* == TOP ==  */
#top {
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#top .site-wrapper {
  height: 100%;
}

.top__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top__logo {
  display: inline-block;
  text-indent: -99999px;
}

.top__logo-link {
  display: block;
  width: 250px;
  height: 40px;
  position: relative;
}
.top__logo-link img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 center;
     object-position: 0 center;
}

.top__menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
}
.top__menu .btn--tertiary {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  color: #343b22;
  padding: 0;
}
.top__menu .btn--tertiary .wp-block-button__link {
  padding-left: 0;
}
.top__menu .btn--tertiary:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fb4635;
  transition: all 0.3s ease-in-out;
}
.top__menu .btn--tertiary:hover::after {
  width: 100%;
}
.top__menu .btn--tertiary:active {
  color: #fb4635;
}
.top__menu .btn--tertiary:active::after {
  width: 100%;
}
.top__menu .btn--tertiary.is--group {
  font-size: 22px;
  color: #004e35;
}
.top__menu .btn--tertiary.is--group:after {
  background-color: #004e35;
}
.top__menu .btn--tertiary.is--group:active {
  color: #004e35;
  font-weight: normal;
}
.top__menu .btn--tertiary.is--group span::after {
  display: none;
}
.top__menu .menu-item a[title] {
  position: relative;
  padding-right: 20px;
}
.top__menu .menu-item a[title]::before, .top__menu .menu-item a[title]::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 3px;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #fb4635;
  display: block;
  transition: transform 0.3s ease-in-out;
  transform: rotate(135deg);
}
.top__menu .menu-item a[title]::after {
  right: 0px;
  transform: rotate(-135deg);
}
.top__menu .menu-item > a:first-child:hover, .top__menu .menu-item.current-menu-item > a:first-child {
  color: #fb4635;
  cursor: pointer;
}
.top__menu .menu-item .submenu-container {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
  max-height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  box-shadow: inset 0px 72px 33px -85px rgb(156, 156, 156);
}
.top__menu .menu-item .submenu-wrapper-outer {
  padding-top: 50px;
  display: flex;
  gap: 10px;
}
.top__menu .menu-item .submenu-wrapper-outer.is--grid {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: start;
  max-height: 70vh;
  height: 100vh;
  overflow: auto;
}
.top__menu .menu-item .submenu-wrapper-outer.is--grid .submenu-wrapper {
  flex: 1 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  box-sizing: border-box;
}
.top__menu .menu-item .submenu-wrapper-outer.is--grid .submenu__item:first-child {
  display: block;
}
.top__menu .menu-item .submenu-wrapper {
  width: 100%;
  padding-bottom: 15px;
}
.top__menu .menu-item .submenu__category {
  color: #004e35;
  margin-bottom: 10px;
  white-space: normal;
}
.top__menu .menu-item .submenu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-left: 15px;
  margin-right: 15px;
  max-height: 59vh;
  overflow: auto;
}
.top__menu .menu-item .submenu__item {
  max-width: 170px;
  width: 100%;
  margin: 7px 0;
}
.top__menu .menu-item .submenu__item:first-child {
  display: none;
}
.top__menu .menu-item .submenu__item a {
  white-space: normal;
}
.top__menu .menu-item .submenu__item a:hover .btn--tertiary::after {
  width: 100%;
}
.top__menu .menu-item .submenu__item a:active .btn--tertiary {
  color: #fb4635;
}
.top__menu .menu-item .submenu__item .item__desc {
  margin-top: 4px;
}
.top__menu .menu-item.active a[title]::before {
  transform: rotate(45deg);
}
.top__menu .menu-item.active a[title]::after {
  transform: rotate(-45deg);
}
.top__menu .menu-item.active .submenu-container {
  max-height: 680px;
  visibility: visible;
}

.top__menu-mobile--btn {
  display: none;
  cursor: pointer;
}
.top__menu-mobile--btn .cross {
  position: relative;
}
.top__menu-mobile--btn .cross::before, .top__menu-mobile--btn .cross::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 2px;
  margin: auto;
  width: 2px;
  height: 15px;
  background-color: #000;
  display: block;
  transition: all 0.3s ease-in-out;
  transform: rotate(135deg);
  border-radius: 20px;
}
.top__menu-mobile--btn .cross::after {
  transform: rotate(-135deg);
}
.top__menu-mobile--btn:hover span {
  text-decoration: underline;
}

/* == END TOP ==  */
@media all and (max-width: 1200px) {
  .top__menu .menu-item .submenu-wrapper-outer {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .top__menu .menu-item .submenu-wrapper {
    width: 30%;
  }
  .top__menu .menu-item .submenu {
    max-height: 20vh;
  }
}
@media all and (max-width: 900px) {
  .top__menu-mobile--btn {
    display: block;
  }
  .top__menu-mobile--btn .cross {
    padding-right: 20px;
  }
  .top__menu {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    flex-direction: column;
    align-items: start;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .top__menu .btn--tertiary:after {
    display: none;
  }
  .top__menu .btn--tertiary.is--group {
    font-weight: normal;
    padding-right: 30px;
  }
  .top__menu ul {
    flex-direction: column;
  }
  .top__menu .menu-item {
    border-bottom: 1px solid #d7e0e5;
  }
  .top__menu.active {
    max-height: calc(100vh - 84px);
    visibility: visible;
  }
  .top__menu .menu-item > a:first-child:hover {
    color: #fb4635;
    cursor: pointer;
  }
  .top__menu .menu-item .submenu-container {
    position: unset;
    border-bottom: none;
    box-shadow: none;
  }
  .top__menu .menu-item .submenu-wrapper-outer,
  .top__menu .menu-item .submenu-wrapper-outer.is--grid {
    padding-top: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: unset;
    height: unset;
    overflow: unset;
  }
  .top__menu .menu-item .submenu-wrapper-outer .submenu-wrapper,
  .top__menu .menu-item .submenu-wrapper-outer.is--grid .submenu-wrapper {
    max-width: unset;
    flex: none;
  }
  .top__menu .menu-item .is--grid .submenu {
    display: none;
  }
  .top__menu .menu-item .submenu-wrapper {
    width: 100%;
    padding-bottom: 0;
  }
  .top__menu .menu-item .submenu-wrapper .submenu__category span {
    position: relative;
  }
  .top__menu .menu-item .submenu-wrapper .submenu__category span::before, .top__menu .menu-item .submenu-wrapper .submenu__category span::after {
    content: "";
    position: absolute;
    right: -14px;
    bottom: 6px;
    margin: auto;
    width: 1px;
    height: 10px;
    background-color: #fb4635;
    display: block;
    transition: transform 0.3s ease-in-out;
    transform: rotate(135deg);
  }
  .top__menu .menu-item .submenu-wrapper .submenu__category span::after {
    right: -21px;
    transform: rotate(-135deg);
  }
  .top__menu .menu-item .submenu-wrapper.active .submenu__category {
    color: #fb4635;
  }
  .top__menu .menu-item .submenu-wrapper.active .submenu__category span::before {
    transform: rotate(45deg);
  }
  .top__menu .menu-item .submenu-wrapper.active .submenu__category span::after {
    transform: rotate(-45deg);
  }
  .top__menu .menu-item .submenu-wrapper.active .submenu {
    max-height: 230px;
  }
  .top__menu .menu-item .submenu__category {
    color: #343b22;
    margin-bottom: 0;
    font-weight: normal;
  }
  .top__menu .menu-item .submenu {
    transition: max-height 0.4s ease-in-out;
    max-height: 0;
    margin-right: 0;
    padding-right: 10px;
  }
  .top__menu .menu-item .submenu__item {
    padding-bottom: 0;
    max-width: unset;
  }
  .top__menu .menu-item .submenu__item:first-child {
    padding-bottom: 0;
    display: block;
  }
  .top__menu .menu-item .submenu__item .btn--tertiary:after {
    display: block !important;
  }
  .top__menu .menu-item.active .submenu-container {
    max-height: 800px;
    margin: 10px 0;
  }
  .top__menu .menu-item.active .submenu-container .site-wrapper {
    width: 95%;
    margin-right: 0;
  }
  .top__logo-link {
    width: 180px;
  }
}
/* == NAV ==  */
.top__menu .top__nav {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s ease-in-out;
}
.top__menu .top__nav.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  height: 47px;
  position: relative;
}
.top__menu .top__nav.hidden ul {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: flex-end;
  width: 1000px;
}
.top__menu ul {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
.top__menu ul li a {
  white-space: nowrap;
}

@media all and (max-width: 900px) {
  .top__menu {
    padding: 0px 15px 0 25px;
  }
  .top__menu .top__nav {
    padding-top: 30px;
    overflow: auto;
    width: 100% !important;
    padding-right: 10px;
  }
  .top__menu ul > li {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .top__menu ul > li:first-child {
    margin-top: 10px;
  }
  .top__menu ul > li > a:not(.btn) {
    color: #343b22;
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
  }
}
/* == END NAV ==  */
/* == HEADER ==  */
#header.--no-gradient:before {
  display: none;
}

#header.home {
  position: relative;
}
#header.home .site-wrapper {
  height: 100%;
}
#header.home:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(52, 59, 34);
  background: linear-gradient(90deg, rgb(52, 59, 34) 26%, rgba(52, 59, 34, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 1;
}
#header.home .header__media-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#header.home .nk-awb {
  height: 100%;
}
#header.home .header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.home .header__bg.is--image {
  background-repeat: no-repeat;
  background-size: cover;
}
#header.home .header__bg.is--slider .owl-carousel,
#header.home .header__bg.is--slider .owl-stage-outer,
#header.home .header__bg.is--slider .owl-stage,
#header.home .header__bg.is--slider .owl-item {
  height: 100%;
}
#header.home .header__bg.is--slider .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.home .header__text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15vh 0;
  position: relative;
  z-index: 2;
}
#header.home .header__text-container .desc {
  margin-top: 50px;
  max-width: 500px;
}
#header.home .header__text-container span {
  display: block;
}
#header.home .btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  padding: 10px 80px;
  max-width: 80%;
  z-index: 3;
}

#header.default {
  background-repeat: no-repeat;
  position: relative;
}
#header.default .site-wrapper {
  height: 100%;
}
#header.default:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(52, 59, 34);
  background: linear-gradient(90deg, rgb(52, 59, 34) 26%, rgba(52, 59, 34, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 1;
}
#header.default .header__media-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#header.default .nk-awb {
  height: 100%;
}
#header.default .header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.default .header__bg.is--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.default .header__bg.is--slider .owl-carousel,
#header.default .header__bg.is--slider .owl-stage-outer,
#header.default .header__bg.is--slider .owl-stage,
#header.default .header__bg.is--slider .owl-item {
  height: 100%;
}
#header.default .header__bg.is--slider .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.default .header__container {
  min-height: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 0 32px;
  position: relative;
  z-index: 2;
}
#header.default .header__container.is--h-620 {
  min-height: 620px;
}
#header.default .header__title-container {
  width: auto;
  display: inline-block;
  max-width: 50%;
}
#header.default .header__title-container .header__title {
  display: inline-block;
}
#header.default .header__title-container span {
  margin-top: 16px;
  padding-top: 16px;
  display: block;
  width: 100%;
  border-top: 1px solid #f8ffff;
}

#header.product {
  background-repeat: no-repeat;
  position: relative;
}
#header.product .site-wrapper {
  height: 100%;
}
#header.product:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(52, 59, 34);
  background: linear-gradient(90deg, rgb(52, 59, 34) 26%, rgba(52, 59, 34, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 1;
}
#header.product .header__media-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#header.product .nk-awb {
  height: 100%;
}
#header.product .header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.product .header__bg.is--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.product .header__bg.is--slider .owl-carousel,
#header.product .header__bg.is--slider .owl-stage-outer,
#header.product .header__bg.is--slider .owl-stage,
#header.product .header__bg.is--slider .owl-item {
  height: 100%;
}
#header.product .header__bg.is--slider .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.product .header__container {
  min-height: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 0 32px;
  position: relative;
  z-index: 2;
}
#header.product .header__container.is--h-620 {
  min-height: 620px;
}
#header.product .header__title-container {
  width: auto;
  display: inline-block;
  max-width: 50%;
}
#header.product .header__title-container .header__title {
  display: inline-block;
}
#header.product .header__title-container span {
  margin-top: 16px;
  padding-top: 16px;
  display: block;
  width: 100%;
  border-top: 1px solid #f8ffff;
}

#header.search {
  background-repeat: no-repeat;
  position: relative;
}
#header.search .site-wrapper {
  height: 100%;
}
#header.search:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgb(52, 59, 34);
  background: linear-gradient(90deg, rgb(52, 59, 34) 26%, rgba(52, 59, 34, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.75;
  z-index: 1;
}
#header.search .header__media-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#header.search .nk-awb {
  height: 100%;
}
#header.search .header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header.search .header__bg.is--image {
  background-image: url(../img/bg/search_results/search-results-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header.search .header__container {
  min-height: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 16px 0 32px;
  position: relative;
  z-index: 2;
}
#header.search .header__container.is--h-620 {
  min-height: 620px;
}
#header.search .header__title-container {
  width: auto;
  display: inline-block;
  max-width: 50%;
}
#header.search .header__title-container .header__title {
  display: inline-block;
}
#header.search .header__title-container span {
  margin-top: 16px;
  padding-top: 16px;
  display: block;
  width: 100%;
  border-top: 1px solid #f8ffff;
}

/* MOBILE */
@media all and (max-width: 900px) {
  /* Stylowanie dla ekranów mniejszych niż 900px */
  #header.default .site-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60svh;
    min-height: 300px;
    padding: 32px 0 32px 0;
  }
  #header.default .header__container {
    min-height: 0;
  }
  #header.default .header__container.is--h-620 {
    min-height: 0;
  }
  #header.default .header__title-container {
    max-width: 100%;
  }
  #header.default:before {
    top: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(52, 59, 34) 50%, rgba(52, 59, 34, 0) 100%);
  }
  #header.home .site-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 80svh;
    padding: 32px 0 120px 0;
  }
  #header.home .header__text-container {
    padding: 0;
  }
  #header.home .header__text-container .title {
    margin-bottom: 32px;
  }
  #header.home .header__text-container .desc {
    margin-top: 0;
  }
  #header.home .header__text-container .desc::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #f8ffff;
    opacity: 0.5;
    margin-bottom: 32px;
  }
  #header.home:before {
    top: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(52, 59, 34) 50%, rgba(52, 59, 34, 0) 100%);
  }
  #header.home .btn {
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    display: block;
    max-width: none;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    font-size: 28px;
    padding: 20px;
  }
}
@media all and (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  #header.home .btn {
    font-size: 22px;
  }
  #header.home .jarallax-container {
    left: -80% !important;
    width: 180% !important;
  }
  #header.product .site-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60svh;
    min-height: 300px;
    padding: 32px 0 32px 0;
  }
  #header.product .header__container {
    min-height: 0;
  }
  #header.product .header__title-container {
    max-width: 100%;
  }
  #header.product:before {
    top: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(52, 59, 34) 50%, rgba(52, 59, 34, 0) 100%);
  }
}
/* == END HEADER ==  */
/* == HOME ==  */
#header.home .title span {
  font-weight: 300;
}

#section-1.home {
  min-height: 40%;
  padding: 96px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-header.home {
  padding: 96px 0;
}

/* == END HOME ==  */
/* == ALPHABETICAL ==  */
.sidebar__category-wrapper label {
  display: block;
  font-weight: normal;
}
.sidebar__category-wrapper label:hover .radio__item, .sidebar__category-wrapper label.active .radio__item {
  color: #fb4635;
}

@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .sidebar__category-wrapper {
    padding-bottom: 0;
  }
  .sidebar__category-wrapper label {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .sidebar__category-wrapper {
    padding: 16px 0 0 0;
  }
  .sidebar__category-wrapper label {
    margin-bottom: 16px;
  }
}
@media (max-width: 400px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .sidebar__category-wrapper label {
    margin-bottom: 4px;
  }
  .sidebar__category-wrapper label span {
    font-size: 12px;
  }
}
/* == END ALPHABETICAL ==  */
/* == FILTER FIND SOLUTION ==  */
#search-by-filter {
  padding: 96px 0;
}

.search-by-filter__title {
  margin-bottom: 64px;
}

.filter__container {
  position: relative;
}

.filter-tab__container {
  position: relative;
}
.filter-tab__container.scroll--on .filter-tab__arrow {
  display: block;
}
.filter-tab__container.scroll--on .filter-tab__wrapper {
  width: calc(100% - 80px);
  margin: 0 40px;
}
.filter-tab__container .filter-tab__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  text-align: center;
}

.filter-tab__arrow {
  position: absolute;
  height: 100%;
  width: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  z-index: 2;
  display: none;
  cursor: pointer;
}
.filter-tab__arrow:hover {
  background-size: 16px;
}
.filter-tab__arrow:active {
  touch-action: manipulation; /* Poprawia responsywność na dotyk */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Zapobiega przypadkowemu zaznaczaniu tekstu */
  background-color: #f2f2f2;
  background-size: 12px;
}
.filter-tab__arrow.arrow--left {
  background-image: url(../img/icon/arrow_left-icon.svg);
  left: 0;
  top: 0;
  bottom: 0;
}
.filter-tab__arrow.arrow--right {
  background-image: url(../img/icon/arrow_right-icon.svg);
  right: 0;
  top: 0;
  bottom: 0;
}

.filter-tab__item {
  flex-grow: 1;
  height: 53px;
  cursor: pointer;
}
.filter-tab__item:hover, .filter-tab__item.active {
  font-size: 22px;
  color: #fb4635;
  border-bottom: 8px solid #fb4635;
  touch-action: manipulation; /* Poprawia responsywność na dotyk */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Zapobiega przypadkowemu zaznaczaniu tekstu */
}

.radio__container {
  padding: 64px 32px;
  margin-top: -1px;
  border-top: 1px solid #8b8b8b;
}
.radio__container form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
.radio__container label {
  display: block;
  font-weight: normal;
}
.radio__container label:hover, .radio__container label.active {
  touch-action: manipulation; /* Poprawia responsywność na dotyk */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* Zapobiega przypadkowemu zaznaczaniu tekstu */
}
.radio__container label:hover .radio__item, .radio__container label.active .radio__item {
  color: #fb4635;
}

.products__container {
  padding: 64px 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 64px 48px;
  justify-content: center;
  align-items: center;
}

/* == MOBILE ==  */
@media (max-width: 1150px) {
  /* Stylowanie dla ekranów mniejszych niż 1150px */
  .filter-tab__wrapper {
    overflow-y: auto;
    /* Cały scrollbar */
    /* Tło paska przewijania */
    /* Suwak */
    /* Efekt hover na suwaku */
  }
  .filter-tab__wrapper::-webkit-scrollbar {
    width: 10px; /* Wysokość paska przewijania w przypadku poziomego scrolla */
    height: 10px; /* Szerokość paska przewijania w przypadku poziomego scrolla */
    border: 0;
  }
  .filter-tab__wrapper::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  .filter-tab__wrapper::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border: 0;
  }
  .filter-tab__wrapper::-webkit-scrollbar-thumb:hover {
    background: #8b8b8b;
    border: 0;
  }
  .filter-tab__item {
    padding: 0 30px;
    min-width: 200px;
  }
  .filter__container .radio__container form {
    gap: 16px;
  }
  .filter__container .products__container {
    padding: 0 20px;
  }
}
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .filter-tab__item {
    padding: 0;
    min-width: 150px;
    white-space: nowrap;
    width: auto;
    height: 43px;
  }
  .filter-tab__item:hover, .filter-tab__item.active {
    font-size: 18px;
  }
  .filter__container .radio__item {
    font-size: 16px;
  }
}
/* == END FILTER FIND SOLUTION ==  */
/* == SEARCH-RESULTS ==  */
#search-results {
  padding: 96px 0;
}
#search-results .search-results__title {
  margin: 0 0 96px;
}
#search-results .text__container {
  margin-top: 96px;
}
#search-results .btn__container {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 96px;
}

/* == END SEARCH-RESULTS ==  */
/* == NUMBER SECTION ==  */
.number-section {
  padding: 64px 0 128px;
}

.number-section__title {
  margin-bottom: 64px;
  text-align: center;
}

.number-section__item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
}

.number-section__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.number-section__number {
  width: 200px;
  height: 148px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}

.number-section__text {
  margin-top: -50px;
  width: 350px;
  max-width: 100%;
  min-height: 226px;
  padding: 100px 50px 50px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}

/* == END NUMBER SECTION ==  */
/* == NUMBER SECTION ==  */
.images-section {
  padding: 64px 0 128px;
}

.images-section__title {
  margin-bottom: 64px;
  text-align: center;
}

.images-section__item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  gap: 24px;
}

.images-section__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.images-section__item .wp-block-image {
  z-index: 2;
  position: relative;
}

.images-section__image {
  width: 200px;
  height: 148px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  z-index: 2;
}

.images-section__text {
  margin-top: -50px;
  width: 350px;
  max-width: 100%;
  min-height: 226px;
  padding: 100px 50px 50px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
}
.images-section__text p {
  margin-bottom: 16px;
}
.images-section__text p:last-child {
  margin-bottom: 0;
}

/* == END NUMBER SECTION ==  */
/* == SOLUTIONS ==  */
#page-content.solutions .wp-block-columns {
  justify-content: space-between;
  gap: 64px;
}

/* == END SOLUTIONS ==  */
/* == TECHNOLOGIES ==  */
#page-content.technologies {
  background-image: url(../img/bg/technologies/web-image-bg.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

/* == END TECHNOLOGIES ==  */
/* == PRODUCT PAGE ==  */
#product {
  padding: 96px 0;
  display: block;
}
#product .site-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
#product .product__image {
  width: 50%;
}
#product .product__image img {
  display: block;
  margin-top: -300px;
  position: sticky;
  top: 20svh;
  max-width: 80svh;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-height: 80svh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#product .product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 64px;
  max-width: 50%;
}
#product .product-info__container {
  display: block;
}
#product .product-info__item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
#product .product-info__item {
  display: block;
  flex-shrink: 0;
}
#product .item__header {
  margin-bottom: 8px;
}

#page-content.product-page {
  padding: 0;
}
#page-content.product-page ol {
  padding-left: 20px;
}
#page-content.product-page ol li {
  margin: 8px 0;
}
#page-content.product-page ul {
  margin: 48px 0;
  list-style: none;
  width: 100%;
}
#page-content.product-page ul li {
  font-weight: bold;
  line-height: 150%;
  padding: 32px 32px 32px 80px;
  background: rgb(251, 255, 241);
  background: linear-gradient(90deg, rgb(251, 255, 241) 0%, rgb(223, 237, 188) 100%);
  position: relative;
  margin-bottom: 48px;
  border-radius: 4px;
}
#page-content.product-page ul li:last-child {
  margin-bottom: 0;
}
#page-content.product-page ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/list-check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 32px;
  left: 32px;
}
#page-content.product-page img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-list__container ul {
  list-style: none;
}
.product-list__container ul li {
  padding-left: 48px;
  position: relative;
  margin-bottom: 16px;
}
.product-list__container ul li:last-child {
  margin-bottom: 0;
}
.product-list__container ul li:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004e35;
  -webkit-mask-image: url("../img/icon/list-check-icon.svg");
          mask-image: url("../img/icon/list-check-icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.product-info__list {
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
}
.product-info__list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  list-style: none;
  margin-bottom: 8px;
}
.product-info__list ul li {
  padding: 7px 8px;
  border-radius: 4px;
  position: relative;
  font-size: 12px;
  border: 1px solid #004e35;
}

.product-info__content ul {
  padding: 8px 0 8px 24px;
}
.product-info__content ul li {
  margin: 8px 0;
}

/* MOBILE */
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .products__container {
    padding: 0;
    gap: 32px 24px;
  }
  .product__item {
    flex: 1 1 220px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 600px */
  .product__item {
    flex: 1 1 180px;
  }
  .product__item .product__image {
    height: 170px;
  }
  #product {
    padding: 48px 0;
  }
  #product .site-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #product .product__content {
    order: 1;
    max-width: 100%;
  }
  #product .product__image {
    order: 0;
    width: 100%;
  }
  #product .product__image img {
    position: static;
    margin-top: 0;
    max-width: 400px;
  }
}
/* == END PRODUCT PAGE ==  */
/* == ABOUT ==  */
#page-content.about {
  padding: 96px 0 0;
}
#page-content.about .wp-block-columns {
  justify-content: space-between;
  gap: 64px;
}

/*  == MOBILE ==  */
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  #page-content.about .is--margin--100 {
    margin-top: 0;
  }
  #page-content.about .has-background-gradient {
    background: none !important;
  }
  #page-content.about .wp-block-group.is--max-w--650 {
    margin: 0 auto;
    max-width: 90%;
  }
}
/* == END ABOUT ==  */
/* == DOCUMENTS ==  */
#page-content.documents {
  padding: 96px 0 0;
}
#page-content.documents .wp-block-columns {
  justify-content: space-between;
  gap: 64px;
}
#page-content.documents p {
  margin: 16px 0;
}
#page-content.documents a {
  color: #fb4635;
}
#page-content.documents a:hover {
  text-decoration: underline;
}
#page-content.documents ul {
  margin: 16px 0;
  padding-left: 40px;
  list-style: disc;
}
#page-content.documents ul li {
  margin: 8px 0;
}

/* == END DOCUMENTS ==  */
/* == CONTACT ==  */
#page-content.contact {
  padding: 96px 0 0;
}
#page-content.contact h1,
#page-content.contact h2,
#page-content.contact h3,
#page-content.contact h4,
#page-content.contact h5,
#page-content.contact h6 {
  font-size: 36px;
  line-height: 130%;
}
#page-content.contact img {
  max-width: 100%;
  height: auto;
}
#page-content.contact label {
  width: 100%;
}
#page-content.contact form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#page-content.contact a:hover {
  text-decoration: underline;
}
#page-content.contact .contact__content {
  color: #343b22;
}
#page-content.contact .contact__map iframe {
  display: block;
  width: 90%;
  margin-left: auto;
  height: auto;
  aspect-ratio: 16/9;
}

.contact-person__phone {
  padding-left: 30px;
  background-image: url(../img/icon/phone-icon.svg);
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.contact-person__phone:hover {
  text-decoration: underline;
}

.contact-person__mail {
  padding-left: 30px;
  background-image: url(../img/icon/mail-icon.svg);
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.contact-person__mail:hover {
  text-decoration: underline;
}

.contact-address {
  padding-left: 30px;
  line-height: 32px;
}
.contact-address a:hover {
  text-decoration: underline;
}

.contact-address__point {
  padding-left: 30px;
  background-image: url(../img/icon/point-icon.svg);
  background-size: 24px 24px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  display: inline-block;
}

.contact-address__phone {
  padding-left: 30px;
  background-image: url(../img/icon/phone-2-icon.svg);
  background-size: 22px 22px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* == MOBILE == */
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  #page-content.contact .contact__map iframe {
    width: 100%;
    margin-top: 32px;
  }
}
/* == END CONTACT ==  */
/* == SOLUTIONS FOR GROWERS ==  */
#section-1.solution-overview {
  padding: 96px 0;
}

/* == END SOLUTIONS FOR GROWERS ==  */
/* == ALL PRODUCTS PAGE ==  */
#section-1.all-products {
  padding: 96px 0 64px;
}
#section-1.all-products .section-1__title h1,
#section-1.all-products .section-1__title h2,
#section-1.all-products .section-1__title h3,
#section-1.all-products .section-1__title h4,
#section-1.all-products .section-1__title h5,
#section-1.all-products .section-1__title h6,
#section-1.all-products .section-1__title span {
  display: inline;
}

#products__section.all-products {
  padding-top: 0;
  padding-bottom: 96px;
}
#products__section.all-products .site-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
#products__section.all-products .sidebar {
  position: sticky;
  top: 84px;
  height: 100%;
  overflow: auto;
  max-height: calc(100vh - 84px);
}
#products__section.all-products .products__container {
  width: calc(100% - 300px);
}

/* == MOBILE ==  */
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  #products__section.all-products .site-wrapper {
    flex-direction: column;
  }
  #products__section.all-products .sidebar {
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-right: none;
  }
  #products__section.all-products .products__container {
    width: 100%;
  }
}
@media (max-width: 350px) {
  /* Stylowanie dla ekranów mniejszych niż 350px */
  #section-1.all-products {
    padding: 32px 0;
  }
  #products__section.all-products .sidebar {
    position: static;
  }
}
/* == END ALL PRODUCTS PAGE ==  */
/* == SEARCH ==  */
#page-content.search .search-results ul {
  list-style: none;
}
#page-content.search .search-results ul li {
  border-bottom: 1px solid #343b22;
}
#page-content.search .search-results ul li a {
  display: block;
  transition: all 0.3s ease-in-out;
}
#page-content.search .search-results ul li a:hover {
  background-color: rgba(251, 70, 53, 0.1);
}
#page-content.search form {
  text-align: center;
}
#page-content.search form input[type=search] {
  margin: 0 auto;
  margin: 0;
  padding: 12px;
  outline: none;
  border: none;
  height: 41px;
  min-height: auto;
  background-color: rgba(251, 70, 53, 0.1);
  color: #8b8b8b;
  font-weight: 300;
  height: 45px;
  outline: 1px solid #fb4635;
  border-radius: 4px;
  width: 100%;
  max-width: 620px;
}
#page-content.search form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
#page-content.search form input[type=search]:focus, #page-content.search form input[type=search]:active {
  outline: 3px solid #fb4635;
}
#page-content.search form button {
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
}
#page-content.search form button:active {
  box-shadow: inset 0 0 0 3px #fff;
}
#page-content.search .tips-list {
  list-style: none;
}
#page-content.search .tips-list li {
  position: relative;
  padding-left: 48px;
  margin: 16px 0;
}
#page-content.search .tips-list li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-image: url(../img/icon/list-check-icon.svg);
  mask-image: url(../img/icon/list-check-icon.svg);
  -webkit-mask-size: 22px;
  mask-size: 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #004e35;
  position: absolute;
  left: 0;
  top: 0;
}
#page-content.search .btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 96px;
       column-gap: 96px;
  row-gap: 48px;
  max-width: 1000px;
  margin: 0 auto;
}

/* == END SEARCH ==  */
/* == FOOTER ==  */
#footer {
  background-image: url(../img/bg/footer/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__contact-container {
  padding: 64px 0;
  margin-bottom: 64px;
  border-bottom: 1px solid #f8ffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 64px;
  align-items: center;
}

.footer__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
  margin-right: 10%;
  align-items: center;
}
.footer__logo img {
  width: 310px;
  height: 50px;
  max-width: 100%;
}

.footer__menu ul {
  list-style: none;
}
.footer__menu .linkedin,
.footer__menu .instagram {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: 16px;
}
.footer__menu .linkedin a,
.footer__menu .instagram a {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.footer__menu .linkedin a:hover,
.footer__menu .instagram a:hover {
  transform: scale(1.1);
}
.footer__menu .linkedin a {
  -webkit-mask: url("../img/socialmedia/linkedin-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/socialmedia/linkedin-icon.svg") no-repeat center;
          mask: url("../img/socialmedia/linkedin-icon.svg") no-repeat center;
  mask-size: contain;
  transition: background-color 0.3s;
}
.footer__menu .instagram a {
  -webkit-mask: url("../img/socialmedia/instagram-icon.svg") no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url("../img/socialmedia/instagram-icon.svg") no-repeat center;
          mask: url("../img/socialmedia/instagram-icon.svg") no-repeat center;
  mask-size: contain;
  transition: background-color 0.3s;
}

#menu-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 64px;
}
#menu-footer .current {
  text-decoration: underline;
}
#menu-footer a[href]:hover {
  text-decoration: underline;
}

.footer__list-item {
  width: 25%;
}
.footer__list-item > a {
  text-transform: uppercase;
  font-weight: bold;
}

.footer__sublist {
  margin-top: 16px;
}

.footer__sublist-item {
  margin-top: 8px;
}

.footer__copyright {
  margin-top: 64px;
  padding: 24px 0;
  text-align: center;
}
.footer__copyright a:hover {
  text-decoration: underline;
}

.footer__text {
  margin-top: 5px;
}

/* MOBILE */
@media (max-width: 782px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  #menu-footer {
    flex-wrap: wrap;
  }
  .footer__list-item {
    width: calc(50% - 32px);
  }
  .btn--primary.btn--fixed-right {
    font-size: 12px;
    padding: 8px 22px;
  }
}
@media (max-width: 600px) {
  /* Stylowanie dla ekranów mniejszych niż 782px */
  .footer__list-item {
    width: calc(100% - 32px);
  }
  .btn--primary.btn--fixed-right {
    font-size: 10px;
    padding: 5px 18px;
  }
}
/* == END FOOTER ==  */