#site-navigation:hover .mega-menu-container {
  display: block;
}
.mega-menu-container {
  --mega-menu-products: 539px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1430px;
  margin: auto;
  display: flex;
  justify-content: center;
  top: calc(100% - 2px);
  background: var(--g6);
  color: var(--g1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  padding: 0;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: transform 0.17s, opacity 0.17s;
  transform: translateY(-14px);
  pointer-events: none;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .mega-menu-container {
    --mega-menu-products: 488px;
    left: -50px;
    right: -50px;
    width: auto;
  }
}
#header.sticky .mega-menu-container {
  transform: translateY(0) !important;
}
.mega-menu-container.active, .mega-menu-container:hover {
  opacity: 1;
  display: flex;
  transform: translateY(7px);
  pointer-events: all;
}
.mega-menu-container > div {
  display: none;
}
.mega-menu-container > div.active, .mega-menu-container > div:hover {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mega-menu-container > div > div {
  width: calc(100% - var(--mega-menu-products));
  display: flex;
}
.mega-menu-container .items {
  column-count: 2;
}
.mega-menu-container .items > a, .mega-menu-container .items > p {
  margin: 0 20px 10px;
  font-weight: 500;
  font-size: max(17.8px, 1.33rem);
  line-height: 2.25;
  color: #020001;
  position: relative;
  cursor: default;
  cursor: pointer;
  display: block;
}
.mega-menu-container .items > a::before, .mega-menu-container .items > p::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background-color: #01BAFE;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.23s;
}
.mega-menu-container .items > a:hover, .mega-menu-container .items > a.current, .mega-menu-container .items > p:hover, .mega-menu-container .items > p.current {
  color: #01BAFE;
}
.mega-menu-container .items > a:hover::before, .mega-menu-container .items > a.current::before, .mega-menu-container .items > p:hover::before, .mega-menu-container .items > p.current::before {
  transform: scaleX(1);
}
.mega-menu-container .products-sliders {
  flex-direction: column;
  width: var(--mega-menu-products);
  border-left: 1px solid #9E9E9E;
}
.mega-menu-container .products-sliders .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.mega-menu-container .products-sliders .heading .h {
  font-weight: 500;
  font-size: max(17.8px, 1.33rem);
  line-height: 1.25;
  color: #181818;
  margin: 0;
}
.mega-menu-container .products-sliders .heading a.view-all {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  text-align: right;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  color: #020001;
  margin: 0;
}
.mega-menu-container .products-sliders .footer {
  display: flex;
  justify-content: end;
  color: #9E9E9E;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.mega-menu-container .products-sliders .footer .prev, .mega-menu-container .products-sliders .footer .next {
  background-image: url(/a-images/svg/arrow_right.svg);
  height: 32px;
  width: 36px;
  cursor: pointer;
  background-position: center;
  margin-top: -1px;
  background-size: 11px 21px;
}
.mega-menu-container .products-sliders .footer .prev:not(.active), .mega-menu-container .products-sliders .footer .next:not(.active) {
  opacity: 0.43;
  pointer-events: none;
}
.mega-menu-container .products-sliders .footer .prev {
  transform: rotate(180deg);
}
.mega-menu-container .products-sliders .footer .page {
  display: flex;
  font-size: 14px !important;
  line-height: 34px;
  letter-spacing: 1.2px;
}
.mega-menu-container .products-sliders .footer .page * {
  color: #9E9E9E;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 30px;
  min-width: 11.5px;
  text-align: center;
}
.mega-menu-container .products-sliders > .products-slider {
  overflow: hidden;
  width: 538px;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .mega-menu-container .products-sliders > .products-slider {
    width: 488px;
  }
}
#dd .mega-menu-container .products-sliders .post_grid {
  gap: 21px;
  flex-wrap: nowrap;
  max-width: 514px;
  transform: translateX(calc(var(--slide) * -435.3px));
  transition: transform 0.3s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  #dd .mega-menu-container .products-sliders .post_grid {
    gap: 18px;
    max-width: 484px;
    transform: translateX(calc(var(--slide) * -396.3px));
    padding: 19px 30px !important;
  }
}
#dd .mega-menu-container .products-sliders .post_grid picture.post_image {
  border-radius: 6px;
}
#dd .mega-menu-container .products-sliders article.post_item {
  margin: 0 0 1.3rem;
  width: 124px !important;
  max-width: 100%;
  min-height: 245px;
  min-height: 0;
  padding: 0;
}
#dd .mega-menu-container .products-sliders article.post_item .post_title, #dd .mega-menu-container .products-sliders article.post_item .post_title a {
  margin: 0;
  font-size: max(16px, 1.2rem);
  line-height: 1.25;
  white-space: initial;
  width: 124px;
  font-size: 16px !important;
}
@media (max-width: 469.24px) {
  #dd .mega-menu-container .products-sliders article.post_item .post_title, #dd .mega-menu-container .products-sliders article.post_item .post_title a {
    font-size: 16.6px;
    letter-spacing: 0.1px;
  }
}
#dd .mega-menu-container .products-sliders article.post_item .post_title:hover, #dd .mega-menu-container .products-sliders article.post_item .post_title a:hover {
  color: var(--m2);
}
#dd .mega-menu-container .products-sliders article.post_item .post_title a {
  padding: 6px 0 0;
}
#dd .mega-menu-container .products-sliders article.post_item .post_title a:hover {
  color: var(--m1);
}
#dd .mega-menu-container .products-sliders article.post_item .product-type a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
.mega-menu-container .mega-menu--items {
  padding: 0 5px 10px 30px;
}
.mega-menu-container .mega-menu--column {
  padding: 20px 16px 35px;
  width: 320px;
}
.mega-menu-container .mega-menu--column:nth-child(3) {
  width: initial;
}
.mega-menu-container .mega-menu--heading {
  margin: 18px 0;
  color: #999598;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  --font-size: 18px !important;
  font-size: 18px !important;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .mega-menu-container .mega-menu--heading {
    margin: 12px 0;
    line-height: 1.3;
    --font-size: 16px !important;
    font-size: 16px !important;
  }
}
.site-header #site-navigation .mega-menu-container .mega-menu--column a {
  margin: 18px 0;
  position: relative;
  z-index: 99;
  height: auto;
  display: block;
  text-align: left;
  color: var(--g1);
  line-height: 27px !important;
  white-space: normal;
  font-weight: 500;
  --font-size: 17.9px !important;
  font-size: 17.9px !important;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .site-header #site-navigation .mega-menu-container .mega-menu--column a {
    margin: 12px 0;
    line-height: 22px !important;
    --font-size: 14.9px !important;
    font-size: 14.9px !important;
  }
}
.site-header #site-navigation .mega-menu-container .mega-menu--column a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.7px;
  background: #BF9900;
  opacity: 0;
  transition: transform 0.23s, opacity 0.23s;
  transform: scale(0.9);
  pointer-events: none;
}
.site-header #site-navigation .mega-menu-container .mega-menu--column a:hover {
  color: #BF9900;
}
.site-header #site-navigation .mega-menu-container .mega-menu--column a:hover::before {
  transform: translateX(-17px) scale(1);
  opacity: 1;
}
.mega-menu-container ul {
  padding: 0;
  margin: 0;
}
.mega-menu-container p.products-slider-heading {
  color: var(--g1);
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  line-height: 40px;
}
.mega-menu-container .products-slider-heading--container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 23px 50px 0;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .mega-menu-container .products-slider-heading--container {
    padding: 20px 50px 0 30px;
  }
}
.mega-menu-container a.products-slider--view-all {
  color: #020001;
  text-align: right;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.8px;
  position: relative;
  height: 30px !important;
  display: block !important;
}
.mega-menu-container a.products-slider--view-all::before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--g3);
  position: absolute;
}
.mega-menu-container a.products-slider--view-all:hover {
  color: #BF9900;
}
.mega-menu-container a.products-slider--view-all:hover::before {
  background-color: #BF9900;
}
#dd .mega-menu-container .post_item {
  background: none;
  box-shadow: none;
}
.site-header #site-navigation .mega-menu-container a {
  height: auto;
  display: block;
}
.mega-menu-container a.post-item--details-link {
  font-size: 12px !important;
  padding: 2px 0;
}
.mega-menu-container .products-slider .slides--item {
  padding: 23px 50px !important;
}
.mega-menu-container a.box-grid--img img {
  border-radius: 5px;
}
.mega-menu-container .dd-slider .slides {
  display: flex;
}
.mega-menu-container .dd-slider.flexible .slides {
  transform: translateX(calc(var(--translateX) * 0.15px));
}
.shuffle-menu {
  margin: 3rem 0 2rem auto;
  text-align: left;
  display: flex;
  justify-content: start;
}
@media (max-width: 1019.24px) {
  .shuffle-menu {
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0.7rem;
  }
}
@media (max-width: 469.24px) {
  .shuffle-menu {
    margin-top: 0;
  }
}
@media (max-width: 409.24px) {
  .shuffle-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shuffle-menu a {
    padding: 10px 6px;
  }
}
.shuffle-menu a {
  padding: 8px;
  margin: 0 1.1rem;
  position: relative;
  --font-size: 16px;
  font-size: max(1rem, 14px);
  transition: color 0.27s;
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  .shuffle-menu a {
    padding: 5px 7px;
    margin: 0 2px;
  }
}
@media (min-width: 1529.25px) and (max-width: 1739.24px) {
  .shuffle-menu a {
    padding: 5px 8px;
    margin: 0 9px;
  }
}
@media (min-width: 599.25px) and (max-width: 1239.24px) {
  .shuffle-menu a {
    margin: 0 0.6rem;
    padding: 6px;
  }
}
.shuffle-menu a:last-child {
  margin-right: -8px;
}
.shuffle-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 1px;
  transition: opacity 0.27s, color 0.27s;
}
.shuffle-menu a:hover::before {
  background-color: var(--d1);
  opacity: 0.7;
}
.shuffle-menu a.current {
  color: var(--g1);
}
.shuffle-menu a.current::before {
  background-color: var(--g1);
  opacity: 1;
}
.shuffle-menu a img {
  width: 20px;
  height: 20px;
  margin: 0 9px -6px 0;
}
.shuffle-container .item {
  position: absolute;
  padding: 15px;
  line-height: 0;
  font-size: 0;
  padding: 1.15rem;
  width: 25%;
  position: absolute;
  top: 0px;
  will-change: transform;
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s;
}
@media (min-width: 1239.25px) {
  .shuffle-container .item {
    width: 25%;
  }
}
@media (min-width: 759.25px) and (max-width: 1239.24px) {
  .shuffle-container .item {
    width: 33.33%;
  }
}
@media (max-width: 759.24px) {
  .shuffle-container .item {
    width: 50%;
  }
}
.shuffle-container .item.shuffle-item--visible {
  opacity: 1;
}
.shuffle-container .item.shuffle-item--hidden {
  opacity: 0;
}
.pagination {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media (max-width:  1019.24px) {
  .pagination {
    margin: 4.3rem 0 4rem;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
  }
  .pagination .nb.dots {
    display: none;
  }
}
@media (max-width:  599.24px) {
  .pagination.flex-mobile {
    flex-wrap: wrap;
  }
}
.pagination > span, .pagination > a {
  min-width: 51px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  margin: 0 10px;
  font-weight: 400;
  font-family: "Chakra";
  --font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: var(--g1);
  background-color: var(--g7);
  box-shadow: 8.28329px 18.70421px 18.19946px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid var(--g7);
}
@media (max-width:  759.24px) {
  .pagination > span, .pagination > a {
    margin: 7px 5px;
  }
}
.pagination > span svg path, .pagination > a svg path {
  transition: fill 0.23s;
}
.pagination > span:hover svg path, .pagination > a:hover svg path {
  fill: var(--g5);
}
.pagination > :not(.current):hover {
  border-color: var(--bc2);
  background-color: transparent;
  color: var(--bc2) !important;
  opacity: 1;
}
.pagination > .current.current {
  opacity: 1;
  border: 1px solid var(--bc2);
  background-color: transparent;
  cursor: default;
  color: var(--bc2);
  box-shadow: 8px 17px 19px rgba(0, 0, 0, 0.04);
  position: relative;
}
.pagination > a.nb.label.disabled {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.pagination > a.nb.label.disabled > svg {
  opacity: 0.3;
}
.realizacje.realizacje.post_grid {
  grid-template-rows: 1fr;
  margin-bottom: 2rem;
}
.realizacje .post_item {
  transition: transform 0.19s ease-out, opacity 0.19s ease-out;
  transform: translateY(15%) scale(0.65);
  opacity: 0.33;
  overflow: hidden;
}
.realizacje .post_item.showing {
  display: block;
}
.realizacje .post_item.hide {
  display: none;
}
.realizacje .post_item.show {
  opacity: 1;
  transform: scale(1);
}
.realizacje .post_item:hover > * {
  opacity: 0.65;
}
.realizacje .post_item:hover .btn {
  opacity: 1;
}
.realizacje .post_item .content {
  padding-bottom: 60px;
  height: auto;
}
.realizacje .post_item > * {
  transition: opacity 0.23s;
}
.realizacje .post_item .header a {
  display: block;
}
.realizacje .post_item .header a img {
  object-fit: cover;
  aspect-ratio: 1.6666666667;
}
.realizacje .more-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4b50564d;
  backdrop-filter: blur(8px);
  padding: 20px;
  opacity: 0;
  transition: opacity 0.27s;
}
.realizacje .more-content:not(:hover) {
  opacity: 0;
}
.realizacje .more-content:hover {
  opacity: 1;
}
.realizacje .more-content:hover .dd_gallery {
  transform: scale(1);
}
.realizacje .more-content .dd_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  line-height: 0;
  transition: transform 0s 0.018s;
  transform: scale(0);
}
.realizacje .more-content .dd_gallery.lsct-1, .realizacje .more-content .dd_gallery.lsct-2, .realizacje .more-content .dd_gallery.lsct-3, .realizacje .more-content .dd_gallery.lsct-4 {
  grid-template-columns: 1fr 1fr;
}
.realizacje .more-content .dd_gallery a {
  opacity: 1;
  transition: transform 0.23s;
}
.realizacje .more-content .dd_gallery a:hover {
  transform: scale(1.03);
}
.realizacje .more-content img {
  box-shadow: 0 2px 8px 2px #0004;
}
#main .realizacje .post_item .btn {
  position: absolute;
  margin: 0;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  z-index: 20;
}
@media (max-width: 599.24px) {
  #main .realizacje .post_item .btn {
    right: 0;
    width: auto;
  }
}
#main .realizacje .post_item .btn::after {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: -2.8rem;
  right: -2.8rem;
  bottom: -2.8rem;
}
.realizacja .h_range, .realizacje .h_range {
  font-family: var(--fh);
  font-style: normal;
  font-weight: 600;
  font-size: max(16px, 1.07rem);
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--b2);
  margin: 1rem 0;
}
.realization-gallery .dd_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 2rem 0;
}
.realization-gallery .dd_gallery img {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
}
picture.post_image {
  position: relative;
  overflow: hidden;
  max-width: 460px;
  max-height: 279.6px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0;
}
.post_grid.dd-slider {
  display: flex;
}
@media (max-width: 1019.24px) {
  .post_grid.dd-slider {
    margin: 0;
  }
}
.products, .cross-sells {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cross-sells > h2 {
  grid-column-end: span 4;
  margin: 3rem 0 0;
}
.products, .cross-sells {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  margin-bottom: 3.3rem;
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .products, .cross-sells {
    grid-gap: 10px;
  }
}
@media (min-width: 869.25px) and (max-width: 1019.24px) {
  .products, .cross-sells {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 599.25px) and (max-width: 869.24px) {
  .products, .cross-sells {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (max-width: 599.24px) {
  .products, .cross-sells {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.products article, .cross-sells article {
  margin-bottom: 21px;
}
@media (min-width:  599.25px) and (max-width:  869.24px) {
  .products article.post_item:nth-child(2n + 1), .cross-sells article.post_item:nth-child(2n + 1) {
    padding-right: 15px !important;
  }
  .products article.post_item:nth-child(2n + 2), .cross-sells article.post_item:nth-child(2n + 2) {
    padding-left: 15px !important;
  }
}
@media (max-width:  599.24px) {
  .products article.post_item:nth-child(2n + 1), .cross-sells article.post_item:nth-child(2n + 1) {
    padding-right: 15px !important;
  }
  .products article.post_item:nth-child(2n + 2), .cross-sells article.post_item:nth-child(2n + 2) {
    padding-left: 15px !important;
  }
}
#main .post_item .content {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1239.24px) {
  #main .post_item .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main .post_item .btn {
  background-image: url(/a-images/svg/btn-shape.svg);
  filter: drop-shadow(0px 12.0000085831px 48.0000343323px rgba(0, 0, 0, 0.2));
  width: 60px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  display: flex;
  border-radius: 100%;
  min-width: 65px;
  padding: 0;
  border-radius: 0;
  background-size: contain !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
#main .post_item .btn:hover {
  background-image: url(/a-images/svg/btn-shape-color.svg);
  background-color: transparent;
  box-shadow: none;
}
#main .post_item .btn:hover span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(133deg) brightness(112%) contrast(107%);
}
#main .post_item .btn::before {
  display: none;
}
#main .post_item .btn span {
  min-width: 25px;
}
#main .post_item .btn img {
  margin-right: 0;
}
#main .post_item .btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(101%) contrast(101%);
}
@media (max-width: 1019.24px) {
  #main .post_item .btn {
    margin-left: -10px;
    margin-right: -10px !important;
  }
}
#main .post_item .more_content .content {
  padding: 0;
}
#main .post_grid .post_item .btn {
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 1239.24px) {
  #main .post_grid .post_item .btn {
    margin-left: 15px;
  }
}
.post_item a {
  display: block;
  transition: opacity 0.23s;
}
.post_item a:hover {
  opacity: 0.8;
}
.post_item a:hover {
  color: var(--c2);
}
#dd .post_item {
  flex-direction: column;
  justify-content: start;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  background: rgba(75, 80, 86, 0.2);
  background: #FFFCEF;
  padding: 25px;
}
@media (min-width: 599.25px) and (max-width: 869.24px) {
  #dd .post_item {
    margin-bottom: 19px;
  }
}
@media (max-width: 599.24px) {
  #dd .post_item {
    background-color: var(--g7);
  }
}
#dd .post_item:hover {
  background-color: var(--g7);
}
#dd .post_item.splide__slide {
  margin-left: 0;
  width: calc(33.33% - 2rem);
  max-width: min(calc(33.33% - 2rem), calc(33vw - 8rem));
}
#dd .post_grid .post_item {
  padding: 0 0 98px;
  max-width: 460px;
}
@media (min-width: 599.25px) and (max-width: 869.24px) {
  #dd .post_grid .post_item {
    margin-bottom: 19px;
  }
}
.post_grid.dsh {
  position: relative;
}
#dd .post_grid:not(.splide--slide, .swiper-slide, .dd-slider) {
  padding: 0;
}
@media (min-width:  1019.25px) {
  #dd .post_grid:not(.splide--slide, .swiper-slide, .dd-slider) article.post_item {
    max-width: 518.5px;
    width: calc(33.333% - var(--gap));
    margin: 0;
  }
}
#dd#dd .post_grid.swiper {
  overflow: visible;
  display: block;
}
#dd#dd .post_grid.swiper .fade {
  visibility: visible;
  animation-play-state: running;
}
#dd#dd .post_grid.swiper .swiper-slide .post_item {
  width: 100% !important;
  min-width: 200px;
  max-width: 100% !important;
  min-height: 455px;
  visibility: visible;
  animation-play-state: running;
}
#dd#dd .post_grid.swiper .swiper-slide .post_item .post_image {
  max-height: 246px;
  aspect-ratio: 1.6483516484;
  object-fit: cover;
  width: 100%;
}
@media (min-width:  599.25px) and (max-width:  1019.24px) {
  .post_grid {
    margin: 0 -2.7rem;
  }
}
@media (max-width:  599.24px) {
  #dd article.post_item {
    flex-direction: column;
    width: 100%;
    margin-right: 3rem;
    box-sizing: border-box;
  }
  #dd article.post_item a.btn {
    max-width: calc(100% - 38px);
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 1rem 0;
  }
  #dd .post_grid:not(.splide) .post_item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.slides {
  justify-content: space-between;
}
.post_item article.post_item {
  column-gap: 7rem;
}
.post_item > .header {
  line-height: 0;
}
.post_item > .header a {
  transition: opacity 0.23s;
}
.post_item > .header a:hover {
  opacity: 0.85;
}
.blog .post_item picture.post_image img, #dd:not(.product) .related-posts .post_item picture.post_image img, .entry-header .post_item picture.post_image img {
  border-radius: 0;
  background-color: #fdfdfd;
  max-width: 462px;
}
.post_item .categories {
  display: none;
}
.post_item .post_title, .post_item .post_title a {
  font-weight: 700;
  margin: 0 0 0.3rem;
  --font-size: 24px;
  line-height: 30px;
  color: var(--g1);
  transition: color 0.23s;
}
@media (max-width: 469.24px) {
  .post_item .post_title, .post_item .post_title a {
    font-size: 16.6px;
    letter-spacing: 0.1px;
  }
}
.post_item .post_title:hover, .post_item .post_title a:hover {
  color: var(--dc1);
}
.post_item .categories {
  margin: 0 0 0.8rem;
  font-weight: 500;
  --font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--dc1);
}
.post_item .categories a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--dc1);
}
.post_item .ps_desc, .post_item .ps_desc p {
  font-weight: 400;
  --font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: var(--g2);
  padding: 2px 0;
  margin: 0;
}
.post_item .col.thumbnail {
  padding-right: 5rem;
}
@media (min-width: 1019.25px) {
  .post_item .col.content {
    padding-right: 4rem;
  }
}
.post_item a.btn, .post_item a.btn > span {
  min-width: 0;
}
.post_item a.btn > span {
  width: 11rem;
  white-space: nowrap;
  font-weight: 600;
  text-transform: none;
}
@media (max-width: 599.24px) {
  #dd#dd#dd .post_grid .post_item {
    padding: 0 0 87px !important;
    width: auto;
    max-width: 200% !important;
  }
  #dd#dd#dd .products .post_grid .post_item {
    padding: 8px !important;
  }
}
.taxonomy a.link-back {
  --font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  font-family: var(--fs);
}
.taxonomy .sidebar a.btn span {
  color: #fff !important;
}
.taxonomy .tabs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1239.24px) {
  .taxonomy .tabs {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.taxonomy .tabs .btn span::before {
  content: "";
  background-image: url(/a-images/svg/honey-icon.svg);
  display: inline-block;
  width: 20px;
  height: 26px;
  background-size: contain;
  margin-right: 7px;
}
.taxonomy .tabs .btn.outline.active {
  background: #fff;
  border-color: #fff;
}
.collection .taxonomy .tabs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.collection .taxonomy .tabs .btn {
  width: calc(25% - 7px);
}
.taxonomy .section-heading {
  background: var(--mc1);
  padding: 2rem 2rem 3.3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 1019.25px) {
  .taxonomy .section-heading {
    min-height: 446px;
  }
}
@media (max-width: 1019.24px) {
  .taxonomy .section-heading {
    padding: 1rem 80px 3.3rem;
    margin: 0 -110px;
  }
}
.taxonomy .section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -102px;
  background-image: url(/a-images/svg/honey-shape.svg);
  width: 480px;
  height: 406px;
}
.taxonomy .section-heading .flex {
  padding-top: 2.22em;
  padding-bottom: 1.4em;
}
@media (max-width: 1019.24px) {
  .taxonomy .section-heading .flex {
    padding-bottom: 0;
  }
}
.taxonomy .h_main {
  color: #111;
  font-family: var(--fs);
  --font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding-right: 20px;
}
.taxonomy .btn {
  margin: 1rem 0.5rem 1rem 0;
  padding: 11px 21px 9px;
}
@media (min-width: 1019.25px) and (max-width: 1739.24px) {
  .taxonomy .btn {
    margin: 1rem 0.3rem 1rem 0;
    padding: 9px 15px 8px;
  }
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  .taxonomy .btn {
    padding: 11px 21px 9px;
    width: calc(50% - 7px);
    margin-left: 1px;
    margin-block: 6px;
  }
  .taxonomy .btn:nth-child(odd) {
    margin-right: 8px;
  }
  .taxonomy .btn:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 599.24px) {
  .taxonomy .btn {
    width: 100%;
    margin-inline: 1px;
  }
  .taxonomy .btn span {
    font-size: 19px !important;
  }
}
@media (min-width: 1739.25px) {
  .taxonomy .btn span {
    --font-size: 20px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  .taxonomy .btn span {
    --font-size: 17px;
  }
}
@media (min-width: 1239.25px) and (max-width: 1739.24px) {
  .taxonomy .btn span {
    --font-size-divider: 0.95;
  }
}
.taxonomy .btn * {
  pointer-events: none;
}
.taxonomy .inner p {
  max-width: 600px;
  margin-left: auto;
}
@media (min-width: 1019.25px) {
  .taxonomy .inner p {
    margin-top: 0;
    min-height: 160px;
  }
}
.collection .taxonomy .btn {
  margin: 5px 7px 5px 0;
  padding: 11px 21px 9px;
}
.collection .taxonomy .btn span {
  --font-size: 19px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.collection .taxonomy .inner p {
  min-height: 110px;
}
#author-bio {
  display: flex;
  align-items: center;
  position: relative;
  margin: 5.2rem 0 4.8rem;
  padding: 3.34rem 0;
  min-height: 300px;
}
@media (min-width:  599.25px) and (max-width:  1019.24px) {
  #author-bio {
    padding: 3rem 4rem 3rem 5.8rem;
  }
}
@media (max-width:  1019.24px) {
  #author-bio {
    box-sizing: border-box;
  }
}
@media (max-width:  599.24px) {
  #author-bio {
    flex-direction: column;
    padding: 3.2rem 2.4rem 3.3rem 4.2rem;
  }
}
#author-bio .bg {
  position: absolute;
  background: var(--g5);
  border-radius: 20px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: -148px;
  right: -148px;
  z-index: -1;
}
@media (max-width:  1529.24px) {
  #author-bio .bg {
    left: -135px;
    right: -120px;
  }
}
@media (max-width:  1019.24px) {
  #author-bio .bg {
    left: -10px;
    right: -10px;
  }
}
#author-bio .bg::before {
  content: "author";
  text-transform: uppercase;
  position: absolute;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  left: 24px;
  top: 0;
  bottom: 0;
  text-align: center;
  font-family: var(--fp);
  font-weight: 800;
  font-size: 70px;
  line-height: 0px;
  text-transform: uppercase;
  color: var(--g1);
  mix-blend-mode: normal;
  opacity: 0.05;
}
@media (max-width:  599.24px) {
  #author-bio .bg::before {
    left: 18px;
    font-size: 50px;
    letter-spacing: 5px;
  }
}
#author-bio .img {
  min-width: 166px;
  margin-left: -1px;
  margin-right: 50px;
}
@media (min-width:  599.25px) and (max-width:  1019.24px) {
  #author-bio .img {
    margin-right: 3.4rem;
  }
}
@media (max-width:  599.24px) {
  #author-bio .img {
    margin-bottom: 14px;
  }
}
#author-bio .img > img {
  border-radius: 50%;
}
#author-bio .text .author-name {
  font-family: var(--fp);
  font-style: normal;
  font-weight: 800;
  font-size: max(min(30px, calc(1rem + 1vw)), 2rem);
  line-height: 1.33;
  color: var(--g1);
  margin: 0;
}
@media (max-width:  409.24px) {
  #author-bio .text .author-name {
    font-size: max(min(26px, calc(1rem + 1vw)), 1.82rem);
  }
}
#author-bio .text .author-desc {
  font-weight: 400;
  font-size: max(16px, 1.07rem);
  line-height: 1.88;
  letter-spacing: 0.8px;
  color: var(--g3);
  font-family: var(--ft);
}
@media (max-width:  759.24px) {
  #author-bio .text .author-desc {
    line-height: 1.28;
  }
}
#author-bio .text .author-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--g1);
}
#author-bio .text .author-link:hover {
  color: var(--m2);
}
.post_main {
  padding: 0 2rem;
}
@media (max-width:  1019.24px) {
  .post_main {
    box-sizing: content-box;
  }
}
@media (max-width:  759.24px) {
  .post_main {
    padding: 0;
  }
}
.header:not(h2) span.h_main {
  font-size: 5.333rem;
  margin-top: -7rem;
}
@media (max-width: 767px) {
  .header:not(h2) span.h_main {
    margin-top: -3rem;
    font-size: 3.3rem;
  }
}
picture.post_image {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}
picture.post_image img {
  width: 100%;
}
.blog picture.post_image::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.entry-header picture.post_image {
  margin-bottom: 2rem;
}
.single-produkt-content .fl-col {
  max-width: 100%;
  width: 100%;
}
.main-produkt .head-bg {
  display: none;
}
.realizacje #main::after {
  width: 545.333px;
  height: 545.333px;
  border-radius: 545.333px;
  opacity: 0.5;
  background: var(--g2);
  filter: blur(133.3333435059px);
  content: "";
  display: block;
  position: absolute;
  top: -92px;
  left: -300px;
  pointer-events: none;
}
.realizacje article {
  max-width: 98%;
  margin: 0 auto;
}
.realizacje .entry-header {
  display: flex;
  position: relative;
}
@media (max-width: 1239.24px) {
  .realizacje .entry-header {
    flex-wrap: wrap;
  }
}
.realizacje .entry-header::before {
  width: 545.333px;
  height: 545.333px;
  border-radius: 545.333px;
  opacity: 0.5;
  background: var(--g2);
  filter: blur(133.3333435059px);
  content: "";
  display: block;
  position: absolute;
  right: -300px;
  bottom: 0;
  pointer-events: none;
}
.realizacje .entry-header > div {
  width: 50%;
}
@media (max-width: 1239.24px) {
  .realizacje .entry-header > div {
    width: 100%;
  }
}
.realizacje .entry-header > div:first-of-type {
  padding-right: 130px;
}
@media (max-width: 1529.24px) {
  .realizacje .entry-header > div:first-of-type {
    padding-right: 40px;
  }
}
@media (max-width: 1239.24px) {
  .realizacje .entry-header > div:first-of-type {
    padding-right: 0;
  }
}
.realizacje .realizacje-img {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  max-width: 850px;
  height: 581px;
  z-index: 9;
  position: relative;
}
@media (max-width: 1739.24px) {
  .realizacje .realizacje-img {
    height: 445px;
  }
}
@media (max-width: 1239.24px) {
  .realizacje .realizacje-img {
    margin-top: 30px;
    height: 580px;
  }
}
@media (max-width: 1019.24px) {
  .realizacje .realizacje-img {
    height: 510px;
  }
}
@media (max-width: 869.24px) {
  .realizacje .realizacje-img {
    height: 430px;
  }
}
@media (max-width: 699.24px) {
  .realizacje .realizacje-img {
    height: 360px;
  }
}
@media (max-width: 599.24px) {
  .realizacje .realizacje-img {
    height: 245px;
  }
}
@media (max-width: 409.24px) {
  .realizacje .realizacje-img {
    height: 210px;
  }
}
@media (max-width: 409.24px) {
  .realizacje .realizacje-img {
    height: 190px;
  }
}
.realizacje .entry-header > div:last-of-type p {
  margin-left: 20px;
}
.realizacje h1 {
  --font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}
