/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/glightbox/dist/css/glightbox.css ***!
  \****************************************************************************************************************************************/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./style.css ***!
  \****************************************************************************************************/
/*
Theme Name: New rack system
Version: 1.0
Author: Grupa Improve
*/
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/style.scss ***!
  \*****************************************************************************************************************/
.breadcrumbs-container {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 174px 12px;
}
@media (max-width: 1120px) {
  .breadcrumbs-container {
    margin-top: 120px;
  }
}
.breadcrumbs-container .breadcrumbs {
  grid-column: span 12;
}
.breadcrumbs-container .breadcrumbs a {
  text-transform: uppercase;
  color: #f18411;
  text-decoration: underline;
}
.breadcrumbs-container .breadcrumbs span {
  color: #4a4a4a;
  text-transform: uppercase;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Verdana", serif;
  font-size: 1rem;
  line-height: 150%;
  color: #3b3b3b;
  font-weight: 400;
  margin: 0;
}
body #page {
  overflow: hidden;
}
body p {
  margin: 0 0 16px;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
body a:hover {
  color: #f18411;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-id-1247 .banner,
.page-id-1219 .banner,
.page-id-1233 .banner,
.page-id-1238 .banner,
.page-regaly-polkowe-przeglad .banner,
.parent-pageid-150 .banner {
  margin-block: 78px;
}
@media (max-width: 1120px) {
  .page-id-1247 .banner,
  .page-id-1219 .banner,
  .page-id-1233 .banner,
  .page-id-1238 .banner,
  .page-regaly-polkowe-przeglad .banner,
  .parent-pageid-150 .banner {
    margin-block: 64px;
  }
}
.page-id-1247 .banner__text,
.page-id-1219 .banner__text,
.page-id-1233 .banner__text,
.page-id-1238 .banner__text,
.page-regaly-polkowe-przeglad .banner__text,
.parent-pageid-150 .banner__text {
  max-width: 790px;
}
.page-id-1247 .banner__img-container::after,
.page-id-1219 .banner__img-container::after,
.page-id-1233 .banner__img-container::after,
.page-id-1238 .banner__img-container::after,
.page-regaly-polkowe-przeglad .banner__img-container::after,
.parent-pageid-150 .banner__img-container::after {
  height: 484px;
  margin: auto;
  z-index: 10;
}
@media (max-width: 1120px) {
  .page-id-1247 .banner__img-container::after,
  .page-id-1219 .banner__img-container::after,
  .page-id-1233 .banner__img-container::after,
  .page-id-1238 .banner__img-container::after,
  .page-regaly-polkowe-przeglad .banner__img-container::after,
  .parent-pageid-150 .banner__img-container::after {
    height: auto;
  }
}
.page-id-1247 .banner__img-container img,
.page-id-1219 .banner__img-container img,
.page-id-1233 .banner__img-container img,
.page-id-1238 .banner__img-container img,
.page-regaly-polkowe-przeglad .banner__img-container img,
.parent-pageid-150 .banner__img-container img {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  height: 484px;
}
@media (max-width: 1120px) {
  .page-id-1247 .banner__img-container img,
  .page-id-1219 .banner__img-container img,
  .page-id-1233 .banner__img-container img,
  .page-id-1238 .banner__img-container img,
  .page-regaly-polkowe-przeglad .banner__img-container img,
  .parent-pageid-150 .banner__img-container img {
    height: auto;
    position: static;
  }
}
.page-id-1247 .banner__tile h2,
.page-id-1219 .banner__tile h2,
.page-id-1233 .banner__tile h2,
.page-id-1238 .banner__tile h2,
.page-regaly-polkowe-przeglad .banner__tile h2,
.parent-pageid-150 .banner__tile h2 {
  font-size: 48px;
}
.page-id-1247 .banner__tile span,
.page-id-1219 .banner__tile span,
.page-id-1233 .banner__tile span,
.page-id-1238 .banner__tile span,
.page-regaly-polkowe-przeglad .banner__tile span,
.parent-pageid-150 .banner__tile span {
  background: #4a4a4a;
  padding-top: 72px;
  padding-bottom: 165px;
}
@media (max-width: 1120px) {
  .page-id-1247 .banner__tile span,
  .page-id-1219 .banner__tile span,
  .page-id-1233 .banner__tile span,
  .page-id-1238 .banner__tile span,
  .page-regaly-polkowe-przeglad .banner__tile span,
  .parent-pageid-150 .banner__tile span {
    padding-block: 32px;
    width: 100%;
  }
}
.page-id-1247 .banner__tile span::before,
.page-id-1219 .banner__tile span::before,
.page-id-1233 .banner__tile span::before,
.page-id-1238 .banner__tile span::before,
.page-regaly-polkowe-przeglad .banner__tile span::before,
.parent-pageid-150 .banner__tile span::before {
  background: #4a4a4a;
  right: -270px;
  width: 270px;
}
@media (max-width: 1120px) {
  .page-id-1247 .banner__tile span::before,
  .page-id-1219 .banner__tile span::before,
  .page-id-1233 .banner__tile span::before,
  .page-id-1238 .banner__tile span::before,
  .page-regaly-polkowe-przeglad .banner__tile span::before,
  .parent-pageid-150 .banner__tile span::before {
    display: none;
  }
}

.page-montaz-i-demontaz-regalow .text-section-alt {
  margin-block: 92px 38px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .text-section-alt {
    margin-block: 64px;
  }
}
.page-montaz-i-demontaz-regalow .text-section-alt p {
  font-size: 16px;
  padding-inline: 70px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .text-section-alt p {
    padding-inline: 0;
  }
}
.page-montaz-i-demontaz-regalow .services-tiles__content {
  grid-column: span 12;
  padding-inline: 14px;
  gap: 24px;
}
.page-montaz-i-demontaz-regalow .services-tiles__content-in {
  padding: 38px 30px 20px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .services-tiles__content-in {
    padding: 16px;
  }
}
.page-montaz-i-demontaz-regalow .services-tiles {
  margin-block: 38px 80px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .services-tiles {
    margin-block: 64px;
  }
}
.page-montaz-i-demontaz-regalow .services-tiles h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .services-tiles h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .services-tiles__text {
    padding-inline: 0;
  }
}
.page-montaz-i-demontaz-regalow .banner-alt {
  height: 544px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .banner-alt {
    margin-bottom: 64px;
    height: auto;
    min-height: 700px;
  }
}
.page-montaz-i-demontaz-regalow .banner-alt .banner-alt__img-container::after {
  height: 110%;
}
.page-montaz-i-demontaz-regalow .banner-alt__img-container {
  grid-column: 3/span 8;
}
@media (max-width: 1500px) {
  .page-montaz-i-demontaz-regalow .banner-alt__img-container {
    grid-column: span 12;
  }
}
.page-montaz-i-demontaz-regalow .banner-alt__content-in {
  padding: 36px 30px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .banner-alt__content-in {
    padding: 16px;
  }
}
.page-montaz-i-demontaz-regalow .banner-alt__content-in p {
  font-size: 20px;
  font-family: "Verdana";
  letter-spacing: 0;
}
.page-montaz-i-demontaz-regalow .image-text__content-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-montaz-i-demontaz-regalow .image-text__text p {
  margin-bottom: 24px;
}
.page-montaz-i-demontaz-regalow .image-text + .text-section-alt {
  margin-block: 80px 36px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .image-text + .text-section-alt {
    margin-block: 64px;
  }
}
.page-montaz-i-demontaz-regalow .image-text + .text-section-alt h2 {
  font-weight: 400;
}
.page-montaz-i-demontaz-regalow .image-text + .text-section-alt p {
  font-size: 20px;
  padding-inline: 0;
}
.page-montaz-i-demontaz-regalow .why-worth {
  margin-block: 36px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .why-worth {
    margin-block: 64px;
  }
}
.page-montaz-i-demontaz-regalow .why-worth h2 {
  margin-bottom: 28px;
}
.page-montaz-i-demontaz-regalow .why-worth .why-worth__content-in {
  margin-bottom: 2px;
}
.page-montaz-i-demontaz-regalow .invest__text {
  margin-bottom: 34px;
}
@media (max-width: 1120px) {
  .page-montaz-i-demontaz-regalow .invest__text {
    margin-bottom: 32px;
  }
}

.page-odbojnice-magazynowe .text-section-alt h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.page-odbojnice-magazynowe .text-section-alt p {
  font-size: 18px;
  padding-inline: 0;
  margin: 0;
}
.page-odbojnice-magazynowe .services-tiles__content {
  grid-column: span 12;
  padding-inline: 14px;
  gap: 24px;
}
.page-odbojnice-magazynowe .services-tiles__content-in {
  padding: 38px 30px 20px;
}
@media (max-width: 1120px) {
  .page-odbojnice-magazynowe .services-tiles__content-in {
    padding: 16px;
  }
}
.page-odbojnice-magazynowe .services-tiles__content-in em {
  margin-bottom: 18px;
}
.page-odbojnice-magazynowe .services-tiles__content-in strong {
  line-height: 122%;
  min-height: auto;
}
.page-odbojnice-magazynowe .services-tiles + .text-section-alt .text-section-alt__text {
  grid-column: 2/span 10;
}
@media (max-width: 1120px) {
  .page-odbojnice-magazynowe .services-tiles + .text-section-alt .text-section-alt__text {
    grid-column: span 12;
  }
}
.page-odbojnice-magazynowe .services-tiles + .text-section-alt .text-section-alt__text p {
  padding-inline: 100px;
}
@media (max-width: 1120px) {
  .page-odbojnice-magazynowe .services-tiles + .text-section-alt .text-section-alt__text p {
    padding-inline: 0;
  }
}

.archive .page-header {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.archive .page-title {
  margin-top: 200px;
  grid-column: 2/span 11;
}
@media (max-width: 1120px) {
  .archive .page-title {
    grid-column: span 12;
    margin-top: 100px;
  }
}

.ez-toc-container-direction {
  grid-column: 2/span 10;
}
@media (max-width: 1120px) {
  .ez-toc-container-direction {
    grid-column: span 12;
  }
}

.page-polityka-prywatnosci-2 .entry-content,
.page-polityka-prywatnosci .entry-content,
.page-ogolne-warunki-handlowe .entry-content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 200px 80px;
}
@media (max-width: 1120px) {
  .page-polityka-prywatnosci-2 .entry-content,
  .page-polityka-prywatnosci .entry-content,
  .page-ogolne-warunki-handlowe .entry-content {
    margin-block: 100px 64px;
  }
}
.page-polityka-prywatnosci-2 .entry-content *,
.page-polityka-prywatnosci .entry-content *,
.page-ogolne-warunki-handlowe .entry-content * {
  grid-column: 2/span 10;
}
@media (max-width: 1120px) {
  .page-polityka-prywatnosci-2 .entry-content *,
  .page-polityka-prywatnosci .entry-content *,
  .page-ogolne-warunki-handlowe .entry-content * {
    grid-column: span 12;
  }
}
.page-polityka-prywatnosci-2 .entry-content h2,
.page-polityka-prywatnosci .entry-content h2,
.page-ogolne-warunki-handlowe .entry-content h2 {
  text-align: left;
  margin-bottom: 24px;
  margin-block: 40px 24px;
}
@media (max-width: 1120px) {
  .page-polityka-prywatnosci-2 .entry-content h2,
  .page-polityka-prywatnosci .entry-content h2,
  .page-ogolne-warunki-handlowe .entry-content h2 {
    margin-block: 32px 16px;
  }
}

.banner__text a,
.wpcf7-submit,
.button {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding: 11px 23px;
  border: 1px solid #fff;
  background: #fff;
  display: block;
  max-width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner__text a:hover,
.wpcf7-submit:hover,
.button:hover {
  background: #f18411;
  color: #fff;
  border-color: #f18411;
}

.banner__text a {
  border-color: #f18411;
  margin: 32px auto 0;
}

.wpcf7-submit {
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 26px;
}
.wpcf7-submit:hover {
  border-color: #fff;
}

.wpcf7-spinner {
  display: none;
}

@font-face {
  font-family: "Verdana";
  src: url(a3155a8e99db3c7c2c8e.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  src: url(c3ef5b35867c7cef68e2.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pragati Narrow";
  src: url(8ecc64a87e68ea3a3cac.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pragati Narrow";
  src: url(c5a379314ef95b0694ce.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
.footer {
  padding-block: 40px;
  background: #dbdbdb;
  margin-bottom: 58px;
}
@media (max-width: 1120px) {
  .footer {
    margin-bottom: 0;
    padding-bottom: 32px;
  }
}
.footer__cols {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  padding-inline: 25px;
}
@media (max-width: 1120px) {
  .footer__cols {
    padding-inline: 16px;
  }
}
.footer__first-col {
  grid-column: span 4;
}
.footer__first-col img {
  max-width: 144px;
}
@media (max-width: 1120px) {
  .footer__first-col {
    grid-column: span 12;
  }
}
.footer__logo {
  display: block;
  margin: 10px 0 50px;
}
@media (max-width: 1120px) {
  .footer__logo {
    margin: 0 0 16px;
  }
}
.footer__contact-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 4px;
}
@media (max-width: 1120px) {
  .footer__contact-data {
    margin-bottom: 16px;
  }
}
.footer__contact-data a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #243a4d;
  margin-bottom: 12px;
}
@media (max-width: 1120px) {
  .footer__contact-data a {
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    margin-bottom: 6px;
  }
}
.footer__second-col {
  grid-column: span 2;
}
@media (max-width: 1120px) {
  .footer__second-col {
    grid-column: span 12;
    margin-bottom: 16px;
  }
}
.footer__third-col {
  grid-column: span 2;
}
.footer__third-col .second-title {
  margin-top: 24px;
}
@media (max-width: 1120px) {
  .footer__third-col {
    grid-column: span 12;
    margin-bottom: 16px;
  }
}
.footer__fourth-col {
  grid-column: span 2;
}
@media (max-width: 1120px) {
  .footer__fourth-col {
    grid-column: span 12;
    margin-bottom: 16px;
  }
}
.footer__fifth-col {
  grid-column: span 2;
}
@media (max-width: 1120px) {
  .footer__fifth-col {
    grid-column: span 12;
    margin-bottom: 16px;
  }
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li a {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 150%;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 4px 4px rgba(2, 66, 110, 0.15);
}
@media (max-width: 1120px) {
  .header {
    min-height: 90px;
    background: #fff;
  }
}
.header__top {
  padding-block: 8px;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  max-width: 1642px;
}
@media (max-width: 1120px) {
  .header__top {
    display: none;
  }
}
.header__top svg path {
  fill: #3b3b3b;
}
.header__contact-data {
  grid-column: 7/span 5;
  display: flex;
  justify-content: flex-end;
  padding-right: 34px;
  gap: 78px;
}
@media (max-width: 1500px) {
  .header__contact-data {
    grid-column: 5/span 7;
  }
}
.header__contact-data a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: 150%;
}
.header__social-media {
  grid-column: 12/span 1;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.header__social-media a {
  display: flex;
}
.header__social-media a svg path:first-child {
  fill: #3b3b3b;
}
.header__social-media a svg path:nth-child(2) {
  fill: #fff;
}
.header__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  max-width: 1618px;
  padding-block: 14px;
}
.header__logo {
  grid-column: span 1;
  display: none;
}
@media (max-width: 1120px) {
  .header__logo {
    grid-column: span 6;
  }
}
.header__logo img {
  width: 102px;
}
.header__logo-alt {
  grid-column: span 1;
}
@media (max-width: 1120px) {
  .header__logo-alt {
    grid-column: span 6;
  }
}
.header__logo-alt img {
  width: 102px;
}
.header__nav {
  grid-column: 2/span 11;
  padding-right: 124px;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .header__nav {
    padding-right: 0;
  }
}
@media (max-width: 1120px) {
  .header__nav {
    display: none;
  }
}
.header__nav > div {
  width: 100%;
}
.header__nav ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1500px) {
  .header__nav ul {
    gap: 16px;
  }
}
.header__nav ul li a {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 1120px) {
  .header__nav ul li a {
    text-transform: none;
    font-size: 18px;
  }
}
.header__nav ul li a:hover {
  color: #f18411;
}
.header__nav ul .menu-item-has-children {
  position: relative;
}
.header__nav ul .menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100px;
}
@media (max-width: 1120px) {
  .header__nav ul .menu-item-has-children::before {
    display: none;
  }
}
.header__nav ul .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 140%;
  flex-direction: column;
  background: #fff;
  padding: 16px;
  transform: translateY(-10px);
  opacity: 0;
  min-width: 250px;
  gap: 16px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1120px) {
  .header__nav ul .menu-item-has-children .sub-menu {
    position: static;
    background: none !important;
    opacity: 1;
    transform: none;
    padding-bottom: 0;
    max-width: auto;
  }
}
.header__nav ul .menu-item-has-children .sub-menu li a {
  text-transform: none;
  font-size: 16px;
}
.header__nav ul .menu-item-has-children .sub-menu li a::before {
  display: none;
}
.header__nav ul .menu-item-has-children:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
}
.header__nav ul .current-menu-item a {
  font-weight: 700;
  position: relative;
  display: block;
}
.header__nav ul .current-menu-item a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -15px;
  right: -15px;
  background: #02426e;
  height: 2px;
}

