@charset "UTF-8";
#cookies-reset-button button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#cookies-reset-button button::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#cookies-policy.cookies {
  display: flex;
  max-width: 760px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  transition-property: all;
  transition-property: width, max-width, top, bottom, left, opacity;
  width: calc(100% - 16px);
  z-index: 2147483631;
}
#cookies-policy.cookies--closing {
  opacity: 0;
  transform: translateY(10px);
}
#cookies-policy.cookies--show .cookies__btn--customize {
  border-top: none;
  border-bottom: 1px solid #E7E8E9;
}
#cookies-policy.cookies--show .cookies__btn svg {
  transform: rotate(180deg);
}
#cookies-policy.cookies--no-js .cookies__section .cookies__expandable,
#cookies-policy.cookies--no-js .cookies__expandable:target {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy.cookies--no-js .cookies__details {
  display: none;
}
#cookies-policy.cookies--no-js .cookies__sections {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#cookies-policy.cookies--no-js svg {
  display: none;
}

#cookies-policy .cookies__expandable {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__expandable--open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy .cookies__alert {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#cookies-policy .cookies__container {
  display: block;
  overflow: hidden;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 100ms linear;
}
#cookies-policy .cookies__container--hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__logo_wrap {
  border-bottom: 1px solid #E7E8E9;
  margin: 15px 0px;
}
#cookies-policy .cookies__logo {
  height: 50px;
}
#cookies-policy .cookies__title {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  color: #2C2E30;
  text-align: center;
}
#cookies-policy .cookies__intro {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
  margin-bottom: 30px;
  padding: 1em 1.5em;
}
#cookies-policy .cookies__intro p {
  margin-top: 1em;
}
#cookies-policy .cookies__intro p:first-child {
  margin-top: 0;
}
#cookies-policy .cookies__intro a {
  text-decoration: underline;
  color: inherit;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__intro a:hover, #cookies-policy .cookies__intro a:focus {
  color: #203556;
}
#cookies-policy .cookies__actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  border-top: 1px solid #E7E8E9;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cookies-policy .cookies__btn--customize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  color: #2C2E30;
  position: relative;
  padding: 1.125em 24px;
  border-top: 1px solid #E7E8E9;
}
#cookies-policy .cookies__btn svg {
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__sections {
  max-height: 450px;
  overflow-y: scroll;
}
#cookies-policy .cookies__section {
  padding: 0 1.5em;
}
#cookies-policy .cookies__section + .cookies__section {
  border-top: 1px solid #eee;
}
#cookies-policy .cookies__category, #cookies-policy .cookies__box {
  display: block;
  position: relative;
  overflow: hidden;
}
#cookies-policy .cookies__category input {
  position: absolute;
  display: block;
  top: 0;
  right: 105%;
  padding: 0;
  margin: 0;
}
#cookies-policy .cookies__box {
  padding: 1em 3em 1em 0;
  line-height: 1.4em;
  cursor: pointer;
}
#cookies-policy .cookies__box:before, #cookies-policy .cookies__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 1.4em;
}
#cookies-policy .cookies__box:after {
  right: 0;
  width: 2.5em;
  height: 1.4em;
  margin-top: -0.7em;
  background: #E7E8E9;
  z-index: 0;
  transition: background 200ms ease-out, opacity 200ms ease-out;
}
#cookies-policy .cookies__box:before {
  right: 0.75em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  z-index: 1;
  transform: translateX(-0.55em);
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #203556;
  opacity: 1;
}
#cookies-policy .cookies__category input:disabled + .cookies__box:after {
  opacity: 0.6;
}
#cookies-policy .cookies__category input:checked + .cookies__box:before {
  transform: translateX(0.55em);
}
#cookies-policy .cookies__label {
  font-size: 0.875em;
  font-weight: 600;
  color: #2C2E30;
}
#cookies-policy .cookies__info {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
}
#cookies-policy .cookies__details {
  display: block;
  color: #203556;
  font-size: 0.875em;
  margin: 0.625em 0 0.9em;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__details:hover, #cookies-policy .cookies__details:focus {
  color: #203556;
}
#cookies-policy .cookies__definitions {
  font-size: 0.875em;
  line-height: 1.2em;
  padding-top: 1em;
  padding-top: 0.8em;
  color: #676767;
}
#cookies-policy .cookies__cookie + .cookies__cookie {
  margin-top: 1em;
}
#cookies-policy .cookies__name {
  display: inline;
  font-weight: 600;
  line-height: 22px;
  color: #8A8E92;
}
#cookies-policy .cookies__duration {
  display: inline;
  text-align: right;
  color: #8A8E92;
}
#cookies-policy .cookies__description {
  padding-top: 0.3em;
  display: block;
  width: 100%;
  line-height: 120%;
  text-align: left;
  color: #8A8E92;
}
#cookies-policy .cookies__save {
  border-top: 1px solid #E7E8E9;
  padding: 0.75em 1.5em;
  margin-top: 0.4em;
  display: flex;
  justify-content: flex-end;
}

