@charset "utf-8";
@font-face {
    font-family: "Calibri";
    src: url("fonts/calibri.woff") format('woff');
    font-weight: normal;
}
@font-face {
    font-family: "LinLibertine";
    src: url("fonts/LinLibertine_Re-4.1_.8_.woff") format('woff');
    font-weight: normal;
}
@font-face {
    font-family: "LinLibertineBold";
    src: url("fonts/LinLibertine_Bd-4.0_.2_.woff") format('woff');
    font-weight: normal;
}
body {
	margin: 0; padding: 0;
	font-family: "LinLibertine";
	background-color:#ffffff;
	color:#000000;
	font-size: 13px;
	line-height: 1.5;
}
div {
	padding: 0;
	margin:0 auto;
}
.max_wymiar_full_hd {
	width:100%;
	max-width:1920px;
}
.max_wymiar {
	width:100%;
	max-width:1200px;
	overflow:hidden;
	height:auto;
}
.top {
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	background-color:#00617a;
	color:#FFFFFF;
}
.banner {
	width:100%;
	height:auto;
	background-color:#ebebeb;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
	background-image:url(images/banner.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.banner_lewa {
	float:left;
	width:500px;
}
.banner_prawa {
	float:left;
	width:calc(100% - 550px);
	margin-left:50px;
}
.line_h1 {
	line-height:1;
}	
.parent{
    display: table;
	width:100%;
	table-layout: fixed;
}
.box {
    display: table-cell;
    vertical-align:top;
	width:calc(25% - 70px);
	padding-left:15px;
	padding-right:15px;
}
.box2 {
    display: table-cell;
    vertical-align:top;
	width:calc(25% - 30px);
	padding-left:15px;
	padding-right:15px;	
}
.box_strzalka {
    display: table-cell;
    vertical-align: middle;
	width:40px;
}
.banner_kule_lewa {
	float:left;
	width:100px;
	margin-top:20px;
}
.banner_kule_prawa {
	float:left;
	width:calc(100% - 100px);
	font-size:20px;
	font-family: "Calibri";
}
.banner_kule_lewa_kula {
	width:20px;
	height:20px;
	background-color:#00617a;
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;	
}
.banner_kule_lewa_linia {
	width:1px;
	height:70px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#000000;
}
.box_zamowienie {
	width:100%;
	height:auto;
	padding:20px;
	background-color:#FFFFFF;
	overflow:hidden;
	font-family: "Calibri";
	font-size:20px;
}
.box_zamowienie_13 {
	float:left;
	width:calc(100% / 3);
	text-align:center;
	text-transform:uppercase;
	font-size:21px;
	border-bottom:#a4a4a4 solid 5px;
	background-color:rgba(255,255,255,0.8);
	 font-family: "Calibri";
}
.box_zamowienie_13_akt {
	border-bottom:#00617a solid 5px;
}
.box_zamowienie_tytul {
	font-size:24px;
	font-weight:bold;
}
.form_lewa {
	float:left;
	width:140px;
	padding-top:25px;
}
.form_prawa {
	float:left;
	width:calc(100% - 140px);
	font-size:22px;
	font-weight:bold;
}
.polowa {
	float:left;
	width:50%;
}

ul {
  list-style-type: none; /* no default bullets */
  padding-left:0;
  margin-left:0;
}

ul li {
	margin-top:10px;
	margin-bottom:10px;
}

ul li:before { /* the custom styled bullets */
  background-color: #00617a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}
	
.margin_prawa {
	margin-right:0;
}
.margin_lewa {
	margin-left:0;
}
.wyrownajdotekstu {
	vertical-align:middle;
}
.do_srodka {
	text-align:center;
}
.do_lewej {
	text-align:left;
}
.do_prawej {
	text-align:right;
}
.do_lewej_prawej {
	text-align:justify;
}
.cz_normal {
	font-weight:normal;
	padding:0;
	margin:0;
}
.cz_czerwona {
	color:#00617a;
}
.cz_czerwona2 {
	color:#FF0000;
}
.cz_upper {
	text-transform:uppercase;
}
.cz_lower {
	text-transform:lowercase;
}
.cz_calibri {
	font-family: "Calibri";
}
.cz_linlibertinebold {
	font-family: "LinLibertineBold";
}
.cz_bold {
	font-weight:bold;
}
.cz_siwa {
	color:#737373;
}
.cz_10 {
	font-size:10px;
}
.cz_11 {
	font-size:11px;
}
.cz_12 {
	font-size:8px;
}
.cz_13 {
	font-size:13px;
}
.cz_14 {
	font-size:13px;
}
.cz_15 {
	font-size:15px;
}
.cz_16 {
	font-size:16px;
}
.cz_18 {
	font-size:18px;
}
.cz_20 {
	font-size:20px;
}
.cz_22 {
	font-size:22px;
}
.cz_24 {
	font-size:24px;
}
.cz_30 {
	font-size:30px;
}
.cz_36 {
	font-size:36px;
}
.cz_40 {
	font-size:40px;
}
.cz_48 {
	font-size:48px;
}
.cz_72 {
	font-size:72px;
}
.cz_100 {
	font-size:100px;
}
.cz_pytanie {

}
.cz_odpowiedz {

}	
.cz_zielona {
	color:#4caf50;
}
.cz_pochylona {
	font-style:italic;
}
.cz_niebieska {
	color:#4caf50;
}
.cz_biala {
	color:#FFFFFF;
}
.cz_siwa {
	color:#525252;
}
.tresc {
	text-align:left;
	font-size:20px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6;
}	
.cookie {
	width: 100%;
	position:fixed;
	right:0px;
	bottom:0px;
	text-align:center;
	color:#000000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1000;
	background-color:rgba(216,216,216,0.8);
	z-index:3222;
}
.form_rej_txt_k {
	border:#989898 solid 1px;
	padding: 8px;
	width:100%;
	font-weight:bold;
	max-width:300px;
	font-size: 20px;
	color:#000000;
	font-family: "Calibri";
	background-color:rgba(255,255,255,1);
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;		
}
.form_rej_text_k {
	border:#989898 solid 1px;
	padding: 10px;
	width:calc(100% - 2px);
	font-size: 14px;
	height: 127px;
	color:#000000;
	font-family: "Calibri";
	background-color:rgba(255,255,255,0);
}
.form_rej_submit {
	color:#ffffff;
	border:none;
	padding: 5px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 18px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	background-color:#00617a;
	cursor:pointer;
	font-family: "Calibri";
	width:100%;
	max-width:280px;
	height:60px;
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	margin-left:auto;
	margin-right:auto;
	text-transform:uppercase;
}
.form_rej_submit:hover {
	color:#ffffff;
	background-color:#000000;
}
.odstep_lewa_5 {
	padding-left:5px;
}
.odstep_lewa_10 {
	padding-left:10px;
}
.odstep_lewa_15 {
	padding-left:15px;
}
.odstep_lewa_40 {
	padding-left:40px;
}
.odstep_prawa_5 {
	padding-right:5px;
}
.odstep_prawa_10 {
	padding-right:10px;
}
.odstep_prawa_20 {
	padding-right:20px;
}
.odstep_0 {
	width: 100%;
	height: 0px;
	clear:both;
}
.odstep_5 {
	width: 100%;
	height: 5px;
	clear:both;
}
.odstep_10 {
	width: 100%;
	height: 10px;
	clear:both;
}
.odstep_15 {
	width: 100%;
	height: 13px;
	clear:both;
}
.odstep_20 {
	width: 100%;
	height: 20px;
	clear:both;
}
.odstep_25 {
	width: 100%;
	height: 25px;
	clear:both;
}
.odstep_30 {
	width: 100%;
	height: 20px;
	clear:both;
}
.odstep_40 {
	width: 100%;
	height: 40px;
	clear:both;
}
.odstep_50 {
	width: 100%;
	height: 50px;
	clear:both;
}
.odstep_100 {
	width: 100%;
	height: 100px;
	clear:both;
}
.padding_0 {
	padding:0;
}
.linia {
	clear:both;
	width:100%;
	height:1px;
	background-color:#dad8d9;
}
p {
	margin: 0 auto;
	padding: 0px;
}
.nie_dziel {
	white-space:nowrap;
}
.ukryj_nie_mobile {
	display:none;
}
img {
	max-width:100%;
	border:0;
}
.miasto_podpowiedz {
	height:auto;
	border:#eec801 solid 1px;
	padding: 8px;
	width:100%;
	max-width:477px;
	margin-left:0;
	display:none;
}

input[type="checkbox"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #00617a;
  background-color: #ffffff;
  border-radius: 10%;
  margin-right:10px;
  cursor:pointer;
}

/* appearance for checked radiobutton */
input[type="checkbox"]:checked {
  background-color: #00617a;
}

label {
	width:calc(100% - 40px);
	font-size:14px;
	font-weight:normal;
}


/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}
.flex2 {
  display:flex;
  align-items: top;
}

.poprawka {
	color:#00617a;
	display:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	margin-top:5px;
}

.linia_kom {
	margin-left:0;
	width:200px;
	height:2px;
	background-color:#000000;
}
.komentarz {
	width:100%;
	height:auto;
	padding-bottom:10px;
	border-bottom:#999999 solid 1px;
	overflow:hidden;
	margin-bottom:15px;
}
.komentarz_l {
	float:left;
	width:60px;
}
.komentarz_p {
	float:left;
	margin-left:20px;
	width:calc(100% - 80px);
	font-size:14px;
	text-align:left;
}
.komentarz_p_l {
	float:left;
	font-size:16px;
}
.komentarz_p_p {
	float:right;
	font-size:14px;
	font-style:italic;
}
.margin0 {
	margin-left:auto !important;
	margin-right:auto !important;
	max-width:1000px;
}
.mobile_button {
	width:180px;
	position:fixed;
	bottom:20px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#00617a;
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	font-family: "Calibri";
	font-size:18px;
	z-index:9999;
	display:none;
}
.mobile_button:hover {
	background-color:#000000;
	color:#FFFFFF;
}

#schowaj_jezyki {
	display:none;
}
.button_stopka {
	width:250px;
	padding:10px;
	font-size:18px;
	text-align:center;
	border:#FFFFFF solid 1px;
  	behavior: url(/js/border-radius.htc);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	text-transform:uppercase;
}
.button_stopka:hover {
	color:#000000;
	border:#000000 solid 1px;
}

a:link {
color:#626669;
text-decoration:none;
}
a:visited
{
color:#626669;
text-decoration:none;
}
a:hover
{
color:#0072c8;
text-decoration: none;
}
a:active
{
color:#626669;
text-decoration:none;
}

a.link_czerwony:link {
color:#00617a;
text-decoration:none;
}
a.link_czerwony:visited
{
color:#00617a;
text-decoration:none;
}
a.link_czerwony:hover
{
color:#0072c8;
text-decoration: none;
}
a.link_czerwony:active
{
color:#00617a;
text-decoration:none;
}

a.link_bialy:link {
color:#ffffff;
text-decoration:none;
}
a.link_bialy:visited
{
color:#ffffff;
text-decoration:none;
}
a.link_bialy:hover
{
color:#000000;
text-decoration: none;
}
a.link_bialy:active
{
color:#ffffff;
text-decoration:none;
}


@media (max-width:1199px) {

}
@media (max-width:991px) {
	.img_max {
		max-width:600px;
	}
	.banner_lewa {
		width:100%;
		float:none;
	}
	.banner_prawa {
		width:100%;
		float:none;
		margin-left:0px;
		margin-top:20px;
		max-width:800px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width:767px) {	
	.ukryj_mobile {
		display:none !important;
	}
	.banner {
		background-image:none;
		width:100%;
	}
	.banner_lewa {
		width:100%;
	}
	.banner_prawa {
		width:100%;
		margin-top:30px;
		margin-left:0px;
	}
	.cz_40 {
		font-size:30px;
	}	
	.banner_kule_lewa {
		width:40px;
		margin-top:20px;
	}	
	.banner_kule_prawa {
		float:left;
		width:calc(100% - 60px);
		font-size:20px;
		margin-left:20px;
		font-family: "Calibri";
	}
	.banner_kule_lewa_linia {
		width:1px;
		height:130px;
		margin-top:5px;
		margin-bottom:5px;
		background-color:#000000;
	}
	.box_zamowienie_tytul {
		line-height:1.2;
	}		
	.cz_mobilna1 {
		font-size:18px;
	}
	.parent{
		display:block;
		width:100%;
		table-layout: fixed;
	}
	.box {
		display:block;
		vertical-align:top;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:30px;
	}
	.box2 {
		display:block;
		vertical-align:top;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:30px;
	}
	.box_strzalka {
		display:none;
	}	
	.polowa {
		float:none;
		width:100%;
	}
	.form_lewa {
		float:left;
		width:100%;
		text-align:center;
	}
	.form_prawa {
		float:left;
		width:100%;
		font-size:19px;
		padding-top:20px;
	}	
	.img_max {
		max-width:100%;
	}	
	.mobile_button {
		display:block;
	}		
}
@media (max-width:450px) {
	.ukryj_mobile {
		display:none !important;
	}
	.banner {
		background-image:none;
		width:100%;
	}
	.banner_lewa {
		width:100%;
	}
	.banner_prawa {
		width:100%;
		margin-top:30px;
		margin-left:0px;
	}
	.cz_40 {
		font-size:30px;
	}	
	.banner_kule_lewa {
		width:40px;
		margin-top:20px;
	}	
	.banner_kule_prawa {
		float:left;
		width:calc(100% - 60px);
		font-size:20px;
		margin-left:20px;
		font-family: "Calibri";
	}
	.banner_kule_lewa_linia {
		width:1px;
		height:130px;
		margin-top:5px;
		margin-bottom:5px;
		background-color:#000000;
	}
	.box_zamowienie_tytul {
		line-height:1.2;
	}		
	.cz_mobilna1 {
		font-size:18px;
	}
	.parent{
		display:block;
		width:100%;
		table-layout: fixed;
	}
	.box {
		display:block;
		vertical-align:top;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:30px;
	}
	.box2 {
		display:block;
		vertical-align:top;
		width:100%;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:30px;
	}
	.box_strzalka {
		display:none;
	}
	.polowa {
		float:none;
		width:100%;
	}
	.form_lewa {
		float:left;
		width:100%;
		text-align:center;
	}
	.form_prawa {
		float:left;
		width:100%;
		font-size:19px;
		padding-top:20px;
	}	
	.img_max {
		max-width:100%;
	}
	.mobile_button {
		display:block;
	}	
}