.realizacje header h2 {
  --font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.realizacje-table .realizacje-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 699.24px) {
  .realizacje-table .realizacje-table-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.realizacje-table .realizacje-table-row .realizacje-table-title {
  color: var(--g3);
  --font-size: 18px;
  letter-spacing: 0.8px;
  margin: 0;
}
.realizacje-table .realizacje-table-row .realizacje-table-value {
  min-width: 415px;
  margin: 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  --font-size: 16px;
}
@media (max-width: 1739.24px) {
  .realizacje-table .realizacje-table-row .realizacje-table-value {
    min-width: 360px;
  }
}
@media (max-width: 1529.24px) {
  .realizacje-table .realizacje-table-row .realizacje-table-value {
    padding: 10px;
  }
}
@media (max-width: 699.24px) {
  .realizacje-table .realizacje-table-row .realizacje-table-value {
    min-width: 100%;
  }
}
.realizacje-table .realizacje-table-row .realizacje-table-value span {
  --font-size: 16px;
}
.realizacje-table .realizacje-table-row .realizacje-table-value sup {
  --font-size: 16px;
}
.realizacje .btn {
  border-radius: 20px;
  padding: 20px 50px;
}
@media (max-width: 759.24px) {
  .realizacje .btn {
    width: 100%;
  }
}
.realizacje .btn.outline.white {
  margin-right: 0;
  padding: 20px 50px;
  border-radius: 20px;
}
@media (max-width: 759.24px) {
  .realizacje .btn.outline.white {
    margin-top: 20px;
  }
}
.realizacje .subheading {
  --font-size: 24px;
  position: relative;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.realizacje .subheading span {
  z-index: 9;
  position: relative;
  display: inline-block;
}
.realizacje .subheading span.subheading-line {
  height: 2px;
  background-color: var(--g2);
  display: block;
}
.realizacje .general-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --gap: 50px;
  gap: var(--gap);
  padding-top: 5rem;
}
.realizacje .general-info > div {
  width: calc(50% - var(--gap));
}
@media (max-width: 1239.24px) {
  .realizacje .general-info > div {
    width: 100%;
  }
}
.realizacje .outside-control {
  padding-top: 5rem;
}
.others {
  margin-top: 3rem;
}
.others, .inside-control, .outside-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.others .subheading, .inside-control .subheading, .outside-control .subheading {
  margin-bottom: 3rem;
}
.tabs-btns {
  width: 36%;
}
@media (max-width: 1239.24px) {
  .tabs-btns {
    width: 100%;
  }
}
.tabs-content {
  width: 62%;
  padding-left: 2%;
}
@media (max-width: 1239.24px) {
  .tabs-content {
    width: 100%;
    padding-left: 0;
  }
}
.tablink {
  width: 100%;
  border-radius: 23.452px;
  border: solid 2.199px var(--g2);
  margin-bottom: 20px;
  padding: 30px 60px;
  --font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 400 !important;
  text-align: left;
  text-transform: initial;
  position: relative;
  z-index: 9;
}
@media (max-width: 1529.24px) {
  .tablink {
    padding: 20px 40px 20px 20px;
  }
}
.tablink::after {
  content: url(/a-resources/24q1/arrow-left.svg);
  position: absolute;
  right: 60px;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1529.24px) {
  .tablink::after {
    right: 20px;
  }
}
@media (max-width: 1019.24px) {
  .tablink::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.tablink.tablink-active {
  border-color: var(--bc1);
}
.tablink.tablink-active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1019.24px) {
  .tablink.tablink-active::after {
    transform: translateY(-50%) rotate(270deg);
  }
}
.realizacje .realizacje-h3 {
  --font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
}
.realizacje .realizacje-h3.orange {
  color: var(--bc1);
}
.summary-text {
  position: relative;
  z-index: 96;
}
.others .summary-text, .realizacje .summary-text p {
  letter-spacing: 0.8px;
  line-height: 1.5;
  --font-size: 16px;
}
.realizacje .summary-text.orange, .realizacje .summary-text.orange p {
  color: var(--bc1);
}
.realizacje .summary-text strong, .realizacje .summary-text p strong {
  font-weight: 700;
}
.realizacje .summary-text ul {
  margin-left: 5px;
  margin-top: -20px;
  margin-bottom: 0;
}
.realizacje .summary-text ul li {
  list-style-type: initial !important;
  padding-left: 5px;
  margin-bottom: 0;
  line-height: 1.2;
  --font-size: 16px;
  letter-spacing: 0.8px;
}
.realizacje .summary-text ul li::before {
  display: none !important;
}
.realizacje .summary-text ul li::marker {
  color: var(--g6);
}
.realizacje .summary-text p:last-of-type {
  margin-bottom: 0;
}
.tab-grid {
  display: flex;
  flex-wrap: wrap;
  --gap: 15px;
  column-gap: var(--gap);
  row-gap: 10px;
  margin-bottom: 30px;
}
.tab-grid .tab-grid-row {
  width: calc(25% - var(--gap));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1739.24px) {
  .tab-grid .tab-grid-row {
    width: calc(33% - var(--gap));
  }
}
@media (max-width: 1239.24px) {
  .tab-grid .tab-grid-row {
    width: calc(50% - var(--gap));
  }
}
.tab-grid .tab-grid-title {
  color: var(--bc1);
  --font-size: 18px;
  letter-spacing: 0.8px;
  margin: 0;
}
.tab-grid .tab-grid-value {
  margin: 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  min-width: 182px;
  text-align: center;
  --font-size: 14px;
}
@media (max-width: 1529.24px) {
  .tab-grid .tab-grid-value {
    padding: 10px;
  }
}
@media (max-width: 1239.24px) {
  .tab-grid .tab-grid-value {
    min-width: 80%;
  }
}
.tab-grid .tab-grid-value span {
  --font-size: 14px;
}
@media (max-width: 1019.24px) {
  .realizacje-table {
    margin-bottom: 20px;
  }
}
.realizacje-table5-row, .realizacje-table4-row, .realizacje-table2-row {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
@media (max-width: 599.24px) {
  .realizacje-table5-row, .realizacje-table4-row {
    flex-wrap: wrap;
  }
}
.realizacje-table5-row p, .realizacje-table4-row p, .realizacje-table2-row p {
  margin: 0;
}
.realizacje-table2-title {
  width: 10%;
  text-align: center;
}
.realizacje-table-title, .realizacje-table2-title {
  color: var(--bc1);
}
.realizacje-table2-row .realizacje-table2-value {
  width: 45%;
  text-align: center;
}
.realizacje-table2-row--title {
  margin-bottom: 20px;
}
.realizacje-table5-row.realizacje-table4-row--title, .realizacje-table4-row.realizacje-table4-row--title {
  margin-bottom: 15px;
}
@media (max-width: 599.24px) {
  .realizacje-table5-row.realizacje-table4-row--title, .realizacje-table4-row.realizacje-table4-row--title {
    display: none;
  }
}
.realizacje-table5-row, .realizacje-table4-row {
  margin-bottom: 10px;
}
@media (max-width: 599.24px) {
  .realizacje-table5-row.realizacje-table5-row--title {
    display: none;
  }
}
.realizacje-table5-row.realizacje-table5-row--title .realizacje-table5-title, .realizacje-table4-row.realizacje-table4-row--title .realizacje-table4-title {
  color: var(--bc1);
}
.realizacje-table5-row.realizacje-table5-row--title .realizacje-table5-value, .realizacje-table4-row.realizacje-table4-row--title .realizacje-table4-value {
  justify-content: center;
  color: var(--bc1);
}
.realizacje-table2-row.realizacje-table2-row--title .realizacje-table2-value {
  --font-size: 18px;
  letter-spacing: 0.8px;
  color: var(--g3);
}
.realizacje-table5-row:not(.realizacje-table5-row--title) .realizacje-table5-value, .realizacje-table4-row:not(.realizacje-table4-row--title) .realizacje-table4-value, .realizacje-table2-row:not(.realizacje-table2-row--title) .realizacje-table2-value {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  letter-spacing: 0.8px;
  --font-size: 14px;
}
@media (max-width: 1529.24px) {
  .realizacje-table5-row:not(.realizacje-table5-row--title) .realizacje-table5-value, .realizacje-table4-row:not(.realizacje-table4-row--title) .realizacje-table4-value, .realizacje-table2-row:not(.realizacje-table2-row--title) .realizacje-table2-value {
    padding: 10px;
  }
}
.realizacje-table5-row:not(.realizacje-table5-row--title) .realizacje-table5-title, .realizacje-table4-row:not(.realizacje-table4-row--title) .realizacje-table4-title {
  --font-size: 16px;
  letter-spacing: 0.8px;
  color: var(--g3);
  line-height: 1.2;
}
.realizacje .kontrola-szyb-img {
  width: 100%;
  min-height: 405px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin-bottom: 30px;
}
.kontrolaOgumienia-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.realizacje-table3-row.realizacje-table3-row--title .realizacje-table3-row--value {
  --font-size: 18px;
  color: var(--bc1);
  letter-spacing: 0.8px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 699.24px) {
  .realizacje-table3-row.realizacje-table3-row--title .realizacje-table3-row--value {
    --font-size: 12px;
  }
}
.realizacje-table3-row .realizacje-table3-row--title {
  --font-size: 16px !important;
  color: var(--g3);
  letter-spacing: 0.8px;
  min-width: 235px;
  display: flex;
  align-items: center;
}
@media (max-width: 1739.24px) {
  .realizacje-table3-row .realizacje-table3-row--title {
    min-width: 0;
  }
}
@media (max-width: 699.24px) {
  .realizacje-table3-row .realizacje-table3-row--title {
    --font-size: 12px !important;
  }
}
.realizacje-table3-row .realizacje-table3-row--value {
  --font-size: 14px;
  letter-spacing: 0.8px;
  color: var(--g6);
  text-align: center;
}
@media (max-width: 699.24px) {
  .realizacje-table3-row .realizacje-table3-row--value {
    --font-size: 12px;
  }
}
.realizacje-table3-row:not(.realizacje-table3-row--title) .realizacje-table3-row--value {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1529.24px) {
  .realizacje-table3-row:not(.realizacje-table3-row--title) .realizacje-table3-row--value {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.realizacje-table3-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.realizacje-table3-row.realizacje-table3-row--title {
  margin-bottom: 30px;
}
.realizacje-table3-row p {
  margin: 0;
}
.realizacje-table4-row .realizacje-table4-title {
  width: 30%;
  align-items: center;
  display: flex;
}
@media (max-width: 599.24px) {
  .realizacje-table4-row .realizacje-table4-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.realizacje-table4-row .realizacje-table4-value {
  width: 15%;
  align-items: center;
  display: flex;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 1019.24px) {
  .realizacje-table4-row .realizacje-table4-value {
    text-align: center;
  }
}
@media (max-width: 599.24px) {
  .realizacje-table4-row .realizacje-table4-value {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }
}
.realizacje-table4-row .realizacje-table4-value.center {
  justify-content: center;
}
@media (max-width: 599.24px) {
  .realizacje-table5-row .realizacje-table5-value.center, .realizacje-table4-row .realizacje-table4-value.center {
    justify-content: center;
    display: flex;
  }
}
.realizacje-table4-row .realizacje-table4-value ~ .realizacje-table4-value {
  width: 55%;
}
@media (max-width: 599.24px) {
  .realizacje-table4-row .realizacje-table4-value ~ .realizacje-table4-value {
    width: 100%;
  }
}
.realizacje-table5-row .realizacje-table5-value ~ .realizacje-table5-value span, .realizacje-table4-row .realizacje-table4-value ~ .realizacje-table4-value span {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.realizacje .realizacje-table5-row .realizacje-table5-title {
  width: 30%;
  align-items: center;
  display: flex;
}
@media (max-width: 599.24px) {
  .realizacje .realizacje-table5-row .realizacje-table5-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.realizacje .realizacje-table5-row.realizacje-table5-row--title .realizacje-table5-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.realizacje .realizacje-table5-row .realizacje-table5-value1, .realizacje .realizacje-table5-row .realizacje-table5-value2 {
  width: 15%;
}
@media (max-width: 599.24px) {
  .realizacje .realizacje-table5-row .realizacje-table5-value1, .realizacje .realizacje-table5-row .realizacje-table5-value2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.realizacje .realizacje-table5-row .realizacje-table5-value1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.realizacje .realizacje-table5-row .realizacje-table5-value3 {
  width: 40%;
}
@media (max-width: 599.24px) {
  .realizacje .realizacje-table5-row .realizacje-table5-value3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.inside-control {
  margin-top: 5rem;
}
#GruboscLakieru img {
  margin-bottom: 30px;
}
.realizacje .realizacje-h3.margin {
  margin-top: 60px;
}
.realizacje .realizacje-h3.margin ~ .summary-text {
  margin-bottom: 60px;
}
.realizacje-hr {
  height: 2px;
  background-color: var(--g2);
}
.realizacje .raport-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.realizacje .raport-summary > div:first-of-type {
  width: 36%;
}
@media (max-width: 1239.24px) {
  .realizacje .raport-summary > div:first-of-type {
    width: 100%;
  }
}
.realizacje .raport-summary > div:last-of-type {
  width: 62%;
  padding-left: 2%;
}
@media (max-width: 1239.24px) {
  .realizacje .raport-summary > div:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
.realizacje .raport-summary h2 {
  --font-size: 50px;
  margin-top: 0;
}
@media (max-width: 374.24px) {
  .realizacje .raport-summary h2 {
    --font-size: 30px;
  }
}
.realizacje .raport-summary h3 {
  margin-top: 20px;
}
.realizacje .outside-control, .realizacje .inside-control, .realizacje .others, .realizacje .raport-summary {
  position: relative;
}
.realizacje .outside-control::before, .realizacje .inside-control::before, .realizacje .others::before, .realizacje .raport-summary::before {
  width: 545.333px;
  height: 545.333px;
  border-radius: 545.333px;
  opacity: 0.15;
  background: var(--Brand-Neon-Carrot, #FB943C);
  filter: blur(133.3333435059px);
  content: "";
  display: block;
  position: absolute;
  left: -341px;
  bottom: 0;
  pointer-events: none;
}
.realizacje .outside-control::before {
  bottom: initial;
  top: 30%;
}
.realizacje .gallery-heading {
  --font-size: 50px;
  text-align: center;
  margin-bottom: 3rem;
}
.realizacje-galeria {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.realizacje .fl-module-Cta {
  max-width: 90%;
  margin: 30px auto 0;
}
.realizacje .fl-module-ImageText {
  padding-bottom: 3rem;
}
.realizacje .img-gallery {
  display: flex;
  flex-wrap: wrap;
  --gap: 20px;
  gap: var(--gap);
}
.realizacje .img-gallery > * {
  width: calc(20% - var(--gap));
}
@media (max-width: 869.24px) {
  .realizacje .img-gallery > * {
    width: calc(33% - var(--gap));
  }
}
footer.entry-footer.container {
  z-index: 52;
}
.related-posts {
  --max-blur: 2.4px;
  margin-bottom: 10rem;
  /*

  .button-next {
    position: absolute;
    z-index: 55;
    width: 50vw;
    height: 102%;
    right: 100%;
    bottom: -1px;
    cursor: pointer;
    &::before {
      content: '';
      position: absolute;
      z-index: 55;
      width: 67px;
      height: 66px;
      right: 80px;
      bottom: 200px;
      background: #fff;
      box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
      transform: translateY(50%);
      border-radius: 50px;
      background-image: url(/a-images/svg/link-arrow-l.svg);
      cursor: pointer;
    }
    &:hover::before {
      // background: var(--g1);
      filter: invert(.99);
    }
  }
*/
}
.related-posts::before, .related-posts::after {
  content: "";
  width: 760px;
  height: 730px;
  position: absolute;
  mix-blend-mode: normal;
  filter: blur(430px);
  bottom: 22%;
  transform: translateY(50%);
  pointer-events: none;
  border-radius: 50%;
}
.related-posts hr {
  margin-top: 3.6rem;
  border-color: var(--bc1);
}
@media (max-width: 1019.24px) {
  .related-posts hr {
    margin-top: 2.5rem;
  }
}
.related-posts .header span.h_main {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 800;
  font-size: min(min(40px, calc(1.33rem + 1.33vw)), 2.67rem);
  line-height: 1.25;
  font-style: normal;
  font-weight: 800;
  --font-size: 30px;
  z-index: 9;
  position: relative;
}
@media (min-width:  1529.25px) {
  .related-posts .splide {
    min-width: calc(100% + 380px);
    padding: 0;
  }
}
@media (max-width:  599.24px) {
  .related-posts .splide .splide__arrows {
    bottom: 109%;
  }
}
.related-posts .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  display: none;
}
.related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
  transform: translateY(-60%) rotate(180deg);
}
@media (min-width:  1739.25px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -135px;
  }
}
@media (min-width:  1529.25px) and (max-width:  1739.24px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -6.6rem;
  }
}
@media (min-width:  1019.25px) and (max-width:  1529.24px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -7.6rem;
  }
}
@media (min-width:  759.25px) and (max-width:  1019.24px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -5.8rem;
  }
}
@media (min-width:  599.25px) and (max-width:  759.24px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -6.5rem;
  }
}
@media (min-width: 1249.25px) and (max-width: 1440px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -11rem;
  }
}
@media (min-width:  1239.25px) and (max-width:  1529.24px) {
  .related-posts .splide .splide__arrows .splide__arrow.splide__arrow--next {
    left: -12.1rem;
  }
}
.related-posts .splide article.post_item.splide__slide {
  max-width: 480px;
  margin-right: 2.1rem;
  margin-left: 2.1rem;
  visibility: visible !important;
  animation-name: none !important;
  justify-content: flex-start;
}
.related-posts .post_item.splide__slide {
  pointer-events: none;
}
@media (min-width:  869.25px) and (max-width:  1239.24px) {
  #dd .related-posts .post_item.splide__slide {
    margin-right: -50px;
    padding-right: 62px;
  }
}
@media (min-width:  869.25px) and (max-width:  1239.24px) and (max-width: 895px) {
  #dd .related-posts .post_item.splide__slide {
    margin-right: -60px;
    padding-right: 72px;
  }
}
.related-posts .post_item.splide__slide.is-visible {
  pointer-events: all;
  opacity: 1;
  filter: none;
}
.related-posts > .header {
  margin-bottom: -8.2rem;
  padding-top: 0.1rem;
  padding-bottom: 8.8rem;
  color: #000;
}
.related-posts .shape {
  position: absolute;
  width: 67vw;
  height: 638px;
  right: 77%;
  top: 1%;
  background: linear-gradient(277.83deg, rgba(141, 233, 213, 0) 14.14%, #32c4c0 93.59%);
  transform: rotate(30deg);
  z-index: -5;
}
.related-posts .button-next {
  position: absolute;
  z-index: 55;
  width: 67px;
  height: 66px;
  left: -122px;
  bottom: 200px;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(50%);
  border-radius: 50px;
  background-image: url(/a-images/svg/link-arrow-l.svg);
  cursor: pointer;
  transition: filter 0.23s;
}
.related-posts .button-next:hover {
  filter: invert(0.99);
}
.related-posts .swiper-slide.swiper-slide-prev {
  pointer-events: none;
}
.related-posts .post_grid.post_main.regular.swiper {
  position: relative;
}
.related-posts .post_grid.post_main::before {
  content: "";
  display: block;
  position: absolute;
  width: 761.73px;
  height: 725.144px;
  background-color: #FFF6D1;
  border-radius: 100%;
  filter: blur(255.5328826904px);
  transform: translateX(-50%);
}
.related-posts .swiper-slide {
  transition: opacity 0.17s, filter 0.17s !important;
  transition-timing-function: steps(3) !important;
}
#dd.single.service article.entry-content {
  width: 100%;
}
#dd.service .heading {
  position: relative;
  width: 100%;
}
#dd.service .heading img.leaf {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  position: absolute;
  right: 100%;
  margin-right: 2.5rem;
}
#dd.service .heading .nav {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  width: 135px;
  justify-content: space-between;
}
@media (max-width: 1019.24px) {
  #dd.service .heading .nav {
    width: 105px;
  }
}
#dd.service .heading .nav a {
  width: 48px;
  height: 48px;
  border: 1px solid #BA9962;
  display: block;
  background-position: center;
}
#dd.service .heading .nav a[href=""] {
  opacity: 0.5;
  pointer-events: none;
}
#dd.service .heading .nav a[href^="http"]:hover {
  filter: brightness(0) saturate(100%) invert(29%) sepia(31%) saturate(679%) hue-rotate(359deg) brightness(101%) contrast(90%);
}
#dd.service .heading .nav a.prev {
  background-image: url(/a-images/svg/link-arrow.svg);
  transform: rotate(180deg);
}
#dd.service .heading .nav a.next {
  background-image: url(/a-images/svg/link-arrow.svg);
}
#dd.service .dd_gallery.first img {
  width: auto;
  height: auto;
  max-height: initial;
  border-radius: 0 0 99px 0;
  border: solid 10px var(--bc1);
}
#dd.service .main-content {
  display: grid;
  grid-template-columns: 596px auto;
  margin-bottom: 3rem;
}
@media (min-width: 699.25px) and (max-width: 1529.24px) {
  #dd.service .main-content {
    grid-template-columns: 40% auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 699.24px) {
  #dd.service .main-content {
    display: block;
  }
}
#dd.service .main-content .content {
  padding: 2.2rem 4rem;
  max-width: calc(600px + 8rem);
}
#dd.service .main-content .content p, #dd.service .main-content .content li, #dd.service .main-content .content > * {
  font-size: max(17.8px, 1.33rem);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: var(--g1);
  margin-bottom: 1rem;
}
#dd.service .main-content .content p:first-child {
  font-size: max(min(24px, calc(0.80rem + 0.80vw)), 1.6rem);
  line-height: 1.67;
  margin-top: 0;
}
@media (max-width: 1239.24px) {
  #dd.service .main-content .content {
    padding: 0 0 10px 2.7rem;
  }
  #dd.service .main-content .content p, #dd.service .main-content .content li, #dd.service .main-content .content > * {
    font-size: 17.4px;
    line-height: 1.44;
    margin: 8px 0;
    letter-spacing: 0.5px;
  }
  #dd.service .main-content .content p:first-child {
    font-size: 19.3px;
    line-height: 1.47;
  }
}
@media (max-width: 699.24px) {
  #dd.service .main-content .content {
    padding: 13px 0 0;
  }
}
#dd.service .gallery .dd_gallery a {
  font-size: 0;
  width: calc(25% - 19px);
  margin-bottom: 25px;
}
@media (min-width: 1019.25px) {
  #dd.service .gallery .dd_gallery a:nth-child(4n+3) {
    padding-bottom: 0.8px;
  }
  #dd.service .gallery .dd_gallery a:nth-child(4n) {
    padding-bottom: 1.8px;
  }
}
@media (min-width: 699.25px) and (max-width: 1019.24px) {
  #dd.service .gallery .dd_gallery a {
    margin: 0 -5px 14px;
  }
}
@media (max-width: 699.24px) {
  #dd.service .gallery .dd_gallery a {
    width: calc(50% - 19px);
    margin-bottom: 8px;
  }
}
.services-form.flex {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1019.25px) {
  .services-form.flex .col-1 {
    padding-right: 6rem;
  }
}
@media (min-width: 759.25px) and (max-width: 1019.24px) {
  .services-form.flex {
    padding-top: 2rem;
  }
}
@media (max-width: 699.24px) {
  .services-form.flex {
    padding-top: 1rem;
  }
}
.services-form.flex .services-form--title {
  font-weight: 700;
  font-size: min(min(60px, calc(2.00rem + 2.00vw)), 4rem);
  line-height: 55px;
  color: #00041C;
  margin: 1rem 0;
}
@media (max-width: 599.24px) {
  .services-form.flex .services-form--title {
    line-height: 1.1;
  }
}
.services-form.flex .services-form--title b, .services-form.flex .services-form--title strong {
  color: var(--mc1);
}
.services-form.flex .bold-text p {
  font-weight: 400;
  font-size: max(min(24px, calc(0.80rem + 0.80vw)), 1.6rem);
  line-height: 1.67;
  letter-spacing: 0.8px;
  color: var(--g1);
  margin: 0;
}
.services-form.flex .text p {
  font-size: max(17.8px, 1.33rem);
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.services-form.flex .rental-time--header {
  font-size: max(min(24px, calc(0.80rem + 0.80vw)), 1.6rem);
}
.services-form.flex .rental-time p {
  margin: 10px 0;
  font-weight: 400;
  font-size: max(16px, 1.2rem);
  line-height: 1.35;
  letter-spacing: 0.8px;
  color: var(--g1);
}
.services-form.flex .rental-time b, .services-form.flex .rental-time strong {
  font-weight: 700;
  color: var(--dc1);
}
.share-buttons {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.share-buttons > span {
  font-size: 1.067rem;
  letter-spacing: 1.28px;
  text-align: center;
  color: var(--g2);
  text-transform: uppercase;
  margin-right: 10px;
}
.share-buttons .share-icons {
  display: flex;
}
.share-buttons .share-icons.link-icons {
  position: absolute;
  left: 20px;
  padding: 4px 14px 4px 27px;
  background: #F6F5F1;
  border-radius: 0px 60px 60px 0px;
  z-index: -1;
}
@media (min-width:  1019.25px) {
  .share-buttons .share-icons.link-icons {
    padding: 4px 12px 4px 24px;
  }
}
.share-buttons .share-icons .link {
  padding: 0;
}
.share-buttons .share-icons .link::before {
  display: none;
}
.share-buttons .share-icons.share-menu, .share-buttons .share-icons > a, .share-buttons .share-icons > div {
  margin: 0 4px;
}
@media (min-width:  1019.25px) {
  .share-buttons .share-icons.share-menu, .share-buttons .share-icons > a, .share-buttons .share-icons > div {
    margin: 0 2.4px;
  }
}
.share-buttons .share-icons.share-menu > i, .share-buttons .share-icons > a > i, .share-buttons .share-icons > div > i {
  opacity: 1;
  box-shadow: 4.5px 6.6px 14.9px 3.1px rgba(59, 89, 153, 0.15);
  text-decoration: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  display: block;
  width: 31px;
  height: 32px;
  background-position: 95%;
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  mask-repeat: no-repeat;
  transition: all 0.5s !important;
  mask-position: center center;
  -webkit-mask-position: center center;
  background: var(--g1);
}
@media (min-width:  1019.25px) and (max-width:  1739.24px) {
  .share-buttons .share-icons.share-menu > i, .share-buttons .share-icons > a > i, .share-buttons .share-icons > div > i {
    width: 28px;
  }
}
.share-buttons .share-icons.share-menu > i:hover, .share-buttons .share-icons > a > i:hover, .share-buttons .share-icons > div > i:hover {
  background-position: 100%;
}
.share-buttons .share-icons.share-menu > i svg, .share-buttons .share-icons > a > i svg, .share-buttons .share-icons > div > i svg {
  width: 18px;
  height: 18px;
}
.share-buttons .share-icons .link-icons > a, .share-buttons .share-icons .link-icons > div {
  margin: 0 4px;
  cursor: pointer;
}
.share-buttons .share-icons .link-icons > a i.facebook, .share-buttons .share-icons .link-icons > div i.facebook {
  -webkit-mask-size: 11px !important;
}
.share-buttons .share-icons .link-icons > a > i:hover, .share-buttons .share-icons .link-icons > div > i:hover {
  transition: filter 0.21s;
  filter: brightness(0);
}
.share-buttons .share-icons .link-icons > a > i:hover.facebook, .share-buttons .share-icons .link-icons > div > i:hover.facebook {
  background-image: linear-gradient(140.82deg, #1877f2 4.63%, #3b5998 76.01%);
}
.share-buttons .share-icons .link-icons > a > i:hover.twitter, .share-buttons .share-icons .link-icons > div > i:hover.twitter {
  background-image: linear-gradient(140.82deg, #29b6f6 4.63%, #0277bd 76.01%);
}
.share-buttons .share-icons .link-icons > a > i:hover.linkedin, .share-buttons .share-icons .link-icons > div > i:hover.linkedin {
  background-image: linear-gradient(140.82deg, #0a66c2 4.63%, #0a66c2 76.01%);
}
.share-buttons .share-icons .link-icons > a > i:hover.email, .share-buttons .share-icons .link-icons > div > i:hover.email {
  background-image: linear-gradient(140.82deg, #83c6ee 4.63%, #0c6ca4 76.01%);
}
.share-buttons .share-icons .link-icons > a > i:hover.link, .share-buttons .share-icons .link-icons > div > i:hover.link {
  background: var(--g3);
  opacity: 0.4;
  background-image: linear-gradient(140.82deg, #5f99cf 4.63%, #336699 76.01%);
}
.share-buttons .share-icons .link-icons > a:hover > i, .share-buttons .share-icons .link-icons > div:hover > i {
  filter: brightness(1);
  opacity: 1;
}
.share-buttons .share-icons.share-menu {
  background-image: url(/a-images/svg/share-shape.svg);
  width: 57px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  margin-left: -1px;
}
.share-buttons .share-icons.share-menu > i {
  opacity: 1;
  background: #fff;
}
#dd#dd#dd .share-buttons .postlink {
  max-width: 3px;
  max-height: 7px;
  opacity: 0.1;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 100.1%;
  right: 100.1%;
}
ul.postmeta .share-buttons {
  margin-top: 2rem;
}
@media (min-width:  869.25px) and (max-width:  1019.24px) {
  ul.postmeta .share-buttons {
    position: absolute;
    right: 0;
    top: -31px;
  }
}
@media (min-width:  699.25px) and (max-width:  869.24px) {
  ul.postmeta .share-buttons {
    position: relative;
    right: 0;
    top: -31px;
  }
}
@media (max-width:  699.24px) {
  ul.postmeta .share-buttons {
    margin-top: 1rem;
  }
}
ul.postmeta .share-buttons .share-post-heading {
  display: none !important;
}
ul.postmeta .share-buttons .share-icons.link-icons {
  transform-origin: left center;
  transform: scaleX(0.05);
  transition: transform 0.23s;
}
@media (min-width:  699.25px) and (max-width:  1019.24px) {
  ul.postmeta .share-buttons .share-icons.link-icons {
    right: 20px;
    left: auto;
    transform-origin: right center;
    padding: 4px 27px 4px 14px;
    border-radius: 60px 0 0 60px;
  }
  ul.postmeta .share-buttons .share-icons.link-icons > a, ul.postmeta .share-buttons .share-icons.link-icons > div {
    padding: 3px 4px;
  }
}
ul.postmeta .share-buttons .share-icons:hover .link-icons, ul.postmeta .share-buttons .share-icons:hover.link-icons {
  transform: scaleX(1);
}
.share-post-heading {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--g3);
  margin-bottom: 13px;
}
#footer {
  z-index: 0;
}
#dd #footer .menu a:hover {
  color: var(--m2);
}
.pof.page_bottom {
  position: fixed;
  z-index: 135;
  bottom: -2px;
  right: 50px;
  display: flex;
  transform: scale(0.76);
}
#dd:not(.lottie) .pof.page_bottom .poa.ico + lottie-player, #dd.lottie .pof.page_bottom .poa.ico {
  display: none;
}
.pof.page_bottom > div {
  position: relative;
  margin-right: 15px;
}
.pof.page_bottom > div > .button {
  background: #444;
  width: 80px;
  height: 80px;
  min-width: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: filter 0.23s, box-shadow 0.21s;
}
.pof.page_bottom > div > .content {
  position: absolute;
  background: var(--d1);
  padding: 13px 65px 13px 40px;
  border-radius: 20px;
  right: 40px;
  top: 12px;
  z-index: -1;
  color: #fff;
  white-space: nowrap;
  transition: transform 0.27s, opacity 0.23s;
  transform-origin: right center;
  transform: scaleX(0.5) translateX(15px);
  opacity: 0;
}
.pof.page_bottom > div:hover > .button {
  box-shadow: 0 1px 2.6px 1.82px #0004;
  filter: brightness(0.93);
}
.pof.page_bottom > div:hover > .content {
  transform: scaleX(1);
  opacity: 0.9;
}
.pof.page_bottom > div.chat {
  transition: transform 0.53s 0.3s;
  transform: translateY(120px);
}
.pof.page_bottom > div.chat.active {
  transform: translateY(0);
}
#dd#dd .pof.page_bottom > .chat > .button {
  background-color: var(--c2);
  transition: background-color 0.23s;
}
#dd#dd .pof.page_bottom > .chat > .button:hover {
  background-color: var(--d2);
  transform: none;
}
#dd#dd .pof.page_bottom > .chat > .button::before {
  transform: none;
}
@media (max-width:  1529.24px) {
  .pof.page_bottom {
    bottom: 2px;
  }
}
iframe#tidio-chat-iframe {
  inset: auto -21px -8px auto !important;
}
.poa {
  position: absolute;
}
.floating-btns {
  position: fixed;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  right: 240px;
  bottom: 155px;
  column-gap: 30px;
}
@media (max-width: 1019.24px) {
  .floating-btns {
    right: 40px;
    bottom: 40px;
    column-gap: 10px;
  }
}
@media (max-width: 699.24px) {
  .floating-btns {
    right: 10px;
    bottom: 10px;
    column-gap: 10px;
  }
}
.floating-btns a {
  background-color: #31A72F;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.floating-btns a:hover img {
  transform: scale(1.1) rotate(360deg);
  transition: all 0.3s ease-in-out;
}
.floating-btns .cart-link {
  background-color: var(--bc1);
}
#footer#footer {
  padding-bottom: 15px;
  margin-top: 0;
}
#footer#footer .copyright {
  margin-top: 30px;
}
@media (min-width:  1019.25px) {
  #footer#footer .copyright {
    display: flex;
  }
}
@media (max-width: 1239.24px) {
  #footer#footer .copyright {
    display: block;
    padding-bottom: 20px;
  }
}
#footer#footer .copyright p {
  text-align: left;
  font-weight: 400;
  --font-size: 16px;
  line-height: 1.43;
  letter-spacing: 0.8px;
  color: var(--g3);
}
@media (min-width:  1019.25px) {
  #footer#footer .copyright p {
    margin: 1rem 0;
  }
  #footer#footer .copyright p:first-child {
    width: 70%;
  }
  #footer#footer .copyright p:last-child {
    width: 100%;
  }
}
@media (max-width: 1239.24px) and (min-width:  1019.25px) {
  #footer#footer .copyright p:first-child {
    width: 100%;
  }
}
@media (min-width:  1019.25px) and (max-width:  1239.24px) {
  #footer#footer .copyright p:first-child {
    font-size: 13px;
  }
}
#footer#footer .copyright p a {
  color: var(--g3);
  text-decoration: underline;
}
#footer#footer .copyright p a:hover {
  color: var(--mc1);
}
@media (max-width: 1739.24px) {
  #footer#footer .copyright p a {
    --font-size: 12px;
  }
}
#footer#footer .copyright .menu {
  width: 35%;
  justify-content: flex-end;
  transform: translateX(18px);
}
@media (max-width: 1239.24px) {
  #footer#footer .copyright .menu {
    width: 100%;
    justify-content: flex-start;
    transform: none;
  }
}
#footer#footer .copyright .menu li:not(:last-of-type)::after {
  width: 1.3px;
  height: 21px;
  background-color: var(--g7);
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
}
@media (max-width: 1239.24px) {
  #footer#footer .copyright .menu li:not(:last-of-type)::after {
    top: 53%;
  }
}
@media (max-width: 1019.24px) {
  #footer#footer .copyright .menu li:not(:last-of-type)::after {
    right: 5px;
  }
}
@media (max-width: 374.24px) {
  #footer#footer .copyright .menu li:not(:last-of-type)::after {
    right: 8px;
    top: 50%;
  }
}
@media (max-width: 1239.24px) {
  #footer#footer .copyright .menu li {
    margin: 0;
  }
}
#footer#footer .copyright .menu li:first-of-type a {
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 374.24px) {
  #footer#footer .copyright .menu {
    width: 100%;
  }
}
#footer#footer .copyright .menu a {
  color: var(--g3);
  padding: 8.25px;
  padding-bottom: 0;
  margin: 0 6px;
  --font-size: 16px;
  font-weight: 400;
  line-height: 2.14;
  text-align: right;
  letter-spacing: 0.8px;
  text-transform: none;
  font-family: "Poppins";
}
#footer#footer .copyright .menu a:hover {
  color: var(--mc1);
  background: transparent;
}
@media (max-width: 374.24px) {
  #footer#footer .copyright .menu a {
    --font-size: 12px;
  }
}
#footer#footer .copyright-bottom {
  font-size: 14.5px;
  padding: 0 2.1rem;
  opacity: 0.9;
}
@media (min-width:  599.25px) {
  #footer#footer .copyright-bottom {
    margin-top: 1.4rem;
    padding-left: 0;
  }
}
@media (max-width:  1019.24px) {
  #footer#footer .copyright-bottom {
    text-align: center;
  }
}
#footer#footer .copyright-bottom a {
  text-decoration: none;
  color: var(--g1);
  display: inline-block;
  padding: 1px;
}
#footer#footer .copyright-bottom a:hover {
  color: var(--g3);
}
@media (min-width:  599.25px) {
  #footer#footer .copyright-bottom span {
    display: inline-block;
  }
}
@media (max-width:  599.24px) {
  #footer#footer .copyright-bottom span {
    display: block;
  }
}
@media (max-width:  1019.24px) {
  #footer#footer .copyright .menu {
    display: flex !important;
    padding: 0;
    transform: none;
    width: 100%;
    justify-content: center;
    align-items: start;
  }
  #footer#footer .copyright .menu li {
    list-style: none;
  }
  #footer#footer .copyright .menu li a {
    font-size: 1.45rem;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: var(--g3);
    margin: 3px 8px;
    text-decoration: none;
    display: block;
    padding: 15.25px 15.25px 15.25px 0;
  }
  #footer#footer .copyright p {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
  }
}
@media (max-width: 374.24px) and (max-width:  1019.24px) {
  #footer#footer .copyright .menu li:first-of-type {
    width: 64%;
  }
}
@media (max-width: 374.24px) and (max-width:  1019.24px) {
  #footer#footer .copyright .menu li:last-of-type {
    width: 36%;
  }
}
#footer#footer .copyright-bottom {
  margin-top: 1.4rem;
  padding-left: 0;
  margin: -0.9rem 0 1rem;
  position: relative;
  z-index: 2;
}
#footer#footer .copyright-bottom a {
  color: #9e9e9e;
}
@media (max-width:  1019.24px) {
  #footer#footer {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
  #footer .footer-widgets.container .footer-box {
    width: 100%;
    padding: 13px 0;
  }
  #footer .footer-widgets.container .footer-box.menu {
    padding: 0;
  }
  #footer .footer-widgets.container .footer-box.socialicons {
    justify-content: space-between;
  }
  #footer .footer-widgets.container .footer-box.socialicons a {
    width: 45px;
    height: 45px;
  }
  #footer .footer-widgets.container .footer-box.socialicons .svg {
    width: 16px;
    height: 18px;
  }
  #footer .footer-widgets.container .footer-box.socialicons a.discord {
    padding-top: 9px;
  }
  #footer .footer-widgets.container #menu-footer-1 {
    column-count: 1;
  }
}
@media (max-width: 1019.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container {
    align-items: start;
  }
}
@media (max-width: 759.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container {
    flex-direction: column;
  }
}
@media (max-width: 759.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container .footer-box {
    max-width: 660px;
  }
}
@media (max-width: 1019.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container .footer-box.socialicons {
    flex-wrap: wrap;
  }
}
@media (min-width: 599.25px) and (max-width: 1019.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container .footer-box.socialicons {
    max-width: initial;
    justify-content: start;
    padding-top: 0;
  }
}
@media (max-width: 1019.24px) and (max-width:  1019.24px) {
  #footer .footer-widgets.container .footer-box.socialicons p.follow-label {
    flex-grow: 2;
    height: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
    order: -1;
    margin-top: 30px;
  }
}
@media (max-width: 469.24px) {
  .footer-box.item-1 img {
    margin-bottom: 2.3rem;
    margin-top: 2rem;
    max-width: 128px !important;
  }
}
@media (max-width: 1019.24px) {
  .footer-box.menu > ul.menu.desktop {
    display: block !important;
  }
}
#footer {
  position: relative;
}
img.footer-sign {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .footer-widgets.container .row {
  display: flex;
  justify-content: space-between;
}
#footer .footer-widgets.container .row.align-center {
  align-items: center;
  justify-content: center;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row {
    flex-direction: column;
  }
}
#footer .footer-widgets.container .row:first-of-type {
  border-top: 2px solid var(--g2);
  padding-top: 75px;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row:first-of-type {
    border-top: 0;
    padding-top: 0;
  }
}
#footer .footer-widgets.container .row.full {
  justify-content: center;
  --font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 36px;
  margin-top: 22px;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row.full {
    text-align: center;
  }
}
#footer .footer-widgets.container .row.full span > span {
  font-weight: 700;
}
#footer .footer-widgets.container .row.full > span:last-of-type {
  margin-left: 50px;
  display: inline-block;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row.full > span:last-of-type {
    margin-left: 0;
  }
}
#footer .footer-widgets.container .row .footer-box {
  width: 31%;
}
#footer .footer-widgets.container .row .footer-box.logo {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1239.24px) {
  #footer .footer-widgets.container .row .footer-box.logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row .footer-box.logo {
    width: 65%;
  }
}
@media (max-width: 599.24px) {
  #footer .footer-widgets.container .row .footer-box.logo {
    width: 100%;
  }
}
#footer .footer-widgets.container .row .footer-box.logo img {
  max-height: 55px;
}
#footer .footer-widgets.container .row .footer-box.logo img:nth-of-type(2) {
  margin-left: -35px;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row .footer-box {
    width: 100%;
  }
}
#footer .footer-widgets.container .row .footer-box.center {
  text-align: center;
}
#footer .footer-widgets.container .row .footer-box .title {
  --font-size: 20px;
  font-weight: 700;
  color: var(--g7);
  margin-bottom: 10px;
}
#footer .footer-widgets.container .row .footer-box .tel {
  --font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