#cookies-policy .cookiesBtn {
  width: 100%;
}
#cookies-policy .cookiesBtn__link {
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #203556;
  border: 1px solid #203556;
  border-radius: 4px;
  margin: 0;
  padding: 0.86em 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 200ms ease-out;
  margin: 10px auto;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
  opacity: 0.8;
}

.grid-item {
  width: 200px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

.grid-item img {
  padding: 10px;
  border-radius: 10px;
}

div.image-grid div.image {
  transform: scale(1);
}
div.image-grid div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix {
    transform: scale(0.6);
  }
}
div.image-grid div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid div.fix img {
    left: -120px;
  }
}
div.image-grid img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid img.no-shadow {
  box-shadow: none;
}

div.image-grid-2 {
  position: relative;
  top: -260px;
}
@media (max-width: 576px) {
  div.image-grid-2 {
    top: -60px;
  }
}
div.image-grid-2 div.image {
  transform: scale(1);
}
div.image-grid-2 div.fix {
  position: relative;
  transform: scale(1.1);
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix {
    transform: scale(1);
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix {
    transform: scale(0.6);
  }
}
div.image-grid-2 div.fix img {
  position: absolute;
  top: -70px;
  left: -30px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 1140px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 992px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  div.image-grid-2 div.fix img {
    left: -70px;
  }
}
@media screen and (max-width: 576px) {
  div.image-grid-2 div.fix img {
    left: -100px;
  }
}
@media screen and (max-width: 420px) {
  div.image-grid-2 div.fix img {
    left: -120px;
  }
}
div.image-grid-2 img {
  margin: 10px 10px 10px 0px;
  border-radius: 50px;
  box-shadow: 8px 8px 18px 0px rgb(179, 180, 190);
}
div.image-grid-2 img.no-shadow {
  box-shadow: none;
}

#contactForm-message {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: #ff1b1b;
  text-align: center;
  padding: 30px 0px;
  display: none;
  border: solid 1px #283583;
}

