/*
Theme Name: cpr.pl theme v. 1.0.6 - 05.2025
Author: emedia.pl - Piotr Tkaczyński
Description: baner główny poprawa animacji. 
*/
@import "assets/css/presets.css";
@import "assets/css/styles.css";

/* variables */
#wpadminbar {
  top: unset;
  bottom: 0;
}
html:has(body.logged-in) {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

html {
	width: 100%;
	overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: 'century-gothic', sans-serif;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background-color: #141414;
}
*::-webkit-scrollbar-thumb {
  background-color: #F58220;
  border-radius: 5px;
}
:root {
  --wp--style--global--content-size: 1360px;
}
a {
  transition: 0.3s ease-in-out;
}
.animate__animated {
  transition: 0.5s ease-in-out;
  opacity: 0 !important;
}
.animate__animated.visible {
  opacity: 1 !important;
}

main.site-main {
}

.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1390px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.container-slim {
  max-width: 810px;
}
.container-lg {
  max-width: 1780px;
}
@media screen and (max-width: 1810px) {
  .container-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.with-document-icon {
  display: flex;
  align-items: center;
}
.with-document-icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/img/icons/ikonka-dokumentu.svg) 100% 100% no-repeat;
  margin-right: 10px;
}
.with-location-icon {
  display: flex;
  align-items: center;
}
.with-location-icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/img/icons/ikonka-lokalizacji.svg) 100% 100% no-repeat;
  margin-right: 10px;
}
.with-clock-icon {
  display: flex;
  align-items: center;
}
.with-clock-icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/img/icons/ikonka-czasu.svg) 100% 100% no-repeat;
  margin-right: 10px;
}
.with-video-icon {
  display: flex;
  align-items: center;
}
.with-video-icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(assets/img/icons/play.svg) 100% 100% no-repeat;
  margin-right: 10px;
}
/* HEADER STYLES */
body.home .site-header {
  height: 133px;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

body.home .site-header.open {
	background-color: #141414;
}

@media screen and (max-width: 1350px) {
  body.home .site-header {
    background-color: transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
body.home .site-header.is-scroll {
  height: 95px;
  background-color: #141414;
  padding: 10px 0;
  box-shadow: 0 4px 44.3px rgba(0, 0, 0, 0.4);
}
.site-header {
  height: 95px;
  transition: 0.3s ease-in-out;
  background-color: #141414;
  box-shadow: 0 4px 44.3px rgba(0, 0, 0, 0.4);
}
.site-header.is-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.site-header .container {
  height: 100%;
  align-items: center;
  flex-wrap: nowrap;
}
.site-header .container .site-logo {
  max-width: 235px;
  margin-right: 20px;
}
.site-header .container .site-logo a {
	display: block;
}
.site-header .container .site-logo a img {
	display: block;
	height: 50px;
	transition: all 0.3s ease;
}
.site-header.is-scroll .container .site-logo a img {
	display: block;
	height: 40px;
	transition: all 0.3s ease;
}

.site-header .container .site-menu {
  margin-left: auto;
}
.site-header .container .site-menu .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.site-header .container .site-menu .menu .menu-item {
  margin-right: 30px;
}
.site-header .container .site-menu .menu .menu-item:last-child {
  margin-right: 0;
}
.site-header .container .site-menu .menu .menu-item.cta-btn {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .site-header .container .site-menu .menu .menu-item.cta-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.site-header .container .site-menu .menu .menu-item > a {
  color: #FCFCFC;
  text-decoration: unset;
  font-weight: bold;
}
.site-header .container .site-menu .menu .menu-item > a:hover {
  color: #F58220;
}
.site-header .container .site-menu .menu .menu-item[class*="current"]:not(.btn) a {
  color: #F58220;
}
.site-header .container .site-menu .menu .menu-item.btn a:hover {
  color: #FCFCFC;
}
/* BREADCRUMB */
#breadcrumb {
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #breadcrumb .container {
    overflow: auto;
  }
  #breadcrumb .container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  #breadcrumb .container > * {
    display: flex;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  #breadcrumb .container > * > * {
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px;
  }
}
#breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.03em;
  color: #808285;
  display: inline-block;
}
#breadcrumb a {
  color: inherit;
  text-decoration: unset;
}
#breadcrumb a:hover {
  color: #F58220;
}
#breadcrumb span > span {
  margin: 0 5px;
}
/* SECTION HOME BANER */
#homeBaner {
  background-color: #141414;
  width: 100%;
  height: 750px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #homeBaner {
    height: 650px;
  }
}
#homeBaner .overflow-hidden {
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #homeBaner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: transparent;
  }
}
#homeBaner > * {
  height: 100%;
}
#homeBaner .section-content {
  height: 100%;
  align-items: center !important;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  #homeBaner .section-content {
    height: 440px;
    overflow: hidden;
	padding-top: 50px !important;
	box-sizing: border-box;
    position: relative;
    background-color: #141414;
  }
}
@media screen and (max-width: 480px) {
  #homeBaner .section-content {
    width: 100%;
  }
}
#homeBaner .section-content .left-side {
  color: #FCFCFC;
}
@media screen and (max-width: 1350px) {
  #homeBaner .section-content .left-side {
    position: absolute;
    left: 15px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
@media screen and (max-width: 480px) {
  #homeBaner .section-content .left-side {
    width: 100% !important;
    padding: 0 15px;
    position: static;
  }
}
#homeBaner .section-content .left-side h1 {
  color: inherit;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  #homeBaner .section-content .left-side h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
#homeBaner .section-content .left-side h1 span {
  display: block;
}
#homeBaner .section-content .left-side ul {
  margin: 45px 0 83px 0;
  color: #808285;
  display: flex;
}
@media screen and (max-width: 1350px) {
  #homeBaner .section-content .left-side ul {
    margin: 25px 0 40px 0;
  }
}
@media screen and (max-width: 480px) {
  #homeBaner .section-content .left-side ul {
    margin: 10px 0 4s0px 0;
  }
}
#homeBaner .section-content .left-side ul li {
  list-style: none;
  font-size: 24px;
  line-height: 38.4px;
}
@media screen and (max-width: 1024px) {
  #homeBaner .section-content .left-side ul li {
    font-size: 18px;
    line-height: initial;
  }
}
@media screen and (max-width: 550px) {
	#homeBaner .section-content {
		padding-top: 80px !important;
	}
	
	#homeBaner .section-content .left-side h1 {
		line-height: 1.2;
	}
	
  #homeBaner .section-content .left-side ul li {
    font-size: 15px;
    line-height: initial;
  }
}
#homeBaner .section-content .left-side ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #808285;
  border-right: 2px solid #808285;
  border-radius: 2px;
  margin: 0 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  #homeBaner .section-content .left-side ul li:not(:last-child):after {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  #homeBaner .section-content .left-side .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
#homeBaner .section-content .left-side .btn-orange {
  margin-right: 20px;
}
#homeBaner .section-content .right-side {
  height: 100%;
}
@media screen and (max-width: 1380px) {
  #homeBaner .section-content .right-side {
    display: none;
  }
}
#homeBaner .section-content .right-side > .wp-block-gallery {
  position: relative;
  width: 100%;
  height: 750px;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure {
  position: absolute;
  top: 112px;
  opacity: 0;
  width: 392px !important;
  height: 435px !important;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure:before,
#homeBaner .section-content .right-side > .wp-block-gallery > figure:after,
#homeBaner .section-content .right-side > .wp-block-gallery > figure img {
  -webkit-clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
          clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
  transition: 4s linear;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.first {
  left: 92px;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.first:before {
  content: "";
  position: absolute;
  width: 392px;
  height: 435px;
  top: 82px;
  left: 15px;
  -webkit-transform: translate(50%, calc(-100%));
          transform: translate(50%, calc(-100%));
  background-color: #F58220;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.first:after {
  content: "";
  position: absolute;
  width: 392px;
  height: 435px;
  top: 100%;
  left: 15px;
  -webkit-transform: translate(50%, -82px);
          transform: translate(50%, -82px);
  background-color: #F58220;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.second {
  left: 122px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.second:before {
  content: "";
  position: absolute;
  width: 392px;
  height: 435px;
  top: 82px;
  left: 15px;
  -webkit-transform: translate(50%, calc(-100%));
          transform: translate(50%, calc(-100%));
  background-color: #808285;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.second:after {
  content: "";
  position: absolute;
  width: 392px;
  height: 435px;
  top: 100%;
  left: 15px;
  -webkit-transform: translate(50%, -82px);
          transform: translate(50%, -82px);
  background-color: #808285;
}
#homeBaner .section-content .right-side > .wp-block-gallery > figure.active {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery:before {
  content: "";
  position: absolute;
  top: 112px;
  left: 92px;
  width: 392px !important;
  height: 435px !important;
  -webkit-clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
          clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
  background-color: #808285;
  transition: 4s linear;
  opacity: 0;
  z-index: 1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery:after {
  content: "";
  position: absolute;
  top: 112px;
  left: 514px;
  width: 392px !important;
  height: 435px !important;
  -webkit-clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
          clip-path: path('M392 326.126V108.874L196 0L0 108.874V326.126L196 435L392 326.126Z');
  background-color: #F58220;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  transition: 4s linear;
  opacity: 0;
  z-index: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf1:after {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf1 figure.active.first:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf1 figure.active.second:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf2:before {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf3 figure.active.first:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf3 figure.active.second:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf3 figure.active.first:before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.conf3 figure.active.second:before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.firstPhotoFade:before {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.secondPhotoFade:after {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.secondPhotoFade:after {
  opacity: 1;
}
#homeBaner .section-content .right-side > .wp-block-gallery.firstPhoto__BeforeElementFade figure.active.first:before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.firstPhoto__AfterElementFade figure.active.first:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.secondPhoto__BeforeElementFade figure.active.second:before {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner .section-content .right-side > .wp-block-gallery.secondPhoto__AfterElementFade figure.active.second:after {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
#homeBaner #benefits-cards {
  position: absolute;
  z-index: 1;
  top: 100%;
  -webkit-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
  left: 50%;
}
@media screen and (max-width: 1350px) {
  #homeBaner #benefits-cards {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #homeBaner #benefits-cards {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
}
#benefits-cards {
  max-width: 1360px;
  width: 100%;
  flex-wrap: wrap !important;
  gap: 0;
}
@media screen and (max-width: 1350px) {
  #benefits-cards {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  #benefits-cards {
    justify-content: center;
    padding-top: 15px;
    width: 100%;
  }
}
#benefits-cards .card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background-color: #808285;
  color: #FCFCFC;
  display: flex;
  width: calc(100% / 5 - 80px / 5);
  flex: unset;
  margin-right: 20px;
}
@media screen and (max-width: 1350px) {
  #benefits-cards .card {
    margin-right: 15px;
    width: calc(100% / 5 - 60px / 5) !important;
  }
}
@media screen and (max-width: 1024px) {
  #benefits-cards .card {
    flex-basis: unset !important	;
    width: calc(100% / 3 - 30px / 3) !important;
    margin-bottom: 15px;
	align-items: center;
  }
  #benefits-cards .card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  #benefits-cards .card {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1025px) {
  #benefits-cards .card:last-child {
    margin-right: 0;
  }
}
#benefits-cards .card:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #F58220;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
#benefits-cards .card:hover:before {
  left: 0;
}
#benefits-cards .card figure {
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
#benefits-cards .card .card-title {
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
#benefits-cards .card.style-with-long-text {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
#benefits-cards .card.style-with-long-text figure {
  display: flex;
  min-width: 60px;
}
#benefits-cards .card.style-with-long-text .card-title {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  #benefits #benefits-cards {
    padding: 0;
  }
}
/* SECTION US OFFER */
@media screen and (min-width: 1361px) {
	body.home #usOffer {
	  padding: 100px 0 0 0;
	}
}
@media screen and (max-width: 1360px) {
	body.home #usOffer {
	  padding: 220px 0 0 0;
	}
}
@media screen and (max-width: 1024px) {
	body.home #usOffer {
	  padding: 0 0 0 0;
	}
}
@media screen and (max-width: 650px) {
	body.home #usOffer {
	  padding: 350px 0 0 0;
	}
}
#usOffer {
  padding: 65px 0 100px 0;
}
#usOffer > * {
  width: 100%;
}
#usOffer h2 {
  margin-bottom: 32px;
}
#usOffer #offer-cards {
  gap: 20px;
}
@media screen and (max-width: 1350px) {
  #usOffer #offer-cards {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #usOffer #offer-cards {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 15px;
  }
  #usOffer #offer-cards::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
#usOffer #offer-cards .card {
  text-align: center;
  position: relative;
  height: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  #usOffer #offer-cards .card {
    width: 260px !important;
    min-width: 260px;
  }
}
#usOffer #offer-cards .card:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  -webkit-clip-path: path('M256 214.418V71.5816L128 0L0 71.5816V214.418L128 286L256 214.418Z');
          clip-path: path('M256 214.418V71.5816L128 0L0 71.5816V214.418L128 286L256 214.418Z');
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
#usOffer #offer-cards .card svg {
  display: block;
  margin: -15px auto 12px auto;
}
@media screen and (max-width: 480px) {
  #usOffer #offer-cards .card svg {
    width: 120px;
  }
}
#usOffer #offer-cards .card svg * {
  transition: 0.3s ease-in-out;
}
#usOffer #offer-cards .card .card-title {
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
#usOffer #offer-cards .card a {
  color: inherit;
  text-decoration: unset;
  transition: 0.01s ease-in-out;
}
#usOffer #offer-cards .card .try {
  opacity: 0;
  margin-top: 5px;
  background-color: #FCFCFC;
  text-decoration: unset;
  color: #F58220;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 15px;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
