/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
/*dl, dt, dd, ol, ul, li,*/
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, sub, sup, tt, var, b, u, i, center, 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-size: 100%;*/
	/*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;
}

ol, ul {
	visibility: visible;
	/*list-style: none;*/
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	color: #4a5568;
	line-height: 1.7;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
	background-color: #ffffff;
	min-width: 320px;
	overflow-x: hidden;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

table {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 16px;
	color: #4a5568;
	line-height: 1.7;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-color: #9c116d;
	border-style: solid;
	border-width: 0px;
	border-collapse: collapse;
}

td {
	border-color: #9c116d;
}

p {
	font-size: 16px;
	color: #4a5568;
	line-height: 1.7;
	text-align: left;
	margin: 0px 0px 1.25em 0px;
	font-weight: 400;
}

h1 {
	color: #1a202c;
	font-size: 2.75rem;
	line-height: 1.2;
	font-weight: 700;
	margin: 0px 0px 1.5rem 0px;
	letter-spacing: -0.02em;
}

h2 {
	color: #1a202c;
	font-size: 2.25rem;
	line-height: 1.25;
	font-weight: 700;
	margin: 0px 0px 1.25rem 0px;
	letter-spacing: -0.01em;
}

h3 {
	color: #2d3748;
	font-size: 1.75rem;
	line-height: 1.3;
	font-weight: 600;
	margin: 0px 0px 1rem 0px;
	letter-spacing: -0.01em;
}

h4 {
	color: #2d3748;
	font-size: 1.375rem;
	line-height: 1.4;
	font-weight: 600;
	margin: 0px 0px 0.875rem 0px;
}

h5 {
	color: #4a5568;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0px 0px 0.75rem 0px;
}

h6 {
	color: #4a5568;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0px 0px 0.75rem 0px;
}

@media (max-width: 600px) {
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	overflow: hidden;
}

div.linen {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
	overflow: hidden;
}

a {
	color: #9c116d;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #9c116d;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

textarea, input {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #2d3748;
	margin: 0px;
	padding: 16px 14px;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

textarea:focus, input:focus {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #2d3748;
	margin: 0px;
	padding: 16px 14px;
	background-color: #ffffff;
	border: 1px solid #9c116d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	box-shadow: 0 0 0 3px rgba(156, 17, 109, 0.1);
}

select {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 15px;
	color: #2d3748;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-collapse: collapse;
	padding: 16px 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

option {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #2d3748;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-collapse: collapse;
	cursor: pointer;
}

input.wyslij {
	width: 100%;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-weight: 600;
	color: #ffffff;
	padding: 16px 0px;
	background-color: #9c116d;
	border: 0px solid #9c116d;
	margin-top: 16px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	background-image: url("/images/contentgrf/email.png");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease;
	box-shadow: 0 2px 4px rgba(156, 17, 109, 0.2);
}

input.wyslij:hover {
	background-color: #a21f77;
	border: 0px solid #a21f77;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(156, 17, 109, 0.3);
}

object {
	outline: none;
}

textarea:focus, input:focus {
	outline: none;
}

div.spacex {
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.space {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.space1 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

div.space2 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

div.space3 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

div.space4 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

#hid {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

div.upbutt {
	width: 52px;
	height: 52px;
	position: fixed;
	margin-bottom: 7px;
	right: 10px;
	bottom: 0px;
	z-index: 201;
	background-color: #ffffff;
	opacity: 0;
}

a.bup {
	float: left;
}

a.bup:hover {
	opacity: 0.8;
}

#main {
	min-width: 320px;
	overflow-x: hidden;
}

header {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e2e8f0;
	background-color: rgba(255, 255, 255, 0.98);
	position: fixed;
	z-index: 200;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

div.widthpad {
	width: 100%;
	height: 100%;
	padding: 0px 120px 0px 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	div.widthpad {
		padding: 0px 80px 0px 80px;
	}
}

@media (max-width: 1100px) {
	div.widthpad {
		padding: 0px 50px 0px 50px;
	}
}

@media (max-width: 1000px) {
	div.widthpad {
		padding: 0px 40px 0px 40px;
	}
}

@media (max-width: 600px) {
	div.widthpad {
		padding: 0px 30px 0px 30px;
	}
}

@media (max-width: 400px) {
	div.widthpad {
		padding: 0px 20px 0px 20px;
	}
}

#hleft {
	float: left;
}

#mainmenumob {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 300;
}

@media (min-width: 980px) {
	#mainmenumob {
		display: none;
	}
}

#mainmenumob nav {
	width: 280px;
	height: auto;
	display: table;
	position: absolute;
	background-color: #727983;
	margin-left: 0px;
	margin-top: 15px;
	z-index: 200;
}

#menumobicon {
	font-size: 0px;
	width: 45px;
	height: 44px;
	background-color: transparent;
	cursor: pointer;
	background-image: url("/images/contentgrf/but_menu.png");
	background-repeat: no-repeat;
	background-position: center;
}