.forms {
  margin: 0px 0px;
}
.forms input.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #283583;
}
.forms textarea.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #283583;
  height: 100px;
}
.forms div.price-summary {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
  color: rgb(39, 23, 117);
}
.forms div.price-summary span {
  font-size: 3rem;
}
.forms div.form-group-check {
  margin-top: 15px;
}
.forms label.form-label {
  color: #666;
  font-size: 1.6rem;
}
.forms h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
}
.forms div.description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.forms div.description ul {
  margin-bottom: 30px;
}
.forms div.description p {
  margin-bottom: 30px;
}
.forms .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.forms .form-check input {
  width: 15px;
  height: 15px;
}
.forms div.permission label {
  padding: 0px 2px 0px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.forms div.form-group {
  margin-bottom: 30px;
}
.forms ul.file-list {
  margin: 0px;
  padding: 0px;
}
.forms ul.file-list li {
  padding: 5px 15px;
  background-color: rgb(99, 98, 102);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
}
.forms ul.file-list li:hover {
  background-color: #cfa868;
  color: #000;
}
.forms ul.file-list li:hover i {
  color: red;
}
.forms ul.file-list li i {
  color: #fff;
  padding-left: 20px;
  display: inline;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Jost", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

button.read-more {
  background-color: #203556;
  border: solid 1px #203556;
  padding: 10px 30px;
  color: #fff;
  transition: all 0.5s ease 0.2s;
  font-size: 2rem;
}
button.read-more:hover {
  color: #203556;
  background-color: #fff;
}

.page-item.active .page-link {
  background-color: #032e63;
  border-color: #032e63;
  color: #fff;
}

.page-link {
  padding: 0.375rem 1.5rem;
  font-size: 1.6rem;
  color: #032e63;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@font-face {
  font-family: "AntroVectra";
  src: url("/assets/front/css/Antro_Vectra.otf") format("opentype");
  /* Dodatkowe formaty, jeśli są dostępne */
}
.foncik {
  font-family: "AntroVectra", sans-serif;
  font-size: 40px;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  line-height: 30px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

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

html, body {
  background-color: #ffffff;
  font-size: 10px;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

.viewOnlyPhone {
  display: none;
}
@media (max-width: 992px) {
  .viewOnlyPhone {
    display: inline-block;
  }
}

.hideOnlyPhone {
  display: block;
}
@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.center-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-left {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .section-left {
    padding-right: 15px;
  }
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

div.dropdown-menu {
  background-color: #3b3d3d;
  z-index: 99999;
  opacity: 0.85;
  -webkit-clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
  padding: 10px 40px 10px 10px;
}
div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
div.dropdown-menu a:hover {
  background-color: #014473;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}

.iframeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.googleBtn {
  margin: 15px 0px;
  width: 100%;
}
div.googleBtn .login-block {
  margin: 30px auto;
  min-height: 93.6vh;
}
div.googleBtn .login-block .auth-box {
  margin: 20px auto 0;
  max-width: 450px !important;
}
div.googleBtn .card {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
div.googleBtn .card .card-block {
  padding: 1.25rem;
}
div.googleBtn .f-80 {
  font-size: 80px;
}
div.googleBtn .form-group {
  margin-bottom: 1.25em;
}
div.googleBtn .form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 9px;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}
div.googleBtn .btn-primary {
  background-color: #4099ff;
  border-color: #4099ff;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
div.googleBtn .btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
}
div.googleBtn .m-b-20 {
  margin-bottom: 20px;
}
div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}
div.googleBtn .heading {
  font-size: 21px;
}
div.googleBtn .btn-google {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd;
}
div.googleBtn .or-container {
  align-items: center;
  color: #ccc;
  display: flex;
  margin: 25px 0;
}
div.googleBtn .line-separator {
  background-color: #ccc;
  flex-grow: 5;
  height: 1px;
}
div.googleBtn .or-label {
  flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}

/*Slick V2 Start*/
/* Arrows */
.slick-prev-v2,
.slick-next-v2 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 32px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: -29px;
  right: 100px;
  right: -100px;
}

.slick-prev-v2:hover,
.slick-prev-v2:focus,
.slick-next-v2:hover,
.slick-next-v2:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev-v2:hover:before,
.slick-prev-v2:focus:before,
.slick-next-v2:hover:before,
.slick-next-v2:focus:before {
  opacity: 1;
}

.slick-prev-v2.slick-disabled:before,
.slick-next-v2.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev-v2:before,
.slick-next-v2:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev-v2 {
  left: -30px;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  .slick-prev-v2 {
    left: -20px;
  }
}

[dir=rtl] .slick-prev-v2 {
  right: -100px;
  left: auto;
}

.slick-prev-v2:before {
  content: "←";
}

[dir=rtl] .slick-prev-v2:before {
  content: "→";
}

.slick-next-v2 {
  right: -51px;
}
@media screen and (max-width: 576px) {
  .slick-next-v2 {
    right: -20px;
  }
}

[dir=rtl] .slick-next-v2 {
  right: auto;
  left: -25px;
}

.slick-next-v2:before {
  content: "→";
}

[dir=rtl] .slick-next-v2:before {
  content: "←";
}

/*Slick V2 End*/
#formContactMessage {
  font-size: 2.2rem;
  color: #fff;
  -webkit-text-decoration: rgb(0, 0, 0);
          text-decoration: rgb(0, 0, 0);
  text-align: center;
  padding: 5px 0px;
}

.formContact {
  margin-bottom: 40px;
  padding: 0px 30px;
  /*footer*/
}
.formContact input {
  padding: 4px 15px;
  margin: 10px 0px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  border: 1px solid #a5b5c4;
  background-color: transparent;
}
.formContact textarea {
  height: 180px;
  padding: 8px 15px;
  margin: 10px 0px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  border: 1px solid #a5b5c4;
  background-color: transparent;
}
.formContact button {
  height: 42px;
  padding: 6px 60px 0px 60px;
  border: none;
  border-radius: 4px;
  background-color: #909eab;
  font-size: 18px;
  color: #ffffff;
  -webkit-text-decoration: none solid rgb(255, 255, 255);
          text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.formContact button:hover {
  background-color: #4f575e;
}
.formContact label {
  font-size: 1rem;
  color: #7a8691;
  -webkit-text-decoration: none solid rgb(122, 134, 145);
          text-decoration: none solid rgb(122, 134, 145);
  display: block;
  padding: 10px 0px 5px 0px;
}
.formContact div.bt-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.formContact.formContactFooter input {
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: solid 2px #a2a8b9;
  margin-bottom: 25px;
}
.formContact.formContactFooter textarea {
  height: 180px;
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  background-color: #fff;
}
.formContact.formContactFooter button {
  background-color: red;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 60px;
  border: none;
  cursor: pointer;
  float: none;
  text-align: center;
}
.formContact.formContactFooter label {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  display: block;
  padding: 10px 0px 5px 0px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Jost", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

.border-dashed-grey-product {
  width: 100%;
  padding: 10px 0px;
  border-bottom: dashed #d6d6d6 1px;
}

div.vertical-vertical .outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.vertical-vertical .middle {
  display: table-cell;
  vertical-align: middle;
}
div.vertical-vertical .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*whatever width you want*/
  text-align: center;
}

.body-layer {
  position: fixed;
  background-color: #132625;
  opacity: 0.95;
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  display: none;
}
.body-layer.active {
  display: block;
}

div#menu_hamb {
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 1200px) {
  div#menu_hamb {
    display: block;
  }
}
div#menu_hamb svg rect {
  fill: #000;
}

/*************************************************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX***************************************/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
  /*navi 1*/
}
.sidenav.modalGreen {
  background: #000;
}
.sidenav.modalWhite {
  background: #fff;
}
.sidenav.active {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}
.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}
.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav div.navi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.sidenav ul.navi-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  align-items: left;
  flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
}
.sidenav ul.navi-list ul {
  padding-left: 30px;
}
.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease;
  list-style: none;
}
.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
.sidenav ul.navi-list li a.modal-link:hover {
  transform: translate(10px, 0px);
}
.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}
.sidenav ul.navi-list li a.modal-link-small:hover {
  transform: translate(10px, 0px);
}
.sidenav div.navi-contact {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sidenav div.address a {
  color: #fff;
}
@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}
.sidenav a.navi-text-strike div.text-email {
  font-family: "Krona One", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}
