*{margin:0;padding:0;}
html{margin:0;padding:0;height: 100%}
body{height:100%;color:var(--gfont-color);font-size:var(--gfont-size);font-family:var(--gfont1-family);}
a{color:var(--a-color);text-decoration:none;outline-style:none;}
img {border:none;vertical-align:top;}

h1.main-title{font-size:var(--h1-size);margin:0 0 35px 0;color:var(--h1a-color);font-weight:900;padding:0;text-align: center}
h1.main-title span{display:block;font-size:var(--h1a-size);font-weight: 300}

.divTitle{
font-size: 28px;
text-align: center;
margin-bottom: 20px;
font-weight: 800;
color: var(--g1-color);
}

div.clear{clear:both;margin:0px;padding:0px;height:0px;min-height:0px;border:none;width:100%;}
.wr{clear:both;}

.tytul1{color:var(--g1-color);}
.tytul2{color:var(--g2-color);}
.tytul3{color:var(--g3-color);}
.tytul4{color:var(--g4-color);}

.googleMaps{float:right;}
.googleMaps .infoMaps{line-height:normal;}
.googleMaps img{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;filter:none; }

.pYouTube{display:block;height:0;overflow:hidden;padding-bottom:56.25%;padding-top:35px;position:relative;}
.pYouTube iframe{height:100%;left:0;position:absolute;top:0;width:100%;}

