@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.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;
  -moz-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 {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  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: 6px;
  opacity: 0.5;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #053148;
  opacity: 1;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 1;
  background: #053148;
}

.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: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.splide__arrow--prev {
  left: 0;
  bottom: 50%;
  top: auto;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
  margin-bottom: -22px;
  color: #111;
}
.splide__arrow--prev svg {
  width: 14px;
  height: auto;
  color: #111;
  fill: #111;
}
.splide__arrow--prev::after {
  font-family: "icomoon";
  content: "\e906";
  font-weight: normal;
  font-size: 1.3rem;
}
.splide__arrow--prev:hover {
  background: #f07c00;
  color: #fff;
}

.splide__arrow--next {
  right: 0;
  bottom: 50%;
  top: auto;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
  color: #111;
  font-weight: normal;
  margin-bottom: -22px;
}
.splide__arrow--next svg {
  width: 14px;
  height: auto;
  color: #111;
  fill: #111;
}
.splide__arrow--next::after {
  font-family: "icomoon";
  content: "\e906";
  font-weight: normal;
  font-size: 1.3rem;
  transform: rotate(180deg);
}
.splide__arrow--next:focus {
  border-color: #fff;
}
.splide__arrow--next:hover {
  background: #f07c00;
  color: #fff;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

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

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

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

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: 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: flex;
  justify-content: center;
  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 {
  flex-direction: column;
}

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

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

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

.gslide-image {
  align-items: center;
}

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

.desc-bottom .gslide-image img,
.desc-top .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: grabbing !important;
  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%;
  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: grabbing !important;
  transition: none;
}

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

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

.gslide-media {
  display: flex;
  width: auto;
}

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

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  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;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  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: 700;
}

.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 {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

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

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

.greset {
  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;
  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;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  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 .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev 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;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    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 {
    box-shadow: 1px 2px 9px 0 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 .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev: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;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

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

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

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

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: 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: flex;
  justify-content: center;
  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 {
  flex-direction: column;
}

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

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

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

.gslide-image {
  align-items: center;
}

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

.desc-bottom .gslide-image img,
.desc-top .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: grabbing !important;
  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%;
  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: grabbing !important;
  transition: none;
}

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

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

.gslide-media {
  display: flex;
  width: auto;
}

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

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  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;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  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: 700;
}

.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 {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

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

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

.greset {
  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;
  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;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  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 .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev 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;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    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 {
    box-shadow: 1px 2px 9px 0 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 .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev: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;
  }
}
.has-dark-blue-color {
  color: #111;
}

.has-blue-color {
  color: #111;
}

.has-white-color {
  color: #fff;
}

.has-szary-color {
  color: #aaaaaa;
}

.has-light-blue-color {
  color: #ebf3fa;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-szary-background-color {
  background-color: #efefef;
}

.has-light-blue-background-color {
  background: #ebf3fa;
}

.has-blue-background-color {
  background: #111;
}

.has-dark-blue-background-color {
  background: #111;
}

.has-pomaranczowy-background-color {
  background: #e21e23;
}

html {
  overflow-y: scroll;
  scrollbar-color: #111 #fff;
  scrollbar-width: thin;
  font-size: 18px;
  scroll-behavior: smooth;
}
@media (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1550px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 14px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?l2r8s6");
  src: url("fonts/icomoon.eot?l2r8s6#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?l2r8s6") format("truetype"), url("fonts/icomoon.woff?l2r8s6") format("woff"), url("fonts/icomoon.svg?l2r8s6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook_icon:before {
  content: "\e908";
}

.icon-location_map_map-pin_marker_pin_icon:before {
  content: "\e904";
}

.icon-chevron_up_icon:before {
  content: "\e905";
}

.icon-arrow_left_icon:before {
  content: "\e906";
}

.icon-arrow_right_icon:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-facebook_logo:before {
  content: "\e903";
}

.icon-arrow_next_right_icon2:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e900";
}

html {
  --wp--preset--spacing--20: 2rem;
  --wp--preset--spacing--30: 4rem;
  --wp--preset--spacing--40: 4.5rem;
  --wp--preset--spacing--50: 8rem;
  --wp--preset--spacing--60: 10rem;
  --wp--preset--spacing--70: 15rem;
  --wp--preset--spacing--80: 20rem;
}
@media (max-width: 1300px) {
  html {
    --wp--preset--spacing--20: 1.2rem;
    --wp--preset--spacing--30: 2.2rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 6rem;
    --wp--preset--spacing--70: 8.5rem;
    --wp--preset--spacing--80: 12rem;
  }
}
@media (max-width: 990px) {
  html {
    --wp--preset--spacing--20: 1rem;
    --wp--preset--spacing--30: 2rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 5rem;
    --wp--preset--spacing--70: 7.5rem;
    --wp--preset--spacing--80: 10rem;
  }
}
@media (max-width: 480px) {
  html {
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
  }
}
html.body-menu-open {
  overflow: hidden;
}

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

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #e21e23;
  color: #fff;
}

::selection {
  background: #e21e23;
  color: #fff;
}

::-moz-selection {
  background: #e21e23;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #111;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #111;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  color: #111;
}

h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}

