* {
	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;
}
html {
    min-width: 100%;
	height: 100%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333;
	font: normal 22px/28px Tahoma, sans-serif;
	overflow-x: hidden;
	background: #fff;
}

#header {
	display: flex;
	height: 50px;
	left: 0;
/* 	position: fixed; */
	top: 0;
	z-index: 10000;
	width: 100%;
    background: #0076a0;
    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: #07BEFB;
}


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: #0076a0;
	text-decoration: none;
	border-bottom: 1px dashed #0076a0;
	-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: #0076a0;
	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: #0076a0;
    background: #fff url(../img/zegarki.jpg) no-repeat top center / cover;
    padding-top: 150px;
}
.s1 .przycisk {
	margin-bottom: 0;
}

.s2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
	align-items: stretch;
}

.s2 h2 {
  width: 100%;
}

.s2 article {
	flex: 1;
	margin: 25px;
	padding: 25px;
	max-width: 360px;
	background: #0076a0;
	color: #fff;
}
.s2 article a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: 1px solid #07BEFB;
    padding: 25px;
	color: #fff;
}
.s2 article h3 {
	margin: 0;
	font-size: 110%;
}
.s2 article a:hover {
	border-color: #fff;

	color: #07BEFB;
}








.s3 {
	min-height: 50vh;
}




.loga {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.loga img {
	width: 100px;
	margin: 25px;
}













.s7 {
	color: #0076a0;
	height: 30vh;
	max-height: 566px;
	background: #fff url(../img/zegarki.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 {
	height: 70vh;
	align-items: center;
	padding: 0 50px;
}
.s1 .intro {
	padding: 50px;
	background: rgba(0, 118, 160, .8);
	color: #fff;
	text-shadow: 0 0 5px #000;
}

}