.p_pdf{background:url("/icon/pdf.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_doc{background:url("/icon/doc.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_docx{background:url("/icon/doc.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_ppt{background:url("/icon/ppt.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_pptx{background:url("/icon/ppt.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_xls{background:url("/icon/xls.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}
.p_xlsx{background:url("/icon/xls.png") no-repeat scroll 0 0 transparent;display:inline-block;margin:0px 0px 0px 20px;padding:0px 0px 0px 50px;text-decoration:none;background-size:40px auto;vertical-align:middle;height:40px;}


ul.breadcrumbs {--gap:.5em;display:flex;flex-wrap:wrap;gap:var(--gap);align-items:center;margin-block:2em;list-style:none;container:breadcrumbs/inline-size}
ul.breadcrumbs>li:not(:first-child),
ul.breadcrumbs>li.main:first-child {display:grid;grid-template-columns:auto 1fr;gap:var(--gap);align-items:center;}
ul.breadcrumbs>li:not(:first-child)::before {content:'▶';transition:transform .3s;}
ul.breadcrumbs>li.main:first-child::before {content:'';aspect-ratio:1;width:25px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjNTM0ZjRmIj48cGF0aCBkPSJNMjQwLTIwMGgxMjB2LTI0MGgyNDB2MjQwaDEyMHYtMzYwTDQ4MC03NDAgMjQwLTU2MHYzNjBabS04MCA4MHYtNDgwbDMyMC0yNDAgMzIwIDI0MHY0ODBINTIwdi0yNDBoLTgwdjI0MEgxNjBabTMyMC0zNTBaIi8+PC9zdmc+') no-repeat center/cover;}
ul.breadcrumbs li:has(ul.siblings) {position:relative;z-index:0;}
ul.breadcrumbs ul {list-style:none;position:absolute;top:100%;left:0;box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);background-color:#fff;min-width:min-content;width:100%;}
ul.breadcrumbs li:not(:hover)>ul {display:none;}
ul.breadcrumbs>li:hover:not(:first-child):has(ul.siblings)::before {transform:rotate(90deg)}
ul.breadcrumbs ul a {display:block;padding:5px;}

@container breadcrumbs (width < 768px) {
    ul.breadcrumbs>li.not-mobile {display:none;}
}

.main-message {display:grid;grid-template-columns:auto 1fr;gap:1em;align-items:center;margin-bottom:1em;padding:1.5em 1em;background-color:#72c344;border:2px solid #3b7b17;color:#193509;font-weight:600;border-radius:6px;}
.main-message svg {fill:currentColor;align-self:start;}
.main-message a {text-decoration:underline;color:#193509;}
.main-message.error_msg {border-color:#c42525;color:#c42525;background-color:#ffc0c0;}
.main-message.error_msg a {color:#c42525;}
.main-message a.button {margin-block:.5em;transition:all .2s;text-decoration:none;display:inline-block;padding:0.6em 1em;border:2px solid #193509;border-radius:6px;background-color:#193509;color:#72c344;}
.main-message a.button:hover {background-color:#72c344;color:#193509;}
.main-message.error_msg a.button {border-color:#c42525;background-color:#c42525;color:#ffc0c0;}
.main-message.error_msg a.button:hover {background-color:#ffc0c0;color:#c42525;}

.scrollDown{position:fixed;right:10px;bottom:10px;width:64px;height:64px;background:url('../images/scrollup.png') 0px 0px no-repeat;text-decoration:none;opacity:0.3;display:none;z-index:100;}


.pTable{overflow:auto;width:100%;position: relative;z-index: 0;}

.gallery-image {display:flex;gap:5px;margin:1em 0;flex-wrap:wrap;}
.gallery-image>a {flex:0 0 auto;}
.gallery-image img {border-radius:5px;vertical-align:top;}

.div_content{
width: 1330px;
max-width: 100%;
box-sizing: border-box;
margin: 0 auto;
padding: 40px 15px 0 15px;
}



figure:has(>img[loading="lazy"].loader) {
    box-sizing:border-box;position:relative;z-index:0;overflow:hidden;background-color:#e4e4e4;
    &:empty {background:#e4e4e4 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0yMDAtMTIwcS0zMyAwLTU2LjUtMjMuNVQxMjAtMjAwdi01NjBxMC0zMyAyMy41LTU2LjVUMjAwLTg0MGg1NjBxMzMgMCA1Ni41IDIzLjVUODQwLTc2MHY1NjBxMCAzMy0yMy41IDU2LjVUNzYwLTEyMEgyMDBabTQwLTMzNyAxNjAtMTYwIDE2MCAxNjAgMTYwLTE2MCA0MCA0MHYtMTgzSDIwMHYyNjNsNDAgNDBabS00MCAyNTdoNTYwdi0yNjRsLTQwLTQwLTE2MCAxNjAtMTYwLTE2MC0xNjAgMTYwLTQwLTQwdjE4NFptMCAwdi0yNjQgODAtMzc2IDU2MFoiLz48L3N2Zz4') no-repeat center/50%;}
    &::after {content:'';position:absolute;border-radius:50%;width:10px;height:10px;border-width:3px;border-style:solid;border-color:#fff #fff #fff transparent;inset:0;margin:auto;z-index:11;animation:spin 0.6s infinite linear;}
}

.wbox{
display: flex;
height: 100%;
flex-direction: column;
justify-content: space-between;
}
.box_content {
padding: 45px 0 0 0;
overflow: hidden;
}
.div_content {
max-width: 100%;
width: 1280px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 15px;
}

.telefon{grid-template-areas:'img img f' 'img img l';display:grid;justify-content:flex-start;align-items:center;grid-gap:3px 15px;margin:0px;}
.content-text p.telefon{margin:0px;}
.telefon a{color:#4E4E4E;}
.telefon strong{font-weight:700;}
.telefon span:first-child{font-size:16px;grid-area:f;}
.telefon span:last-child{font-size:18px;grid-area:l;}
.telefon:before{content:"";grid-area:img;width:29px;height:29px;display:inline-block;vertical-align:middle;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAABHNCSVQICAgIfAhkiAAAAqlJREFUSEutlk122jAQx/+DabpMblB6goQTFJZ9rWlygsIusCmcIMkJSjZ2dnFPEB5uX5d1b0BP0OQGZEkfYfokWViyzKfR0rLmp/n4z4iQX/2HE8y8KxDacosRIWwNnP9KfCDrrAD+q/4CcGbb5AhBq1OCYx3NoHkg0wDEJwCuUo8vEPqjQ4AV1PGQOwhakdzrjhMQvQN4isWrOu7eP5YFK2g3jkD4rIwZQH2hmfcIomMwEoR+szz0Mm6gApFHsW4Q+NeO0W58DsKD+l6pI/gwKQMm9MYjgD6B+TfCVqPQ2OXPGirzv3JvgSbu/KQkNGYVVRog/Dh0jNn5fkLg18oAxVlCL4UWeWACmZ9BXqNsaDVUVOObQk+78QSEUxwQqKC6cpkfEbbeWqHrxepCwASBXy8bVn2eYFVvTi723sG6ktKpruCiBtCLhYTSrrSi2HYMQdaRdAMQoTyaNzG8mC5trWseOwJVTvXaFMplO5T6ytpkKag43P3eB/HXQt3KkVdNZDWrH/YG26NNgjf14S3AaiafgrznIl27UMejXK919tFH4N8a+T8H8T1AYiyKR0ACrnbM6eRCxY+WYZ4CXtO6sfJkpEaetKzk1Bu3Abp308xTMHX0PC6GLsHpSBNSyoPzqRDNhUj1ZcYfvJ43MKs25IXEWDQutxoq9fvjDPwihvixHOKFYKP4TKCWnOzfXiQnmVq366EOeEXVCrkR1IQSHpoa17HuxWL/i7j8ZqiTY2nFLh43ie6XrLM9bQctBHOEo5dBoVd5pF1gN9tDM/Awe09hAlQ6a2esCWR8Q+i3d4NqD8zOJQuMri2tZnk0hoUCiq39oEUFpiQTgTkBKjWA2yCoN1fqob7L/lAdblsObgHlgOU8Nc2r12IfDCGd9HmDBAsaFr0c/wMXaF5/VG4Y3gAAAABJRU5ErkJggg==') 50% 50% no-repeat;}

.telefon2{background-color:#FFFFFF;display:inline-block;box-sizing:border-box;padding:25px 90px;text-align:center;}
.telefon2>div{text-align:center;margin-bottom:5px;}
.telefon2>div.zadzwonT{font-size:25px;}
.telefon2>div.telT{font-size:26px;}
.telefon2>div.telT a{color:#4E4E4E;}
.telefon2>div.lub{font-size:15px;}
.telefon2>div.buttonT{}

.footCell .aCennik {
vertical-align: middle;
display: inline-block;
text-decoration: none;
transition: background-color .2s, border-color .2s;
color: #FFFFFF;
border: 1px solid var(--g2-color);
padding: 12px 50px;
cursor: pointer;
background-color: var(--g2-color);
font-size: 16px;
font-weight: 700;
border-radius: 6px;
}
.footCell .aCennik:hover {
color: var(--g2-color);
background-color: #FFFFFF;
}
.footCell a:last-child {
margin-left: 20px;
background-color: #FFFFFF;
border-color: var(--g2-color);
color: var(--g2-color);
}
.footCell a:hover:last-child {
background-color: var(--g2-color);
color: #FFFFFF;
}


@keyframes spin { 100% {transform: rotate(360deg);} }

@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url("/libs/fonts-icon-google/MaterialIcons-Regular.eot");src:local('Material Icons'), local('MaterialIcons-Regular'), url("/libs/fonts-icon-google/MaterialIcons-Regular.woff2") format('woff2'), url("/libs/fonts-icon-google/MaterialIcons-Regular.woff") format('woff'), url("/libs/fonts-icon-google/MaterialIcons-Regular.ttf") format('truetype');}
.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';}
@font-face{font-family:'Material Icons Outlined';font-style:normal;font-weight:400;src:url("/libs/fonts-icon-google/MaterialIconsOutlined-Regular.woff2") format('woff2');}
.material-icons-outlined{font-family:'Material Icons Outlined';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:'liga';-moz-osx-font-smoothing:grayscale;}


@font-face {font-family:'Glyphicons Halflings';src:url('/libs/fonts/glyphicons-halflings-regular.eot');src:url('/libs/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/libs/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/libs/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/libs/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}

@font-face{font-family:"Material Symbols Outlined";  font-style:normal;  font-weight:100 700;  font-display:block;  src:url("/libs/fonts-symbols-google/material-symbols-outlined.woff2") format("woff2");}
.material-symbols-outlined{
font-family:"Material Symbols Outlined";  font-weight:normal;  font-style:normal;font-size:24px;  line-height:1;  letter-spacing:normal;text-transform:none;  display:inline-block;white-space:nowrap;  word-wrap:normal;direction:ltr;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;  text-rendering:optimizeLegibility;font-feature-settings:"liga";
font-variation-settings:'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}
@font-face{font-family:"Material Symbols Rounded";  font-style:normal;  font-weight:100 700;  font-display:block;  src:url("/libs/fonts-symbols-google/material-symbols-rounded.woff2") format("woff2");}
.material-symbols-rounded{font-family:"Material Symbols Rounded";  font-weight:normal;  font-style:normal;  font-size:24px;  line-height:1;  letter-spacing:normal;  text-transform:none;  display:inline-block;  white-space:nowrap;  word-wrap:normal;  direction:ltr;  -webkit-font-smoothing:antialiased;  -moz-osx-font-smoothing:grayscale;  text-rendering:optimizeLegibility;  font-feature-settings:"liga";
font-variation-settings:'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}
@font-face{font-family:"Material Symbols Sharp";  font-style:normal;  font-weight:100 700;  font-display:block;  src:url("/libs/fonts-symbols-google/material-symbols-sharp.woff2") format("woff2");}
.material-symbols-sharp{font-family:"Material Symbols Sharp";  font-weight:normal;  font-style:normal;  font-size:24px;  line-height:1;  letter-spacing:normal;  text-transform:none;  display:inline-block;  white-space:nowrap;  word-wrap:normal;  direction:ltr;  -webkit-font-smoothing:antialiased;  -moz-osx-font-smoothing:grayscale;  text-rendering:optimizeLegibility;  font-feature-settings:"liga";
font-variation-settings:'FILL' 1, 'wght' 400, 'GRAD' 0,'opsz' 24
}

@font-face{font-display:swap;   font-family:'Lato';  font-style:normal;  font-weight:100;  src:url('../fonts/lato-v24-latin_latin-ext-100.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:italic;  font-weight:100;  src:url('../fonts/lato-v24-latin_latin-ext-100italic.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:normal;  font-weight:300;  src:url('../fonts/lato-v24-latin_latin-ext-300.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:italic;  font-weight:300;  src:url('../fonts/lato-v24-latin_latin-ext-300italic.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:normal;  font-weight:400;  src:url('../fonts/lato-v24-latin_latin-ext-regular.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:italic;  font-weight:400;  src:url('../fonts/lato-v24-latin_latin-ext-italic.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:normal;  font-weight:700;  src:url('../fonts/lato-v24-latin_latin-ext-700.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:italic;  font-weight:700;  src:url('../fonts/lato-v24-latin_latin-ext-700italic.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:normal;  font-weight:900;  src:url('../fonts/lato-v24-latin_latin-ext-900.woff2') format('woff2'); }
@font-face{font-display:swap;   font-family:'Lato';  font-style:italic;  font-weight:900;  src:url('../fonts/lato-v24-latin_latin-ext-900italic.woff2') format('woff2'); }