#menumobicon.hover {
	cursor: pointer;
}

#menumobbox {
	margin: 0px;
	padding: 0px;
	border: 2px solid #ffffff;
	display: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#mainmenumob a {
	width: 280px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	padding: 10px 0px 10px 0px;
	margin: 0px !important;
	text-transform: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	clear: both;
	outline: none;
}

#mainmenumob a:hover {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	background-color: #a7aab1;
}

@media (max-width: 980px) {
	#desktopmenu {
		display: none;
	}
}

#desktopmenu a {
	color: #4a5568;
	font-size: 15px;
	padding-right: 28px;
	font-weight: 500;
	/*display: inline-block;*/
	float: left;
	transition: color 0.2s ease;
	letter-spacing: 0.01em;
}

#desktopmenu a:hover {
	color: #9c116d;
	font-weight: 600 !important;
}

#hright {
	float: right;
}

#htel {
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	height: 55px;
	line-height: 55px;
	padding: 0px 30px 0px 30px;
	background-color: #9c116d;
	float: left;
}

#htel img {
	margin-top: 13px;
	margin-right: 15px;
	float: left;
}

#hfb {
	margin-top: 9px;
	margin-left: 30px;
	display: inline-block;
}

@media (max-width: 440px) {

	#htel {
		font-size: 16px;
		font-weight: normal;
		padding: 0px 20px 0px 20px;
	}

	#hfb {
		margin-left: 10px;
	}

}

#hlogo {
	margin: 0 auto;
	padding: 86px 0px 30px 0px;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	#hlogo img {
		max-width: 280px;
	}
}

#sliderbox, #mission {
	margin: 0 auto;
}

#sliderbox img {
	max-width: 100%;
}

#mission {
	max-width: 832px;
	margin: 30px auto 30px auto;
}

#mission img {
	max-width: 100%;
}

.stdtitle {
	width: 100%;
	height: auto;
	background-color: #727983;
	margin-bottom: 60px;
}

.stdtitle h1 {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #a7aaaf;
	display: inline-block;
	padding: 18px 32px;
	margin: 0px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stdtitle h3 {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #a7aaaf;
	display: inline-block;
	padding: 18px 32px;
	margin: 0px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stdtitle h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #a7aaaf;
	display: inline-block;
	padding: 18px 32px;
	margin: 0px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 600px) {

	.stdtitle {
		margin-bottom: 30px;
	}

	.stdtitle h1 {
		font-size: 24px;
		font-weight: 300;
		color: #ffffff;
		background-color: #a7aaaf;
		display: inline-block;
		padding: 10px 15px 10px 15px;
		margin: 0px;
		letter-spacing: 3px;
	}
	
	.stdtitle h2 {
		font-size: 24px;
		font-weight: 300;
		color: #ffffff;
		background-color: #a7aaaf;
		display: inline-block;
		padding: 10px 15px 10px 15px;
		margin: 0px;
		letter-spacing: 3px;
	}

}

#aktualnosci {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	padding: 0px 10px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	#aktualnosci {
		padding: 0px 10px 20px 0px;
	}
}

#aktwrapper {
	max-width: 1400px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.aktbox {
	max-width: 420px;
	width: 30.303%; /* 300px */
	float: left;
	margin: 0 1.515% 1.875em;
	text-align: left;
}

@media (max-width: 800px) {
	.aktbox {
		width: 46.876%; /* 305px */
		margin-bottom: 0.938em; /* 15px */
	}
}

@media (max-width: 480px) {

	.aktbox {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}

div.aktczas {
	color: #ffffff;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: #9c116d;
	background-image: url("/images/contentgrf/ik_zegar.png");
	background-repeat: no-repeat;
	background-position: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 35px;
	text-align: center;
}

div.aktimg {
	width: 100%;
	background-color: #eff0f2;
}

div.aktimg img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0px;
}

div.aktopis {
	width: 100%;
	padding: 20px 20px 20px 20px;
	background-color: #eff0f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img.aktbigimg {
	text-align: center;
	margin-bottom: 20px;
}

