/*
Quick.Cms default stylesheet
More about design modifications - http://opensolution.org/docs/?p=pl-design
*/

/* Layout variables */
:root {
  --color-text: #121212;
  --color-text2: #000000;
  --color-primary: #9FABC5;
  --color-dark: #cbaa45;
  --color-secondary: #cc1426;
  --color-white: #fff;
  --color-divider: #e8eaee;
}

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:var(--color-text);font-size:1em;font-family: "Plus Jakarta Sans", sans-serif;font-weight: 400;background:#e8eaee !important;}

body{padding:0;background:#e8eaee;}

a{color:var(--color-dark);text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

.msg.error h1{padding:20px 0;text-align:center;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

#container{position:relative;width:100%;margin:0px auto;background:#e8eaee;}
#container:after{content:"";display:table;clear:both;}
#body, #foot{margin:0 auto;padding:0;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:var(--color-white);}
#skiplinks a:focus{top:0;background:#000;color:var(--color-white);}

/* LOGO, HEADER BACKGROUND AND SLOGAN */
.header__navigation{display: flex;justify-content: space-between;align-items: center;margin: 0 auto;padding: 40px;}

#logo{flex: 0 1 250px;}
#logo #title a {float: left;}
#logo #title a img {max-width: 100%;float: left;}
#logo #title a span{color:var(--color-secondary);}
#logo #title a strong{color:var(--color-primary);}
#logo #slogan{padding:4px 0 0 4px;color:var(--color-text);}


/* MENU TOP
   to style mobile and desktop menu use: .menu-top ...
   to style only desktop menu use: .header__menu ...
   to style only mobile menu use: .mm-ocd ...
*/
.header__menu .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;}
.header__menu .menu__link{display:block;padding: 15px 12px;color:#FFFFFF;text-decoration:none;transition:all 0.5s ease;}
.menu__link:hover, .selected > .menu__link, .selected-parent > .menu__link{color:var(--color-dark);}

@media screen and (min-width:960px){
  .header__menu{display:flex;justify-content:flex-end;}
}
@media screen and (min-width:841px){
  .header__menu li{position:relative;font-size:1.05rem;}

  /* Hamburger only on small screen */
  button.hamburger{display:none}
}

/* HEADER WITH SLIDER */
#slider{position:relative;clear:both;height:100vh !important;height:100dvh !important;min-height:100vh !important;overflow:hidden;color:var(--color-white);border-top:0px solid var(--color-divider);}
#slider li.img{line-height:0;height:100% !important;}
#slider li.img img{width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center !important;display:block;}
#slider li.no-img{min-height:100vh !important;}
.quick-slider{position:relative;margin:auto;overflow:hidden;height:100% !important;}
.quick-slider ul{padding:0;margin:0;list-style:none;height:100% !important;}
.quick-slider-slide{position:absolute;left:0;top:0;width:100%;height:100% !important;display:none;text-align:left;overflow:hidden;}
.quick-slider-slide:first-child{display:block;}

.quick-slider-nav-arrows{z-index:5;position:absolute;top:50%;transform:translateY(-50%);float:right;display:none !important;min-height:60px;height:40%;margin:0;padding:0 10px;border:0;background:rgba(0,0,0,0.4);opacity:0.5;transition:all 0.3s ease;}
.quick-slider-nav-arrows:hover{opacity:1;}
.quick-slider-nav-arrows:before{content:"";display:block;position:relative;top:50%;transform:translateY(-50%);width:32px;height:32px;background:url('img/arrows.png') no-repeat 0 0;}
.quick-slider-nav-arrows-prev:before{background-position:0 -32px;}
.quick-slider-nav-arrows-next{right:0;}
.quick-slider-nav-arrows-prev{left:0;}

/* wrapper – z dołu na środek, po prawej */
.quick-slider-nav-dots-wrapper{
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  width: auto;
  transform: translateY(-50%);
  list-style: none;
  text-align: center;
  z-index: 5;

  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* element li */
.quick-slider-nav-dots-wrapper li{
  display: block;
  margin: 0;
}

/* same "paski" */
.quick-slider-nav-dots{
  display: block;
  width: 10px;
  height: 50px;
  margin: 0;

  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;

  transition: background 0.25s ease;
}

/* hover + aktywny */
.quick-slider-nav-dots.active,
.quick-slider-nav-dots:hover{
  background: var(--color-white);
}
.quick-slider-nav-dots{
  color: transparent;      /* ukrywa cyfry */
  font-size: 0;            /* dodatkowe zabezpieczenie */
}


.quick-slider-slide .content-wrap{z-index:3;position:absolute;top:50%;left:50%;width:100%;max-width:1100px;padding:0 2rem;text-align:left;transform:translate(-50%,-50%);}
.quick-slider-slide .description{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;}
.quick-slider-slide .description h2,.quick-slider-slide .description p,.quick-slider-slide .description a{display:block;white-space:normal;}
.quick-slider-slide .content-wrap,.quick-slider-slide .description{line-height:normal !important;}
.quick-slider-slide .description h2{line-height:1.1 !important;margin:0 0 .5rem 0;}
.quick-slider-slide .description p{line-height:1.5 !important;margin:.5rem 0;}

.quick-slider-slide .description h2 {
	font-size: 4rem;
	font-weight: 400;
	color:var(--color-dark);
}
.quick-slider-slide .description .btn {
	background-color: var(--color-dark);
	color: #fff;border: 0px solid var(--color-text2);letter-spacing: 2px;
  padding: .6em 1.8em;font-size: 1rem;transition:all 0.5s ease;
}
.quick-slider-slide .description .btn:hover,
.quick-slider-slide .description .btn:focus {
	background-color: var(--color-white);
	color: var(--color-text2);padding: .6em 1.8em
}
.quick-slider-slide .description a{color:inherit;}
.quick-slider-slide .description a:hover{text-decoration:none;}
div[id^="slider-"]>ul>li{display:none;}
#container.niskiSlajder #slider{height:50vh !important;height:50dvh !important;min-height:50vh !important;}
.niskiSlajder #slider li.img img{height:100% !important;object-fit:cover !important;}


/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */
#page{position:relative;margin:0 0% 0px;text-align:left;}
#page h1{margin:0em 0 0px;color:var(--color-dark);font-size:2.117rem;font-weight:normal;width: 100%;text-align: left;text-transform: none;}

/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb{margin:-15px 0 1.25rem 0;width: 100%;text-align: center;}
.breadcrumb ol{list-style:none;}
.breadcrumb li{display:inline-block;}
.breadcrumb li a {color: #999999;}
.breadcrumb li a:hover {color: var(--color-text2);}
.breadcrumb li:not(:first-child)::before{content:"\203A";display:inline-block;padding:0 .5em;color:var(--color-text);font-weight:bold;}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;font-size: 1.15rem;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 15px;}
/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li, #page div.content > ol li{margin:.5em 0 20px 0;padding:0;color: var(--color-divider);}
#page div.content > h2 {font-size:1.5rem;line-height:2em;font-weight:normal;color: var(--color-text2);}
#page div.content > h3{font-size:1.25rem;color: var(--color-text2);}
#page div.content > p{padding-bottom:1em;color: var(--color-divider);}
#page div.content > h3{font-size: 2.5rem;line-height: 1.1em;font-weight: 700;margin-bottom: 15px;}

/* IMAGES STYLES */
/* global */
#content li img:hover{opacity:0.8;}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 0rem 0;text-align:center;}
ul[class*='images-'] p{max-width:250px;margin:0 auto;color:var(--color-primary);font-size:0.875em;}
ul[class*="images-"] img{max-width:100%;}
ul[class*="images-"] img:hover{opacity:0.8;}
div.content .images-gallery{padding:0;}
/* list custom - side images */
.images-1{clear:left;float:left;}
.images-2{clear:right;float:right;}
/* list custom - gallery images */
.images-3{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-3 li{flex:1 0 100%;padding:.3rem 2rem;}
@media screen and (min-width:960px){ .images-3 li{flex:0 0 calc( 100% / 3 );} }

/* FILES LIST STYLES */
.files-list{margin:1rem 0 .5rem;list-style:none;vertical-align:middle;border-left:2px solid var(--color-divider);font-size:0.9rem;}
.files-list li{height:20px;margin:0 0 1rem 1rem;padding-left:2rem;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:var(--color-primary);font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}

/* SUBPAGES LIST STYLES */
.pages-list{clear:both;margin:100px 0 0 0;list-style:none;}
.pages-list .page{margin:0px 0;padding:50px 0;}
.pages-list > .page:nth-child(odd){
  background: #f9fafc;
}

.pages-list > .page:nth-child(even){
  background: var(--color-text2);
}
.pages-list > .page > .page__wrapper {width: 1280px;margin: 0 auto;  display: flex;flex-wrap: wrap;column-gap: 50px;row-gap: 50px;align-items: center;}

.pages-list > .page > .page__wrapper > .image-col { flex: 1 1 calc(50% - 25px); }
.pages-list > .page > .page__wrapper > .content-col { flex: 1 1 calc(50% - 25px); }
.pages-list > .page:nth-child(even) .image-col { order: 2; }
.pages-list > .page:nth-child(even) .content-col { order: 1; }
.pages-list > .page:nth-child(even) .content-col h2 a {color: #FFFFFF;}
.pages-list > .page:nth-child(even) .content-col h2 a:hover {color: var(--color-dark);}
.pages-list > .page:nth-child(even) .content-col .description {color: #FFFFFF;}
.pages-list .page:after{content:"";display:table;clear:both;}
.pages-list .image{float:left;margin:0 0% 0px 0;}
.pages-list .image img{max-width:100%;}
.pages-list .title{padding:0 0 0em;margin-bottom: 25px;}
.pages-list .title a{color:var(--color-text2);font-weight:normal;background:none;text-decoration:none;font-weight: 500;font-size: 2.875rem;transition: 0.5s all;}
.pages-list .title a:hover{color:var(--color-dark);background:none;text-decoration:none;}
.pages-list div.description{line-height:1.6em;}
.pages-list ul, .pages-list ol{margin:.5em 15px;list-style:disc;}
.pages-list .page li{padding:0;border:0;background:none;margin-bottom: 10px;}
.pages-list .page ol{list-style:decimal;}
.pages-list p{padding:.3em 0;}

.pages-list .page:nth-child(odd) li a {color:var(--color-text2);}
.pages-list .page:nth-child(odd) li a:hover {color:var(--color-dark);}

.pages-list .page:nth-child(even) li a {color: #FFFFFF;}
.pages-list .page:nth-child(even) li a:hover {color: var(--color-dark);}

.pages-list > .page .btnButton {background-color: transparent;color: var(--color-text2);border: 2px solid var(--color-text2);margin-top: 20px;font-size: 1rem;letter-spacing: 2px;padding: .6em 1.8em;transition: 0.5s all;display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.44em;
  user-select: none;}
.pages-list > .page .btnButton:hover,
.pages-list > .page .btnButton:focus {background-color: var(--color-text2);color: #fff;}




.pages-list > .page:nth-child(even) .btnButton {background-color: transparent;color: #FFFFFF;border: 2px solid #FFFFFF;margin-top: 20px;font-size: 1rem;letter-spacing: 2px;padding: .6em 1.8em;transition: 0.5s all;display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.44em;
  user-select: none;}
.pages-list > .page:nth-child(even) .btnButton:hover,
.pages-list > .page:nth-child(even) .btnButton:focus {background-color: #FFFFFF;color: var(--color-text2);}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{background:var(--color-text2);color:var(--color-white);font-size:1.083em;}
#foot .container{display:flex;flex-wrap:wrap;justify-content:space-between;width: 1280px;margin: 0 auto;flex-direction: column;padding: 50px 0;}
#foot .container .container__top #col2 {display: flex;justify-content: space-between;column-gap: 15px;width: 60%;}
#foot .container .container__top #col2 > div {width: calc(100% / 3);margin: 0 0 0 20px;}
#foot .container .container__top #col2 > div ul {list-style: none;}
#foot .container .container__top {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#foot .container .container__bottom {width: 100%;}
#foot a{color:var(--color-white);text-decoration:none;}
#foot a:hover{text-decoration:none;}
#foot .options ul{display:flex;list-style:none;}
#foot .options li:not(:last-child){margin-right:2rem;}
#foot .options a{display:block;font-size:1%;color:transparent;}
#foot .options .icon{width:1rem;}
#foot .options a:hover .icon{fill:#000;}

#powered{clear:both;width:100%;margin:50px 0 0 0;text-align:center;padding: 50px 0 0 0;border-top: 1px solid #333333;font-weight: 300;font-size: 0.85rem;}
#powered a{display:inline-block;font-weight: 200;}

.icon{display:inline-block;content:"";flex-shrink:0;width:1.5rem;height:1.5rem;fill:var(--color-white);}
.icon--labeled{margin-left:.75em;width:1.5em;height:1.5em;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:.5cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;}
  #page h1{margin:.5cm 0 0;font-size:1.25rem;}

  #menu-main, #foot .options{display:none;}
  #slider, .quick-slider img, .quick-slider-nav-arrows, .quick-slider-nav-dots{display:none;}
}

/* PLUGINS */
.nameMenu {text-transform: uppercase;font-weight: 700;font-size: 1.15rem;color:#cbaa45;}
#foot .container .container__top #col2 .menu {margin: 25px 0 0 0;}
#foot .container .container__top #col2 .menu li {margin: 0 0 15px 0;}
#foot .container .container__top #col2 .menu li a {font-weight: 300;color:var(--color-white);transition:all 0.3s ease;font-size: 1.25rem;}
#foot .container .container__top #col2 .menu li a:hover {color:var(--color-dark);}






/* OTHER (less popular styles) */

/* FORMS */
input[type="text"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:var(--color-primary);font-family: "Plus Jakarta Sans", sans-serif;font-size:1rem;border-radius:2px;}
input[type="text"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;}
input[type="submit"]{padding:0.4em 0.9em;border-width:1px;border-style:solid;background:#333;color:var(--color-white);transition:all 0.3s ease;font-family: "Plus Jakarta Sans", sans-serif;font-size:1rem;border-radius:2px;}
input[type="submit"]:hover{background:var(--color-dark);cursor:pointer;}
label{font-weight:bold;color:var(--color-primary);}
label span{padding-left:10px;color:#aaa;font-weight:normal;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;width:100%;padding:.5em 0;text-align:center;font-size:1rem;color:var(--color-white);line-height:normal;background:rgba( 0, 0, 0, 0.2 );}
#quick-box .navigation__sep{padding:0 3px;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0;}
#quick-box .next{right:0;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:var(--color-white);font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid var(--color-white);border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

/* Ikony Spolecznosciowe */
#foot .icoSpolecznosc {display: flex;justify-content: flex-start;align-items: center;}
#foot .icoSpolecznosc a {margin: 0 5px 0 0;padding: 5px;border: 1px solid #FFFFFF;border-radius: 100%;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #FFFFFF;transition: 0.5s all;}
#foot .icoSpolecznosc a:hover {color: #9FABC5;border: 1px solid #9FABC5;}

/* SCROLL BACK TO TOP */
#backToTop .head {display: none;}
#backToTop{position:fixed;bottom:30px;right:1.5%;}
#backToTop a{display:block;width:60px;text-align:center;color:#666;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;}
#backToTop a:hover{opacity:1;color:var(--color-dark);text-decoration:none;}
#backToTop a:before{content:'';display:block;width:60px;height:60px;margin-bottom:7px;background:var(--color-dark) url('img/back_to_top.png') no-repeat center center;border-radius:0px;transition:1s;}
#backToTop a:hover:before{background-color:var(--color-dark);}
@media screen and (max-width:1280px){
  #backToTop {right:0.5%;}
  #backToTop a{opacity:0.3;}
}

/* */
.primary-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  text-transform: uppercase;
  letter-spacing: 2px;padding: 0 15px;
}
.quick-slider-slide::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(25, 25, 25, 0.8);z-index: 1;}


/* === DESKTOP DROPDOWN (submenu level-1) === */

/* rodzic jako punkt odniesienia */
.header__menu .level-0-el{ position: relative; }

/* ukryj submenu */
.header__menu .level-1-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  min-width: 170px;
  margin: 0;
  padding: .4rem 0;
  list-style: none;
text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);       /* dopasuj do tła */
  border-radius: .4rem;
  z-index: 9999;
}

/* linki w submenu */
.header__menu .level-1-menu .menu__link{
  display: block;
  padding: .55em 1em;
  white-space: nowrap;
}

/* pokaż submenu na hover oraz przy nawigacji klawiaturą */
.header__menu .level-0-el:hover > .level-1-menu,
.header__menu .level-0-el:focus-within > .level-1-menu{
  display: block;
}

/* opcjonalnie: strzałka przy rodzicu (tylko gdy ma submenu) */
.header__menu .level-0-el:has(> .level-1-menu) > a.menu__link::after{
  content: "▾";
  margin-left: .35em;
  font-size: .85em;
  opacity: .8;
}

/* */
#body {margin: 50px auto 0 auto;}
#body .PageBox__wrapper {width: 1280px;margin: 0px auto 0 auto;display: flex;justify-content: space-between;align-items: center;padding: 50px 0;}  
.subPageBox__wrapper {width: 100%;}

/* */
.contact_wrapper i {font-size: 1.35em;margin-right: 10px;}
.contact_wrapper {display: flex;justify-content: left;flex-direction: column;font-weight: 300;margin-bottom: 10px;}
.contact_address {display: flex;justify-content: space-between;align-items: center;}
.contact_wrapper > div {margin-bottom: 25px;}
.contact_wrapper h3 {text-transform: uppercase;font-weight: 700;font-size: 1.15rem;margin: 0px 0 25px 0;color:#cbaa45;}

/* */
.subpages-column {width: 1280px;display: flex;justify-content: space-between;flex-wrap: wrap;list-style: none;margin: 100px auto 0 auto;}  
.subpages-column .page {margin: 30px 30px 0 0;width: calc(1/3*100% - (1 - 1/3)*30px);padding: 0px;box-sizing: border-box;text-align: center;transition: 0.5s ALL;position: relative;overflow: hidden;}
.subpages-column .page:nth-child(3n) {margin-right: 0;}
.subpages-column::after {content: '';flex: auto;}

.subpages-column > .page > .page__wrapper {width: 100%;margin: 0 auto;  display: flex;flex-wrap: wrap;}
.subpages-column > .page:nth-child(even) .image-col { order: 2; }
.subpages-column > .page:nth-child(even) .content-col { order: 1; }
.subpages-column > .page:nth-child(even) .content-col h2 a {color: #FFFFFF;}
.subpages-column > .page:nth-child(even) .content-col h2 a:hover {color: var(--color-dark);}
.subpages-column > .page:nth-child(even) .content-col .description {color: #FFFFFF;}
.subpages-column .page:after{content:"";display:table;clear:both;}
.subpages-column .image{float:left;margin:0 0% 0px 0;}
.subpages-column .image img{max-width:100%;float: left;}
.subpages-column .title{padding:0 0 0em;margin-bottom: 25px;}
.subpages-column .title a{color:var(--color-text2);font-weight:normal;background:none;text-decoration:none;font-weight: 500;font-size: 1.475rem;transition: 0.5s all;}
.subpages-column .title a:hover{color:var(--color-dark);background:none;text-decoration:none;}
.subpages-column div.description{line-height:1.6em;font-size: 0.95rem;}
.subpages-column ul, .subpages-column ol{margin:.5em 2em;list-style:disc;}
.subpages-column .page li{padding:0;border:0;background:none;}
.subpages-column .page ol{list-style:decimal;}
.subpages-column p{padding:.3em 0;}

.subpages-column{clear:both;list-style:none;}
.subpages-column > .page:nth-child(odd){
  background: #f9fafc;
}

.subpages-column > .page:nth-child(even){
  background: var(--color-text2);
}

.subpages-column > .page .content-col {padding: 25px;}

.subpages-column > .page .btnButton {background-color: transparent;color: var(--color-text2);border: 2px solid var(--color-text2);margin-top: 20px;font-size: 1rem;letter-spacing: 2px;padding: .6em 1.8em;transition: 0.5s all;display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.44em;
  user-select: none;}
.subpages-column > .page .btnButton:hover,
.subpages-column > .page .btnButton:focus {background-color: var(--color-text2);color: #fff;}




.subpages-column > .page:nth-child(even) .btnButton {background-color: transparent;color: #FFFFFF;border: 2px solid #FFFFFF;margin-top: 20px;font-size: 1rem;letter-spacing: 2px;padding: .6em 1.8em;transition: 0.5s all;display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.44em;
  user-select: none;}
.subpages-column > .page:nth-child(even) .btnButton:hover,
.subpages-column > .page:nth-child(even) .btnButton:focus {background-color: #FFFFFF;color: var(--color-text2);}

/* */
.newsStartPage {float: left;width: 100%;margin: 0px 0 0  0;padding: 25px 0;background-color: #e8eaee;}
.newsStartPage_wrapper{width: 1280px;margin: 50px auto 0 auto;}
.newsStartPage_photo a{display:block;aspect-ratio:16/9;overflow:hidden;background:#f4f4f4;}
.newsStartPage_photo img{width:100%;height:100%;object-fit:cover;display:block;}

/* */
.newsStartPage_item {width: 100%;}
.newsStartPage_item__content {padding: 25px 0 0 0;display: flex;flex-direction: column;width: 100%;}
.newsStartPage_item .newsStartPage_title{padding:0 0 0em;margin-bottom: 15px;}
.newsStartPage_item .newsStartPage_title a{color:var(--color-text2);font-weight:normal;background:none;text-decoration:none;font-weight: 500;font-size: 1.475rem;transition: 0.5s all;text-transform: none;}
.newsStartPage_item .newsStartPage_title a:hover{color:var(--color-dark);background:none;text-decoration:none;}
.newsStartPage_item div.newsStartPage_desc {line-height:1.6em;font-size: 0.95rem;}

/* */
.subPageStartBox__name {
  margin: 25px 0 25px;
  color: var(--color-dark);
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  text-transform: none;letter-spacing: 2px;
}

/* */
.PageBox__Start {background-color: #666666;width: 100%;float: left;}

.PageBox__Start .btnStartPage {background-color: transparent;color: var(--color-text2);border: 2px solid var(--color-text2);margin-top: 20px;font-size: 1rem;letter-spacing: 2px;padding: .6em 1.8em;transition: 0.5s all;display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.44em;
  user-select: none;}
.PageBox__Start .btnStartPage:hover,
.PageBox__Start .btnStartPage:focus {background-color: var(--color-text2);color: #fff;}

.PageBox__wrapper {display: flex;gap: 50px;}

.PageBox__wrapper__left  { flex: 1 1 calc(50% - 25px); }
.PageBox__wrapper__right  { flex: 1 1 calc(50% - 25px); }

/* */
.subpages-column-start {width: 1280px;margin: 50px auto 50px auto;display: flex;justify-content: space-between;gap: 70px;}
.subpages-column-start > div {width: calc(100% / 3 - 35px);display: flex;flex-direction: column;}
.subpages-column-start > div .image-col {margin: 0 0 10px 0;display: flex;justify-content: center;}
.subpages-column-start > div .content-col {display: flex;flex-direction: column;justify-content: center;}
.subpages-column-start > div .content-col .title {margin: 0 0 10px 0;width: 100%;text-align: center;font-weight: 700;}
.subpages-column-start > div .content-col .title  a {color: var(--color-text2);}
.subpages-column-start > div .content-col .title  a:hover {color: var(--color-dark);}
.subpages-column-start > div .content-col .description {width: 100%;text-align: center;font-weight: 300;}

/* */
.newsStartPage_wrapper__allBox {width: 1280px;margin: 0 auto;}

/* CIASTECZKA */
.cookiesBox {float: left;width: 100%;display: flex;justify-content: start;flex-wrap:wrap;margin:0px 0;flex-direction: column;text-align: left;}
.cookiesBox button {transition:0.5s all;padding: 0px 0px;font-family: "Plus Jakarta Sans", sans-serif;transition: 0.5s all;background-color: inherit;text-align: left;  margin: 0px 0 15px 0;

font-weight: 300;color: var(--color-white);transition: all 0.3s ease;font-size: 1.25rem;

}
.cookiesBox button:hover {cursor:pointer;color: var(--color-primary);background-color: inherit;}
.cookie-message {border:1px solid var(--color-text2);color:var(--color-text2) !important;text-align:center;padding:25px;font-size:16px !important;font-weight:400 !important;text-transform:uppercase;display: inline-flex;flex-direction: column;width: 100%;float: left;margin: 15px 0;}
.cookie-message strong {font-weight:400 !important;color:var(--color-text2) !important;font-size:16px !important;}
.boxContainerYoutube {display:flex;justify-content:center;flex-wrap:wrap;margin:15px 0;}
.video-container {width:100%;}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cookiesBoxIn.cookiesBox {float: left;width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap:wrap;margin:15px 0 0px 0;flex-direction: row;}
#cookiesBoxIn.cookiesBox button {transition:0.5s all;padding: 12px 15px 10px 15px;font-size: 12px;background-color: #FF0000;color: #FFFFFF;letter-spacing: 0.2px;font-weight:400;font-family: "Plus Jakarta Sans", sans-serif;transition: 0.5s all;text-transform: uppercase;border-radius: 5px;margin:5px 10px 5px 10px;line-height:12px;}
#cookiesBoxIn.cookiesBox button:hover {background:#333333;cursor:pointer;color:#FFFFFF;}


/* */
.video-container {float: left;margin: 15px 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RESPONSIVE WEB DESIGN - media queries */
@media screen and (max-width:1340px){
  #foot .container {width: 100%;padding: 50px 15px;}
  .newsStartPage_wrapper__allBox {width: 100%;padding: 0px 15px;}
  #body .PageBox__wrapper {width: 100%;padding: 50px 15px;}
  .subpages-column-start {width: 100%;padding: 0px 15px;}
  .header__navigation {padding: 20px 0 0 0;}
  .newsStartPage_wrapper {width: 100%;padding: 0px 15px;}  
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:925px){
  #foot .container .container__top #col1 {width: 100%;order: 2;}
  #foot .container .container__top #col2 {width: 100%;order: 1;margin: 0 0 25px 0;}
  #foot .container .container__top #col2 > div {width: calc(100% / 3);margin: 0 20px 0 0px;}
  .contact_address {justify-content: flex-start;}
}
@media screen and (max-width:865px){
}
@media screen and (max-width:852px){
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .quick-slider-slide .description h2 {
    font-size: 2rem;
    font-weight: 400;
  }
  .quick-slider-slide .content-wrap {top: auto;bottom: 5%;left: 50%;padding: 0 1rem;transform: initial;transform: translateX(-50%);}
}
@media screen and (max-width: 800px) and (orientation: portrait) {
  .quick-slider-slide .description h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
@media screen and (max-width:800px){
  #logo {flex: 0 1 120px;}  
.PageBox__wrapper {display: flex;gap: 0px;} 
#body .PageBox__wrapper {flex-direction: column;}  
.PageBox__wrapper__left  { flex: 1 1 100%; }
.PageBox__wrapper__right  { flex: 1 1 100%;margin: 25px 0 0 0;}
}
@media screen and (max-width:782px){
}
@media screen and (max-width:760px){
}
@media screen and (max-width:860px){
}
@media screen and (max-width:640px){
  .quick-slider-slide .description h2 {font-size: 2.4rem;font-weight: 400;}

  #foot .container .container__top #col2 {display: flex;flex-direction: column;}
  #foot .container .container__top #col2 > div {width: 100%;margin: 0 0px 20px 0px;}
  #foot .container .container__top #col2 > div:last-child {width: 100%;margin: 0 0px 0px 0px;}    
}
@media screen and (max-width:630px){
}
@media screen and (max-width:584px){
  .subpages-column-start {flex-direction: column;gap: 0;}
  .subpages-column-start > div {width: 100%;margin-bottom: 50px;}
  .subpages-column-start > div:last-child {margin-bottom: 0px;}
}
@media screen and (max-width:481px){
}
@media screen and (max-width:320px){
}