.hamburger {
  position: absolute;
  top: 42px;
  right: 32px;
  margin: auto;
  width: 30px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 1001;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}
@media (max-width: 1120px) {
  .hamburger {
    display: flex;
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3b3b3b;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center center;
  position: relative;
}

.hamburger-active .header {
  background: #fff;
  padding-block: 32px 64px;
  display: flex;
  flex-direction: column;
}
.hamburger-active .header__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 2;
  margin-top: 16px;
}
.hamburger-active .header__contact-data {
  flex-direction: column;
  padding: 0;
  gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.hamburger-active .header__logo,
.hamburger-active .header__logo-alt {
  display: none !important;
}
.hamburger-active .header__logo img,
.hamburger-active .header__logo-alt img {
  margin: 0 auto;
  margin-bottom: 16px;
}
.hamburger-active .header__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hamburger-active .header__nav {
  display: flex;
}
.hamburger-active .header__nav ul {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  gap: 32px;
}
@media (max-width: 1120px) {
  .hamburger-active .header__nav ul {
    gap: 16px;
  }
}
.hamburger-active .header__nav .current-menu-item a::before {
  bottom: -10px;
}
.hamburger-active .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(0, 0);
  position: absolute;
  top: 50%;
}
.hamburger-active .hamburger span:nth-child(2) {
  opacity: 0;
}
.hamburger-active .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(0, 0);
  position: absolute;
  top: 50%;
}