#usOffer #offer-cards .card .try:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #F58220;
  border-right: 2px solid #F58220;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}
#usOffer #offer-cards .card:hover {
  color: #FCFCFC;
}
#usOffer #offer-cards .card:hover:before {
  background-color: #F58220;
}
#usOffer #offer-cards .card:hover a {
  color: #FCFCFC;
}
#usOffer #offer-cards .card:hover svg * {
  fill: #FCFCFC;
}
#usOffer #offer-cards .card:hover .try {
  opacity: 1;
}
/* SECTION PRODUCTS - ON FRONTAPGE */
#ofertaProducts,
#frontpageProdukty {
  padding: 68px 0 110px 0;
}
@media screen and (max-width: 480px) {
  #ofertaProducts,
  #frontpageProdukty {
    padding: 50px 0;
  }
}
#ofertaProducts .container .product-box,
#frontpageProdukty .container .product-box {
  width: calc(100% / 3 - 40px / 3);
  height: 233px;
  overflow: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #ofertaProducts .container .product-box:not(:nth-child(3n)),
  #frontpageProdukty .container .product-box:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #ofertaProducts .container .product-box,
  #frontpageProdukty .container .product-box {
    width: calc(100% / 2 - 20px / 2);
  }
  #ofertaProducts .container .product-box:not(:nth-child(2n)),
  #frontpageProdukty .container .product-box:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #ofertaProducts .container .product-box,
  #frontpageProdukty .container .product-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
#ofertaProducts .container .product-box.header,
#frontpageProdukty .container .product-box.header {
  padding: 20px 0 ;
}
@media screen and (max-width: 480px) {
  #ofertaProducts .container .product-box.header,
  #frontpageProdukty .container .product-box.header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 480px) {
  #ofertaProducts .container .product-box.header .header-title-text,
  #frontpageProdukty .container .product-box.header .header-title-text {
    text-align: center;
  }
}
#ofertaProducts .container .product-box.header .header-descritpion-text,
#frontpageProdukty .container .product-box.header .header-descritpion-text {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #ofertaProducts .container .product-box.header .header-descritpion-text,
  #frontpageProdukty .container .product-box.header .header-descritpion-text {
    text-align: center;
  }
}
#ofertaProducts .container .product-box.product-category,
#frontpageProdukty .container .product-box.product-category {
  overflow: hidden;
  position: relative;
}
#ofertaProducts .container .product-box.product-category .product-box-background-image,
#frontpageProdukty .container .product-box.product-category .product-box-background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
#ofertaProducts .container .product-box.product-category a,
#frontpageProdukty .container .product-box.product-category a {
  text-decoration: unset;
  color: inherit;
}
#ofertaProducts .container .product-box.product-category .product-box-mask,
#frontpageProdukty .container .product-box.product-category .product-box-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background: rgba(20, 20, 20, 0.65);
  transition: 0.3s ease-in-out;
}
#ofertaProducts .container .product-box.product-category .product-box-mask .product-box-title,
#frontpageProdukty .container .product-box.product-category .product-box-mask .product-box-title {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  justify-content: space-between;
  color: #FCFCFC;
  padding: 20px;
  text-decoration: unset;
}
#ofertaProducts .container .product-box.product-category .product-box-mask .product-box-title:before,
#frontpageProdukty .container .product-box.product-category .product-box-mask .product-box-title:before {
  content: "";
  background-color: #FCFCFC;
  width: 0px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 20px;
  transition: 0.3s ease-in-out;
}
#ofertaProducts .container .product-box.product-category .product-box-mask .product-box-title:after,
#frontpageProdukty .container .product-box.product-category .product-box-mask .product-box-title:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FCFCFC;
  border-right: 2px solid #FCFCFC;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#ofertaProducts .container .product-box.product-category:hover .product-box-background-image,
#frontpageProdukty .container .product-box.product-category:hover .product-box-background-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#ofertaProducts .container .product-box.product-category:hover .product-box-mask,
#frontpageProdukty .container .product-box.product-category:hover .product-box-mask {
  background: linear-gradient(transparent 35%, rgba(20, 20, 20, 0.65) 69%);
}
#ofertaProducts .container .product-box.product-category:hover .product-box-mask .product-box-title:before,
#frontpageProdukty .container .product-box.product-category:hover .product-box-mask .product-box-title:before {
  width: calc(100% - 40px);
}
#ofertaProducts .container .product-box.product-category:hover .product-box-mask .product-box-title:after,
#frontpageProdukty .container .product-box.product-category:hover .product-box-mask .product-box-title:after {
  opacity: 1;
}
/* SECTIONS ON BLACK GB ON FRONTPAGE: REALIZATIONS AND MACHINES PARK */
#blackFixedBackgorundOnFrontpage {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  color: #FCFCFC;
  overflow: hidden;
}
.realizacje-module {
  padding-top: 126px;
}
@media screen and (max-width: 768px) {
  .realizacje-module {
    padding-top: 65px;
  }
}
@media screen and (max-width: 480px) {
  .realizacje-module {
    padding-top: 50px;
  }
}
.realizacje-module .wrap {
  overflow: hidden;
  width: 100%;
}
.realizacje-module .wrap .section-header {
  margin-bottom: 55px;
}
.realizacje-module .wrap .section-header .header-title-text {
  color: #FCFCFC;
}
@media screen and (max-width: 480px) {
  .realizacje-module .wrap .section-header .header-title-text {
    text-align: center;
  }
}
.realizacje-module .wrap .section-body {
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .realizacje-module .wrap .section-body {
    min-width: 1400px;
  }
}
@media screen and (max-width: 480px) {
  .realizacje-module .wrap .section-body {
    min-width: 900px;
  }
}
.realizacje-module .wrap .swiper-list {
  overflow: auto;
}
.realizacje-module .wrap .swiper-list::-webkit-scrollbar {
  height: 0;
  width: 0;
}
@media screen and (max-width: 480px) {
  .realizacje-module .wrap .section-footer .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.realization-box {
  width: calc(100% / 3 - 50px / 3);
}
.realization-box:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .realization-box:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.realization-box .realization-box-header {
  overflow: hidden;
  position: relative;
}
.realization-box .realization-box-header .label {
  position: absolute;
  top: 24px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 5px 15px 5px 30px;
  background-color: #F58220;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.realization-box .realization-box-header .label .label-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 25.2px;
  letter-spacing: 0.03em;
  color: #FCFCFC;
}
.realization-box .realization-box-header img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.realization-box .realization-box-content {
  padding: 35px 30px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
	.realization-box .realization-box-content {
		padding: 15px 5px;
	}
}

@media screen and (max-width: 480px) {
  .realization-box .realization-box-content {
    padding: 15px;
  }
}
.realization-box .realization-box-content .product-box-title {
  font-size: 24px;
  line-height: 38.4px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FCFCFC;
  text-decoration: unset;
  display: inline-block;
  overflow: hidden;
  height: 115.2px;
}
@media screen and (max-width: 1400px) {
	.realization-box .realization-box-content .product-box-title {
		font-size: 20px;
		line-height: 1.4;
	}	
}
@media screen and (max-width: 480px) {
  .realization-box .realization-box-content .product-box-title {
    font-size: 21px;
    line-height: 30px;
    height: 60px;
  }
}
.realization-box .realization-box-content p {
  margin: 22px 0;
  display: block;
  color: #BCBEC0;
}

@media screen and (max-width: 1400px) {
	.realization-box .realization-box-content p {
		margin: 10px 0 22px 0;
	}
}

.realization-box .realization-box-content .product-box-see-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: unset;
  position: relative;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
  color: #F58220;
  font-weight: bold;
}
.realization-box .realization-box-content .product-box-see-more svg {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.realization-box .realization-box-content .product-box-see-more:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #FCFCFC;
  transition: 0.3s ease-in-out;
}
.realization-box:hover .realization-box-header .label {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.realization-box:hover .realization-box-header img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.realization-box:hover .realization-box-content {
  background-color: #141414;
}
.realization-box:hover .realization-box-content .product-box-see-more:before {
  width: 100%;
}
.realization-box:hover .realization-box-content .product-box-see-more svg {
  opacity: 1;
}
#machinesPark {
  position: relative;
  padding: 128px 0 126px 0;
}
@media screen and (max-width: 768px) {
  #machinesPark {
    padding: 65px 0 65px 0;
  }
}
@media screen and (max-width: 480px) {
  #machinesPark {
    padding: 50px 0;
  }
}
#machinesPark > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #machinesPark > * {
    align-items: flex-start;
  }
}
#machinesPark .left-side {
  width: 50%;
  padding-right: 150px;
}
@media screen and (max-width: 768px) {
  #machinesPark .left-side {
    padding-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  #machinesPark .left-side {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
}
#machinesPark .left-side > * .title-text {
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: 0.03em;
  color: #FCFCFC;
}
#machinesPark .left-side > * .description-text {
  margin: 30px 0;
}
@media screen and (max-width: 480px) {
  #machinesPark .left-side > * .description-text {
    margin: 15px 0;
  }
}
#machinesPark .left-side > * .btn {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  #machinesPark .left-side > * .btn {
    text-align: center;
    display: block;
    width: 100%;
  }
}
#machinesPark .right-side {
  width: 50%;
  gap: 20px;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 480px) {
  #machinesPark .right-side {
    display: none;
  }
}
#machinesPark .right-side > .wp-block-image:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#machinesPark .right-side > .wp-block-image {
  min-width: 465px !important;
  width: 465px !important;
  height: 513px;
}
#machinesPark .right-side > .wp-block-image.active {
  z-index: 1;
  position: relative;
}
#machinesPark .right-side > .wp-block-image.active img {
  opacity: 1;
}
#machinesPark .right-side > .wp-block-image:before {
  content: '';
  position: absolute;
  top: calc(100% - 109px);
  left: calc(-50% - 10px);
  width: 100%;
  height: 100%;
  -webkit-clip-path: path('M464.296 384.578V128.388L232.148 0L115.927 64.2524L0 128.388V384.578L232.148 512.965L464.296 384.578Z');
          clip-path: path('M464.296 384.578V128.388L232.148 0L115.927 64.2524L0 128.388V384.578L232.148 512.965L464.296 384.578Z');
  z-index: 2;
  transition: 0.3s ease-in-out;
}
#machinesPark .right-side > .wp-block-image[class*="col-1"]:before {
  background-color: #808285;
}
#machinesPark .right-side > .wp-block-image[class*="col-2"]:before {
  background-color: #F58220;
}
#machinesPark .right-side > .wp-block-image img {
  opacity: 0;
  transition: 0.3s ease-in-out;
  background-color: #F6F6F6;
  width: 100%;
  height: 100%;
  -webkit-clip-path: path('M464.296 384.578V128.388L232.148 0L115.927 64.2524L0 128.388V384.578L232.148 512.965L464.296 384.578Z');
          clip-path: path('M464.296 384.578V128.388L232.148 0L115.927 64.2524L0 128.388V384.578L232.148 512.965L464.296 384.578Z');
}
/* SECTION TRUSTED US */
#trustedUs {
  color: #141414;
  padding: 120px 0 72px 0;
}
@media screen and (max-width: 768px) {
  #trustedUs {
    padding: 60px 0 100px 0;
  }
}
@media screen and (max-width: 480px) {
  #trustedUs {
    padding: 50px 0 0 0;
  }
}
#trustedUs > * {
  max-width: 100%;
}
#trustedUs > * > h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
}
#trustedUs > * > p {
  color: #808285;
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 768px) {
  #trustedUs > * > p {
    padding: 10px 0 40px 0;
  }
}
#trustedUs .swiper {
  max-width: 100%;
}
#trustedUs .swiper > * {
  max-width: 100%;
  position: relative;
}
#trustedUs .swiper > * .swiper-wrapper {
  gap: 0;
}
@media screen and (max-width: 1350px) {
  #trustedUs .swiper > * .swiper-wrapper {
    flex-wrap: nowrap !important	;
  }
}
#trustedUs .swiper > * .swiper-wrapper .swiper-slide {
  flex-basis: unset;
  flex-grow: unset;
  max-width: unset;
}
@media screen and (max-width: 480px) {
  #trustedUs .swiper > * .swiper-wrapper .swiper-slide {
    text-align: center;
  }
}

#trustedUs .swiper > * .swiper-wrapper .swiper-slide figure {
	width: 255px;
	height: 150px;
	margin: 0 auto;
}

