* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
ol, ul {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}
*, *:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
@-ms-viewport {width: device-width}
body {
	background-color: #f5f5f5;;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.5em;
	overflow-y: scroll;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
body,
input,
select,
textarea {
	color: #111;
    font-family: 'Montserrat', sans-serif;
}
a {
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease, background 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease, background 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease, background 0.2s ease;
    color: #3ab09e;
	text-decoration: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
	margin: auto;
}




.ukr {display: none}
.srodek {text-align: center}
strong, b {font-weight: bold}
iframe {max-width: 100%}
em, i {font-style: italic}
p {margin: 0 0 20px}
p:last-child {margin: 0}


article a {
	transition: color .5s ease, border-color .5s ease;
}
article a:hover {
     border-color: #000;
     color: #000;
}







.przycisk {
    display: block;
	width: 151px;
	height: 40px;
	border: 0;
    background: #333863;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
	margin: 25px 0 0;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.przycisk:hover {
	border-color: #3ab09e;
	color: #fff;
    background: #3ab09e;
}




h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: var(--granatowy);
}
h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 32px;
	margin: 0 0 33px;
}
h2 {
	font-size: 24px;
	margin: 50px 0 15px;
}
h3 {
	font-size: 22px;
	margin: 50px 0 15px;
}
h4 {
	font-size: 21px;
	margin: 50px 0 15px;
}
h5, h6 {
	font-size: 20px;
	margin: 25px 0 15px;
}

.tresc h2,
.tresc h3,
.tresc h4,
.tresc h5,
.tresc h6 {
	text-align: left;
}

.nadTabela {
	margin: 20px -20px 0;
	overflow-x: scroll;
	max-width: calc(100% + 40px);
    position: relative;
}

.nadTabela::before {
	content: 'Przesuń tabelę, by zobaczyć całość';
	margin: 10px 0;
	padding: 20px;
	display: block;
	font-weight: bold;
	text-align: center;
}
table {
	width: 600px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
	text-align: center;
}
tr {
	background-color: #efefef;
	transition-duration: .3s;
}
td,
th {
	color: #000;
	font-size: 14px;
	padding: 10px 3px;
	vertical-align: middle;
}
th {
	font-weight: bold;
}
table tr:nth-child(2n+1) {
	background-color: #f6f6f6;
}
tr:hover,
tr:hover td {
	background-color: #3ab09e !important;
	color: #fff;
	transition-duration: .3s;
}



.zaH3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;

}



.navi {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 30px -20px;
	padding: 20px 0;
}
.navi_w,
.navi_d {
	margin: 10px 0;
	border: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
	transition: background-color 0.5s ease, color 0.5s ease;
	color: #2a2a2a;
	width: 100%;
}
.navi_d {
	justify-content: flex-end;
}
.navi_w span,
.navi_d span {
	padding: 10px;
	text-align: center;
}
.navi a:hover {
    background: #efefef;
	color: #333;
}
.navi_w::before,
.navi_d::after {
	font-family: ico_re;
	content: '\e901';
	font-size: 35px;
}
.navi_d::after {
	content: '\e902';
}





.sOkruszki {
	max-width: 1151px;
	margin: 25px auto;
}
.breadcrumb {
	background: #f5f5f5;
	padding: 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb li {
	margin-left: 10px;
	display: inline;
}
.breadcrumb a {
	color: #3ab09e;
}
.breadcrumb a:hover {
	color: #1a1a18;
}



#system-message-container {
	margin: 20px auto;
	padding: 20px;
	background: #eee;
	max-width: 600px;
}