.hamburger-active.home .header {
  background: #000;
}

.onscroll .header {
  z-index: 101;
  background: #fff;
}

.onscroll.home .header {
  background: #000;
}

.home .hamburger span {
  background-color: #fff;
}
.home .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: none;
}
@media (max-width: 1120px) {
  .home .header {
    background: #000;
  }
}
.home .header .header__top {
  color: #fff;
}
.home .header .header__top svg path {
  fill: #fff;
}
.home .header .header__logo {
  display: block;
}
.home .header .header__logo-alt {
  display: none;
}
.home .header .header__nav ul li a {
  color: #fff;
}
.home .header .header__nav ul .menu-item-has-children .sub-menu {
  background: #000;
}
.home .header .header__nav ul .current-menu-item a::before {
  background: #f18411;
}
.home .header .header__social-media a svg path:first-child {
  fill: #fff;
}
.home .header .header__social-media a svg path:nth-child(2) {
  fill: rgb(162, 162, 161);
}

h1 {
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-size: 72px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}
@media (max-width: 1120px) {
  h1 {
    font-size: 45px;
  }
}

.h2,
h2 {
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
@media (max-width: 1120px) {
  .h2,
  h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}

.h3,
h3 {
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
@media (max-width: 1120px) {
  .h3,
  h3 {
    font-size: 30px;
  }
}

.h4,
h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 16px;
  text-transform: uppercase;
}

h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.single-post-content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.single-post-content .entry-header {
  grid-column: span 12;
}
.single-post-content .entry-header h1 {
  text-align: center;
  font-weight: 400;
  font-size: 64px;
  margin: 32px 0;
}
@media (max-width: 1120px) {
  .single-post-content .entry-header h1 {
    font-size: 45px;
    margin-bottom: 0;
  }
}
.single-post-content .post-meta {
  grid-column: span 12;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 700px) {
  .single-post-content .post-meta {
    margin-top: 32px;
    flex-direction: column;
    gap: 16px;
  }
}
.single-post-content .entry-content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  padding-inline: 0;
  grid-column: span 12;
}
.single-post-content ul,
.single-post-content p,
.single-post-content h2 {
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .single-post-content ul,
  .single-post-content p,
  .single-post-content h2 {
    grid-column: span 12;
  }
}
.single-post-content h2 {
  text-align: left;
  font-weight: 400;
  color: #c16a0e;
  margin-bottom: 24px;
}
.single-post-content h3 {
  color: #c16a0e;
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .single-post-content h3 {
    grid-column: span 12;
  }
}
.single-post-content h3 + h3 {
  font-weight: 400;
  padding-block: 8px 6px !important;
  color: #3b3b3b;
}
.single-post-content .midi-container {
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .single-post-content .midi-container {
    grid-column: span 12;
  }
}
.single-post-content p {
  margin-bottom: 40px;
}
@media (max-width: 1120px) {
  .single-post-content p {
    margin-bottom: 16px;
  }
}
.single-post-content .mini-container {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 0 40px;
  margin: 0;
}
@media (max-width: 1120px) {
  .single-post-content .mini-container {
    padding: 16px;
  }
}
.single-post-content p.mini-container {
  padding-bottom: 24px;
}
.single-post-content ul {
  margin: 0;
  padding-left: 28px;
}
.single-post-content .first-element {
  border-top: 1px solid #c9c9c9;
  padding-top: 40px;
}
.single-post-content .last-element {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 40px !important;
  margin-bottom: 42px;
}
@media (max-width: 1120px) {
  .single-post-content .last-element {
    margin-bottom: 32px;
  }
}