#trustedUs .swiper > * .swiper-btn-prev,
#trustedUs .swiper > * .swiper-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#trustedUs .swiper > * .swiper-btn-prev svg,
#trustedUs .swiper > * .swiper-btn-next svg {
  fill: #FCFCFC;
}
#trustedUs .swiper > * .swiper-btn-prev.swiper-button-disabled,
#trustedUs .swiper > * .swiper-btn-next.swiper-button-disabled {
  opacity: 0;
}
#trustedUs .swiper > * .swiper-btn-prev {
  left: 0;
}
#trustedUs .swiper > * .swiper-btn-next {
  right: 0;
}
/* SITE FOOTER */
.cta-before-footer {
  margin-top: calc(350px / 2 + 24px);
}
.cta-before-footer .container {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cta-before-footer .container .section-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F58220;
}
@media screen and (max-width: 768px) {
  .cta-before-footer .container .section-card {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta-before-footer .container .section-card {
    padding: 20px;
  }
}
.cta-before-footer .container .section-card .left-side {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .cta-before-footer .container .section-card .left-side {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cta-before-footer .container .section-card .left-side {
    padding: 0;
  }
}
.cta-before-footer .container .section-card .left-side .header-text {
	display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #FCFCFC;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cta-before-footer .container .section-card .left-side .header-text {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cta-before-footer .container .section-card .left-side .header-text {
    font-size: 26px;
    line-height: initial;
    margin-bottom: 50px;
    text-align: center;
  }
}
.cta-before-footer .container .section-card .left-side .btn {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .cta-before-footer .container .section-card .left-side .btn {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.cta-before-footer .container .section-card .left-side .btn.btn-outline-white {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .cta-before-footer .container .section-card .left-side .btn.btn-outline-white {
    margin-left: 0;
  }
}
.cta-before-footer .container .section-card .right-side {
  width: 50%;
  height: 356px;
}
@media screen and (max-width: 768px) {
  .cta-before-footer .container .section-card .right-side {
    display: none;
  }
}
.cta-before-footer .container .section-card .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-footer {
  padding: 244px 0 0 0;
  color: #BCBEC0;
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.site-footer a {
  color: #FCFCFC;
  text-decoration: unset;
}
.site-footer a:hover {
  color: #F58220;
}
.site-footer a.link {
  display: inline-block;
  margin-left: 10px;
}
.site-footer h4 {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.03em;
}
.site-footer ul li {
  list-style: none;
}
.site-footer .footer-column-title {
  font-size: 20px;
  line-height: 34px;
  display: block;
  margin-bottom: 45px;
  color: #F58220;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .site-footer .footer-column-title {
    margin-bottom: 20px;
  }
}
.site-footer .contact-info-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .site-footer .contact-info-wrap {
    margin-bottom: 0;
  }
}
.site-footer .contact-info-wrap > .strong-text {
  display: block;
  margin-bottom: 25px;
}
.site-footer .contact-info-wrap .contact-info {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer .contact-info-wrap .contact-info {
    justify-content: center;
    text-align: center;
  }
}
.site-footer .strong-text {
  color: #FCFCFC;
}
.site-footer .container {
  flex-wrap: nowrap;
}

@media screen and (max-width: 900px) {
  .site-footer .container {
	  flex-direction: column;
	  align-items: center;
	  text-align: center;
  }
  
  .site-footer .container .footer-column.second-column .contact-info-wrap .contact-info,
  .site-footer .container .footer-column.third-column .contact-info-wrap .contact-info {
	  justify-content: center;
  }
  
  .site-footer .footer-bottom {
	  margin-top: 50px !important;
  }
  
  .site-footer .footer-bottom .container {
	  gap: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .container .footer-column {
    margin: 15px 0;
  }
}
.site-footer .container .footer-column.first-column {
  width: 333px;
  margin-right: 127px;
}

@media screen and (max-width: 1350px) {
	.site-footer .container {
		flex-wrap: wrap;
		gap: 40px;
	}
	.site-footer .container .footer-column.footer-column {
		margin: 0 !important;
	}
	
	.site-footer .container .footer-column.first-column {
		flex-basis: 100%;
		margin: 0;
		text-align: center;
	}
		
		.site-footer .container .footer-column.first-column .contact-info-wrap .contact-info {
			justify-content: center;
		}
		
	.site-footer .container .footer-column.second-column {
		flex-basis: 35%;
	}
	
	.site-footer .container .footer-column.third-column {
		flex-basis: 35%;
	}
	
	.site-footer .container .footer-column.fourth-column {
		flex-basis: 20%;
	}
}


.site-footer .container .footer-column.first-column .contact-info-wrap {
  margin: 34px 0 40px 0;
}
@media screen and (max-width: 480px) {
  .site-footer .container .footer-column.first-column .contact-info-wrap {
    margin: 15px 0 10px 0;
  }
}
.site-footer .container .footer-column.first-column .contact-info-wrap .contact-info {
  display: flex;
  align-items: center;
}
.site-footer .container .footer-column.first-column .contact-info-wrap .contact-info svg {
  margin-right: 10px;
}
.site-footer .container .footer-column.first-column .social-media a:not(:last-child) {
  margin-right: 13px;
}
.site-footer .container .footer-column.first-column .social-media a svg path {
  transition: 0.3s ease-in-out;
}
.site-footer .container .footer-column.first-column .social-media a:hover svg path {
  fill: #fff;
}
.site-footer .container .footer-column.second-column {
  margin-right: 62px;
}
@media screen and (max-width: 768px) {
  .site-footer .container .footer-column.second-column {
    width: 100%;
    margin-right: 0;
  }
}
.site-footer .container .footer-column.second-column .contact-info-wrap .contact-info {
  display: flex;
  align-items: center;
}
.site-footer .container .footer-column.second-column .contact-info-wrap .contact-info svg {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer .container .footer-column.third-column {
    width: 100%;
    margin-right: 0;
  }
}
.site-footer .container .footer-column.third-column .contact-info-wrap .contact-info {
  display: flex;
  align-items: center;
}
.site-footer .container .footer-column.third-column .contact-info-wrap .contact-info svg {
  margin-right: 10px;
}
.site-footer .container .footer-column.fourth-column {
  width: 135px;
  margin-left: 110px;
}
@media screen and (max-width: 1350px) {
  .site-footer .container .footer-column.fourth-column {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .container .footer-column.fourth-column {
    width: 100%;
    margin-left: 0;
  }
}
.site-footer .container .footer-column.fourth-column .footer-menu .menu-item:not(:last-child) {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .site-footer .container .footer-column.fourth-column .footer-menu .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.site-footer .footer-bottom {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .site-footer .footer-bottom {
    margin-top: 20px;
    text-align: center;
  }
}
.site-footer .footer-bottom .container {
  justify-content: space-between;
  border-top: 1px solid #808285;
  padding: 25px 0;
  color: #808285;
}
@media screen and (max-width: 480px) {
  .site-footer .footer-bottom .container {
    justify-content: center;
  }
}
.site-footer .footer-bottom .container a:not(:hover) {
  color: #808285;
}
.site-footer .footer-bottom .container .footer-bottom-item.additional-links-item ul {
  display: flex;
}
.site-footer .footer-bottom .container .footer-bottom-item.additional-links-item ul li:not(:last-child) {
  margin-right: 20px;
}
/* PRODUCTS - PRODUCTS LIST */
.tax-kategorie_produktow,
.page-template-lista-produktow {
  background-color: #F6F6F6;
}
.product-list-navigation {
  width: 350px;
  background-color: #FCFCFC;
  padding: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-list-navigation .section-header {
  padding: 35px 0 30px 0;
  border-bottom: 1.5px solid #F6F6F6;
}
.product-list-navigation .section-header .navigation-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
  padding: 0 20px;
}
.product-list-navigation .section-body {
  padding: 30px 0 40px 0;
}
.product-list-navigation .section-body ul li {
  list-style: none;
  margin-bottom: 5px;
}
.product-list-navigation .section-body ul li a {
  padding: 15px 25px;
  display: block;
  font-weight: 400;
  text-decoration: unset;
  color: #141414;
  position: relative;
}
.product-list-navigation .section-body ul li a:hover {
  color: #F58220;
  background-color: #F6F6F6;
}
.product-list-navigation .section-body ul li a:hover:before {
  border-color: #F58220 !important;
}
.product-list-navigation .section-body ul li.parent > a {
  padding-right: 50px;
}
.product-list-navigation .section-body ul li.parent > a:before {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #808285;
  border-right: 2px solid #808285;
  -webkit-transform: rotate(135deg) translateY(calc(-50% + 13px));
          transform: rotate(135deg) translateY(calc(-50% + 13px));
  transition: border-color 0.3s ease-in-out;
}
.product-list-navigation .section-body ul li.parent:hover {
  color: #F58220;
  background-color: #F6F6F6;
}
.product-list-navigation .section-body ul li.parent:hover > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 30px;
}
.product-list-navigation .section-body ul li.parent:has(.current) > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 30px;
}
.product-list-navigation .section-body ul li.parent:not(:hover):not(:has(.current)):not(.current) ul {
  display: none;
}
.product-list-navigation .section-body ul li.parent.current,
.product-list-navigation .section-body ul li.parent:has(.current) {
  background-color: #F6F6F6;
}
.product-list-navigation .section-body ul li.parent.current > a:before,
.product-list-navigation .section-body ul li.parent:has(.current) > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 30px;
}
.product-list-navigation .section-body ul li.parent ul {
  background-color: #F6F6F6;
  padding: 10px 25px;
}
.product-list-navigation .section-body ul li.current > a {
  font-weight: bold;
  color: #F58220;
}
.product-list-navigation .section-body ul li.current > a:before {
  border-color: #F58220 !important;
}
.product-list-navigation .section-body ul li.current.parent ul {
  display: block;
}
.products-list-content {
  width: calc(100% - 370px);
  margin-left: 20px;
}
.products-list-content .products-list-baner img {
  box-shadow: 0px 4px 32px #BCBEC026;
}
.products-list-content .wrap {
  background-color: #FCFCFC;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .products-list-content .wrap {
    padding: 15px;
  }
}
.products-list-content .wrap .navigation-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-box.product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-box.product-list .left-side {
  width: 328px;
  height: 267px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
	.product-box.product-list .left-side {
		width: 250px;
		height: 220px;
	}
}
@media screen and (max-width: 600px) {
	.product-box.product-list .left-side {
		width: 180px;
		height: 150px;
	}
}
@media screen and (max-width: 480px) {
  .product-box.product-list .left-side {
    width: 100%;
    height: 200px;
  }
}
.product-box.product-list .left-side .label {
  position: absolute;
  top: 43px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 5px 15px 5px 30px;
  background-color: #F58220;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .product-box.product-list .left-side .label {
    top: 15px;
  }
}
.product-box.product-list .left-side .label .label-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 25.2px;
  letter-spacing: 0.03em;
  color: #FCFCFC;
}
.product-box.product-list .left-side a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.product-box.product-list .right-side {
  width: calc(100% - 328px);
  display: flex;
  align-items: center;
  padding: 35px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
	.product-box.product-list .right-side {
		width: calc(100% - 250px);
		padding: 0 0 0 30px;
	}
	
	.product-box.product-list .right-side .product-content .excerpt {
		margin: 10px 0 0px 0 !important;
	}
}

@media screen and (max-width: 600px) {
	.product-box.product-list .right-side {
		width: calc(100% - 180px);
		padding: 0 0 0 30px;
	}
	
	.product-box.product-list .right-side .product-content .excerpt {
		margin: 10px 0 0px 0 !important;
	}
}

