
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
}

html{
	width: 100%;
}

body{
	background: #fff;
	margin: 0;
	padding: 10px;
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	line-height: 1.5;
}

a{
	font-family: sans-serif;
	font-size: 14px;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}

h1.title{
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.clear{
	clear: both;
}

.article-date{
	margin: 20px 0 0 0;
}

.opublikowane{
	border-bottom: 1px solid #9e9e9e;
	padding: 10px 0;
	font-size: 16px;
}
.opublikowane a{
	font-size: 16px;
}

.tresc{
	padding: 10px 0;
}

.info{
	padding: 10px 0;
	border-bottom: 1px solid #9e9e9e;
}

.zrodlo{
	border-top: 1px solid #9e9e9e;
	padding: 10px 0;
}

.wersja{
	padding: 10px 0;
}

.headstyle{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
    color: #fff;
	padding: 23px 0;
	text-align: left;
	justify-content: flex-start;
	letter-spacing: 1.05mm;
}
.podstrona .headstyle{
	padding: 43px 0 23px 0;
}
.podstrona .headstyle:first-child{
	padding-top: 0;
}
.podstrona > .pagewidth > .content{
	padding-top: 30px;
}

.headstyle{
	position: relative;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
    color: #4c5157;
	text-transform: uppercase;
	margin: 30px auto 20px auto;
	font-family: 'Oswald', sans-serif;
}
.headstyle h1,
.headstyle h2,
.headstyle h3,
.headstyle h4{
	font-size: inherit;
	font-weight: inherit;
}
.headstyle.white{
	color: #fff;
}
.headstyle .circle{
	display: flex;
	justify-content: center;
	margin-top: 3px;
}
.headstyle .circle span{
	display: inline-block;
	color: #0a4595;
}
.headstyle .circle span.c1{
	color: #c2d0e4;
}
.headstyle .circle span.c2{
	color: #84a2ca;
}
.headstyle.white .circle span{
	color: #ffffff;
}
.headstyle.white .circle span.c1{
	color: #4879bb;
}
.headstyle.white .circle span.c2{
	color: #85a6d2;
}
.headstyle .circle span::before{
	display: flex;
	content: '\e122';
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	font-size: 10px;
	padding: 0 2px;
}

.article-photo{
	float: left;
	max-width: 35%;
	margin: 0 20px 5px 0;
}