.contact.single-p {
  grid-column: span 12;
  position: relative;
  margin-bottom: 0;
}
.contact.single-p::before {
  content: "";
  position: absolute;
  left: -1400px;
  top: 0;
  bottom: 0;
  width: 1500px;
  background: #f18411;
}
.contact.single-p::after {
  content: "";
  position: absolute;
  right: -1400px;
  top: 0;
  bottom: 0;
  width: 1500px;
  background: #f18411;
}
.contact.single-p h2 {
  color: #fff;
  margin-bottom: 64px;
  text-align: center;
  font-weight: 700;
}
.contact.single-p .contact__content {
  z-index: 10;
}

.voivodeships.single-p {
  grid-column: span 12;
}
.voivodeships.single-p .voivodeships__toggle {
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.voivodeships.single-p h2 {
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #3b3b3b;
}

.blog-next-posts {
  padding-block: 80px;
  margin-bottom: 0 !important;
  background: #c9c9c9;
}
@media (max-width: 1120px) {
  .blog-next-posts {
    padding-block: 64px;
  }
}
.blog-next-posts .blog-module__title {
  grid-column: span 12;
  margin-bottom: 0;
}
.blog-next-posts .blog-module__button {
  max-width: fit-content;
  margin-top: 18px;
}

.form-container {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
  max-height: 220px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.102);
  color: #000;
  padding: 18px;
}
@media (max-width: 1120px) {
  .form-container {
    display: none;
  }
}
.form-container .h3 {
  font-size: 28px;
  line-height: 1.15;
  color: #f18411;
  margin-bottom: 16px;
}
.form-container input[type=email],
.form-container input[type=tel] {
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #000;
}
.form-container input[type=submit] {
  margin-top: 16px;
  border: 1px solid #f18411;
}

.form-container.active {
  display: block;
  bottom: 0;
  top: auto;
  z-index: 1000;
  left: 0;
}

