@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

    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, 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: inherit;
      vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
      display: block;
    }
    body {
      line-height: 1;
    }
    
    blockquote, q {
      quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
      content: '';
      content: none;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }
  
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input {
  border-radius: 0;
}

input{
  -webkit-appearance: none;
}

 
  a:link {COLOR: inherit; TEXT-DECORATION: none;}
  a:visited {COLOR: inherit; TEXT-DECORATION: none;}
  a:active {COLOR: inherit; TEXT-DECORATION: none;}
  a:hover {COLOR: inherit; TEXT-DECORATION: none;}
button { color: #1b1b1b; }

b, strong{ font-weight: bold; }
i, em{ font-style: italic; }

body {
  background: #FAFAFA;
  font-size: 20px;
  line-height: 1.4; 
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #414141;
  overflow: visible;
}


html{margin-top: 0px !important;}



/**************** animacje ****************/
.anim-scale { transform: scale(0.9); opacity: 0; transform-origin: center center; }


.fotobw{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */  filter: grayscale(100%); }
.fotobw:hover{ -webkit-filter: none; /* Safari 6.0 - 9.0 */  filter: none; }

.all { width: 100%; overflow: hidden; position: relative;}


.font { font-family: "EB Garamond", serif; font-style: italic; }


.container { width: 1340px; margin: auto; }


.top-pasek { width: 100%; height: 35px; background: #000 }
.news-ticker{ position: relative; overflow: hidden; background: #000; height: 35px; display: flex; align-items: center; color: #fff; white-space: nowrap; font-size: 12px;}
.news-ticker .ticker-content{ display: inline-block; white-space: nowrap; animation: scroll 60s linear infinite; min-width: 100%;}
.news-ticker a { text-decoration: none; margin-right: 70px; transition: color 0.3s; margin-left: 20px; position: relative; padding-right: 25px;}
.news-ticker a:after{ content: '>'; display:block; position:absolute; right:0px; top:-6px; color:#D7BCA4; font-size:18px; }

.news-ticker a:hover{ color: #D7BCA4;}
.news-ticker .tag { background: #D7BCA4; color: #000; padding: 3px 6px; border-radius: 3px; margin-right: 10px; font-size: 11px; position: relative; top: 0px; text-transform: uppercase;}

@keyframes scroll {
  0%   { transform: translateX(50%); }
  100% { transform: translateX(-100%); }
}





.top .container { position: relative; }
.top-flex:before { width: 194px; height: 37px; content: ""; background: url("../img/top-path.svg"); position: absolute; left: 100px; top: -25px;  }
.all::before{ width: 1500px; height: 941px; content: ""; background: url("../img/top-shape.svg") no-repeat; background-size: auto; position: absolute; right: 35%; top: -125px; background-size: cover; z-index: -1;}
.all::after{ width: 200px; height: 148px; content: ""; background: url("../img/blob.svg") no-repeat; background-size: auto; position: absolute; right: 90%; top: 510px; background-size: cover; z-index: -1;}

.top-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 25px;}
.logo { width: 370px;  }
.logo img { width: 100% }
.logo-mobile { display: none; }

.search input { width: 400px; padding: 18px 20px; font-size: 17px; border-radius: 30px; border: 2px solid #DEDEDE; background: #fff; padding-right: 60px }
.search button { width: 210px;  background: #d7bca4; font-size: 20px; border-radius: 30px; padding: 18px 20px; text-transform: uppercase; font-weight: 600; border: 0; margin-left: -52px; position: relative; top: 1px; text-align: left; padding-left: 50px; 
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.search button:after{ width: 22px; height: 22px; content: ""; background: #000; position: absolute; right: 25px; top: 18px; 
  -webkit-mask: url('../img/search.svg') center / contain no-repeat;
    mask: url('../img/search.svg') center / contain no-repeat;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.search button:hover { background: #000; color: #d7bca4; }
.search button:hover:after { background: #D7BCA4; }
.search input:focus { outline: none;  border: 2px solid #d7bca4; }


.home-top { margin-top: 40px;  }
.home-flex { display: flex; justify-content: space-between; text-align: center; position: relative; align-items: center;}
.blob-top:before { width: 189px; height: 140px; content: ""; background: url(../img/blob.svg) no-repeat; background-size: cover; position: absolute; bottom: 50px; left: -500px }
.home-flex-kol { flex: 0 0 46%; }
.naglowek { font-size: 54px; text-align: center; font-style: italic; margin-bottom: 30px; font-weight: 300; line-height: 1.2}
.naglowek strong { font-family: "EB Garamond", serif; color: #d7bca4; font-size: 72px; display: block; font-weight: 400 }
.txt strong { font-family: "EB Garamond", serif; color: #d7bca4; font-size: 28px; font-style: italic; font-weight: 500 }
.home-flex-kol img { width: 130% }
.home-naglowek { position: relative; z-index: 999 }

.kategorie { margin-top: 140px;position: relative; z-index: 99;  }
h1 { font-size: 48px; font-family: "EB Garamond", serif; font-style: italic; margin-bottom: 30px;  }
h2 { font-size: 33px; font-family: "EB Garamond", serif; font-style: italic; margin-bottom: 30px;  }
.search-header{ margin-top:40px; margin-bottom:100px; }

.brak-wynikow{ padding:50px 0 400px; }

.flex-3 { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px }
.flex-3::after { content: ""; flex: 0 0 30%; display: block; height: 0; visibility: hidden; }
.flex-3 .kol { flex: 0 0 30%; margin-bottom: 100px  }
.kategorie-box { border-radius: 30px; background: #FAFAFA; box-shadow: 3px 8px 8px #f5f4f1; position: relative; padding-bottom: 2px; }
.kategorie-inner { width: 100%; height: 100%; text-align: center; padding: 20px 50px; font-size: 30px; font-family: "EB Garamond", serif; font-style: italic; background: #FAFAFA; border-radius: 25px; position: relative; z-index: 9;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.kategorie-box:after { width: 100%; height: 50px; content: ""; background: #EBD4C0; position: absolute; bottom: 0; border-radius: 30px; left: 0 }
.kategorie-ikona { width: 190px; height: 190px; border-radius: 50%; background: #F3EDE8; background-repeat: no-repeat; display: inline-block; margin-top: -60px; background-size: cover; background-size: cover;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.kategorie-box:hover .kategorie-inner {  background: #f5f4f1 }
.kategorie-box:hover .kategorie-ikona { transform: scale(1.05); }


.pliki-lista { position: relative; }
.pliki-lista:before { content: ""; width: 1045px; height: 995px; background: url(../img/blob2.svg) no-repeat; background-size: cover; position: absolute; top: -100px; right: -200px }
.plik-flex { border-radius: 30px; box-shadow: 3px 8px 8px #f5f4f1; background: #FAFAFA; padding: 10px; padding-bottom:20px; margin-bottom: 30px; position: relative;  
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.plik-flex:hover { background: #f5f4f1; }
.plik-flex-inner{ display: flex; }
.plik-ikona { width: 190px; height: 190px; flex: 0 0 190px; border: solid 2px #EBD4C0; border-radius: 30px; background: #FFFFFF; margin-right: 30px; overflow:hidden; }
.plik-ikona img.foto { width: 100%; height: 100%; object-fit: cover; }
.plik-ikona img.ikona { width: 90%; height: 90%; object-fit: contain; margin-top:5%; margin-left:5%; }
.plik-info { flex: 0 0 calc(100% - 220px); }
.plik-bread { font-size: 12px; font-style: italic; font-weight: 600; position:relative; padding-left:24px; }
.plik-bread:before { content: ""; background: url('../img/level.svg') no-repeat; background-size: cover; width: 12px; height: 10px; display: inline-block; position: absolute; left: 0px; top: 2px; margin-right: 15px; }
.plik-bread a { color: #9F7D5F; display: inline-block; margin-right: 8px; position: relative;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.plik-bread a:hover {  color: #414141; }
.plik-bread a:before { width: 0; height: 1px; position: absolute; bottom: -1px; left: 0; content: ""; display: block; background: #414141 }
.plik-bread a:hover:before { width: calc(100% - 22px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.plik-bread a:after { content: "";background: url('../img/breadcrumb.svg') no-repeat; background-size: cover; width: 5px; height: 10px;  display: inline-block; margin-left: 8px; } 

.plik-nazwa { font-size: 36px;   }
.plik-opis { font-size: 18px; margin: 10px 0; }
.plik-inner-flex { font-size: 18px; display: flex; font-style: italic; padding-right: 300px; }
.plik-inner-flex:first-of-type { margin-top: 30px; }
.plik-inner-flex div:first-of-type { flex: 0 0 200px; color: #585858; }

.button { font-size: 20px; text-transform: uppercase; text-align: center; border-radius: 30px; border: 2px solid #D7BCA4; font-weight: 600; padding: 14px 50px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.button-pobierz { position: absolute; bottom: 35px; right: 10px; padding-right: 80px  }
.button-pobierz:after { content: ""; display: block; position: absolute; right: 18px; top: 17px; width: 17px; height: 20px; background: #000;
 -webkit-mask: url('../img/download.svg') center / contain no-repeat;
    mask: url('../img/download.svg') center / contain no-repeat;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;  }
.button-pobierz:hover { background: #D7BCA4; color: #fff;  }
.button-pobierz:hover:after { background: #fff;  }
.pobierz-do-schowka{ position:absolute; bottom:10px; right:27px; font-size:13px; text-decoration:underline !important; }
.pobierz-do-schowka.skopiowano::after {
  content: "✔ Skopiowano!";
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  background: #D7BCA4;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  animation: fadeInOut 3s ease forwards;
}

/* Animacja pojawienia się i znikania */
@keyframes fadeInOut {
  0% { opacity: 0; transform: translateX(-50%) translateY(-5px); }
  10%, 90% { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-5px); }
}

.pliki-flex-blok{ display:flex; flex-wrap:wrap; justify-content:space-between; }
.pliki-flex-blok .plik-flex { width:48%; }
.blok-flex-plik{ width:100%; }

.pliki-flex-blok .plik-inner-flex { display: flex; flex-direction:column; width:100%; margin-bottom: 15px;}
.pliki-flex-blok .plik-inner-flex:first-of-type { margin-top:0px; }
.pliki-flex-blok .plik-inner-flex div{ width:100%; }
.pliki-flex-blok .plik-inner-flex div:first-of-type { flex: 0; color: #585858; }
.pliki-flex-blok .plik-info { flex: 0 0 calc(100% - 200px); }
.pliki-flex-blok .plik-nazwa { font-size: 33px;   }
.pliki-flex-blok .plik-opis { font-size: 17px; }
.pliki-flex-blok .plik-flex{ padding-bottom:90px; }






.kategoria-bread { margin-top: 50px;}
.kategoria-bread .plik-bread:before { width: 22px; height: 18px; position:absolute; left:0px; top:3px; }
.kategoria-bread .plik-bread { font-size: 17px; position: relative; padding-left: 40px;}
.kategoria-bread .plik-bread a { font-size: 17px; }
.kategoria-bread .plik-bread a:after { width: 7px; height: 15px;  }
.kategoria-bread .plik-bread a:before { width: 0; height: 2px; position: absolute; bottom: -1px; left: 0; content: ""; display: block; background: #414141 }
.kategoria-bread .plik-bread a:hover:before { width: calc(100% - 25px); }

.breadcrumbs { display: flex; flex-wrap: wrap; }

/* 🔹 Mobile – pokaż tylko ostatnie 2 + "..." */
@media (max-width: 768px) {
  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs::before {
    content: '…';
    margin-right: 6px;
    color: #888;
    display: inline-block;
  }

  /* ukryj wszystkie oprócz ostatnich dwóch */
  .breadcrumbs a:not(:nth-last-child(3)),
  .breadcrumbs .sep:not(:nth-last-child(2)) {
    display: none;
  }
}


.kategoria-flex { display: flex; justify-content: space-between; align-items: center; margin-top: 50px;  }
.kategoria-flex-kol1 { background: #F3EDE8; border-radius: 30px; width: 28%; position: relative; }
.kategoria-flex-kol1:after {display: block; content: ""; padding-top: 100%;}
.kategoria-top-ikona { width: 100%; height: 100%;  }
.kategoria-top-ikona img { display: block;position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit:cover; }
.kategoria-flex-kol2{ width:65%;  }


.pliki-sort-menu{ margin:20px 0 30px; width:100%; display:flex; justify-content:flex-end; }
.pliki-sort-menu .pliki-sort-icon{ width:25px; height:25px; margin-left:20px; background:#9F7D5F; }
.pliki-sort-menu .pliki-sort-icon .pliki-sort-icon-inner{ width:100%; height:100%; display:block; }
.pliki-sort-menu .pliki-sort-icon.pliki-sort-blok{ margin-right:13px; }
.pliki-sort-menu .pliki-sort-icon.pliki-sort-poz{  -webkit-mask: url('../img/sort-poz.svg') center / contain no-repeat; mask: url('../img/sort-poz.svg') center / contain no-repeat; }
.pliki-sort-menu .pliki-sort-icon.pliki-sort-name{  -webkit-mask: url('../img/sort-name.svg') center / contain no-repeat; mask: url('../img/sort-name.svg') center / contain no-repeat; }
.pliki-sort-menu .pliki-sort-icon.pliki-sort-line{  -webkit-mask: url('../img/styl-line.svg') center / contain no-repeat; mask: url('../img/styl-line.svg') center / contain no-repeat; }
.pliki-sort-menu .pliki-sort-icon.pliki-sort-blok{  -webkit-mask: url('../img/styl-blok.svg') center / contain no-repeat; mask: url('../img/styl-blok.svg') center / contain no-repeat; }
.pliki-sort-menu .pliki-sort-icon.active { background: #000; }


footer { background: #000; color: #fff; font-size: 14px; padding-top: 40px; padding-bottom: 30px; margin-top: 100px; z-index:900; position:relative; }

.footer-flex { display: flex; justify-content: space-between; flex-wrap: wrap; }
.footer-nazwa { flex: 0 0 100%; margin-bottom: 20px }
.footer-right { flex: 0 0 calc(100% - 340px); }
.footer-right span { font-size: 15px; display: block; margin-bottom: 20px;  }
.footer-kol { flex: 0 0 30%; padding-right:10px; }
.footer-kol1 a { color: #D7BCA4 }
.footer-kol2{ align-self:flex-end; }
.footer-social { margin-top: 30px; margin-left: -15px }
.footer-social a { display: inline-block; margin-right: 10px; background: #fff; width: 40px; height: 40px; 
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.footer-social a:hover { background: #D7BCA4 }
.footer-social .facebook {  -webkit-mask: url('../img/fb.svg') center / contain no-repeat; mask: url('../img/fb.svg') center / contain no-repeat; }
.footer-social .instagram {  -webkit-mask: url('../img/ig.svg') center / contain no-repeat; mask: url('../img/ig.svg') center / contain no-repeat; }
.footer-social .pinterest {  -webkit-mask: url('../img/pin.svg') center / contain no-repeat; mask: url('../img/pin.svg') center / contain no-repeat; }
.footer-social .homebook {  -webkit-mask: url('../img/hb.svg') center / contain no-repeat; mask: url('../img/hb.svg') center / contain no-repeat; }
.footer-social .youtube {  -webkit-mask: url('../img/yt.svg') center / contain no-repeat; mask: url('../img/yt.svg') center / contain no-repeat; }
.footer-kol-social { position: relative; flex: 0 0 35%; margin-left: 50px; align-self:flex-end; }
.footer-kol-social:before { width: 430px; height: 244px;  content: ""; background: url(../img/social-blob.svg) no-repeat; background-size: cover; position: absolute; bottom: -30px; left: -100px;  }

.footer-logo {width: 260px; align-self: center;}



/* FORMULARZ */
.skontaktuj{ position:fixed; bottom:30px; right:30px; z-index:999; background:#000000; padding:10px 20px 12px; color:#D7BCA4; font-size:20px; font-weight:bold; cursor: pointer; text-align: center; border-radius: 30px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
.skontaktuj span{ display:inline-block; width:24px; height:22px; background: url('../img/chat.svg') center no-repeat; background-size:contain; margin-left: 15px; position: relative; top: 3px;}
.skontaktuj:hover{ background: #D7BCA4; color: #000;}
.skontaktuj:hover span{ background: url('../img/chat2.svg') center no-repeat; background-size:contain; }
.form-window{ background:#000000; width:720px; position:absolute; top:100px; right:0px; border-radius:0 0 0 50px; padding:30px 45px; color:#fff; text-align:left; display:none; }
.form-window .close{ width:25px; height:25px; background:url('../img/close.svg') center center; background-size:contain; position:absolute; right:20px; top:20px; cursor:pointer; }
.form-window .naglowek { text-align: left;}
.form-window .naglowek span { display:inline-block; padding-left:150px; }
.form-container{ width:100%;  }
.form-container .form-row{ width:100%; margin-bottom:20px; position: relative;}
.form-container .form-flex{ width:100%; display:flex; flex-direction:row; justify-content:space-between; margin-bottom: 20px;}
.form-container .form-column{ width:47%; position: relative;}
.form-window input[type=text]{ width:100%; padding:10px 15px; color:#2E2E2E; font-size:16px; border: 2px solid #707070; border-radius: 5px; position: relative; font-family: "DM Sans", sans-serif;}
.form-window textarea{ width:100%; padding:10px 15px; color:#2E2E2E; font-size:16px; border: 2px solid #707070; border-radius: 5px; position: relative; font-family: "DM Sans", sans-serif; height: 150px;}
.form-window .req:after{ content:'*'; display:block; position:absolute; right:8px; top:12px; color: #FB7373; z-index: 200; font-size: 16px;}
.form-window input[type=text]:focus{ outline:none; }
.form-row-wyslij{ width:260px !important; position:relative; }
.form-window input[type=submit]{ width:100%; padding:10px 15px; background: #D7BCA4; color: #2E2E2E; border-radius: 30px; font-family: "DM Sans", sans-serif; border: none; font-size: 20px; font-weight: bold; cursor: pointer;}
.form-row-wyslij:after{ content:'>'; display:block; position:absolute; right:15px; top:9px; color: #2E2E2E; font-size: 20px;}

    .custom-checkbox { position: relative; display: block; cursor: pointer; user-select: none; font-size: 12px; padding-left: 30px;}
    .custom-checkbox input{ position: absolute; opacity: 0; cursor: pointer; }
    .custom-checkbox .checkmark{ width: 17px; height: 17px; border: 2px solid #707070; background:#fff; border-radius: 3px;  display: block;  margin-right: 5px; transition: all 0.2s ease; position: absolute; left: 0px; top: 2px;}
    .custom-checkbox input:checked + .checkmark { border: 2px solid #707070; background:#fff; }
    .custom-checkbox .checkmark::after{ content: "";  position: absolute;  display: none; }
    .custom-checkbox input:checked + .checkmark::after{ display: block; }
    .custom-checkbox .checkmark::after{ left: 5px; top: 1px; width: 5px; height: 10px; border: solid #000; border-width: 0 2px 2px 0; transform: rotate(45deg);}
    .custom-checkbox.req:after{ content: '*'; color:#FB7373; position: absolute; left:18px; top:0px; }

    .pola-obowiazkowe{ color:#FB7373; font-size:12px; position:absolute; right:20px; bottom:50px; }

#formAlert{ margin:20px 0; }

.input_error { border: 2px solid #e00 !important; }
.alert{ padding: 10px; border-radius: 6px; }
.alert-success{ color: #2d7d3f; text-align:center; font-size:16px; }
.alert-error{ color: #FB7373; text-align:center; font-size:16px; }