@media screen and (max-width: 480px) {
  .product-box.product-list .right-side {
    width: 100%;
    padding: 15px;
  }
}
.product-box.product-list .right-side .product-content {
  width: 100%;
}
.product-box.product-list .right-side .product-content .product-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #141414;
}
.product-box.product-list .right-side .product-content .product-title a {
  text-decoration: unset;
  color: inherit;
}
.product-box.product-list .right-side .product-content .excerpt {
  margin: 25px 0 30px;
  color: #808285;
}
@media screen and (max-width: 480px) {
  .product-box.product-list .right-side .product-content .excerpt {
    margin: 15px 0 20px;
  }
}
.product-box.product-list .right-side .product-content .see-more {
  position: relative;
  color: #F58220;
  text-decoration: unset;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.product-box.product-list .right-side .product-content .see-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5px;
  width: 0;
  background-color: #F58220;
  transition: 0.3s ease-in-out;
}
.product-box.product-list .right-side .product-content .see-more svg {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.product-box.product-list:hover .left-side .label {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.product-box.product-list:hover .left-side img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-box.product-list:hover .right-side {
  background-color: #F6F6F6;
}
.product-box.product-list:hover .right-side .product-content .see-more::before {
  width: 100%;
}
.product-box.product-list:hover .right-side .product-content .see-more svg {
  opacity: 1;
}
.pagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination:has(*) {
  margin: 50px auto;
}
.pagination span,
.pagination a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #141414;
  font-weight: bold;
  text-align: center;
}
.pagination span {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid #F58220;
  border-radius: 100%;
  color: #F58220;
}
.pagination a:not(.next):not(.prev) {
  text-decoration: unset;
}
.pagination a:not(.next):not(.prev):hover {
  color: #F58220;
}
.pagination a.next:hover svg rect,
.pagination a.prev:hover svg rect {
  fill: #F58220;
}
.pagination a.next:hover svg path,
.pagination a.prev:hover svg path {
  stroke: #FCFCFC;
}
.pagination svg rect,
.pagination svg path {
  transition: 0.3s ease-in-out;
}
.pagination.on-dark-background a {
  color: #FCFCFC;
}
/* PRODUCTS - SINGLE PRODUCT */
section.intro {
  margin-top: -25px;
  position: relative;
}
section.intro .ozdoba {
  position: absolute;
  top: -50px;
  height: calc(100% + 50px);
  width: 100%;
  background-color: #141414;
  overflow: hidden;
}
section.intro .container .left-side {
  width: 50%;
}
section.intro .container .left-side .section-content {
  margin-top: 50px;
  padding-right: 70px;
}
section.intro .container .left-side .section-content .back {
  text-decoration: unset;
  color: #F58220;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 108px;
  transition: 0.3s ease-in-out;
}
section.intro .container .left-side .section-content .back:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #F58220;
  border-left: 2px solid #F58220;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}
section.intro .container .left-side .section-content .back:hover {
  color: #B2611C;
}
section.intro .container .left-side .section-content .back:hover:before {
  border-color: #B2611C;
}
section.intro .container .left-side .section-content:has(.intro-labels) .back {
  margin-bottom: 40px;
}
section.intro .container .left-side .section-content .additional-info {
  color: #BCBEC0;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section.intro .container .left-side .section-content .additional-info span:not(.strong-text) {
    display: block;
    width: 100%;
  }
}
section.intro .container .left-side .section-content .additional-info span .strong-text {
  color: #FCFCFC;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 769px) {
  section.intro .container .left-side .section-content .additional-info span:not(:first-child) {
    display: inline-block;
    margin-left: 40px;
  }
}
section.intro .container .left-side .section-content .intro-labels {
  margin: 0 0 25px 0;
}
section.intro .container .left-side .section-content .intro-labels .label {
  background-color: #F58220;
  padding: 8px 15px;
  color: #FCFCFC;
  border-radius: 20px;
  text-decoration: unset;
}
section.intro .container .left-side .section-content .intro-labels .label:hover {
  background-color: #B2611C;
}
section.intro .container .left-side .section-content .page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.03em;
}
section.intro .container .left-side .section-content ul,
section.intro .container .left-side .section-content ol {
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  section.intro .container .left-side .section-content ul,
  section.intro .container .left-side .section-content ol {
    margin-top: 15px;
  }
}
section.intro .container .left-side .section-content .buttons {
  margin-top: 40px;
}
section.intro .container .left-side .section-content .buttons .btn-orange {
  margin-right: 10px;
}
section.intro .container .right-side {
  width: 50%;
  max-width: 625px;
  display: flex;
  justify-content: flex-end;
}
section.intro .container .right-side img {
  -webkit-clip-path: path('M625 519.552V173.448L312.5 0L0 173.448V519.552L312.5 693L625 519.552Z');
          clip-path: path('M625 519.552V173.448L312.5 0L0 173.448V519.552L312.5 693L625 519.552Z');
  width: 100%;
  height: 100%;
  aspect-ratio: 625/693;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
	section.intro .container .right-side img {
		-webkit-clip-path: unset !important;
		clip-path: !important;
		width: 90% !important;
	}
}
@media screen and (max-width: 1024px) {
	section.intro .container .right-side img {
		width: 100% !important;
	}
}

section.intro.dark {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  position: relative;
  top: -50px;
  padding-top: 0;
}
section.intro.dark .page-title,
section.intro.dark p {
  color: #FCFCFC;
}
section.intro.dark .container {
  align-items: center !important;
  padding-top: 80px;
}
section.intro.dark .container .left-side {
  width: 60%;
}
section.intro.dark .container .left-side .section-content {
  padding-bottom: 63px;
}

@media screen and (max-width: 1350px) {
	section.intro .container {
		gap: 0;
	}
	
	section.intro .container .left-side .section-content {
		padding: 0 !important;
		padding: 0 !important;
	}
}