.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}
.sidenav ul.menu-social-list {
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}
.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidenav ul.menu-social-list li a {
  transition: all 0.5s ease 0s;
  color: #fff;
}
.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}
.sidenav ul.menu-social-list li:hover {
  transform: scale(1.2);
}
.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

/*****************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX********************************/
footer {
  padding: 0px 0px;
  margin: 0px auto;
  background-color: #021218;
}
footer div.wraps {
  padding: 30px 0px;
}
footer div.wraps div.content {
  font-size: 1.7rem;
  padding: 25px 15px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #fff;
}
footer div.wraps div.content ul.menu {
  list-style: none;
  padding: 0px;
}
footer div.wraps div.content li {
  font-size: 2rem;
  padding-top: 5px;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 0px;
}
footer div.wraps div.content a {
  color: #fff;
}
footer div.copyrights {
  width: 100%;
  background-color: #fff;
  color: #353535;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 5px 0px;
}

header {
  position: relative;
  text-align: center;
}
header div.header-wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0px;
  border-bottom: solid 1px #222;
}
header div.header-wrap.active {
  background-color: rgb(255, 255, 255);
}
header div.navigation {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  header div.navigation {
    max-width: 1480px;
  }
}
header div.navigation div.section-logo {
  float: left;
  width: 260px;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
header div.navigation div.section-menu {
  float: left;
  width: calc(100% - 260px);
}
header div.navigation div.menu {
  width: 100%;
  height: 100px;
  float: left;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
header div.navigation div.menu ul {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header div.navigation div.menu ul {
    display: none;
  }
}
header div.navigation div.menu ul li {
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  height: 100px;
  transition: all 0.5s ease 0s;
  position: relative;
}
header div.navigation div.menu ul li span {
  transition: all 0.5s ease 0s;
  transform: skew(25deg);
  bottom: -100%;
  position: absolute;
}
header div.navigation div.menu ul li:hover span {
  background-color: #203556;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  transform: skew(25deg);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  header div.navigation div.menu ul li {
    display: none;
    padding-left: 1px;
    padding-right: 1px;
  }
}
header div.navigation div.menu ul li i {
  color: #fff;
}
header div.navigation div.menu ul li.LangFix img {
  height: 20px;
}
header div.navigation div.menu ul li.LangFix:hover {
  background-color: transparent;
}
header div.navigation div.menu ul li.LangFix a {
  margin: 35px 0px 10px 5px;
  padding: 0px 0px;
  background-color: transparent;
}
header div.navigation div.menu ul li.LangFix a i {
  color: #cfa868;
  font-size: 30px;
}
header div.navigation div.menu ul li span.extras {
  position: relative;
  top: -3px;
}
header div.navigation div.menu ul li i.extras {
  font-size: 30px;
  top: 3px;
  padding-right: 8px;
  position: relative;
}
header div.navigation div.menu ul li a {
  position: relative;
  color: #000;
  font-size: 2rem;
  display: inline-block;
  padding: 35px 20px;
  border: solid 1px transparent;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
header div.navigation div.menu ul li a:hover, header div.navigation div.menu ul li a.active {
  color: #fff;
}

div.header-slider-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  background-color: #1e1e1e;
  height: 400px;
  overflow: hidden;
}
div.header-slider-page div.image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 100;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  div.header-slider-page div.image {
    top: 0px;
  }
}