.form-toggle {
  z-index: 101;
  background: #f18411;
  color: #fff;
  padding: 14px 18px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 32px;
}
@media (max-width: 1120px) {
  .form-toggle {
    display: block;
  }
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Hero/style.scss ***!
  \******************************************************************************************************************/
.hero {
  position: relative;
  min-height: 911px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1120px) {
  .hero {
    min-height: 800px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 33.65%, rgba(0, 0, 0, 0.9) 90%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.hero__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  padding-top: 182px;
}
@media (max-width: 1120px) {
  .hero__content {
    padding-top: 0;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero__title {
  color: #fff;
  grid-column: span 12;
}
.hero__subtitle {
  color: #fff;
  grid-column: span 12;
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  padding-left: 14px;
}
@media (max-width: 1120px) {
  .hero__subtitle {
    padding-left: 0;
  }
}
.hero__button {
  grid-column: span 12;
  max-width: fit-content;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Kafelki/style.scss ***!
  \*********************************************************************************************************************/
.tiles {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .tiles {
    margin-block: 64px;
  }
}
.tiles__title {
  grid-column: span 12;
}
.tiles__text {
  grid-column: span 12;
}
.tiles__text p {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1120px) {
  .tiles__text p {
    margin-bottom: 32px;
  }
}
.tiles__content {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
}
@media (max-width: 1500px) {
  .tiles__content {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tiles__content-in {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 95px 20px;
  gap: 64px;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #c9c9c9;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 1500px) {
  .tiles__content-in {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1120px) {
  .tiles__content-in {
    width: 100%;
  }
}
.tiles__content h3 {
  margin: 0;
  font-family: "Verdana";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Kontakt/style.scss ***!
  \*********************************************************************************************************************/
.contact {
  margin-bottom: 80px;
  padding-block: 80px 64px;
  background: #f18411;
}
@media (max-width: 1120px) {
  .contact {
    margin-bottom: 64px;
    padding-block: 64px;
  }
}
.contact__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.contact__title {
  margin-bottom: 64px;
  color: #fff;
  grid-column: span 12;
}
@media (max-width: 1120px) {
  .contact__title {
    margin-bottom: 32px;
  }
}
.contact .wpcf7 {
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .contact .wpcf7 {
    grid-column: span 12;
  }
}
.contact .wpcf7 p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact .wpcf7-form-control-wrap {
  width: calc(50% - 24px);
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 700px) {
  .contact .wpcf7-form-control-wrap {
    width: calc(100% - 16px);
  }
}
.contact .wpcf7-form-control-wrap input {
  width: calc(100% - 18px);
  padding: 0 16px;
  border: none;
  height: 41px;
  background: #fff;
  border-radius: 0px;
  font-family: "Verdana";
  font-size: 16px;
  line-height: 150%;
  color: #3b3b3b;
}
.contact .wpcf7-form-control-wrap input::placeholder {
  font-family: "Verdana";
  font-size: 16px;
  line-height: 150%;
  color: #3b3b3b;
}
.contact .textarea .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1120px) {
  .contact .textarea .wpcf7-form-control-wrap {
    margin-bottom: 16px;
  }
}
.contact .textarea .wpcf7-form-control-wrap textarea {
  font-family: "Verdana";
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 150%;
  height: 65px;
  width: calc(100% - 38px);
  color: #3b3b3b;
  padding: 8px 18px;
}
.contact .textarea .wpcf7-form-control-wrap textarea::placeholder {
  font-family: "Verdana";
  font-size: 16px;
  line-height: 150%;
  color: #3b3b3b;
}
.contact .checkbox {
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1120px) {
  .contact .checkbox {
    margin-bottom: 32px;
  }
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Oferta/style.scss ***!
  \********************************************************************************************************************/
.offer {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px 128px;
}
@media (max-width: 1120px) {
  .offer {
    margin-block: 64px 96px;
  }
}
.offer__title {
  grid-column: span 12;
  text-transform: uppercase;
}
.offer__text {
  grid-column: span 12;
}
.offer__text p {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1120px) {
  .offer__text p {
    margin-bottom: 32px;
  }
}
.offer__content {
  grid-column: span 12;
}
.offer__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer .offer__img-container {
  height: 100%;
}
.offer__tile {
  position: relative;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.offer__tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
}
.offer__tile a {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 1500px) {
  .offer__tile a {
    font-size: 20px;
  }
}
.offer__tile a span {
  display: block;
  margin-bottom: 24px;
}
.offer .splide__arrows {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  max-width: 182px;
  margin: 0 auto;
}
.offer .splide__arrow {
  background: transparent;
  width: 12px;
}
.offer .splide__pagination {
  bottom: -32px;
  padding: 0;
}
.offer .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #4a4a4a;
  border-radius: 0;
  opacity: 1;
}
.offer .splide__pagination__page.is-active {
  width: 53px;
  background: #f18411;
  transform: none;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Opinie/style.scss ***!
  \********************************************************************************************************************/
.opinions {
  min-height: 656px;
  overflow: hidden;
  position: relative;
  padding: 112px 0;
}
@media (max-width: 1120px) {
  .opinions {
    padding: 64px 0;
  }
}
.opinions::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 339px;
  background: #3b3b3b;
  z-index: 10;
}
.opinions::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.33%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
}
.opinions__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opinions__title {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 85px;
}
@media (max-width: 1120px) {
  .opinions__title {
    margin-bottom: 32px;
  }
}
.opinions__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  z-index: 100;
}
.opinions__content-in {
  grid-column: span 12;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 13px 18px;
}
@media (max-width: 1500px) {
  .opinions__content-in {
    flex-wrap: wrap;
  }
}
.opinions__tile {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 25%;
}
@media (max-width: 1500px) {
  .opinions__tile {
    width: calc(50% - 100px);
  }
}
@media (max-width: 1120px) {
  .opinions__tile {
    width: 100%;
    padding: 0 0 32px;
  }
}
.opinions__tile::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: #4a4a4a;
  top: 26px;
  bottom: 26px;
}
@media (max-width: 1120px) {
  .opinions__tile::before {
    display: none;
  }
}
.opinions__tile:last-child::before {
  display: none;
}
@media (max-width: 1500px) {
  .opinions__tile:nth-child(2)::before {
    display: none;
  }
}
.opinions__text-wrapper {
  position: relative;
}
.opinions__text {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.opinions__text.truncated {
  max-height: 178px;
  position: relative;
}
.opinions__text.truncated:not(.is-open)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, #ffffff 100%);
  pointer-events: none;
}
.opinions__toggle {
  position: absolute;
  bottom: -1px;
  right: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.opinions__toggle.hidden {
  display: none;
}
.opinions__icon {
  display: flex;
  align-items: center;
  transition: transform 0.35s ease;
}
.opinions__toggle.is-open .opinions__icon {
  transform: rotate(180deg);
}
.opinions__signature {
  margin-top: 28px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Tekst/style.scss ***!
  \*******************************************************************************************************************/
.text-section {
  margin-block: 40px;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.text-section__text {
  grid-column: 3/span 8;
  padding: 40px 40px 12px;
  border: 1px solid #c9c9c9;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1120px) {
  .text-section__text {
    grid-column: span 12;
    padding: 16px;
  }
}
.text-section__text h2,
.text-section__text h3 {
  margin-bottom: 30px;
  text-align: left;
  font-family: "Pragati Narrow";
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
}
.text-section__text p {
  margin-bottom: 26px;
}
.text-section__text p:has(+ ul) {
  margin-bottom: 8px;
}
.text-section__text ul {
  margin: 0 0 28px;
  padding-left: 24px;
}
.text-section__text ul li {
  margin-bottom: 8px;
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Uslugi/style.scss ***!
  \********************************************************************************************************************/
.service {
  margin-block: 80px;
  position: relative;
}
.service__img {
  position: absolute;
  left: -8px;
  top: 18px;
  bottom: 0;
  z-index: 10;
  margin: auto;
}
@media (min-width: 2100px) {
  .service__img {
    left: auto;
    right: 55%;
    top: 0;
  }
}
@media (max-width: 1500px) {
  .service__img {
    left: -60px;
  }
}
@media (max-width: 1120px) {
  .service__img {
    position: static;
    width: 100%;
  }
}
.service__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.service__content-in {
  grid-column: 4/span 9;
  padding-block: 80px 24px;
  padding-left: 300px;
  background: #f18411;
  position: relative;
}
@media (max-width: 1500px) {
  .service__content-in {
    grid-column: 5/span 9;
  }
}
@media (max-width: 1120px) {
  .service__content-in {
    grid-column: span 12;
    padding-left: 0;
  }
}
.service__content-in::after {
  content: "";
  position: absolute;
  right: -2000px;
  top: 0;
  bottom: 0;
  background: #f18411;
  width: 2000px;
}
@media (max-width: 1120px) {
  .service__content-in::after {
    left: -20px;
    right: -20px;
    width: auto;
    z-index: -1;
  }
}
.service__content-in h2 {
  color: #fff;
  text-align: left;
}
.service__content-in p {
  color: #fff;
  margin-bottom: 24px;
}
.service__title {
  color: #fff;
  text-align: left;
  margin-bottom: 70px;
}
.service__tile {
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4px;
  position: relative;
}
@media (max-width: 1120px) {
  .service__tile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.service__tile > div {
  width: 70%;
}
@media (max-width: 1120px) {
  .service__tile > div {
    width: 100%;
  }
}
.service__tile::after {
  content: "";
  position: absolute;
  left: -24px;
  right: 50px;
  bottom: -2px;
  height: 1px;
  background: #fff;
}
.service .button-container {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1120px) {
  .service .button-container {
    width: 100%;
    justify-content: flex-start;
  }
}
.service .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-right: 30px;
  max-width: fit-content;
  margin-bottom: 28px;
}
.service .button:hover {
  border-color: #fff;
}
.service .button:hover svg {
  filter: brightness(0) invert(1);
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Wojewodztwa/style.scss ***!
  \*************************************************************************************************************************/
.voivodeships {
  margin-block: 94px 64px;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .voivodeships {
    margin-block: 64px;
  }
}
.voivodeships__title {
  grid-column: span 12;
  font-size: 36px;
  margin-bottom: 33px;
}
@media (max-width: 1120px) {
  .voivodeships__title {
    font-size: 24px;
  }
}
.voivodeships__content {
  grid-column: span 12;
  display: flex;
  flex-wrap: wrap;
}
.voivodeships__element {
  width: calc(25% - 36px);
  padding: 16px 18px;
}
@media (max-width: 1500px) {
  .voivodeships__element {
    width: calc(33% - 34px);
  }
}
@media (max-width: 1120px) {
  .voivodeships__element {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 700px) {
  .voivodeships__element {
    width: 100%;
  }
}
.voivodeships__element p strong {
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.voivodeships__element p strong:hover {
  color: #f18411;
}
@media (max-width: 1500px) {
  .voivodeships__element p strong {
    align-items: flex-start;
  }
}
.voivodeships__element p strong span {
  min-width: 290px;
}
@media (max-width: 1500px) {
  .voivodeships__element p strong span {
    min-width: auto;
  }
}
@media (max-width: 1500px) {
  .voivodeships__element p strong svg {
    margin-top: 8px;
  }
}
.voivodeships__element ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.voivodeships__element ul li {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}
.voivodeships__element .voivodeships__arrow {
  margin-left: 20px;
  transition: transform 0.3s ease;
}
.voivodeships__element.is-open ul {
  max-height: 1000px;
}
.voivodeships__element.is-open .voivodeships__arrow {
  transform: rotate(180deg);
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/HeroMini/style.scss ***!
  \**********************************************************************************************************************/
.hero-mini {
  position: relative;
}
.hero-mini__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 400px;
}
@media (max-width: 1120px) {
  .hero-mini__bg {
    min-height: auto;
  }
}
.hero-mini__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  background: #4a4a4a;
  z-index: 11;
  min-height: 400px;
  padding-top: 72px;
  max-width: 1620px;
  justify-content: center;
  padding-bottom: 116px;
  padding-top: 102px;
}
@media (max-width: 1120px) {
  .hero-mini__content {
    padding-block: 64px;
    min-height: auto;
  }
}
.hero-mini__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 10;
}
.hero-mini__menu {
  grid-column: span 12;
  position: relative;
  z-index: 10;
}
.hero-mini__menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  color: #fff;
  max-width: 1180px;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .hero-mini__menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.hero-mini__menu ul li {
  font-size: 20px;
  line-height: 150%;
}
.hero-mini__menu ul .current-menu-item a {
  font-weight: 700;
  position: relative;
  display: block;
}
.hero-mini__menu ul .current-menu-item a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -15px;
  right: -15px;
  background: #f18411;
  height: 2px;
}
@media (max-width: 1120px) {
  .hero-mini__menu ul .current-menu-item a::before {
    bottom: -6px;
    left: 0;
    right: 0;
  }
}
.hero-mini__title {
  color: #fff;
  grid-column: span 12;
  font-weight: 400;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
}
@media (max-width: 1120px) {
  .hero-mini__title {
    font-size: 45px;
  }
}
.hero-mini__text {
  grid-column: 3/span 8;
  position: relative;
  z-index: 10;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-top: 14px;
}
@media (max-width: 1120px) {
  .hero-mini__text {
    grid-column: span 12;
  }
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/TekstAlt/style.scss ***!
  \**********************************************************************************************************************/
.text-section-alt {
  margin-block: 80px;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .text-section-alt {
    margin-block: 64px;
  }
}
.text-section-alt__text {
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .text-section-alt__text {
    grid-column: span 12;
  }
}
.text-section-alt__text p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1120px) {
  .text-section-alt__text p {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/KafelkiAlt/style.scss ***!
  \************************************************************************************************************************/
.tiles-alt {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 120px 158px;
}
@media (max-width: 1120px) {
  .tiles-alt {
    margin-block: 64px;
  }
}
.tiles-alt__content-left-col {
  grid-column: span 6;
}
@media (max-width: 1500px) {
  .tiles-alt__content-left-col {
    grid-column: span 5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1120px) {
  .tiles-alt__content-left-col {
    grid-column: span 12;
    margin-bottom: 32px;
  }
}
.tiles-alt__content-right-col {
  grid-column: span 6;
}
@media (max-width: 1500px) {
  .tiles-alt__content-right-col {
    grid-column: 6/span 7;
  }
}
@media (max-width: 1120px) {
  .tiles-alt__content-right-col {
    grid-column: span 12;
  }
}
.tiles-alt__title {
  grid-column: span 12;
  text-align: left;
  margin-bottom: 24px;
}
.tiles-alt__text {
  grid-column: span 12;
}
.tiles-alt__text p {
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 1120px) {
  .tiles-alt__text p {
    margin-bottom: 32px;
  }
}
.tiles-alt__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 34px;
  gap: 24px 0;
}
@media (max-width: 1500px) {
  .tiles-alt__content {
    gap: 16px;
    justify-content: center;
    padding-right: 0;
  }
}
.tiles-alt__content-in {
  width: calc(50% - 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 22px;
  gap: 64px;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #c9c9c9;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (max-width: 1500px) {
  .tiles-alt__content-in {
    min-height: 200px;
  }
}
@media (max-width: 1120px) {
  .tiles-alt__content-in {
    width: 100%;
    padding: 32px;
    min-height: auto;
  }
}
.tiles-alt__content h3 {
  margin: 0;
  font-family: "Verdana";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Blog/style.scss ***!
  \******************************************************************************************************************/
.blog-module {
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .blog-module {
    margin-block: 64px;
  }
}
.blog-module__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.blog-module__content-in {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  grid-column: 2/span 10;
  padding-inline: 0;
  gap: 80px 84px;
}
@media (max-width: 1120px) {
  .blog-module__content-in {
    grid-column: span 12;
    gap: 32px 16px;
  }
}
.blog-module__tile {
  grid-column: span 4;
}
@media (max-width: 1120px) {
  .blog-module__tile {
    grid-column: span 6;
  }
}
@media (max-width: 700px) {
  .blog-module__tile {
    grid-column: span 12;
  }
}
.blog-module__tile-image {
  margin-bottom: 16px;
  display: block;
  position: relative;
}
.blog-module__tile-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.blog-module__tile-image img {
  width: 100%;
  height: 243px;
  object-fit: cover;
}
.blog-module__tile-title {
  text-transform: none;
  font-family: "Verdana";
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: 0;
}
.blog-module__button {
  padding: 12px 30px 12px 24px;
  background: #f18411;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.blog-module__button:hover {
  background: #fff;
  color: #f18411;
}
.blog-module__button:hover svg path {
  fill: #f18411;
}
.blog-module__pagination {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 68px 92px;
}
@media (max-width: 1120px) {
  .blog-module__pagination {
    margin-block: 64px;
  }
}
.blog-module .pagination {
  grid-column: span 12;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1120px) {
  .blog-module .pagination {
    gap: 32px;
    flex-wrap: wrap;
  }
}
.blog-module .pagination span,
.blog-module .pagination a {
  font-weight: 700;
  color: #c16a0e;
}

.page-blog .hero-mini__content::before {
  display: none;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/HeroBlog/style.scss ***!
  \**********************************************************************************************************************/
.hero-blog {
  grid-column: 2/span 10;
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .hero-blog {
    margin-block: 64px;
    grid-column: span 12;
  }
}
.hero-blog__content {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1120px) {
  .hero-blog__content {
    flex-direction: column;
  }
}
.hero-blog__text {
  max-width: 550px;
  font-size: 24px;
  line-height: 150%;
  width: 50%;
}
@media (max-width: 1120px) {
  .hero-blog__text {
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }
}
.hero-blog__text p {
  margin: 0;
}
.hero-blog__bg {
  width: 49%;
}
@media (max-width: 1120px) {
  .hero-blog__bg {
    width: 100%;
  }
}
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Banner/style.scss ***!
  \********************************************************************************************************************/
.banner {
  margin-block: 93px 64px;
}
@media (max-width: 1120px) {
  .banner {
    margin-bottom: 64px;
  }
}
.banner__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.banner__title {
  grid-column: span 12;
}
.banner__text {
  grid-column: span 12;
  max-width: 1000px;
  margin: 0 auto 64px;
}
@media (max-width: 1120px) {
  .banner__text {
    margin-bottom: 32px;
  }
}
.banner__text p {
  text-align: center;
}
.banner__tile {
  grid-column: 2/span 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1500px) {
  .banner__tile {
    grid-column: span 6;
  }
}
@media (max-width: 1120px) {
  .banner__tile {
    grid-column: span 12;
  }
}
.banner__tile span {
  color: #fff;
  padding: 40px;
  background: #f18411;
  display: block;
  position: relative;
}
@media (max-width: 1120px) {
  .banner__tile span {
    padding: 16px;
  }
}
.banner__tile span::before {
  content: "";
  position: absolute;
  right: -138px;
  top: 0;
  bottom: 0;
  background: #f18411;
  width: 150px;
  z-index: 10;
}
@media (max-width: 1120px) {
  .banner__tile span::before {
    display: none;
  }
}
.banner__tile h2 {
  text-align: left;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
.banner__tile p {
  z-index: 10;
  position: relative;
}
.banner__tile ul {
  list-style-type: none;
  margin: 0;
}
.banner__tile ul li {
  font-size: 18px;
  line-height: 150%;
  position: relative;
  margin-bottom: 8px;
}
.banner__tile ul li::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 11px;
  background: url(dd9dd5cc6cc4cd9d2c98.svg) center center no-repeat;
}
.banner__img-container {
  grid-column: 7/span 5;
  position: relative;
}
@media (max-width: 1500px) {
  .banner__img-container {
    grid-column: span 6;
  }
  .banner__img-container img {
    width: 100%;
  }
}
@media (max-width: 1120px) {
  .banner__img-container {
    grid-column: span 12;
  }
}
.banner__img-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.banner__text2 {
  grid-column: 2/span 10;
  margin-top: 80px;
}
@media (max-width: 1120px) {
  .banner__text2 {
    margin-top: 32px;
  }
}
@media (max-width: 1120px) {
  .banner__text2 {
    grid-column: span 12;
  }
}
.banner__text2 h2 {
  font-weight: 400;
  color: #000;
}
.banner__text2 li {
  font-size: 24px;
  line-height: 150%;
  color: #000;
}
.banner__text2 p {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.banner__buttons {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
  color: #000;
}
@media (max-width: 1120px) {
  .banner__buttons {
    flex-direction: column;
  }
}
.banner__buttons .button {
  border-color: #fff;
}
.banner__buttons .button svg {
  margin-right: 12px;
}
.banner__buttons .button svg path {
  transition: all 0.3s ease;
}
.banner__buttons .button:hover svg path {
  fill: #fff;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/ObrazekTekst/style.scss ***!
  \**************************************************************************************************************************/
.image-text {
  background: #4a4a4a;
  padding-block: 56px 62px;
}
.image-text__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.image-text__content-in {
  grid-column: 7/span 5;
  color: #fff;
}
@media (max-width: 1500px) {
  .image-text__content-in {
    grid-column: 7/span 6;
  }
}
@media (max-width: 1120px) {
  .image-text__content-in {
    grid-column: span 12;
    margin-top: 32px;
  }
}
.image-text__img-container {
  grid-column: 2/span 4;
  position: relative;
}
@media (max-width: 1500px) {
  .image-text__img-container {
    grid-column: span 5;
  }
}
@media (max-width: 1120px) {
  .image-text__img-container {
    grid-column: span 12;
  }
}
.image-text__img-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.image-text__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 44px;
}
.image-text__text p {
  margin-bottom: 40px;
}
.image-text__text p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  display: block;
  margin-bottom: 6px;
}
.image-text__text p:last-child {
  margin-bottom: 0;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/UslugiKafelki/style.scss ***!
  \***************************************************************************************************************************/
.services-tiles {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px;
}
@media (max-width: 1500px) {
  .services-tiles {
    margin-block: 64px;
  }
}
.services-tiles__title {
  padding-inline: 10px;
  grid-column: 3/span 8;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #c16a0e;
}
@media (max-width: 1500px) {
  .services-tiles__title {
    grid-column: span 12;
  }
}
.services-tiles__text {
  padding-inline: 50px;
  grid-column: 3/span 8;
  color: #c16a0e;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .services-tiles__text {
    grid-column: span 12;
    margin-bottom: 32px;
  }
}
.services-tiles__content {
  grid-column: 2/span 10;
  padding-inline: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1500px) {
  .services-tiles__content {
    grid-column: span 12;
  }
}
@media (max-width: 1120px) {
  .services-tiles__content {
    flex-direction: column;
    padding-inline: 0;
  }
}
.services-tiles__content-in {
  width: 33%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 48px;
  gap: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #c9c9c9;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1120px) {
  .services-tiles__content-in {
    width: 100%;
    padding: 16px;
  }
}
.services-tiles__content-in em {
  font-family: "Pragati Narrow";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 140%;
  display: block;
  margin-bottom: 42px;
  letter-spacing: 0.1em;
  color: #f18411;
}
@media (max-width: 1120px) {
  .services-tiles__content-in em {
    margin-bottom: 32px;
  }
}
.services-tiles__content-in strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  min-height: 108px;
  display: block;
}
@media (max-width: 1120px) {
  .services-tiles__content-in strong {
    min-height: auto;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/DlaczegoWarto/style.scss ***!
  \***************************************************************************************************************************/
.why-worth {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px 44px;
}
@media (max-width: 1120px) {
  .why-worth {
    margin-bottom: 64px;
  }
}
.why-worth__title {
  grid-column: 3/span 8;
  font-size: 36px;
  text-align: left;
  margin-bottom: 44px;
}
@media (max-width: 1500px) {
  .why-worth__title {
    grid-column: span 12;
  }
}
.why-worth__content {
  grid-column: 3/span 8;
}
@media (max-width: 1500px) {
  .why-worth__content {
    grid-column: span 12;
  }
}
.why-worth__content-in {
  padding: 26px 70px 16px 80px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f18411;
  position: relative;
}
@media (max-width: 1120px) {
  .why-worth__content-in {
    padding: 16px 16px 16px 32px;
  }
}
.why-worth__content-in svg {
  position: absolute;
  top: 33px;
  left: 30px;
}
@media (max-width: 1120px) {
  .why-worth__content-in svg {
    left: 0;
    top: 24px;
  }
}
.why-worth__content-in p {
  margin-bottom: 10px;
}
.why-worth__content strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/BannerAlt/style.scss ***!
  \***********************************************************************************************************************/
.banner-alt {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  height: 736px;
}
@media (max-width: 1500px) {
  .banner-alt {
    height: auto;
  }
}
@media (max-width: 1120px) {
  .banner-alt {
    height: 400px;
    overflow: hidden;
  }
}
.banner-alt__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .banner-alt__content {
    left: 32px;
    right: 32px;
  }
}
.banner-alt__content-in {
  box-sizing: border-box;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #c9c9c9;
}
@media (max-width: 1120px) {
  .banner-alt__content-in {
    padding: 16px;
  }
}
.banner-alt__content-in p {
  margin: 0;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Pragati Narrow";
}
@media (max-width: 1120px) {
  .banner-alt__content-in p {
    font-size: 18px;
  }
}
.banner-alt__img-container {
  grid-column: 2/span 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .banner-alt__img-container {
    grid-column: span 12;
    position: static;
  }
}
.banner-alt__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-alt__img-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (max-width: 1500px) {
  .banner-alt__img-container::after {
    left: 16px;
    right: 16px;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/CoNasWyroznia/style.scss ***!
  \***************************************************************************************************************************/
.why-we {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px 98px;
}
@media (max-width: 1120px) {
  .why-we {
    margin-block: 64px;
  }
}
.why-we__title {
  grid-column: 2/span 10;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1500px) {
  .why-we__title {
    grid-column: span 12;
  }
}
.why-we__content {
  grid-column: 2/span 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .why-we__content {
    grid-column: span 12;
  }
}
.why-we__content-in {
  width: 19%;
}
@media (max-width: 1120px) {
  .why-we__content-in {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .why-we__content-in {
    width: 100%;
  }
}
.why-we__content-in-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.why-we__content-in-icon img {
  width: 36px;
}
.why-we__content-in-title {
  font-family: "Verdana";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 0;
  padding-inline: 28px;
  letter-spacing: 0;
  min-height: 60px;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Akcesoria/style.scss ***!
  \***********************************************************************************************************************/
.accessories {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .accessories {
    margin-block: 64px;
  }
}
.accessories__title {
  grid-column: 3/span 8;
}
@media (max-width: 1120px) {
  .accessories__title {
    grid-column: span 12;
  }
}
.accessories__text {
  grid-column: 3/span 8;
  margin-bottom: 64px;
}
@media (max-width: 1120px) {
  .accessories__text {
    grid-column: span 12;
    margin-bottom: 32px;
  }
}
.accessories__text p {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.accessories__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  grid-column: 2/span 10;
  padding-inline: 0;
  gap: 80px 84px;
}
@media (max-width: 1500px) {
  .accessories__content {
    grid-column: span 12;
    gap: 16px;
  }
}
.accessories__content-in {
  grid-column: span 4;
  position: relative;
}
@media (max-width: 1120px) {
  .accessories__content-in {
    grid-column: span 12;
  }
}
.accessories__content-in::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.accessories__content-in img {
  height: 392px;
  width: 100%;
  object-fit: cover;
}
.accessories__content-in h3 {
  position: absolute;
  bottom: 286px;
  left: 24px;
  right: 24px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1120px) {
  .accessories__content-in h3 {
    bottom: auto;
    top: 250px;
  }
}
.accessories__content-in p {
  color: #fff;
}
.accessories__content-in-bottom {
  box-sizing: border-box;
  padding: 16px 16px 40px;
  background: #6e6e6e;
  border-bottom: 4px solid #c16a0e;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 296px;
}
.accessories__content-in .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.accessories__content-in .button:hover svg path {
  fill: #fff;
}
.accessories__content-in:first-child {
  margin-block: 16px;
  background: #f18411;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 20px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  .accessories__content-in:first-child {
    margin-block: 0;
  }
}
.accessories__content-in:first-child::before {
  display: none;
}
.accessories__content-in:first-child h3 {
  position: static;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: 44px;
}
@media (max-width: 1120px) {
  .accessories__content-in:first-child h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.accessories__content-in:first-child p {
  font-size: 18px;
  line-height: 150%;
}
.accessories__content-in:first-child .accessories__content-in-bottom {
  background: none;
  padding: 0;
  border: none;
  min-height: auto;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Zainwestuj/style.scss ***!
  \************************************************************************************************************************/
.invest {
  margin-block: 80px 30px;
  position: relative;
}
@media (max-width: 1120px) {
  .invest {
    margin-block: 64px;
  }
}
.invest__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.invest__title {
  grid-column: 3/span 8;
  font-weight: 400;
  padding-inline: 16px;
  margin-bottom: 42px;
}
@media (max-width: 1500px) {
  .invest__title {
    grid-column: span 12;
  }
}
.invest__text {
  grid-column: 3/span 8;
  margin-bottom: 80px;
}
@media (max-width: 1500px) {
  .invest__text {
    grid-column: span 12;
  }
}
@media (max-width: 1120px) {
  .invest__text {
    margin-bottom: 32px;
  }
}
.invest__text p {
  font-size: 20px;
  text-align: center;
  line-height: 150%;
}
.invest__content-in {
  grid-column: 2/span 10;
}
@media (max-width: 1500px) {
  .invest__content-in {
    grid-column: span 12;
  }
}
.invest__tile {
  margin-bottom: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4px;
  position: relative;
  padding: 10px 28px 25px;
}
@media (max-width: 1120px) {
  .invest__tile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
.invest__tile > div {
  width: 84%;
}
@media (max-width: 1120px) {
  .invest__tile > div {
    width: 100%;
  }
}
.invest__tile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #f18411;
}
.invest .button-container {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1120px) {
  .invest .button-container {
    width: 100%;
    justify-content: flex-start;
  }
}
.invest .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-right: 30px;
  max-width: fit-content;
}
.invest .button:hover {
  border-color: #fff;
}
.invest .button:hover svg {
  filter: brightness(0) invert(1);
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/Realizacje/style.scss ***!
  \************************************************************************************************************************/
.realizations {
  padding-block: 80px;
  background: #c9c9c9;
}
@media (max-width: 1120px) {
  .realizations {
    padding-block: 64px;
  }
}
.realizations__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.realizations__title {
  grid-column: span 12;
  margin-bottom: 80px;
}
@media (max-width: 1120px) {
  .realizations__title {
    margin-bottom: 32px;
  }
}
.realizations__slider {
  grid-column: span 12;
}
.realizations__slider .splide__slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 62.02%, rgba(255, 255, 255, 0.4) 100%);
}
.realizations__slider .splide__slide img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 700px) {
  .realizations__slider .splide__slide img {
    height: 340px;
  }
}
.realizations .splide__arrow {
  background: none;
}
.realizations .splide__arrow svg {
  fill: #f18411;
}
.realizations .splide__arrow--prev {
  left: -48px;
}
.realizations .splide__arrow--next {
  right: -48px;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/TekstZdjecia/style.scss ***!
  \**************************************************************************************************************************/
.text-image {
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .text-image {
    margin-bottom: 64px;
  }
}
.text-image__tiles {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
  padding-inline: 122px;
  gap: 80px;
}
@media (max-width: 1500px) {
  .text-image__tiles {
    padding-inline: 16px;
    gap: 16px;
  }
}
.text-image__tile {
  grid-column: span 6;
  position: relative;
}
@media (max-width: 1120px) {
  .text-image__tile {
    grid-column: span 12;
  }
}
.text-image__tile::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.text-image__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image__tile:first-child {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 46px 8px;
  background: #f18411;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1120px) {
  .text-image__tile:first-child {
    padding: 16px;
  }
}
.text-image__tile:first-child::before {
  display: none;
}
.text-image__tile:first-child p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 150%;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/ObrazekTekstAlt/style.scss ***!
  \*****************************************************************************************************************************/
.image-text-alt {
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .image-text-alt {
    margin-block: 64px;
  }
}
.image-text-alt__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.image-text-alt__content-in {
  background: #f18411;
  grid-column: 7/span 6;
  color: #fff;
  position: relative;
  padding: 56px 0;
}
@media (max-width: 1120px) {
  .image-text-alt__content-in {
    padding: 32px 16px;
  }
}
.image-text-alt__content-in::before {
  content: "";
  background: #f18411;
  position: absolute;
  left: -180px;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 1;
}
@media (max-width: 1120px) {
  .image-text-alt__content-in::before {
    display: none;
  }
}
@media (max-width: 1500px) {
  .image-text-alt__content-in {
    grid-column: 7/span 6;
  }
}
@media (max-width: 1120px) {
  .image-text-alt__content-in {
    grid-column: span 12;
    margin-top: 32px;
  }
}
.image-text-alt__img-container {
  grid-column: span 5;
  position: relative;
}
@media (max-width: 1500px) {
  .image-text-alt__img-container {
    grid-column: span 5;
  }
}
@media (max-width: 1120px) {
  .image-text-alt__img-container {
    grid-column: span 12;
  }
}
.image-text-alt__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-alt__title {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 44px;
}
.image-text-alt__text {
  position: relative;
  z-index: 2;
}
.image-text-alt__text p {
  max-width: 664px;
  margin-bottom: 26px;
}
.image-text-alt__text p strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  display: block;
  margin-bottom: 6px;
}
.image-text-alt__text p:last-child {
  margin-bottom: 0;
}
/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./modules/PodstronaKontakt/style.scss ***!
  \******************************************************************************************************************************/
.contact-page {
  margin-block: 80px;
}
@media (max-width: 1120px) {
  .contact-page {
    margin-block: 64px;
  }
}
.contact-page__content {
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  display: grid;
  max-width: 1652px;
  width: 100%;
  margin-inline: auto;
  column-gap: 16px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.contact-page__content-left-col {
  grid-column: 2/span 4;
}
@media (max-width: 1500px) {
  .contact-page__content-left-col {
    grid-column: span 6;
  }
}
@media (max-width: 1120px) {
  .contact-page__content-left-col {
    grid-column: span 12;
  }
}
.contact-page__content-left-col-img {
  margin: 0 0 82px 82px;
  max-width: 308px;
}
@media (max-width: 1120px) {
  .contact-page__content-left-col-img {
    margin: 0 auto 32px;
  }
}
.contact-page__content-left-col h5 {
  font-size: 24px;
  text-transform: none;
  margin: 0 0 48px;
}
.contact-page__content-left-col table tr td {
  font-weight: 700;
  line-height: 150%;
  color: #243a4d;
  padding-bottom: 34px;
}
.contact-page__content-right-col {
  padding-top: 18px;
  grid-column: 7/span 5;
}
@media (max-width: 1500px) {
  .contact-page__content-right-col {
    grid-column: span 6;
  }
}
@media (max-width: 1120px) {
  .contact-page__content-right-col {
    grid-column: span 12;
  }
}

.contact-page__map iframe {
  width: 100%;
  height: 664px;
  filter: invert(90%) hue-rotate(180deg) brightness(80%) contrast(90%);
}
@media (max-width: 1120px) {
  .contact-page__map iframe {
    height: 400px;
  }
}
