@charset "utf-8";

/* CSS Document */

/* Resety */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	font: inherit;
	line-height: 1;
}

html {
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
	height: 100%;
}

footer, header, menu, nav, main, section {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}
 
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	pointer-events: none;
}

/* KONIEC resetow */

/* Czcionki */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #A9A9A9;
	font-weight: 300;
}

:not(a) {
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.header_menu {
	color: #0E4E9F;
	font-size: .9rem;
}

h2, h1 {
    color: #89a8d0;
    margin-bottom: 2em;
	font-size: 1.2em;
	line-height: 1.4;
}

.sub {
	font-size: .8em;
	display: block;
	margin-top: .4em;
	line-height: 1.4;
}

h3 {
	margin-bottom: 1.5em;
	color: #0E4E9F;
	line-height: 1.4;
}

h2:last-child, h3:last-child, h1:last-child {
	margin-bottom: 0;
}

section p {
	line-height: 1.4;
}

section p:not(:last-child) {
	margin-bottom: .4rem;
}

a {
	color: inherit;
	cursor: pointer;
}

#contact1 {
	cursor: pointer;
}

@media screen and (min-width: 800px) {
	body {
		font-size: 1.125rem;
	}
}

/* KONIEC Czcionki */

/* Elementy ukladu */

html * {
	outline-color: #0092D6;
}

body {
	background-color: #fff;
	display: flex;
	flex-flow: column-reverse nowrap;
	min-height: 100%;
}

body:not(.body_home) {
	padding: 0 5vw;
}

.body_home {
	flex-flow: column nowrap;
}

.home {
	height: 100vh;
	overflow: auto;
	scroll-snap-type: y proximity;
	padding: 0 5vw;
}

header {
	margin-top: auto;
	scroll-snap-align: end;
	padding-bottom: 2rem;
}

.home section {
	scroll-snap-align: start;
}

.header_menu {
	display: flex;
	flex-wrap: wrap;
}

.akapit:not(:last-child) {
	margin-bottom: 2em;
}

nav {
	text-align: right;
}

nav li {
	display: inline-block;
}

nav li:not(:first-child) {
	margin-left: 1.5rem;
}

main, .top_space {
	margin-top: 9.5rem;
}

@media screen and (max-width: 949.99px) {
	.header_menu {
		justify-content: space-between;
	}
	
	.copy {
		width: 100%;
		text-align: center;
		order: 3;
		margin-top: 1rem;
	}
}

@media screen and (min-width: 950px) {
	.header_menu {
		justify-content: center;
	}

	.lang,
	nav {
		flex: 1;
	}
}

@media screen and (max-width: 999.99px) {
	main section, .drop {
		margin-bottom: 4rem;
	}
}

@media screen and (min-width: 1000px) {	
	header {
		padding-bottom: 4rem;
	}
	
	main section, .drop {
		margin-bottom: 7rem;
	}
}

@media screen and (min-width: 1135px) {
	.home {
		scroll-snap-type: y mandatory;
	}
}

@media screen and (min-width: 1200px) {
	body:not(.body_home),
	.home {
		padding: 0 calc(50vw - 550px);
	}
}

main section:last-child {
	margin-bottom: 0;
}

.body_home header h2 {
	margin: 0;
}

/* KONIEC Elementy ukladu */

/* Inne */
.links {
	display: block;
}

.links:not(:last-child) {
	margin-bottom: 1rem;
}

.links>span {
	display: inline-block;
	vertical-align: middle;
}

.logo {
	max-width: 350px;
	margin: 0 auto;
	padding: 4rem 0;
}

.fixed_logo {
	position: fixed;
	top: 0;
	left: 5vw;
	right: 5vw;
	background: #fff;
	z-index: 100;
}

.fixed_logo .logo,
.first_logo {
	margin: 0 auto;
	padding: 2rem 0;
}

.header_logo .logo {
    margin: 0 auto;
	padding: 1rem 0;
}

.icon {
	height: 2rem;
	width: 2rem;
	margin-right: .5rem;
}

.icon svg {
	fill: #A9A9A9;
}

@media screen and (min-width: 800px) {
	.logo {
		margin: 0 auto;
		padding: 6rem 0;
	}
	
	.fixed_logo .logo,
	.first_logo {
		margin: 0 auto;
		padding: 3rem 0;
	}
    
    .header_logo .logo {
        margin: 0 auto;
		padding: 2rem 0;
    }
	
	main, .top_space {
		margin-top: 11.5rem;
	}
}

.lista {
	list-style: none;
	margin-top: 1rem;
}

.lista li {
	margin-bottom: .4rem;
	line-height: 1.4;
	position: relative;
	padding-left: 1.5em;
}

.lista li::before {
	content: '';
	background-image: url("grafika/item.svg");
	background-repeat: no-repeat;
	left: 0;
	top: .4em;
	width: 1em;
	height: .5em;
	position: absolute;
}

/* KONIEC Inne */