div.header-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  background-color: #1e1e1e;
  min-height: 100vh;
  height: 100vh;
}
div.header-slider div.image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 100;
  min-height: 100vh;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  div.header-slider div.image {
    top: 0px;
  }
}
@media screen and (max-width: 992px) {
  div.header-slider {
    position: relative;
    margin-top: 100px;
  }
}
div.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
  line-height: 0px;
}
div.header-slider div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.7;
  top: 0px;
  z-index: 20;
  transition: all 0.5s ease 0s;
  z-index: 999996;
  background-image: url("/assets/front/media/point-bg.png");
  background-position: center center;
}
div.header-slider div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 20;
  transition: all 0.5s ease 0s;
  z-index: 999998;
  font-size: 7rem;
  line-height: 9rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Space Grotesk", sans-serif;
}
@media screen and (max-width: 768px) {
  div.header-slider div.content {
    font-size: 4rem;
    line-height: 5rem;
  }
}
div.header-slider div.content div.text {
  max-width: 600px;
}
div.header-slider div.item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
  min-height: 650px;
  overflow: hidden;
}
div.header-slider div.contentFix {
  position: absolute;
  width: 700px;
  height: 180px;
  background-color: #fff;
  right: 0px;
  bottom: 0px;
  z-index: 999998;
}
@media screen and (max-width: 768px) {
  div.header-slider div.contentFix {
    width: 100%;
    border-bottom: solid 1px #203556;
    padding-bottom: 20px;
    height: auto;
  }
}
div.header-slider div.contentFix div.text {
  margin: 35px auto 15px auto;
  padding: 0px 30px;
  color: #203556;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  border-right: solid 1px #203556;
}
@media screen and (max-width: 768px) {
  div.header-slider div.contentFix div.text {
    padding: 0px 15px;
    border-right: 0px;
    text-align: center;
  }
}
div.header-slider div.contentFix a.more {
  padding: 10px 15px;
  color: #203556;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: solid 1px #203556;
  z-index: 99999999;
  font-weight: 500;
  transition: all 0.5s ease 0s;
}
div.header-slider div.contentFix a.more:hover {
  color: #fff;
  background-color: #203556;
}
div.header-slider .slick-current div.zoom-in-out-box {
  z-index: 99999;
}

div.breadcrumbs {
  width: 100%;
  position: relative;
  top: 10px;
}
div.breadcrumbs span {
  color: #b2b2b2;
}
div.breadcrumbs a {
  color: #b2b2b2;
  font-size: 16px;
  padding: 5px 0px;
  display: inline;
  margin: 0;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  div.breadcrumbs a {
    font-size: 12px;
    padding: 0px 0px;
  }
}
div.breadcrumbs a span {
  padding: 0px 7px;
}
div.breadcrumbs a:hover, div.breadcrumbs a.active {
  color: #000;
}