section.intro.dark .container .right-side {
  position: relative;
  top: 50px;
  width: 40%;
  max-width: 531px;
  transform: scale(1);
}
section.intro.dark .container .right-side img {
  -webkit-clip-path: path('M531 440.083V146.917L265.5 0L0 146.917V440.083L265.5 587L531 440.083Z');
          clip-path: path('M531 440.083V146.917L265.5 0L0 146.917V440.083L265.5 587L531 440.083Z');
  aspect-ratio: 531/587;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery {
  padding: 110px 0;
}
@media screen and (max-width: 1350px) {
	section.intro.dark .container .right-side {
		top: -80px;
	}
}

@media screen and (max-width: 1024px) {
  #gallery {
    padding: 50px 0;
  }
}
#gallery:has(.section-title) {
  padding-top: 62px;
}
#gallery .wp-block-group__inner-container,
#gallery .container {
  width: 100%;
}
#gallery .wp-block-group__inner-container .section-title,
#gallery .container .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 51px;
}
#gallery .wp-block-group__inner-container .swiper,
#gallery .container .swiper {
  width: 100%;
  padding: 0 92px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #gallery .wp-block-group__inner-container .swiper,
  #gallery .container .swiper {
    padding: 0 45px;
  }
}
#gallery .wp-block-group__inner-container .swiper:before,
#gallery .container .swiper:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 92px;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, #FCFCFC 40%);
}
@media screen and (max-width: 1024px) {
  #gallery .wp-block-group__inner-container .swiper:before,
  #gallery .container .swiper:before {
    width: 45px;
  }
}
#gallery .wp-block-group__inner-container .swiper:after,
#gallery .container .swiper:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 92px;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #FCFCFC 40%);
}
@media screen and (max-width: 1024px) {
  #gallery .wp-block-group__inner-container .swiper:after,
  #gallery .container .swiper:after {
    width: 45px;
  }
}
#gallery .wp-block-group__inner-container .swiper .swiper-wrapper .swiper-slide a,
#gallery .container .swiper .swiper-wrapper .swiper-slide a {
  height: 350px;
  display: block;
  overflow: hidden;
}
#gallery .wp-block-group__inner-container .swiper .swiper-wrapper .swiper-slide a img,
#gallery .container .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  transition: 0.3s ease-in-out;
}
#gallery .wp-block-group__inner-container .swiper .swiper-wrapper .swiper-slide a:hover img,
#gallery .container .swiper .swiper-wrapper .swiper-slide a:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#gallery .wp-block-group__inner-container .swiper .swiper-btn-prev,
#gallery .container .swiper .swiper-btn-prev,
#gallery .wp-block-group__inner-container .swiper .swiper-btn-next,
#gallery .container .swiper .swiper-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  transition: 0.3s ease-in-out;
}
#gallery .wp-block-group__inner-container .swiper .swiper-btn-prev svg,
#gallery .container .swiper .swiper-btn-prev svg,
#gallery .wp-block-group__inner-container .swiper .swiper-btn-next svg,
#gallery .container .swiper .swiper-btn-next svg {
  fill: #FCFCFC;
}
@media screen and (max-width: 1024px) {
  #gallery .wp-block-group__inner-container .swiper .swiper-btn-prev svg,
  #gallery .container .swiper .swiper-btn-prev svg,
  #gallery .wp-block-group__inner-container .swiper .swiper-btn-next svg,
  #gallery .container .swiper .swiper-btn-next svg {
    width: 32px;
  }
}
#gallery .wp-block-group__inner-container .swiper .swiper-btn-prev.swiper-button-disabled,
#gallery .container .swiper .swiper-btn-prev.swiper-button-disabled,
#gallery .wp-block-group__inner-container .swiper .swiper-btn-next.swiper-button-disabled,
#gallery .container .swiper .swiper-btn-next.swiper-button-disabled {
  opacity: 0;
}
#gallery .wp-block-group__inner-container .swiper .swiper-btn-prev,
#gallery .container .swiper .swiper-btn-prev {
  left: 0;
}
#gallery .wp-block-group__inner-container .swiper .swiper-btn-next,
#gallery .container .swiper .swiper-btn-next {
  right: 0;
}
#gallery .wp-block-group__inner-container {
  max-width: var(--wp--style--global--content-size);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#gallery .wp-block-group__inner-container h2 {
  margin-bottom: 50px;
  text-align: center;
}
#gallery .wp-block-group__inner-container .wp-block-gallery {
  flex-wrap: nowrap;
  gap: 0;
}
/* REALIZATIONS - REALIZATIONS LIST */
.site-main.realizations-list-template .page-header {
  padding: 120px 0 90px 0;
  margin-top: -75px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1350px) {
	.site-main.realizations-list-template .page-header {
		padding: 60px 0 20px 0;
	}
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .page-header {
    margin: 30px 0 50px 0;
	padding: 60px 0 20px 0;
  }
}
.site-main.realizations-list-template .page-header .container .navigation-title,
.site-main.realizations-list-template .page-header .container .page-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
  color: #FCFCFC;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .page-header .container .navigation-title,
  .site-main.realizations-list-template .page-header .container .page-title {
    font-size: 26px;
  }
}
.site-main.realizations-list-template .realizations-list-content {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  color: #FCFCFC;
  overflow: hidden;
  padding: 20px 0 250px 0 ;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content {
    padding: 20px 0 60px;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters {
  margin-bottom: 40px;
}
.site-main.realizations-list-template .realizations-list-content .filters .container {
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content .filters .container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters .container .filters-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.03em;
  margin-right: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content .filters .container .filters-title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper {
  width: calc(100% - 110px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 65px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content .filters .container .swiper {
    width: 100%;
    padding: 0;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 92px;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #141414 40%);
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content .filters .container .swiper:after {
    display: none;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-wrapper {
  align-items: center;
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-prev,
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: 2;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-prev,
  .site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-next {
    display: none;
  }
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-prev svg,
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-next svg {
  fill: #141414;
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-prev.swiper-button-disabled,
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-next.swiper-button-disabled {
  opacity: 0;
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-prev {
  left: 0;
}
.site-main.realizations-list-template .realizations-list-content .filters .container .swiper-btn-next {
  right: 0;
}
@media screen and (max-width: 480px) {
  .site-main.realizations-list-template .realizations-list-content .realization-list .container .realization-box {
    width: 100%;
    margin-right: 0;
  }
}
.site-main.realizations-list-template .realizations-list-content .additional-content {
  margin-top: 50px;
}
.site-main.realizations-list-template .realizations-list-content .additional-content h1,
.site-main.realizations-list-template .realizations-list-content .additional-content h2,
.site-main.realizations-list-template .realizations-list-content .additional-content h3,
.site-main.realizations-list-template .realizations-list-content .additional-content h4,
.site-main.realizations-list-template .realizations-list-content .additional-content p {
  color: #FCFCFC;
}
.page-template-lista-case-study .cta-before-footer,
.page-template-lista-realizacji .cta-before-footer,
.tax-kategorie_realizacji .cta-before-footer {
  margin-top: 0;
}
.page-template-lista-case-study .cta-before-footer .container,
.page-template-lista-realizacji .cta-before-footer .container,
.tax-kategorie_realizacji .cta-before-footer .container {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page-template-lista-case-study .site-footer,
.page-template-lista-realizacji .site-footer,
.tax-kategorie_realizacji .site-footer {
  padding-top: 430px;
}
/* REALIZATIONS - SINGLE REALIZATION */
.dark-custom-background {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
}
.other-realizations {
  padding: 117px 0 130px 0;
}
@media screen and (max-width: 1024px) {
  .other-realizations {
    padding: 50px 0 60px;
  }
}
.other-realizations .container .section-title {
  width: 100%;
  text-align: center;
  color: #FCFCFC;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .other-realizations .container .section-title {
    font-size: 26px;
    line-height: initial;
    margin-bottom: 30px;
  }
}
.other-realizations .container .wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .other-realizations .container .wrap {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .other-realizations .container .wrap::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .other-realizations .container .wrap .realization-box {
    min-width: 290px;
    width: 290px;
  }
}
/* CASE STUDY - SINGLE CASE STUDY */
.course-of-cooperation {
  padding: 100px 0 0px 0;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation {
    padding: 50px 0 0 0;
  }
}
.course-of-cooperation .container .section-head-title {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .section-head-title {
    font-size: 26px;
    line-height: initial;
    margin-bottom: 30px;
  }
}
.course-of-cooperation .container .inside-section {
  width: 100%;
  border-left: 2px solid #BCBEC0;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section {
    border-left: unset;
  }
}
.course-of-cooperation .container .inside-section .wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-of-cooperation .container .inside-section .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.03em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section .section-title {
    font-size: 18px;
    line-height: initial;
  }
}
.course-of-cooperation .container .inside-section .section-description {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section .section-description {
    margin-bottom: 50px;
    margin-top: 15px;
  }
}
.course-of-cooperation .container .inside-section .section-photo {
  -webkit-clip-path: path('M503 417.591V139.409L251.5 0L0 139.409V417.591L251.5 557L503 417.591Z');
          clip-path: path('M503 417.591V139.409L251.5 0L0 139.409V417.591L251.5 557L503 417.591Z');
  max-width: 503px;
  width: 100%;
  height: auto;
  aspect-ratio: 503/557;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section .section-photo {
    -webkit-clip-path: unset;
            clip-path: unset;
    max-width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.course-of-cooperation .container .inside-section .left-side {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section .left-side {
    width: 100%;
  }
}
.course-of-cooperation .container .inside-section .right-side {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section .right-side {
    width: 100%;
  }
}
.course-of-cooperation .container .inside-section.right-photo .left-side {
  padding: 0 54px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section.right-photo .left-side {
    padding: 0;
  }
}
.course-of-cooperation .container .inside-section.right-photo .left-side .section-content {
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section.right-photo .left-side .section-content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section.right-photo .right-side {
    order: -1;
  }
}
.course-of-cooperation .container .inside-section.right-photo .section-photo {
  display: block;
  margin-left: auto;
}
.course-of-cooperation .container .inside-section.left-photo .left-side {
  padding: 0 0 0 54px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section.left-photo .left-side {
    padding: 0;
  }
}
.course-of-cooperation .container .inside-section.left-photo .right-side .section-content {
  max-width: 560px;
  margin-left: auto;
  padding: 0 62px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .inside-section.left-photo .right-side .section-content {
    padding: 0;
    max-width: unset;
  }
}
.course-of-cooperation .container .custom-section {
  margin: 135px 0 25px 0;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .custom-section {
    margin: 70px 0 25px;
  }
}
.course-of-cooperation .container .custom-section .wrap {
  display: flex;
  flex-wrap: wrap;
}
.course-of-cooperation .container .custom-section .wrap .left-side {
  max-width: 625px;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .custom-section .wrap .left-side {
    max-width: 100%;
  }
}
.course-of-cooperation .container .custom-section .wrap .left-side .section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .course-of-cooperation .container .custom-section .wrap .left-side .section-title {
    font-size: 26px;
    line-height: initial;
  }
}
.course-of-cooperation .container .custom-section .wrap .left-side .section-description {
  margin-top: 30px;
}
.customer-review {
  padding: 25px 0 180px 0;
}
.customer-review .container {
  max-width: 808px;
  text-align: center;
}
.customer-review .container .section-title {
  width: 100%;
}
.customer-review .container .section-description {
  margin-top: 40px;
}
.single-case_study #gallery {
  padding-top: 75px;
}
/* CONTACT  */
.contact-us {
  padding: 106px 0 160px 0;
}
@media screen and (max-width: 1024px) {
  .contact-us {
    padding: 60px 0 80px 0;
  }
}
.contact-us .container {
  gap: 0;
}
.contact-us .container .address {
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .address {
    margin: 20px 0 10px;
  }
}
.contact-us .container .address p:not(:first-child) {
  margin-top: 15px;
}
.contact-us .container .social-media {
  position: absolute;
  right: 13px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .social-media {
    position: static;
    margin: 30px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact-us .container .social-media > * {
  display: flex;
  gap: 13px;
}
.contact-us .container .social-media a:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.contact-us .container .department {
  margin: 57px 0 0;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .department {
    margin: 30px 0 0;
  }
}
.contact-us .container .department .department-head-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
}
.contact-us .container .department .contact-info-wrap .strong-text {
  display: block;
  margin: 20px 0 0;
}
.contact-us .container .department .contact-info-wrap .contact-info {
  color: #808285;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .department .contact-info-wrap .contact-info {
    width: 100%;
    display: block;
    maring: 10px 0;
  }
}
.contact-us .container .department .contact-info-wrap .contact-info:not(.phone) {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .department .contact-info-wrap .contact-info:not(.phone) {
    margin-left: 0;
  }
}
.contact-us .container .department .contact-info-wrap a {
  color: #141414;
  text-decoration: unset;
}
.contact-us .container .department .contact-info-wrap a:hover {
  color: #F58220;
}
.contact-us .container .left-side {
  flex-basis: unset;
  flex-grow: unset;
  width: 50%;
  position: relative;
}
.contact-us .container .right-side {
  flex-basis: unset;
  flex-grow: unset;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact-us .container .right-side {
    margin-top: 30px;
  }
}
#contactForm .section-content {
  max-width: 623px;
  padding: 75px 90px;
  width: 100%;
  background-color: #F6F6F6;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  #contactForm .section-content {
    max-width: 100%;
    padding: 15px;
  }
}
#contactForm .section-content .section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #contactForm .section-content .section-title {
    font-size: 26px;
    line-height: initial;
    margin-bottom: 30px;
  }
}
#contactForm .section-content form br {
  display: none;
}
#contactForm .section-content form textarea,
#contactForm .section-content form input:not([type="checkbox"]):not([type="submit"]) {
  padding: 15px;
  border: 2px solid #BCBEC0;
  margin-bottom: 25px;
  color: #141414;
  width: 100%;
  background-color: #FCFCFC;
}
#contactForm .section-content form textarea::-webkit-input-placeholder,
#contactForm .section-content form input:not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder {
  color: #808285;
}
#contactForm .section-content form textarea::-moz-placeholder,
#contactForm .section-content form input:not([type="checkbox"]):not([type="submit"])::-moz-placeholder {
  color: #808285;
}
#contactForm .section-content form textarea::-ms-input-placeholder,
#contactForm .section-content form input:not([type="checkbox"]):not([type="submit"])::-ms-input-placeholder {
  color: #808285;
}
#contactForm .section-content form textarea::placeholder,
#contactForm .section-content form input:not([type="checkbox"]):not([type="submit"])::placeholder {
  color: #808285;
}
#contactForm .section-content form .wpcf7-form-control-wrap {
  width: 100%;
}
#contactForm .section-content form .wpcf7-not-valid-tip {
  display: block;
  margin: 0 0 25px 0;
}
#contactForm .section-content form .wpcf7-list-item {
  margin-left: 0;
}
#contactForm .section-content form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
#contactForm .section-content form .wpcf7-list-item label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #BCBEC0;
  background-color: #FCFCFC;
  transition: 0.3s ease-in-out;
}
#contactForm .section-content form .wpcf7-list-item label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  display: block;
  border-bottom: 3px solid #FCFCFC;
  border-right: 3px solid #FCFCFC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#contactForm .section-content form .wpcf7-list-item label:has([type="checkbox"]:checked):before {
  background-color: #F58220;
  border-color: #F58220;
}
#contactForm .section-content form .wpcf7-list-item label:has([type="checkbox"]:checked):after {
  opacity: 1;
}
#contactForm .section-content form .wpcf7-list-item label [type="checkbox"] {
  width: 80px;
  height: 20px;
  border-color: #BCBEC0;
  opacity: 0;
}
#contactForm .section-content form .wpcf7-list-item label .wpcf7-list-item-label {
  color: #808285;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.03em;
  marign-left: 20px;
}
@media screen and (max-width: 1024px) {
  #contactForm .section-content form .wpcf7-list-item label .wpcf7-list-item-label {
    margin-left: 15px;
  }
}
#contactForm .section-content form [type="submit"] {
  display: block;
  margin: 60px auto 0 auto;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  #contactForm .section-content form [type="submit"] {
    width: 100%;
  }
}
#contactForm .section-content form [type="submit"][disabled] {
  opacity: 0.5;
}
#contactForm .section-content form .wpcf7-spinner {
  margin: 25px auto 0 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  #contactForm .section-content form .wpcf7-response-output {
    margin: 0 0 20px 0;
  }
}
/* MACHNES PARK */
.machines-park-products-section {
  width: 100%;
  padding: 108px 0;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section {
    padding: 50px 0;
  }
}
.machines-park-products-section .section-head-title {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .section-head-title {
    marign-bottom: 30px;
  }
}
.machines-park-products-section .inside-section {
  width: 100%;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section {
    margin: 40px 0;
    overflow: hidden;
  }
}
.machines-park-products-section .inside-section .section-description {
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section .section-description {
    margin: 15px 0;
  }
}
.machines-park-products-section .inside-section .action-link {
  margin-left: unset !important	;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
}
.machines-park-products-section .inside-section .action-link:has(a[href=""]),
.machines-park-products-section .inside-section .action-link:has(a[href="#"]) {
  display: none;
}
.machines-park-products-section .inside-section .action-link a {
  color: #F58220;
  text-decoration: unset;
  font-weight: bold;
}
.machines-park-products-section .inside-section .action-link a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border-top: 2px solid #F58220;
  border-right: 2px solid #F58220;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
}
.machines-park-products-section .inside-section .action-link:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.machines-park-products-section .inside-section figure {
  position: relative;
  -webkit-clip-path: path('M478 398.609V152.391L255.5 29L33 152.391V398.609L255.5 522L478 398.609Z');
          clip-path: path('M478 398.609V152.391L255.5 29L33 152.391V398.609L255.5 522L478 398.609Z');
  max-width: 511px;
  width: 100%;
  height: 549px;
  aspect-ratio: 511/549;
  background-color: #FCFCFC;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section figure {
    -webkit-clip-path: unset;
            clip-path: unset;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: unset;
  }
}
.machines-park-products-section .inside-section figure img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section figure img {
    width: 100%;
    height: auto;
  }
}
.machines-park-products-section .inside-section .left-side {
  position: relative;
  flex-basis: unset;
  flex-grow: unset;
}
.machines-park-products-section .inside-section .right-side {
  position: relative;
  flex-basis: unset;
  flex-grow: unset;
}
.machines-park-products-section .inside-section.right-photo .left-side {
  width: 60%;
}
.machines-park-products-section .inside-section.right-photo .right-side {
  position: relative;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-filter: drop-shadow(0px 4px 32px #BCBEC026);
          filter: drop-shadow(0px 4px 32px #BCBEC026);
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section.right-photo .right-side {
    -webkit-filter: unset;
            filter: unset;
  }
}
.machines-park-products-section .inside-section.right-photo .right-side:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 91px;
  height: 101px;
  background-color: #F58220;
  -webkit-clip-path: path('M91 75.7212V25.2788L45.5 0L0 25.2788V75.7212L45.5 101L91 75.7212Z');
          clip-path: path('M91 75.7212V25.2788L45.5 0L0 25.2788V75.7212L45.5 101L91 75.7212Z');
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section.right-photo .right-side:after {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(10px, 10px) scale(0.5);
            transform: translate(10px, 10px) scale(0.5);
  }
}
.machines-park-products-section .inside-section.left-photo .left-side {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -webkit-filter: drop-shadow(0px 4px 32px #BCBEC026);
          filter: drop-shadow(0px 4px 32px #BCBEC026);
}
.machines-park-products-section .inside-section.left-photo .left-side:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 91px;
  height: 101px;
  background-color: #808285;
  -webkit-clip-path: path('M91 75.7212V25.2788L45.5 0L0 25.2788V75.7212L45.5 101L91 75.7212Z');
          clip-path: path('M91 75.7212V25.2788L45.5 0L0 25.2788V75.7212L45.5 101L91 75.7212Z');
}
@media screen and (max-width: 1024px) {
  .machines-park-products-section .inside-section.left-photo .left-side:after {
    left: 0;
    top: 0;
    -webkit-transform: translate(-10px, -10px) scale(0.5);
            transform: translate(-10px, -10px) scale(0.5);
  }
}
.machines-park-products-section .inside-section.left-photo .right-side {
  width: 60%;
}
.machines-park-products-section.dark {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.machines-park-products-section.dark h1,
.machines-park-products-section.dark h2,
.machines-park-products-section.dark h3,
.machines-park-products-section.dark h4,
.machines-park-products-section.dark p,
.machines-park-products-section.dark strong {
  color: #FCFCFC;
}
/* SINGLE OFERTA */
.intro.custom-01 .container .right-side {
  position: relative;
}
.intro.custom-01 .container .right-side:before {
  content: "";
  position: absolute;
  background-color: #F58220;
  width: 227px;
  height: 274px;
  -webkit-clip-path: path('M194 162.449V73.5508L113.5 29L33 73.5508V162.449L113.5 207L194 162.449Z');
          clip-path: path('M194 162.449V73.5508L113.5 29L33 73.5508V162.449L113.5 207L194 162.449Z');
  bottom: -50px;
  left: 10px;
  z-index: 1;
}
.dark-section {
  background: #141414 url(../../assets/img/ozdoba.svg) no-repeat;
  background-attachment: fixed;
  color: #FCFCFC;
  overflow: hidden;
}
.timline-section {
  padding: 213px 0 150px 0;
}
@media screen and (max-width: 1024px) {
  .timline-section {
    padding: 70px 0 50px;
  }
}
.timline-section .container {
  border-left: 2px solid #BCBEC0;
  padding-left: 92px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .timline-section .container {
    border-left: 0;
  }
}
.timline-section .container:after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #BCBEC0;
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
          transform: rotate(45deg) translate(-50%, 50%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .timline-section .container:after {
    content: none;
  }
}
.timline-section .container .section-title {
  color: #FCFCFC;
  margin-top: 30px;
}
.timline-section .container .section-content {
  padding: 100px 0 50px 0;
  align-items: center !important	;
}
@media screen and (max-width: 1024px) {
  .timline-section .container .section-content {
    padding: 50px 0 25px 0;
  }
}
.timline-section .container .timeline-item {
  padding-right: 35px;
}
@media screen and (max-width: 1024px) {
  .timline-section .container .timeline-item {
    padding-right: 0;
  }
}
.timline-section .container .timeline-item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .timline-section .container .timeline-item:not(:first-child) {
    margin-top: 30px;
  }
}
.timline-section .container .timeline-item .intro-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 51.2px;
  letter-spacing: 0.03em;
}
.timline-section .container .timeline-item .item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #FCFCFC;
  margin: 20px 0;
}
.timline-section .container .left-side,
.timline-section .container .right-side {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-grow: unset;
  flex-basis: unset;
  width: 50%;
}
.timline-section .container figure {
  width: 441px;
  height: 489px;
  -webkit-clip-path: path('M441 366.611V122.389L220.5 0L0 122.389V366.611L220.5 489L441 366.611Z');
          clip-path: path('M441 366.611V122.389L220.5 0L0 122.389V366.611L220.5 489L441 366.611Z');
}
.timline-section .container figure:nth-child(2) {
  -webkit-transform: translate(50%, -99px);
          transform: translate(50%, -99px);
}
.timline-section .container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-to-start-cooperation {
  padding: 90px 0;
  /*  */
}
.how-to-start-cooperation .section-title {
  margin-bottom: 60px;
}
.how-to-start-cooperation .wp-block-columns .card {
  -webkit-clip-path: path('M289 243.418V100.582L161 29L33 100.582V243.418L161 315L289 243.418Z');
          clip-path: path('M289 243.418V100.582L161 29L33 100.582V243.418L161 315L289 243.418Z');
  -webkit-filter: drop-shadow(0px 4px 32px #BCBEC026);
          filter: drop-shadow(0px 4px 32px #BCBEC026);
  height: 286px;
}
.reviews {
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews .section-title {
  margin-bottom: 60px;
  marign-bottom: 30px;
}
.reviews .wp-block-columns {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .reviews .wp-block-columns {
    gap: 10px;
  }
}
.reviews .wp-block-columns .review {
  background-color: #FCFCFC;
  padding: 67px 35px 56px 35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .reviews .wp-block-columns .review {
    padding: 30px 15px 25px 15px;
  }
}
.reviews .wp-block-columns .review .busines-title {
  color: #F58220;
  font-weight: bold;
}
.reviews .wp-block-columns .review .first-and-last-name {
  margin-top: 20px;
}
.reviews .wp-block-columns .review .review-content {
  margin: 45px 0;
  color: #808285;
}
@media screen and (max-width: 1024px) {
  .reviews .wp-block-columns .review .review-content {
    margin: 20px 0;
  }
}
.reviews .wp-block-columns .review .date {
  color: #808285;
}
.technology-section {
  padding: 125px 0 115px 0;
}

#technology.technology-section .wp-block-group__inner-container .container.wp-block-columns {
	flex-wrap: nowrap !important;
}

@media screen and (max-width: 1350px) {
	.technology-section .container figure {
		transform: scale(0.8);
	}
	.technology-section .container figure:nth-child(2) {
		transform: translate(40%, calc(100% - 190px)) scale(0.8) !important;
	}
}

@media screen and (max-width: 1024px) {
  .technology-section {
    padding: 60px 0 50px 0;
  }
  
  #technology.technology-section .wp-block-group__inner-container .container.wp-block-columns {
	  flex-direction: column;
  }
}
.technology-section .container {
  align-items: center;
}
.technology-section .container .section-desc {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .technology-section .container .section-desc {
    margin-top: 20px;
  }
}
.technology-section .container ul {
  margin-top: 15px;
}
.technology-section .container ul li {
  font-weight: bold;
  list-style: none;
}
.technology-section .container .buttons {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .technology-section .container .buttons .btn {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.technology-section .container figure {
  -webkit-clip-path: path('M433.894 361.062V139.856L233.447 29L133.097 84.4784L33 139.856V361.062L233.447 471.918L433.894 361.062Z');
          clip-path: path('M433.894 361.062V139.856L233.447 29L133.097 84.4784L33 139.856V361.062L233.447 471.918L433.894 361.062Z');
  -webkit-filter: drop-shadow(0px 4px 32px 0px #BCBEC026);
          filter: drop-shadow(0px 4px 32px 0px #BCBEC026);
  position: absolute;
  width: 467px;
  height: 509px;
  left: 0;
  top: -234px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .technology-section .container figure {
    position: static;
    -webkit-clip-path: unset;
            clip-path: unset;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .technology-section .container figure:nth-child(1) {
    position: static;
    -webkit-clip-path: unset;
            clip-path: unset;
    width: 100%;
    height: auto;
  }
}
.technology-section .container figure:nth-child(2) {
  -webkit-transform: translate(50%, calc(100% - 109px));
          transform: translate(50%, calc(100% - 109px));
}
@media screen and (max-width: 1024px) {
  .technology-section .container figure:nth-child(2) {
    -webkit-transform: unset;
            transform: unset;
  }
}
.technology-section .container figure img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .technology-section .container .wp-block-column.right-side {
	display: flex;
	align-items:center;
  }
  
	.technology-section .container figure {
		transform: scale(1);
	}
	.technology-section .container figure:nth-child(2) {
		transform: scale(1) !important;
	}
  
  .technology-section .container figure img {
    width: 90%;
	max-width: 400px;
    height: auto;
  }
}
.technology-section .container .left-side {
  position: relative;
}
.technology-section .container .right-side {
  position: relative;
}
.parent-pageid-11 {
  background-color: #F6F6F6;
}
.parent-pageid-11 .intro .container {
  align-items: center !important	;
}
.parent-pageid-11 .our-references > * .cards-wrap .card {
  background-color: #FCFCFC;
}
.parent-pageid-11 #benefits {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  position: relative;
  z-index: 2;
}
.parent-pageid-11 #benefits .section-title {
  margin-bottom: 44px;
}
.parent-pageid-11 #offer-cards {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 #offer-cards .card {
    padding: 0 15px;
  }
}
.parent-pageid-11 #offer-cards .card:before {
  -webkit-filter: drop-shadow(0px 4px 32px #BCBEC026);
          filter: drop-shadow(0px 4px 32px #BCBEC026);
}
.parent-pageid-11 #offer-cards .card:not(:hover):before {
  background-color: #FCFCFC !important;
}
.parent-pageid-11 #offer-cards .card .card-head-text {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  display: block;
  color: #F58220;
  transition: 0.3s ease-in-out;
}
.parent-pageid-11 #offer-cards .card .card-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.03em;
  padding: 0 45px 0 15px;
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 #offer-cards .card .card-description {
    padding: 0 15px 0 15px;
  }
}
.parent-pageid-11 #offer-cards .card figure {
  padding-right: 30px;
}
.parent-pageid-11 #offer-cards .card:hover .card-head-text {
  color: #FCFCFC;
}
.parent-pageid-11 .products-categories-and-realizations {
  padding: 150px 0 120px 0;
  color: #FCFCFC;
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 .products-categories-and-realizations {
    padding: 75px 0 60px;
  }
}
.parent-pageid-11 .products-categories-and-realizations .section-title {
  color: #FCFCFC;
}
.parent-pageid-11 .products-categories-and-realizations #ofertaProducts,
.parent-pageid-11 .products-categories-and-realizations #ofertaRealizations {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 .products-categories-and-realizations #ofertaProducts,
  .parent-pageid-11 .products-categories-and-realizations #ofertaRealizations {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 .products-categories-and-realizations #ofertaRealizations .container .wrap .section-body {
    min-width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .parent-pageid-11 .products-categories-and-realizations #ofertaRealizations .container .wrap .section-body::-webkit-scrollbar {
    width: 3px;
    height: 0;
  }
  .parent-pageid-11 .products-categories-and-realizations #ofertaRealizations .container .wrap .section-body .realization-box {
    width: 290px;
    min-width: 290px;
  }
}
.parent-pageid-11 .products-categories-and-realizations #ofertaProducts {
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .parent-pageid-11 .products-categories-and-realizations #ofertaProducts {
    padding-bottom: 75px;
  }
}
.simple-page-content {
  padding: 60px 0;
}
.simple-page-content h1 {
  margin-bottom: 60px;
}
.simple-page-content h2,
.simple-page-content h3 {
  marign: 20px 0;
}
.simple-page-content p,
.simple-page-content ul {
  margin: 10px 0;
}
.simple-page-content ul,
.simple-page-content ol {
  padding-left: 20px;
}
/* O NAS */
.intro.dark.custom-02 {
  max-height: 544px;
}
@media screen and (max-width: 1024px) {
  .intro.dark.custom-02 {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.intro.dark.custom-02 .container .left-side {
  width: 50%;
  position: relative;
  top: -50px;
}


@media screen and (max-width: 1350px) {
	.intro.dark .container {
		align-items: flex-start !important;
	}
	
	.intro.dark .container .left-side {
		flex-basis: 70%;
		width: 70%;
	}
	.intro.dark .container .right-side {
		position: relative;
		display: block;
		flex-basis: 30%;
		width: 30%;
		top: -80px !important;
	}
	
	.intro.dark .container .right-side figure {
        -webkit-font-smoothing: subpixel-antialiased;
        position: relative !important;
        top: 0 !important;
        right: 0px;
        width: 624px;
        height: 544px;
	}
	
	.intro.dark .container .right-side:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;

		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 184px 184px 0 0;
		border-color: #141414 transparent transparent transparent;
		transform: rotate(0deg);
		
	}
	
	.intro.dark .container .right-side:after {
		border-color: transparent transparent transparent #141414;
		border-width: 184px 0 0 184px;
	}
	
	.intro.dark .container .right-side img {
	  -webkit-clip-path: unset !importat;
			  clip-path: unset !important;
	}
}

@media screen and (max-width: 1024px) {
  .intro.dark .container .left-side {
    top: 0;
  }
  
  .intro.dark .container .right-side {
	  top: 0 !important;
  }

	.intro.dark .container .right-side:before,
	.intro.dark .container .right-side:after {
		display: none;
	}
	
	.intro.dark .container .right-side figure {
		width: 100%;
		height: 300px;
	}
}
.intro.dark.custom-02 .container .right-side {
  width: 50%;
  max-width: 624px;
}

.intro.dark.custom-02 .container .right-side figure {
  position: relative;
}
.intro.dark.custom-02 .container .right-side figure:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 136px);
  width: 593px;
  height: 690px;
  -webkit-clip-path: path('M624 517.303V172.697L312 0L0 172.697V517.303L312 690L624 517.303Z');
          clip-path: path('M624 517.303V172.697L312 0L0 172.697V517.303L312 690L624 517.303Z');
  background-color: #F58220;
}
@media screen and (max-width: 1024px) {
  .intro.dark.custom-02 .container .right-side figure:after {
    content: none;
  }
.intro.dark.custom-02 .container .right-side figure {
  position: relative !important;
  transform: unset;
  right: unset;
  top: unset;
  width: 100%;
  height: auto;
}
  
}
.intro.dark.custom-02 .container .right-side img {
  -webkit-clip-path: path('M624 517.303V172.697L312 0L0 172.697V517.303L312 690L624 517.303Z');
          clip-path: path('M624 517.303V172.697L312 0L0 172.697V517.303L312 690L624 517.303Z');
  aspect-ratio: 624/690;
}
.our-mission {
  padding: 170px 0 65px 0;
}
@media screen and (max-width: 1350px) {
	.our-mission {
		padding: 20px 0 0 0;
		width: 80%;
		margin: 0 !important;
	}
	
	.our-mission > .wp-block-group__inner-container {
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
  .our-mission {
    padding: 0 0 30px 0;
	width: 100%;
	margin: 0 auto;
  }
}
.our-mission > .wp-block-group__inner-container {
  max-width: 899px !important;
  width: 100%;
  position: relative;
  margin-left: unset !important;
}
@media screen and (max-width: 1024px) {
  .our-mission > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.our-mission > .wp-block-group__inner-container .setion-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .our-mission > .wp-block-group__inner-container .setion-title {
    margin-bottom: 25px;
  }
}
.our-mission > .wp-block-group__inner-container .setion-image {
  width: 164px;
  height: auto;
  display: block;
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .our-mission > .wp-block-group__inner-container .setion-image {
    display: none;
  }
}
.our-values {
  padding: 65px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .our-values {
    padding: 30px 0;
  }
}
.our-values > * .cards-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 40px));
  gap: 80px 80px;
  margin: 80px 0;
}
@media screen and (max-width: 1350px) {
	.our-values > * .cards-wrap {
		gap: 30px;
		grid-template-columns: repeat(2, calc(50% - 20px));
	}
}

