<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	width: auto;
	max-width: 100%;
	height: auto;
}

body{
	text-align: center;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding-top: 73px;
}
.oh{
	overflow: hidden;
	width: 100%;
}
.page_width{
	max-width: 900px;	
	margin: 0px auto;
}

.col3{
	width: 33%;
	float: left;
	position: relative;
}
.col3 img{
	display: block;	
	position: relative;
	z-index: 5;
}
.pasek_l,
.pasek_r{
	background: #bcc7b9;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1000px;
	right: 50px;
	left: auto;
	z-index: 1;
}
.pasek_r{
	left: 50px;
	right: auto;
}
.col3-2{
	width: 67%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.p_l{
	padding-left: 40px;
}
.p_r{
	padding-right: 40px;
}
.reg{
	font-weight: 400;
}
.semi{
	font-weight: 700;
}
.bold,
strong{
	font-weight: 800;
}
.txt_left{
	text-align: left;
}
.just{
	text-align: justify;
}
p{
	margin-bottom: 10px;
	line-height: 18px;
}
.f18{
	font-size: 18px;
}
.green{
	color: #014425;
}

h2{
	background: url(images/ornament_belka.png) center bottom no-repeat;
	font-family: "Times New Roman";
	color: #ae8d58;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	
}
section{
	clear: both;
	margin-bottom: 48px !important;
}
/**************************************************************************/
#header{
	background-color: #004424;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	border-top: 3px solid #000;
	min-height: 40px;
	z-index: 99;
	padding: 15px 0;
	-moz-box-shadow: 0 0 9.8px 6.2px rgba(2, 3, 3, 0.29);
	-webkit-box-shadow: 0 0 9.8px 6.2px rgba(2, 3, 3, 0.29);
	box-shadow: 0 0 9.8px 6.2px rgba(2, 3, 3, 0.29);
}
#header #logo{
	background: url(images/logo_kancelaria.png) no-repeat;
	color: #fff;
   float: left;
   font-family: times new roman;
   font-size: 14px;
   height: 39px;
   line-height: 15px;
   padding-left: 58px;
	padding-top: 6px;
   text-align: left;
   text-transform: uppercase;
   width: 200px;
	text-decoration: none;
}
#header ul{
	float: right;	
}
#header ul li{
	float: left;
	list-style: none;
	margin-left: 15px;
}
#header ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
}
#header ul li a:hover,
#header ul li.active a{
	color: #319065;
}
#header .page_width{
	max-width: 830px;
}
/**************************************************************************/
.baner{
	max-width: 830px;
}
.baner img{
	margin-bottom: 10px;
}
.baner ul{
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 1em;
}
/**************************************************************************/
section#informacje{
	margin-bottom: 22px !important;
}
section#informacje p{
	margin-bottom: 25px;
}
/**************************************************************************/
.kontakt_wrap{
	background: #f7f9f6;
	padding: 20px 0px;
}
.kontakt_wrap section{
	margin-bottom: 0px !important ;
}
.kontakt_wrap p{
	margin-bottom: 15px;
}
.col_kontakt{
	position: relative;
}

.kontakt_wrap .ico{
	display: block;
	color: #ae8d59;
}
.kontakt_wrap .ico.konsult{
	background: url(images/konsultacje.png) center top no-repeat;
	padding-top: 30px;
}
.kontakt_wrap .ico.adr{
	background: url(images/korespondencja.png) center top no-repeat;
	padding-top: 26px;
}
.day{
	width: 45px;
	display: inline-block;
	text-align: left;
}
.hr{
	width: 100px;
	display: inline-block;
	text-align: right;
}
.drukuj{
	background: url(images/drukuj.png);
	display: block;
	width: 86px;
	height: 20px;
	margin: 25px auto 0;
}

.c_info{
	position: absolute;
	left: 35px;
	top: 46px;
	margin-bottom: 25px;
	text-align: left;
}
.c_info .tel{
	background: url(images/telefon.png) no-repeat;
	padding-left: 35px;
	line-height: 29px;
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
}
.c_info .mail{
	background: url(images/email.png) no-repeat;
	line-height: 23px;
	padding-left: 35px;
	display: inline-block;
	text-align: left;
}
.map{
	position: absolute;
	top: 0px;
	right: 0;
	margin-bottom: 25px;
}
.map .ico.mapa{
	background: url(images/mapka_ico.png) center top no-repeat;
	padding-top: 28px;
}
/**************************************************************************/
footer{
	background: #000000;
	padding: 20px 0px 23px;
}
.copy_r{
	float: left;
	font-size: 12px;
	color: #ae8d59;
	line-height: 46px;
	font-family: "Times New Roman";
}
.okr{
	background: url(images/logo_rada_adwokacka.png);
	float: right;
	width: 142px;
	height: 46px;
}
.fw{
	display: none;
}
/**************************************************************************/

@media screen and (min-width: 900px) {
	.zes_spc{
		height: 15px;
	}
	.inf_spc{
		height: 65px;
	}
	.fw{
		display: block;
	}
}

@media screen and (max-width: 880px) {
	.page_width{
		padding: 0 10px;
	}
	.col3{
		display: none;
	}
	.col3-2{
		width: 100%;
	}
	.col3-2.p_l,
	.col3-2.p_r{
		padding: 0px;
	}
	.c_info,
	.map{
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
	}
}

@media screen and (max-width: 720px) {
	#header ul{
		float: left;
		clear: both;
	}
	#header ul li {
		margin: 0 10px 0 0;
	}
	#header ul li a{
		line-height: 20px;
	}
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}</pre></body></html>