@charset "UTF-8";
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, li {
  list-style: none;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 19, 2023 */
@font-face {
  font-family: "truenolight";
  src: url("../fonts/truenolt-webfont.eot");
  src: url("../fonts/truenolt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/truenolt-webfont.woff2") format("woff2"), url("../fonts/truenolt-webfont.woff") format("woff"), url("../fonts/truenolt-webfont.svg#truenolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "truenosemibold";
  src: url("../fonts/truenosbd-webfont.eot");
  src: url("../fonts/truenosbd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/truenosbd-webfont.woff2") format("woff2"), url("../fonts/truenosbd-webfont.woff") format("woff"), url("../fonts/truenosbd-webfont.svg#truenosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
iframe {
  max-width: 100%;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

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

svg polygon,
svg circle,
svg path,
svg rect {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

section {
  position: relative;
}
section .container {
  position: relative;
  z-index: 2;
}

.swiper-container {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.swiper-initialized {
  opacity: 1;
  visibility: visible;
}

.anchor {
  top: -200px;
  position: relative;
}
@media (max-width: 767px) {
  .anchor {
    top: -150px;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-size: 100% auto;
  background-repeat: repeat-y;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}
body strong {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body.fadeout {
  opacity: 0;
}
body.block {
  overflow: hidden;
}

.separator {
  width: 100%;
  height: 48px;
}
@media (max-width: 1199px) {
  .separator {
    height: 42px;
  }
}
@media (max-width: 991px) {
  .separator {
    height: 36px;
  }
}
@media (max-width: 767px) {
  .separator {
    height: 32px;
  }
}

.cookies {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies::before {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: table;
  content: "";
  opacity: 0.9;
  background-color: #1C1C1C;
}
.cookies h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.cookies h3 {
  margin-bottom: 15px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cookies p {
  margin-bottom: 15px;
}
.cookies a {
  color: #00E4FF;
  position: relative;
  display: inline-block;
}
.cookies a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  transition: 300ms;
  background-color: #00E4FF;
}
.cookies a:hover::before {
  width: 0;
}
.cookies-default, .cookies-advanced-settings {
  position: relative;
  margin: auto;
  display: block;
  width: calc(100% - 60px);
  max-width: 500px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
  z-index: 2;
}
.cookies-advanced-settings div label {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 0 10px 65px;
  cursor: pointer;
  margin-bottom: 15px;
}
.cookies-advanced-settings div label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookies-advanced-settings div label input:checked + .slider {
  background-color: #00E4FF;
}
.cookies-advanced-settings div label input:focus + .slider {
  box-shadow: 0 0 1px #00E4FF;
}
.cookies-advanced-settings div label input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.cookies-advanced-settings div label .slider {
  position: absolute;
  width: 50px;
  height: 30px;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f8f8f8;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.cookies-advanced-settings div label .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.cookies-buttons {
  margin: -15px;
  display: block;
  overflow: hidden;
}
@media (max-width: 549px) {
  .cookies-buttons {
    margin: 0;
  }
}
.cookies-buttons button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px 30px;
  text-transform: uppercase;
  border: solid 2px;
  transition: 300ms;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 15px;
}
@media (max-width: 549px) {
  .cookies-buttons button {
    width: 100%;
    padding: 12px 15px;
    margin: 0 0 15px 0;
  }
}
.cookies-buttons button.cookies-close, .cookies-buttons button.cookies-settings {
  border-color: #00E4FF;
  background-color: transparent;
  color: #1C1C1C;
  margin-bottom: 0;
}
.cookies-buttons button.cookies-close:hover, .cookies-buttons button.cookies-settings:hover {
  border-color: #1C1C1C;
  color: #1C1C1C;
}
.cookies-buttons button.cookies-accept, .cookies-buttons button.cookies-accept-second {
  border-color: #00E4FF;
  background-color: #00E4FF;
  color: #1C1C1C;
}
.cookies-buttons button.cookies-accept:hover, .cookies-buttons button.cookies-accept-second:hover {
  border-color: #00E4FF;
  background-color: transparent;
  color: #1C1C1C;
}

.zaslepka {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #000;
}
.zaslepka_wideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.zaslepka_sound {
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  background-color: #1C1C1C;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
@media (max-width: 767px) {
  .zaslepka_sound {
    width: 50px;
    height: 50px;
  }
}
.zaslepka_sound img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .zaslepka_sound img {
    width: 30px;
    height: 30px;
  }
}
.zaslepka_sound img.sound_on {
  opacity: 0;
}
.zaslepka_sound img.sound_off {
  opacity: 1;
}
.zaslepka_sound.clicked img.sound_on {
  opacity: 1;
}
.zaslepka_sound.clicked img.sound_off {
  opacity: 0;
}

.menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 110px;
  position: fixed;
  background-color: #00508B;
  z-index: 11;
  padding: 0;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.menu_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 42px;
}
@media (max-width: 991px) {
  .menu_inside {
    padding-right: 0;
  }
}
.menu_burger {
  display: none;
  width: 64px;
  height: 64px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991px) {
  .menu_burger {
    display: block;
  }
}
.menu_burger_top, .menu_burger_middle, .menu_burger_bottom {
  width: 32px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  right: 0;
  margin: auto;
}
.menu_burger_top {
  top: 16px;
}
.menu_burger_middle {
  top: 0;
  bottom: 0;
}
.menu_burger_bottom {
  bottom: 16px;
}
.menu_burger_clicked .menu_burger_top {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_burger_clicked .menu_burger_middle {
  width: 0;
}
.menu_burger_clicked .menu_burger_bottom {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_burger_clicked .menu_burger_top,
.menu_burger_clicked .menu_burger_bottom {
  top: 0;
  bottom: 0;
  right: 0;
}
.menu_left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .menu_left {
    display: none;
    width: calc(100vw - 12px);
    right: 0;
    top: 110px;
    height: calc(100vh - 110px);
    background-color: #00508B;
    flex-direction: column;
    padding: 0 0 248px 0;
    position: fixed;
    z-index: 11;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .menu_left_opened {
    display: block;
    overflow-y: scroll;
  }
}
.menu_list, .menu_jezyki {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu_list, .menu_jezyki {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
.menu_list li, .menu_jezyki li {
  display: block;
  position: relative;
  margin-left: 36px;
}
@media (max-width: 1399px) {
  .menu_list li, .menu_jezyki li {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  .menu_list li, .menu_jezyki li {
    margin-left: 0;
    margin-top: 24px;
    padding-right: 24px;
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .menu_list li:first-child, .menu_jezyki li:first-child {
    margin-top: 0;
  }
}
.menu_list li a, .menu_jezyki li a {
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .menu_list li a, .menu_jezyki li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .menu_list li a, .menu_jezyki li a {
    font-size: 20px;
  }
}
.menu_list li a::after, .menu_jezyki li a::after {
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  margin: auto;
  background-color: #00E4FF;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
@media (max-width: 575px) {
  .menu_list li a::after, .menu_jezyki li a::after {
    display: none;
  }
}
.menu_list li a:hover::after, .menu_jezyki li a:hover::after {
  width: 100%;
}
.menu_list li.menu_list_element_hassubmenu, .menu_jezyki li.menu_list_element_hassubmenu {
  position: relative;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .menu_list li.menu_list_element_hassubmenu, .menu_jezyki li.menu_list_element_hassubmenu {
    padding: 0 32px;
  }
}
.menu_list li.menu_list_element_hassubmenu::after, .menu_jezyki li.menu_list_element_hassubmenu::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  .menu_list li.menu_list_element_hassubmenu::after, .menu_jezyki li.menu_list_element_hassubmenu::after {
    right: 12px;
    bottom: auto;
    top: 10px;
  }
}
@media (min-width: 992px) {
  .menu_list li.menu_list_element_hassubmenu:hover .menu_list_submenu, .menu_jezyki li.menu_list_element_hassubmenu:hover .menu_list_submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu_list li.menu_list_element_hassubmenu.clicked .menu_list_submenu, .menu_jezyki li.menu_list_element_hassubmenu.clicked .menu_list_submenu {
    display: block;
  }
}
.menu_list li .menu_list_submenu, .menu_jezyki li .menu_list_submenu {
  display: none;
  position: absolute;
  width: 220px;
  height: auto;
  padding: 6px 0;
}
@media (max-width: 991px) {
  .menu_list li .menu_list_submenu, .menu_jezyki li .menu_list_submenu {
    width: 100%;
    text-align: center;
    position: relative;
  }
}
.menu_list li .menu_list_submenu_element, .menu_jezyki li .menu_list_submenu_element {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  background-color: #00508B;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2::before, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 12px;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #fff transparent;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
@media (max-width: 991px) {
  .menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2::before, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2::before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2.clicked2 .child-pages, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2.clicked2 .child-pages {
  display: block;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages {
  background-color: #fff;
  display: none;
}
@media (min-width: 992px) {
  .menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages {
    position: absolute;
    right: -220px;
    top: 0;
    width: 220px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  }
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages li, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages li {
  margin: 0;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages li:last-child a::after, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages li:last-child a::after {
  display: none;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a {
  color: #00508B;
  background-color: transparent;
  padding: 6px 12px;
  display: block;
  width: 100%;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a::after, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a::after {
  width: calc(100% - 24px);
  left: 12px;
  height: 1px;
  right: auto;
  background-color: #00508B;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a:hover, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a:hover {
  color: #00E4FF;
  border-color: #00E4FF;
}
.menu_list li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a:hover::after, .menu_jezyki li .menu_list_submenu_element.menu_list_submenu_element_sub2 .child-pages a:hover::after {
  background-color: #00E4FF;
}
.menu_list li .menu_list_submenu_element:last-child, .menu_jezyki li .menu_list_submenu_element:last-child {
  margin: 0 !important;
  border-bottom: none;
}
.menu_list li .menu_list_submenu_element:last-child a::after, .menu_jezyki li .menu_list_submenu_element:last-child a::after {
  display: none;
}
.menu_list li .menu_list_submenu_element a, .menu_jezyki li .menu_list_submenu_element a {
  font-size: 15px;
  color: #fff;
  padding: 6px 12px;
  display: block;
  background-color: #00508B;
  width: calc(100% - 24px);
}
.menu_list li .menu_list_submenu_element a::after, .menu_jezyki li .menu_list_submenu_element a::after {
  width: 100%;
  left: 12px;
  right: auto;
  height: 1px;
  background-color: #fff;
}
.menu_list li .menu_list_submenu_element a:hover, .menu_jezyki li .menu_list_submenu_element a:hover {
  color: #00E4FF;
}
.menu_jezyki {
  display: none;
}
@media (min-width: 992px) {
  .menu_jezyki_desktop {
    display: flex;
  }
}
@media (max-width: 991px) {
  .menu_jezyki_mobile {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.menu_jezyki li {
  margin: 0;
  padding: 0 12px;
  border-right: solid 1px #fff;
}
@media (max-width: 1199px) {
  .menu_jezyki li {
    padding: 0 2px;
  }
}
@media (max-width: 991px) {
  .menu_jezyki li {
    padding: 0 12px;
    margin: 24px 0 0 0;
    width: auto;
  }
}
.menu_jezyki li:last-child {
  border-right: none;
  margin-right: 0;
}
@media (max-width: 991px) {
  .menu_jezyki li:first-child {
    margin-top: 24px;
  }
}
.menu_jezyki li a {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 0 6px;
  min-width: 30px;
  text-align: center;
}
.menu_jezyki li a::after {
  display: none;
}
.menu_jezyki li a:hover {
  background-color: #fff;
  color: #00508B;
}
.menu_logo {
  display: none;
  position: relative;
  width: 200px;
  height: 80px;
  padding: 16px 36px 16px 0;
  background-color: #fff;
  border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
}
@media (min-width: 992px) {
  .menu_logo_desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu_logo_mobile {
    display: block;
  }
}
@media (max-width: 1199px) {
  .menu_logo {
    width: 120px;
    padding: 12px 24px 12px 0;
    background-color: #fff;
    border-radius: 0 0 100px 0;
    -webkit-border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .menu_logo {
    width: 140px;
  }
}
.menu_logo::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50vw - 1320px / 2 + 20px);
  height: 110px;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .menu_logo::before {
    width: calc(50vw - 1140px / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .menu_logo::before {
    width: calc(50vw - 960px / 2 + 20px);
  }
}
@media (max-width: 991px) {
  .menu_logo::before {
    width: calc(50vw - 728px / 2 + 24px);
  }
}
@media (max-width: 767px) {
  .menu_logo::before {
    width: calc(50vw - 548px / 2 + 24px);
  }
}
@media (max-width: 575px) {
  .menu_logo::before {
    width: 20px;
  }
}
.menu_logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.menu_separator {
  display: block;
  width: 100%;
  height: 110px;
  background-color: #fff;
}
.menu_wyszukiwarka {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .menu_wyszukiwarka {
    display: none;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-top: 24px;
    width: 80%;
  }
}
.menu_wyszukiwarka_poka {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.menu_wyszukiwarka_poka svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_wyszukiwarka_poka svg path {
  fill: #fff;
}
.menu_wyszukiwarka_poka:hover svg path {
  fill: #00E4FF;
}
.menu_wyszukiwarka_form {
  display: none;
}
.menu_wyszukiwarka_form input:not(#submitbutton2),
.menu_wyszukiwarka_form input:not(#submitbutton) {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 64px 0 16px;
  color: #1C1C1C;
  box-sizing: border-box;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  .menu_wyszukiwarka_form input:not(#submitbutton2),
.menu_wyszukiwarka_form input:not(#submitbutton) {
    padding: 0 64px 0 12px;
  }
}
.menu_wyszukiwarka_form input:not(#submitbutton2)::placeholder,
.menu_wyszukiwarka_form input:not(#submitbutton)::placeholder {
  color: #1C1C1C;
}
.menu_wyszukiwarka_form input:not(#submitbutton2):active, .menu_wyszukiwarka_form input:not(#submitbutton2):focus,
.menu_wyszukiwarka_form input:not(#submitbutton):active,
.menu_wyszukiwarka_form input:not(#submitbutton):focus {
  border: solid 1px #00E4FF;
  outline: none;
}
.menu_wyszukiwarka_form input#submitbutton2,
.menu_wyszukiwarka_form input#submitbutton {
  display: none !important;
}
.menu_wyszukiwarka_form .labelka {
  width: 36px;
  height: 36px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.menu_wyszukiwarka_form .labelka svg {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu_wyszukiwarka_form .labelka svg path {
  fill: #00E4FF;
}
.menu_wyszukiwarka_form .labelka:hover svg path {
  fill: #1C1C1C;
}
.menu_wyszukiwarka_mobile {
  display: none;
}
@media (max-width: 991px) {
  .menu_wyszukiwarka_mobile {
    display: block;
  }
}
.menu_wyszukiwarka_mobile .menu_wyszukiwarka_form {
  display: block;
}
.menu_wyszukiwarka.clicked {
  width: auto;
}
.menu_wyszukiwarka.clicked .menu_wyszukiwarka_poka {
  display: none;
}
.menu_wyszukiwarka.clicked .menu_wyszukiwarka_form {
  display: block;
}

.hero_proste {
  display: block;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.hero_proste h1 {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  text-align: left;
  color: #fff !important;
}
.hero_proste h1::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .hero_proste h1::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .hero_proste h1::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .hero_proste h1::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .hero_proste h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hero_proste h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero_proste h1 {
    font-size: 32px;
  }
}
.hero_proste h1::after {
  right: auto;
  background-color: #fff;
}
.hero_proste_bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero_proste_bg img,
.hero_proste_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero_podzial {
  display: block;
}
@media (max-width: 575px) {
  .hero_podzial .col-12 {
    padding: 0;
  }
}
.hero_podzial_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hero_podzial_inside_panel {
  display: block;
  width: calc(100% / 3);
  height: auto;
  position: relative;
}
@media (max-width: 575px) {
  .hero_podzial_inside_panel {
    width: 100%;
    height: 200px;
  }
}
.hero_podzial_inside_panel img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero_podzial_inside_panel img {
    object-fit: cover;
    height: 100%;
  }
}
.hero_podzial_inside_panel h2 {
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 1.7;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero_podzial_inside_panel h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .hero_podzial_inside_panel h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero_podzial_inside_panel h2 {
    font-size: 36px;
  }
}
.hero_podzial_inside_panel h2::after {
  width: 100px;
  height: 8px;
  display: block;
  background-color: #00E4FF;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199px) {
  .hero_podzial_inside_panel h2::after {
    height: 6px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .hero_podzial_inside_panel h2::after {
    height: 4px;
    width: 65px;
  }
}
@media (max-width: 767px) {
  .hero_podzial_inside_panel h2::after {
    height: 2px;
    width: 50px;
  }
}
.hero_podzial_inside_panel:hover h2::after {
  width: 0;
}
.hero_podzial_inside_panel:hover img {
  filter: grayscale(0%);
}

.dlaczego {
  display: block;
  padding: 48px 0;
  position: relative;
  background-color: #f8f8f8;
}
.dlaczego_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.dlaczego_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .dlaczego_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .dlaczego_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .dlaczego_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .dlaczego_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .dlaczego_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .dlaczego_naglowek {
    font-size: 32px;
  }
}
.dlaczego_mt24 {
  margin-top: 24px;
}
.dlaczego_element {
  display: block;
  text-align: center;
}
.dlaczego_element_ikona {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto 12px auto;
}
@media (max-width: 767px) {
  .dlaczego_element_ikona {
    height: 48px;
  }
}
.dlaczego_element_tekst {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dlaczego_element_naglowek {
  font-size: 24px;
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0 auto 12px auto;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .dlaczego_element_naglowek {
    font-size: 20px;
  }
}
.dlaczego_element_naglowek::after {
  width: 50px;
  height: 2px;
  position: absolute;
  content: "";
  background-color: #00E4FF;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .dlaczego_element_naglowek::after {
    width: 25px;
  }
}
.dlaczego_element_link:hover {
  color: #00E4FF;
}

.content {
  display: block;
  padding: 48px 0;
}
.content .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .content .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.content p {
  color: #1C1C1C;
}
.content h1,
.content h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .content h1,
.content h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .content h1,
.content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content h1,
.content h2 {
    font-size: 32px;
  }
}
.content h1 strong,
.content h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.content h1 strong::after,
.content h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .content h1 strong::after,
.content h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .content h1 strong::after,
.content h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .content h1 strong::after,
.content h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .content h1 strong,
.content h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .content h1 strong,
.content h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content h1 strong,
.content h2 strong {
    font-size: 32px;
  }
}
.content h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 16px;
  }
}
.content h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .content h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .content h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .content h4 {
    font-size: 20px;
  }
}
.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content ol,
.content ul,
.content blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.content ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.content ol ol,
.content ol ul {
  padding-left: 12px;
}
.content a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content a:hover {
  color: #1C1C1C;
}
.content ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.content ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.content ul li ol {
  padding-left: 12px;
}
.content ul li ol li::before {
  display: none;
}
.content ul li ul {
  padding-left: 15px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.content img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.content img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}
.content iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .content iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .content iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .content iframe {
    height: 450px;
  }
}
.content_small {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.content_small p {
  font-size: 13px;
}
@media (max-width: 767px) {
  .content_small p {
    font-size: 11px;
  }
}
.content_small h1,
.content_small h2 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .content_small h1,
.content_small h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .content_small h1,
.content_small h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content_small h1,
.content_small h2 {
    font-size: 15px;
  }
}
.content_small h1.seodesc--home strong::after,
.content_small h2.seodesc--home strong::after {
  display: none;
}
.content_small h1.seodesc--home::after,
.content_small h2.seodesc--home::after {
  height: 4px;
}
@media (max-width: 1199px) {
  .content_small h1.seodesc--home::after,
.content_small h2.seodesc--home::after {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .content_small h1.seodesc--home::after,
.content_small h2.seodesc--home::after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .content_small h1.seodesc--home::after,
.content_small h2.seodesc--home::after {
    height: 1px;
  }
}
.content_small h1 strong,
.content_small h2 strong {
  font-size: 24px;
}
.content_small h1 strong::after,
.content_small h2 strong::after {
  height: 4px;
}
@media (max-width: 1199px) {
  .content_small h1 strong::after,
.content_small h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .content_small h1 strong::after,
.content_small h2 strong::after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .content_small h1 strong::after,
.content_small h2 strong::after {
    height: 1px;
  }
}
@media (max-width: 1199px) {
  .content_small h1 strong,
.content_small h2 strong {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .content_small h1 strong,
.content_small h2 strong {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content_small h1 strong,
.content_small h2 strong {
    font-size: 15px;
  }
}
.content_small h3 {
  color: #1C1C1C;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .content_small h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .content_small h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content_small h3 {
    font-size: 14px;
  }
}
.content_small h4 {
  color: #1C1C1C;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .content_small h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .content_small h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .content_small h4 {
    font-size: 13px;
  }
}
.content_small p,
.content_small h1,
.content_small h2,
.content_small h3,
.content_small h4,
.content_small h5,
.content_small ol,
.content_small ul,
.content_small blockquote {
  margin-bottom: 12px;
}
.content_small ol li {
  margin-top: 6px;
}
.content_small ol ol,
.content_small ol ul {
  padding-left: 12px;
}
.content_small ul li {
  margin-top: 6px;
}
.content_small iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .content_small iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .content_small iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .content_small iframe {
    height: 450px;
  }
}
.content_small::after {
  width: 100%;
  height: 100px;
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}
.content_small_less, .content_small_more {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  font-size: 15px;
  color: #00508B;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content_small_less:hover, .content_small_more:hover {
  color: #00E4FF;
}
.content_small_less {
  visibility: hidden;
  opacity: 0;
}
.content_small.showall {
  max-height: unset;
}
.content_small.showall::after {
  opacity: 0;
  visibility: hidden;
}
.content_small.showall .content_small_less {
  visibility: visible;
  opacity: 1;
}
.content_small.showall .content_small_more {
  visibility: hidden;
  opacity: 0;
}

.content_fotolewo,
.content_fotoprawo {
  display: block;
  padding: 48px 0;
  position: relative;
}
.content_fotolewo .wpcf7,
.content_fotoprawo .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .content_fotolewo .wpcf7,
.content_fotoprawo .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.content_fotolewo p,
.content_fotoprawo p {
  color: #1C1C1C;
}
.content_fotolewo h1,
.content_fotolewo h2,
.content_fotoprawo h1,
.content_fotoprawo h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .content_fotolewo h1,
.content_fotolewo h2,
.content_fotoprawo h1,
.content_fotoprawo h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo h1,
.content_fotolewo h2,
.content_fotoprawo h1,
.content_fotoprawo h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo h1,
.content_fotolewo h2,
.content_fotoprawo h1,
.content_fotoprawo h2 {
    font-size: 32px;
  }
}
.content_fotolewo h1 strong,
.content_fotolewo h2 strong,
.content_fotoprawo h1 strong,
.content_fotoprawo h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.content_fotolewo h1 strong::after,
.content_fotolewo h2 strong::after,
.content_fotoprawo h1 strong::after,
.content_fotoprawo h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .content_fotolewo h1 strong::after,
.content_fotolewo h2 strong::after,
.content_fotoprawo h1 strong::after,
.content_fotoprawo h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo h1 strong::after,
.content_fotolewo h2 strong::after,
.content_fotoprawo h1 strong::after,
.content_fotoprawo h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo h1 strong::after,
.content_fotolewo h2 strong::after,
.content_fotoprawo h1 strong::after,
.content_fotoprawo h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .content_fotolewo h1 strong,
.content_fotolewo h2 strong,
.content_fotoprawo h1 strong,
.content_fotoprawo h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo h1 strong,
.content_fotolewo h2 strong,
.content_fotoprawo h1 strong,
.content_fotoprawo h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo h1 strong,
.content_fotolewo h2 strong,
.content_fotoprawo h1 strong,
.content_fotoprawo h2 strong {
    font-size: 32px;
  }
}
.content_fotolewo h3,
.content_fotoprawo h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .content_fotolewo h3,
.content_fotoprawo h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo h3,
.content_fotoprawo h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo h3,
.content_fotoprawo h3 {
    font-size: 16px;
  }
}
.content_fotolewo h4,
.content_fotoprawo h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .content_fotolewo h4,
.content_fotoprawo h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo h4,
.content_fotoprawo h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo h4,
.content_fotoprawo h4 {
    font-size: 20px;
  }
}
.content_fotolewo p,
.content_fotolewo h1,
.content_fotolewo h2,
.content_fotolewo h3,
.content_fotolewo h4,
.content_fotolewo h5,
.content_fotolewo ol,
.content_fotolewo ul,
.content_fotolewo blockquote,
.content_fotoprawo p,
.content_fotoprawo h1,
.content_fotoprawo h2,
.content_fotoprawo h3,
.content_fotoprawo h4,
.content_fotoprawo h5,
.content_fotoprawo ol,
.content_fotoprawo ul,
.content_fotoprawo blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.content_fotolewo ol li,
.content_fotoprawo ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.content_fotolewo ol ol,
.content_fotolewo ol ul,
.content_fotoprawo ol ol,
.content_fotoprawo ol ul {
  padding-left: 12px;
}
.content_fotolewo a,
.content_fotoprawo a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content_fotolewo a:hover,
.content_fotoprawo a:hover {
  color: #1C1C1C;
}
.content_fotolewo ul li,
.content_fotoprawo ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.content_fotolewo ul li:before,
.content_fotoprawo ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.content_fotolewo ul li ol,
.content_fotoprawo ul li ol {
  padding-left: 12px;
}
.content_fotolewo ul li ol li::before,
.content_fotoprawo ul li ol li::before {
  display: none;
}
.content_fotolewo ul li ul,
.content_fotoprawo ul li ul {
  padding-left: 15px;
}
.content_fotolewo img,
.content_fotoprawo img {
  max-width: 100%;
  height: auto;
}
.content_fotolewo img.aligncenter,
.content_fotoprawo img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.content_fotolewo img.alignleft,
.content_fotoprawo img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.content_fotolewo img.alignright,
.content_fotoprawo img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}
.content_fotolewo iframe,
.content_fotoprawo iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .content_fotolewo iframe,
.content_fotoprawo iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .content_fotolewo iframe,
.content_fotoprawo iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .content_fotolewo iframe,
.content_fotoprawo iframe {
    height: 450px;
  }
}
.content_fotolewo .row,
.content_fotoprawo .row {
  align-items: center;
}
.content_fotolewo_naglowek,
.content_fotoprawo_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.content_fotolewo_naglowek::after,
.content_fotoprawo_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .content_fotolewo_naglowek::after,
.content_fotoprawo_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo_naglowek::after,
.content_fotoprawo_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo_naglowek::after,
.content_fotoprawo_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .content_fotolewo_naglowek,
.content_fotoprawo_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .content_fotolewo_naglowek,
.content_fotoprawo_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content_fotolewo_naglowek,
.content_fotoprawo_naglowek {
    font-size: 32px;
  }
}
.content_fotolewo_foto, .content_fotolewo_wideo,
.content_fotoprawo_foto,
.content_fotoprawo_wideo {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
@media (max-width: 767px) {
  .content_fotolewo_foto, .content_fotolewo_wideo,
.content_fotoprawo_foto,
.content_fotoprawo_wideo {
    margin-top: 24px;
    height: auto;
  }
}
.content_fotolewo_foto img, .content_fotolewo_wideo img,
.content_fotoprawo_foto img,
.content_fotoprawo_wideo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
.content_fotolewo_wideo,
.content_fotoprawo_wideo {
  position: relative;
}
.content_fotolewo_wideo img,
.content_fotoprawo_wideo img {
  width: calc(100% - 32px);
}
.content_fotolewo_wideo::after,
.content_fotoprawo_wideo::after {
  animation: pulse 300ms infinite ease-in-out alternate;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: -24px;
  content: "";
  background-color: #00E4FF;
  background-size: 20px auto;
  background-image: url("../images/ico_play.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.content_fotolewo_bg,
.content_fotoprawo_bg {
  position: absolute;
  z-index: 0;
  width: 25%;
  height: 100%;
  background-color: #f8f8f8;
  display: block;
  top: 0;
}

.content_fotolewo_bg {
  left: 0;
}
@media (max-width: 767px) {
  .content_fotolewo .row {
    flex-direction: column-reverse;
  }
}

.content_fotolewo_bg {
  right: 0;
}

.mapa {
  display: block;
  width: 100%;
  height: auto;
}
.mapa iframe {
  display: block;
  width: 100%;
  filter: grayscale(100%);
  height: 400px;
}
@media (max-width: 1199px) {
  .mapa iframe {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .mapa iframe {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .mapa iframe {
    height: 250px;
  }
}

.okruszki {
  display: block;
  margin: 24px 0 24px 0;
  font-size: 13px;
  color: #A0A0A0;
}
@media (max-width: 991px) {
  .okruszki {
    text-align: center;
  }
}
.okruszki_okruszki a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.okruszki_okruszki a:hover {
  color: #00E4FF;
}

@media (max-width: 991px) {
  .produkt_top .row {
    flex-direction: column-reverse;
  }
}
.produkt_top .row .col-12 {
  position: relative;
}
.produkt_top_nazwa {
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .produkt_top_nazwa {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_top_nazwa {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .produkt_top_nazwa {
    font-size: 24px;
  }
}
.produkt_top_opis_naglowek {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #00508B;
  margin: 12px 0 0 0;
}
@media (max-width: 991px) {
  .produkt_top_opis_naglowek {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .produkt_top_opis_naglowek {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .produkt_top_opis {
    text-align: center;
  }
}
.produkt_top_galeria {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  width: calc(100% - 24px);
  height: auto;
  left: 12px;
}
@media (max-width: 991px) {
  .produkt_top_galeria {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
  }
}
.produkt_top_galeria_foto {
  display: block;
  width: 50%;
  background-color: #fff;
}
.produkt_top_galeria_foto_pozostale {
  width: 33.333%;
  height: 100%;
  display: block;
}
.produkt_top_galeria_foto_pozostale_foto {
  display: block;
  height: calc(50% - 6px);
  width: 100%;
}
.produkt_top_galeria_foto_pozostale_foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_top_galeria_foto_pozostale_foto:hover img {
  opacity: 0.5;
}
.produkt_top_galeria_foto_pozostale_foto:first-child {
  margin-bottom: 12px;
}
.produkt_top_galeria_foto_main {
  display: block;
  width: calc(66.666% - 12px);
  margin-right: 12px;
  border: solid 1px #f8f8f8;
}
.produkt_top_galeria_foto_main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_top_galeria_foto_main:hover img {
  opacity: 0.5;
}
.produkt_top_galeria_desktop {
  display: none;
}
@media (min-width: 992px) {
  .produkt_top_galeria_desktop {
    display: flex;
  }
}
.produkt_top_galeria_mobile {
  display: none;
}
@media (max-width: 991px) {
  .produkt_top_galeria_mobile {
    display: flex;
  }
}
.produkt_top_kolory_naglowek {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #00508B;
  margin: 12px 0 0 0;
}
.produkt_top_kolory_lista {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 24px);
  margin: 6px -6px -6px -6px;
  justify-content: center;
}
.produkt_top_kolory_lista_kolor {
  display: flex;
  justify-content: center;
  width: calc(100% / 8 - 12px);
  position: relative;
  margin: 6px;
  cursor: pointer;
}
.produkt_top_kolory_lista_kolor::after {
  position: absolute;
  content: "Skopiowano!";
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  font-size: 12px;
  background-color: #02b13c;
  color: #fff;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
}
.produkt_top_kolory_lista_kolor.copied::after {
  opacity: 1;
  visibility: visible;
}
.produkt_top_kolory_lista_kolor:hover span {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  .produkt_top_kolory_lista_kolor {
    width: calc(100% / 6 - 12px);
  }
}
@media (max-width: 575px) {
  .produkt_top_kolory_lista_kolor {
    width: auto;
  }
}
.produkt_top_kolory_lista_kolor p {
  font-size: 18px;
  line-height: 2px;
  color: #1C1C1C;
  position: absolute;
  top: 0;
  right: 0;
}
.produkt_top_kolory_lista_kolor img {
  display: block;
  width: 100%;
  max-width: 48px;
  height: auto;
  object-fit: contain;
}
.produkt_top_kolory_lista_kolor span {
  font-size: 12px;
  height: auto;
  text-align: center;
  margin-top: 6px;
  display: block;
  opacity: 0;
  bottom: -20px;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
  line-height: 1.2;
  padding: 4px;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  background-color: #00508B;
  position: absolute;
}
.produkt_top_kolory_lista_kolor span::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #00508B transparent;
  transform: rotate(0deg);
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
  position: absolute;
}
.produkt_top_dopobrania_naglowek {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #00508B;
  margin-top: 12px;
}
.produkt_top_dopobrania_lista {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 12px 0 -12px 0;
}
@media (max-width: 1199px) {
  .produkt_top_dopobrania_lista {
    justify-content: center;
  }
}
.produkt_top_dopobrania_lista li {
  display: block;
  width: 120px;
  margin: 12px 0;
  height: auto;
}
.produkt_top_dopobrania_lista li a {
  display: block;
  width: 100%;
  height: auto;
}
.produkt_top_dopobrania_lista li a svg {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .produkt_top_dopobrania_lista li a svg {
    height: 48px;
  }
}
.produkt_top_dopobrania_lista li a span {
  text-align: center;
  margin-top: 6px;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_top_dopobrania_lista li a:hover span {
  color: #00E4FF;
}
.produkt_top_dopobrania_lista li a:hover svg path {
  fill: #00E4FF;
}
.produkt_top_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.produkt_top_button_button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  width: 100%;
  line-height: 1.3;
  height: auto;
  padding: 12px 12px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produkt_top_button_button:hover {
  background-color: transparent;
  color: #00E4FF;
}
.produkt_top_button_button_second {
  margin-top: 24px;
  margin-left: 24px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #00E4FF;
  background-color: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  line-height: 1.3;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px;
}
.produkt_top_button_button_second:hover {
  background-color: #00E4FF;
  color: #fff;
}
@media (max-width: 575px) {
  .produkt_top_button_button_second {
    width: 100%;
    margin-left: 0;
  }
}
.produkt_top_button_dwa .produkt_top_button_button {
  width: calc(50% - 12px);
}
@media (max-width: 575px) {
  .produkt_top_button_dwa .produkt_top_button_button {
    width: 100%;
  }
}
.produkt_top_dopisek {
  margin-top: 12px;
  font-size: 14px;
}
.produkt_dodatkowytekst {
  padding: 48px 0 0 0;
  display: block;
}
.produkt_dodatkowytekst .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.produkt_dodatkowytekst p {
  color: #1C1C1C;
}
.produkt_dodatkowytekst h1,
.produkt_dodatkowytekst h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .produkt_dodatkowytekst h1,
.produkt_dodatkowytekst h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst h1,
.produkt_dodatkowytekst h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_dodatkowytekst h1,
.produkt_dodatkowytekst h2 {
    font-size: 32px;
  }
}
.produkt_dodatkowytekst h1 strong,
.produkt_dodatkowytekst h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.produkt_dodatkowytekst h1 strong::after,
.produkt_dodatkowytekst h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .produkt_dodatkowytekst h1 strong::after,
.produkt_dodatkowytekst h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst h1 strong::after,
.produkt_dodatkowytekst h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .produkt_dodatkowytekst h1 strong::after,
.produkt_dodatkowytekst h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .produkt_dodatkowytekst h1 strong,
.produkt_dodatkowytekst h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst h1 strong,
.produkt_dodatkowytekst h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_dodatkowytekst h1 strong,
.produkt_dodatkowytekst h2 strong {
    font-size: 32px;
  }
}
.produkt_dodatkowytekst h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .produkt_dodatkowytekst h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .produkt_dodatkowytekst h3 {
    font-size: 16px;
  }
}
.produkt_dodatkowytekst h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .produkt_dodatkowytekst h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_dodatkowytekst h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_dodatkowytekst h4 {
    font-size: 20px;
  }
}
.produkt_dodatkowytekst p,
.produkt_dodatkowytekst h1,
.produkt_dodatkowytekst h2,
.produkt_dodatkowytekst h3,
.produkt_dodatkowytekst h4,
.produkt_dodatkowytekst h5,
.produkt_dodatkowytekst ol,
.produkt_dodatkowytekst ul,
.produkt_dodatkowytekst blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.produkt_dodatkowytekst ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.produkt_dodatkowytekst ol ol,
.produkt_dodatkowytekst ol ul {
  padding-left: 12px;
}
.produkt_dodatkowytekst a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_dodatkowytekst a:hover {
  color: #1C1C1C;
}
.produkt_dodatkowytekst ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.produkt_dodatkowytekst ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.produkt_dodatkowytekst ul li ol {
  padding-left: 12px;
}
.produkt_dodatkowytekst ul li ol li::before {
  display: none;
}
.produkt_dodatkowytekst ul li ul {
  padding-left: 15px;
}
.produkt_dodatkowytekst img {
  max-width: 100%;
  height: auto;
}
.produkt_dodatkowytekst img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.produkt_dodatkowytekst img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.produkt_dodatkowytekst img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}
.produkt_dodatkowytekst iframe {
  margin: 0 auto 24px auto;
  display: block;
}
.produkt_zalety {
  padding: 48px 0 0 0;
}
.produkt_zalety_naglowek {
  text-transform: uppercase;
  color: #00508B;
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .produkt_zalety_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .produkt_zalety_naglowek {
    font-size: 24px;
  }
}
.produkt_zadruk {
  padding: 48px 0 0 0;
}
.produkt_zadruk_naglowek {
  text-transform: uppercase;
  color: #00508B;
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .produkt_zadruk_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .produkt_zadruk_naglowek {
    font-size: 24px;
  }
}
.produkt_zadruk_galeria {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -12px;
  width: 100%;
}
.produkt_zadruk_galeria_foto {
  display: block;
  width: calc(50% - 24px);
  height: auto;
  margin: 12px;
  background-color: #00E4FF;
}
.produkt_zadruk_galeria_foto_szersze {
  width: 100%;
  margin: 12px 0;
}
.produkt_zadruk_galeria_foto img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_zadruk_galeria_foto:hover img {
  opacity: 0.5;
}
.produkt_pakowanie {
  padding: 48px 0 0 0;
}
.produkt_pakowanie_naglowek {
  text-transform: uppercase;
  color: #00508B;
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .produkt_pakowanie_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .produkt_pakowanie_naglowek {
    font-size: 24px;
  }
}
.produkt_pakowanie_tabela {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .produkt_pakowanie_tabela {
    border-right: 0;
  }
}
.produkt_pakowanie_tabela_kolumna {
  display: block;
  width: auto;
  max-width: 50%;
  border-top: solid 1px #A0A0A0;
  margin-top: 12px;
  height: auto;
  border-right: solid 1px #A0A0A0;
  border-left: solid 1px #A0A0A0;
}
.produkt_pakowanie_tabela_kolumna:last-child {
  border-left: 0;
}
@media (max-width: 991px) {
  .produkt_pakowanie_tabela_kolumna {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .produkt_pakowanie_tabela_kolumna:last-child {
    margin-bottom: 0;
  }
}
.produkt_pakowanie_tabela_kolumna_naglowek {
  width: auto;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1C1C1C;
  padding: 0 24px;
  line-height: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  border-bottom: solid 1px #A0A0A0;
}
.produkt_pakowanie_tabela_kolumna_komorka {
  height: calc(100% - 50px);
  padding: 24px 12px 24px 80px;
  position: relative;
  border-left: solid 1px #A0A0A0;
  border-bottom: solid 1px #A0A0A0;
  display: flex;
  align-items: center;
}
.produkt_pakowanie_tabela_kolumna_komorka:last-child {
  border-left: 0;
}
.produkt_pakowanie_tabela_kolumna_komorka img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  width: 64px;
  height: 64px;
  display: block;
}
.produkt_pakowanie_tabela_kolumna_komorka span {
  color: #1C1C1C;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

.produkty {
  padding: 48px 0;
}
.produkty_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  text-align: center;
}
.produkty_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .produkty_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .produkty_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .produkty_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .produkty_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkty_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkty_naglowek {
    font-size: 32px;
  }
}
.produkty_mt24 {
  margin-top: 24px;
}
.produkty .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .produkty .col-lg-piec {
    width: 20%;
  }
}
.produkty_box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.produkty_box img {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  object-fit: contain;
  margin-bottom: 12px;
}
.produkty_box p {
  text-align: center;
  position: relative;
  padding-bottom: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.produkty_box p::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkty_box:hover p {
  color: #00E4FF;
}
.produkty_box:hover p::after {
  width: 0;
}

.hero_karuzela {
  display: block;
  width: 100%;
  height: auto;
}
.hero_karuzela .swiper {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.hero_karuzela .swiper-initialized {
  opacity: 1;
}
.hero_karuzela .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 16px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero_karuzela .swiper-pagination {
    height: 12px;
  }
}
.hero_karuzela .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .hero_karuzela .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.hero_karuzela .swiper-pagination-bullet-active {
  background-color: #00E4FF;
}
.hero_karuzela .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.hero_karuzela .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq {
  padding: 48px 0;
}
.faq_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  text-align: center;
}
.faq_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .faq_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .faq_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .faq_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .faq_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .faq_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .faq_naglowek {
    font-size: 32px;
  }
}
.faq_box {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.faq_box_pytanie {
  background-color: #00508B;
  padding: 12px 64px 12px 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .faq_box_pytanie {
    font-size: 16px;
  }
}
.faq_box_pytanie::before, .faq_box_pytanie::after {
  width: 12px;
  height: 4px;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  position: absolute;
  top: 24px;
  content: "";
}
.faq_box_pytanie::before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 24px;
}
.faq_box_pytanie::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px;
}
.faq_box_pytanie.clicked::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq_box_pytanie.clicked::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq_box_odpowiedz {
  padding: 24px;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #fff;
}
.faq_box_odpowiedz.clicked {
  display: flex;
}
.faq_box_odpowiedz_zgrafika {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_zgrafika {
    flex-direction: column-reverse;
  }
}
.faq_box_odpowiedz_zgrafika .faq_box_odpowiedz_tresc {
  width: 75%;
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_zgrafika .faq_box_odpowiedz_tresc {
    width: 100%;
  }
}
.faq_box_odpowiedz_grafika {
  width: calc(25% - 24px);
  height: 100%;
  margin-right: 24px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_grafika {
    width: 100%;
    margin: 0;
    height: auto;
  }
}
.faq_box_odpowiedz_grafika img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_grafika img {
    object-fit: unset;
    height: auto;
  }
}
.faq_box_odpowiedz_tresc {
  width: 100%;
  display: block;
  padding: 12px 0;
}
.faq_box_odpowiedz_tresc .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.faq_box_odpowiedz_tresc p {
  color: #1C1C1C;
}
.faq_box_odpowiedz_tresc h1,
.faq_box_odpowiedz_tresc h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc h1,
.faq_box_odpowiedz_tresc h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc h1,
.faq_box_odpowiedz_tresc h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_tresc h1,
.faq_box_odpowiedz_tresc h2 {
    font-size: 32px;
  }
}
.faq_box_odpowiedz_tresc h1 strong,
.faq_box_odpowiedz_tresc h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.faq_box_odpowiedz_tresc h1 strong::after,
.faq_box_odpowiedz_tresc h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc h1 strong::after,
.faq_box_odpowiedz_tresc h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc h1 strong::after,
.faq_box_odpowiedz_tresc h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_tresc h1 strong::after,
.faq_box_odpowiedz_tresc h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc h1 strong,
.faq_box_odpowiedz_tresc h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc h1 strong,
.faq_box_odpowiedz_tresc h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_tresc h1 strong,
.faq_box_odpowiedz_tresc h2 strong {
    font-size: 32px;
  }
}
.faq_box_odpowiedz_tresc h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_tresc h3 {
    font-size: 16px;
  }
}
.faq_box_odpowiedz_tresc h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .faq_box_odpowiedz_tresc h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq_box_odpowiedz_tresc h4 {
    font-size: 20px;
  }
}
.faq_box_odpowiedz_tresc p,
.faq_box_odpowiedz_tresc h1,
.faq_box_odpowiedz_tresc h2,
.faq_box_odpowiedz_tresc h3,
.faq_box_odpowiedz_tresc h4,
.faq_box_odpowiedz_tresc h5,
.faq_box_odpowiedz_tresc ol,
.faq_box_odpowiedz_tresc ul,
.faq_box_odpowiedz_tresc blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.faq_box_odpowiedz_tresc ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.faq_box_odpowiedz_tresc ol ol,
.faq_box_odpowiedz_tresc ol ul {
  padding-left: 12px;
}
.faq_box_odpowiedz_tresc a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faq_box_odpowiedz_tresc a:hover {
  color: #1C1C1C;
}
.faq_box_odpowiedz_tresc ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.faq_box_odpowiedz_tresc ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.faq_box_odpowiedz_tresc ul li ol {
  padding-left: 12px;
}
.faq_box_odpowiedz_tresc ul li ol li::before {
  display: none;
}
.faq_box_odpowiedz_tresc ul li ul {
  padding-left: 15px;
}
.faq_box_odpowiedz_tresc img {
  max-width: 100%;
  height: auto;
}
.faq_box_odpowiedz_tresc img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.faq_box_odpowiedz_tresc img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.faq_box_odpowiedz_tresc img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}
.faq_box_odpowiedz_tresc iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .faq_box_odpowiedz_tresc iframe {
    height: 450px;
  }
}
.faq_button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  margin-top: 48px;
}
.faq_button:hover {
  background-color: transparent;
  color: #00E4FF;
}
@media (max-width: 767px) {
  .faq_button {
    margin-top: 24px;
  }
}

.pliki {
  padding: 48px 0;
}
.pliki_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
}
.pliki_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .pliki_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .pliki_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .pliki_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .pliki_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .pliki_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .pliki_naglowek {
    font-size: 32px;
  }
}
.pliki_naglowek::before, .pliki_naglowek::after {
  right: auto;
}
.pliki_lista {
  display: block;
  margin-top: 24px;
}
.pliki_box {
  padding: 6px 6px;
  border-top: solid 1px #00E4FF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pliki_box_nazwa {
  display: block;
  width: auto;
  color: #1C1C1C;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1199px) {
  .pliki_box_nazwa {
    width: 100%;
  }
}
.pliki_box_nazwa span {
  color: #00E4FF;
  margin-right: 4px;
}
.pliki_box_linki {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .pliki_box_linki {
    width: 100%;
    margin-top: 6px;
    justify-content: flex-start;
  }
}
.pliki_box_linki li {
  display: block;
}
.pliki_box_linki li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 12px;
}
@media (max-width: 1199px) {
  .pliki_box_linki li a {
    margin: 0 12px 0 0;
  }
}
.pliki_box_linki li a span {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1C1C1C;
}
@media (max-width: 1199px) {
  .pliki_box_linki li a span {
    font-size: 14px;
  }
}
.pliki_box_linki li a svg {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 6px;
}
@media (max-width: 1199px) {
  .pliki_box_linki li a svg {
    width: 16px;
    height: 16px;
  }
}
.pliki_box_linki li a svg path {
  fill: #1C1C1C;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pliki_box_linki li a:hover span {
  color: #00E4FF;
}
.pliki_box_linki li a:hover path {
  fill: #00E4FF;
}

.wpisy {
  padding: 24px 0 48px 0;
}
.wpisy_element {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 575px) {
  .wpisy_element {
    flex-direction: column;
  }
}
.wpisy_element_24 {
  margin-top: 24px;
}
.wpisy_element_grafika {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 575px) {
  .wpisy_element_grafika {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
.wpisy_element_grafika img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .wpisy_element_grafika img {
    height: auto;
    object-fit: unset;
  }
}
.wpisy_element_tekst {
  width: 50%;
  height: auto;
  padding: 24px;
}
@media (max-width: 575px) {
  .wpisy_element_tekst {
    width: 100%;
  }
}
.wpisy_element_tekst_naglowek {
  margin-bottom: 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.wpisy_element_tekst_excerpt {
  margin-bottom: 12px;
}
.wpisy_element_tekst_more {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.wpisy_element:hover .wpisy_element_tekst_more {
  color: #00E4FF;
}
.wpisy_paginacja_lista {
  display: flex;
  margin-top: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wpisy_paginacja_lista_element {
  margin: 6px;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  line-height: 28px;
  height: 30px;
  border-width: 1px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 6px;
  font-size: 14px;
  background-color: #00508B;
  border-color: #00508B;
  min-width: 30px;
  text-align: center;
}
.wpisy_paginacja_lista_element:hover {
  background-color: transparent;
  color: #00E4FF;
}
.wpisy_paginacja_lista_element:hover {
  color: #00508B;
}

.wpisy_3 {
  padding: 48px 0;
  text-align: center;
}
.wpisy_3 .row {
  justify-content: center;
}
.wpisy_3_element {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wpisy_3_element_24 {
  margin-top: 24px;
}
@media (max-width: 399px) {
  .wpisy_3_element_24 {
    width: 100%;
  }
}
.wpisy_3_element_grafika {
  display: block;
  width: 100%;
  height: auto;
}
.wpisy_3_element_grafika img {
  display: block;
  width: 100%;
  height: auto;
}
.wpisy_3_element_tekst {
  padding: 24px;
}
.wpisy_3_element_tekst_naglowek {
  margin-bottom: 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .wpisy_3_element_tekst_naglowek {
    font-size: 16px;
  }
}
.wpisy_3_element_tekst_excerpt {
  margin-bottom: 12px;
}
.wpisy_3_element_tekst_more {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}
.wpisy_3_element:hover .wpisy_3_element_tekst_more {
  color: #00E4FF;
}
.wpisy_3_button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  margin-top: 48px;
}
.wpisy_3_button:hover {
  background-color: transparent;
  color: #00E4FF;
}
@media (max-width: 767px) {
  .wpisy_3_button {
    margin-top: 24px;
  }
}
.wpisy_3_naglowek {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  margin-bottom: 48px;
}
.wpisy_3_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .wpisy_3_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .wpisy_3_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .wpisy_3_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .wpisy_3_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .wpisy_3_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wpisy_3_naglowek {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .wpisy_3_naglowek {
    margin-bottom: 24px;
  }
}

.wpis {
  padding: 48px 0;
}
.wpis .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .wpis .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.wpis p {
  color: #1C1C1C;
}
.wpis h1,
.wpis h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .wpis h1,
.wpis h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .wpis h1,
.wpis h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wpis h1,
.wpis h2 {
    font-size: 32px;
  }
}
.wpis h1 strong,
.wpis h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.wpis h1 strong::after,
.wpis h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .wpis h1 strong::after,
.wpis h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .wpis h1 strong::after,
.wpis h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .wpis h1 strong::after,
.wpis h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .wpis h1 strong,
.wpis h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .wpis h1 strong,
.wpis h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wpis h1 strong,
.wpis h2 strong {
    font-size: 32px;
  }
}
.wpis h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .wpis h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .wpis h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpis h3 {
    font-size: 16px;
  }
}
.wpis h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .wpis h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .wpis h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wpis h4 {
    font-size: 20px;
  }
}
.wpis p,
.wpis h1,
.wpis h2,
.wpis h3,
.wpis h4,
.wpis h5,
.wpis ol,
.wpis ul,
.wpis blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.wpis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.wpis ol ol,
.wpis ol ul {
  padding-left: 12px;
}
.wpis a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpis a:hover {
  color: #1C1C1C;
}
.wpis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.wpis ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.wpis ul li ol {
  padding-left: 12px;
}
.wpis ul li ol li::before {
  display: none;
}
.wpis ul li ul {
  padding-left: 15px;
}
.wpis img {
  max-width: 100%;
  height: auto;
}
.wpis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.wpis img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.wpis img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}
.wpis iframe {
  display: block;
  width: 100%;
  height: 600px;
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 550px;
  }
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .wpis iframe {
    height: 450px;
  }
}
.wpis_sidebar {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  display: block;
  padding: 24px;
  top: 80px;
  position: sticky;
}
.wpis_sidebar h2 {
  font-size: 24px;
  color: #1C1C1C;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}
@media (max-width: 991px) {
  .wpis_sidebar h2 {
    font-size: 20px;
  }
}
.wpis_sidebar_wpis {
  display: block;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .wpis_sidebar_wpis {
    margin-top: 12px;
  }
}
.wpis_sidebar_wpis img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wpis_sidebar_wpis img {
    height: 120px;
  }
}
.wpis_sidebar_wpis h4 {
  margin: 6px 0;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  .wpis_sidebar_wpis h4 {
    font-size: 16px;
  }
}
.wpis_sidebar_wpis span {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1C1C1C;
}
@media (max-width: 991px) {
  .wpis_sidebar_wpis span {
    font-size: 16px;
  }
}
.wpis_sidebar_wpis:hover span {
  color: #00E4FF;
}

.kontakt {
  display: block;
  padding: 48px 0 24px 0;
  position: relative;
  background-color: #171717;
  color: #fff;
}
.kontakt .container {
  z-index: 2;
  position: relative;
}
.kontakt_naglowek {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
  color: #fff !important;
}
.kontakt_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .kontakt_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .kontakt_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .kontakt_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .kontakt_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .kontakt_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .kontakt_naglowek {
    font-size: 32px;
  }
}
.kontakt_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.kontakt_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kontakt_dane {
  padding: 36px 0 0 0;
}
@media (max-width: 767px) {
  .kontakt_dane {
    text-align: center;
    padding: 12px 0;
  }
}
.kontakt_dane_logo {
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .kontakt_dane_logo {
    margin: 0 auto 24px auto;
  }
}
.kontakt_dane_nazwa {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px;
  font-size: 20px;
}
.kontakt_dane_lista li {
  margin-bottom: 4px;
}
.kontakt_dane_lista li:last-child {
  margin-bottom: 0;
}
.kontakt_dane_lista li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.kontakt_dane_lista li a:hover {
  color: #00E4FF;
}
.kontakt_dane_lista_osoba p {
  color: #00E4FF;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 24px 0 6px 0;
}
.kontakt_right {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .kontakt_right {
    height: auto;
  }
}
.kontakt_mapa {
  display: block;
  width: 100%;
  height: calc(100% - 44px);
}
.kontakt_mapa iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .kontakt_mapa iframe {
    height: 350px;
  }
}
.kontakt_sociale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 12px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .kontakt_sociale {
    margin: 12px 0;
    justify-content: center;
  }
}
.kontakt_sociale li {
  width: auto;
  height: 32px;
  margin-left: 24px;
}
.kontakt_sociale li:first-child {
  margin-left: 0;
}
.kontakt_sociale li a {
  width: auto;
  height: 100%;
  display: block;
}
.kontakt_sociale li a img,
.kontakt_sociale li a svg {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.kontakt_sociale li a img circle,
.kontakt_sociale li a img polygon,
.kontakt_sociale li a img path,
.kontakt_sociale li a svg circle,
.kontakt_sociale li a svg polygon,
.kontakt_sociale li a svg path {
  fill: #fff;
}
.kontakt_sociale li a:hover img {
  opacity: 0.7;
}
.kontakt_sociale li a:hover svg circle,
.kontakt_sociale li a:hover svg polygon,
.kontakt_sociale li a:hover svg path {
  fill: #00E4FF;
}
.kontakt .footer_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 18px 0 0 0;
}
.kontakt .footer_list li {
  margin: 6px 24px;
}
.kontakt .footer_list li a {
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.kontakt .footer_list li a:hover {
  color: #00E4FF;
}

.formularz {
  padding: 48px 0 48px 0;
  background-color: #f8f8f8;
}
.formularz_naglowek {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.formularz_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .formularz_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .formularz_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .formularz_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .formularz_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .formularz_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .formularz_naglowek {
    font-size: 32px;
  }
}

.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea:not(.wpcf7-submit),
.wpcf7 select:not(.wpcf7-submit) {
  margin: 0 0 12px 0;
  display: block;
  background-color: #fff;
  border: none;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #1C1C1C;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea:not(.wpcf7-submit),
.wpcf7 select:not(.wpcf7-submit) {
    font-size: 16px;
    padding: 0 12px;
  }
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #1C1C1C;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #1C1C1C;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #1C1C1C;
  opacity: 0.3;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
    font-size: 16px;
  }
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #1C1C1C;
  font-size: 18px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
    font-size: 16px;
  }
}
.wpcf7 input:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.wpcf7 input:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder,
.wpcf7 select:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpcf7 input:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder,
.wpcf7 select:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpcf7 input:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder,
.wpcf7 select:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpcf7 input:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder,
.wpcf7 select:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 textarea.wpcf7-submit,
.wpcf7 select.wpcf7-submit {
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
}
.wpcf7 input.wpcf7-submit:hover,
.wpcf7 textarea.wpcf7-submit:hover,
.wpcf7 select.wpcf7-submit:hover {
  background-color: transparent;
  color: #00E4FF;
}
.wpcf7 input.wpcf7-submit:disabled,
.wpcf7 textarea.wpcf7-submit:disabled,
.wpcf7 select.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  color: #a80000;
  border-color: #a80000;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #a80000;
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  text-align: left;
  position: absolute;
  left: 24px;
  bottom: 2px;
}
.wpcf7 textarea:not(.wpcf7-submit) {
  display: block;
  height: 120px;
  padding: 12px 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .wpcf7 textarea:not(.wpcf7-submit) {
    padding: 12px;
  }
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100%;
  border-radius: 0;
  margin: 0;
}
.wpcf7 .wpcf7-spinner::before {
  display: none;
}
.wpcf7 br {
  display: none !important;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 .wpcf7-acceptance {
  display: block;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0px 0 12px 0 !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 0 12px 0 !important;
  }
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item input {
  display: none;
}
@media (max-width: 991px) {
  .wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
    text-align: left;
  }
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label {
  padding: 0 0 0 36px;
  display: block;
  float: right;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  color: #1C1C1C;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label:before {
  width: 24px;
  height: 24px;
  content: "";
  border: solid 1px #1C1C1C;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label.ok {
  color: #1C1C1C;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item label.ok:before {
  border-color: #00E4FF;
  background-color: #00E4FF;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0 0;
  padding: 12px;
  border: none;
  color: #fff;
  background: #a80000;
  text-align: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #02b13c;
}

.historia {
  padding: 48px 0;
  background-color: #f8f8f8;
  position: relative;
}
.historia .container {
  z-index: 2;
  position: relative;
}
.historia_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.historia_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.historia_naglowek {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.historia_naglowek::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .historia_naglowek::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .historia_naglowek::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .historia_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .historia_naglowek {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .historia_naglowek {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .historia_naglowek {
    font-size: 32px;
  }
}
.historia_osczasu {
  position: relative;
  margin-top: 48px;
}
.historia_osczasu_belka {
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #A0A0A0;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 575px) {
  .historia_osczasu_belka {
    right: auto;
  }
}
.historia_osczasu_parzyste {
  margin-right: calc(50% + 24px);
}
@media (max-width: 575px) {
  .historia_osczasu_parzyste {
    margin: 24px 0 0 24px;
  }
}
.historia_osczasu_parzyste_corner {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 32px 0 0 32px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  right: -24px;
}
@media (max-width: 575px) {
  .historia_osczasu_parzyste_corner {
    right: auto;
    left: -24px;
    border-width: 0 0 32px 32px;
    border-color: transparent transparent #fff transparent;
  }
}
.historia_osczasu_parzyste_corner::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: -6px;
  bottom: -6px;
  content: "";
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 575px) {
  .historia_osczasu_parzyste_corner::after {
    right: 25px;
    bottom: -36px;
    left: auto;
  }
}
.historia_osczasu_nieparzyste {
  margin-left: calc(50% + 24px);
}
@media (max-width: 575px) {
  .historia_osczasu_nieparzyste {
    margin: 24px 0 0 24px;
  }
}
.historia_osczasu_nieparzyste_corner {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  left: -24px;
}
.historia_osczasu_nieparzyste_corner::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  right: 25px;
  bottom: -36px;
  content: "";
  display: block;
  background-color: #00E4FF;
}
.historia_osczasu_parzyste, .historia_osczasu_nieparzyste {
  width: calc(50% - 24px);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  margin-top: -24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  padding: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 575px) {
  .historia_osczasu_parzyste, .historia_osczasu_nieparzyste {
    width: calc(100% - 24px);
    margin: 24px 0 0 24px;
  }
}
.historia_osczasu_corner {
  position: absolute;
  bottom: 0;
}
.historia_osczasu_desc {
  display: block;
  width: calc(100% * 2 / 3);
  padding-left: 12px;
}
.historia_osczasu_desc h3 {
  color: #00508B;
  font-size: 36px;
  margin-bottom: 6px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  .historia_osczasu_desc h3 {
    font-size: 24px;
  }
}
.historia_osczasu_thumb {
  display: block;
  width: calc(100% * 1 / 3);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
.historia_osczasu_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.historia_button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  margin-top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 12px;
}
.historia_button:hover {
  background-color: transparent;
  color: #00E4FF;
}
.historia_button:hover {
  background-color: #00508B;
  border-color: #00508B;
}
.historia_button img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.kontakt_full {
  padding: 48px 0;
  background-color: #f8f8f8;
}
.kontakt_full_dane {
  padding: 36px 0;
}
@media (max-width: 767px) {
  .kontakt_full_dane {
    text-align: center;
    padding: 12px 0;
  }
}
.kontakt_full_dane_logo {
  display: block;
  width: auto;
  height: 50px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .kontakt_full_dane_logo {
    margin: 0 auto 24px auto;
  }
}
.kontakt_full_dane_nazwa {
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
  font-size: 32px;
}
.kontakt_full_dane_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kontakt_full_dane_lista_inside {
  display: block;
  width: 50%;
}
@media (max-width: 1199px) {
  .kontakt_full_dane_lista_inside {
    width: 100%;
    margin-bottom: 24px;
  }
}
.kontakt_full_dane_lista_inside li {
  margin-bottom: 12px;
}
.kontakt_full_dane_lista_inside li:last-child {
  margin-bottom: 0;
}
.kontakt_full_dane_lista_inside li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.kontakt_full_dane_lista_inside li a:hover {
  color: #00E4FF;
}
.kontakt_full_dane_lista_osoby {
  display: block;
  width: 50%;
}
@media (max-width: 1199px) {
  .kontakt_full_dane_lista_osoby {
    width: 100%;
  }
}
.kontakt_full_dane_lista_osoby_osoba {
  margin-bottom: 24px;
  display: block;
}
.kontakt_full_dane_lista_osoby_osoba p {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
}
.kontakt_full_dane_lista_osoby_osoba .osobadane li {
  margin-bottom: 12px;
}
.kontakt_full_dane_lista_osoby_osoba .osobadane li:last-child {
  margin-bottom: 0;
}
.kontakt_full_dane_lista_osoby_osoba .osobadane li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.kontakt_full_dane_lista_osoby_osoba .osobadane li a:hover {
  color: #00E4FF;
}

.produkty_wyniki h3 {
  text-align: center;
  margin: 12px 0 0 0;
}
.produkty_wyniki_button {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  padding: 0 24px;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  border: solid 2px #00E4FF;
  color: #fff;
  background-color: #00E4FF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  margin-top: 24px;
}
.produkty_wyniki_button:hover {
  background-color: transparent;
  color: #00E4FF;
}

.menu_top {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #fff;
  color: #00508B;
}
.menu_top_inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu_top_inside .swiper-slide {
    width: auto !important;
  }
}
.menu_top_inside_pasek {
  margin: 0 24px;
}
.menu_top_inside_pasek strong {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menu_top_inside_pasek a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu_top_inside_pasek a:hover {
  color: #00E4FF;
}
.menu_top_inside_telefon, .menu_top_inside_email {
  margin: 0 24px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 24px;
  position: relative;
}
.menu_top_inside_telefon::before, .menu_top_inside_email::before {
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.menu_top_inside_telefon:hover, .menu_top_inside_email:hover {
  color: #00E4FF;
}
.menu_top_inside_telefon::before {
  background-image: url("../images/ico_telefon.svg");
}
.menu_top_inside_email::before {
  background-image: url("../images/ico_mail.svg");
}

.synonimy {
  display: block;
}

.pliki_kategoria {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.pliki_kategoria .pliki_box:first-child {
  border-top: none;
}
.pliki_kategoria_nazwa {
  background-color: #00508B;
  padding: 12px 64px 12px 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .pliki_kategoria_nazwa {
    font-size: 16px;
  }
}
.pliki_kategoria_nazwa::before, .pliki_kategoria_nazwa::after {
  width: 12px;
  height: 4px;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
  position: absolute;
  top: 24px;
  content: "";
}
.pliki_kategoria_nazwa::before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 24px;
}
.pliki_kategoria_nazwa::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 30px;
}
.pliki_kategoria_nazwa.clicked::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pliki_kategoria_nazwa.clicked::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pliki_kategoria_lista {
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #fff;
  padding: 12px;
  margin: 0;
}
.pliki_kategoria_lista.clicked {
  display: block;
}

.fancybox__slide.is-selected.has-pdf {
  padding: 48px;
}
.fancybox__slide.is-selected.has-pdf::before, .fancybox__slide.is-selected.has-pdf::after {
  display: none;
}
.fancybox__slide.is-selected.has-pdf .fancybox__content {
  height: 100% !important;
}

.hero_2025 .container {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .hero_2025 .container {
    position: relative;
    height: auto;
  }
}
.hero_2025 .container .row {
  height: 100%;
}
@media (max-width: 575px) {
  .hero_2025 .container .row {
    height: auto;
  }
}
.hero_2025 .container .row .col-12 {
  position: relative;
  height: 100%;
}
@media (max-width: 575px) {
  .hero_2025 .container .row .col-12 {
    height: auto;
  }
}
.hero_2025_inside {
  position: absolute;
  top: 0;
  left: 12px;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(28, 28, 28, 0.4);
  color: #fff;
  padding: 48px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .hero_2025_inside {
    padding: 24px;
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .hero_2025_inside {
    position: relative;
    padding-bottom: 48px;
    max-width: 75%;
    left: 0;
  }
}
.hero_2025_inside h1 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero_2025_inside h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .hero_2025_inside h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero_2025_inside h1 {
    font-size: 20px;
  }
}
.hero_2025_inside h2 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  text-align: left;
  color: #fff;
  margin-bottom: 12px;
  display: block;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .hero_2025_inside h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .hero_2025_inside h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero_2025_inside h2 {
    font-size: 20px;
  }
}
.hero_2025_inside h2::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .hero_2025_inside h2::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .hero_2025_inside h2::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .hero_2025_inside h2::after {
    height: 3px;
  }
}
.hero_2025_inside h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
  display: block;
  text-transform: unset;
}
@media (max-width: 1199px) {
  .hero_2025_inside h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hero_2025_inside h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero_2025_inside h3 {
    font-size: 16px;
  }
}
.hero_2025_cta {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 6px 12px;
  color: #fff;
  border: solid 2px #00508B;
  font-size: 20px;
  background-color: #00508B;
  width: auto;
  display: block;
  border-color: #00508B;
}
@media (max-width: 1199px) {
  .hero_2025_cta {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero_2025_cta {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero_2025_cta {
    font-size: 14px;
  }
}
.hero_2025_cta:hover {
  background-color: transparent;
  color: #00E4FF;
  border-color: #00E4FF;
}
.hero_2025_down {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  width: 48px;
  height: 48px;
  animation: bounce2 2s ease infinite;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 24px;
  margin: auto;
}
@media (max-width: 575px) {
  .hero_2025_down {
    left: 48px;
    width: 24px;
    height: 24px;
    right: auto;
    bottom: 12px;
  }
}
.hero_2025_down:hover {
  opacity: 0.5;
}
.hero_2025_down img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero_2025_wideo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero_2025_wideo {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
  }
}
.hero_2025_wideo video, .hero_2025_wideo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 575px) {
  .hero_2025_wideo video, .hero_2025_wideo img {
    object-fit: cover;
    height: 100%;
  }
}