div.aktcenter {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

.aktbox h3 {
	color: #1a202c;
	font-size: 1.375rem;
	line-height: 1.3;
	font-weight: 600;
	margin: 0px 0px 12px 0px;
	transition: color 0.2s ease;
}

.aktbox h3 a {
	color: #1a202c;
	font-size: 1.375rem;
	line-height: 1.3;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	transition: color 0.2s ease;
}

.aktbox h3 a:hover {
	color: #9c116d;
}

#map {
	width: 100%;
	height: 375px;
	clear: both;
}

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 375px;
	position: absolute;
}

@media (max-width: 600px) {

	#map {
		width: 100%;
		height: 250px;
	}

	.overlay {
		height: 250px;
	}

}

#addresstel {
	width: 100%;
	clear: both;
}

#address {
	font-size: 32px;
	color: #ffffff;
	width: 100%;
	padding: 40px 0px 40px 0px;
	background-color: #a7aaaf;
}

#tel {
	font-size: 32px;
	line-height: 1.0em;
	color: #ffffff;
	width: 100%;
	padding: 40px 0px 40px 0px;
	background-color: #9c116d;
}

#telbox {
	width: auto;
	margin-top: 30px;
	padding: 0px;
	font-size: 48px;
	line-height: 1.0em;
	clear: both;
}

#telbox img {
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 20px;
}

@media (max-width: 600px) {

	#address {
		font-size: 24px;
		color: #ffffff;
	}

	#tel {
		font-size: 24px;
	}

	#telbox {
		margin-top: 15px;
		font-size: 32px;
		line-height: 1.0em;
	}

	#telbox img {
		display: inline-block;
		margin-bottom: -10px;
		margin-right: 20px;
	}

}

#kontakt {
	font-size: 32px;
	color: #ffffff;
	width: 100%;
	padding: 40px 0px 40px 0px;
	background-color: #727983;
}

@media (max-width: 600px) {
	#kontakt {
		font-size: 24px;
	}
}

#kontaktform {
	width: 100%;
	text-align: center;
}

#kontaktform input[type='text'] {
	width: 100%;
}

#kontaktform textarea {
	overflow: auto;
	min-width: 100%;
	min-height: 108px;
	max-width: 100%;
	max-height: 108px;
}

#kontaktform span {
	font-size: 16px;
	color: orange;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.formk {
	text-align: left;
}

div.f1 {
	width: 50%;
	float: left;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.f2 {
	width: 50%;
	height: 104px;
	float: left;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 900px) {
	div.f1 {
		width: 100%;
		padding: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.f2 {
		width: 100%;
		padding: 0px;
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.tekstbox {
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 60px;
}

.tekstboxg {
	text-align: left;
	margin-bottom: 60px;
}

.tekstbox img, .tekstbox table, .tekstbox td, .tekstbox object {
	max-width: 100% !important;
	height: auto;
}

.tekstbox td	{
	padding: 5px;
}

@media (max-width: 600px) {
	.tekstbox {
		margin-bottom: 30px;
	}

	.tekstboxg {
		margin-bottom: 30px;
	}
}

#footer {
	font-size: 11px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #e9e9e9;
	clear: both;
	padding: 0px 80px 0px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fotl {
	float: left;
}

.fotr {
	float: right;
}

@media (max-width: 600px) {
	#footer {
		font-size: 11px;
		width: 100%;
		height: auto;
		display: table;
		line-height: 1.4em;
		background-color: #e9e9e9;
		clear: both;
		padding: 10px 30px 10px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fotl {
		float: left;
		clear: both;
		text-align: left;
	}

	.fotr {
		float: left;
		clear: both;
		text-align: left;
	}
}

#footer img {
	float: right;
	margin-top: 15px;
}

p.titleh4{
	text-align: left;
    color: #9c116d;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

.dropdown
{
	float: left;
}
.dropdown:hover .dropdown-content
{
	display:block;
}
.dropdown-content
{
	display:none;
	position: absolute;
    top: 50px;
    z-index: 1;
    border: 1px solid #9c116d;
    background-color: #efefef;
}
.dropdown-content a{
    float: none !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #9c116d;
    min-width: 220px;
}
/*

     SECTION 108(a)(3)).
*/
/*
  captures_list: 0.719
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.02
  esindex: 0.013
  cdx.remote: 14.82
  LoadShardBlock: 114.567 (3)
  PetaboxLoader3.datanode: 135.557 (4)
  PetaboxLoader3.resolve: 66.799 (2)
  load_resource: 106.33
*/