<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll-animation {
	opacity: 0;
	position: relative;
}

.scroll-animation-toright {left: -100px}

.scroll-animation-toleft {left: 100px}

.scroll-animation-todown {top: -100px}

.scroll-animation-toup {top: 100px}

.scroll-position {position: relative}

.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 200px 200px;
}

.wrap.no-top {padding-top: 0}
.wrap.no-bottom {padding-bottom: 0}
.wrap.no-left {padding-left: 0}
.wrap.no-right {padding-right: 0}

.wrap.add-right {padding-right: 400px}

.iwrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: 1200px
}

.bc-blue {background-color: #003264}
.bc-blue, .bc-blue p, .bc-blue a, .bc-blue h3, .bc-blue h4 {color: white}

.bc-yellow {background-color: #f0aa1e}
.bc-silver {background-color: #f5f5f5}

.fc-white, .fc-white p, .fc-white a, .fc-white h4 {color: white}
.fc-white h2 {color: #f0aa1e}

body .fc-yellow, body .fc-yellow p, body .fc-yellow a {color: #f0aa1e}

.has-niebieski-color {color: #003264 !important}

.has-zolty-color, .has-zolty-color a {color: #f0aa1e !important}

strong {font-weight: 700}

em {font-style: italic}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	color: white;
}

h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 60px;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: #003264;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #f0aa1e;
}

.more-link {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top: 40px;
	display: inline-block;
	padding-right: 55px;
	position: relative;
}

.more-link &gt; span {
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 8px;
}
.more-link &gt; span &gt; span {
	width: 100%;
	height: 100%;
	display: block;
	background: #f0aa1e;
	transition: all 0.25s;
}
.more-link:hover &gt; span &gt; span {width: 50%}


.more-link.previous {
	padding-right: 0;
	padding-left: 55px;
}
.more-link.previous &gt; span {
	right: auto;
	left: 0;
}
.more-link.previous &gt; span &gt; span {
	position: absolute;
	right: 0;
}

.opacity-hover a {transition: opacity 0.25s}
.opacity-hover a:hover {opacity: 0.6}

.white-yellow a {transition: color 0.25s}
.white-yellow a:hover {color: #f0aa1e}

.blue-yellow a {transition: color 0.25s}
.blue-yellow a:hover {color: #f0aa1e}

.yellow-blue a {
	transition: color 0.25s;
	color: #f0aa1e;
}
.yellow-blue a:hover {color: #003264}

#footer {
	width: 100%;
	padding-left: 25vw;
	box-sizing: border-box;
	position: relative;
}

#footer .bc-yellow {
	position: absolute;
	top: 0;
	left: 0;
	width: 25vw;
	height: 100%;	
	box-sizing: border-box;
	padding: 100px 50px;	
}

#footer .bc-yellow &gt; img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 225px;
}

#footer-socials {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
}

#footer-socials a {
	display: inline-block;
	height: 20px;
	margin: 0 5px;
}

#footer-socials a img {
	display: block;
	height: 100%;
}

#footer .bc-blue {
	box-sizing: border-box;
	padding: 100px 150px;
	position: relative;	
}

#footer-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#footer-links &gt; div {
	width: 33.33%;
	box-sizing: border-box;
	padding: 20px 50px;
	border-left: 2px solid #f0aa1e;
}

#copyright {
	position: absolute;
	padding-right: 200px;
	box-sizing: border-box;
	bottom: 50px;
	right: 0;
	font-size: 12px;
	line-height: 12px
}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	background-color: #f0aa1e;
	background-image: url('../img/scroll-top.svg');
	background-size: 100%;
	transition: background-color 0.25s;
	display: none;
}
#scroll-top:hover {background-color: #003264}

#fast-tel {
	position: fixed;
    z-index: 99;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
}

#fast-tel-more {
	display: block;
	width: 100%;
	height: 100%;
	background: #f0aa1e;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	cursor: pointer;
}

#fast-tel-more img {
	display: block;
	width: 100%;
	height: 100%;
}

#fast-tel-number {
	position: absolute;
	height: 60px;
	width: 0;
	top: 0;
	left: 30px;
	overflow: hidden;
}

#fast-tel-number &gt; div {
	padding-left: 60px;
	padding-right: 30px;
	box-sizing: border-box;
	position: absolute;
	height: 60px;
	width: 230px;
	top: 0;
	right: 0;
	border-radius: 30px;
	background: #f0aa1e;
}

#fast-tel-number a {
	position: relative;
	top: 20px;
}

#fast-tel-number h4 {
	margin-bottom: 0;
	color: #003264;
}

#fast-tel-call {display: none}

#komunikator {
    position: fixed;
    z-index: 99;
    bottom: 40px;
    right: 40px;
    width: 60px;
}

#komunikator a {
	display: block;
    width: 100%;
    height: 60px;
    background: #f0aa1e;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 50%;
	margin-top: 10px;
	transition: background 0.25s;
}
#komunikator a {background-color: #003264 !important}
#komunikator a.messenger {background-color: #0083ff !important}
#komunikator a.whatsapp {background-color: #009846 !important}
#komunikator a.telegram {background-color: #25a0dd !important}
#komunikator a.viber {background-color: #7b519d !important}
#komunikator a.clicked {background-color: #003264 !important}

#komunikator a img {
	display: block;
	width: 100%;
}

#komunikator a.komunikator-start {display: none}

.wp-block-spacer {height: 20px !important}

