html.wf-loading * {
  opacity: 0;
}

html {
  scroll-behavior: smooth;

}
body {
  background-color: var(--lvl1);
  margin: 0;
  font-family: "Archivo", Arial, sans-serif;
}

.cont-srodek {
  margin: 0 var(--piecdziesiat);
  border-radius: var(--radiusboxa);
  
}
.nav-bar{
  display:none;
}
.cont-srodek-lvl2 {
  margin: 0 var(--piecdziesiat);
  background-color: var(--lvl2);
  border-radius: var(--radiusboxa);
}
.cont-srodek-lvl3 {
  margin: 0 var(--piecdziesiat);
  background-color: var(--lvl3);
  border-radius: var(--radiusboxa);
}
.cont-srodek-stopka {
  margin: 0 var(--piecdziesiat);
  padding: 0 var(--piecdziesiat) 80px;
  background: var(--lvl2);
  border-radius: var(--radiusboxa);
  display: flex;

}
.img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.imgradius {
  border-radius: var(--radiusgrafiki);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.imgradius2 {
  border-radius: var(--radiusgrafiki);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cont-16-tab{
  display:none;
}
.pojawiam{
  display:none;
}
.pojawiam2{
  display:none;
}
.desktop{
  display:inherit;
}


.cont-1 {
  Position: relative;
  top: 0px;
  height: 145px;
}
.cont-1-logo {
  Position: relative;
  top: 54px;
  left:50px;
  height: 29px;
  width: 159px;
}

.cont-2 {
  Position: relative;
  top: 0px;
  height: 680px;
  display: flex; 
  overflow: visible;
}


.cont-2-p {
  position:absolute;
  top:0;
  right:50px;
  

  width: 50%;
  height: 720px;
  background: var(--lvl2);
  border-radius: var(--radiusboxa);
  z-index:3;
}
.cont-2-p-tab {
  position:absolute;
  top:0;
  right:50px;
  

  width: 50%;
  height: 720px;
  background: var(--lvl2);
  border-radius: var(--radiusboxa);
  display:none;
}
.cont-2-l {
  Position: absolute;
  top:0px;
  left:100px;

  width: auto;
  height: 720px;
 
}
.cont-2-l-tekst {
  Position: relative;
  top: 160px;

  animation: slideIn 1s ease-out forwards;
  opacity: 0;
  z-index:3;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cont-txt-B1 {
  position: absolute;
  right:80px;
  top:-40px;
animation: slideIn 0.8s ease-out forwards;
  
  opacity: 0;
}
.cont-txt-B2 {
  position: absolute;
  top:190px;
  left:80px;
  animation: slideIn 0.8s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.cont-txt-Bvideo {
  position: absolute;
  z-index: 2;

  top: 318.5px;
  right: 95px;

  width: 716px;
  height: 187px;

  transform: translateY(-50%);
  border-radius: var(--radiusboxa);
  overflow: hidden;

  transition: height 0.4s ease;
  
}

.cont-txt-Bvideo2 {
  position: absolute;
  z-index: 1;

  top: 318.5px;
  right: 95px;

  width: 716px;
  height: 187px;

  transform: translateY(-50%) scale(1);

  border-radius: var(--radiusboxa);
  overflow: visible;

  filter: blur(0px);
  opacity: 0.7;

  transition:
    height 0.4s ease,
    filter 0.4s ease,
    opacity 0.4s ease;
}


.cont-txt-Bvideo:hover {
  height: 375px;

}


.cont-txt-Bvideo:hover + .cont-txt-Bvideo2 {
  height: 375px;
  filter: blur(40px);
  transform: translateY(-50%) scale(1.3);
  opacity: 0.9;
}



.cont-txt-Bopis {
  position: absolute;
  top:580px;
  left:95px;
display: flex;
  gap: 80px;
z-index:3;
}
.cont-txt-Bopis2 {
  position: absolute;
  top:580px;
  right:95px;
z-index:3;

}



.cont-2-l-tekst-studio {
  position: relative;
  left: -10px;
  z-index: 5;

  animation: slideIn 0.8s ease-out forwards;
  animation-delay: 0.1s;
  opacity: 0;
}

.cont-2-l-tekst-branding {
  position: relative;
  left: -5px;
  z-index: 5;

  animation: slideIn 0.8s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

.cont-2-l-tekst-podpis {
  position: relative;
  top: 200px;
  z-index: 5;

  animation: slideIn 0.8s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.cont-4 {
  Position: relative;
  top: 0px;
  height: 160px;

}

.cont-5 {
  Position: relative;
  top: 0px;
  height: 1710px;
  
}
.cont-5-tab {
  Position: relative;
  top: 0px;
  height: 1710px;
  display:none;
  
}
.cont-5-mob {
  Position: relative;
  top: 0px;
  height: 1710px;
  display:none;
  
}
.cont-5-linia {
  display: flex;
  height: 100%;
  width:100%;

  margin:0 50px 20px 50px;
  gap: 20px; 
}
.cont-5-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 80px 50px 60px;
}
.cont-5-wrap2 {

  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
  width:100%;

}
.cont-5-box {
  position: relative;
  width: 100%; /* zamiast 560px */
  height: 770px;
  background: var(--lvl3);
  border-radius: var(--radiusboxa);
  transition: all 0.3s ease;
  z-index: 3;
}
.cont-5-box2 {
 position: relative;
  width: 560px;
  height: 770px;
  background: var(--lvl3);
  gap:20px;
  border-radius: var(--radiusboxa);
 transition: all 0.3s ease;
 flex-shrink: 0;
 z-index:3;
}
.cont-5-box2:hover {
   /*transform:scale(1.02);*/
  box-shadow: 
  /*0 0 1px rgb(70, 67, 67),
    0 0 50px rgb(97, 96, 96);*/
    0 0 0px rgb(255, 47, 0),
    0 0 50px rgb(255, 47, 0);

}
.cont-5-box:hover:not(.no-hover) {
   /*transform:scale(1.02);*/
  box-shadow: 
  /*0 0 1px rgb(70, 67, 67),
    0 0 50px rgb(97, 96, 96);*/
    0 0 0px rgb(255, 47, 0),
    0 0 50px rgb(255, 47, 0);

}
.no-hover {
  cursor: none;
}

.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.cont-5-box-gora {
  position: relative;
  top: 30px;
  width: 100%;
  height: 160px;
  justify-content: center;
  text-align: center;
}

.cont-5-box-dol {
  justify-content: center;
  text-align: center;
  
  height: 540px;
  border-radius: var(--radiusgrafiki);
 
  overflow: hidden;

  padding:10px;
  transition: all 0.3s ease;
}

.cont-5-box-wyjatek {
 position: relative;
  width: 560px;
  height: 770px;
  background: var(--lvl2);
  gap:20px;
  border-radius: var(--radiusboxa);
  
}
.cont-5-box-wrap {

  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
  width:100%;

}
.cont-box-naglowek{
  position:relative;
  margin-bottom:30px;
  animation: slideIn 1s ease-out forwards;
  opacity: 0;
}
.cont-box-podnaglowek{
  position:relative;
  margin-bottom:40px;
  animation: slideIn 1s ease-out forwards;
  animation-delay: 0.1s;
}
.cont-box-podpis{
  position:relative;
  margin-bottom:100px;
}
.cont-box-tekst{
  position:relative;
  margin-bottom:40px;
  animation: slideIn 1s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.cont-5-box-strzalka {
  padding-top: var(--padding-strzalka);
  height: 47px;
  width: 47px;
}
.box-cyfry{
  Position: relative;
  top: 120px;
}
.box-cyfry-podpis{
  Position: relative;
  top: 120px;
  padding-right:10%;
}
.cont-box-etykieta{
  position:relative;
  margin-top:50px;
  margin-bottom:15px;
}

.cont-5-box-animacja-cta {
  position: relative;
  top: 340px;
  left: 220px;
  z-index: 1;
  display: inline-block;

  text-align: center;

  justify-content: center;
  align-items: center;


  font-family: var(--nazwa);
  color: var(--bialy);
  font-size: var(--hetykieta);
  font-weight: var(--waga600);
  line-height: var(--linia);
  letter-spacing: var(--przestrzen);
}

.cont-5-box-animacja-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  z-index: -1;
  opacity: 1;

  background: var(--pom);
  filter: blur(25px);

  transform: translate(-50%, -50%) scale(1);
  border-radius: 58% 42% 63% 37% / 41% 56% 44% 59%;

  animation: blobMove 5s ease-in-out infinite alternate;
  animation-play-state: paused;

  transition: filter 0.4s ease, opacity 0.4s ease;
}

.cont-5-box-wyjatek:hover .cont-5-box-animacja-cta::before {
  animation-play-state: running;
  filter: blur(25px);
  opacity: 1;
}

@keyframes blobMove {
  0% {
    transform: translate(-50%, -50%) scale(1);
    border-radius: 58% 42% 63% 37% / 41% 56% 44% 59%;
  }

  20% {
    transform: translate(-46%, -53%) scale(1.05);
    border-radius: 35% 65% 52% 48% / 62% 38% 55% 45%;
  }

  40% {
    transform: translate(-54%, -47%) scale(0.96);
    border-radius: 68% 32% 40% 60% / 47% 63% 37% 53%;
  }

  60% {
    transform: translate(-48%, -56%) scale(1.08);
    border-radius: 44% 56% 70% 30% / 34% 46% 54% 66%;
  }

  80% {
    transform: translate(-55%, -51%) scale(0.98);
    border-radius: 61% 39% 33% 67% / 58% 35% 65% 42%;
  }

  100% {
    transform: translate(-47%, -45%) scale(1.03);
    border-radius: 50% 50% 55% 45% / 45% 55% 45% 55%;
  }
}





.cont-6 {
  position: relative;
  top: 0px;
  height: 870px;
  display: inherit;
}



.cont-6-box {
  position: relative;
  top: 80px;
  width: 100%;
  height: 100%;
  padding: 0 0 60px 0;
}

.cont-6-box-linia {
  display: flex;
  height: 100%;

}

.cont-6-box-linia-el-wyjatek {
  margin: 10px;
  width: 100%;
  height: 100%;
}

.cont-6-wrap {
  position: relative;
  top: 60px;
  left:50px;
}

.cont-6-box-linia-el {
  position: relative;
  right:50px;
  width: 535px;
  height: 320px;
  border-radius: var(--radiusboxa);
  background: var(--lvl2);
  margin: 10px;
  padding: 10px;
  display: flex;
  transition: transform 0.3s ease;
}

.cont-6-wraper {
  position: relative;
  top: 15px;
  left: 20px;
  width: 40%;
  height: 100%;
}

.cont-6-wraper2 {
  width: 60%;
  height: 100%;
}

.cont-6-podpis {
  position: absolute;
  top: 95px;
  padding-right: 30px;

}

.cont-6-ikona {
  position: relative;
  top: 40px;
  width: 73px;
  height: 73px;
  background: var(--lvl3);
  border-radius: 400px;
  margin-bottom: 95px;
}



.cont-6-wskazniki {
  position: absolute;
  left: 50px;
  top: 450px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 10;
}

.cont-6-wskaznik {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--lvl3);
  transition: width 0.45s ease, background 0.45s ease;
}

.cont-6-wskaznik.active {
  width: 250px;
  background: var(--pom);
}


.cont-7 {
  Position: relative;
  padding-top: 70px;
  top: 0px;
  height: 720px;
  background: var(--lvl2);
}
.cont-wysrodkowanie {
  Position: relative;
  height: 340px;
  text-align: center;
  justify-content: center;
}




.karuzela {
  padding-left: var(--piecdziesiat);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.karuzela.dragging {
  cursor: grabbing;
}

.track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.przerwa {
  flex: 0 0 50px;
}

.karuzela.dragging .track {
  transition: none;
}

.panel {
  flex: 0 0 calc((100% - 24px) / 2.5);
  /* 2 całe + pół trzeciego */
  height: 300px;

  border-radius: var(--radiusboxa);
  background: var(--lvl1);
  display: flex;
  
  cursor:none;
}

.karuzela-numer {
  position: relative;
  top: 20px;
  left: 40px;
  
}

.karuzela-linia {
  position: relative;
  top: 30px;
  left: 40px;
  height: 1px;
  width: 90%;
  background: var(--szarylinia);
}

.karuzela-text-naglowek {
  position: relative;
  top: 65px;
  left: 40px;
}

.karuzela-text-podpis {
  position: relative;
  top: 0px;
  left: 240px;
  width: 60%;
  height: 140px;
}

.karuzela-strzalka-prawo {
  position: relative;
  margin-bottom: 20px;
  bottom: 0;
  left: 660px;
  height: 30px;
  width: 30px;
}


.cont-8 {
  Position: relative;
  top: 230px;
  height: 750px;

}
.cont-8-wraper {
  Position: relative;
  top:-100px;


}

.cont-9 {
  Position: relative;

  top: 0px;
  height: 620px;
 
}
.cont-9-lewa {
  Position: relative;
  top: 20px;
 
 
  height: 480px;
  width: 60%;
}
.cont-9-logo {
  Position: relative;
  top: 50px;
  height: 29px;
  width: 159px;
  margin-bottom: 150px;
}
.cont-9-padding {
  Position: relative;
  margin-bottom: 20px;

}
.cont-9-kontakt{
Position: relative;
left:-16px;
margin-bottom: 20px;

  
}


.cont-9-prawa {
  position: absolute;
  top:20px;
  right:100px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

}
.cont-9-strzalkagora{
  position:relative;
  top:40px;
 
 
  height:25px;
  width:25px;
  padding:15px;
  background:var(--lvl3);
  border-radius: var(--radiusgrafiki);
  margin-bottom:50px;
  
}
.cont-9-media{
position:relative;
  top:91px;
  right:0px;
  height:100%;
  width:400px;

  display: flex;
  justify-content: right;
}
.cont-9-media-brief{
position:relative;
  top:150px;
  right:0px;
  height:100%;
  width:400px;

  display: flex;
  justify-content: right;
}
.cont-9-media-el{
position:relative;
top:-5px;
margin-right:25px;
  
  
}

.cont-9-strzalka-prawo {
  position: relative;
  top:0;
  right:0;
  margin-bottom: 20px;

  height: 20px;
  width: 20px;
}
.cont-9-copyright{
  margin-top:230px;



}

.cont-10 {
Position: relative;

  top: 70px;
  height: 520px;

 
}
.cont-100 {
Position: relative;

  top: 70px;
  height: 520px;

 
}
.cont-10-kategorie {
  Position: relative;
  top: 80px;
  margin-bottom:120px;


}
.cta {
  position: relative;
  margin: auto;
  margin-right: 15px;
  height: 31px;
  padding: 8px 20px;
  transition: all 0.2s ease;
  font-weight: var(--waga600);
  color: var(--bialy);

  
  border-radius: var(--borderlink);

  cursor:none;
  text-decoration: none;
  list-style-type: none;
  outline: none;


}
.cta.active, .cta:visited, .cta:focus, .cta:hover, .cta:active {
  color: var(--lvl1);
  background: var(--pom);
  border-radius: var(--borderlink);


  
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: var(--borderlink);
  background: var(--lvl3);
  
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  
}
.cta:hover::before, .cta.active::before {
  width: 100%;
  background: var(--pom);
  
}
.cta span {
  position: relative;
  font-family: var(--nazwa);
  font-size: var(--hlink);
  line-height: var(--liniatekst);

  text-transform: uppercase;
  vertical-align: middle;
}
.cont-5-box.hidden {
  display: none;
}
.cont-11 {
  Position: relative;
  top: 70px;
  margin-bottom:170px;


}
.cont-11-mob {
  Position: relative;
  top: 0px;
  margin-bottom:100px;
  display: none;

}

.cont-12 {
  Position: relative;
  top: 80px;
  height:100%;
  
}
.cont-12-info {
  Position: relative;
  left:45px;
  height:auto;

}

.cont-12-podpis {
 
  margin-top:-200px;
  margin-left:600px;
  width:auto;
  height: auto;
  padding-right:100px;
  margin-bottom:200px;


}
.cont-12-podpis-double {
 
  margin-top:-280px;
  margin-left:600px;
  width:auto;
  height: auto;
  padding-right:100px;
  margin-bottom:280px;


}
.cont-12-strzalka {

  padding-top: 80px;

  height: 47px;
  width: 47px;
}


.cont-13 {
  Position: relative;
  
  z-index: 2;
}
.cont-13-mob {
  Position: relative;
  display:none;
  z-index: 2;
}

.cont-13-project {
  Position: relative;
  margin-left: 50px;
  margin-bottom:20px;
  width:1720px;
  height:600px;


  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.cont-13-projectx2 {
  Position: relative;
  margin-left: 50px;
  margin-bottom:20px;
  height: 1200px;
  width: 1720px;
  

}

.cont-13-project-caly {

  height: 100%;
  width: 100%;
}

.cont-13-project-poll {
 

  height: 100%;
  width: 49.42%;


}
.cont-13-project-polp {


  height: 100%;
  width: 49.42%;


}
.cont-13-project-trojkal {


  height: 100%;
  width: 32.56%;
  
}
.cont-13-project-trojkas {


  height: 100%;
  width: 32.56%;

}
.cont-13-project-trojkap {
 

  height: 100%;
  width: 32.56%;

}

.cont-13-project-1do2l {

  height: 100%;
  width: 32.56%;

}
.cont-13-project-1do2p {


  height: 100%;
  width: 66.3%;

}
.cont-13-project-2do1l {


  height: 100%;
  width: 66.3%;
}
.cont-13-project-2do1p {


  height: 100%;
  width: 32.56%;

}



.cont-14 {
  Position: relative;
  
  top: 0px;
  height: 70px;
  margin-bottom:150px;
  padding:0 50px 0 50px;
  
}
.cont-14-wrap{
  display:flex;
}
.cont-14-button-l,
.cont-14-button-p {
  flex: 1;
  height: 70px;
  border-radius: var(--radiusboxa);
  background: var(--lvl3);

  display: flex;
  align-items: center;
  transition: background 0.5s ease;
}
.cont-14-button-l {
  justify-content: flex-start;
  padding-left: 30px;
  margin-right:20px;
  transition: background 0.5s ease;
}
.cont-14-button-l:hover,
.cont-14-button-p:hover {
  background: var(--pom);
}
.cont-14-button-l:hover .cont-14-etykieta,
.cont-14-button-p:hover .cont-14-etykieta2 {
  color: var(--lvl1);
}
.cont-14-button-p {
  justify-content: flex-end;
  padding-right: 30px;
}
.cont-14-strzalka-prawo {
  position: relative;
  margin-bottom: 20px;
  bottom: 0;
  right:0px;
  height: 30px;
  width: 30px;
}
.cont-14-strzalka-lewo {
  display: flex;
  align-items: center;
  top:20px;
  left: 30px;
  height: 30px;
  width: 30px;
}



.cont-14-etykieta {
  position: absolute;
  top:23px;
  left: 200px;
}
.cont-14-etykieta2 {
  position: absolute;
  top:23px;
  right: 200px;
}


.cont-15 {
  Position: relative;
  top: 0px;
  height: 600px;
  margin-top:-50px;
  margin-bottom:50px;

}
.cont-15-mob {
  display:none;

}

.cont-16 {
  position: relative;
  top: 0px;
  height: 870px;
  margin-top:100px;
  
}
.cont-16-text-wrap {
  margin-left:50px;
  padding-top: 80px;
  padding-bottom: 60px;
  height: 100%;
  width:50%;

}
.cont-16-box-wrap {
  margin-top:50px;
  margin-right:40px;
  height: 100%;
  width:100%;

}
.cont-16-box {
  display: flex;         
  align-items: flex-start;
  
  width: 100%;
  height: 100%;
  padding: 0 0 60px 0;
 
}

.cont-16-box-linia {
  display: flex;
  height: 100%;

}
.cont-16-box-linia-el-wyjatek {

  width: 100%;
  height: 100%;
}
.cont-16-box-linia-el {
  position: relative;
  width: 535px;
  height: auto;
  border-radius: var(--radiusboxa);
  background: var(--lvl3);
  margin: 10px;
  padding: 10px;
  display: flex;
  transition: all 0.3s ease;
}
.cont-16-box-linia-el:hover .cont-16-numer {
  color:var(--pom);
}
.cont-16-wraper {
  position: relative;
  top: 15px;
  left: 20px;
  width: 100%;
  height: 220px;
}
.cont-16-podpis {
  position: absolute;
  top: 125px;
  left: 30px;
  padding-right: 20px;

}
.cont-16-numer {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: color 0.3s ease;
  color:var(--lvl1);

}
.cont-16-etykieta {
  position: relative;
top: 5px;
}


.cont-17 {
  position: relative;
  top: 0px;
  height: 650px;
  margin-top:50px;
}
.cont-17-info {
  Position: relative;
  top:-40px;

}
.cont-17-text-wrap {
  margin-left:50px;
  padding-top: 40px;
  padding-bottom: 60px;
  height: 100%;
  width:50%;

}


.cont-6-tab {
  position: relative;
  top: 0px;
  height: 1090px;
  display: none;
}





/* LOADER (może zostać fullscreen albo nie — opcjonalnie) */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #181818; /* albo transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 🔥 TEN KWADRAT */
.loader-box {
  background: var(--pom);
  padding: 25px; /* 🔥 odstęp od logo */
  border-radius: var(--radiusboxa); /* opcjonalnie */
  box-shadow: 
  0 0 3px rgba(255, 47, 0, 1),
    0 0 20px rgba(255, 47, 0, 1),
    0 0 40px rgba(255, 47, 0, 0.5),
    0 0 80px rgba(255, 47, 0, 1);
}

/* LOGO */
.logo {
  position: relative;
  width: 100px;
  height: 90px;
}

/* SŁUPKI */
.bar {
  position: absolute;
  width: 27px;
  height: 90px;
  background: #181818;
  border-radius: 0 var(--radiusboxa) 0 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

/* KULKA */
.dot {
  position: absolute;
  width: 27px;
  height: 27px;
  background: #181818;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: drop 1s infinite;
  
}

/* ANIMACJA */
@keyframes drop {
  0% {
    top: -20px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 30px;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}





.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.cookie-box {
  max-width: 600px;
  background: var(--lvl2);
  border-radius: var(--radiusboxa);
  padding: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
  border: 1px solid var(--szarylinia);
}

.cookie-text {
  font-family: var(--nazwa);
  font-size: var(--hlink);
  color: var(--bialy);
  margin-bottom: 15px;
  line-height: 1.5;
}

.cookie-link {
  color: var(--pom);
  text-decoration: none;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  font-family: var(--nazwa);
  font-size: var(--hlink);
  padding: 8px 16px;
  border-radius: var(--borderlink);
  border: none;
  cursor: pointer;
  background: var(--lvl3);
  color: var(--bialy);
  transition: all 0.2s ease;
}

.cookie-btn:hover {
  background: var(--pom);
  color: var(--lvl1);
}

.cookie-btn.primary {
  background: var(--pom);
  color: var(--lvl1);
}

.cookie-btn.ghost {
  background: transparent;
  border: 1px solid var(--szarylinia);
}



.cookie-settings {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.cookie-title {
  font-family: var(--nazwa);
  color: var(--bialy);
  margin-bottom: 20px;
}

.cookie-option {
  margin-bottom: 10px;
  font-family: var(--nazwa);
  color: var(--bialy);
}

.cookie-option input {
  margin-right: 8px;
}