html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* buttony — stary styl hero usunięty, nowy wspólny styl buttonów na końcu pliku */
html { scroll-behavior: smooth; }

a#scrToWorlds,
a.btn-outline {
  transition: all 0.3s ease;
}
/* buttony */
/* Cień pod tekstami na grafice (hero) */
.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr h2,
.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr p {
  color: #fff; /* na wszelki wypadek */
  text-shadow:
    0 2px 8px rgba(0,0,0,.65),
    0 0 1px rgba(0,0,0,.9);
}

/* Na mniejszych ekranach cień mocniejszy */
@media (max-width: 767px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr h2,
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr p {
    text-shadow:
      0 3px 10px rgba(0,0,0,.75),
      0 0 1px rgba(0,0,0,1);
  }
}
/* Cień pod tekstami na grafice (koniec) */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'Clan Pro Thin';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProThin.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProRegular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro News';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProRgNews.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro Black';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProBlk.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Clan Pro Extd Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FFClanProExtdBold.woff") format("woff");
  font-display: swap;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#mobile-menu {
  width: 18px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (min-width: 1024px) {
  #mobile-menu {
    display: none;
  }
}

#mobile-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#mobile-menu span:nth-child(1) {
  top: 0px;
}

#mobile-menu span:nth-child(2),
#mobile-menu span:nth-child(3) {
  top: 6px;
}

#mobile-menu span:nth-child(4) {
  top: 12px;
}

#mobile-menu.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#mobile-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