.white-button {
  display: inline-block;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

._btnBlue {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #283583;
  border-color: #283583;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}

._btnBlue:hover {
  text-decoration: none;
  background: #ef7d00;
  border-color: #ef7d00;
  color: #ffffff !important;
}

._btnOrange {
  cursor: pointer;
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}
._btnOrange.min-h-80 {
  min-height: 80px;
}

._btnOrange:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff;
}

._btnGreen {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #6ab165;
  border-color: #6ab165;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnGreen:hover {
  text-decoration: none;
  color: #ffffff;
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.form-reminder-wrap {
  display: none;
}
.form-reminder-wrap.active {
  display: block;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

.success-message-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.success-message {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #132625;
  background-color: #132625;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  display: none;
}

/*shop cart END*/
.form-hide-signup.hide {
  display: none;
}

.imageFixed {
  position: relative;
  max-width: 60px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
}

.contentFixed {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}

.iframeVideoHeader {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideoHeader iframe, .iframeVideoHeader video {
  width: 100%;
  height: 100%;
  position: absolute;
}

a.fixMargin {
  position: relative;
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

/*Dedykowane*/
div.section-home-icons {
  margin: 30px 0px;
  position: relative;
}
div.section-home-icons div.box {
  padding: 20px 10px;
  text-align: center;
}
div.section-home-icons div.icon {
  text-align: center;
  padding-bottom: 30px;
}
div.section-home-icons div.icon img {
  max-width: 100px;
}
div.section-home-icons div.title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
div.section-home-icons div.text {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000;
}

div.section-home-posts {
  background-color: #032e63;
  padding-top: 80px;
  padding-bottom: 80px;
}
div.section-home-posts h2 {
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-home-posts h2 {
    font-size: 4rem;
  }
}
div.section-home-posts a.box {
  margin-bottom: 30px;
  display: inline-block;
}
div.section-home-posts div.date {
  font-size: 1.6rem;
  padding: 10px 0px 20px 0px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #fff;
}
div.section-home-posts div.title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  min-height: 90px;
}
div.section-home-posts div.content {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #fff;
}
div.section-home-posts div.more {
  font-size: 1.6rem;
  padding: 30px 0px 0px 0px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
}
div.section-home-posts div.more span {
  color: #032e63;
  background-color: #fff;
  padding: 5px 30px;
}

div.section-home-start-1 {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 0px;
}
div.section-home-start-1 h2 {
  font-size: 8rem;
  line-height: 9rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-home-start-1 h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
div.section-home-start-1 div.box {
  padding: 10px 40px;
}
@media screen and (max-width: 576px) {
  div.section-home-start-1 div.box {
    padding: 10px 0px;
  }
}
div.section-home-start-1 div.percent {
  width: 100%;
  padding: 30px 0px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  div.section-home-start-1 div.percent {
    padding: 10px 0px;
  }
}
div.section-home-start-1 span.counterFix {
  font-family: "Oswald", serif;
  font-size: 12rem;
  line-height: 12rem;
  color: #1A1A1A;
  -webkit-text-stroke-color: #203556;
  -webkit-text-stroke-width: 2px;
  color: transparent !important;
  text-shadow: none;
}
@media screen and (max-width: 576px) {
  div.section-home-start-1 span.counterFix {
    font-size: 8rem;
    line-height: 8rem;
  }
}
div.section-home-start-1 div.text {
  font-size: 2rem;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 2.4rem;
  font-weight: 500;
  color: #203556;
  border-top: solid 1px #d9dde6;
  text-align: center;
}
@media screen and (max-width: 576px) {
  div.section-home-start-1 div.text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

div.section-home-start-2 {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 0px;
}
div.section-home-start-2 h2 {
  font-size: 8rem;
  line-height: 9rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-home-start-2 h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
div.section-home-start-2 div.title {
  font-size: 2rem;
  padding-bottom: 3px;
  padding-top: 20px;
  margin-bottom: 15px;
  line-height: 2.4rem;
  font-weight: 500;
  color: #203556;
  border-bottom: solid 1px #203556;
  cursor: pointer;
  position: relative;
}
div.section-home-start-2 div.title span {
  position: absolute;
  display: inline-block;
  margin: 0 5px;
  font-size: 10px;
  line-height: inherit;
  right: 0px;
  transition: all 0.5s ease 0s;
}
div.section-home-start-2 div.title span i {
  font-size: 30px;
  transition-property: transform;
  transition-duration: 0.3s;
  transform-origin: center;
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
div.section-home-start-2 div.title span.active i {
  transform: rotate(180deg);
}
div.section-home-start-2 div.article {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #203556;
  overflow: hidden;
  display: none;
}
div.section-home-start-2 div.article.active {
  display: block;
  padding-bottom: 20px;
}

div.section-home-info-1 {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 0px;
}
div.section-home-info-1 h2 {
  font-size: 3.2rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
}
div.section-home-info-1 div.section-right {
  padding-left: 50px;
}
@media screen and (max-width: 576px) {
  div.section-home-info-1 div.section-right {
    padding-left: 0px;
  }
}
div.section-home-info-1 div.title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  min-height: 90px;
}
div.section-home-info-1 div.article {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #474f72;
}
div.section-home-info-1 div.article ul {
  margin-top: 40px;
}
div.section-home-info-1 div.article ul li {
  font-size: 2rem;
  padding-bottom: 5px;
  line-height: 2.8rem;
  font-weight: 400;
  color: #474f72;
}

div.section-home-fixed-reverse {
  margin: 150px auto 50px auto;
  padding: 0px;
  position: relative;
  background-color: #203556;
}
@media screen and (max-width: 768px) {
  div.section-home-fixed-reverse {
    margin: 20px auto 50px auto;
    padding: 0px 15px;
  }
}
div.section-home-fixed-reverse h2 {
  font-size: 8rem;
  line-height: 9rem;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-home-fixed-reverse h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
div.section-home-fixed-reverse h3 {
  font-size: 3rem;
  line-height: 3.4rem;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
div.section-home-fixed-reverse div.title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
div.section-home-fixed-reverse div.text {
  color: #fff;
  font-size: 1.6rem;
}
div.section-home-fixed-reverse div.slider-machine div.info {
  color: #fff;
}
div.section-home-fixed-reverse div.slider-machine div.title {
  color: #fff;
}

div.section-home-fixed {
  margin: 150px auto 50px auto;
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.section-home-fixed {
    margin: 20px auto 20px auto;
    padding: 0px 15px;
  }
}
div.section-home-fixed h2 {
  font-size: 8rem;
  line-height: 9rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-home-fixed h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
div.section-home-fixed h3 {
  font-size: 3rem;
  line-height: 3.4rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
div.section-home-fixed div.title {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
}
div.section-home-fixed div.text {
  color: #313131;
  font-size: 1.6rem;
}

div.slider-posts {
  padding-top: 0px;
}
div.slider-posts div.image {
  position: relative;
  overflow: hidden;
}
div.slider-posts div.image img {
  position: relative;
  overflow: hidden;
}
div.slider-posts div.content {
  position: absolute;
  bottom: 0px;
  background-color: #fff;
  padding: 20px 0px;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease 0s;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 576px) {
  div.slider-posts div.content {
    transform: translateY(0%);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: block;
    position: relative;
  }
}
div.slider-posts div.box {
  position: relative;
  padding: 20px 40px;
  transition: all 0.5s ease 0s;
}
div.slider-posts div.box:hover div.content {
  transform: translateY(0%);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: block;
}
div.slider-posts div.info {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #203556;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 400;
}
div.slider-posts div.title {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #203556;
  padding-bottom: 10px;
  font-weight: 600;
}
div.slider-posts div.slick-track {
  padding-top: 100px;
}
div.slider-posts div.slick-slide div.image {
  top: -100px;
}
@media screen and (max-width: 576px) {
  div.slider-posts div.slick-slide div.image {
    top: -5px;
  }
}
div.slider-posts div.slick-slide.slick-center div.image {
  top: 0px;
}
@media screen and (max-width: 576px) {
  div.slider-posts div.slick-slide.slick-center div.image {
    top: -5px;
  }
}

div.slider-machine div.image {
  position: relative;
  overflow: hidden;
}
div.slider-machine div.image img {
  position: relative;
  overflow: hidden;
}
div.slider-machine div.box {
  position: relative;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  div.slider-machine div.box {
    padding: 20px 10px;
  }
}
div.slider-machine div.info {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #203556;
  padding-top: 5px;
  padding-bottom: 10px;
  font-weight: 400;
}
div.slider-machine div.title {
  font-size: 2rem;
  line-height: 2.6rem;
  color: #203556;
  padding-bottom: 10px;
  font-weight: 600;
}

div.section-home-paralax {
  margin: 40px auto 0px auto;
  padding: 0px;
  position: relative;
}
div.section-home-paralax div.image {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 520px;
}
@media screen and (max-width: 768px) {
  div.section-home-paralax div.image {
    min-height: 320px;
  }
}
@media screen and (max-width: 576px) {
  div.section-home-paralax div.image {
    min-height: 320px;
  }
}
div.section-home-paralax div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.55);
}
div.section-home-paralax div.content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}
div.section-home-paralax div.content div.title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 7rem;
  line-height: 8rem;
  padding-bottom: 5px;
  line-height: 2.8rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 992px) {
  div.section-home-paralax div.content div.title {
    font-size: 3.4rem;
    line-height: 4rem;
    padding: 0px 15px;
  }
}
div.section-home-paralax div.content div.text {
  font-size: 2.6rem;
  padding: 25px 15px 0px 15px;
  line-height: 3.6rem;
  font-weight: 400;
  color: #fff;
}
div.section-home-paralax div.content div.more {
  margin-top: 50px;
  text-align: center;
}
div.section-home-paralax div.content div.more a {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #fff;
  padding: 15px 30px;
  border: solid 1px #fff;
  border-radius: 20px;
  transition: all ease-in 0.3s;
}
div.section-home-paralax div.content div.more a span i {
  transition: all ease-in 0.3s;
  position: relative;
  transform: rotate(45deg);
  left: 0px;
}
div.section-home-paralax div.content div.more a:hover {
  background-color: #fff;
  color: #000;
}
div.section-home-paralax div.content div.more a:hover span i {
  left: 15px;
}
div.section-home-paralax div.skretch {
  font-family: "Oswald", serif;
  font-size: 12rem;
  line-height: 16rem;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  color: transparent !important;
  text-shadow: none;
}
@media screen and (max-width: 1200px) {
  div.section-home-paralax div.skretch {
    font-size: 9rem;
    line-height: 11rem;
  }
}
@media screen and (max-width: 992px) {
  div.section-home-paralax div.skretch {
    font-size: 9rem;
    line-height: 11rem;
  }
}
@media screen and (max-width: 768px) {
  div.section-home-paralax div.skretch {
    font-size: 7rem;
    line-height: 9rem;
    color: #fff !important;
  }
}
@media screen and (max-width: 576px) {
  div.section-home-paralax div.skretch {
    font-size: 3rem;
    line-height: 5rem;
    color: #fff !important;
  }
}
div.section-home-paralax .animated-text {
  direction: rtl; /* Ustawienie kierunku tekstu na od prawej do lewej */
  white-space: nowrap; /* Uniemożliwiaj zawijanie tekstu */
  overflow: hidden; /* Ukryj tekst, który wystaje poza ramy */
  animation: slideRightToLeft 15s linear infinite; /* Animacja przesunięcia */
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%); /* Początkowe położenie poza widokiem */
  }
  100% {
    transform: translateX(-100%); /* Końcowe położenie (przesunięcie w lewo) */
  }
}

div.section-pages {
  padding: 20px 15px;
}
div.section-pages div.pageWrapH1-v2 {
  margin-top: 40px;
}
div.section-pages div.pageWrapH1 {
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  div.section-pages div.pageWrapH1 {
    margin-top: 20px;
  }
}
div.section-pages h1 {
  font-size: 8rem;
  line-height: 9rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-pages h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
div.section-pages h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
div.section-pages div.subtitle {
  font-size: 2.1rem;
  font-weight: 400;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
div.section-pages div.article {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #474f72;
}
div.section-pages div.page-slider-gallery {
  margin: 50px;
}
div.section-pages .slick-current a.zoom-in-out-box {
  position: relative;
  display: inline-block;
  z-index: 99999;
}

div.section-portfolios {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.section-portfolios.pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.section-portfolios h2 {
  font-size: 5rem;
  color: #032e63;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-portfolios h2 {
    font-size: 4rem;
  }
}
div.section-portfolios h2.pages {
  font-size: 5rem;
  color: #032e63;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-portfolios h2.pages {
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}
div.section-portfolios a.box {
  margin-bottom: 30px;
  display: inline-block;
}
div.section-portfolios div.subtitle {
  font-size: 1.6rem;
  padding: 10px 0px 20px 0px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #56575b;
}
div.section-portfolios div.title {
  font-size: 2.2rem;
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #032e63;
}
div.section-portfolios div.content {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #032e63;
  height: 160px;
}
div.section-portfolios div.more {
  font-size: 1.6rem;
  padding: 30px 0px 0px 0px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #032e63;
  text-align: right;
}
div.section-portfolios div.more span {
  color: #fff;
  background-color: #032e63;
  padding: 5px 30px;
}

div.section-machines {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.section-machines h2 {
  font-size: 5rem;
  color: #032e63;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-machines h2 {
    font-size: 4rem;
  }
}
div.section-machines a.box {
  margin-bottom: 30px;
  display: inline-block;
}
div.section-machines div.subtitle {
  font-size: 1.6rem;
  padding: 10px 0px 20px 0px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #56575b;
}
div.section-machines div.title {
  font-size: 2.2rem;
  padding-top: 30px;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #032e63;
}
div.section-machines div.content {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #032e63;
  height: 160px;
}
div.section-machines div.more {
  font-size: 1.6rem;
  padding: 30px 0px 0px 0px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #032e63;
  text-align: right;
}
div.section-machines div.more span {
  color: #fff;
  background-color: #032e63;
  padding: 5px 30px;
}

div.section-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}
div.section-posts.pages {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.section-posts h1 {
  font-size: 8rem;
  line-height: 9rem;
  color: #203556;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
  font-weight: 700;
  text-transform: inherit;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  div.section-posts h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
div.section-posts h2 {
  font-size: 5rem;
  color: #032e63;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-posts h2 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
}
div.section-posts h2.pages {
  font-size: 5rem;
  color: #032e63;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.section-posts h2.pages {
    font-size: 2.6rem;
    padding-bottom: 10px;
  }
}
div.section-posts a.box {
  margin-bottom: 30px;
  display: inline-block;
}
div.section-posts div.date {
  font-size: 1.6rem;
  padding: 10px 0px 20px 0px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #032e63;
}
div.section-posts div.title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  line-height: 2.4rem;
  font-weight: 700;
  color: #032e63;
  min-height: 90px;
}
div.section-posts div.content {
  font-size: 1.6rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #032e63;
  height: 160px;
}
div.section-posts div.more {
  font-size: 1.6rem;
  padding: 30px 0px 0px 0px;
  line-height: 1.8rem;
  font-weight: 400;
  color: #032e63;
  text-align: right;
}
div.section-posts div.more span {
  color: #fff;
  background-color: #032e63;
  padding: 5px 30px;
}

.section-breadcrumb {
  padding: 50px 15px 0px 5px;
}
.section-breadcrumb ul li {
  font-size: 1.6rem;
}
.section-breadcrumb ul li a {
  color: #032e63;
}

.zoom-in-out-box {
  margin: 0px;
  width: 100%;
  height: 100%;
  animation: zoom-in-zoom-out 20s ease infinite;
  transform-origin: center center;
  z-index: 99;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
.bt-blue {
  font-size: 3rem;
  padding: 5px 30px 8px 30px;
  line-height: 4rem;
  font-weight: 400;
  color: #fff;
  background-color: #032e63;
  border: solid 1px #032e63;
  text-align: right;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 576px) {
  .bt-blue {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.bt-blue i {
  transition: all 0.5s ease 0s;
  position: relative;
  left: 10px;
  transform: rotate(45deg);
}
.bt-blue:hover {
  color: #032e63;
  background-color: #fff;
  border: solid 1px #032e63;
}
.bt-blue:hover i {
  left: 20px;
}

div.container.no-guttersGalleries {
  padding: 0px !important;
}
