:root {
--niebieski:;
--czerwony: #e7494a;
--brazowy: #1B1B1B;
--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}

html {
    min-width: 100%;
	height: 100%;
    overflow-y: scroll;
}
body {
	color: #333;
	font: normal 22px/28px 'Lora', serif;
	overflow-x: hidden;
	background: #fff;
}
#header {
	display: flex;
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
    background: var(--brazowy);
    overflow: hidden;
}
#header .wasko {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	max-width: 1200px;
	padding: 0 2%;
	margin: auto;
}
a.logo {
	width: 200px;
	height: 50px;
	border: 0;
	display: block;
	transition: all 1s ease 0s;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.logo img {
	transition: all 1s ease 0s;
}
nav {
	height: 50px;
}
nav ul {
	list-style: none;
}
nav li {
	display: inline-block;
	padding-left: 0;
    position: relative;
}
nav a {
	display: inline-block;
	height: 50px;
	margin: 0 .5em;
	color: #fff;
    border-bottom: 0;
	font-size: 17px;
	line-height: 40px;
	transition: color 1s linear;
}
nav a:hover,
.ta > a {
    border-bottom: 0;
	transition: all 1s ease 0s;
	color: var(--czerwony);
}
nav li:last-child a {
	margin-right: 0;
}
img {
	max-width: 100%;
	display: block;
}
.mar50-0,
.mar50auto {
    margin: 50px auto;
}
h1,
h2,
h3,
h4 {
    margin: 100px 0 50px;
    position: relative;
    line-height: normal;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 50px;
}
h2 {
    font-size: 150%;
}
h3,
h4 {
    font-size: 140%;
}
strong {font-weight: bold}
a {
	color: var(--czerwony);
	text-decoration: none;
	border-bottom: 1px dashed var(--czerwony);
	-webkit-transition: .6s linear;
	-moz-transition: .6s linear;
	-o-transition: .6s linear;
	transition: .6s linear;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.tresc p {
	display: block;
	margin: 0 auto 25px;
	max-width: 800px;
}
p:last-child {margin-bottom:0}
.srodek {text-align: center;}
.przycisk {
	display: flex;
	border: 0;
	background: var(--czerwony);
	color: #fff;
	margin: 50px auto;
	line-height: 2;
	justify-content: space-evenly;
	align-items: center;
	width: 250px;
}
.przycisk i {
	font-size: 34px;
}
.przycisk:hover {
	border: 0;
}
article ul {
	list-style: square;
	display: block;
	margin: 0 auto 25px;
	max-width: 800px;
    padding-left: 50px;
}
article li {
	padding: 10px 0;
}
/* navi */
.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 50px auto;
}
.navi a {
	padding: 20px 0;
	border: 0;
	display: flex;
	align-items: center;
	text-shadow: 0 0 10px #000;
}
.navi a.d {
	margin-left: auto;
}
.navi i {
	font-size: 50px;
}
.navi a:hover {
    color: #fff;
}
/* STARTOWA */
section {
	width: 100vw;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    padding: 0 10px;
}
article {
	background: #fff;
	padding: 50px 10px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.intro {
	padding: 20px;
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 900px;
	background: #fff;
	color: #333;
}
.s1 {
	color: var(--czerwony);
	height: 100vh;
	overflow: hidden;
    padding: 0;
}
.s1_img {
	max-width: unset;
}
.s1_intro {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
}
.s1_h1 {
	font-weight: bold;
	text-shadow: 0 0 1px #000;
}



.s1 .przycisk {
	margin-bottom: 0;
}



.s2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	align-items: stretch;
}
.s2 h2 {
  width: 100%;
}
.s2_a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--czerwony);
	max-width: 360px;
	padding: 20px;
	color: #fff;
	margin: 20px 0;
	width: 100%;
	min-height: 150px;
}
.s2_h {
	margin: 0;
	font-size: 110%;
}
.s2_a:hover {
	border-color: #fff;
	color: var(--brazowy);
}
.s3 {
	min-height: 50vh;
}
.loga {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.loga img {
	width: 100px;
	margin: 25px;
}
.s7 {
	color: var(--czerwony);
	height: 30vh;
	max-height: 566px;
	background: #fff url(../img/wkrecanie-sruby.jpg) no-repeat top center;
}
h3 {}
.flex {
	display: flex;
	justify-content: center;
}
.flex a {
	margin: 25px;
	width: 150px;
	text-align: center;
	font-size: 30px;
	color: #000;
	border: 0;
}.flex img {}
.takieTam {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
    margin: 50px 0;
}
.takieTam a {
    border: 0;
    margin-bottom: 50px;
}
footer {
	font-size: 13px;
	margin: 50px 10px;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	border-top: 1px solid #eee;
}
footer p + p {
    margin-too: 10px;
}
footer a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted red;
}
footer a:hover {
}
@media screen and (min-width: 750px) {
.s1 .intro {
	padding: 50px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
}
}
