:root {
--niebieski:#006fb9;
--czerwony:#ee1d23;
--brazowy:#313234;
--szary:#f1f1f1;
--transition2: color .2s ease, border-color .2s ease, background .2s ease;
--transition5: color .5s ease, border-color .5s ease, background .5s ease;
}
* {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}
*, :before, :after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
@-ms-viewport {width: device-width}
body {
	background-color: #fff;
	margin-top: 70px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4em;
	overflow-y: scroll;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
.startowa {margin:0}
body,
input,
select,
textarea {
	color: #111;
    font-family: 'Montserrat', Tahoma, 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: var(--czerwony);
	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}





.przycisk {
    display: block;
	width: 150px;
	height: 40px;
	border: 0;
    background: var(--czerwony);
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0;
	transition: color 0.5s ease, border-color 0.5s ease, background 0.5s ease;
}
.przycisk:hover {
	border-color: #3ab09e;
	color: #fff;
    background: var(--niebieski);
}






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


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


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

}





@media (min-width:1000px) {
body {
	margin-top: 100px;
}
}



