/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2 {
	display: none;
}

h3 {
	font-size: 16px;
	font-weight: 400;
}

h4 {
	color: #fac42e;
	font-size: 16px;
	padding-bottom: 1em;
	margin: 0;
}

strong {
	color: #fac42e;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #4444a7;
}

.main .menu a.main, .oferta .menu a.oferta, .kontakt .menu a.kontakt, .mapa .menu a.mapa {
	color: #fac42e;
}

.mapa #content {
	padding: 0 0 0 356px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.9;
	text-align: left;
	background: url(../images/background.jpg) no-repeat;
	height: 325px;
}

article a {
	color: #fac42e;
	font-weight: 700;
}

.mapa #footer {
	padding-top: 10px;
}

.mapa iframe {
	width: 100%;
}

#adres {
	padding-top: 20px;
	line-height: 1.2;
	text-align: left;
}

.kontakt #content, .oferta #content {
	line-height: 1.6;
}

.oferta #content ul {
	padding: 20px 0;
}

.oferta span {
	font-weight: 700;
}

.oferta #content a.more {
	font-weight: 400;
	color: #fff;
}

a.more {
	display: none;
}

* {
	box-sizing: border-box;
}

body {
	background: #e5e5e5;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}

h4 {
	padding: 0 0 1em;
	margin: 0;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 2em auto;
	padding: 1em;
}

.logo {
	display: none;
	float: left;
	margin-bottom: 1em;
}

header {
	display: flex;
	flex-direction: column;
}

.slogan {
	color: #4444a7;
	float: left;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}

.menu {
	font-size: 16px;
	float: left;
	max-width: 100%;
	background: white;
	font-weight: bold;
	padding: 1em;
	list-style: none;
	margin: 1em 0;
	width: 100%;
}

.menu li {
	padding: 0 1em;
	display: block;
	float: left;
	clear: both;
}

.content {
	clear: both;
	display: flex;
}

.content img {
	display: none;
}

article {
	background: #020d83;
	color: #fff;
	padding: 1.5em 1em;
}

article a {
	color: inherit;
	text-decoration: underline;
}

article li {
	padding: 0.5em 1em;
	margin: 0;
}

footer {
	margin-top: 1em;
	font-size: 14px;
	color: #4444a7;
}

@media screen and (min-width: 600px) {
	.logo {
		display: block;
	}

	.content img {
		max-width: 350px;
		height: auto;
		display: block;
	}
	.slogan {
		padding: 0.5em 0;
		margin: 0 0 0 1.5em;

	}
	.menu {
		margin: 0 0 0 1.5em;
		width: auto;
	}

	.menu li {
		clear: none;
	}
}