.is-style-header-h1 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
  display: flex;
  flex-direction: column;
}
.is-style-header-h1 strong {
  font-weight: bold;
  font-size: 2.3rem;
  color: #111;
  margin: 0;
}
@media (max-width: 768px) {
  .is-style-header-h1 strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .is-style-header-h1 strong {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .is-style-header-h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .is-style-header-h1 {
    font-size: 1.2rem;
    padding-top: 2rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 1.4rem;
  }
}
h2.has-small-font-size {
  font-size: 1.4rem;
}
h2.has-medium-font-size {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2.has-medium-font-size {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  h2.has-medium-font-size br {
    display: none;
  }
}
h2 strong {
  font-weight: 600;
}

@media (max-width: 480px) {
  .h2-realizacje {
    line-height: 1.2;
  }
}
.h2-realizacje strong {
  font-weight: 400;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .h2-realizacje strong {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}

h3.has-medium-font-size {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h3.has-medium-font-size {
    font-size: 1.4rem;
  }
}

h3.is-style-header-h1 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #111;
}
h3.is-style-header-h1 strong {
  font-weight: bold;
  font-size: 2rem;
  color: #111;
}
@media (max-width: 768px) {
  h3.is-style-header-h1 strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  h3.is-style-header-h1 {
    font-size: 1.4rem;
  }
}

h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
h4.has-medium-font-size {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h4.has-medium-font-size {
    font-size: 1.4rem;
  }
}

h1.has-large-font-size,
h2.has-large-font-size,
h3.has-large-font-size,
h4.has-large-font-size,
h5.has-large-font-size,
h6.has-large-font-size {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  h1.has-large-font-size,
  h2.has-large-font-size,
  h3.has-large-font-size,
  h4.has-large-font-size,
  h5.has-large-font-size,
  h6.has-large-font-size {
    font-size: 1.4rem;
  }
}
h1.is-style-header-line::before,
h2.is-style-header-line::before,
h3.is-style-header-line::before,
h4.is-style-header-line::before,
h5.is-style-header-line::before,
h6.is-style-header-line::before {
  display: block;
  width: 100px;
  height: 8px;
  content: "";
  background: #e21e23;
  margin: 2rem auto;
}
@media (max-width: 480px) {
  h1.is-style-header-line::before,
  h2.is-style-header-line::before,
  h3.is-style-header-line::before,
  h4.is-style-header-line::before,
  h5.is-style-header-line::before,
  h6.is-style-header-line::before {
    width: 60px;
    height: 4px;
    margin-bottom: 1rem;
  }
}
h1.has-text-align-left.is-style-header-line::before,
h2.has-text-align-left.is-style-header-line::before,
h3.has-text-align-left.is-style-header-line::before,
h4.has-text-align-left.is-style-header-line::before,
h5.has-text-align-left.is-style-header-line::before,
h6.has-text-align-left.is-style-header-line::before {
  display: block;
  width: 100px;
  height: 8px;
  content: "";
  background: #e21e23;
  margin: 1rem 0;
}
@media (max-width: 480px) {
  h1.has-text-align-left.is-style-header-line::before,
  h2.has-text-align-left.is-style-header-line::before,
  h3.has-text-align-left.is-style-header-line::before,
  h4.has-text-align-left.is-style-header-line::before,
  h5.has-text-align-left.is-style-header-line::before,
  h6.has-text-align-left.is-style-header-line::before {
    width: 60px;
    height: 4px;
    margin-bottom: 1rem;
  }
}

.has-x-large-font-size {
  font-size: 6rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .has-x-large-font-size {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .has-x-large-font-size {
    font-size: 4rem;
  }
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease 0s;
}

a {
  color: #111;
}

input,
textarea,
button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.is-style-jm-space-between {
  justify-content: space-between;
}

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

@media (max-width: 768px) {
  .tablet-padding-right-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .tablet-padding-left-0 {
    padding-left: 0 !important;
  }
}

.is-vertically-aligned-stretch figure {
  height: 100%;
  width: 100%;
}
.is-vertically-aligned-stretch figure img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 768px) {
  .wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

header#masthead {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
header#masthead .container {
  max-width: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  padding: 2rem 0 1rem 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 2000px) {
  header#masthead .container {
    max-width: 1640px;
  }
}
@media (max-width: 1700px) {
  header#masthead .container {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 480px) {
  header#masthead .container {
    padding: 1rem !important;
  }
}
@media (max-width: 990px) {
  header#masthead .container {
    align-items: center;
  }
}
header#masthead .container .top-contact {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 1rem;
}
@media (max-width: 1700px) {
  header#masthead .container .top-contact {
    right: 5rem;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact {
    background: transparent;
    right: 8rem;
    top: auto;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact {
    margin-right: 2rem;
    margin-left: auto;
    border: none;
  }
}
@media (max-width: 480px) {
  header#masthead .container .top-contact {
    margin-right: 0rem;
  }
}
header#masthead .container .top-contact ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  gap: 4rem;
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul {
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  header#masthead .container .top-contact ul {
    flex-direction: row;
  }
}
header#masthead .container .top-contact ul li {
  margin: 5px 0;
}
@media (max-width: 768px) {
  header#masthead .container .top-contact ul li {
    margin: 0 5px;
  }
}
header#masthead .container .top-contact ul li #Phone-Ringing {
  width: 24px;
  height: auto;
  transform: rotate(90deg);
  margin-right: 8px;
}
header#masthead .container .top-contact ul li a {
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 18px;
}
header#masthead .container .top-contact ul li a strong {
  font-weight: 700;
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a {
    color: #111;
  }
}
@media (max-width: 1440px) {
  header#masthead .container .top-contact ul li a {
    font-size: 16px;
  }
}
header#masthead .container .top-contact ul li a span.icon-c {
  font-size: 24px;
  margin-right: 7px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  header#masthead .container .top-contact ul li a span.icon-c {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a span.icon-c {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .top-contact ul li a .txt {
    display: none;
  }
}
header#masthead .container .top-contact ul li a:hover {
  color: #e21e23;
}
header#masthead .container .top-contact ul li.fb {
  position: fixed;
  left: auto;
  right: 0;
  top: 200px;
}
@media (max-width: 1700px) {
  header#masthead .container .top-contact ul li.fb {
    margin-top: 8px;
  }
}
header#masthead .container .top-contact ul li.fb a {
  background: #111;
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header#masthead .container .top-contact ul li.fb a:hover {
  background: #e21e23;
}
header#masthead .container .top-contact ul li.fb a span {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: normal;
}
header#masthead .container .top-contact ul li.fb.yt {
  top: 250px;
}
@media (max-width: 480px) {
  header#masthead .container .top-contact ul li.fb.yt {
    position: fixed;
    left: auto;
    right: 0;
    top: 140px;
  }
}
header#masthead .container .top-contact ul li.fb.yt svg {
  width: 1rem;
  height: auto;
}
header#masthead .container .site-branding {
  margin-right: 1rem;
  padding: 10px 0;
  line-height: 1;
  width: 300px;
}
@media (max-width: 1440px) {
  header#masthead .container .site-branding {
    width: auto;
  }
}
@media (max-width: 480px) {
  header#masthead .container .site-branding {
    padding: 5px 0;
    margin-right: 0;
  }
}
header#masthead .container .site-branding a {
  line-height: 0;
}
@media (max-width: 768px) {
  header#masthead .container .site-branding a {
    padding: 0;
  }
}
header#masthead .container .site-branding img,
header#masthead .container .site-branding svg {
  height: auto;
  line-height: 1;
  min-width: 300px;
  transition: all 0.3s;
}
@media (max-width: 1440px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 170px;
    min-width: 200px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 110px;
    min-width: 180px;
  }
}
@media (max-width: 480px) {
  header#masthead .container .site-branding img,
  header#masthead .container .site-branding svg {
    max-width: 160px;
    min-width: 160px;
  }
}
header#masthead .container .main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.7rem;
  transition: all 0.3s ease 0s;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation {
    position: fixed;
    left: 0;
    right: 0;
    flex-direction: row;
    background: #111;
    bottom: 0;
    height: 100%;
    top: 94px;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 9;
    transform: translateX(-101%);
    transition: all 0.5s;
    margin-top: 0;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  header#masthead .container .main-navigation {
    top: 77px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation > div {
    width: 100%;
    overflow: scroll;
    padding-bottom: 9rem;
    height: 100%;
  }
}
header#masthead .container .main-navigation ul#primary-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    overflow-y: scroll;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li {
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  padding: 8px 0px;
  border-radius: 0px;
  font-size: 17px;
}
@media (max-width: 1440px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background: #e21e23;
  height: 3px;
  width: 0;
  transition: all 0.3s;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a::after {
    display: none;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a {
    color: #fff;
    font-size: 18px;
    letter-spacing: normal;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li > a:hover::after {
  width: 100%;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li > a:hover {
    background: #e21e23;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.menu-item-1799 {
  display: none;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.menu-item-1799 {
    display: block;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children {
  padding-right: 1rem;
}
header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children::after {
  transform: rotate(180deg);
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  right: 2px;
  top: 12px;
  font-size: 10px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: 13px;
    left: auto;
    width: 2.2rem;
    height: 2.2rem;
    background-color: #fff;
    border-radius: 50%;
    color: #111;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.5s;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  header#masthead .container .main-navigation ul#primary-menu > li.menu-item-has-children > a {
    pointer-events: none;
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.focus .sub-menu, header#masthead .container .main-navigation ul#primary-menu > li:hover .sub-menu, header#masthead .container .main-navigation ul#primary-menu > li:active .sub-menu {
  max-height: 9999999px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.focus::after, header#masthead .container .main-navigation ul#primary-menu > li:hover::after, header#masthead .container .main-navigation ul#primary-menu > li:active::after {
    transform: rotate(0deg);
  }
}
header#masthead .container .main-navigation ul#primary-menu > li.current-menu-item > a::after, header#masthead .container .main-navigation ul#primary-menu > li.current-menu-ancestor > a::after {
  width: 100%;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation ul#primary-menu > li.current-menu-item > a, header#masthead .container .main-navigation ul#primary-menu > li.current-menu-ancestor > a {
    background: #e21e23;
  }
}
header#masthead .container .main-navigation .sub-menu {
  background: #e21e23;
  display: flex;
  flex-direction: column;
  margin-left: -2rem;
  width: 350px;
  padding: 0;
  top: 60px;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
@media (max-width: 1700px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 72px;
  }
}
@media (max-width: 1550px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 64px;
  }
}
@media (max-width: 1440px) {
  header#masthead .container .main-navigation .sub-menu {
    top: 62px;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu {
    position: relative;
    top: auto;
    bottom: auto;
    margin-left: auto;
    left: auto;
    transition: all ease 0.5s;
    overflow: hidden;
    max-height: 0;
    margin-left: 0rem !important;
    width: 100%;
    display: flex;
    box-shadow: none;
  }
}
header#masthead .container .main-navigation .sub-menu::before {
  content: "";
  width: 100%;
  height: 40px;
  display: inline-block;
  margin-top: -40px;
  left: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu::before {
    display: none;
  }
}
header#masthead .container .main-navigation .sub-menu::after {
  background: #e21e23;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -10px;
  left: 50px;
  top: 0;
  transform: rotate(45deg);
  margin-left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu::after {
    display: none;
  }
}
header#masthead .container .main-navigation .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
header#masthead .container .main-navigation .sub-menu li:first-child {
  padding-top: 4px;
}
header#masthead .container .main-navigation .sub-menu li a {
  color: #fff;
  padding: 0;
  font-weight: 500;
  width: 100%;
  font-size: 17px;
  padding: 7px 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: none;
}
header#masthead .container .main-navigation .sub-menu li a::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li a {
    border: none;
  }
}
header#masthead .container .main-navigation .sub-menu li a:hover {
  background: transparent;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  header#masthead .container .main-navigation .sub-menu li a:hover {
    color: #fff;
  }
}
header#masthead .container .main-navigation .sub-menu li a:hover::after {
  opacity: 1;
  left: 20px;
}
header#masthead .container .main-navigation .sub-menu li._current-menu-item a {
  padding-left: 3rem;
}
header#masthead .container .main-navigation .sub-menu li._current-menu-item a::after {
  opacity: 1;
  left: 20px;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li._current-menu-item a {
    background: transparent;
    color: #111;
  }
}
header#masthead .container .main-navigation .sub-menu li:last-child {
  border-bottom-right-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .sub-menu li:last-child {
    border: none;
  }
}
header#masthead .container .main-navigation .sub-menu li:last-child a {
  border: none;
}
header#masthead .container .main-navigation #menu-item-239.current-menu-item li a {
  background: transparent;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation #menu-item-239.current-menu-item li a {
    background: transparent;
    color: #111;
  }
}
header#masthead .container .main-navigation #menu-item-239.current-menu-item li a:hover {
  background: #111;
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation #menu-item-239.current-menu-item li a:hover {
    background: transparent;
    color: #111;
  }
}
@media (max-width: 990px) {
  header#masthead .container .main-navigation .btn {
    width: auto;
    border: none;
    margin-top: 2rem;
  }
}
header#masthead .container .main-navigation .btn a {
  background: #111;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 14px;
  font-size: 17px;
}
@media (max-width: 1550px) {
  header#masthead .container .main-navigation .btn a {
    font-size: 15px;
  }
}
header#masthead .container .main-navigation .btn a:hover {
  background: #111;
}
header#masthead .container .main-navigation .btn a::after {
  display: none;
}
header#masthead .container .main-navigation.open {
  display: flex;
  transform: translateX(0%);
}
header#masthead .container .main-navigation.open .social-top {
  display: flex !important;
  height: auto;
  bottom: 1rem;
  flex-direction: row;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
  justify-content: center;
  bottom: 0;
}
header#masthead .container .main-navigation.open .social-top a {
  background: #e21e23;
}
header#masthead #button-nav {
  background: transparent;
  border-radius: 50%;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  z-index: 100;
}
@media (max-width: 990px) {
  header#masthead #button-nav {
    display: block;
  }
}
header#masthead #button-nav svg {
  stroke: #111;
}
header#masthead #button-nav .hb {
  width: 45px;
  margin: 0 auto;
  display: block;
}
header#masthead.sticky {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
header#masthead.sticky .top-contact {
  display: none;
}
@media (max-width: 990px) {
  header#masthead.sticky .top-contact {
    display: block;
  }
}
header#masthead.sticky .container {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
header#masthead.sticky .container .main-navigation {
  margin-top: 0;
}
header#masthead.sticky .container .site-branding img,
header#masthead.sticky header#masthead .container .site-branding svg {
  max-width: 100px;
}
@media (max-width: 768px) {
  header#masthead.sticky .container .site-branding img,
  header#masthead.sticky header#masthead .container .site-branding svg {
    max-width: 110px;
  }
}
@media (max-width: 480px) {
  header#masthead.sticky .container .site-branding img,
  header#masthead.sticky header#masthead .container .site-branding svg {
    max-width: 100px;
  }
}