.karuzela2025 {
  display: block;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 1199px) {
  .karuzela2025 {
    padding: 24px 0 42px 0;
  }
}
.karuzela2025 .container-fluid {
  max-width: 1600px;
  position: relative;
  z-index: 2;
}
.karuzela2025 .col-12 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 {
    flex-direction: column;
  }
}
.karuzela2025 .col-12 .swiper-container {
  display: block;
  height: auto;
  overflow: hidden;
}
.karuzela2025 .col-12 .swiper-container.swiperText {
  width: calc(100% / 6 * 1);
}
@media (max-width: 1399px) {
  .karuzela2025 .col-12 .swiper-container.swiperText {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .karuzela2025 .col-12 .swiper-container.swiperText {
    width: calc(100% / 3 * 1);
  }
}
@media (max-width: 767px) {
  .karuzela2025 .col-12 .swiper-container.swiperText {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container.swiperText {
    width: 100%;
  }
}
.karuzela2025 .col-12 .swiper-container.swiperText .swiper-slide {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container.swiperText .swiper-slide {
    position: relative;
    left: auto;
    top: auto;
  }
}
.karuzela2025 .col-12 .swiper-container.swiperText .swiper-slide.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container.swiperText .swiper-slide.active {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.karuzela2025 .col-12 .swiper-container.swiperImages {
  width: calc(100% / 6 * 5);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .karuzela2025 .col-12 .swiper-container.swiperImages {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .karuzela2025 .col-12 .swiper-container.swiperImages {
    width: calc(100% / 3 * 2);
  }
}
@media (max-width: 767px) {
  .karuzela2025 .col-12 .swiper-container.swiperImages {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container.swiperImages {
    width: 100%;
  }
}
.karuzela2025 .col-12 .swiper-container.swiperImages .swiper-wrapper {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.karuzela2025 .col-12 .swiper-container.swiperImages .swiper-slide {
  flex-shrink: 0;
}
.karuzela2025 .col-12 .swiper-container .swiper-slide {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 350px;
  display: block;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .karuzela2025 .col-12 .swiper-container .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container .swiper-slide {
    height: 250px;
  }
}
.karuzela2025 .col-12 .swiper-container .swiper-slide.active .karuzela2025_karuzela_grafika {
  height: 100%;
  margin-top: 0;
}
@media (max-width: 575px) {
  .karuzela2025 .col-12 .swiper-container .swiper-slide.active .karuzela2025_karuzela_grafika {
    height: 250px;
  }
}
.karuzela2025_karuzela_grafika {
  display: block;
  width: 100%;
  height: calc(100% - 48px);
  margin-top: 48px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575px) {
  .karuzela2025_karuzela_grafika {
    height: 250px;
    margin-top: 0;
  }
}
.karuzela2025_karuzela_grafika img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  object-fit: cover;
}
.karuzela2025_karuzela_tekst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 24px;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .karuzela2025_karuzela_tekst {
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.karuzela2025_karuzela_tekst p:not(.karuzela2025_karuzela_tekst_naglowek) {
  color: #fff;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 12px;
}
.karuzela2025_karuzela_tekst_naglowek {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin-bottom: 12px;
  display: block;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .karuzela2025_karuzela_tekst_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .karuzela2025_karuzela_tekst_naglowek {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .karuzela2025_karuzela_tekst_naglowek {
    font-size: 20px;
  }
}
.karuzela2025_karuzela_tekst_naglowek::after {
  content: "";
  width: 70px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .karuzela2025_karuzela_tekst_naglowek::after {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .karuzela2025_karuzela_tekst_naglowek::after {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .karuzela2025_karuzela_tekst_naglowek::after {
    height: 1px;
  }
}
.karuzela2025_karuzela_tekst_ciemny p, .karuzela2025_karuzela_tekst_ciemny h3 {
  color: #1C1C1C;
}
.karuzela2025_karuzela_tekst a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 6px 12px;
  color: #fff;
  border: solid 2px #00E4FF;
  font-size: 20px;
  background-color: #00E4FF;
  width: auto;
  display: block;
}
@media (max-width: 1199px) {
  .karuzela2025_karuzela_tekst a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .karuzela2025_karuzela_tekst a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .karuzela2025_karuzela_tekst a {
    font-size: 14px;
  }
}
.karuzela2025_karuzela_tekst a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.karuzela2025_karuzela_paginacja {
  position: absolute;
  bottom: -36px !important;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.karuzela2025_karuzela_paginacja .dot {
  display: inline-block;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
  margin: 0 3px;
}
.karuzela2025_karuzela_paginacja .dot.active {
  background-color: #00E4FF;
}
.karuzela2025_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.karuzela2025_bg .swiper-container,
.karuzela2025_bg .swiper-wrapper,
.karuzela2025_bg .swiper-slide,
.karuzela2025_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.karuzela2025_bg .swiper-slide {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.karuzela2025_bg .swiper-slide.active {
  visibility: visible;
  opacity: 1;
}
.karuzela2025 .swiper-slide {
  display: none;
  transition: opacity 0.5s ease;
}
.karuzela2025 .swiper-slide.active {
  display: block;
}
.karuzela2025 .swiperImages {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(var(--slides-per-view, 1), 1fr);
}

.produkt_taby_lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 1px #00508B;
  margin: 24px 0;
}
.produkt_taby_lista_element {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #00508B;
  padding: 6px 16px;
  font-size: 20px;
  min-width: 200px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 6px;
  cursor: pointer;
  border-radius: 16px 16px 0 0;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .produkt_taby_lista_element {
    min-width: 90px;
    padding: 3px 12px;
    font-size: 15px;
    border-radius: 4px 4px 0 0;
  }
}
.produkt_taby_lista_element_active {
  background-color: #fff;
  border: solid 1px #00508B;
  border-bottom: none;
  margin-top: 0;
  color: #00508B;
  padding: 12px 16px 6px 16px;
}
@media (max-width: 991px) {
  .produkt_taby_lista_element_active {
    padding: 6px 12px 3px 12px;
  }
}
.produkt_taby_tab {
  display: none;
}
.produkt_taby_tab.produkt_taby_tab_active {
  display: block;
}
.produkt_taby_tabela {
  -moz-column-count: 2;
  -moz-column-gap: 24px;
  -webkit-column-count: 2;
  -webkit-column-gap: 24px;
  column-count: 2;
  column-gap: 24px;
}
@media (max-width: 991px) {
  .produkt_taby_tabela {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
}
.produkt_taby_tabela li {
  border-bottom: solid 1px #d8d8d8;
  padding: 6px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.produkt_taby_tabela li span, .produkt_taby_tabela li strong {
  display: block;
}
@media (max-width: 1199px) {
  .produkt_taby_tabela li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_tabela li {
    padding: 3px 0;
  }
}
.produkt_taby_opis .wpcf7 {
  padding: 24px 24px 1px 24px;
  background-color: #f8f8f8;
  margin: 48px auto 0 auto;
  max-width: calc(100% / 12 * 8);
  display: block;
}
@media (max-width: 991px) {
  .produkt_taby_opis .wpcf7 {
    margin-top: 24px;
    max-width: unset;
  }
}
.produkt_taby_opis p {
  color: #1C1C1C;
}
.produkt_taby_opis h1,
.produkt_taby_opis h2 {
  color: #1C1C1C;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .produkt_taby_opis h1,
.produkt_taby_opis h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_opis h1,
.produkt_taby_opis h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_taby_opis h1,
.produkt_taby_opis h2 {
    font-size: 32px;
  }
}
.produkt_taby_opis h1 strong,
.produkt_taby_opis h2 strong {
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00508B !important;
  font-size: 48px;
  position: relative;
}
.produkt_taby_opis h1 strong::after,
.produkt_taby_opis h2 strong::after {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: #00E4FF;
}
@media (max-width: 1199px) {
  .produkt_taby_opis h1 strong::after,
.produkt_taby_opis h2 strong::after {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_opis h1 strong::after,
.produkt_taby_opis h2 strong::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .produkt_taby_opis h1 strong::after,
.produkt_taby_opis h2 strong::after {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .produkt_taby_opis h1 strong,
.produkt_taby_opis h2 strong {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_opis h1 strong,
.produkt_taby_opis h2 strong {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .produkt_taby_opis h1 strong,
.produkt_taby_opis h2 strong {
    font-size: 32px;
  }
}
.produkt_taby_opis h3 {
  color: #1C1C1C;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .produkt_taby_opis h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_opis h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .produkt_taby_opis h3 {
    font-size: 16px;
  }
}
.produkt_taby_opis h4 {
  color: #1C1C1C;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .produkt_taby_opis h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .produkt_taby_opis h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .produkt_taby_opis h4 {
    font-size: 20px;
  }
}
.produkt_taby_opis p,
.produkt_taby_opis h1,
.produkt_taby_opis h2,
.produkt_taby_opis h3,
.produkt_taby_opis h4,
.produkt_taby_opis h5,
.produkt_taby_opis ol,
.produkt_taby_opis ul,
.produkt_taby_opis blockquote {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 24px;
}
.produkt_taby_opis ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-top: 10px;
}
.produkt_taby_opis ol ol,
.produkt_taby_opis ol ul {
  padding-left: 12px;
}
.produkt_taby_opis a {
  position: relative;
  color: #00E4FF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_taby_opis a:hover {
  color: #1C1C1C;
}
.produkt_taby_opis ul li {
  padding: 0 0 0 12px;
  position: relative;
  margin-top: 12px;
  display: block;
}
.produkt_taby_opis ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #00E4FF;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: "";
  margin: auto;
}
.produkt_taby_opis ul li ol {
  padding-left: 12px;
}
.produkt_taby_opis ul li ol li::before {
  display: none;
}
.produkt_taby_opis ul li ul {
  padding-left: 15px;
}
.produkt_taby_opis img {
  max-width: 100%;
  height: auto;
}
.produkt_taby_opis img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.produkt_taby_opis img.alignleft {
  margin: 0 24px 0 0;
  display: block;
  float: left;
}
.produkt_taby_opis img.alignright {
  margin: 0 0 0 24px;
  display: block;
  float: right;
}

.historia_nowa {
  display: block;
  width: 100%;
  height: auto;
  /*
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; /* opcjonalnie, jeśli chcesz ukryć pionowy scroll */
  /*white-space: nowrap; /* ważne dla inline-blocków, ale z flexem niepotrzebne */
  /*
  &::-webkit-scrollbar {
      width: 4px;
      height: 4px;   
  }
  &::-webkit-scrollbar-track {
      background: $white;
  }
  &::-webkit-scrollbar-thumb {
      background: $blue;
      @include animate;
  }
  &::-webkit-scrollbar-thumb:hover {
      background: $primary;
  }
  */
}
.historia_nowa .swiper-container {
  overflow: hidden;
  width: calc(100% + 48px);
  margin: 0 -24px;
}
.historia_nowa .swiper-container .swiper-slide {
  padding: 24px;
  height: auto;
}
@media (max-width: 767px) {
  .historia_nowa .swiper-container .swiper-slide {
    padding: 12px;
  }
}
.historia_nowa_belka {
  background: rgba(71, 71, 71, 0.5);
  width: calc(100% - 320px);
  height: 4px;
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media (max-width: 1199px) {
  .historia_nowa_belka {
    width: calc(100% - 320px);
    top: 72px;
  }
}
@media (max-width: 991px) {
  .historia_nowa_belka {
    width: calc(100% - 200px);
    height: 2px;
    top: 61px;
  }
}
@media (max-width: 767px) {
  .historia_nowa_belka {
    width: calc(100% - 200px);
    top: 41px;
    margin: auto;
  }
}
@media (max-width: 399px) {
  .historia_nowa_belka {
    width: 100%;
    top: 41px;
    margin: auto;
  }
}
.historia_nowa_scroll {
  position: relative;
}
.historia_nowa_element {
  width: 100%;
  height: 100%;
  padding-top: 140px;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 1199px) {
  .historia_nowa_element {
    padding-top: 108px;
  }
}
@media (max-width: 991px) {
  .historia_nowa_element {
    padding-top: 84px;
  }
}
@media (max-width: 767px) {
  .historia_nowa_element {
    padding-top: 68px;
  }
}
.historia_nowa_corner {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(0deg);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  top: 128px;
}
@media (max-width: 1199px) {
  .historia_nowa_corner {
    top: 96px;
  }
}
@media (max-width: 991px) {
  .historia_nowa_corner {
    top: 72px;
  }
}
@media (max-width: 767px) {
  .historia_nowa_corner {
    top: 56px;
  }
}
.historia_nowa_rok {
  color: #fff;
  background-color: #00508B;
  text-align: center;
  line-height: 128px;
  width: 128px;
  height: 128px;
  top: 0;
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1199px) {
  .historia_nowa_rok {
    line-height: 96px;
    width: 96px;
    height: 96px;
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .historia_nowa_rok {
    line-height: 72px;
    width: 72px;
    height: 72px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .historia_nowa_rok {
    line-height: 56px;
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}
.historia_nowa_thumb {
  display: block;
  width: 100%;
  height: auto;
}
.historia_nowa_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.historia_nowa_opis {
  font-size: 14px;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
}
.historia_nowa_opis p {
  display: block;
  text-wrap: initial;
}
.historia_nowa_inside {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.produkt_realizacje {
  padding: 48px 0;
}
.produkt_realizacje_naglowek {
  display: block;
  text-transform: uppercase;
  color: #00508B;
  font-size: 32px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 12px;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .produkt_realizacje_naglowek {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .produkt_realizacje_naglowek {
    font-size: 24px;
  }
}
.produkt_realizacje_foto {
  width: 100%;
  height: auto;
  border: solid 2px #00508B;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  background-color: #00508B;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  /*
  @media(max-width:1199px){
      height: 200px;
  }
  @media(max-width:767px){
      height: 150px;
  }
  @media(max-width:399px){
      height: 80px;
  }
  */
}
.produkt_realizacje_foto img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.produkt_realizacje_foto:hover img {
  opacity: 0.7;
}
.produkt_realizacje .swiper_realizacje {
  max-width: 920px;
  margin: 0 auto;
}
.produkt_realizacje .swiper_realizacje_paginacja {
  position: absolute;
  bottom: -36px !important;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.produkt_realizacje .swiper_realizacje_paginacja .swiper-pagination-bullet {
  display: inline-block;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 12px;
  height: 12px;
  border: solid 2px #00508B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 3px;
}
.produkt_realizacje .swiper_realizacje_paginacja .swiper-pagination-bullet-active {
  background-color: #00508B;
}

/* hero wideo z ograniczeniem - usuń cały ten kod jak będzie niższy film */
.hero_2025_wideo video,
.hero_2025_wideo img {
  max-height: 800px;
  object-fit: cover;
  object-position: bottom;
}

.swiper_realizacje_prev, .swiper_realizacje_next,
.swiper_onas_prev,
.swiper_onas_next {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 70px;
  margin: auto;
  z-index: 3;
  cursor: pointer;
  background-size: contain;
  background-image: url("../images/strzalka_szara.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper_realizacje_prev:hover, .swiper_realizacje_next:hover,
.swiper_onas_prev:hover,
.swiper_onas_next:hover {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .swiper_realizacje_prev, .swiper_realizacje_next,
.swiper_onas_prev,
.swiper_onas_next {
    top: 52px;
  }
}
@media (max-width: 991px) {
  .swiper_realizacje_prev, .swiper_realizacje_next,
.swiper_onas_prev,
.swiper_onas_next {
    top: 42px;
  }
}
@media (max-width: 767px) {
  .swiper_realizacje_prev, .swiper_realizacje_next,
.swiper_onas_prev,
.swiper_onas_next {
    top: 22px;
  }
}
.swiper_realizacje_prev,
.swiper_onas_prev {
  left: 0;
}
.swiper_realizacje_next,
.swiper_onas_next {
  right: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.produkt_realizacje .row:nth-child(2) .col-12 {
  position: relative;
}
@media (max-width: 1199px) {
  .produkt_realizacje .row:nth-child(2) .col-12 {
    padding: 0 56px;
  }
}
.produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev, .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/strzalka_niebieska.svg");
}
@media (max-width: 1199px) {
  .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev, .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
    top: 0;
  }
}
@media (max-width: 991px) {
  .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev, .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
    top: 0;
  }
}
@media (max-width: 767px) {
  .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev, .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
    top: 0;
  }
}
.produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev {
  left: 10%;
}
@media (max-width: 1299px) {
  .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_prev {
    left: 12px;
  }
}
.produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
  right: 10%;
}
@media (max-width: 1299px) {
  .produkt_realizacje .row:nth-child(2) .col-12 .swiper_realizacje_next {
    right: 12px;
  }
}

.grecaptcha-badge {
  z-index: 99999999;
}

.produkt_taby_opis table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.produkt_taby_opis table td {
  border: 1px solid #A0A0A0;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .produkt_taby_opis table td {
    font-size: 12px;
    padding: 6px;
  }
}

.produkt_taby_opis table tr:nth-child(even) {
  background-color: #f8f8f8;
}

.produkt_taby_opis table td img {
  max-width: 80px;
  max-height: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .produkt_taby_opis table td img {
    max-width: 50px;
    max-height: 30px;
  }
}