header {
  background: #252628;
  padding: 18.5px 28px 18.5px 24px;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header h1 a {
  display: inline-block;
}

header h1 a img {
  max-width: 120px;
}

@media (min-width: 768px) {
  header h1 a img {
    max-width: 100%;
  }
}

header .header-contact {
  display: inline-block;
  font: 14px/10px 'Clan Pro News', sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

header .header-contact:hover {
  color: white;
  border-color: white;
}

@media (min-width: 1024px) {
  header .header-contact {
    display: block;
  }
}

nav.lp-promo-nav {
  background: #252628;
  position: absolute;
  z-index: -1;
  top: -100vh;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all .3s ease;
}

nav.lp-promo-nav.open {
  z-index: 0;
  top: 56px;
  opacity: 1;
  height: calc(100vh - 56px);
  pointer-events: all;
  overflow-y: auto;
  padding-bottom: 60px;
}

nav.lp-promo-nav.open ul {
  pointer-events: all;
}

nav.lp-promo-nav.open ul li, nav.lp-promo-nav.open ul a {
  pointer-events: all;
}

@media (min-width: 1024px) {
  nav.lp-promo-nav {
    z-index: 0;
    opacity: 1;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  nav.lp-promo-nav.open {
    z-index: 0;
    top: 50%;
    opacity: 1;
  }
}

nav.lp-promo-nav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  nav.lp-promo-nav .menu-wrapper {
    flex-direction: row;
    border: 0;
  }
}

nav.lp-promo-nav .menu-wrapper li {
  padding: 0px 24px;
  border-bottom: 0;
}

@media (min-width: 1024px) {
  nav.lp-promo-nav .menu-wrapper li {
    padding: 0px 16px;
    border: 0;
  }
}

@media (min-width: 1200px) {
  nav.lp-promo-nav .menu-wrapper li {
    padding: 0px 24px;
  }
}

nav.lp-promo-nav .menu-wrapper li .link {
  color: white;
  text-decoration: none;
  border-bottom: 0;
  transition: all .3s ease;
  font: 20px/80px 'Clan Pro News', sans-serif;
  pointer-events: all;
}

@media (min-width: 1024px) {
  nav.lp-promo-nav .menu-wrapper li .link {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  nav.lp-promo-nav .menu-wrapper li .link {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  nav.lp-promo-nav .menu-wrapper li .link {
    font-size: 14px;
    line-height: 14px;
  }
}

nav.lp-promo-nav .menu-wrapper li .link:hover {
  color: #00B1EB;
  border-color: #00B1EB;
}

nav.lp-promo-nav .menu-wrapper li .link--where-buy {
  color: #00B1EB;
}

nav.lp-promo-nav .menu-wrapper li.mobile-contact {
  display: inline-block;
}

@media (min-width: 1024px) {
  nav.lp-promo-nav .menu-wrapper li.mobile-contact {
    display: none;
  }
}

nav.lp-promo-nav .menu-wrapper li.mobile-contact .header-contact {
  display: inline-block;
  line-height: 80px;
  font-size: 14px;
  transition: all .3s ease;
  border-bottom: 0;
}

nav.lp-promo-nav .menu-wrapper li.mobile-contact .header-contact:hover {
  color: white;
  border-color: black;
}

footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 32px 0 35px 0;
}

@media (min-width: 1024px) {
  footer {
    flex-direction: row;
    padding: 48px;
  }
}

@media (min-width: 1300px) {
  footer {
    padding: 36px 116px 36px 116px;
  }
}

footer .logo-footer {
  padding-bottom: 32px;
}

@media (min-width: 1024px) {
  footer .logo-footer {
    padding-bottom: 0;
  }
}

footer .lp-promo-nav {
  position: relative;
  opacity: 1;
  background: transparent;
  pointer-events: all;
  z-index: 1;
  padding-bottom: 34px;
  top: auto;
}

@media (min-width: 1024px) {
  footer .lp-promo-nav {
    pointer-events: none;
    padding-bottom: 0px;
    position: absolute;
    top: 50%;
  }
}

footer .lp-promo-nav .menu-wrapper {
  border: 0;
}

footer .lp-promo-nav .menu-wrapper li {
  border: 0;
}

footer .lp-promo-nav .menu-wrapper li .link:not(.link--where-buy) {
  color: black;
}

footer .lp-promo-nav .menu-wrapper li .link:not(.link--where-buy):hover {
  color: #00B1EB;
}

footer .lp-promo-nav .menu-wrapper li .link {
  border-color: white;
  display: inline-block;
  font-size: 14px !important;
}

@media (max-width: 1023px) {
  footer .lp-promo-nav .menu-wrapper li .link {
    font-size: 16px;
    line-height: 39px;
    padding-bottom: 8px;
  }
  footer .lp-promo-nav .menu-wrapper li .link:last-of-type {
    padding-bottom: 0px;
  }
}

footer .social-wrapper {
  display: flex;
  align-items: center;
}

footer .social-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  margin-left: 16px;
  background: white;
  transition: all .3s ease;
}

footer .social-wrapper a:first-of-type {
  margin-left: 0px;
}

footer .social-wrapper a svg path {
  transition: all .3s ease;
}

footer .social-wrapper a.fb-icon:hover {
  background: #4267B2;
  border-color: #4267B2;
}

footer .social-wrapper a.fb-icon:hover svg path {
  fill: white;
}

footer .social-wrapper a.yt-icon:hover {
  background: #F80703;
  border-color: #F80703;
}

footer .social-wrapper a.yt-icon:hover svg path {
  fill: white;
}

footer .social-wrapper a.ins-icon:hover {
  background: #262626;
  border-color: #262626;
}

footer .social-wrapper a.ins-icon:hover svg path {
  fill: white;
}

footer .social-wrapper a.pin-icon:hover {
  background: #E70723;
  border-color: #E70723;
}

footer .social-wrapper a.pin-icon:hover svg path {
  fill: white;
}

.animation-climb-text {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: top .7s ease-out,opacity 1.1s ease-out;
}

.animation-climb-text.active {
  top: 0;
  opacity: 1;
}

.animation-video {
  transform: translateY(100px) scale(0.5);
  opacity: 0;
  transition: all .9s ease;
}

.animation-video.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.animation-photo {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: transform .7s ease-out,opacity .9s ease-out;
  position: relative;
}

.animation-photo.active {
  opacity: 1;
  transform: translateY(0);
}

.animation-senses p, .animation-senses span:not(.animation-letter) {
  display: inline-block;
  position: relative;
  color: transparent;
  overflow: hidden;
  line-height: 1.3;
}

.animation-senses p .animation-letter, .animation-senses span:not(.animation-letter) .animation-letter {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  color: black;
  transition: top 0.7s ease;
}

.animation-senses p .animation-letter--prolux, .animation-senses span:not(.animation-letter) .animation-letter--prolux {
  color: #B47746;
}

.animation-senses p .animation-letter--pixel, .animation-senses span:not(.animation-letter) .animation-letter--pixel {
  color: #9390BB;
}

.animation-senses p .animation-letter--prismatic, .animation-senses span:not(.animation-letter) .animation-letter--prismatic {
  color: #C8EAD9;
}

.animation-senses p .animation-letter--hst, .animation-senses span:not(.animation-letter) .animation-letter--hst {
  color: #CEA4BC;
}

.animation-senses p:nth-of-type(2) .animation-letter, .animation-senses span:not(.animation-letter):nth-of-type(2) .animation-letter {
  transition-delay: .1s;
}

.animation-senses p:nth-of-type(3) .animation-letter, .animation-senses span:not(.animation-letter):nth-of-type(3) .animation-letter {
  transition-delay: .2s;
}

.animation-senses p:nth-of-type(4) .animation-letter, .animation-senses span:not(.animation-letter):nth-of-type(4) .animation-letter {
  transition-delay: .3s;
}

.animation-senses p:nth-of-type(5) .animation-letter, .animation-senses span:not(.animation-letter):nth-of-type(5) .animation-letter {
  transition-delay: .4s;
}

.animation-senses.active p .animation-letter, .animation-senses.active span:not(.animation-letter) .animation-letter {
  top: 0%;
}

.animation-senses-prolux-type-1 p .animation-letter, .animation-senses-prolux-type-1 span:not(.animation-letter) .animation-letter {
  color: #C06872;
}

.animation-senses-prolux-type-2 p, .animation-senses-prolux-type-2 span:not(.animation-letter) {
  line-height: 1.2;
}

.animation-senses-prolux-type-2 p .animation-letter, .animation-senses-prolux-type-2 span:not(.animation-letter) .animation-letter {
  color: #C06872;
}

.animation-senses-pixel-type-1 p .animation-letter, .animation-senses-pixel-type-1 span:not(.animation-letter) .animation-letter {
  color: #3B3950;
}

.animation-senses-pixel-type-2 p .animation-letter, .animation-senses-pixel-type-2 span:not(.animation-letter) .animation-letter {
  color: #3B3950;
}

.animation-senses-prismatic-type-1 p .animation-letter, .animation-senses-prismatic-type-1 span:not(.animation-letter) .animation-letter {
  color: white;
}

.animation-senses-prismatic-type-2 p .animation-letter, .animation-senses-prismatic-type-2 span:not(.animation-letter) .animation-letter {
  color: white;
}

.animation-senses-hst-type-1 p .animation-letter, .animation-senses-hst-type-1 span:not(.animation-letter) .animation-letter {
  color: white;
}

.animation-senses-hst-type-2 p .animation-letter, .animation-senses-hst-type-2 span:not(.animation-letter) .animation-letter {
  color: white;
}

.lp-promo-section-video-pl {
  position: relative;
  height: 360px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lp-promo-section-video-pl {
    overflow: unset;
    height: auto;
    display: grid;
  }
}

.lp-promo-section-video-fr {
  position: relative;
}

.lp-promo-section-video-fr .plyr {
  height: 560px;
}

.lp-promo-section-video-fr .plyr__poster {
  background-position-y: 35%;
}

.lp-promo-section-video-fr .plyr__video-wrapper {
  height: 100%;
}

.lp-promo-section-video-fr .plyr--stopped .plyr__controls {
  display: none;
}

.lp-promo-section-video video {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: unset;
}

@media (min-width: 768px) {
  .lp-promo-section-video video {
    max-width: 100%;
    position: relative;
    height: auto;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper {
    width: auto;
    text-align: left;
    padding-left: 118px;
    left: 0;
    transform: translateY(-50%);
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper h2 {
  font: 32px/40px "Clan Pro Bold", sans-serif;
  padding-bottom: 58px;
}

@media (min-width: 1024px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper h2 {
    padding-bottom: 8px;
    font-size: 72px;
    line-height: 88px;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper p {
  font: 24px/32px "Clan Pro News", sans-serif;
  position: relative;
  top: -10px;
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper p {
    top: 0;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper p {
    font-size: 48px;
    line-height: 1.15;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr {
  top: 50%;
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr {
    top: 50%;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr h2 {
  width: 305px;
  margin-right: auto;
  padding-bottom: 0;
  margin-left: auto;
  margin-bottom: 5px;
  line-height: 1.2;
  font: 32px/1.3 "Clan Pro News";
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr h2 {
    margin-right: 0;
    margin-left: 0;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr p {
  width: 300px;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  font: 15px/1.6 "Clan Pro News";
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr p {
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr a {
  pointer-events: auto;
  display: block;
  width: 190px;
  padding: 8px 5px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: #d4b891;
  color: #000000;
  font: 700 12px/16px "Clan Pro Bold";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr a:last-of-type {
  margin-top: 15px;
  border: 1px solid #d4b891;
  background-color: transparent;
  color: #d4b891;
}

@media (min-width: 768px) {
  .lp-promo-section-video .lp-promo-section-video-text-wrapper--fr a {
    margin-right: 0;
    margin-left: 0;
  }
}

.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr strong {
  font-family: "Clan Pro Bold";
}

.lp-promo-section-video .scroll-down {
  display: flex;
  justify-content: center;
  position: relative;
  align-self: flex-end;
  bottom: -560px;
}

.lp-promo-section-video .scroll-down .scroll-down-wrapper {
  position: absolute;
  top: -42px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-video .scroll-down .scroll-down-wrapper {
    display: block;
  }
}

.lp-promo-section-video .scroll-down .scroll-down-wrapper p {
  color: white;
  font: 12px/12px "Clan Pro News", sans-serif;
  padding-bottom: 56px;
  position: relative;
  text-transform: uppercase;
}

.lp-promo-section-video .scroll-down .scroll-down-wrapper p:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  bottom: 9px;
  width: 2px;
  height: 40px;
  border-radius: 4px;
  background: black;
}

.lp-promo-section-video .scroll-down .scroll-down-wrapper img {
  margin: 0 auto;
  display: block;
}
/* PILAR */

.lp-promo-section-pilar {
  background: #b2bac5;
  background: linear-gradient(#b2bac5, #c5cdd8 0%, #93989f 50%, #ffe6e0 100%);
  padding-top: 45px;
  padding-bottom: 32px;
}

.lp-promo-section-pilar .container-world-oknoplast {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar {
    padding-top: 68px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pilar {
    padding-top: 103px;
    padding-bottom: 160px;
  }
}

.lp-promo-section-pilar .section-wrapper-1 {
  margin: 0;
  order: 3;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 {
    margin: 0 32px;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pilar .section-wrapper-1 {
    margin: 0 116px;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .text-wrapper {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .text-wrapper {
    padding-top: 10px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pilar .section-wrapper-1 .text-wrapper {
    padding-top: 0;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .text-wrapper-desktop {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .text-wrapper-desktop {
    display: block;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .box {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .box {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .box-left {
    padding-right: 46px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pilar .section-wrapper-1 .box-left {
    padding-right: 112px;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .box-right img {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .box-right img {
    display: block;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .box .desc-wrapper p {
  font: 14px/24px "Clan Pro News", sans-serif;
  color: #000000;
  padding: 20px 16px 24px 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .box .desc-wrapper p {
    font: 16px/24px "Clan Pro News", sans-serif;
    padding: 0 7px 24px 0;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .box .desc-wrapper p strong {
  font-family: "Clan Pro Bold", sans-serif;
  color: black;
}

.lp-promo-section-pilar .section-wrapper-1 .box a.button-type-1 {
  display: block;
  background: #a060f7;
  color: white;
  transition: all 0.3s ease;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-1 .box a.button-type-1 {
    margin: 0;
  }
}

.lp-promo-section-pilar .section-wrapper-1 .box a.button-type-1:hover {
  background: #000000;
  color: white;
}

.lp-promo-section-pilar .section-wrapper-2 {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
  order: 2;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-2 {
    margin: 40px 32px 0;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pilar .section-wrapper-2 {
    margin: 80px 116px 0;
  }
}

.lp-promo-section-pilar .section-wrapper-2 .container-video {
  width: 100%;
  max-width: none;
}

.lp-promo-section-pilar .section-wrapper-2 .container-video .player-dummy-thumbnail {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-2 .container-video .player-dummy-thumbnail {
    width: auto;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-2 .container-video {
    max-width: 679px;
    padding-bottom: 0px;
    min-height: auto;
  }
}

.lp-promo-section-pilar .section-wrapper-2 .text-wrapper-mobile {
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-2 .text-wrapper-mobile {
    display: none;
  }
}

.lp-promo-section-pilar .section-wrapper-2 .box {
  display: none;
  margin-left: 63px;
  margin-right: 64px;
  align-items: center;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-2 .box {
    display: flex;
  }
}

.lp-promo-section-pilar .section-wrapper-2 .box img {
  max-height: 376px;
}

.lp-promo-section-pilar .section-wrapper-3 {
  display: none;
  margin: 56px 116px 0 28px;
  order: 1;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-3 {
    display: flex;
    order: 3;
  }
}

.lp-promo-section-pilar .section-wrapper-3 .box img {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-3 .box img {
    display: block;
  }
}

.lp-promo-section-pilar .section-wrapper-3 .box-left {
  display: flex;
  flex-direction: column;
  margin-right: 112px;
}

.lp-promo-section-pilar .section-wrapper-3 .box-left .description {
  padding-top: 8px;
  font: 12px/16px "Clan Pro Regular", sans-serif;
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pilar .section-wrapper-3 .box-left .description {
    display: block;
  }
}
/* PILAR */


.lp-promo-section-pava {
  background: #ffe7e2;
  background: linear-gradient(180deg, #ffe7e2 0%, #faad9c 50%, #e1d1bd 100%);
  padding-top: 45px;
  padding-bottom: 32px;
}

.lp-promo-section-pava .container-world-oknoplast {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .lp-promo-section-pava {
    padding-top: 68px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pava {
    padding-top: 103px;
    padding-bottom: 160px;
  }
}

.lp-promo-section-pava .section-wrapper-1 {
  margin: 0;
  order: 3;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 {
    margin: 0 32px;
    order: 1;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pava .section-wrapper-1 {
    margin: 0 116px;
  }
}

.lp-promo-section-pava .section-wrapper-1 .text-wrapper {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .text-wrapper {
    padding-top: 10px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pava .section-wrapper-1 .text-wrapper {
    padding-top: 0;
  }
}

.lp-promo-section-pava .section-wrapper-1 .text-wrapper-desktop {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .text-wrapper-desktop {
    display: block;
  }
}

.lp-promo-section-pava .section-wrapper-1 .box {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .box {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .box-left {
    padding-right: 46px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pava .section-wrapper-1 .box-left {
    padding-right: 112px;
  }
}

.lp-promo-section-pava .section-wrapper-1 .box-right img {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .box-right img {
    display: block;
  }
}

.lp-promo-section-pava .section-wrapper-1 .box .desc-wrapper p {
  font: 14px/24px "Clan Pro News", sans-serif;
  color: #4a3320;
  padding: 20px 16px 24px 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .box .desc-wrapper p {
    font: 16px/24px "Clan Pro News", sans-serif;
    padding: 0 7px 24px 0;
  }
}

.lp-promo-section-pava .section-wrapper-1 .box .desc-wrapper p strong {
  font-family: "Clan Pro Bold", sans-serif;
  color: black;
}

.lp-promo-section-pava .section-wrapper-1 .box a.button-type-1 {
  display: block;
  background: black;
  color: white;
  transition: all 0.3s ease;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-1 .box a.button-type-1 {
    margin: 0;
  }
}

.lp-promo-section-pava .section-wrapper-1 .box a.button-type-1:hover {
  background: #dc776a;
  color: white;
}

.lp-promo-section-pava .section-wrapper-2 {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
  order: 2;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-2 {
    margin: 40px 32px 0;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pava .section-wrapper-2 {
    margin: 80px 116px 0;
  }
}

.lp-promo-section-pava .section-wrapper-2 .container-video {
  width: 100%;
  max-width: none;
}

.lp-promo-section-pava .section-wrapper-2 .container-video .player-dummy-thumbnail {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-2 .container-video .player-dummy-thumbnail {
    width: auto;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-2 .container-video {
    max-width: 679px;
    padding-bottom: 0px;
    min-height: auto;
  }
}

.lp-promo-section-pava .section-wrapper-2 .text-wrapper-mobile {
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-2 .text-wrapper-mobile {
    display: none;
  }
}

.lp-promo-section-pava .section-wrapper-2 .box {
  display: none;
  margin-left: 63px;
  margin-right: 64px;
  align-items: center;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-2 .box {
    display: flex;
  }
}

.lp-promo-section-pava .section-wrapper-2 .box img {
  max-height: 376px;
}

.lp-promo-section-pava .section-wrapper-3 {
  display: none;
  margin: 56px 116px 0 28px;
  order: 1;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-3 {
    display: flex;
    order: 3;
  }
}

.lp-promo-section-pava .section-wrapper-3 .box img {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-3 .box img {
    display: block;
  }
}

.lp-promo-section-pava .section-wrapper-3 .box-left {
  display: flex;
  flex-direction: column;
  margin-right: 112px;
}

.lp-promo-section-pava .section-wrapper-3 .box-left .description {
  padding-top: 8px;
  font: 12px/16px "Clan Pro Regular", sans-serif;
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pava .section-wrapper-3 .box-left .description {
    display: block;
  }
}

.lp-promo-section-prolux {
  background: #e1d1bd;
  background: linear-gradient(180deg, #e1d1bd 0%, #d4b891 50%, #ede8e4 100%);
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prolux {
    padding-bottom: 160px;
  }
}

.lp-promo-section-prolux .description-window {
  color: #4a3320;
}

.lp-promo-section-prolux .h2-title-section {
  color: #b47746;
}

.lp-promo-section-prolux .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.lp-promo-section-prolux .flex-wrapper .box {
  max-width: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box {
    max-width: 50%;
    flex-basis: 50%;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-left {
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-left {
    padding-right: 12px;
    text-align: right;
  }
  .lp-promo-section-prolux .flex-wrapper .box-left .text-type-1 {
    padding-right: 20px;
  }
  .lp-promo-section-prolux .flex-wrapper .box-left .text-type-1 br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .lp-promo-section-prolux .flex-wrapper .box-left .text-type-1 {
    padding-right: 47px;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-left .text-type-2 {
    padding-bottom: 30px;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-left .img-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-left .img-wrapper {
    display: block;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-left .img-wrapper img:first-of-type {
  width: 100%;
  margin-bottom: 70px;
}

@media (min-width: 1024px) {
  .lp-promo-section-prolux .flex-wrapper .box-left .img-wrapper img:first-of-type {
    margin-bottom: 160px;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-left .img-wrapper img:last-of-type {
  width: 61.25%;
  max-width: 441px;
  margin-left: 28px;
}

.lp-promo-section-prolux .flex-wrapper .box-left .text-wrapper-1 p {
  color: #c06872;
}

.lp-promo-section-prolux .flex-wrapper .box-right {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right {
    display: block;
    position: relative;
    left: -76px;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper {
    text-align: left;
    width: 90%;
    max-width: 416px;
    margin: 0px 0 30px 90px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper {
    width: 57.777%;
    margin: 0px 0 56px 176px;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper p {
  font: 14px/24px "Clan Pro News", sans-serif;
  color: #4a3320;
  padding: 0 16px 24px 16px;
  text-align: left;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper p {
    font: 16px/24px "Clan Pro News", sans-serif;
    padding: 0 7px 24px 0;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper p strong {
  font-family: "Clan Pro Bold", sans-serif;
}

.lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper a.button-type-1 {
  background: #c06872;
  color: #e9d6bb;
  transition: all 0.3s ease;
}

.lp-promo-section-prolux .flex-wrapper .box-right .text-wrapper a.button-type-1:hover {
  background: #d4b891;
  color: #c06872;
}

.lp-promo-section-prolux .flex-wrapper .box-right .container-video {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .container-video {
    max-width: 680px;
    padding-bottom: 0px;
    min-height: auto;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-right .img-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .img-wrapper {
    display: block;
    padding: 40px 0 0 40px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .img-wrapper {
    padding: 88px 0 0 88px;
  }
}

.lp-promo-section-prolux .flex-wrapper .box-right .img-wrapper .lp-img {
  width: 70%;
  max-width: 504px;
}

.lp-promo-section-pixel {
  background: #ede8e4;
  background: linear-gradient(180deg, #ede8e4 0%, #c3c3d5 50%, #97bcb1 100%);
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pixel {
    padding-bottom: 160px;
  }
}

.lp-promo-section-pixel h2 {
  color: #9390bb;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel h2 {
    padding-bottom: 30px;
  }
}

.lp-promo-section-pixel .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.lp-promo-section-pixel .flex-wrapper .box-left {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left {
    text-align: unset;
    flex-basis: 55.277%;
    max-width: 796px;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper {
    margin-left: 32px;
  }
}

@media (min-width: 1200px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper {
    margin-left: 116px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-1 {
  color: #3b3950;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-1 {
    text-align: left;
  }
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-1 br {
    display: none;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-2 {
  text-align: center;
  color: #3b3950;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-2 {
    text-align: right;
    padding-right: 110px;
    padding-bottom: 22px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .text-type-2 {
    padding-right: 180px;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .container-video {
    display: none;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .paragraf-type-1 {
  font: 14px/24px "Clan Pro Regular", sans-serif;
  color: #3b3950;
  padding: 32px 16px;
  text-align: left;
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .paragraf-type-1 strong {
  font-family: "Clan Pro Bold", sans-serif;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .paragraf-type-1 {
    font: 16px/24px "Clan Pro Regular", sans-serif;
    max-width: 300px;
    padding: 0;
    padding-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .paragraf-type-1 {
    max-width: 503px;
    width: 76%;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .button-type-1 {
  color: #ede8e4;
  background: #9390bb;
  transition: all 0.3s ease;
}

.lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .button-type-1:hover {
  background: #ede8e4;
  color: #9390bb;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .text-wrapper .button-type-1 {
    margin-bottom: 56px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper {
    display: block;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--first {
  margin: 0 0 50px 32px;
}

@media (min-width: 1024px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--first {
    margin: 0 0 72px 116px;
    width: 85.427%;
    max-width: 680px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--second {
  margin: 0 0 0px 28px;
  display: none;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--second {
    display: flex;
    justify-content: space-between;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--second .img-container--first {
  width: 52.261%;
  max-width: 416px;
}

.lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--second .img-container--second {
  width: 71.206%;
  max-width: 328px;
  margin-top: 60px;
  position: relative;
  right: -88px;
}

@media (min-width: 1024px) {
  .lp-promo-section-pixel .flex-wrapper .box-left .img-wrapper--second .img-container--second {
    margin-top: 175px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-right {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-right {
    flex-basis: 44.723%;
    max-width: 644px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-right .container-video {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-right .container-video {
    display: block;
    margin-top: 72px;
    width: 91.925%;
    max-width: 592px;
    position: relative;
    z-index: 5;
    left: -64px;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-right .img-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-pixel .flex-wrapper .box-right .img-wrapper {
    display: block;
  }
}

.lp-promo-section-pixel .flex-wrapper .box-right .img-wrapper img {
  width: 82.608%;
  max-width: 532px;
  margin: auto 0 auto auto;
  position: relative;
  z-index: 1;
  top: -56px;
}

.lp-promo-section-prismatic {
  background: #97bcb1;
  background: linear-gradient(180deg, #97bcb1 0%, #537287 100%);
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic {
    padding-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prismatic {
    padding-bottom: 160px;
  }
}

.lp-promo-section-prismatic h2.h2-title-section {
  color: #bcdece;
  letter-spacing: -1.5px;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic h2.h2-title-section {
    letter-spacing: 0;
    padding: 0 0 0 60px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .lp-promo-section-prismatic h2.h2-title-section {
    padding: 0 0 0 112px;
  }
}

.lp-promo-section-prismatic .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.lp-promo-section-prismatic .flex-wrapper--first .box-left {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-left {
    flex-basis: 49.166%;
    max-width: 708px;
  }
}

.lp-promo-section-prismatic .flex-wrapper--first .box-left img {
  margin: 0 0 0 auto;
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-left img {
    display: block;
  }
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right {
  color: white;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right {
    padding: 0 0 48px 32px;
    flex-basis: 50.833%;
    max-width: 732px;
    text-align: unset;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right {
    padding: 0 0 56px 112px;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .text-type-1 br {
    display: none;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .text-type-2 {
    padding-bottom: 22px;
  }
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .paragraf-type-1 {
  padding: 0px 16px 32px 16px;
  text-align: left;
  font: 16px/24px "Clan Pro Regular", sans-serif;
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .paragraf-type-1 strong {
  font-family: "Clan Pro Bold", sans-serif;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .paragraf-type-1 {
    max-width: 416px;
    width: 90%;
    padding: 0 0 24px 0;
  }
}

@media (min-width: 1024px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .paragraf-type-1 {
    max-width: 416px;
    width: 67.096%;
  }
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .paragraf-type-1.paragraf-type-1--fr {
    max-width: 510px;
    width: 75%;
  }
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .container-video {
  display: block;
  padding-bottom: 24px;
  width: 100%;
  min-height: 220px;
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .container-video .plyr,
.lp-promo-section-prismatic .flex-wrapper--first .box-right .container-video video {
  max-width: unset;
  width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--first .box-right .container-video {
    display: none;
  }
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .button-type-1 {
  background: #32675a;
  color: #dce8e6;
  transition: all 0.3s ease;
}

.lp-promo-section-prismatic .flex-wrapper--first .box-right .button-type-1:hover {
  background: #dce8e6;
  color: #32675a;
}

.lp-promo-section-prismatic .flex-wrapper--second {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .flex-wrapper--second {
    display: flex;
  }
}

.lp-promo-section-prismatic .flex-wrapper--second .box-left {
  flex-basis: 49.3%;
  max-width: 710px;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-left .img-wrapper {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .lp-promo-section-prismatic .flex-wrapper--second .box-left .img-wrapper {
    padding-top: 64px;
  }
}

.lp-promo-section-prismatic .flex-wrapper--second .box-left .img-wrapper img {
  width: 83.38%;
  max-width: 592px;
  margin: 0 0 0 auto;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-right {
  flex-basis: 50.7%;
  max-width: 730px;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-right .img-wrapper--first {
  margin-bottom: 32px;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-right .img-wrapper--first img {
  width: 48.767%;
  max-width: 356px;
  margin: 0 0 0 auto;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-right .img-wrapper--second {
  padding-left: 110px;
}

.lp-promo-section-prismatic .flex-wrapper--second .box-right .img-wrapper--second img {
  width: 70.684%;
  max-width: 416px;
}

.lp-promo-section-prismatic .description-window {
  color: #d7e7f2;
}

.lp-promo-section-prismatic .container-video {
  padding-bottom: 48px;
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-prismatic .container-video {
    display: block;
  }
}

.lp-promo-section-prismatic .container-video .plyr,
.lp-promo-section-prismatic .container-video video {
  width: 59.444%;
  max-width: 856px;
  margin: 0 auto;
}

.lp-promo-section-hst {
  background: #537287;
  background: linear-gradient(180deg, #537287 0%, #cea4bc 100%);
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .lp-promo-section-hst {
    padding-bottom: 80px;
  }
}

.lp-promo-section-hst .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first {
    padding-bottom: 56px;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-left {
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left {
    flex-basis: 50.833%;
    max-width: 732px;
    padding-left: 32px;
    text-align: unset;
  }
}

@media (min-width: 1366px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left {
    padding-left: 116px;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-left h2.h2-title-section {
  color: #cea4bc;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left h2.h2-title-section {
    text-align: left;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-left h2.h2-title-section p {
  color: transparent;
}

.lp-promo-section-hst .flex-wrapper--first .box-left p {
  color: white;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left .container-video {
    display: none;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-left .paragraf-type-1 {
  font: 16px/24px "Clan Pro News", sans-serif;
  padding: 24px 16px 31px 16px;
  text-align: left;
}

.lp-promo-section-hst .flex-wrapper--first .box-left .paragraf-type-1 strong {
  font-family: "Clan Pro Bold", sans-serif;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left .paragraf-type-1 {
    width: 80.357%;
    max-width: 495px;
    padding: 0 0 24px 0;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left .text-type-1 br {
    display: none;
  }
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-left .text-type-2 {
    padding-bottom: 24px;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-left .button-type-1 {
  background: #cea4bc;
  color: #ede8e4;
  transition: all 0.3s ease;
}

.lp-promo-section-hst .flex-wrapper--first .box-left .button-type-1:hover {
  background: #ede8e4;
  color: #cea4bc;
}

.lp-promo-section-hst .flex-wrapper--first .box-right {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-right {
    flex-basis: 49.166%;
    max-width: 708px;
    padding-top: 88px;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-right .img-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--first .box-right .img-wrapper {
    display: block;
  }
}

.lp-promo-section-hst .flex-wrapper--first .box-right .img-wrapper img {
  width: 96.045%;
  max-width: 680px;
}

.lp-promo-section-hst .flex-wrapper--second {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .flex-wrapper--second {
    display: flex;
  }
}

.lp-promo-section-hst .flex-wrapper--second .box-left {
  flex-basis: 55.277%;
  max-width: 796px;
}

.lp-promo-section-hst .flex-wrapper--second .box-left .container-video {
  width: calc(100% - 116px);
  max-width: 680px;
  margin: 0 0 120px auto;
  position: relative;
  z-index: 5;
}

.lp-promo-section-hst .flex-wrapper--second .box-left .img-wrapper img {
  width: 64.696%;
  max-width: 410px;
}

.lp-promo-section-hst .flex-wrapper--second .box-right {
  flex-basis: 44.722%;
  max-width: 644px;
}

.lp-promo-section-hst .flex-wrapper--second .box-right .img-wrapper--first {
  margin-bottom: 72px;
}

.lp-promo-section-hst .flex-wrapper--second .box-right .img-wrapper--first img {
  width: 64.696%;
  max-width: 416px;
  margin-left: 111px;
}

.lp-promo-section-hst .flex-wrapper--second .box-right .img-wrapper--second {
  position: relative;
  left: -70px;
}

@media (min-width: 1024px) {
  .lp-promo-section-hst .flex-wrapper--second .box-right .img-wrapper--second {
    left: -152px;
  }
}

.lp-promo-section-hst .flex-wrapper--second .box-right .img-wrapper--second img {
  width: 92.068%;
  max-width: 592px;
}

@media (min-width: 768px) {
  .lp-promo-section-hst .description-window {
    padding-left: 24px;
  }
}

.content {
  position: relative;
}

.content .nav-site {
  height: 100%;
  position: absolute;
  z-index: 100;
  right: 28px;
  top: 0;
  display: none;
}

@media (min-width: 1024px) {
  .content .nav-site {
    display: block;
  }
}

.content .nav-site .nav-site-wrapper {
  padding-top: 104px;
  position: sticky;
  top: 104px;
}

.content .nav-site .nav-site-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content .nav-site .nav-site-wrapper ul li {
  font: 10px/10px "Clan Pro News", sans-serif;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content .nav-site .nav-site-wrapper ul li:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 15px;
  height: 0px;
  width: 1px;
  background: black;
  transition: all 0.3s ease;
}

.content .nav-site .nav-site-wrapper ul li span {
  opacity: 0;
  transition: all 0.3s ease;
}

.content .nav-site .nav-site-wrapper ul li.active {
  font: 10px/10px "Clan Pro Bold", sans-serif;
  padding-bottom: 64px;
}

.content .nav-site .nav-site-wrapper ul li.active span {
  opacity: 1;
}

.content .nav-site .nav-site-wrapper ul li.active:after {
  height: 40px;
}

.content .nav-site .nav-site-wrapper ul li:hover span {
  opacity: 1;
}

.content .nav-site .nav-site-wrapper ul li:last-of-type:after {
  top: -5px;
}

.content .nav-site .nav-site-wrapper ul li:last-of-type.active {
  padding-bottom: 0;
  padding-top: 48px;
}

.content .nav-site .nav-site-wrapper ul li:last-of-type.active:after {
  height: 40px;
}

.lp-promo-section-video-fr {
  position: relative;
  color: #ffffff;
}

.lp-promo-section-video-fr .nav-site {
  position: absolute;
  z-index: 100;
  right: 28px;
  top: 50%;
  display: none;
}

@media (min-width: 1024px) {
  .lp-promo-section-video-fr .nav-site {
    display: block;
  }
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul li {
  font: 10px/10px "Clan Pro News", sans-serif;
  padding-bottom: 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul li:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 15px;
  height: 0px;
  width: 1px;
  background: black;
  transition: all 0.3s ease;
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul li span {
  opacity: 0;
  transition: all 0.3s ease;
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul li:hover span {
  opacity: 1;
}

.lp-promo-section-video-fr .nav-site .nav-site-wrapper ul li:last-of-type:after {
  top: -5px;
}

.popup-video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.popup-video.active {
  display: flex;
}

.popup-video video {
  max-width: 100%;
  position: relative;
  z-index: 15;
  max-height: 100%;
}

.popup-video .lightbox__close_button {
  position: absolute;
  z-index: 1000;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.popup-video .lightbox__close_button svg {
  max-width: 100%;
  max-height: 100%;
}

.popup-video .lightbox__background {
  background: black;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Clan Pro Regular", sans-serif;
  padding-top: 56px;
}

@media (min-width: 768px) {
  body {
    padding-top: 64px;
  }
}

body * {
  box-sizing: border-box;
}

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

body img {
  display: grid;
  max-width: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.container-world-oknoplast {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

a.button-type-1 {
  display: inline-block;
  font: 700 12px/16px "Clan Pro Bold", sans-serif;
  text-decoration: none;
  padding: 8px 5px;
  width: 136px;
  text-align: center;
}

a.button-type-1--fr {
  width: 205px;
}

.text-wrapper-1 p.text-type-1 {
  font: 24px "Clan Pro Bold", sans-serif;
  padding-bottom: 4px;
  line-height: 0;
}

@media (min-width: 768px) {
  .text-wrapper-1 p.text-type-1 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .text-wrapper-1 p.text-type-1 {
    font: 32px "Clan Pro Bold", sans-serif;
  }
}

.text-wrapper-1 p.text-type-2 {
  font: 32px "Clan Pro Bold", sans-serif;
  padding-bottom: 24px;
  line-height: 0 !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-wrapper-1 p.text-type-2 {
    padding-bottom: 45px;
  }
}

@media (min-width: 1024px) {
  .text-wrapper-1 p.text-type-2 {
    font: 72px "Clan Pro Bold", sans-serif;
    padding-bottom: 45px;
  }
}

.h2-title-section {
  font: 40px "Clan Pro Extd Bold", sans-serif;
  text-align: center;
  padding-bottom: 8px;
  line-height: 0;
}

@media (min-width: 768px) {
  .h2-title-section {
    padding-bottom: 23px !important;
    font: 80px "Clan Pro Extd Bold", sans-serif;
    line-height: 0;
  }
}

@media (min-width: 1024px) {
  .h2-title-section {
    font: 120px "Clan Pro Extd Bold", sans-serif;
    line-height: 0;
  }
}

.h2-title-section p {
  line-height: 1;
}

p.description-window {
  padding-top: 8px;
  font: 12px/16px "Clan Pro Regular", sans-serif;
}

.container-video {
  position: relative;
}

.container-video .player-dummy-button-top,
.container-video .player-dummy-button {
  position: absolute;
  top: 275px;
  left: calc(50vw - 25px);
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-play.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 999;
}

@media (min-width: 768px) {
  .container-video .player-dummy-button-top,
  .container-video .player-dummy-button {
    top: 232px;
    left: calc(50vw - 48px);
    width: 96px;
    height: 96px;
  }
}

.container-video .player-dummy-button-top:hover,
.container-video .player-dummy-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.75s ease;
}

.container-video .plyr__poster {
  background-size: cover;
}

.slider-photo {
  overflow: hidden;
  padding: 32px 0 0 16px;
}

@media (min-width: 768px) {
  .slider-photo {
    display: none;
  }
}

video {
  max-width: 100%;
}

.lightbox-container {
  cursor: url(../images/icon-open-lightbox.png) 30 30, auto;
}

#lightbox .lb-outerContainer .lb-image {
  border: 0;
  border-radius: 0;
}

#bp_container {
  display: flex;
  cursor: url(../images/icon-close-lightbox.png) 30 30, auto;
  overflow-y: auto;
}

#bp_container .bp-x {
  top: 84px !important;
  right: 20px !important;
  width: 64px !important;
  height: 64px !important;
  opacity: 1 !important;
  background-image: url(../images/icon-close-lightbox.png);
  background-size: contain;
}

#bp_container .bp-x:hover {
  background-image: url(../images/icon-close-lightbox.png) !important;
  background-color: transparent !important;
}

#bp_container .bp-x svg {
  display: none;
}

#bp_container img {
  max-width: 100% !important;
  max-height: unset !important;
}

#bp_container .bp-lr,
#bp_container .bp-lr,
#bp_container #bp_caption,
#bp_container #bp_count {
  display: none;
  pointer-events: none;
}

.plyr__control.plyr__control--overlaid {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-play.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-size: cover;
}

@media (min-width: 768px) {
  .plyr__control.plyr__control--overlaid {
    width: 96px;
    height: 96px;
  }
}

.plyr__control.plyr__control--overlaid svg {
  display: none;
}

@media (min-width: 768px) {
  .lp-promo-section-prolux .flex-wrapper .box-right .container-video {
    position: relative;
    max-width: 680px;
    padding-bottom: 0px;
  }
}

.lp-promo-section-prismatic .container-video {
  padding-bottom: 48px;
  margin-bottom: 48px;
  width: 60%;
  text-align: center;
}

.lp-promo-section-prismatic .container-video .plyr {
  width: 100%;
}

.container-video .player-dummy-button {
  position: absolute;
  top: 275px;
  left: calc(50vw - 25px);
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-play.png);
}

.container-video-prismatic .player-dummy-button {
  top: calc(50% - 36px);
}

@media (min-width: 768px) {
  .container-video .player-dummy-button {
    top: 232px;
    left: calc(50vw - 48px);
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    width: 96px;
    height: 96px;
  }
  .container-video-prismatic .player-dummy-button {
    top: calc(50% - 64px);
  }
  .container-video-hst .player-dummy-button {
    top: calc(50% - 48px);
  }
}

.container-video-prismatic {
  margin: 0 auto;
  width: 60%;
}

/* Wskaźnik scrollowania w hero (images/scroll.svg: napis + kreska + myszka) */
.lp-promo-section-video-fr .scroll-down {
  position: absolute;
  left: 0;
  bottom: -60px; /* granica sekcji przecina czarną kreskę w połowie (środek kreski = y 43 przy wysokości 103) */
  width: 100%;
  display: none;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}

@media (min-width: 768px) {
  .lp-promo-section-video-fr .scroll-down {
    display: flex;
  }
}

.lp-promo-section-video-fr .scroll-down .scroll-down-wrapper {
  position: static;
  display: block;
  pointer-events: auto;
  cursor: pointer;
}

.lp-promo-section-video-fr .scroll-down .scroll-down-wrapper img {
  display: block;
  width: 101px;
  height: auto;
}

/* Nowy styl buttonów (Figma: padding 12px 24px, radius 64px, Primary #00B1EB) */
:root {
  --Primary-01-Main: #00B1EB;
}

a.button-type-1,
a.button-map,
a#scrToWorlds,
a.btn-outline,
.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px;
  width: auto !important;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 64px;
  background: var(--Primary-01-Main, #00B1EB) !important;
  color: #ffffff !important;
  font: 700 12px/16px "Clan Pro Bold", sans-serif !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.button-type-1:hover,
a.button-map:hover,
a#scrToWorlds:hover,
a.btn-outline:hover,
.lp-promo-section-video .lp-promo-section-video-text-wrapper--fr a:hover {
  background: #0091c2 !important;
  color: #ffffff !important;
}

/* ============ KONTENER PRZYCISKÓW ============ */
.k-hero__buttons {
  display: flex;
  flex-direction: column; /* Układ jeden pod drugim (mobile) */
  gap: 16px; /* Odstęp między przyciskami (w pionie) */
  align-items: flex-start; /* Zapobiega rozciąganiu przycisków na całą szerokość ekranu */
  margin-bottom: 100px; /* <--- Dodaj tę linijkę */
}

/* ============ POJEDYNCZY PRZYCISK ============ */
.k-hero__buttons .btn-pill {
  white-space: nowrap; /* Gwarantuje tekst w jednym wierszu */
  padding: 16px 40px; /* Wydłuża button (góra/dół 16px, lewo/prawo 40px) */
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0; /* Resetuje ewentualne marginesy z innych klas, które mogły powodować nakładanie */
}

/* ============ WIDOK DESKTOP ============ */
@media (min-width: 768px) {
  .k-hero__buttons {
    flex-direction: row; /* Zmienia układ na obok siebie */
    gap: 24px; /* Zwiększa odstęp między przyciskami w poziomie */
    align-items: center; /* Wyrównuje przyciski względem siebie w pionie */
  }
}
/* Zwiększamy odstęp na dole całego bloku z tekstem i przyciskami */
.k-hero__content {
  padding-bottom: 60px; /* Zmieniaj tę wartość (np. 80px, 100px), aż grafika zejdzie wystarczająco nisko */
}

/* Upewniamy się, że przyciski mają przestrzeń na dole */
.k-hero__buttons {
  margin-bottom: 30px; 
}