#sygnet {
  width: 784px;
  height: 588px;
  position: absolute;
  background-image: url(./img/sygnet.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  position: absolute;
  right: 10%;
  top: 700px;
  z-index: 2;
}
@media (max-width: 2000px) {
  #sygnet {
    width: 570px;
  }
}
@media (max-width: 1700px) {
  #sygnet {
    width: 400px;
  }
}
@media (max-width: 768px) {
  #sygnet {
    width: 50px;
  }
}
@media (max-width: 480px) {
  #sygnet {
    width: 40%;
    right: 1rem;
    top: 101vw;
    bottom: auto;
    height: 198px;
  }
}

.top-video {
  position: relative;
  background: #060912;
  max-height: 75vh;
}
@media (max-width: 2000px) {
  .top-video {
    max-height: none;
  }
}
@media (max-width: 1700px) {
  .top-video {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
    padding: 0 !important;
  }
}
@media (max-width: 1550px) {
  .top-video {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .top-video {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    padding: 0 !important;
    margin-bottom: 3rem !important;
  }
}
.top-video .scroll-d {
  position: absolute;
  right: 2rem;
  bottom: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 480px) {
  .top-video .scroll-d {
    font-size: 9px;
    bottom: 2rem;
    right: 1.5rem;
  }
}
.top-video .scroll-d .line {
  width: 1px;
  height: 100px;
  background: #e21e23;
  display: inline-block;
  margin-bottom: 1rem;
  animation: bounce 2s infinite;
}
@media (max-width: 480px) {
  .top-video .scroll-d .line {
    height: 60px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.top-video video {
  opacity: 0.3;
  height: 100%;
}
@media (min-width: 2000px) {
  .top-video video {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 768px) {
  .top-video video {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-video h1 {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 6rem;
  z-index: 1;
  margin: 0;
  padding: 0;
}
@media (max-width: 1700px) {
  .top-video h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1440px) {
  .top-video h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .top-video h1 {
    font-size: 3rem;
    left: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .top-video h1 {
    font-size: 2.5rem;
    left: 2rem;
    bottom: 2rem;
  }
}
.top-video h1::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 5px;
  background: #e21e23;
  top: -20px;
  left: 0;
}
@media (max-width: 480px) {
  .top-video h1::before {
    height: 3px;
    width: 80px;
  }
}

@media (max-width: 768px) {
  .top-home {
    padding-top: 2rem;
  }
}

main {
  padding-top: 134px;
}
@media (max-width: 1700px) {
  main {
    padding-top: 104px;
  }
}
@media (max-width: 1550px) {
  main {
    padding-top: 84px;
  }
}
@media (max-width: 1300px) {
  main {
    padding-top: 84px;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 77px;
  }
}
main > .wp-block-heading {
  padding-left: 2rem;
  padding-right: 2rem;
}

input[type=submit].wpcf7-submit {
  background: #e21e23;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 34px;
  font-size: 18px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  float: right;
}
@media (max-width: 1550px) {
  input[type=submit].wpcf7-submit {
    font-size: 15px;
  }
}
input[type=submit].wpcf7-submit::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
input[type=submit].wpcf7-submit:hover {
  background: #111;
}

.btn-arrow {
  background: #111;
  outline: none;
  padding: 10px 65px 10px 30px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  margin-top: 2rem;
  position: relative;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .btn-arrow {
    font-size: 13px;
    padding: 7px 55px 7px 20px;
  }
}
.btn-arrow::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
  .btn-arrow::before {
    top: 3px;
  }
}
.btn-arrow:hover {
  color: #fff;
}
.btn-arrow:hover::before {
  right: 15px;
}

.btn-red {
  background: #e21e23;
}
.btn-red:hover {
  background: #111;
}

.btn-arrow-full {
  background: #111;
  border-color: #111;
  color: #fff;
}
.btn-arrow-full span {
  font-weight: 500;
}
.btn-arrow-full::after {
  background: #e21e23;
}
.btn-big {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .btn-big {
    font-size: 1rem;
  }
}
.btn-big::before {
  top: 7px;
}

.col-offer {
  padding: 2rem 0;
}
@media (max-width: 2000px) {
  .col-offer {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .col-offer {
    padding: 1rem 0;
  }
}
.col-offer h2 {
  margin: 1rem 0;
}
.col-offer .col-left {
  padding-right: 15%;
  padding-left: 10%;
}
@media (max-width: 1550px) {
  .col-offer .col-left {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .col-offer .col-left {
    padding: 2rem;
  }
}
@media (max-width: 1550px) {
  .col-offer .col-left img {
    height: 55px !important;
    width: auto !important;
  }
}
.col-offer .col-right {
  padding-left: 10%;
  padding-right: 15%;
}
@media (max-width: 1550px) {
  .col-offer .col-right {
    padding-left: 4rem;
    padding-right: 5rem;
  }
}
@media (max-width: 768px) {
  .col-offer .col-right {
    padding: 2rem;
    order: -1;
  }
}
@media (max-width: 1550px) {
  .col-offer .col-right img {
    height: 55px !important;
    width: auto !important;
  }
}

.container,
.alignwide {
  max-width: 90%;
  margin: auto;
}
@media (max-width: 2000px) {
  .container,
  .alignwide {
    max-width: 1640px;
  }
}
.alignwide {
  max-width: 90%;
}

.container-full {
  max-width: 90%;
  margin: auto;
}

.container-full2 {
  max-width: 100%;
  margin: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 480px) {
  .container-full2 {
    padding: 0;
  }
}

.wp-block-column p {
  font-size: 1rem;
  line-height: 1.7;
}
.wp-block-column p:last-of-type {
  margin-bottom: 0;
}

.anim {
  opacity: 0;
}

@keyframes left {
  0% {
    transform: translateX(-10rem);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translateX(10rem);
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.anim1 {
  animation-delay: 100ms !important;
}

.anim2 {
  animation-delay: 200ms !important;
}

.anim3 {
  animation-delay: 300ms !important;
}

.anim4 {
  animation-delay: 400ms !important;
}

.anim5 {
  animation-delay: 500ms !important;
}

.anim6 {
  animation-delay: 600ms !important;
}

.anim7 {
  animation-delay: 700ms !important;
}

.anim8 {
  animation-delay: 800ms !important;
}

.fadeUp {
  animation: 500ms ease-out 0s 1 normal forwards running fadeUp;
}

@keyframes fadeUp {
  0% {
    transform: translateY(5rem);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.txt h1,
.txt h2,
.txt h3,
.txt p {
  color: #111;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .txt h1,
  .txt h2,
  .txt h3,
  .txt p {
    letter-spacing: normal;
  }
}
.txt h1,
.txt h2 {
  font-size: 3rem;
  font-weight: 700;
  max-width: 700px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 1550px) {
  .txt h1,
  .txt h2 {
    font-size: 2.2rem;
    max-width: 700px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .txt h1,
  .txt h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .txt h1,
  .txt h2 {
    font-size: 1.3rem;
  }
}
.txt .p-txt {
  font-size: 1rem;
  letter-spacing: normal;
  font-weight: 500;
  color: #111;
  margin-top: 1rem;
  padding-right: 20%;
}
@media (max-width: 480px) {
  .txt .p-txt {
    font-size: 12px;
  }
}
.txt p {
  line-height: 1.2;
}

.slider-standard {
  width: 100%;
  position: relative;
}
.slider-standard .splide__arrows {
  position: absolute;
  right: 5%;
  bottom: 3rem;
  width: 105px;
}
@media (max-width: 480px) {
  .slider-standard .splide__arrows {
    width: 80px;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 768px) {
  .slider-standard .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.slider-standard .btn-arrow {
  display: inline-block;
}
.slider-standard .splide__arrow:disabled {
  display: none;
}
.slider-standard .slider-img {
  width: 100%;
  position: relative;
  line-height: 0;
}
@media (max-width: 480px) {
  .slider-standard .slider-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .slider-standard .slider-img_::before {
    content: "";
    background: #f7f7f7;
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
    position: absolute;
    pointer-events: none;
    top: 30%;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    transition: all 0.3s ease 0s;
  }
}
.slider-standard .slider-img img {
  width: 100%;
  min-height: 615px;
  max-height: 615px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media (max-width: 1550px) {
  .slider-standard .slider-img img {
    min-height: 530px;
  }
}
@media (max-width: 1300px) {
  .slider-standard .slider-img img {
    min-height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .slider-standard .slider-img img {
    -o-object-position: center;
       object-position: center;
    min-height: 25rem;
  }
}
@media (max-width: 480px) {
  .slider-standard .slider-img img {
    min-height: auto;
  }
}
.slider-standard .slider-img.styl2::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(270deg, rgba(243, 243, 243, 0) 0%, rgba(94, 103, 143, 0.728711553) 37%, rgb(17, 31, 91) 77%);
  position: absolute;
  left: 0;
  right: 30%;
  bottom: 0;
  top: 0;
  pointer-events: none;
}

.padding-left {
  padding-left: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .padding-left {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .padding-left {
    padding-left: 0;
  }
}

.padding-right {
  padding-right: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .padding-right {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .padding-right {
    padding-right: 0;
  }
}

.offer-hp {
  padding-left: calc((100vw - 1520px) / 2);
}
@media (max-width: 1550px) {
  .offer-hp {
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .offer-hp {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .offer-hp figure.alignright {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.box-offer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.box-offer .box {
  width: 48%;
  margin: 0.4rem 0;
}
@media (max-width: 1440px) {
  .box-offer .box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .box-offer .box {
    width: 100%;
  }
}
.box-offer .box h2 {
  margin: 2rem 0 1rem 0;
  color: #111;
  line-height: 1.17;
  display: inline-block;
  min-height: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .box-offer .box h2 {
    margin: 10px 0;
  }
}
.box-offer .box .inner_txt {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .box-offer .box .inner_txt {
    padding: 1rem;
  }
}
.box-offer .box div.i {
  height: 65px;
}
@media (max-width: 768px) {
  .box-offer .box div.i {
    height: 30px;
  }
}
.box-offer .box img {
  width: auto;
  max-height: 61px;
  max-width: 61px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1440px) {
  .box-offer .box img {
    max-height: 45px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .box-offer .box img {
    max-height: 35px;
    width: auto;
  }
}
.box-offer .box p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 768px) {
  .box-offer .box p {
    font-size: 14px;
  }
}
.box-offer .box a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.box-offer .box a h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 1550px) {
  .box-offer .box a h2 {
    margin-top: 10px;
  }
}
.box-offer .box a h2_::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.9rem;
  font-weight: normal;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.box-offer .box a p {
  color: #111;
  font-weight: 300;
}
.box-offer .box a:hover {
  background: #f3f3f3;
}
.box-offer .box a:hover img {
  transform: translateY(-5px);
}
.box-offer .box a:hover h2::after {
  right: -3rem;
}
@media (max-width: 480px) {
  .box-offer.box-oferta-styl-2 {
    margin: 2rem 0;
  }
}
.box-offer.box-oferta-styl-2 .box .inner_txt {
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .box-offer.box-oferta-styl-2 .box .inner_txt {
    padding-left: 2rem;
  }
}
.box-offer.box-oferta-styl-2 .box .inner_txt h2 {
  font-size: 1.3rem;
}
.box-offer.box-oferta-styl-2 .box .inner_txt h2::after {
  font-size: 1.7rem;
}
.box-offer.col3 .box {
  width: 33%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
  background: rgba(17, 17, 17, 0.1);
}
@media (max-width: 1440px) {
  .box-offer.col3 .box {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .box-offer.col3 .box {
    width: 100%;
  }
}
.box-offer.col3 .box h2 {
  font-size: 1.25rem;
}
.box-offer.col4 .box {
  width: 24%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
  background: rgba(17, 17, 17, 0.1);
}
.box-offer.col4 .box .txt {
  height: 100%;
}
.box-offer.col4 .box .inner_txt {
  background: transparent !important;
}
.box-offer.col4 .box:hover {
  background: rgba(17, 17, 17, 0.15);
}
.box-offer.col4 .box a {
  display: block;
  height: 100%;
}
.box-offer.col4 .box a:hover {
  background: rgba(17, 17, 17, 0.15);
}
.box-offer.col4 .box a:hover h2::after {
  transform: rotate(90deg);
  right: -1rem;
  top: 10px;
}
@media (max-width: 768px) {
  .box-offer.col4 .box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .box-offer.col4 .box {
    width: 100%;
  }
}
.box-offer.col4 .box h2 {
  font-size: 1.25rem;
}
.box-offer.col5 {
  margin: 4rem 2% 0 2%;
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .box-offer.col5 {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.box-offer.col5 .box {
  width: 20%;
  animation: 700ms ease-out 200ms 1 normal forwards running fadeUp !important;
  margin-bottom: 9px;
}
@media (max-width: 990px) {
  .box-offer.col5 .box {
    width: 50%;
  }
}
.box-offer.col5 .box .txt {
  height: 100%;
}
.box-offer.col5 .box .inner_txt {
  background: transparent !important;
}
@media (max-width: 480px) {
  .box-offer.col5 .box .inner_txt {
    padding: 10px;
  }
}
.box-offer.col5 .box:hover {
  background: rgba(226, 30, 35, 0.03);
}
.box-offer.col5 .box a {
  display: block;
  height: 100%;
}
.box-offer.col5 .box a:hover {
  background: rgba(17, 17, 17, 0.01);
}
@media (max-width: 768px) {
  .box-offer.col5 .box {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .box-offer.col5 .box {
    width: 46%;
  }
}
.box-offer.col5 .box h2 {
  font-size: 1.2rem;
  color: #111;
  text-transform: none;
}
.box-offer.col-big {
  margin-top: 0;
}
.box-offer.col-big .box {
  width: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  .box-offer.col-big .box {
    width: 100%;
  }
}
.box-offer.col-big .box img {
  width: auto;
  max-height: none;
  max-width: none;
}
@media (max-width: 1440px) {
  .box-offer.col-big .box img {
    max-height: 45px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .box-offer.col-big .box img {
    width: auto;
  }
}
.box-offer.col-big .box .txt {
  padding: 3rem 6rem;
}
@media (max-width: 768px) {
  .box-offer.col-big .box .txt {
    padding: 2rem;
  }
}
.box-offer.col-big .box p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}
.box-offer.col-big .box h2 {
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .box-offer.col-big .box h2 {
    font-size: 1.4rem;
  }
}
.box-offer.col-big .box h2 _br {
  display: none;
}
.box-offer.col-big .box h3 {
  margin-bottom: 0.6rem;
}
.box-offer.col-big .box:nth-child(1), .box-offer.col-big .box:nth-child(4), .box-offer.col-big .box:nth-child(5) {
  background: #ebf3fa;
}
@media (max-width: 768px) {
  .box-offer.col-big .box:nth-child(1), .box-offer.col-big .box:nth-child(4), .box-offer.col-big .box:nth-child(5) {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .box-offer.col-big .box div.i {
    height: 60px;
  }
  .box-offer.col-big .box:nth-child(even) {
    background: #ebf3fa;
  }
}

@media (max-width: 480px) {
  .wp-image-932 {
    width: 46%;
  }
}

h3.stroke {
  line-height: 1;
  font-size: 3rem;
}
@media (max-width: 480px) {
  h3.stroke {
    font-size: 2rem;
  }
}
h3.stroke strong {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
  color: #111;
  font-size: 7rem;
}
@media (max-width: 480px) {
  h3.stroke strong {
    font-size: 5rem;
  }
}

.box-cennik .wp-block-columns {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.box-cennik .wp-block-columns:last-of-type {
  border: none;
}
.box-cennik img {
  max-width: 150px;
  max-height: 30px;
  width: auto;
  -o-object-fit: none;
     object-fit: none;
}

.box-3-kroki {
  text-align: center;
  background-image: url(./img/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .box-3-kroki {
    background-size: contain;
    background-color: #111;
    background-position: center bottom;
    padding: 3rem 0;
  }
}
.box-3-kroki .container-full {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  margin-top: 5rem;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.box-3-kroki .container-full::before {
  content: "";
  background-image: url(./img/bg-line.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 1px;
  position: absolute;
  left: 11%;
  right: 11%;
  top: 1.5rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full::before {
    background-image: url(./img/bg-line-v.png);
    background-repeat: repeat-y;
    width: 1px;
    height: 100%;
    left: auto;
    right: 50%;
    bottom: 10rem;
    opacity: 0.3;
  }
}
.box-3-kroki .container-full .box {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .box-3-kroki .container-full .box {
    width: 100%;
    margin: 1rem 0;
  }
}
.box-3-kroki .container-full .box p,
.box-3-kroki .container-full .box h3 {
  padding: 0 10%;
}
.box-3-kroki h2,
.box-3-kroki h3,
.box-3-kroki h4,
.box-3-kroki p,
.box-3-kroki ul,
.box-3-kroki li {
  color: #fff;
}
.box-3-kroki ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-3-kroki h2 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .box-3-kroki h2 {
    font-size: 1.4rem;
  }
}
.box-3-kroki h3 {
  font-size: 1.1rem;
  margin: 2rem 0 0.8rem 0;
}
.box-3-kroki i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  margin: auto;
  background: #e21e23;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .box-3-kroki i {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.box-3-kroki p,
.box-3-kroki ul {
  font-size: 16px;
}
@media (max-width: 768px) {
  .box-3-kroki p,
  .box-3-kroki ul {
    font-size: 14px;
  }
}
.box-3-kroki .btn-arrow-full {
  margin: 3rem auto 0 auto;
  color: #fff;
  background: #e21e23;
}
.box-3-kroki .btn-arrow-full:hover {
  background: #111;
}
.box-3-kroki .text-center {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .box-3-kroki .text-center {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .box-3-kroki .text-center {
    font-size: 1rem;
  }
}

.text-center {
  text-align: center;
  width: 80%;
  display: inline-block;
  margin: auto;
}

.slider-news {
  padding-bottom: 6rem;
}
.slider-news .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  background: #111;
}
.slider-news .splide__pagination__page.is-activee {
  transform: scale(1);
}
.slider-news .newst-title {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.13;
  z-index: 10;
}
.slider-news .txt {
  padding: 0 1.2rem;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.slider-news .news-thumbnail {
  width: 100%;
  position: relative;
  aspect-ratio: 3/1.7;
  margin-bottom: 1.4rem;
  background: #111;
  overflow: hidden;
}
.slider-news .news-thumbnail::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgb(17, 31, 91) 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.slider-news .news-thumbnail figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider-news .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease 0s;
}
.slider-news .news-box a {
  text-decoration: none;
  padding-bottom: 2rem;
}
.slider-news .news-box a::after {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: normal;
  position: absolute;
  position: absolute;
  bottom: -1rem;
  left: 1.2rem;
  color: #111;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.slider-news .news-box a:hover .news-thumbnail img {
  transform: scale(1.1);
  opacity: 0.5;
}
.slider-news .news-box a:hover::after {
  left: 2rem;
  transition: all 0.3sease 0s;
}

#scroll-top {
  background: #e21e23;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 480px) {
  #scroll-top {
    right: 0;
    bottom: 0;
  }
}
#scroll-top svg {
  color: #fff;
  fill: #fff;
  transition: all 0.3s ease 0s;
}
#scroll-top:hover {
  background: #111;
}
#scroll-top:hover svg {
  transform: translateY(-5px);
}
#scroll-top.top-show {
  opacity: 1;
}

.partners,
.slider-logo-content {
  border-top: 1px solid #ebf3fa;
  padding-top: 4rem;
  margin: 3rem 0;
}
.partners h4,
.slider-logo-content h4 {
  margin-bottom: 1.5rem;
  color: #111;
}
.partners .splide__arrow--prev,
.partners .splide__arrow--next,
.slider-logo-content .splide__arrow--prev,
.slider-logo-content .splide__arrow--next {
  background: #111;
  margin-bottom: -42px;
}
@media (max-width: 768px) {
  .partners .splide__arrow--prev,
  .partners .splide__arrow--next,
  .slider-logo-content .splide__arrow--prev,
  .slider-logo-content .splide__arrow--next {
    margin-bottom: -32px;
  }
}
.partners .splide__arrow--prev::after,
.partners .splide__arrow--next::after,
.slider-logo-content .splide__arrow--prev::after,
.slider-logo-content .splide__arrow--next::after {
  color: #fff;
}
.partners .splide__arrow--prev:hover,
.partners .splide__arrow--next:hover,
.slider-logo-content .splide__arrow--prev:hover,
.slider-logo-content .splide__arrow--next:hover {
  background: #e21e23;
}
.partners .splide__track,
.slider-logo-content .splide__track {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
@media (max-width: 480px) {
  .partners .splide__track,
  .slider-logo-content .splide__track {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.partners ul,
.slider-logo-content ul {
  margin: 3rem 0 !important;
}
.partners ul li,
.slider-logo-content ul li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners ul li figure,
.slider-logo-content ul li figure {
  margin: 0;
}
.partners ul li img,
.slider-logo-content ul li img {
  max-height: 5rem;
  max-width: 8rem;
}
@media (max-width: 480px) {
  .partners ul li img,
  .slider-logo-content ul li img {
    max-height: 3rem;
    max-width: 7rem;
  }
}
.partners ul li a:hover,
.slider-logo-content ul li a:hover {
  transform: scale(0.9);
}

.slider-logo-content {
  border: none;
  padding-top: 0;
  margin-top: 2rem;
}

.contact-us {
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (max-width: 768px) {
  .contact-us {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.contact-us a {
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
.contact-us a::after {
  content: "";
  height: 2px;
  background: #e21e23;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease 0s;
}
.contact-us a:hover::after {
  width: 100%;
}
.contact-us .tel {
  margin: 0;
  margin-bottom: 1rem !important;
}

.phone {
  font-size: 1.8rem;
  color: #111;
  font-weight: 600;
  position: relative;
  margin-top: 1rem;
}

footer {
  margin-top: -9rem;
}
@media (max-width: 768px) {
  footer {
    margin-top: 0;
  }
}
footer .site-info {
  background: #252525;
  padding: 11rem 0 6rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  footer .site-info {
    padding: 4rem 0 1rem 0;
  }
}
footer .site-info .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  footer .site-info .container {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 990px) {
  footer .site-info .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .site-info .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
footer .site-info .container > div {
  color: #fff;
  width: 45%;
}
@media (max-width: 990px) {
  footer .site-info .container > div {
    width: 45%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  footer .site-info .container > div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .site-info .container > div {
    width: 100%;
  }
}
footer .site-info .container > div h4 {
  color: #e21e23;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 990px) {
  footer .site-info .container > div h4 {
    margin-bottom: 0;
  }
}
footer .site-info .container > div a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.15rem;
}
footer .site-info .container > div a:hover {
  color: #111;
}
@media (max-width: 990px) {
  footer .site-info .container > div ul {
    margin-top: 10px;
  }
}
footer .site-info .container .phone {
  color: #e21e23;
  margin-top: 0;
  font-weight: 500;
}
footer .site-info .container .footer-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 500;
}
footer .site-info .container .footer-box .box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .site-info .container .footer-box .box:first-of-type {
  margin-bottom: 3rem;
}
footer .site-info .container .footer-box h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}
footer .site-info .container .footer-box a {
  position: relative;
}
footer .site-info .container .footer-box a::after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease 0s;
}
footer .site-info .container .footer-box a:hover {
  color: #fff !important;
}
footer .site-info .container ul {
  margin: 0;
  padding: 0;
  margin-top: 0;
}
footer .site-info .container ul li {
  list-style: none;
  margin-bottom: 1rem;
}
footer .site-info .container ul li a:hover {
  color: #e21e23;
}
footer .site-info .container ul li:last-child {
  margin-bottom: 0;
}
footer .site-info .container ul li._current-menu-item a {
  color: #e21e23;
}
footer .copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto;
}
footer .copy p {
  margin: 0;
}
@media (max-width: 480px) {
  footer .copy p {
    text-align: center;
    width: 100%;
  }
}

.post,
.page {
  margin: 0;
}

@media (max-width: 480px) {
  .cover-1 {
    min-height: 600px !important;
  }
}

.post-navigation {
  max-width: 1440px;
  background: #111;
  padding: 1rem;
  margin: 2rem auto !important;
}
.post-navigation .nav-subtitle {
  display: none;
}
.post-navigation a {
  color: #fff;
  text-decoration: none;
}
.post-navigation a:hover {
  color: #e21e23;
}

.breadcrumbs {
  background: #e21e23;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
}
.breadcrumbs > span {
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}

.is-content-justification-center {
  display: flex;
}

.news-top {
  position: relative;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  background-image: url(./img/bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0rem;
}
@media (max-width: 1440px) {
  .news-top {
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .news-top {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  .news-top {
    height: 12rem;
    background-position: center right;
  }
}
.news-top h1 {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #111;
}
.news-top h1::before {
  content: "";
  width: 100px;
  height: 3px;
  background: #e21e23;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .news-top h1 {
    font-size: 1.4rem;
  }
}
.news-top h1 span.h1-p {
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .news-top h1 span.h1-p {
    font-size: 1.4rem;
  }
}
.news-top_::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.news-top .post-thumbnail {
  height: 100%;
  width: 100%;
}
.news-top .header-top {
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-top .container {
  justify-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .news-top .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.news-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.entry-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.container-news > article {
  width: 30%;
  position: relative;
  aspect-ratio: 3/1.7;
  margin-bottom: 3rem;
  overflow: hidden;
  background: #e21e23;
}
@media (max-width: 768px) {
  .container-news > article {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .container-news > article {
    width: 100%;
    margin-bottom: 0;
  }
}
.container-news > article::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgb(0, 1, 2) 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.container-news > article .entry-content {
  margin: 0;
}
.container-news > article .post-thumbnail {
  height: 100%;
  width: 100%;
  line-height: 0;
  display: inline-block;
}
.container-news > article .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.container-news > article .entry-header {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 5;
  right: 1.2rem;
}
.container-news > article .entry-header h2 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.13;
  padding-right: 2rem;
}
.container-news > article .entry-header a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding-right: 2rem;
}
.container-news > article .entry-header a::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 2rem;
  color: #e21e23;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.container-news > article:hover .post-thumbnail img {
  transform: scale(1.1);
  opacity: 0.5;
}

.box-cta {
  background: #111;
  background-image: url(./img/bg-cta.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 7rem 0;
  background-size: cover;
}
.box-cta .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-cta .container .txt {
  font-size: 1.2rem;
  margin: 1rem 0;
  text-align: center;
  font-weight: 300;
}
.box-cta h2,
.box-cta h3,
.box-cta p,
.box-cta .txt {
  color: #fff;
}
.box-cta.styl2 {
  background-image: url(./img/bg-cta2.jpg);
}
.box-cta.styl2 h2,
.box-cta.styl2 h3,
.box-cta.styl2 p,
.box-cta.styl2 .txt {
  color: #111;
}

.header-top {
  margin-bottom: 0;
}
.header-top .position {
  background: #111;
  padding: 6px 12px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 480px) {
  .header-top .position {
    font-size: 11px;
  }
}
.header-top .btn-box {
  margin: 2rem 0;
}
.header-top h1,
.header-top h2,
.header-top h3,
.header-top p {
  color: #111;
  letter-spacing: 1px;
}
.header-top h1,
.header-top h2 {
  font-size: 3rem;
  font-weight: 600;
  max-width: 800px;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 1550px) {
  .header-top h1,
  .header-top h2 {
    font-size: 2.5rem;
    max-width: 700px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .header-top h1,
  .header-top h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .header-top h1,
  .header-top h2 {
    font-size: 1.6rem;
  }
}

.wpcf7 {
  margin-top: 2rem;
  background: #f3f3f3;
  padding: 3rem;
}
@media (max-width: 768px) {
  .wpcf7 {
    padding: 1.7rem;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea {
  border: none;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  width: 100%;
  color: #111;
  padding: 1rem;
}
@media (max-width: 768px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=url],
  .wpcf7 input[type=password],
  .wpcf7 input[type=search],
  .wpcf7 input[type=number],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=range],
  .wpcf7 input[type=date],
  .wpcf7 input[type=month],
  .wpcf7 input[type=week],
  .wpcf7 input[type=time],
  .wpcf7 input[type=datetime],
  .wpcf7 input[type=datetime-local],
  .wpcf7 input[type=color],
  .wpcf7 textarea {
    padding: 0.7rem;
    font-size: 14px;
  }
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 textarea:focus {
  border: 1px solid #111111;
  outline: none;
}
.wpcf7 ::-moz-placeholder {
  color: #111;
  opacity: 1; /* Firefox */
}
.wpcf7 ::placeholder {
  color: #111;
  opacity: 1; /* Firefox */
}
.wpcf7 ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #111;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 12px !important;
  font-size: 13px !important;
}
.wpcf7 input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.wpcf7 input[type=checkbox]:checked {
  background: #111;
}
.wpcf7 input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.wpcf7 label {
  font-weight: 600;
}
.wpcf7 select {
  width: 100%;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  padding: 5px;
  background: transparent;
}
.wpcf7 select:focus {
  border: 1px solid #111111;
  outline: none;
}
.wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border: 2px solid #111;
  border-radius: 3px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance {
  font-size: 14px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline;
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #111;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

body.page-template-page-podstrona .partners {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 1.2rem;
}

ol.wp-block-list {
  margin-left: 1rem;
}
ol.wp-block-list li {
  margin-bottom: 10px;
}
ol.wp-block-list li::marker {
  color: #111;
  font-weight: 600;
}

ol.is-style-list_kwadrat {
  margin-left: 1.6rem;
}
ol.is-style-list_kwadrat li {
  margin-bottom: 10px;
}
ol.is-style-list_kwadrat li::marker {
  font-weight: bold;
  font-size: 1.1rem;
}

.cover-1 {
  height: 100%;
}

.is-style-list_checkbox {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.is-style-list_checkbox li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.is-style-list_checkbox li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43MDcgOC43MDctNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEwIDE0LjU4Nmw2LjI5My02LjI5M2ExIDEgMCAwIDEgMS40MTQgMS40MTRaIiBmaWxsPSIjMTExZjViIiBjbGFzcz0iZmlsbC0yMzIzMjMiPjwvcGF0aD48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  top: calc(50% - 10px);
  left: 0;
}

.h-100 {
  height: 100%;
}

.wp-block-buttons-is-layout-flex .wp-block-button {
  margin-right: 1.2rem;
}
.wp-block-buttons-is-layout-flex .wp-block-button:last-of-type {
  margin-right: 0;
}

.wp-block-button__link {
  background: #e21e23;
  color: #fff !important;
  border-radius: 0;
  padding: 10px 55px 10px 25px;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .wp-block-button__link {
    padding: 8px 45px 8x 15px;
  }
}
.wp-block-button__link::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 5px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .wp-block-button__link::before {
    top: 6px;
  }
}
.wp-block-button__link:hover {
  background: #111;
}

.wp-block-buttons.is-content-justification-right {
  display: flex;
}

.is-style-outline a {
  background: transparent;
  color: #111 !important;
  border-radius: 0;
  padding: 8px 55px 8px 25px;
  font-weight: 600;
  position: relative;
  border: none;
  text-transform: none;
  letter-spacing: normal;
}
.is-style-outline a::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 1.3rem;
  color: #111 !important;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.is-style-outline a:hover {
  background: #111 !important;
  color: #fff !important;
}
.is-style-outline a:hover::before {
  color: #fff !important;
}

.wp-block-buttons.has-small-font-size .wp-element-button {
  font-size: 14px;
  padding: 10px 20px;
}
.wp-block-buttons.has-small-font-size .wp-element-button::before {
  display: none;
}
.wp-block-buttons .has-white-background-color {
  background: #fff;
  color: #111 !important;
}
.wp-block-buttons .has-white-background-color::before {
  color: #111;
}
.wp-block-buttons .has-white-background-color:hover {
  background: #111;
  color: #fff !important;
}
.wp-block-buttons .has-white-background-color:hover::before {
  color: #fff;
}
.wp-block-buttons .is-style-button-pdf a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
}
.wp-block-buttons .is-style-button-pdf a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODIgMzgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjMxZjIwIj48cGF0aCBkPSJNNDAuODggMTRIMzl2MTBoMi4xODVjMS44MTUgMCAzLjIwOS0uMjEzIDQuMTg0LTEuMTI5Ljk3Ni0uOTE2IDEuNDYzLTIuMTI1IDEuNDYzLTMuODcyIDAtMS43NDYtLjQ4Ny0yLjg2OC0xLjQ2My0zLjgwOS0uOTc0LS45NDEtMi40NzItMS4xOS00LjQ4OS0xLjE5ek0yOC4xMjMgMTQuNDYyYy0uNjItLjQzMi0xLjU4Mi0uNDYyLTIuODg4LS40NjJIMjN2NmgyLjY0MmMxLjMyMyAwIDIuMjIyLS40NjUgMi42OTctLjk5OS40NzUtLjUzNC43MTItMS4zMTkuNzEyLTIuMzQ2IDAtMS4wMjYtLjMxLTEuNzYtLjkyOC0yLjE5M3oiPjwvcGF0aD48cGF0aCBkPSJNNzcgMEg1YTUgNSAwIDAgMC01IDV2MjhhNSA1IDAgMCAwIDUgNWg3MmE1IDUgMCAwIDAgNS01VjVhNSA1IDAgMCAwLTUtNXpNMzEuMjAxIDIxLjQ5M0MyOS45MiAyMi41MTEgMjcuOTY1IDIzIDI1LjMzNyAyM0gyM3Y1aC00VjEwaDYuMjg2YzIuNzMgMCA0LjcxOS42NCA1Ljk2NSAxLjY5OXMxLjg3IDIuNzMyIDEuODcgNC45MjktLjY0IDMuODQ4LTEuOTIgNC44NjV6bTE3LjE0NSA0LjA5MUM0Ni42OTIgMjcuMTk1IDQ0LjE3IDI4IDQwLjc3OCAyOEgzNVYxMGg1Ljk4MWMzLjE3MSAwIDUuNjA0Ljg4NSA3LjMwMSAyLjQzN3MyLjU0NCAzLjc2NSAyLjU0NCA2LjUyOS0uODI2IDUuMDA3LTIuNDggNi42MTh6TTY1IDE0aC04djRoOHYzaC04djdoLTRWMTBoMTJ2NHoiPjwvcGF0aD48L2c+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}
.wp-block-buttons .is-style-button-video a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-video a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS41IDB2MTRsMTEtNy0xMS03WiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}
.wp-block-buttons .is-style-button-windows a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-windows a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTYuNjkzIDU2LjY5MyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMy43NjUgNDYuMzYyIDE5LjgzNiAyLjg3M1YzMC4yNTdIMy43NjV2MTYuMTA1em0wLTE4LjgxNmgxOS44MzZWOC41NjZMMy43NjUgMTEuNDM5djE2LjEwN3ptMjIuNTQ3IDIyLjA4MiAyNi42MTYgMy44NTVWMzAuMjU3SDI2LjMxMnYxOS4zNzF6bTAtNDEuNDU2djE5LjM3NGgyNi42MTZWNC4zMTlMMjYuMzEyIDguMTcyeiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-mac a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-mac a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjc4Ljg0NCAxNDMuOTQ1Yy02LjIxOSAxLjg0NS0xNS4wMSAzLjI3LTI2LjI1MSA0LjI4LjUwNi0yNS4wNzIgNy4wNDQtNDYuNjk4IDE5LjcxMi02NC44NDhDMjg0Ljc0IDY1LjM0NCAzMDUuNzQ2IDUyLjg4NCAzMzUuMzU5IDQ2Yy4xODQuNDgyLjQyMiAxLjQ0Ny42NSAyLjc4Ny4yMyAxLjM0LjQ1OSAyLjI1OS42NDUgMi43NjUgMCAuNjY2LjA0NSAxLjUxNy4xMzcgMi41MjcuMDQ3IDEuMDE5LjA5MiAxLjg0Ni4wOTIgMi41NDIgMCAxMC4yNjItMi40NDMgMjEuNjg4LTcuMzIgMzQuMzA4LTUuMDIzIDEyLjYyLTEyLjg1NyAyNC4yMjktMjMuNDQ5IDM0LjgyOC05LjA3NSA5LjA2Ny0xOC4xOTYgMTUuMTQ3LTI3LjI3IDE4LjE4OHpNMzkxLjkyIDMyMC44NjZjLTExLjYwMi0xNi42MzMtMTcuNDA2LTM1LjQyNi0xNy40MDYtNTYuMjg2IDAtMTkuMDIyIDUuNDM4LTM2LjQzNyAxNi4zOTYtNTIuMjM0IDUuODk2LTguNjE1IDE1LjQ3Ny0xOC41MTggMjguNzg1LTI5Ljc5Ny04Ljc1Mi0xMC43ODItMTcuNDk4LTE5LjE2LTI2LjI1LTI1LjI0MS0xNS44NDYtMTAuOTItMzMuNzY0LTE2LjQwMy01My43OTctMTYuNDAzLTExLjkzMiAwLTI2LjQ5IDIuODU2LTQzLjYyMSA4LjU2OS0xNi40ODYgNS43NTktMjguNTU3IDguNTg1LTM2LjExMyA4LjU4NS01LjcxMyAwLTE3LjMxNi0yLjUwNC0zNC44MjItNy41NjYtMTcuNjgyLTUuMDU0LTMyLjU2MS03LjU1OS00NC42NzYtNy41NTktMjguOTcxIDAtNTIuODMyIDEyLjEwNy03MS43MTcgMzYuMzM3LTE5LjAyMiAyNC41NTItMjguNTExIDU2LjA1Ny0yOC41MTEgOTQuMzc3IDAgNDAuNzcxIDEyLjM5MSA4My4wNSAzNy4xMjYgMTI2Ljk5MUMxNDIuMzcyIDQ0NC4yMTMgMTY3LjcwNCA0NjYgMTkzLjI2NiA0NjZjOC41NjkgMCAxOS43MTItMi44NTcgMzMuMzA1LTguNTY5IDEzLjYzMS01LjU2NyAyNS42MDctOC4zNCAzNS44NzYtOC4zNCAxMC45MjIgMCAyMy42MzMgMi42OTUgMzguMDkyIDguMDYzIDE1LjI5MyA1LjM5MiAyNy4wODYgOC4wOCAzNS4zMzQgOC4wOCAyMS41NTcgMCA0My4xNTItMTYuNDggNjQuODkzLTQ5LjQ2MyAxNC4wOTgtMjEuMDI5IDI0LjQ1OS00Mi4wNSAzMS4wNDUtNjMuMDc5LTE1LjAxOC00LjU2My0yOC4yOC0xNS4xNTUtMzkuODkxLTMxLjgyNnoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-android a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-android a::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjE0NiA5LjIyN2ExLjQ3OCAxLjQ3OCAwIDEgMC0yLjk1Ni4wMDJ2Ni4xOWMwIC44MS42NjMgMS40OCAxLjQ4MyAxLjQ4LjgxNCAwIDEuNDc2LS42NyAxLjQ3Ni0xLjQ4di02LjJoLS4wMXpNNS4zOTMgOC4wMzJsLjAwNCA5LjZjMCAuODg1LjcwNCAxLjU5IDEuNTczIDEuNTloMS4wNjN2My4yOGMwIC44Mi42NiAxLjQ4MiAxLjQ3IDEuNDgyczEuNDY3LS42NiAxLjQ4LTEuNDY4di0zLjI4aDEuOTkzdjMuMjhhMS40NzUgMS40NzUgMCAxIDAgMi45NTItLjAwN3YtMy4yOGgxLjA3OGMuODcgMCAxLjU3My0uNzEgMS41NzMtMS41Nzh2LTkuNjNMNS4zNSA4LjAzbC4wNC4wMDJ6bTkuNjQ4LTIuOTNhLjU2LjU2IDAgMSAxLS4wMDItMS4xMTguNTYuNTYgMCAwIDEgLjAwMiAxLjExOG0tNi4wNiAwYS41Ni41NiAwIDEgMSAuNTYtLjU0OC41NjUuNTY1IDAgMCAxLS41Ny41NjdtNi4yOS0yLjlMMTYuMjkuMzNjLjA2LS4xMDUuMDE0LS4yMjYtLjA3Ni0uMjg1YS4yMTkuMjE5IDAgMCAwLS4yODQuMDlsLTEuMDUgMS45Yy0uODY4LS40MDUtMS44NTYtLjYzLTIuODktLjYzcy0yLjAxOC4yMTUtMi44OTIuNjAzTDguMDY0LjEwNWEuMjA1LjIwNSAwIDAgMC0uMjc4LS4wOGMtLjEuMDQ1LS4xMzYuMTgtLjA4LjI3bDEuMDMgMS44NzVjLTIuMDMgMS4wNDctMy40IDMuMDQtMy40IDUuMzNoMTMuMzI4YzAtMi4yOS0xLjM2OC00LjI4My0zLjM5Ni01LjMzTTMuMzMgNy43NDJjLS44MTcgMC0xLjQ4LjY2NS0xLjQ4IDEuNDgzdjYuMTkyYTEuNDggMS40OCAwIDAgMCAyLjk2MSAwdi02LjE5YzAtLjgxNS0uNjYtMS40NzgtMS40Ny0xLjQ3OCIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-chromeos a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px !important;
}
.wp-block-buttons .is-style-button-chromeos a::before {
  content: "";
  background-image: url("    data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDk2IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMxLjUgMjE3LjUgNTUuMSAxMDAuMWM0Ny42LTU5LjIgMTE5LTkxLjggMTkyLTkyLjEgNDIuMy0uMyA4NS41IDEwLjUgMTI0LjggMzMuMiA0My40IDI1LjIgNzYuNCA2MS40IDk3LjQgMTAzTDI2NCAxMzMuNGMtNTguMS0zLjQtMTEzLjQgMjkuMy0xMzIuNSA4NC4xem0zMi45IDM4LjVjMCA0Ni4yIDM3LjQgODMuNiA4My42IDgzLjZzODMuNi0zNy40IDgzLjYtODMuNi0zNy40LTgzLjYtODMuNi04My42LTgzLjYgMzcuMy04My42IDgzLjZ6bTMxNC45LTg5LjJMMzM5LjYgMTc0YzM3LjkgNDQuMyAzOC41IDEwOC4yIDYuNiAxNTcuMkwyMzQuMSA1MDMuNmM0Ni41IDIuNSA5NC40LTcuNyAxMzcuOC0zMi45IDEwNy40LTYyIDE1MC45LTE5MiAxMDcuNC0zMDMuOXpNMTMzLjcgMzAzLjYgNDAuNCAxMjAuMUMxNC45IDE1OS4xIDAgMjA1LjkgMCAyNTZjMCAxMjQgOTAuOCAyMjYuNyAyMDkuNSAyNDQuOWw2My43LTEyNC44Yy01Ny42IDEwLjgtMTEzLjItMjAuOC0xMzkuNS03Mi41eiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 19px;
  position: relative;
}
.wp-block-buttons .is-style-button-zip a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px !important;
}
.wp-block-buttons .is-style-button-zip a::before {
  content: "";
  background-image: url("./img/zip.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block !important;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 10px;
  position: relative;
}

.wp-block-buttons.is-vertical {
  display: flex;
  flex-direction: column;
}
.wp-block-buttons.is-vertical .wp-block-button {
  margin-bottom: 1rem;
}

@media (max-width: 1550px) {
  .nasi-partnerzy {
    gap: 4rem !important;
  }
}
@media (max-width: 480px) {
  .nasi-partnerzy {
    gap: 5rem !important;
  }
}
.nasi-partnerzy img {
  filter: grayscale(100%);
}
@media (max-width: 480px) {
  .nasi-partnerzy img {
    max-width: 50% !important;
    height: auto;
  }
}

.wp-block-atbs-tabs .tabs-titles {
  background: transparent;
}
.wp-block-atbs-tabs .tabs-titles .tab-title {
  background: #111;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wp-block-atbs-tabs .tabs-titles .tab-title:last-child {
  border: none;
}
.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-media svg {
  max-height: 20px;
  fill: #fff;
}
.wp-block-atbs-tabs .tabs-titles .tab-title .tab-title-media svg path {
  fill: #fff;
}
.wp-block-atbs-tabs .tabs-titles .tab-title.active {
  background: #111;
}
.wp-block-atbs-tabs .tabs-content {
  padding: 1rem 0;
  background: transparent;
}

.bg-1 {
  background-image: url(.//img/bg-gabinet.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1750px) {
  .bg-1 {
    background-size: 25%;
  }
}
.bg-1 > div {
  padding-right: 21% !important;
}
@media (max-width: 768px) {
  .bg-1 > div {
    padding: 2rem !important;
  }
}
@media (max-width: 768px) {
  .bg-1 {
    background-size: contain;
    background: none;
  }
}

.wp-block-gallery {
  flex-wrap: wrap;
  display: flex;
}
.wp-block-gallery img {
  transition: all 0.3s ease 0s;
}
.wp-block-gallery a {
  background: #e21e23;
  overflow: hidden;
}
.wp-block-gallery a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.wp-block-gallery .wp-element-caption {
  background: #e21e23;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  pointer-events: none;
}

@supports (overflow: clip) {
  .pos-sticky {
    position: sticky;
    top: 6rem;
  }
}
.error-404 {
  text-align: center;
  padding: 1rem;
}
.error-404 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-block-separator {
  border: none;
  padding: 0;
  margin: 2rem 0;
  background: #111;
  opacity: 0.3;
}

#akcesoria,
#drukarki,
#pakowanie {
  scroll-margin-top: 100px;
}

*[id] {
  scroll-margin-top: 100px;
}

.bg-map {
  position: relative;
}

.contact-bg {
  z-index: 5;
  position: absolute;
  top: 180px;
  left: 3rem;
  left: calc((100vw - 1350px) / 2);
}
@media (max-width: 1440px) {
  .contact-bg {
    left: 2rem;
  }
}
@media (max-width: 480px) {
  .contact-bg {
    left: 0rem;
  }
}

.contact-bg1 {
  width: 420px;
}
@media (max-width: 480px) {
  .contact-bg1 {
    width: 100%;
  }
}
.contact-bg1 a {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.contact-bg1 .tel a {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
  color: #fff;
}

.map {
  width: 100% !important;
  height: 800px;
  filter: grayscale(100%);
}
@media (max-width: 480px) {
  .map {
    height: 500px;
  }
}

.btn-map {
  position: absolute;
  right: 3rem;
  top: 100px;
  z-index: 10;
}

#icbImageCompare-1 .icbImageCompare {
  width: 100% !important;
}
#icbImageCompare-1 .icbImageCompare img {
  height: 700px;
}
@media (max-width: 480px) {
  #icbImageCompare-1 .icbImageCompare img {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .icb-comparison-wrapper {
    height: 300px !important;
  }
}

.icb-image-wrapper img {
  height: 100%;
}

.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  gap: 2rem;
  flex-wrap: nowrap !important;
}
@media (max-width: 768px) {
  .wp-block-latest-posts__list {
    flex-wrap: wrap !important;
  }
}
.wp-block-latest-posts__list li {
  width: 49% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #e21e23;
  aspect-ratio: 10/5;
}
@media (max-width: 768px) {
  .wp-block-latest-posts__list li {
    width: 100% !important;
  }
}
.wp-block-latest-posts__list li::before {
  content: "";
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  pointer-events: none;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.6;
  z-index: 5;
  transition: all 0.3s ease 0s;
}
.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.2;
  padding-right: 3rem;
  z-index: 5;
}
@media (max-width: 768px) {
  .wp-block-latest-posts__list li a.wp-block-latest-posts__post-title {
    font-size: 1.3rem;
    left: 1.5rem;
    bottom: 2rem;
  }
}
.wp-block-latest-posts__list li a.wp-block-latest-posts__post-title::before {
  font-family: "icomoon";
  content: "\e909";
  font-weight: normal;
  font-size: 3rem;
  color: #e21e23;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  width: 100%;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__list li img {
  width: 100%;
  transition: all 0.3s ease 0s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-latest-posts__list li:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}

ul.contact {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: relative;
}
ul.contact li {
  margin: 1rem 0;
}
ul.contact li #Phone-Ringing {
  width: 24px;
  height: auto;
  transform: rotate(90deg);
  margin-right: 8px;
}
ul.contact li a {
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
ul.contact li a strong {
  font-weight: 700;
}
ul.contact li a span.icon-c {
  font-size: 24px;
  margin-right: 7px;
  font-weight: normal;
}
ul.contact li a:hover {
  color: #e21e23;
}

.social-footer {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}
.social-footer a svg {
  width: 30px;
  height: auto;
  fill: #fff;
  color: #fff;
}
.social-footer a svg path {
  fill: #fff;
}
.social-footer a:hover path {
  fill: #e21e23;
  transition: all 0.3s ease 0s;
}

.social-top {
  position: fixed;
  bottom: 50%;
  transform: translateX(50%);
  left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 10;
}
@media (max-width: 1700px) {
  .social-top {
    left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .social-top {
    display: none;
  }
}
.social-top a {
  width: 29px;
  height: 29px;
  background: #111;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-top a svg {
  fill: #fff;
  width: 16px;
  height: auto;
}
.social-top a svg path {
  fill: #fff;
}
.social-top a:hover {
  background: #e21e23;
}
.social-top a:hover svg path {
  fill: #fff;
}

@media (max-width: 768px) {
  .row-realizacje {
    justify-content: flex-start !important;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .row-realizacje div {
    justify-content: flex-start !important;
  }
}

body:not(.home) #sygnet {
  top: 50%;
  display: none;
}
body:not(.home) footer {
  margin-top: 3rem;
}

.page-id-204 footer {
  margin-top: 0rem !important;
}/*# sourceMappingURL=custom.css.map */