#footer .footer-widgets.container .row .footer-box .tel:hover {
  color: var(--mc1);
}
#footer .footer-widgets.container .row .footer-box p, #footer .footer-widgets.container .row .footer-box .mail {
  --font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: var(--g7);
}
#footer .footer-widgets.container .row .footer-box .mail:hover {
  color: var(--mc1);
}
#footer .footer-widgets.container .row .footer-box.logo {
  text-align: center;
}
#footer .footer-widgets.container .row .footer-box.address .title {
  margin-bottom: -10px;
}
#footer .footer-widgets.container .row .socialicons {
  justify-content: flex-start;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row .socialicons {
    justify-content: center;
  }
}
#footer .footer-widgets.container .row .button-col {
  text-align: right;
}
@media (max-width: 869.24px) {
  #footer .footer-widgets.container .row .button-col {
    text-align: center;
  }
}
#footer .footer-widgets.container .row .button-col .footer-btn {
  text-transform: initial;
  margin-right: 0;
}
#footer .footer-widgets.container .row .logo img {
  text-align: center;
}
@media (max-width: 1239.24px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 45px;
  }
}
html[lang="en-US"] .footer-btn, html[lang="pl-PL"] .footer-btn, html[lang="nl-NL"] .footer-btn {
  display: none;
}
html[lang="en-US"] .footer-btn.en, html[lang="pl-PL"] .footer-btn.pl, html[lang="nl-NL"] .footer-btn.nl {
  display: inline-block;
}
.menu.mobile .header {
  margin-top: 0;
  margin-bottom: 2rem;
}
.menu.mobile .header span {
  margin: 0;
}
.menu.mobile .header span.h_before {
  font-size: 5.333rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
}
.menu.mobile .header span.h_main {
  font-size: 8rem;
  margin: -1.2rem -0.036em;
  font-weight: 800;
  line-height: 1.2;
  color: var(--m2);
  position: relative;
  display: inline-block;
  --grd1: var(--d4);
  --grd2: var(--c4);
  background-image: linear-gradient(to right, var(--grd2), var(--grd1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.minicart {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: calc(100% - 72px);
  padding-top: 20px;
  right: 0;
  width: 370px;
  z-index: 115;
  transition: transform 0.2s ease-out, opacity 0.23s;
  transform-origin: top center;
  transform: translateY(-10px) scale(0.98);
}
.minicart .mini-cart-content {
  background: #68522dc5;
  backdrop-filter: blur(9.3px);
  box-shadow: 0px 4px 10px 2px #0005;
  border-radius: 20px;
  padding: 17px 16px 5px;
}
.minicart .mini-cart-content p {
  color: #fff;
  padding-left: 20px;
  font-size: 17px;
}
.minicart .mini-cart-content p:empty {
  display: none;
}
@media (min-width: 1019.25px) {
  .minicart {
    width: 428px;
  }
}
@media (max-width: 1019.24px) {
  .minicart {
    display: none;
  }
}
.minicart::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -7px;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.minicart:empty {
  display: none;
}
.minicart::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  margin-bottom: -2px;
  height: 19px;
}
.minicart .mini-cart-content {
  visibility: hidden;
}
.cart:hover + .minicart, .minicart:hover {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.cart:hover + .minicart .mini-cart-content, .minicart:hover .mini-cart-content {
  visibility: visible;
}
#dd.cart-page .minicart, #dd.checkout-page .minicart {
  display: none;
}
.wcpa_cart_val {
  word-break: break-word !important;
}
#body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 6px;
}
#body ::-webkit-scrollbar-track {
  background: var(--dc1);
  border-radius: 6px;
}
#body ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #fff8;
}
#body ::-webkit-scrollbar-thumb:hover {
  background: #fffa;
}
#body .minicart .mini-cart {
  padding: 10px 0 0;
  max-height: 500px;
  overflow: auto;
  margin: 0;
}
@media (min-width: 1739.25px) {
  #body .minicart .mini-cart {
    max-height: 570px;
  }
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  #body .minicart .mini-cart {
    max-height: calc(100vh - 210px);
  }
}
#body .minicart li.mini-cart-item {
  position: relative;
  display: flex;
  scrollbar-width: thin;
  flex-wrap: wrap;
  max-width: 388px;
}
#body .minicart li.mini-cart-item a.mini-cart-product-thumbnail {
  width: 60px;
  padding: 0;
}
#body .minicart li.mini-cart-item p.mini-cart-product-actions {
  width: calc(100% - 72px);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
}
#body .minicart li.mini-cart-item dd.variation-wcpa_empty_label {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px;
  opacity: 0.8;
  cursor: default;
}
#body .minicart li.mini-cart-item dt.variation-Wierszyk {
  display: none;
}
#body .minicart li.mini-cart-item dd.variation-Wierszyk {
  /* max-height: 3.2em; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  padding: 3px 3px 0;
  transition: transform 0.21s, opacity 0.23s;
  transform: scaleY(0);
  transform-origin: center top;
  height: 0;
  opacity: 0;
  width: 90%;
  pointer-events: none;
  position: absolute;
}
#body .minicart li.mini-cart-item dd.variation-Wierszyk, #body .minicart li.mini-cart-item dd.variation-Wierszyk p, #body .minicart li.mini-cart-item dd.variation-Wierszyk * {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 5px;
}
#body .minicart li.mini-cart-item dd.variation-Wierszyk:first-child, #body .minicart li.mini-cart-item dd.variation-Wierszyk p:first-child, #body .minicart li.mini-cart-item dd.variation-Wierszyk *:first-child {
  margin: -4px 0 5px;
}
#body .minicart li.mini-cart-item span.quantity {
  width: calc(50% - 10px);
}
#body .minicart li.mini-cart-item dl.variation {
  width: calc(50% - 10px);
  margin: 0;
  transition: background-color 0.32s, max-height 0.32s;
  max-height: 38px;
  min-height: 38px;
}
#body .minicart li.mini-cart-item dl.variation dt, #body .minicart li.mini-cart-item dl.variation dd {
  display: none;
}
#body .minicart li.mini-cart-item dl.variation dd.variation-wcpa_empty_label {
  display: flex !important;
}
#body .minicart li.mini-cart-item dl.variation:hover {
  width: 100%;
  background-color: #0003;
  padding: 5px;
  margin: -4px 0 10px;
  max-height: 230px;
  overflow: auto;
}
#body .minicart li.mini-cart-item dl.variation:hover dd.variation-Wierszyk {
  display: block;
  transform: scaleY(1);
  height: auto;
  opacity: 1;
  width: auto;
  position: relative;
}
#body .minicart li.mini-cart-item dl.variation:hover ~ span.quantity {
  display: none;
}
#body .minicart li.mini-cart-item dl.variation:hover dd.variation-wcpa_empty_label {
  padding: 3px 3px 5px;
}
#body .minicart li.mini-cart-item dl.variation + span.quantity {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
#body .minicart li.mini-cart-item dl.variation + span.quantity::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 37px;
  right: 100%;
  top: -1px;
  margin-right: -1px;
  display: block;
}
#dd #body .minicart li.mini-cart-item a img {
  min-width: 60px;
  height: 50px;
  object-fit: cover;
  margin-top: -4px;
  border: 0.8px solid #00041C;
  border-radius: 3px;
  transition: opacity 0.23s;
}
#dd #body .minicart li.mini-cart-item a img:hover {
  opacity: 0.87;
}
#dd #body .minicart li.mini-cart-item a {
  white-space: normal;
  font-size: 15.5px;
  color: #fff;
  position: relative;
  z-index: 99;
  line-height: 1.1;
  transition: opacity 0.23s;
}
#dd #body .minicart li.mini-cart-item a:hover {
  opacity: 0.87;
}
#dd #body .minicart li.mini-cart-item a.remove.remove_from_cart_button {
  display: none;
}
#dd #body .minicart li.mini-cart-item a.remove.remove_from_cart_button:hover {
  background-color: var(--c1);
}
#dd #body .minicart li.mini-cart-item a.mini-cart-product-title {
  margin: -5px 0 0 0;
  padding: 0 45px 0 12px;
  transition: color 0.23s;
  max-width: 315px;
}
#dd #body .minicart li.mini-cart-item a.mini-cart-product-title:hover {
  color: var(--b1);
}
#body .minicart li.mini-cart-item span.quantity {
  font-size: 14.5px;
  margin: 1px 0 9px 12px;
  color: #fff;
  opacity: 0.8;
}
#body .minicart li.mini-cart-item span.quantity .amount {
  padding-left: 5px;
  display: inline-block;
  color: #fff;
}
#body .minicart .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  margin: 1rem 0;
  padding: 0;
}
#dd #body .minicart a.btn {
  margin: 0;
  width: calc(50% - 5px);
  min-width: 0;
  font-size: 15px;
  padding: 10px 5px;
}
#dd #body .minicart a.btn:nth-child(odd) {
  margin-right: 5px;
}
#dd #body .minicart a.btn:nth-child(even) {
  margin-left: 5px;
}
#body .minicart .woocommerce-mini-cart__total.total {
  margin: 10px 0 -3px;
  font-size: 17.5px;
  color: #fff;
  opacity: 0.88;
  text-align: right;
}
#body .minicart .woocommerce-mini-cart__total.total strong {
  font-weight: 400;
}
#body .minicart .woocommerce-mini-cart__total.total span {
  font-weight: 600;
}
@media (max-width:  1019.24px) {
  #header .menu.menu.desktop {
    display: block;
  }
  #header .menu.menu.desktop > li {
    display: none;
  }
  #header .menu.menu.desktop > li.plang {
    display: flex;
    position: absolute;
    z-index: 190;
  }
  html.noscroll #header .menu.menu.desktop > li.plang {
    z-index: 0;
  }
  #header .menu.menu.desktop > li.plang .sub-menu {
    left: 0;
    box-shadow: -1px 2px 6px -1px #0006;
  }
  #header .menu.menu.desktop > li.plang .sub-menu a img {
    transform: translate(13px, 3px);
  }
  #header .menu.menu.desktop > li.plang .sub-menu a span {
    padding: 12px 47px 7px 25px;
    line-height: 2;
  }
  #header.sticky#header .menu.menu.desktop > li.plang {
    display: none;
  }
  #dd #header .menu.mobile .plang {
    justify-content: center;
  }
  #dd #header .menu.mobile .plang > a {
    display: none !important;
  }
  #dd #header .menu.mobile .plang .sub-menu {
    margin: 25px 0 0;
  }
  #dd #header .menu.mobile .plang li {
    margin: 5px 0 0;
    padding: 0;
    transform: none;
  }
  #dd #header .menu.mobile .plang li a {
    padding: 15px 24px !important;
    height: auto;
    display: block;
  }
  #dd #header .menu.mobile .plang li span {
    font-size: 19px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #dd #header .menu.mobile .plang li img {
    transform: scale(1.2);
    margin-right: 10px;
  }
  #dd[lang="en-US"] #header .menu.mobile .plang a[lang="en-US"], #dd[lang="de-DE"] #header .menu.mobile .plang a[lang="de-DE"] {
    border: solid 2px #fff8;
  }
}
@media (max-width:  1019.24px) and (min-width:  599.25px) {
  #header .menu.menu.desktop > li.plang {
    top: 60px;
    right: 120px;
  }
}
@media (max-width:  1019.24px) and (max-width:  599.24px) {
  #header .menu.menu.desktop > li.plang {
    top: 200px;
  }
}
button.mobile.menu-toggle {
  background: none;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 122;
  cursor: pointer;
  --color: #fff9;
  color: #fff;
  transition: color 0.23s;
  font-weight: 400;
  margin: 0;
  font-size: max(1.6rem, 10.5px) !important;
  position: absolute;
  top: 3px;
  right: 0;
  /* background: rgb(255 255 255 / 5%); */
  border-radius: 50px;
  height: 60px;
  width: 60px;
  padding: 10px;
  transition: top 0.23s;
}
@media (min-width:  1019.25px) {
  button.mobile.menu-toggle {
    top: 25px;
  }
  .sticky button.mobile.menu-toggle {
    top: 4px;
  }
}
@media (min-width:  1019.25px) and (max-width:  1739.24px) {
  button.mobile.menu-toggle {
    top: 13px;
  }
}
@media (min-width:  1019.25px) and (max-width:  1739.24px) {
  .sticky button.mobile.menu-toggle {
    top: 0;
  }
}
button.mobile.menu-toggle i {
  padding: 7px;
  font-size: 2.4rem !important;
  margin-top: -10px;
}
.menu-toggle.active + .menu {
  opacity: 1 !important;
  pointer-events: all;
  transform: scale(1);
}
.menu-toggle.active span::before, .menu-toggle.active span::after {
  content: "";
  width: 39px;
  height: 4.6px;
  background: var(--g4);
  display: block;
  border-radius: 0;
}
.menu-toggle.active span::before {
  transform: rotate(45deg);
}
.menu-toggle.active span::after {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.menu-toggle:not(.active) span::before {
  --color: #1b1e22;
  content: "";
  height: 4px;
  width: 18px;
  background: var(--color);
  display: block;
  border-radius: 0;
  box-shadow: 0 -8px 0 0 var(--color), 0 8px 0 0 var(--color), -6px -8px 0 0 var(--color), -6px 8px 0 0 var(--color);
}
@media (max-width:  1019.24px) {
  .menu-toggle:not(.active) span::before {
    --color: var(--g6);
    height: 5px;
    width: 25px;
    border-radius: 2px;
    margin-top: -2px;
    margin-right: -12px;
    box-shadow: 0 -12px 0 0 var(--color), 0 12px 0 0 var(--color), -15px -12px 0 0 var(--color), -7px 0px 0 0 var(--color);
  }
  .menu-toggle span {
    transform: scale(0.65);
  }
  .menu-toggle.active span::before, .menu-toggle.active span::after {
    width: 39px;
    height: 4.6px;
    border-radius: 2px;
  }
  .menu-toggle.active span::after {
    margin-left: -1px;
    margin-top: -4px;
  }
}
.menu.mobile {
  display: flex;
  opacity: 0.15;
  pointer-events: none;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: -180px;
  left: 0;
  right: 0;
  bottom: -180px;
  padding: calc(180px + 7rem) 0;
  z-index: 120;
  background-color: var(--g1);
  background-image: linear-gradient(180deg, #6C4A32 -61.8%, rgba(59, 39, 1, 0) 99.81%);
  pointer-events: none;
  transition: opacity 0.28s ease-in-out, clip-path 0.32s ease-in-out, -webkit-clip-path 0.32s ease-in-out, transform 0.32s ease-in-out;
  -webkit-clip-path: ellipse(0px 0px at 86% 230px);
  clip-path: ellipse(0px 0px at 86% 230px);
  z-index: -1;
}
.menu.mobile .plang {
  display: none !important;
}
.sticky .menu.mobile {
  opacity: 0.08;
  -webkit-clip-path: ellipse(0px 0px at 79.7% 210px);
  clip-path: ellipse(0px 0px at 79.7% 210px);
}
.menu.mobile .row {
  opacity: 0;
  transition: opacity 0.28s ease-in-out, transform 0.32s ease-in-out;
  height: calc(370px + 100%);
  overflow: auto;
  padding-top: 180px;
  padding-bottom: 180px;
}
.menu.mobile a {
  padding: 14px;
  display: block;
  margin: 6px;
  text-decoration: none;
  font-family: var(--fh);
  font-weight: 400;
  font-size: 2.4rem !important;
  letter-spacing: 0.64px;
  text-align: center;
  color: #fff;
}
.aside-menu.open-mobile-menu + .menu.mobile {
  pointer-events: all;
  transition: opacity 0.4s ease-in-out, clip-path 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition-timing-function: steps(8);
  -webkit-clip-path: ellipse(calc(50vw + 50vh) calc(50vw + 50vh) at 45% 55%);
  clip-path: ellipse(calc(50vw + 50vh) calc(50vw + 50vh) at 45% 55%);
  opacity: 1;
  z-index: 100;
  display: flex;
}
.aside-menu.open-mobile-menu + .menu.mobile .row {
  opacity: 1;
  transform: scale(1);
}
.aside-menu.open-mobile-menu + .menu.mobile .plang {
  display: flex !important;
}
.menu.mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu.mobile > .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 1500px;
}
.menu.mobile > .row > .col {
  width: 100vw;
}
.menu.mobile > .row > .col > ul {
  max-width: 540px;
}
@media (max-width: 599.24px) {
  .menu.mobile > .row > .col > ul {
    max-width: 100vw;
    padding: 5px 8px;
  }
}
.menu.mobile > .row > .col > ul li {
  width: 100%;
}
.menu.mobile > .row > .col.c2 {
  display: flex;
  justify-content: center;
}
.menu.mobile > ul > li > a {
  color: var(--color);
}
.menu.mobile ul {
  list-style: none;
  margin: 10px 0;
}
.menu.mobile ul li {
  position: relative;
  margin: 0;
  text-align: center;
  --grd1: var(--c4);
  --grd2: var(--d4);
  --color: #fff;
}
.menu.mobile ul li:hover {
  --color: var(--c4);
}
.menu.mobile ul li a {
  padding: 0;
  position: relative;
  font-size: 4rem !important;
  font-weight: 400;
  line-height: 1.24;
  margin: 0.98rem 0;
  display: inline-block;
  transition: color 0.23s !important;
}
@media (max-width: 1019.24px) {
  .menu.mobile ul li a {
    padding: 0 7px;
  }
}
.menu.mobile ul li a > span {
  position: relative;
  z-index: 0;
  font-size: 18px !important;
}
@media (max-width:  599.24px) {
  .menu.mobile ul li a > span {
    font-size: 18px !important;
  }
}
.menu.mobile ul li a > span > i {
  opacity: 0;
  transition: opacity 0.23s;
}
.menu.mobile ul li a:hover {
  color: var(--color);
}
.menu.mobile ul li:hover > a::before {
  opacity: 0.2;
  transform: scale(1);
}
.menu.mobile ul li.offer a::before {
  left: -88px;
}
.menu.mobile ul li.offer::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 60px;
  height: 2px;
  width: 30px;
  background: var(--color, #fff);
}
.menu.mobile ul ul.sub-menu li {
  margin: 0;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 759.24px) {
  .menu.mobile ul ul.sub-menu li {
    margin-left: 0;
    transform: none;
  }
}
.menu.mobile ul ul.sub-menu li a {
  font-size: 2rem !important;
  text-align: left;
  margin: 0;
  padding: 13px 8px 15px 10px;
  display: inline-block;
}
@media (max-width: 1019.24px) {
  .menu.mobile ul ul.sub-menu li a {
    width: 100%;
  }
}
.menu.mobile ul ul.sub-menu li a::before {
  top: 0px;
  bottom: 2px;
  left: -17px;
  right: -18px;
}
.menu.mobile ul ul.sub-menu li a:hover::after {
  opacity: 0;
}
.menu.mobile .social > a {
  width: 65px;
  filter: invert(1);
  display: block;
  float: left;
}
.menu.mobile li.plang {
  display: flex;
}
.menu.mobile li.plang span {
  font-size: 2.3rem !important;
}
@media (max-width: 1019.24px) {
  #dd li.btn.solid.red {
    width: 310px;
    max-width: calc(98vw - 36px);
    margin: 10px 15px;
  }
}
@media (min-width: 469.25px) and (max-width: 1019.24px) {
  #dd li.btn.solid.red {
    width: 350px;
  }
}
#header.site-header #site-navigation {
  --plus: -7px;
  --plus2: calc(var(--plus) * 2);
}
@media (max-width: 310px) {
  #header.site-header #site-navigation {
    --plus: -18px;
  }
}
@media (min-width: 374.25px) and (max-width: 409.24px) {
  #header.site-header #site-navigation {
    --plus: 10px;
  }
}
@media (min-width: 409.25px) and (max-width: 469.24px) {
  #header.site-header #site-navigation {
    --plus: 30px;
  }
}
@media (min-width: 469.25px) and (max-width: 599.24px) {
  #header.site-header #site-navigation {
    --plus: 30px;
  }
}
@media (min-width: 599.25px) {
  #header.site-header #site-navigation {
    --plus: 30px;
  }
}
@media (max-width: 599.24px) {
  #header button.mobile.menu-toggle {
    right: -4px;
    top: 8px;
  }
}
@media (max-width: 1019.24px) {
  #header.site-header img.site-logo {
    transition: transform 0.23s;
    min-width: 180px;
    max-width: 82px;
    width: 126px;
  }
  #header.site-header:not(.sticky) img.site-logo {
    transform: translateY(24px);
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu {
    height: 67px;
    padding-top: 0;
    left: calc(50vw + 50px + var(--plus));
    position: absolute;
    right: auto;
    top: 20px;
    transform: none;
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu button.mobile.menu-toggle {
    right: -23px;
    top: 0;
    transform: none;
    transition: none;
  }
  #header.site-header #site-navigation button.mobile.menu-toggle {
    transition: none;
  }
  #header.site-header #site-navigation .menu.mobile .mobile-menu-site-logo {
    position: absolute;
    top: 195px;
    padding: 0;
    right: calc(50vw - 62px + var(--plus));
  }
  #header.site-header #site-navigation .menu.mobile .mobile-menu-site-logo img.site-logo {
    min-width: 215px;
    width: 82px;
  }
  #header.site-header #site-navigation .menu.mobile li a {
    text-align: left;
    display: block;
    border-bottom: solid 0.8px rgba(228, 240, 243, 0.1);
    padding: 20px 0;
    margin: 0;
    min-width: calc(220px + var(--plus2));
  }
  #header.site-header #site-navigation .menu.mobile li a > span {
    font-size: 17.8px !important;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
  }
  #dd.open-mobile-menu #header.site-header #site-navigation .menu.mobile .row {
    opacity: 1;
    transform: translateX(0px);
  }
  #header.site-header #site-navigation .menu.mobile .row {
    margin-top: 50px;
    margin-top: 240px;
    max-height: calc(100vh - 10px);
    overflow: scroll;
    padding: 0 0 130px;
    opacity: 0;
    transform: translateX(70px);
  }
  #header.site-header #site-navigation .menu.mobile .row ul {
    margin-top: 0;
  }
  #header.site-header #site-navigation .menu.mobile .row .col > ul {
    margin-top: -6px;
    padding: 0;
    margin-bottom: 32px;
  }
  #dd#dd #header.site-header #site-navigation .menu.mobile .row li.btn.solid.red {
    /* min-width: calc(280px + var(--plus2)); */
    width: auto;
    /* max-width: calc(280px + var(--plus2)); */
    margin: 30px -1px;
    text-align: center !important;
    background: #fff;
  }
  #dd#dd #header.site-header #site-navigation .menu.mobile .row li.btn.solid.red span {
    color: #020001 !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center !important;
    padding: 0;
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu + .menu.mobile .plang {
    display: flex !important;
    flex-direction: column;
    padding: 0 10px 3px;
    margin-top: 70px;
    border: solid 1px #E0E0E0;
    border-radius: 10px;
    height: 47px;
    overflow: hidden;
    justify-content: start;
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu + .menu.mobile .plang * {
    opacity: 1 !important;
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu + .menu.mobile .plang.open {
    height: auto;
  }
  #header.site-header #site-navigation .aside-menu.open-mobile-menu + .menu.mobile .plang a {
    min-width: calc(280px + var(--plus2) - 13px);
    padding-left: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    opacity: 1;
  }
  #dd #header#header.site-header #site-navigation .menu.mobile .plang > a {
    display: block !important;
  }
  #dd #header#header.site-header #site-navigation a > span > span, #dd #header#header.site-header #site-navigation .menu.mobile .plang li span {
    display: flex;
    justify-content: start;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  #dd #header#header.site-header #site-navigation .plang a > span > img {
    display: none;
  }
  #header.site-header #site-navigation .plang a[href="#pll_switcher"] > span::before {
    padding-left: 0;
  }
  #header.site-header #site-navigation a[href="#pll_switcher"]::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M8.00003 6.99997C8.00003 7.16272 7.93783 7.32563 7.81358 7.44988L1.44996 13.8135C1.2013 14.0622 0.798641 14.0622 0.550141 13.8135C0.301642 13.5648 0.301483 13.1622 0.550141 12.9137L6.46385 6.99997L0.550141 1.08625C0.301482 0.837594 0.301482 0.434935 0.550141 0.186435C0.798799 -0.0620651 1.20146 -0.0622235 1.44996 0.186435L7.81358 6.55006C7.93783 6.67431 8.00003 6.83722 8.00003 6.99997Z" fill="white"/></svg>');
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: -14px;
    opacity: 1;
  }
  #header.site-header #site-navigation .open > a[href="#pll_switcher"]::before {
    right: -19px;
    top: 18px;
    transform: rotate(90deg);
  }
}
@media (max-width: 1019.24px) and (min-width:  469.25px) and (max-width:  599.24px) {
  #header.site-header #site-navigation .aside-menu.open-mobile-menu {
    left: calc(50vw + 44px);
  }
}
@media (max-width: 1019.24px) and (min-width: 440px) and (max-height: 440px) {
  #header.site-header #site-navigation .aside-menu.open-mobile-menu button.mobile.menu-toggle {
    right: -105px;
  }
}
@media (max-width: 1019.24px) and (min-width:  409.25px) and (max-width:  469.24px) {
  #header.site-header #site-navigation .aside-menu.open-mobile-menu button.mobile.menu-toggle {
    right: -33px;
  }
}
@media (max-width: 1019.24px) and (min-width:  469.25px) and (max-width:  599.24px) {
  #header.site-header #site-navigation .aside-menu.open-mobile-menu button.mobile.menu-toggle {
    right: -33px;
  }
}
@media (max-width: 1019.24px) and (min-width: 440px) and (max-height: 440px) {
  #header.site-header #site-navigation .menu.mobile .mobile-menu-site-logo {
    right: calc(50vw - 190px + var(--plus));
  }
}
@media (max-width: 1019.24px) and (min-width: 440px) and (max-height: 440px) {
  #header.site-header #site-navigation .menu.mobile .row {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
@media (max-width: 1019.24px) and (min-width: 440px) and (min-height: 741px) {
  #header.site-header #site-navigation .menu.mobile .row {
    margin-top: 270px;
  }
}
@media (max-width: 1019.24px) and (min-width: 440px) and (max-height: 440px) {
  #header.site-header #site-navigation .menu.mobile .row .col > ul {
    margin-top: 12px;
  }
}
@media (max-width: 1019.24px) {
  #dd #header .menu.mobile .plang .sub-menu {
    padding: 0 5px;
  }
  #header.site-header #site-navigation .plang a[href="#pll_switcher"] > span::before {
    border-radius: 20px;
    object-fit: contain;
    max-width: 20px;
    padding: 0;
    min-width: 20px;
    transform: translateX(6px);
    background-position: center;
  }
  #dd #header#header.site-header #site-navigation .menu.mobile li.red a {
    text-align: center !important;
    border: 0;
  }
  #dd #header#header.site-header #site-navigation .menu.mobile li.red a span {
    text-align: center !important;
    letter-spacing: 0.5px;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    display: block;
  }
  .open-mobile-menu .container.buttons {
    display: none !important;
  }
  .menu.mobile ul ul.sub-menu li a::before {
    top: 10px;
    bottom: 2px;
    left: 22px;
    right: auto;
    min-width: 0;
    max-width: 20px;
    object-fit: cover;
    overflow: hidden;
    padding: 0;
    object-position: center;
    background-position: center;
  }
}
@media (min-width: 599.25px) and (max-width: 1019.24px) {
  #header.site-header:not(.sticky) #site-navigation .aside-menu.open-mobile-menu button.mobile.menu-toggle {
    top: 5px;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  #header.sticky .aside-menu {
    padding-top: 1px;
  }
}
.mobile.menu .col > ul > li:nth-last-child(2) {
  border: 1px solid var(--bc1);
  border-radius: 10px;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
.mobile.menu .col > ul > li:nth-last-child(2) span {
  justify-content: center !important;
}
.mobile.menu .col > ul > li:last-of-type {
  border: 1px solid var(--bc1);
  background-color: var(--bc1);
  border-radius: 10px;
  margin-left: auto;
}
.mobile.menu .col > ul > li:last-of-type span {
  justify-content: center !important;
  color: var(--g7);
}
.mobile.menu .col > ul > li.parent {
  position: relative;
}
.plang a[href="#pll_switcher"] span {
  font-size: 0;
}
.menu.mobile .plang .sub-menu a::before, .plang a[href="#pll_switcher"] > span::before {
  content: "";
  display: block !important;
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px -1px;
  border-radius: 20px;
  transform: translateX(-10px);
}
.plang a[href="#pll_switcher"] + .sub-menu a::before {
  content: "";
  display: block !important;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px -1px;
  border-radius: 20px;
  transform: translateX(0px);
}
@media (max-width:  1019.24px) {
  .plang a[href="#pll_switcher"] + .sub-menu a::before {
    border-radius: 20px;
    transform: translate(14px, -2px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.plang a[href="#pll_switcher"] + .sub-menu a::before, .plang a[href="#pll_switcher"] > span::before {
  padding-left: 30px;
  padding-right: 30px;
  background-repeat: no-repeat;
  border-radius: 0;
}
.plang a[href="#pll_switcher"] + .sub-menu a::before {
  font-size: 0;
}
.plang a[href="#pll_switcher"] > span::before {
  padding-left: 30px;
  background-repeat: no-repeat;
  font-size: max(16px, 1.1rem);
}
.plang a[href="#pll_switcher"] + .sub-menu a::before {
  content: "" !important;
  display: block !important;
}
.menu.mobile .plang .sub-menu a[lang="pl-PL"]::before, .plang a[href="#pll_switcher"] + .sub-menu a[lang="pl-PL"]::before, .plang a[href="#pll_switcher"]:lang(pl) > span::before {
  content: "";
  background-image: url(/a-images/flags/pl.svg);
}
.menu.mobile .plang .sub-menu a[lang="de-DE"]::before, .plang a[href="#pll_switcher"] + .sub-menu a[lang="de-DE"]::before, .plang a[href="#pll_switcher"]:lang(de) > span::before {
  content: "";
  background-image: url(/a-images/flags/de.svg);
}
.menu.mobile .plang .sub-menu a[lang="en-US"]::before, .plang a[href="#pll_switcher"] + .sub-menu a[lang="en-US"]::before, .plang a[href="#pll_switcher"]:lang(en) > span::before {
  content: "";
  background-image: url(/a-images/flags/en.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="fr-FR"]::before, .plang a[href="#pll_switcher"]:lang(fr) > span::before {
  content: "";
  background-image: url(/a-images/flags/fr.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="nl-NL"]::before, .plang a[href="#pll_switcher"]:lang(nl) > span::before {
  content: "";
  background-image: url(/a-images/flags/nl.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="sv-SE"]::before, .plang a[href="#pll_switcher"]:lang(sv) > span::before {
  content: "";
  background-image: url(/a-images/flags/se.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="da-DK"]::before, .plang a[href="#pll_switcher"] + .sub-menu a:lang(da)::before, .plang a[href="#pll_switcher"]:lang(dk) > span::before, .plang a[href="#pll_switcher"]:lang(da) > span::before {
  content: "";
  background-image: url(/a-images/flags/da.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="da-DK"]::before, .plang a[href="#pll_switcher"] + .sub-menu a:lang(da)::before, .plang a[href="#pll_switcher"]:lang(dk) > span::before, .plang a[href="#pll_switcher"]:lang(da) > span::before {
  display: block;
  content: "";
  background-image: url(/a-images/flags/da.svg);
}
/* Track */
::-webkit-scrollbar-track {
  background: var(--d1);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--g6);
  border-radius: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--g4);
}
.menu.desktop li.plang ul.sub-menu {
  left: -50px;
  top: -48px;
  z-index: 10;
  border-radius: 15px;
  background: var(--b2);
}
.menu.desktop li.plang ul.sub-menu a {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.4px;
}
.menu.desktop li.plang a span {
  margin-left: 10px !important;
  transform: translateY(-2px);
  display: inline-block;
  color: var(--g3);
  transition: color 0.23s;
  padding-top: 5px;
}
.menu.desktop li.plang a img {
  border-radius: 20px;
  width: 20px !important;
  height: 20px !important;
  transform: translateY(3px);
}
.menu.desktop li.plang a:hover span {
  color: var(--g1);
}
#site-navigation .menu.topbar > li > a {
  opacity: 1;
  transition: background-color 0.29s, color 0.29s;
}
#site-navigation .menu.topbar > li > a svg {
  margin-left: 6px;
  margin-right: -6px;
  margin-bottom: 1px;
  transition: transform 0.29s;
}
#site-navigation .menu.topbar > li > a svg > path {
  transition: fill 0.29s;
  fill: #fff;
}
#site-navigation .menu.topbar > li:hover > a {
  background-color: #fff;
}
#site-navigation .menu.topbar > li:hover > a, #site-navigation .menu.topbar > li:hover > a span {
  color: var(--g1);
}
#site-navigation .menu.topbar > li:hover > a .username {
  color: var(--b2);
}
#site-navigation .menu.topbar > li:hover > a svg > path {
  fill: var(--g1);
}
.menu.desktop li.plang ul.sub-menu {
  left: -60px;
  top: 51px;
  z-index: 10;
  border-radius: 15px;
  min-width: 150px;
}
.menu.desktop li.plang ul.sub-menu a {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.4px;
}
.menu.desktop li.plang a span {
  margin-left: 10px !important;
  transform: translateY(-2px);
  display: inline-block;
  color: var(--g1);
  transition: color 0.23s;
  padding-top: 0px;
  position: absolute;
  line-height: 1.2;
}
.menu.desktop li.plang a:hover span {
  color: var(--g1);
}
.plang a[href="#pll_switcher"] span {
  font-size: 0;
}
.plang a[href="#pll_switcher"] > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px -1px;
  border-radius: 20px;
  transform: translateX(-10px);
}
.plang a[href="#pll_switcher"] + .sub-menu a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px -1px;
  border-radius: 20px;
  transform: translateX(0px);
}
@media (max-width:  1019.24px) {
  .plang a[href="#pll_switcher"] + .sub-menu a::before {
    border-radius: 20px;
    transform: translate(14px, -2px);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.plang a[href="#pll_switcher"] + .sub-menu a::before, .plang a[href="#pll_switcher"] > span::before {
  padding-left: 30px;
  padding-right: 30px;
  background-repeat: no-repeat;
}
.plang a[href="#pll_switcher"] + .sub-menu a::before {
  font-size: 0;
}
.plang a[href="#pll_switcher"] > span::before {
  padding-left: 30px;
  background-repeat: no-repeat;
  font-size: max(16px, 1.1rem);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="de-DE"]::before, .plang a[href="#pll_switcher"]:lang(de) > span::before {
  background-image: url(/a-images/svg/flags/germany.svg);
}
.plang a[href="#pll_switcher"] + .sub-menu a[lang="en-US"]::before, .plang a[href="#pll_switcher"]:lang(en) > span::before {
  background-image: url(/a-images/svg/flags/en.svg);
}
.menu.desktop li.plang a img {
  display: none;
}
.site-header #site-navigation li.plang .sub-menu a {
  border: 0;
  border-radius: 0;
  padding: 8px 22px;
  padding: 0;
  height: 38px;
  display: flex;
}
header.sticky .site-logo svg {
  padding: 3px 0 4px;
}
#dd #header.site-header.sticky #site-navigation ul.menu.desktop {
  transform: translateX(0);
}
.menu.desktop li.parent > a {
  padding-right: calc(1rem + 16px);
}
.menu.desktop li.parent > a::after {
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--g1) transparent transparent transparent;
  content: "";
  position: absolute;
  margin: 12px 13px;
  transition: border-color 0.23s;
  right: -3px;
}
.menu.desktop li.parent:hover > a::after {
  border-color: var(--mc1) transparent transparent transparent;
}
@media (min-width: 1529.25px) and (max-width: 1739.24px) {
  .menu.desktop > li.parent:not(.mega-menu-parent)::before {
    left: -23px;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .menu.desktop > li.parent:not(.mega-menu-parent)::before {
    left: -33px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .menu.desktop > li.parent:not(.mega-menu-parent)::before {
    left: -22px;
    top: -10px;
    height: calc(100% + 5px);
  }
}
.menu.desktop li.parent:hover::before {
  opacity: 1;
}
.menu.desktop ul.sub-menu {
  position: absolute;
  list-style: none;
  z-index: 6;
  opacity: 0;
  padding: 20px;
  min-width: 200px;
  pointer-events: none !important;
  background: rgba(0, 0, 0, 0.8) !important;
  width: 320px;
  margin: -10px 0 0;
  left: -60px;
  right: auto;
  transform: translate(0, 0) !important;
  border-radius: var(--radius);
  box-shadow: -8px 5px 6px -2px #00000006, 8px 5px 6px -2px #00000006 !important;
  transition: all 0.13s;
}
@media (min-width: 1529.25px) and (max-width: 1739.24px) {
  .menu.desktop ul.sub-menu {
    left: -23px;
  }
}
@media (min-width: 1239.25px) and (max-width: 1529.24px) {
  .menu.desktop ul.sub-menu {
    left: -33px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1239.24px) {
  .menu.desktop ul.sub-menu {
    left: -22px;
  }
}
.menu.desktop ul.sub-menu ul.sub-menu {
  border-radius: 0 11px 11px 11px;
}
.menu.desktop ul.sub-menu > li {
  pointer-events: none !important;
}
.menu.desktop ul.sub-menu ul.sub-menu {
  --translateX: 0;
  left: calc(100% + 2.2px);
  right: auto;
  top: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#dd .menu.desktop ul.sub-menu a {
  margin: 0;
  background-color: transparent;
  transition: background-color 0.27s, color 0.27s;
  border-radius: var(--radius);
  opacity: 1 !important;
  --font-size: 18px;
  text-align: left;
  padding: 10px 20px;
  line-height: 1.25;
  color: var(--g7);
  text-align: left;
  display: block;
  white-space: normal;
  text-align: center;
}
#dd .menu.desktop ul.sub-menu a:hover {
  background-color: var(--mc1);
  color: var(--g7);
}
.menu.desktop li:hover > ul.sub-menu {
  transform: translate(var(--translateX), 0) scaleY(1);
  opacity: 1;
}
.menu.desktop li:hover > ul.sub-menu, .menu.desktop li:hover > ul.sub-menu > li {
  pointer-events: all !important;
}
.menu.desktop li:hover > ul.sub-menu li:hover > ul.sub-menu {
  transition: none;
}
.menu.desktop li:hover > ul.sub-menu li:hover > ul.sub-menu::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 55px;
  background: #fff;
  width: 217px;
  border-radius: 16px 0 0 16px;
}
.menu li.plang .sub-menu a::before {
  display: none !important;
}
#dd .site-header #site-navigation li.plang .sub-menu a {
  padding-top: 10px;
}
.site-header #site-navigation .sub-menu a > img {
  max-width: 32px;
  margin: -13px 10px -4px 0px;
  transform: translateY(11px);
}
.site-header #site-navigation .megamenu .sub-menu a > img {
  max-width: 40px;
}
.site-header #site-navigation .megamenu .sub-menu li.wi > a > img {
  width: 45px;
  max-width: 45px;
}
li.parent.megamenu > .sub-menu {
  max-width: 90vw;
  display: flex;
  flex-wrap: wrap;
  right: -130px;
  padding: 20px;
}
@media (min-width: 1239.25px) {
  li.parent.megamenu > .sub-menu {
    width: 1200px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1330px) {
  li.parent.megamenu > .sub-menu {
    width: 950px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1529.24px) {
  li.parent.megamenu > .sub-menu {
    right: -80px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1330px) {
  li.parent.megamenu > .sub-menu {
    padding: 15px 0;
  }
}
@media (max-width: 1019.24px) {
  li.parent.megamenu > .sub-menu {
    background: #17171769;
    margin-bottom: 20px;
  }
}
@media (min-width: 1239.25px) {
  li.parent.megamenu > .sub-menu > li {
    width: 25%;
  }
  li.parent.megamenu > .sub-menu > li:nth-child(4n + 1) {
    width: 250px;
  }
  li.parent.megamenu > .sub-menu > li:nth-child(4n + 2) {
    width: 350px;
  }
  li.parent.megamenu > .sub-menu > li:nth-child(4n + 3) {
    width: 270px;
  }
  li.parent.megamenu > .sub-menu > li:nth-child(4n + 4) {
    width: 280px;
  }
}
@media (min-width: 1019.25px) and (max-width: 1330px) {
  li.parent.megamenu > .sub-menu > li {
    width: 33% !important;
  }
}
@media (max-width: 1019.24px) {
  .site-header #site-navigation a > span {
    display: flex;
    align-items: center;
    white-space: normal;
    justify-content: flex-start;
  }
  .site-header #site-navigation a > span > span {
    padding-left: 17px;
    width: 100%;
    white-space: break-spaces;
  }
  .site-header #site-navigation a > span > img {
    max-width: 30px;
  }
}
li.parent:not(.mega-menu-parent):hover {
  filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.03)) drop-shadow(0px 1.7px 18px rgba(0, 0, 0, 0.04)) drop-shadow(0px 7px 80px rgba(0, 0, 0, 0.07));
  transform: translateZ(0.1px);
}
li.parent:not(.mega-menu-parent):hover > a {
  color: var(--mc1);
}
li.parent:not(.mega-menu-parent):hover > a::after {
  border-color: var(--mc1) transparent transparent transparent !important;
}
.single .fl-module {
  padding-top: 0;
  margin-bottom: 0;
}
.single #header .fl-module {
  padding-top: 0;
  margin-bottom: 0;
}
#dd.single.post {
  --dest-width: 1430px;
  --page-padding: 2rem;
  --page-width: calc(var(--dest-width) + var(--page-padding) * 2);
  --aside-left-width: 270px;
  --aside-right-width: 135px;
  --content-width:  calc(100% - var(--aside-left-width) - var(--aside-right-width) * 2);
}
@media (min-width:  1019.25px) and (max-width:  1239.24px) {
  #dd.single.post {
    --aside-right-width: 63px;
  }
}
@media (max-width:  1019.24px) {
  #dd.single.post {
    --aside-left-width: 100%;
    --aside-right-width: 0;
    --content-width: 100%;
  }
}
#dd.single.post .post_image {
  max-width: var(--dest-width);
}
#dd.single.post aside.sidebar-left {
  width: var(--aside-left-width);
}
#dd.single.post aside.sidebar-right {
  width: var(--aside-right-width);
}
@media (max-width:  869.24px) {
  #dd.single.post aside {
    max-width: var(--outer-width);
    padding: 0 var(--outer-padding);
  }
}
#dd.single.post article.entry-content {
  width: var(--content-width);
}
@media (max-width:  869.24px) {
  #dd.single.post h1.header {
    max-width: var(--outer-width);
    padding: 0 var(--outer-padding);
  }
}
#dd.single.post .post_image {
  transform: rotateX(0.01deg);
}
#dd.single.post header.entry-header {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
@media (max-width: 1529.24px) {
  #dd.single.post header.entry-header {
    padding-bottom: 30px;
  }
}
#dd.single.post .entry-header .post_item {
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none !important;
  background: none;
  padding: 0;
}
#dd.single.post .entry-header .post_image {
  max-height: initial;
  position: relative;
  margin: 0;
}
@media (max-width: 1019.24px) {
  #dd.single.post .entry-header .post_image {
    margin: 30px 0 0;
  }
}
#dd.single.post .entry-header .post_image img {
  width: 100%;
  max-width: var(--dest-width);
  max-height: 770px;
  object-fit: cover;
}
#dd.single.post h1.header {
  --font-size: 60px;
  line-height: 0.93;
  margin-bottom: 1rem;
  margin-left: -2px;
  margin-top: 0;
  font-weight: 700;
  color: var(--g1);
  font-family: "Chakra";
}
@media (max-width: 1529.24px) {
  #dd.single.post h1.header {
    margin-top: 1.2rem;
  }
}
@media (max-width: 599.24px) {
  #dd.single.post h1.header {
    font-size: 27px;
    line-height: 0.97;
  }
}
#dd.single.post ul.postmeta {
  position: relative;
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  padding-right: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#dd.single.post ul.postmeta li {
  position: static;
  padding: 0;
  --font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--g1);
  line-height: 1.89;
}
#dd.single.post ul.postmeta li::before {
  display: none !important;
}
#dd.single.post ul.postmeta li a {
  display: inline-block;
  color: var(--mc1);
}
#dd.single.post ul.postmeta li a:hover {
  color: var(--dc1);
}
#dd.single.post ul.postmeta li span {
  display: inline-block;
  color: var(--mc1);
}
@media (max-width:  1019.24px) {
  #dd.single.post ul.postmeta {
    margin-top: -1rem;
    display: flex;
  }
  #dd.single.post ul.postmeta li {
    padding-right: 40px;
    font-size: 15.2px;
  }
}
@media (max-width:  699.24px) {
  #dd.single.post ul.postmeta {
    margin-top: -1.3rem;
    margin-bottom: -1.2rem;
    flex-direction: column;
  }
  #dd.single.post ul.postmeta li {
    padding-right: 0;
    font-size: 14px;
  }
}
#dd.single.post .b-text-normal {
  margin: auto;
}
#dd.single.post .fl-module.Simple_Text {
  padding-top: 3rem;
}
@media (max-width: 1019.24px) {
  #dd.single.post body #main {
    padding-top: 120px !important;
  }
}
#dd.single.post .post_main {
  display: flex;
  padding: 0;
}
@media (max-width: 869.24px) {
  #dd.single.post .post_main {
    flex-wrap: wrap;
  }
}
#dd.single.post .post_main .post_main--left {
  width: 20%;
}
@media (min-width: 1739.25px) {
  #dd.single.post .post_main .post_main--left {
    width: var(--aside-left-width);
  }
}
@media (max-width: 1239.24px) {
  #dd.single.post .post_main .post_main--left {
    width: 25%;
  }
}
@media (max-width: 869.24px) {
  #dd.single.post .post_main .post_main--left {
    width: 100%;
  }
}
#dd.single.post .post_main .post_main--left p {
  color: var(--bc2);
  --font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Chakra";
  font-weight: 700;
  margin: 0;
}
#dd.single.post .post_main .post_main--left p span {
  color: var(--g1);
  font-weight: 700;
  --font-size: 18px;
}
#dd.single.post .post_main .post_main--right {
  width: 60%;
}
@media (min-width: 1739.25px) {
  #dd.single.post .post_main .post_main--right {
    width: var(--content-width);
  }
}
@media (max-width: 1239.24px) {
  #dd.single.post .post_main .post_main--right {
    width: 75%;
  }
}
@media (max-width: 869.24px) {
  #dd.single.post .post_main .post_main--right {
    width: 100%;
  }
}
#dd.single.post .head-bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/a-images/svg/HoneyShape3.svg);
  background-position: right 550px;
}
@media (max-height: 956px) {
  #dd.single.post .head-bg {
    background-position: right 100%;
  }
}
@media (max-width: 1239.24px) {
  #dd.single.post .head-bg {
    background-image: none;
  }
}
@media (max-width: 759.24px) {
  #dd.single.post .head-bg {
    overflow: hidden;
  }
}
#dd.single.post .head-bg::before {
  content: url(/a-images/svg/HoneyShape-single.svg);
  top: 425px;
  position: absolute;
}
@media (max-width: 759.24px) {
  #dd.single.post .head-bg::before {
    top: 0;
  }
}
#dd.single.post .head-bg::after {
  width: 761.73px;
  height: 725.144px;
  background-color: #FFF6D1;
  filter: blur(255.5328826904px);
  content: "";
  position: absolute;
  top: 425px;
}
@media (max-width: 759.24px) {
  #dd.single.post .head-bg::after {
    top: 0;
  }
}
#dd.single.post .fl-module-SimpleText {
  padding-top: 0;
}
#dd.single.post .entry-footer .fl-col {
  width: 100%;
}
#dd.single.post .fl-module-Separator {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
#dd.single.post .post_categories {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--g7);
  font-family: "Chakra";
  font-weight: 700;
  --font-size: 16px;
  text-transform: uppercase;
}
#dd.single.post .post_categories::before {
  width: 54px;
  height: 4px;
  background-color: var(--bc2);
  content: "";
  display: block;
  margin-top: 35px;
  position: absolute;
}
#dd.single.post .post_item_date {
  position: absolute;
  right: 28px;
  top: 0;
  background-color: var(--g7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  line-height: 1;
}
#dd.single.post .post_item_date .day {
  --font-size: 25px;
  color: var(--g1);
  font-family: var(--font-secondary);
  font-weight: 700;
  text-transform: uppercase;
}
#dd.single.post .post_item_date .month {
  --font-size: 14px;
  color: var(--g1);
  font-family: var(--font-secondary);
  font-weight: 500;
  text-transform: uppercase;
}
/*# sourceMappingURL=/a-assets/parts.map */