/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

body {
  margin: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  vertical-align: middle;
}

button {
  border-radius: 0;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  resize: vertical;
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

:root {
  --yellow: #fec10c;
  --offset: 15px;
  --gutter: 24px;
  --gutter-half: 12px;
  --space-h: 130px;
  --space-v: 120px;
}
@media (min-width: 1600px) {
  :root {
    --offset: 40px;
  }
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

body.is-off {
  overflow: hidden;
}

html {
  background: #fff;
}

:focus {
  outline: none;
}

.hidden {
  display: none;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

a {
  transition: all var(--global-transition) ease-out;
}

h1, h2, h3, h4 {
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 62px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}
h2.-smaller, .h2.-smaller {
  font-size: 35px;
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 20px;
}

h1, h2, h3, h4, p, ol, ul, blockquote, figure, table {
  margin: 0;
}

* + p {
  margin-top: 1.5em;
}

.s-text {
  font-size: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.s-text > * + * {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.s-text a:not([class]) {
  border-bottom: 1px dashed #999;
}
.s-text a:not([class]):hover, .s-text a:not([class]):active, .s-text a:not([class]):focus {
  opacity: 0.7;
}
.s-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.s-text img.left {
  float: left;
  margin-right: 1em;
}
.s-text img.right {
  float: right;
  margin-bottom: 1em;
}
.s-text ul:not([class]) {
  text-align: left;
}
.s-text ul:not([class]) li {
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
}
.s-text ul:not([class]) li::after {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--yellow);
}
.s-text hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 3em 0;
}
.s-text table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: left;
}
.s-text table th, .s-text table td {
  padding: 5px 10px;
}
.s-text table th {
  font-weight: bold;
  text-align: left;
  background-color: var(--yellow);
  color: #000;
}
.s-text table tr:nth-child(even) td {
  background-color: #f8f8f8;
  color: #000;
}
.s-text table td {
  border-bottom: 1px solid var(--yellow);
  color: #fff;
}
.s-text table td:first-child {
  font-weight: bold;
}

.yellow {
  color: var(--yellow);
}

.alert {
  margin-top: 20px;
  padding: 10px;
}

.alert.-success {
  color: #697f86;
  border: 1px solid #e4eaea;
  background-color: #effff2;
}

.alert.-error {
  color: #b84848;
  border: 1px solid #e4eaea;
  background-color: #f5dcd6;
}

.backbone {
  padding: 7vw 6vw;
  background-image: url("../img/bandit-backbone.jpg");
  background-size: cover;
  background-position: 50% 30%;
  color: #fff;
}

.backbone__body {
  max-width: 64em;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 1em;
  font-weight: bold;
  border: 2px solid currentColor;
  text-transform: uppercase;
}
.btn.-white {
  color: #fff;
}
.btn.-yellow {
  color: var(--yellow);
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.card {
  margin-left: auto;
  margin-right: auto;
  background-color: #ECECEC;
  padding: 15px;
}

.card__img {
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
}

.cennik__wrap {
  padding: 50px;
}

.cennik {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
}
.cennik svg {
  color: red;
  font-size: 2em;
}
.cennik img {
  width: 100px;
}
.cennik tr:nth-child(odd) td {
  background: #fafafa;
}
.cennik td, .cennik th {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.cennik td {
  font-size: 18px;
}
.cennik th {
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: var(--yellow);
  font-weight: 500;
  line-height: 1.2;
}
.cennik td:nth-child(2) {
  text-align: left;
}
.cennik td:last-child {
  text-align: center;
  white-space: nowrap;
}
.cennik td:last-child a {
  color: red;
  font-size: 12px;
}
.cennik .ilosc, .cennik select {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
  width: 50px;
  text-align: center;
}
.cennik select {
  width: auto;
}
.cennik input[type=submit] {
  background-color: var(--yellow);
  color: #000;
  padding: 5px 10px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.15s;
  cursor: pointer;
}
.cennik input[type=submit]:focus {
  outline: none;
}
.cennik input[type=submit]:hover {
  opacity: 0.7;
}
.cennik i {
  font-style: normal;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cennik th {
    display: none;
  }
  .cennik td {
    display: block;
    position: relative;
    padding: 20px 10px 10px;
  }
  .cennik td:last-child {
    border-bottom: 2px solid var(--yellow);
  }
  .cennik td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 5px;
    top: 3px;
    font-size: 10px;
    color: #666;
  }
}

.ilosc {
  text-align: center;
}

.cena {
  text-align: right;
  white-space: nowrap;
}

.razem {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.alert-error {
  font-size: 14px;
  color: red;
  padding: 10px;
  border: 1px solid red;
}

.success {
  padding: 10px;
  color: green;
  border: 1px solid green;
}

.czesci__wrap {
  padding: 30px;
}

.czesci {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.czesci__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 400px;
  padding: 19px;
  border: 1px solid #e8e8e8;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  gap: 10px;
}
.czesci__item img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.czesci__item h4 {
  margin-bottom: 10px;
}

.czesci__item-cena {
  font-size: 24px;
  font-weight: bold;
}

.czesci__item-nr_czesci {
  color: #707579;
  font-size: 0.9em;
}

.czesci__item-cena-netto {
  color: #707579;
  font-weight: bold;
  font-size: 0.9em;
}

.czesci__item-nazwa {
  word-break: break-word;
  font-weight: bold;
  color: #000;
  min-height: 60px;
}

.czesci__item-link {
  font-weight: bold;
  color: #fec10c;
  text-align: right;
}

.czesci__item-form {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  gap: 10px;
}
.czesci__item-form .ilosc, .czesci__item-form select {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  line-height: 35px;
  padding: 5px;
  width: 50px;
  height: 45px;
  text-align: center;
}
.czesci__item-form select {
  width: auto;
}
.czesci__item-form button {
  background-color: #fec10c;
  width: 100%;
  height: 45px;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Oswald, sans-serif;
}

.w-dostawie {
  color: #97752b;
  background-color: #fff2cd;
  border-radius: 8px;
  font-weight: bold;
  padding: 5px 10px;
}

.dostepny {
  color: #1c5029;
  background-color: #d4edd8;
  border-radius: 8px;
  font-weight: bold;
  padding: 5px 10px;
}

.czesc__powrot {
  margin-bottom: 15px;
}

.czesc__wrap {
  padding: 30px;
  max-width: 1200px;
  margin: auto;
}

.czesc {
  margin-top: 30px;
  display: grid;
  gap: 20px;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.czesc h5 {
  margin: 20px 0 0;
}
.czesc h5 + p {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .czesc {
    grid-template-columns: 1fr 1fr;
  }
}
.czesc th {
  text-transform: uppercase;
  color: #656565;
  font-weight: bold;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 20px 10px 0;
  text-align: left;
}
.czesc td {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  text-align: left;
}

.czesc__zdjecie {
  padding: 20px;
  border-radius: 8px;
}
.czesc__zdjecie img {
  border-radius: 8px;
}

.czesc__details {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.czesc__opis {
  padding: 20px 0;
}

.czesc__wroc {
  margin-top: 20px;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.czesc__cena {
  background-color: #f8f9fb;
  padding: 20px;
}

.czesc__form {
  padding: 20px 0;
}

.czesci__cena-wartosc {
  font-size: 30px;
  font-weight: bold;
}

.czesci__cena-netto {
  color: #707579;
  font-weight: bold;
  font-size: 0.9em;
}

.load-trigger {
  height: 1px;
  width: 100%;
  visibility: hidden;
}

.footer-pytania-wrap {
  background: url("../img/footer-pytania.jpg");
  background-size: cover;
}
.footer-pytania-wrap.-yellow {
  background: var(--yellow);
}

.footer-pytania {
  padding: 100px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-pytania {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer-pytania > h3 {
    margin-bottom: 1em;
  }
}
.footer-pytania > div {
  text-align: center;
}
.footer-pytania > div p {
  display: inline-block;
  font-size: 23px;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  margin: 0 0.5em;
}
.footer-pytania > div i {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  background-color: var(--yellow);
  border-radius: 50%;
}
.-yellow .footer-pytania > div i {
  background-color: #fff;
}

.footer {
  background: #111111;
  padding: 70px 0 50px;
}
.footer h2 {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
.footer h3 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.72em;
  margin-bottom: 2em;
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__main {
    text-align: left;
  }
  .footer__main p {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__main {
    justify-content: space-between;
  }
}

.footer__contact {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}
@media (min-width: 576px) {
  .footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer__contact .social-buttons {
  margin-top: 0.5em;
}

.footer__logo {
  margin-bottom: 2em;
  margin-top: 2em;
}

.footer__copy {
  border-top: 1px solid #242424;
  padding: 35px 0;
  font-size: 13px;
  color: #888888;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copy {
    display: flex;
    justify-content: space-between;
  }
}

.form {
  font-size: 14px;
  max-width: 500px;
}
.form fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.form legend {
  color: var(--yellow);
  font-weight: bold;
}

.form__row {
  margin-bottom: 15px;
}
.form__row label {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}
.form__row input, .form__row textarea, .form__row select {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
}
.form__row input.error, .form__row textarea.error, .form__row select.error {
  border-color: red !important;
}

.form__checkbox {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px;
}
.form__checkbox input {
  position: absolute;
  left: 0;
  top: 0;
}
.form__checkbox label {
  display: block;
  padding-left: 20px;
}
.form__checkbox p {
  margin-left: 20px;
}

.form-error {
  font-size: 12px;
  color: red;
}

.form button {
  background-color: var(--yellow);
  color: #000;
  padding: 5px 10px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.15s;
}
.form button:focus {
  outline: none;
}
.form button:hover, .form button:active, .form button:focus {
  opacity: 0.7;
}
.form button::after {
  content: "";
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  display: none;
}

.form button.is-loading::after {
  display: inline-block;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  background-color: var(--yellow);
  color: #000;
  padding: 5px 10px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.15s;
}
.button:hover, .button:active, .button:focus {
  opacity: 0.7;
}

.button2 {
  border: 1px solid var(--yellow);
  color: #000;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.15s;
}
.button2:hover, .button2:active, .button2:focus {
  opacity: 0.7;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  width: 100%;
  color: #8c8c8c;
  border: 0;
  padding: 5px 0;
  height: 40px;
  background: none;
  border-bottom: 1px solid currentColor;
}
.form-control::placeholder {
  color: currentColor;
}
.form-control.error {
  border-bottom-color: red;
}
.form-control.valid {
  border-bottom-color: green;
}

@media (min-width: 576px) {
  .form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

.form-submit {
  width: 100%;
  color: #fff;
  border: 1px solid currentColor;
  line-height: 44px;
  background: none;
  transition: all 0.2s ease-in-out;
}
.form-submit:hover, .form-submit:active, .form-submit:focus {
  color: var(--yellow);
}

.form-error {
  font-size: 12px;
  color: red;
}

.form-checkbox {
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.form-checkbox label {
  position: relative;
  display: block;
  padding: 5px 0 0 20px;
  cursor: pointer;
}
.form-checkbox label:hover .pop {
  display: block;
}
.form-checkbox input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
}
.form-checkbox .pop {
  position: absolute;
  bottom: 30px;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  background-color: #222;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: none;
}

.full-title {
  height: 180px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0 var(--offset);
}
.full-title > * {
  margin: 0;
}

#gmap {
  width: 100%;
  height: 560px;
}

.grupy {
  margin-bottom: var(--offset);
}

.grupa {
  background-color: #000;
  display: grid;
}
@media (min-width: 768px) {
  .grupa {
    grid-template-columns: 1fr 1fr;
  }
  .grupy .grupa:nth-child(even) .grupa__pic {
    order: 2;
  }
}

.grupa__info {
  position: relative;
  flex-shrink: 0;
  text-align: center;
  margin: auto;
  max-width: 600px;
  padding: 20px;
}
.grupa__info h2 {
  color: var(--yellow);
  font-size: 20px;
}
@media (min-width: 768px) {
  .grupa__info h2 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .grupa__info h2 {
    font-size: 35px;
  }
}
.grupa__info p {
  color: #fff;
}

.grupa__pic {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  flex: 1 1 auto;
  height: 240px;
}
@media (min-width: 768px) {
  .grupa__pic {
    height: 440px;
  }
}
.-shorter .grupa__pic {
  min-height: 0;
  height: 200px;
}
@media (min-width: 768px) {
  .-shorter .grupa__pic {
    height: 350px;
  }
}

.grupy2.-paleta .grupa__pic {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .grupy2.-paleta .grupa__pic {
    height: 320px;
  }
}

.grupy2.-zakres .grupa__pic {
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 768px) {
  .grupy2.-zakres .grupa__pic {
    height: 320px;
  }
}

.grupa__pics {
  background-color: red;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.grupa__pics img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .grupa__pics img {
    height: 110px;
  }
}
.grupa__pics div {
  background-color: var(--yellow);
}

.grupa__pics.-paleta {
  background-color: red;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.grupa__pics.-paleta img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .grupa__pics.-paleta img {
    height: 110px;
  }
}
.grupa__pics.-paleta div {
  background-color: #fff;
}
.grupa__pics.-paleta div:empty {
  background-color: var(--yellow);
}

.grupa__icons {
  position: absolute;
  right: 60px;
  top: 50px;
}

.grupa__icon {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-left: 25px;
  font-size: 13px;
}

.grupa__icon-circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.grupa__icon-circle span {
  color: #000;
  text-transform: none;
  font-size: 12px;
  line-height: 1.1;
}
.grupa__icon-circle span:first-child {
  font-size: 32px;
}

.grupa__tags {
  margin-top: 30px;
}

.grupa__tag {
  display: inline-block;
  margin: 0 15px;
  color: var(--yellow);
  border: 1px solid currentColor;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.grupa__tag:hover, .grupa__tag:active, .grupa__tag:focus {
  background-color: var(--yellow);
  color: #000;
}

.grupy2 {
  margin-bottom: var(--offset);
  display: grid;
  grid-template-columns: 1fr;
}
.grupy2 .grupa__pic {
  min-height: 250px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grupy2 .grupa:nth-child(2n) .grupa__pic {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .grupy2 {
    grid-template-columns: 1fr 1fr;
  }
  .grupy2 .grupa:nth-child(4n-1) .grupa__pic {
    order: 1;
  }
  .grupy2 .grupa:nth-child(4n) .grupa__pic {
    order: 1;
  }
  .grupy2 .grupa__pic {
    min-height: 300px;
  }
}

.top-bar-wrap {
  background-color: #111;
}

.top-bar {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar__lang {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}
.top-bar__lang a.is-active,
.top-bar__lang a:hover {
  color: var(--yellow);
}

.navbar-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.45);
}

.navbar {
  height: 103px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar__logo {
  display: inline-block;
  margin-top: 25px;
  align-self: flex-start;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #111;
}

.hero__slides {
  height: 650px;
  overflow: hidden;
}
.hero__slides .slick-dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__slides .slick-dots {
    bottom: 5px;
  }
}
.hero__slides .slick-dots li {
  display: inline-block;
  margin: 0 1em;
}
@media (max-width: 767px) {
  .hero__slides .slick-dots li {
    margin: 0 0.5em;
  }
}
.hero__slides .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -999px;
  border: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.hero__slides .slick-dots .slick-active button {
  background-color: var(--yellow);
}

.hero__slide {
  position: relative;
  height: 650px;
  background-size: cover;
  background-position: 50%;
  vertical-align: top;
}

.hero__body {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 30px 0;
}
.hero__body p {
  max-width: 1000px;
}

.hero__thumbs {
  padding: 0;
  height: 150px;
  overflow: hidden;
}
.hero__thumbs li {
  display: inline-block;
  padding-top: 6px;
}
.hero__thumbs img {
  width: 123px;
  height: 82px;
  object-fit: cover;
}
.hero__thumbs a {
  position: relative;
  display: block;
  border: 3px solid transparent;
  transition: border 0.3s;
}
.hero__thumbs a:hover {
  border-color: var(--yellow);
}
.hero__thumbs a:hover::after {
  opacity: 1;
  transition: opacity 0.3s;
}
.hero__thumbs a:hover span {
  opacity: 1;
  transition: opacity 0.3s;
}
.hero__thumbs a::after {
  opacity: 0;
  position: absolute;
  left: calc(50% - 6px);
  top: -15px;
  transition: opacity 0.3s;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent var(--yellow);
  border-bottom-style: solid;
}
.hero__thumbs span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: var(--yellow);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  padding: 0 0.25em;
  transition: opacity 0.3s;
}
@media (max-width: 1199px) {
  .hero__thumbs span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .hero__thumbs span {
    display: none;
  }
}
.hero__thumbs .slick-current a {
  border-color: var(--yellow);
}
.hero__thumbs .slick-current a::after {
  opacity: 1;
}
.hero__thumbs .slick-track {
  height: 150px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__thumbs .slick-slide {
  display: flex;
  align-items: center;
}

.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.hero__bg video {
  object-fit: cover;
}
.hero__bg video::-webkit-media-controls {
  display: none !important;
}
.hero__bg video::-webkit-media-controls-enclosure {
  display: none !important;
}

.maszyna {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.maszyna li {
  margin: 10px;
}
.maszyna a {
  text-align: center;
  color: #fff;
  float: left;
  padding: 5px 6px 0;
  background-color: #000;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.maszyna a:hover, .maszyna a:active, .maszyna a:focus {
  color: #000;
  background-color: var(--yellow);
}
.maszyna .hide {
  display: none;
}

@media (min-width: 1200px) {
  .kontakt {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.kontakt__dane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 15px;
  background-color: var(--yellow);
  text-align: center;
  font-size: 15px;
}
.kontakt__dane h4 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .kontakt__dane ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.kontakt__dane li {
  padding: 10px;
}
@media (min-width: 768px) {
  .kontakt__dane li:not(:last-child) {
    border-right: 1px solid #000;
  }
}
.kontakt__dane svg {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.kontakt__form {
  font-size: 15px;
  padding: 60px 15px;
  background-color: #020202;
}

.kontakt__form form {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  color: #fff;
}
.kontakt__form form h2 {
  color: #fff;
  text-align: center;
}

.koszyk {
  padding: 150px 0 50px;
  max-width: 1200px;
  margin: auto;
}

.koszyk__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.koszyk__table th, .koszyk__table td {
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.koszyk__table th {
  background-color: #f8f9fb;
  font-weight: bold;
}
.koszyk__table img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.koszyk__table td:last-child a {
  color: red;
}
.koszyk__table .cena {
  text-align: right;
}
.koszyk__table .ilosc {
  text-align: center;
}

.wysylka {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
}
.wysylka p {
  margin-top: 10px;
}

.wysylka__koszty {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
}

.wysylka__info {
  padding: 10px;
  background-color: #f8f9fb;
  font-style: italic;
}

.wysylka__info2 {
  padding: 20px;
  background-color: #f8f9fb;
  margin-top: 30px;
}
.wysylka__info2 a {
  font-weight: bold;
}

.koszyk__sumy {
  background-color: #f8f9fb;
  padding: 15px;
  margin-top: 30px;
}

.koszyk__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.koszyk__buttons2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.koszyk__sumy table {
  border-collapse: collapse;
  width: 100%;
}
.koszyk__sumy th {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.koszyk__sumy td {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.koszyk__total td {
  background-color: #f8f9fb;
}
.koszyk__total td:first-child {
  text-align: right;
}

.link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.nav ul {
  padding: 0;
}
.nav li {
  display: inline-block;
  margin-left: 1.2em;
}
.nav a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.nav a.is-active, .nav a:hover {
  border-bottom-color: var(--yellow);
}

html.is-nav-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    display: block;
    width: 250px;
    height: 100%;
    background: #000;
    transform: translateX(250px);
    transition: transform 0.3s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    padding: 80px 15px 50px;
  }
  .nav li {
    display: block;
    margin-bottom: 15px;
  }
  .nav a {
    font-size: 20px;
    padding: 0;
  }
}
.is-nav-open .nav {
  transform: translateX(0);
}

.nav-toggler {
  position: absolute;
  right: var(--offset);
  top: calc(50% - var(--offset));
  height: 26px;
  width: 46px;
  z-index: 11;
  background: 0;
  outline: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 1200px) {
  .nav-toggler {
    display: none;
  }
}

.nav-burger {
  --burger-color: #fff;
  --burger-color-active: #fff;
}
.nav-burger, .nav-burger::before, .nav-burger::after {
  transition: 0.1s background linear 0.05s, 0.1s top linear 0.1s, 0.1s transform linear;
  position: absolute;
  background: var(--burger-color);
  margin: auto;
  width: 100%;
  height: 5px;
  content: "";
  top: 50%;
  left: 0;
}
.nav-burger::before {
  top: -12px;
}
.nav-burger::after {
  top: 12px;
}
.nav-burger::before, .nav-burger::after {
  transform: rotate(0deg);
}
.is-nav-open .nav-burger {
  background: 0;
}
.is-nav-open .nav-burger::before {
  transform: rotate(45deg);
  background: var(--burger-color-active);
}
.is-nav-open .nav-burger::after {
  transform: rotate(-45deg);
  background: var(--burger-color-active);
}
.is-nav-open .nav-burger::before, .is-nav-open .nav-burger::after {
  top: 0;
}
.is-nav-open .nav-burger, .is-nav-open .nav-burger::before, .is-nav-open .nav-burger::after {
  transition: 0.1s background linear 0.05s, 0.1s top linear, 0.1s transform linear 0.1s;
}

.news {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(200px, 1fr);
    grid-gap: 20px;
  }
}
.news img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.news-full {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.case_study__image.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.case_study__image.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.o-nas-wrap {
  background-image: url("../img/o-nas-title-bg.jpg");
  background-size: cover;
}
.o-nas-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5em;
}

.o-nas {
  background-color: var(--yellow);
}
@media (min-width: 768px) {
  .o-nas {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.o-nas__opis {
  padding: 7vw 6vw;
}

.o-nas__image {
  background-image: url("../img/o-nas-bg.jpg");
  background-size: cover;
  background-position: 50%;
}

.page {
  padding: 5vw 0;
}

.page__intro {
  padding: 60px 0;
  text-align: center;
}

.product2 {
  background-color: #fff;
}

.product2__images {
  width: 100%;
  position: relative;
  height: 406px;
  overflow: hidden;
}

.product2__image {
  position: relative;
  padding: 3px 0;
}
.product2__image img {
  height: 400px;
  padding: 3px;
  display: block;
}
.product2__image.-stack img {
  height: 200px;
}
.product2__image a {
  position: relative;
  display: block;
}

.product2__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(254, 193, 12, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.product2__bg svg {
  height: 70px;
}
a:hover .product2__bg {
  opacity: 1;
}

.product2__opis {
  background-color: var(--yellow);
  padding: 50px 0;
  font-weight: bold;
}

.product2__panel {
  text-align: center;
}
.product2__panel h2 {
  margin: 0;
  padding: 50px var(--offset);
}

.product2__grey {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}

@media (min-width: 768px) {
  ul.product__files {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}
ul.product__files li {
  text-align: left;
  margin: 1em 0;
}
ul.product__files svg {
  background-color: var(--yellow);
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
ul.product__files span {
  border-bottom: 1px solid #000;
}

.products {
  padding: 0 var(--offset);
}

.products__intro {
  padding: 60px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.product {
  background-color: #000;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product__info {
  position: relative;
  border-left: 7px solid var(--yellow);
  order: 2;
  width: 100%;
  flex-shrink: 0;
  padding: 20px;
}
@media (min-width: 992px) {
  .product__info {
    order: 0;
    width: 55%;
    padding: 80px 60px 50px;
  }
}
.product__info h2 {
  font-size: 35px;
  color: var(--yellow);
  padding-bottom: 50px;
  border-bottom: 1px solid var(--yellow);
}
.product__info p {
  color: #fff;
}

.product__pic {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  flex: 1 1 auto;
  width: 100%;
  min-height: 300px;
}
@media (min-width: 992px) {
  .product__pic {
    width: auto;
    min-height: 450px;
  }
}

.product__icons {
  position: absolute;
  right: 20px;
  top: 80px;
}
@media (min-width: 992px) {
  .product__icons {
    right: 60px;
    top: 50px;
  }
}

.product__icon {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin-left: -15px;
  transform: scale(0.7);
}
@media (min-width: 992px) {
  .product__icon {
    margin-left: 25px;
    transform: scale(1);
  }
}

.product__icon-circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.product__icon-circle span {
  color: #000;
  text-transform: none;
  font-size: 12px;
  line-height: 1.1;
}
.product__icon-circle span:first-child {
  font-size: 32px;
}

.product__tags {
  margin-top: 30px;
}

.product__tag {
  display: inline-block;
  margin-right: 35px;
  color: var(--yellow);
  border: 1px solid currentColor;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.product__tag:hover, .product__tag:active, .product__tag:focus {
  background-color: var(--yellow);
  color: #000;
}

.slider2 {
  position: relative;
  margin: 80px 0;
}
.slider2 .slick-dots {
  position: absolute;
  padding: 0;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .slider2 .slick-dots {
    bottom: calc(var(--space-h) + 30px);
    left: var(--space-v);
  }
}
.slider2 .slick-dots li {
  display: inline-block;
  margin-right: 1em;
}
.slider2 .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -999px;
  border: 0;
  padding: 0;
  background-color: #fff;
}
.slider2 .slick-dots .slick-active button {
  background-color: var(--yellow);
}

.slider2__slide {
  background-size: cover;
  background-position: 50% 25%;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .slider2__slide {
    padding-top: var(--space-h);
    padding-bottom: var(--space-h);
  }
}

.slider2__content {
  background-color: rgba(0, 0, 0, 0.42);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
@media (min-width: 576px) {
  .slider2__content {
    min-height: 370px;
  }
}
@media (min-width: 768px) {
  .slider2__content {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .slider2__content {
    flex-direction: row;
    height: 385px;
    align-items: center;
    padding: 0;
  }
}

.slider2__text {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  order: 2;
}
@media (min-width: 1200px) {
  .slider2__text {
    order: 0;
    padding-left: var(--space-v);
    padding-right: var(--space-v);
  }
}

.slider2__image {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--yellow);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(100% - 40px);
}
@media (min-width: 1200px) {
  .slider2__image {
    margin: 0;
    width: 600px;
  }
}
.slider2__image h2 {
  margin: 0;
}

.social-buttons a {
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  background: var(--yellow);
  border-radius: 5px;
  margin-right: 5px;
}
.social-buttons svg {
  vertical-align: -3px;
}

.sub-hero {
  position: relative;
  height: 520px;
  background-size: cover;
  background-position: 50%;
}
@media (min-width: 1600px) {
  .sub-hero {
    height: 640px;
  }
}
.sub-hero.-produkt {
  height: 640px;
}
.sub-hero.-produkt .sub-hero__title {
  background-color: #fff;
  color: #000;
}
.sub-hero.-shorter {
  height: 400px;
}

.sub-hero__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px var(--offset);
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: #fff;
  text-align: center;
}

.sub-hero__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  color: #fff;
  text-align: center;
}
.sub-hero__info h1 {
  color: #fff;
}

.technologia {
  background-color: #000;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 65% 35%;
}
@media (max-width: 1023px) {
  .technologia {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 767px) {
  .technologia {
    grid-template-columns: 100%;
  }
}
.technologia .slick-dots {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.technologia .slick-dots li {
  display: inline-block;
  margin: 0 0.5em;
}
.technologia .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -999px;
  border: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.technologia .slick-dots .slick-active button {
  background-color: var(--yellow);
}

.technologia__info {
  position: relative;
  border-left: 7px solid var(--yellow);
  padding: 20px;
}
.technologia__info h2 {
  font-size: 28px;
  color: var(--yellow);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--yellow);
}
.technologia__info p {
  color: #fff;
}

.technologia__pics {
  position: relative;
}
.technologia__pics img {
  object-fit: cover;
  height: 350px;
}

.technologia .rozwin {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.technologia .zwin {
  position: absolute;
  right: 14px;
  top: 1px;
  cursor: pointer;
}

.uzywane-wrap {
  padding: 0 30px;
}
@media (min-width: 1300px) {
  .uzywane-wrap {
    padding: 0 40px;
  }
}

.uzywane-kategorie {
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.uzywane-kategorie a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 200px;
  border: 1px solid #c8c8c8;
  font-size: 18px;
  color: #a4a4a4;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: -1px;
  font-family: Oswald, sans-serif;
}
.uzywane-kategorie a.is-active {
  background-color: #efefef;
  color: #000000;
}

.uzywane {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
}
@media (min-width: 1200px) {
  .uzywane {
    display: flex;
    flex-wrap: nowrap;
    height: 222px;
    border: 0;
    padding: 0;
  }
}

.uzywane__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.-no-image .uzywane__opis {
  padding-left: 60px;
}

.uzywane__nazwa {
  flex-shrink: 0;
  display: block;
  width: 40px;
  text-transform: uppercase;
  position: absolute;
  z-index: 9;
  height: 220px;
}
.uzywane__nazwa span {
  font-size: 20px;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(270deg) translate(25%, -25%);
}
.uzywane__nazwa.-nowa {
  background-color: #fec10c;
  color: #000;
}
.uzywane__nazwa.-uzywana {
  background-color: #000;
  color: #fec10c;
}
.uzywane__nazwa.-demo {
  background-color: #aaa;
  color: #000;
}

.uzywane__image {
  flex-shrink: 0;
}

.uzywane__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.-sprzedany .uzywane__image img {
  filter: grayscale(100%);
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .uzywane__image img {
    width: 330px;
  }
}

.uzywane__cena {
  position: relative;
  background-color: #efefef;
  border: 3px solid #fec10c;
  border-right-width: 36px;
  margin-left: auto;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
  height: 222px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .uzywane__cena {
    max-width: 320px;
  }
}
.-sprzedany .uzywane__cena {
  border-color: #efefef;
  border-right-color: #000000;
  color: #979797;
}
.-rezerwacja .uzywane__cena {
  border-color: #565656;
}
.uzywane__cena .cena {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Oswald, sans-serif;
  text-align: right;
}
.uzywane__cena .cena strong {
  font-weight: bold;
  font-size: 35px;
}
.uzywane__cena .cena__stara {
  text-align: right;
  color: #868686;
  font-size: 10px;
}
.uzywane__cena .cena__stara strong {
  font-size: 25px;
  text-decoration: line-through;
}
.-sprzedany .uzywane__cena .cena__stara {
  color: #979797;
}
.uzywane__cena .cena__dzwon {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.uzywane__cena p {
  color: #979797;
  font-size: 13px;
}

.uzywane__opis {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
@media (min-width: 1200px) {
  .uzywane__opis {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.uzywane__opis h2 {
  font-size: 30px;
  margin: 10px 0 0;
}
@media (min-width: 1200px) {
  .uzywane__opis h2 {
    padding: 20px 10px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .uzywane__opis h2 {
    font-size: 35px;
    padding: 20px 30px;
    margin: 0;
  }
}
.-sprzedany .uzywane__opis h2 {
  color: #c6c6c6;
}
.uzywane__opis h5 {
  font-weight: normal;
  font-size: 13px;
  color: #979797;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
@media (min-width: 1200px) {
  .uzywane__opis h5 {
    margin: 0 0 15px;
  }
}
.-sprzedany .uzywane__opis h5 {
  color: #c6c6c6;
}

@media (min-width: 1200px) {
  .uzywane__opis2 {
    margin-top: auto;
    display: flex;
    width: 100%;
  }
  .uzywane__opis2 div {
    border-right: 1px solid #ededed;
    padding: 0 10px;
  }
  .uzywane__opis2 div:last-child {
    border: 0;
  }
  .uzywane__opis2 div:nth-child(2) {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .uzywane__opis2 {
    padding: 0 20px;
  }
}
.uzywane__opis2 p {
  margin: 0;
  font-size: 13px;
  padding-bottom: 20px;
}
@media (min-width: 1600px) {
  .uzywane__opis2 p {
    font-size: 15px;
  }
}
.-sprzedany .uzywane__opis2 {
  color: #c6c6c6;
}

.uzywane-uwaga {
  border: 3px solid #cdcdcd;
  color: #b6b6b6;
  margin: 20px;
  padding: 20px;
}
@media (min-width: 992px) {
  .uzywane-uwaga {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
    padding: 30px;
  }
}
.uzywane-uwaga h2 {
  font-size: 38px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.uzywane-uwaga p {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .uzywane-uwaga h2, .uzywane-uwaga p {
    width: 50%;
  }
}

.uzywane__cenabar {
  font-size: 20px;
  font-weight: 700;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: -3px;
  height: 36px;
  width: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: top right;
  transform: rotate(90deg) translate(100%, -100%);
}
.-rezerwacja .uzywane__cenabar {
  color: #fff;
}
.-sprzedany .uzywane__cenabar {
  color: #fec10c;
  background: #000000;
}

.product2__row {
  display: flex;
  justify-content: center;
}
.product2__row div {
  width: 50%;
}
.product2__row div:first-child {
  text-align: right;
  color: #fec10c;
  padding-right: 1ex;
}
.product2__row div:last-child {
  text-align: left;
}

.uzywane-powrot {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #000;
  display: inline-block;
  margin: 15px 0;
}

@media (min-width: 1300px) {
  .uzywana {
    display: flex;
    min-height: 80px;
    margin-bottom: 20px;
  }
}
.uzywana > div:first-child {
  width: 100%;
}
.uzywana h2 {
  font-size: 50px;
}
@media (min-width: 1200px) {
  .uzywana h2 {
    font-size: 80px;
  }
}

.uzywana__cena {
  position: relative;
  background-color: #fec10c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px 10px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
}
.uzywana__cena .cena {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Oswald, sans-serif;
  text-align: right;
}
.uzywana__cena .cena strong {
  font-weight: bold;
  font-size: 35px;
}
.uzywana__cena .cena__stara {
  text-align: right;
  color: #868686;
  font-size: 10px;
}
.uzywana__cena .cena__stara strong {
  font-size: 25px;
  text-decoration: line-through;
}
.-sprzedany .uzywana__cena .cena__stara {
  color: #979797;
}
.uzywana__cena .cena__dzwon {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.uzywana__cena p {
  font-size: 11px;
  text-transform: lowercase;
  margin: 5px 0 0;
}

.uzywana__opis {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .uzywana__opis {
    display: flex;
    white-space: nowrap;
  }
}
.uzywana__opis div {
  padding: 5px 0;
}
@media (min-width: 768px) {
  .uzywana__opis div {
    padding: 5px 10px;
    border-right: 1px solid #ededed;
  }
  .uzywana__opis div:last-child {
    border: 0;
  }
}
.uzywana__opis h5 {
  font-weight: normal;
  font-size: 13px;
  color: #979797;
  text-transform: uppercase;
  margin: 0;
}
.-sprzedany .uzywana__opis h5 {
  color: #c6c6c6;
}
.uzywana__opis p {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.uzywane-gal {
  padding: 20px;
}
@media (min-width: 1300px) {
  .uzywane-gal {
    position: relative;
    display: flex;
    padding: 30px;
  }
}
.uzywane-gal .uzywane__nazwa {
  height: 100%;
}
.uzywane-gal .uzywane__nazwa.-sprzedany {
  position: relative;
  top: auto;
  height: auto;
  color: #fec10c;
  background: #000000;
}
.uzywane-gal .uzywane__nazwa.-sprzedany span {
  transform-origin: top right;
  transform: rotate(90deg) translate(100%, -100%);
  left: -45px;
  top: 45%;
}
@media (max-width: 1299px) {
  .uzywane-gal .uzywane__nazwa.-sprzedany {
    display: none;
  }
}

.uzywane-szukaj {
  font-size: 20px;
  font-family: Oswald, sans-serif;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .uzywane-szukaj {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.uzywane-szukaj > div {
  margin: 0 10px 5px;
  font-weight: bold;
  line-height: 1.2;
}
.uzywane-szukaj input, .uzywane-szukaj select {
  width: 230px;
  height: 45px;
  line-height: 25px;
  background-color: #fff;
  border: 0;
  padding: 0 10px;
  font-weight: bold;
}
.uzywane-szukaj button {
  background-color: #fec10c;
  width: 150px;
  height: 45px;
  border: 0;
  font-weight: bold;
}
.uzywane-szukaj .empty {
  color: #999;
  opacity: 1;
}
.uzywane-szukaj ::placeholder {
  color: #999;
  opacity: 1;
}

.uzywane-videos {
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .uzywane-videos {
    width: 40%;
    max-width: 690px;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.gallery-1-wrap {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 1300px) {
  .gallery-1-wrap {
    width: 60%;
    padding: 0;
  }
}

.video_1 {
  margin-top: 20px;
}

.video_2 {
  margin-top: 20px;
}

.video_3 {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .video_1 {
    width: 100%;
    padding: 10px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .video_2 {
    width: 50%;
    padding: 10px;
    margin: 0;
    padding-bottom: 0;
  }
  .video_3 {
    width: 50%;
    padding: 10px;
    margin: 0;
    padding-bottom: 0;
  }
}
.wrap, .wrap-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1230px;
}
.wrap.-wide, .wrap-fluid.-wide {
  max-width: 1830px;
}
.wrap.-narrow, .wrap-fluid.-narrow {
  max-width: 850px;
}

/* page: RECYKLING -> ZAKRES */
.zakres {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.zakres li {
  padding: 10px;
  text-align: center;
}
.zakres img {
  border: 2px solid var(--yellow);
}
.zakres a {
  display: block;
  border: 0 !important;
  margin-bottom: 5px;
}

.zamowienie {
  padding: 150px 0 50px;
  max-width: 1200px;
  margin: auto;
}
.zamowienie h3 {
  border-bottom: 2px solid var(--yellow);
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.zamowienie__box {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.zamowienie__box .koszyk__table th {
  background-color: var(--yellow);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}
.zamowienie__box li {
  list-style: disc;
  margin-left: 2rem;
}

.zamowienie__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.zamowienie__table th, .zamowienie__table td {
  color: #000;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.zamowienie__table th {
  background-color: #f8f9fb;
  font-weight: bold;
}
.zamowienie__table img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.zamowienie__table td:last-child a {
  color: red;
}
.zamowienie__table .cena {
  text-align: right;
}

.zamowienie__info {
  padding: 10px;
  background-color: #effff2;
  color: #6f8078;
  font-style: italic;
  border: 1px solid #e8f1ea;
}

.zamowienie__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.zamowienie__sumy {
  display: flex;
  justify-items: flex-end;
  margin-top: 20px;
}
.zamowienie__sumy table {
  margin-left: auto;
  border-collapse: collapse;
}
.zamowienie__sumy th {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.zamowienie__sumy td {
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.left-border {
  border-left: 2px solid var(--yellow);
  padding-left: 10px;
}

.zamowienie__info2 table {
  width: 100%;
}
.zamowienie__info2 table td {
  width: 50%;
}

.zam_label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #888;
  margin-bottom: 5px;
}

.zamowienie__top {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.zamowienie__success {
  text-align: center;
  padding: 20px;
  background-color: #f3fef3;
  border: 1px solid #e6eae6;
}
.zamowienie__success h3 {
  color: #487937;
  border: 0;
}
.zamowienie__success p {
  color: #777;
}

.label__zgoda {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.label__zgoda input {
  margin-top: 5px;
}

.svg-inline {
  display: inline-block;
  overflow: visible;
  height: 1em;
  font-size: inherit;
  vertical-align: 0;
}
.svg-inline path {
  fill: currentColor;
}

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    color: #000 !important; /* [1] */
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/**
 * Text alignment
 */
.text-center {
  text-align: center;
}

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

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

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