/* UNIVERSAL */

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	font-size: 15px;
	background:#fff;
}


/* ROOT FONT STYLES */

* {
	font-family: Helvetica, sans-serif;
	color: #333447;
	line-height: 1.5;
}

/* TYPOGRAPHY */
 h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', Helvetica, sans-serif;
}

h1 {
     color: #063479;
     font-size: 3.6rem;
     font-weight: 700;
}

h2 {
     color: #063479;
     font-size: 2.5rem;
     font-weight: 700;
}

h3 {
     font-size: 1.5rem;
	 margin: 1.5rem;
}

h4 {
     font-size: 1.1rem;
}

h5 {
     font-size: 1rem;
}

h6 {
	font-family: 'Lato', Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.3;
	text-align:center;
	margin: 50px 50px 20px 50px;
}

p {
	font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

span.italic {
    font-style: italic;
}

span.orange {
	color: #d34e1d;
}

/* ==== GRID SYSTEM ==== */

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}

.row [class^="col"] {
	float: left;
	min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 100%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 576px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}	
	.col-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}



/* HEADER */

.landing_page_header {
	background: #A3B258 url("tlo.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.landing_page_header h1{
	color: #fff;
	line-height: 1.2;
}

.landing_page_header h3{
	font-family: 'Lato', Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
	color: #f2f2f2;
}

.logo img {
	margin:10px;
	margin:10px;
}

.title {
	margin: 20px;
}

.form {
	margin: 20px;
}

/* CONTENT */

.heading {
	margin: 35px 50px 20px 50px;
}

.description {
	margin: 20px 50px 100px 50px;
	text-align: left;
}

.ikonka {
	height:150px;
	width:150px;
	background:#d2d2d2;
}

.centering {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.pole {
	background:#fff;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}

.pole p {
	text-align: left;
}

.pole_s {
	background:#fff;
	margin: 15px 0;
	padding: 5px 0;
}


.inline-photo {
  opacity: 0;
  -webkit-transform: translateY(4em) rotateZ(0deg);
          transform: translateY(4em) rotateZ(0deg);
  -webkit-transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}



.main-photo {
  -webkit-transform: scale(.8);
          transform: scale(.8);
}

.title_heading {
  -webkit-transform: translate(0%, calc(0% + 1em));
          transform: translate(0%, calc(0% + 1em));
}

.is-visible .main-photo {
  -webkit-transform: none;
          transform: none;
}

.is-visible .title_heading {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.main-photo, .title_heading {
  -webkit-transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1), -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);

  will-change: transform;
}








			label {
				display: block;
				padding:10px;
			} 

			form {
				border-radius: 8px;
				background: #fff;
				box-shadow: 0px 0px 10px rgba(153,153,153,0.65);
				padding: 30px;
				max-width: 450px; 
			}

			input {
				border:none;
				outline:none;
				font-family: 'Poppins', Helvetica, sans-serif;
				font-size: 13px;
				color: #435345;
			}
			
			option {
				outline:none;
			}
			
			select {
				width: 100%;
				padding: 16px 20px;
				border:0px;
				otline:none;
				background:#fff;
				border-bottom: solid 2px #f2f2f2;
			}
			
			option {
				font-family: 'Poppins', Helvetica, sans-serif;
				font-size: 13px;
				color: #435345;
			}
			
			.wpis {
				padding:10px 0;
				width:100%;
				background:#fff;
				border-bottom: solid 2px #f2f2f2;
			}
			
			.wiadomosc {
				background:#fff;
				border-bottom: solid 2px #f2f2f2;
			}

			label span {
				font-family: 'Poppins', Helvetica, sans-serif;
				color: #456453;
				padding: 0 10px;
				font-size: 15px;
			}

			::placeholder {
				font-family: 'Poppins', Helvetica, sans-serif;
				color: #456453;
				padding: 0 10px;
				font-size: 13px;
				font-style: italic;
			}

			.pytanie {
				display: block;
				clear:both;
			}

			.pytanie_rodo {
				font-size: 11px;
				display: block;
				clear:both;
			}

			#poka {
				font-size: 11px;
				text-align:justify;
				margin-top:13px;
			}
			
			#poka a, .pytanie_rodo a{
				font-weight:700;
				text-decoration: none;
			}

			.zaznacz_rodo {
				margin-right:11px;
			}
			
			input[type="checkbox"] {
			}

			textarea {
				width:100%;
				max-width:100%;
				outline:none;
				border: 0px;
				font-family: 'Poppins', Helvetica, sans-serif;
				font-size: 14px;
				color: #435345;
			}

			input[type="submit"] {
				font-family: 'Poppins', Helvetica, sans-serif;
				color: #fff;
				font-size: 1rem;
				line-height: 1;
				padding: 1.2rem 3.6rem;
				min-height: 2.4rem;
				border-radius: 4px;
				cursor: pointer;
				background-color: #d34e1d;
				cursor: pointer;
			}