* {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} 
body {-webkit-text-size-adjust: none}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@-ms-viewport {width: device-width}
body {
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	overflow-y: scroll;
}
body,
input,
select,
textarea {
	color: #3a4b55;
    font-family: 'Cabin', Verdana, 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: #cc1118;
	text-decoration: none;
}

code {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	font-family: monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}
pre {
	-webkit-overflow-scrolling: touch;
	font-family: monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}
pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}
hr {
	border: 0;
	border-bottom: 1px solid #b7c2d6;
	margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
	margin: 0 auto;
}



sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


.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 {
	border-bottom: 1px solid #cc1118;
	transition: color .5s ease, border-color .5s ease, background .5s ease;
}
article a:hover {
     border-color: #000;
     color: #000;
}






.btn,
.przycisk {
    display: block;
	width: 160px;
	height: 50px;
	border: 2px solid #fc0;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 46px;
	text-align: center;
	margin: 25px 0 0;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    background: #fc0;
    cursor: pointer;
}
.btn:hover,
.przycisk:hover {
	border-color: #212b31;
	color: #212b31;
    background: #fff;
}




h1, h2, h3, h4, h5, h6 {
	font: 800 30px/1.2;
    text-align: center;
}
h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 30px;
	margin: 0 0 33px;
}
h2 {
	font-size: 28px;
	margin: 75px 0 15px;
}
h3 {
	font-size: 26px;
	margin: 75px 0 15px;
}
h2 + h3 {
	margin-top: 0;
}

h4 {
	font-size: 24px;
	margin: 75px 0 15px;
}
h5 {
	font-size: 22px;
	margin: 75px 0 15px;
}
h6 {
	font-size: 20px;
	margin: 75px 0 15px;
}


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

.nadTabela::before {
	content: 'Przesuń tabelę, by zobaczyć wszystkie wymiary';
	margin: 10px 0;
	padding: 20px;
	display: block;
	font-weight: bold;
	text-align: center;
}
table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 2px;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
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;
}


.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.flex_Le,
.flex_Pr {
	width: 50%;
	padding: 25px;
}


.flexInline {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

}



.navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 20px;
}
.navi a {
	margin: 20px;
	background: #f4f4f4;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.2;
	-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	-o-transition: background-color 0.5s ease, color 0.5s ease;
	transition: background-color 0.5s ease, color 0.5s ease;
	color: #2a2a2a;
}
.navi span {
}

.navi a[rel="prev"] span {
	padding-right: 20px;
}
.navi a[rel="next"] span {
	padding-left: 20px;
}


.navi a:hover {
    background: #fff;
	color: #333;
}


.navi a.w::before {
	font-family: icomoon;
	content: '\e901';
	font-size: 35px;
	margin: 0 10px 0 -6px;
}
.navi a.d::after {
	font-family: icomoon;
	content: '\e902';
	font-size: 35px;
	margin: 0 -6px 0 10px;
}





.sOkruszki {
	max-width: 1220px;
	margin: 25px auto;
}
.breadcrumb {
	background: #f5f5f5;
	padding: 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb li {
	margin-left: 10px;
	display: inline;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #cc1118;
	content: "/\00a0";
}
.breadcrumb a {
	color: #cc1118;
}
.breadcrumb a:hover {
	color: #1a1a18;
}



.jAlert {
	margin: 20px auto;
	padding: 20px;
	background: #eee;
	max-width: 600px;
	text-align: center;
    position: relative;
}
.jAlert a {
	display: block;
	margin: 0 auto 10px;
	font-size: 50px;
	width: 30px;
	height: 30px;
	line-height: 24px;
	cursor: pointer;
}
.jAlert a:hover {
	color: #000
}



input {
	border: 1px solid #eee;
}