@media screen and (max-width: 1024px) {
  .our-values > * .cards-wrap {
    gap: 15px;
    display: flex;
    width: 100%;
    margin: 30px 0;
  }
}
.our-values > * .cards-wrap .card {
  box-sizing: border-box;
  padding: 40px;
  background-color: #F6F6F6;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .our-values > * .cards-wrap .card {
    padding: 15px;
  }
}
.our-values > * .cards-wrap .card > * {
  transition: 0.3s ease-in-out;
}
.our-values > * .cards-wrap .card .card-title {
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .our-values > * .cards-wrap .card .card-title {
    margin: 20px 0 10px 0;
  }
}
.our-values > * .cards-wrap .card:hover {
  background-color: #F58220;
}
.our-values > * .cards-wrap .card:hover > * {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.our-team > * {
  width: 100%;
}
.our-team .cards-wrap {
  display: flex;
  flex-wrap: wrap !important;
  gap: 0;
  justify-content: center;
}
.our-team .cards-wrap:not(:first-of-type) {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  margin-top: -85px;
}
@media screen and (max-width: 1024px) {
  .our-team .cards-wrap:not(:first-of-type) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.our-team .cards-wrap:nth-of-type(3n) {
  justify-content: flex-start;
  -webkit-transform: unset;
          transform: unset;
}
.our-team .cards-wrap .card {
  flex-basis: unset;
  flex-grow: unset;
  width: calc(100% / 5 - 80px / 5);
  margin-bottom: 20px;
  text-align: center;
  padding: 40px 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .our-team .cards-wrap .card {
    padding: 15px;
  }
}
.our-team .cards-wrap .card:not(:nth-child(5n)) {
  margin-right: 20px;
}
.our-team .cards-wrap .card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-width: 256px;
  height: 100%;
  background-color: #F58220;
  -webkit-clip-path: path('M256 212.919V71.081L128 0L0 71.081V212.919L128 284L256 212.919Z');
          clip-path: path('M256 212.919V71.081L128 0L0 71.081V212.919L128 284L256 212.919Z');
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .our-team .cards-wrap .card:before {
    content: none;
  }
}
.our-team .cards-wrap .card .thumbnail img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
.our-team .cards-wrap .card .title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #F6F6F6;
}
.our-team .cards-wrap .card .first-and-last-name {
  font-weight: bold;
  color: #FCFCFC;
  line-height: 25px;
  letter-spacing: 0.03em;
}
.our-team .cards-wrap .card:hover:before {
  opacity: 1;
}
.how-do-we-work {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .how-do-we-work {
    padding: 60px 0;
  }
}
.how-do-we-work > * .section-title {
  color: #FCFCFC;
  margin-bottom: 70px;
}
.how-do-we-work > * .cards-wrap {
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .how-do-we-work > * .cards-wrap .card {
    margin-bottom: 30px;
  }
}
.how-do-we-work > * .cards-wrap .card .card-img img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-do-we-work > * .cards-wrap .card .number-text {
  padding: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.03em;
  color: #F58220;
}
@media screen and (max-width: 1024px) {
  .how-do-we-work > * .cards-wrap .card .number-text {
    font-size: 26px;
    line-height: initial;
    padding: 20px 0 10px 0;
  }
}
.how-do-we-work > * .cards-wrap .card .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.03em;
  padding: 10px 0 30px 30px;
  color: #F58220;
  height: 96px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .how-do-we-work > * .cards-wrap .card .card-title {
    padding: 0;
  }
}
.how-do-we-work > * .cards-wrap .card .card-desc {
  color: #FCFCFC;
  padding: 0 30px 86px 30px;
}
@media screen and (max-width: 1024px) {
  .how-do-we-work > * .cards-wrap .card .card-desc {
    padding: 20px 0 0 ;
  }
}
.our-references {
  padding: 140px 0 205px 0;
}
@media screen and (max-width: 1024px) {
  .our-references {
    padding: 60px 0;
  }
}
.our-references > * .section-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .our-references > * .section-title {
    margin-bottom: 30px;
  }
}
.our-references > * .cards-wrap {
  gap: 20px;
}
.our-references > * .cards-wrap .card {
  padding: 15px;
  background-color: #F6F6F6;
}
.our-references > * .cards-wrap .card .card-img {
  text-align: center;
}
.our-references > * .cards-wrap .card .card-img img {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: 0.3s ease-in-out;
  -o-object-position: center;
     object-position: center;
  margin-left: auto;
  margin-right: auto;
}
.our-references > * .cards-wrap .card .card-date {
  color: #808285;
  padding: 15px 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.03em;
}
.our-references > * .cards-wrap .card .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.03em;
  text-align: left;
  height: 60px;
  overflow: hidden;
}
.our-references > * .cards-wrap .card .with-document-icon {
  margin-top: 20px;
  position: relative;
  padding-top: 10px;
}
.our-references > * .cards-wrap .card .with-document-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #F58220;
  transition: 0.3s ease-in-out;
}
.our-references > * .cards-wrap .card .with-document-icon a {
  color: #F58220;
  font-weight: bold;
  text-decoration: unset;
  width: 100%;
  display: inline-block;
  position: relative;
}
.our-references > * .cards-wrap .card .with-document-icon a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-100%, -50%);
          transform: rotate(45deg) translate(-100%, -50%);
  border-top: 2px solid #F58220;
  border-right: 2px solid #F58220;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.our-references > * .cards-wrap .card .with-document-icon a:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
