*{margin:0;padding:0;}
html{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,.content-text h1.main-title{font-size:var(--h1-size);margin:0 0 35px 0;color:var(--h1a-color);font-weight:700;padding:0;text-align: center}
h1.main-title span,.content-text h1.main-title span{display:block;font-size:var(--h1a-size);margin-top:7px;}

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: 80px 15px 0 15px;
}
.wrap_home .div_content{
padding-top: 40px;
}


.divTitle{font-size: 30px;font-weight: 500;text-align: center;margin: 0 0 30px 0;position: relative;color: #000000;padding: 0 0 20px 0;}
.divTitle a{color: #000000;display: inline-block;position: relative;}
.divTitle::after {content: "";height: 3px;background-color: var(--g1-color);position: absolute;bottom: 0;left: 0;right: 0;margin: auto;width: 200px}

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;}
}

.wrap{
position: relative;
}
.wrap:before{
content: "";
position: absolute;
display: block;
width: 100%;
height: 270px;
top:0;
left: 0;
right: 0;
background: url(../images/bg-top.png) 0 0 no-repeat;
background-size: cover;
max-width: 1920px;
margin: 0 auto;
z-index: 1;
mix-blend-mode: multiply;
}

.box_lanser{
margin-top: -106px;
border-bottom: 4px solid var(--g1-color);
}

.top_page .social{
position: absolute;
top: 50%;
right: 150px;
margin-top: -17px;
}

.top_page .social a{
display: inline-block;
}

.top_page .social .facebook{
width: 30px;
height: 30px;
background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iZmFjZWJvb2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMzAgMzAiPg0KICA8cGF0aCBpZD0iUGF0aF8xNDkiIGRhdGEtbmFtZT0iUGF0aCAxNDkiIGQ9Ik0zMCwxNUExNSwxNSwwLDAsMSwxNy4zNDQsMjkuODE4VjE5LjMzNmgzLjVMMjEuNSwxNWgtNC4xNlYxMi4xODZhMi4xNjgsMi4xNjgsMCwwLDEsMi40NDUtMi4zNDNIMjEuNjhWNi4xNTJhMjMuMDcyLDIzLjA3MiwwLDAsMC0zLjM1OC0uMjkzYy0zLjQyNiwwLTUuNjY1LDIuMDc3LTUuNjY1LDUuODM2VjE1SDguODQ4djQuMzM2aDMuODA5VjI5LjgxOEExNSwxNSwwLDEsMSwzMCwxNVoiIGZpbGw9IiMxODc3ZjIiLz4NCiAgPHBhdGggaWQ9IlBhdGhfMTUwIiBkYXRhLW5hbWU9IlBhdGggMTUwIiBkPSJNMTYyLjk5MSwxMTMuNDc3bC42NjUtNC4zMzZIMTU5LjV2LTIuODE0YTIuMTY4LDIuMTY4LDAsMCwxLDIuNDQ0LTIuMzQzaDEuODkxdi0zLjY5MWEyMy4wNjYsMjMuMDY2LDAsMCwwLTMuMzU4LS4yOTNjLTMuNDI2LDAtNS42NjYsMi4wNzctNS42NjYsNS44MzZ2My4zSDE1MXY0LjMzNmgzLjgwOXYxMC40ODJhMTUuMTU4LDE1LjE1OCwwLDAsMCw0LjY4OCwwVjExMy40NzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQyLjE1MiAtOTQuMTQxKSIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=') 50% 50% no-repeat;
}


body{
background: url(../images/bg_body.jpg) 50% 0 no-repeat;
}

.wbox{
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

/*figure.error:empty {*/
/*    color:#c85151;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIiB3aWR0aD0iMjQiIGZpbGw9IiNjODUxNTEiPjxwYXRoIGQ9Ik0yMDAtMTIwcS0zMyAwLTU2LjUtMjMuNVQxMjAtMjAwdi01NjBxMC0zMyAyMy41LTU2LjVUMjAwLTg0MGg1NjBxMzMgMCA1Ni41IDIzLjVUODQwLTc2MHY1NjBxMCAzMy0yMy41IDU2LjVUNzYwLTEyMEgyMDBabTQwLTMzNyAxNjAtMTYwIDE2MCAxNjAgMTYwLTE2MCA0MCA0MHYtMTgzSDIwMHYyNjNsNDAgNDBabS00MCAyNTdoNTYwdi0yNjRsLTQwLTQwLTE2MCAxNjAtMTYwLTE2MC0xNjAgMTYwLTQwLTQwdjE4NFptMCAwdi0yNjQgODAtMzc2IDU2MFoiLz48L3N2Zz4=');*/
/*}*/
@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:'TikTok Sans';font-style:normal;font-weight:300;src:url('../fonts/tiktok-sans-v6-latin-300.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:400;src:url('../fonts/tiktok-sans-v6-latin-regular.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:500;src:url('../fonts/tiktok-sans-v6-latin-500.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:600;src:url('../fonts/tiktok-sans-v6-latin-600.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:700;src:url('../fonts/tiktok-sans-v6-latin-700.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:800;src:url('../fonts/tiktok-sans-v6-latin-800.woff2') format('woff2');}
@font-face{font-display:swap;font-family:'TikTok Sans';font-style:normal;font-weight:900;src:url('../fonts/tiktok-sans-v6-latin-900.woff2') format('woff2');}