#ciasteczka-info {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
}

#ciasteczka-info &gt; div {
	position: relative;
	display: inline-block;
}

#ciasteczka-info p a:hover {text-decoration: underline}

#ciasteczka-akcept {
	position: absolute;
	display: table;
	top: -15px;
	right: -25px;
	padding: 5px;
	font-size: 14px;
}


/*GRID: 1440px */
@media all and (max-width: 1440px) {
	
.wrap {padding: 100px 100px}

.wrap.add-right {padding-right: 200px}

h1 {
    font-size: 42px;
    line-height: 50px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 40px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

#footer .bc-blue {padding: 100px 100px}

#footer-links &gt; div {padding: 20px 20px 20px 40px}

#copyright {padding-right: 100px}
	
}


/*GRID: 1280px */
@media all and (max-width: 1280px) {

#scroll-top {
    bottom: 20px;
    right: 20px;
}	

#fast-tel {
    bottom: 20px;
    left: 20px;
}

#komunikator {
    bottom: 20px;
    right: 20px;
}

#footer .bc-blue {padding: 100px 75px}

#footer-links &gt; div {
    padding: 20px 10px 20px 20px;
}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
.opacity-hover a:hover {opacity: 1}	

.white-yellow a:hover {color: white}

.blue-yellow a:hover {color: #003264}

.yellow-blue a:hover {color: #f0aa1e}
	
.scroll-animation {
	left: 0 !important;
	top: 0 !important;
}		
	
.wrap {padding: 100px 50px}

.wrap.add-right {padding-right: 50px}

h1 {
    font-size: 32px;
    line-height: 42px;
}

h2 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
}

h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}

.more-link {margin-top: 30px}	

.more-link:hover &gt; span &gt; span {width: 100%}

#scroll-top {
    bottom: 0;
    right: 0;
}

#scroll-top:hover {background-color: #f0aa1e}

#fast-tel {
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
}

#fast-tel-number {
	height: 40px;
	left: 20px;
}

#fast-tel-number &gt; div {
	padding-left: 40px;
	padding-right: 20px;
	height: 40px;
	width: 250px;
	right: 50px;
	border-radius: 20px;
}

#fast-tel-number a {
	top: 10px;
	left: 40px;
}

#komunikator {
    bottom: 20px;
    right: 20px;
	width: 40px;
}

#komunikator a {height: 40px}

#footer {padding-left: 33.33vw}

#footer .bc-yellow {
    width: 33.33vw;
    padding: 50px ;
}

#footer-socials {bottom: 20px}

#footer .bc-blue {padding: 50px}

#footer-links &gt; div {
	width: 50%;
	padding: 10px 10px 10px 20px;
}

#footer-links &gt; div:last-of-type {display: none}

#copyright {
	bottom: 25px;
	padding-right: 50px
}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
.more-link {margin-top: 20px}	

#footer {padding-left: 0}	

#footer .bc-yellow {
	position: relative;
    width: 100%;
    padding: 25px 50px;
}

#footer .bc-yellow &gt; img {
    display: block;
    position: relative;
    margin-left: 0;
    width: 200px;
}

#footer-socials {
	padding-right: 50px;
	box-sizing: border-box;
	text-align: right;
}

#footer-socials a {margin: 0 0 0 10px}

#footer .bc-blue {
	padding: 50px 50px 25px;
	height: auto;
}

#copyright {
	position: relative;
	width: 100%;
    bottom: auto;
    padding: 0 30px;
	text-align: center;	
	margin-top: 40px;
}
	
}


/*GRID: 568px */
@media all and (max-width: 568px) {
	
.wrap {padding: 50px 20px}

.wrap.add-right {padding-right: 20px}	

h1 {
    font-size: 28px;
    line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

#footer .bc-yellow {padding: 25px 20px}

#footer .bc-yellow &gt; img {width: 150px}

#footer .bc-blue {padding: 25px 20px}

#copyright {margin-top: 20px}
	
}

/*GRID: 440px */
@media all and (max-width: 440px) {
	

.wrap {padding: 40px 15px}

.wrap.add-right {padding-right: 15px}


h2 {line-height: 30px}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
	word-spacing: 0;
}

.more-link {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding-right: 40px;
}	

.more-link &gt; span {
    width: 30px;
    top: 6px;
}

.more-link.previous {padding-left: 40px}

#fast-tel-number, #fast-tel-more {display: none !important}

#fast-tel {
    bottom: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
}

#fast-tel-call {
	display: block;
    width: 100%;
    height: 100%;
    background: #f0aa1e;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;	
}

#fast-tel-call img {
    display: block;
    width: 100%;
    height: 100%;
}

#komunikator {
    bottom: 10px;
    right: 10px;
	width: 34px;
}

#komunikator a {
	height: 34px;
	margin-top: 5px;
}

#footer .bc-yellow {padding: 25px 15px 15px}

#footer .bc-yellow &gt; img {
    width: 175px;
	margin: 0 auto 40px;
}

#footer-socials {
    padding-right: 0;
    text-align: center;
	width: 100%;
	position: relative;
	bottom: 0;
}

#footer .bc-blue {padding: 40px 15px 20px}

#footer-links &gt; div {
    width: 100%;
    padding: 0 0 20px;
	border: none;
	text-align: center;
}
#footer-links &gt; div:first-of-type {
	margin-bottom: 20px;
	border-bottom: 2px solid #f0aa1e;
}
	
}</pre></body></html>