.our-references > * .cards-wrap .card:hover .card-img img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.our-references > * .cards-wrap .card:hover .with-document-icon:after {
  width: 100%;
}
.our-references > * .cards-wrap .card:hover .with-document-icon a:after {
  opacity: 1;
}
body.page-id-13 .timline-section {
  padding-top: 140px;
  overflow: hidden;
}
body.page-id-13 .timline-section .container .section-title {
  margin-top: 0;
}
body.page-id-13 .timline-section .container .section-content {
  align-items: flex-start !important;
}
body.page-id-13 .timline-section .container .section-content .right-side {
  position: relative;
  top: -50px;
}
body.page-id-13 .timline-section .container .section-content .right-side figure {
  -webkit-clip-path: unset;
          clip-path: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.page-id-13 .timline-section .container .section-content .right-side figure img {
  width: 465px;
  height: 515px;
  -webkit-clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
          clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(1) {
  position: relative;
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(1):before {
  content: "";
  width: 465px;
  height: 515px;
  -webkit-clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
          clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
  background-color: #F58220;
  position: absolute;
  left: calc(50% + 16px);
  bottom: calc(100% - 105px);
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(1):after {
  content: "";
  width: 465px;
  height: 515px;
  -webkit-clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
          clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
  background-color: #BCBEC0;
  position: absolute;
  left: calc(150% + 48px);
  bottom: calc(100% - 105px);
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(2) {
  position: relative;
  -webkit-transform: translate(calc(50% + 16px), -105px);
          transform: translate(calc(50% + 16px), -105px);
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(2):before {
  content: "";
  width: 465px;
  height: 515px;
  -webkit-clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
          clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
  background-color: #F58220;
  position: absolute;
  left: calc(50% + 16px);
  bottom: calc(100% - 105px);
}
body.page-id-13 .timline-section .container .section-content .right-side figure:nth-child(2):after {
  content: "";
  width: 465px;
  height: 515px;
  -webkit-clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
          clip-path: path('M464.296 386.036V129.189L232.148 0.472412L0 129.189V386.036L232.148 514.753L464.296 386.036Z');
  background-color: #BCBEC0;
  position: absolute;
  left: calc(100% + 32px);
  bottom: 0;
}
@media screen and (max-width: 1350px) {
	body.page-id-13 .timline-section figure {
		display: none !important;
	}
}
	
@media screen and (min-width: 1024px) {
  .single-realizacje .intro.dark {
    padding-top: 50px;
  }
}
.page-container > * {
  width: 100%;
}
.page-container p {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .page-container p {
    margin: 10px 0;
  }
}
.page-container ul,
.page-container ol {
  padding-left: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .page-container ul,
  .page-container ol {
    margin: 15px 0;
  }
}
.page-container h1,
.page-container h2 {
  marign: 20px 0 30px 0;
}
@media screen and (max-width: 1024px) {
  .page-container h1,
  .page-container h2 {
    marign: 10px 0 20px 0;
  }
}
body.page-template-default details:not([class*="cmplz"]) {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 25px;
  margin: 30px 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"]) {
    margin: 20px 0;
    padding: 15px;
    border-radius: 10px;
  }
}
body.page-template-default details:not([class*="cmplz"]) summary {
  font-size: 18px;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"]) summary {
    font-size: 16px;
  }
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary) {
  background: #141414;
  padding: 20px;
  color: #FCFCFC;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"]) > *:not(summary) {
    padding: 10px;
  }
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary) a {
  color: #FCFCFC;
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary) a:hover {
  color: orange-color;
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary) img {
  max-width: 100%;
  height: auto;
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary):first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"]) > *:not(summary):first-of-type {
    padding-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
body.page-template-default details:not([class*="cmplz"]) > *:not(summary):last-of-type {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"]) > *:not(summary):last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
  }
}
body.page-template-default details:not([class*="cmplz"]):hover summary {
  color: #F58220;
}
body.page-template-default details:not([class*="cmplz"])[open] summary {
  color: #F58220;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  body.page-template-default details:not([class*="cmplz"])[open] summary {
    padding-bottom: 15px;
  }
}
/* MOBILE */
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
}
.navbar-toggler {
  display: none;
}
@media screen and (max-width: 1350px) {
  .site-header {
    padding: 20px 0;
    height: initial !important;
  }
  .site-header:not(.is-scroll) {
    background-color: transparent;
  }
  
  body:not(.home) .site-header:not(.is-scroll) {
    background-color: #141414;
  }
  
  .site-header .container {
    flex-wrap: wrap;
  }
  .site-header .site-menu {
    display: none;
  }
  .site-header .navbar-toggler {
    display: block;
    width: 32px;
    height: 28px;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    border-radius: 2px;
  }
  .site-header .navbar-toggler .line {
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    right: 0;
    background-color: #FCFCFC;
    transition: 0.3s ease-in-out;
  }
  .site-header .navbar-toggler .line:nth-child(1) {
    top: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .site-header .navbar-toggler .line:nth-child(2) {
    top: calc(50% - 1px);
  }
  .site-header .navbar-toggler .line:nth-child(3) {
    -webkit-transform-origin: right;
            transform-origin: right;
    bottom: 0;
  }
  .site-header.open .navbar-toggler .line:nth-child(1) {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    width: 150%;
  }
  .site-header.open .navbar-toggler .line:nth-child(2) {
    opacity: 0;
  }
  .site-header.open .navbar-toggler .line:nth-child(3) {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    width: 150%;
  }
  .site-header.open .site-menu {
    width: 100%;
    display: flex;
    order: 3;
  }
  .site-header.open .site-menu .menu {
    width: 100%;
  }
  .site-header.open .site-menu .menu .menu-item {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .site-header.open .site-menu .menu .menu-item.cta-btn {
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .product-list-navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
  .product-list-navigation:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #141414;
    position: absolute;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    top: 175px;
  }
  .product-list-navigation:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 3px solid #FCFCFC;
    border-right: 3px solid #FCFCFC;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
    border-radius: 2px;
    position: absolute;
    top: 198px;
    right: -25px;
    z-index: 10;
  }
  .product-list-navigation:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .product-list-navigation:hover:after {
    border-right: unset;
    border-left: 3px solid #FCFCFC;
    -webkit-transform: rotate(-45deg) translate(60%, -50%);
            transform: rotate(-45deg) translate(60%, -50%);
  }
  .product-list-navigation .section-header {
    height: 100px;
  }
  .product-list-navigation .section-body {
    height: calc(100% - 100px);
    overflow: auto;
  }
  .product-list-navigation .section-body::-webkit-scrollbar {
    width: 3px;
    height: 0;
  }
  .products-list-content {
    width: 100% !important	;
    margin-left: 0;
  }
  body:has(.site-header.open) .product-list-navigation {
    transition: unset;
    z-index: 5;
  }
}

  
@media screen and (max-width: 1350px) {
  section.intro .container .left-side {
	padding: 0 0 40px 0;
	min-height: 400px;
  }
  
  section.intro .container .right-side {
	  position: absolute;
	  width: 620px;
	  right: -5%;
	  top: -50px;
  }
  
  section.intro .container .right-side img {
	-webkit-mask-image: url(assets/img/maskCorner.svg);
	mask-image: url(assets/img/maskCorner.svg);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	mask-position: 50% 50%;
  }

  
}

@media screen and (max-width: 1024px) {
	
  section.intro .container .left-side {
	padding: 0 0 40px 0;
	min-height: unset;
  }
  
  section.intro .container .right-side {
	  position: relative !important;
	  width: 100%;
	  right: unset;
	  top: 0;
	  transform: scale(1);
  }
  
  section.intro .container .right-side:after {
	  display: none;
  }
  
  .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) {
    flex-basis: unset;
    flex-grow: unset;
    width: 100% !important;
  }
  section.intro .container {
    flex-wrap: wrap !important;
    gap: 0;
  }
  section.intro .container .left-side,
  section.intro .container .right-side {
    width: 100% !important;
    max-width: 100% !important;
  }
  section.intro .container .left-side figure,
  section.intro .container .right-side figure {
    width: 100%;
  }
  section.intro .container .left-side img,
  section.intro .container .right-side img {
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: unset;
  }
  
  section.intro .container .right-side {
    order: -1;
    margin-top: 0px;
    top: 0 !important;
  }
  section.intro .container .left-side .section-content {
    margin-top: 30px;
    padding-right: 0;
  }
  section.intro .container .left-side .section-content .back {
    display: none;
  }
  section.intro .container .left-side .section-content .page-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  section.intro .container .left-side .section-content .buttons {
    margin-top: 20px;
  }
  section.intro .container .left-side .section-content .buttons .btn {
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .single-produkty .intro .container .right-side {
    margin-top: 20px;
  }
  .page-id-23 .site-footer {
    padding-top: 70px;
  }
  .intro.custom-01 .container .right-side:before {
    content: none;
  }
  .parent-pageid-11 #benefits .section-title {
    margin-bottom: 15px;
  }
  .timline-section .container .right-side {
    display: none;
  }
}
.cmplz-placeholder-parent {
  height: 100%;
}
.page-template.not-found {
  padding: 50px 0;
  text-align: center;
}
.page-template.not-found .wrap {
  width: 100%;
}
.page-template.not-found .wrap p {
  margin: 10px 0 30px;
}



@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) {
    width: 50% !important;
    max-width: 624px !important;
  }	
  
  
  .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) figure {
	text-align: right;
  }
}


@media screen and (max-width: 1380px) {
	#homeBaner {
		height: 750px !important;
	}
	
	#homeBaner .wp-block-group__inner-container {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 0 0;
		box-sizing: border-box;
	}
	#homeBaner .overflow-hidden {
		width: 100%;
	}
	
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) {
		width: 100%;
		padding: 0 2%;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}
		
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) {
		display: block !important;
		width: 50% !important;
		flex-basis: 50% !important;
		max-width: 50%;
		
		position: relative !important;
		left: unset !important;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1360px) {

	#benefits-cards {
		gap: 15px 15px;
		width: 100%;
		justify-content: center;
	}

	#benefits-cards .card {
        flex-grow: 0;
        flex-basis: 25%;
	}

}

#galeria {
}

	#galeria .galeria_inner {
		width: 100%;
		display: grid; 
		grid-auto-columns: 1fr; 
		grid-template-columns: repeat(6, 1fr); 
		gap: 20px 20px; 
		padding: 60px 0 30px 0;
	}

		#galeria .thumbnail {
			
		}
		
			#galeria .thumbnail a {
				display: block;
				overflow: hidden;
				background: #000;
			}
			
			#galeria .thumbnail a img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
				
				transform: scale(1);
				opacity: 0.8;
				transition: all 0.3s ease;
			}
			
			#galeria .thumbnail a:hover img {
				transform: scale(1.1);
				opacity: 1;
				transition: all 0.3s ease;
			}
			
	#galeria .load_more_button {
		padding-top: 35px;
		width: 100%;
	}
	
		#galeria .load_more_button a {
			display: inline-block;
			margin: 0 auto;
		}
		
@media screen and (max-width: 1024px) {
	#homeBaner .wp-block-group__inner-container {
		display: block;
	}
	
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column.left-side {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column.right-side {

	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery {
		position: absolute;
		top: -150px;
		width: 400px;
		right: 0px;
		transform: scale(0.8);
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery figure {
		display: block;
		width: 100% !important;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery .second {
		display: none !important;
	}
	
}

@media screen and (max-width: 1000px) {
	#galeria .galeria_inner {
		grid-template-columns: repeat(3, 1fr); 
		gap: 15px 15px; 
	}
}

@media screen and (max-width: 700px) {
	
	
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column.right-side {
		width: 0 !important;
		flex-basis: 0 !important;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery {
		top: 0 !important;
		height: 500px !important;
		right: -80px;
		top: -160px !important;
		transform: scale(0.5);
	}
	

		
}

@media screen and (max-width: 500px) {
	#galeria .galeria_inner {
		grid-template-columns: repeat(2, 1fr); 
		gap: 10px 10px; 
	}
	
	#homeBaner .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column.left-side {
		width: 75% !important;
		max-width: 75% !important;
		flex-basis: 75% !important;
	}
	
	#homeBaner .section-content .left-side ul li {
		font-size: 13px;
	}
	
	#homeBaner .section-content .left-side ul li:not(:last-child):after {
		margin: 0 8px 0 2px;
	}
	
	#homeBaner .section-content .left-side h1 {
		font-size: 30px;
		padding-right: 5%;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery {
		top: 0 !important;
		height: 500px !important;
		right: -180px;
		top: -200px !important;
		transform: scale(0.35);
	}
	
	/*
	
	#homeBaner .section-content .right-side > .wp-block-gallery:before {
		display: none !important;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery figure img {
		display: none;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery figure:after {
		clip-path: usnet !important;
		display: none !important;
	}
	
	#homeBaner .section-content .right-side > .wp-block-gallery figure:before {
		clip-path: usnet !important;
	}
	
	*/
}




@media screen and (max-width: 1350px) {
	.single-realizacje-template .container {
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	.single-realizacje-template .container {
		padding-top: 80px !important;
	}
	
	.single-realizacje-template section.intro.dark .container {
		flex-direction: column;
		width: 100%;
	}
}






@media screen and (min-width: 1025px) {
	.hide-on-desktop {
		display: none;
	}
	
	body.produkty-template-single-produktyDetails .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) {
		flex-wrap: nowrap !important;
	}
}

@media screen and (max-width: 1024px) {
	.hide-on-mobile {
		display: none;
	}
}


body.produkty-template-single-produktyDetails {
	
}

	body.produkty-template-single-produktyDetails #breadcrumb {
		background: #F6F6F6;	
	}
	
	body.produkty-template-single-produktyDetails .site-main  {
		position: relative;
		z-index: 5;
	}
	
	body.produkty-template-single-produktyDetails .intro {
		background: #F6F6F6;	
		padding-bottom: 70px;
	}
	
	body.produkty-template-single-produktyDetails .wc-category-content {
		padding-top: 0;
	}
	
	body.produkty-template-single-produktyDetails #korzysciBoxes {
		position: relative;
		z-index: 5;
		gap: 10px;
		margin-top: -35px;
	}
	
		body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column {
			position: relative;
			background: #808285;
			padding: 15px 15px;
			box-sizing: border-box;
			
			display: flex;
			align-items: center;
		}
	
		body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column:before {
			content: "";
			display: block;
			width: 0%;
			height: 100%;
			
			background: #F58220;
			position: absolute;
			z-index: 2;
			left: 0;
			top: 0;
			transition: all 0.3s ease-in-out;
		}
		
		body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column:hover:before {
			width: 100%;
			transition: all 0.3s ease-in-out;
		}
		
		body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column > * {
			position: relative;
			z-index: 5;
		}
			
			body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column .wp-block-media-text {
				display: flex;
				align-items: center;
				gap: 15px;
			}
		
				body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column .wp-block-media-text .wp-block-media-text__content {
					padding: 0 !important;
					align-self: center;
					line-height: 1.4;
					color: #fff;
					font-size: 16px;
					font-weight: 700;
				}
		
				body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column .wp-block-media-text .wp-block-media-text__content p {
					margin: 0;
					padding: 0;
				}
				
			body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column .wp-block-media-text__media {
				
			}
				
				body.produkty-template-single-produktyDetails #korzysciBoxes .wp-block-column .wp-block-media-text__media img {
					-webkit-mask-image: unset !important;
					mask-image: unset !important;
					mask-repeat: unset !important;
					mask-size: unset !important;
					mask-position: unset !important;
				}
				
	body.produkty-template-single-produktyDetails .wp-block-columns {
		margin: 30px auto;
		gap: 60px;
	}	
	
		body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:last-child,
		body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:first-child {
			flex-basis: 60%;
			padding: 40px 0;
		}
	
		body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:last-child,
		body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:first-child {
			flex-basis: 40%;
			align-self: stretch;
			position: relative;
		}
			
			body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:last-child figure,
			body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:first-child figure {
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				
				max-height: 100%;
				width: 100%;
				aspect-ratio: 1 / 1;
				text-align: center;
				margin: 0 auto;
			}
			
				body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:last-child figure img,
				body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:first-child figure img {
					display: block;
					width: 100%;
					height: 100%;
					object-fit: cover;
					object-position: 50% 50%;
				}
				
		body.produkty-template-single-produktyDetails .wp-block-columns figure img {
			-webkit-mask-image: url(assets/img/hexagon-mask.svg);
			mask-image: url(assets/img/hexagon-mask.svg);
			mask-repeat: no-repeat;
			mask-size: contain;
			mask-position: 50% 50%;
		}
	
	body.produkty-template-single-produktyDetails .wp-block-columns ul {
		list-style: none;
		padding: 5px 0;
	}
			
		body.produkty-template-single-produktyDetails .wp-block-columns ul li {
			padding: 5px 0 5px 30px;
			
			background-image: url(assets/img/icoCheck.svg);
			background-size: 15px auto;
			background-repeat: no-repeat;
			background-position: 0 11px;
		}
		
	body.produkty-template-single-produktyDetails .wp-block-buttons {
		margin-top: 35px;
	}
	
#cechy {
	padding-bottom: 30px;
}	

	#cechy .wp-block-columns {
		gap: 40px;
		margin: 40px 0;
	}
	
	#cechy .wp-block-column {
		background: #F6F6F6;
		padding: 30px;
		box-sizing: border-box;
		transition: all 0.2s ease;
	}
	
	#cechy .wp-block-column:hover {
		background: #F58220;
		color: #fff;
		transition: all 0.2s ease;
	}
	
	#cechy .wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) figure {
		text-align: left;
	}
	
	#cechy .wp-block-column figure img {
		-webkit-mask-image: unset;
		mask-image: unset;
		transition: all 0.2s ease;
	}
	
	#cechy .wp-block-column:hover figure img {
		filter: brightness(0) invert(1);
		transition: all 0.2s ease;
	}
	
body.produkty-template-single-produktyDetails .wc-category-content {
	padding-bottom: 0;
}

.schema-faq  {
	display: flex;
	flex-direction: column;
	gap: 15px;
	
	padding-top: 20px;
}

	.schema-faq .schema-faq-section {
		padding: 0 25px;
		background: #f6f6f6;
	}
	
	.schema-faq.bgWhite .schema-faq-section {
		background: #fff;
		border: 1px solid transparent;
		transition: all 0.2s ease;
	}
	
	
	.schema-faq.bgWhite .schema-faq-section.on {
		border: 1px solid #F58220;
		transition: all 0.2s ease;
	}
	
		.schema-faq .schema-faq-section strong.schema-faq-question {
			position: relative;
			display: block;
			padding: 20px 30px 20px 0;
			box-sizing: border-box;
			
			cursor: pointer;
			transition: all 0.2s ease;
		}
			
		.schema-faq .schema-faq-section:hover strong.schema-faq-question {
			color: #F58220;
			transition: all 0.2s ease;
		}
		
			.schema-faq .schema-faq-section strong.schema-faq-question:after {
				content: "";
				display: block;
				width: 25px;
				height: 25px;
				
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				
				background-image: url(assets/img/icoArrowDown.svg);
				background-position: 50% 50%;
				background-size: contain;
				background-repeat: no-repeat;				
				
				transition: all 0.2s ease;
			}
			
			.schema-faq .schema-faq-section.on strong.schema-faq-question:after {
				transform: translateY(-50%) rotate(180deg);
				transition: all 0.2s ease;
			}
			
		.schema-faq .schema-faq-section .schema-faq-answer {
			display: block;
			max-height: 0;
			overflow: hidden;
			font-style: normal;
			margin: 0 !important;
			opacity: 0;
			
			transition: all 0.2s ease-in-out;
		}

		.schema-faq .schema-faq-section.on .schema-faq-answer {
			max-height: 800px;
			opacity: 1;
			padding-bottom: 25px;
			transition: all 0.2s ease-in-out;
		}
		
			.schema-faq .schema-faq-section .schema-faq-answer em {
				font-style: normal;
			}
			
			
			
			
@media screen and (max-width: 1350px) {
	body.produkty-template-single-produktyDetails #korzysciBoxes.wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) {
		flex-wrap: nowrap !important;
		width: 100%;
		overflow: auto;
		padding-bottom: 15px;
		
		scrollbar-color: #ccc #f6f6f6;
		scrollbar-width: thin;
	}
	
	body.produkty-template-single-produktyDetails #korzysciBoxes.wp-block-columns:not(.is-not-stacked-on-mobile):not(#benefits-cards):not(.swiper-wrapper) > .wp-block-column:not(.swiper-slide) {
		flex-grow: unset;
		flex-basis: 25vw;
		width: 25vw !important;
		min-width: 300px;
		max-width: unset !important;
	}
}



@media screen and (max-width: 1024px) {
	
	.container.fullWidth {
		padding: 0 0 0 0 !important;
	}
	
	.container.fullWidth > * {
		padding: 0 3%;
		box-sizing: border-box;
	}
	
   body.produkty-template-single-produktyDetails section.intro .container .right-side img {
        -webkit-mask-image: url(assets/img/hexagon-mask.svg);
        mask-image: url(assets/img/hexagon-mask.svg);
        mask-repeat: no-repeat;
        mask-size: 100% 100%;
        mask-position: 50% 50%;
    }
	
	.reverse-columns-mobile .wp-block-column:last-child {
		order: 1;
	}
	
	.reverse-columns-mobile .wp-block-column:first-child {
		order: 2;
	}
			
			
		body.produkty-template-single-produktyDetails .wp-block-columns.imgRight,
		body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft {
			gap: 10px;
		}
		
		body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:last-child figure,
		body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:first-child figure {
			position: relative;
			
			transform: unset;
			left: unset;
			top: unset;
			
			aspect-ratio: 1 / 1;
			height: auto;
			width: 100%;
			max-width: 450px;
			text-align: center;
			margin: 0 auto;
		}
		
			body.produkty-template-single-produktyDetails .wp-block-columns.imgRight .wp-block-column:last-child figure img,
			body.produkty-template-single-produktyDetails .wp-block-columns.imgLeft .wp-block-column:first-child figure img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
			}

	body.produkty-template-single-produktyDetails .wp-block-buttons {
		justify-content: center;
	}

	#cechy .wp-block-columns {
		margin: 20px auto;
		gap: 20px;
	}
	
	@media screen and (max-width: 550px) {
		
		#cechy .wp-block-column {
			padding: 20px;
		}
	}
	
}

