a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
button,
input,
select,
textarea {
	outline: 0;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto;
}
.container-fluid {
	width: 100%;
	max-width: calc(100% -);
	margin: 0 auto;
}
:root {
	font-size: 18px;
}
body {
	font-size: 1rem;
	font-family: rewirlight, sans-serif;
	line-height: 1.45em;
	font-weight: 300;
	color: #404040;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body b,
body strong {
	font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: rewirlight, sans-serif;
	font-weight: 300;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #12122d;
}
.h1,
h1 {
	font-size: 2.7rem;
}
.h2,
h2 {
	font-size: 2.15rem;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h4,
h4 {
	font-size: 1.2rem;
}
.h5,
h5 {
	font-size: 1.05rem;
}
.h6,
h6 {
	font-size: 0.9rem;
}
.sub .h1,
.sub h1 {
	font-size: 2.7rem;
}
.sub .h2,
.sub h2 {
	font-size: 2.15rem;
}
.sub .h3,
.sub h3 {
	font-size: 1.75rem;
}
.sub .h4,
.sub h4 {
	font-size: 1.2rem;
}
.sub .h5,
.sub h5 {
	font-size: 1.05rem;
}
.sub .h6,
.sub h6 {
	font-size: 0.9rem;
}
.lead {
	font-size: 1.05rem;
	line-height: 2rem;
}
ol,
p,
ul {
	margin-bottom: 0.75rem;
}
ol {
	margin-left: 30px;
}

ul {margin-left: 5px;}
ol > li,
ul > li {
	margin-bottom: 10px;
}
ul > li {
	list-style: none;
	display: flex;
}

ul > li::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../img/bullet.svg) center no-repeat;
	background-size: 12px auto;
	margin: 6px 8px 0 0;
	flex-shrink: 0;
}
ol > li {
	list-style: decimal outside;
}
blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem;
}
blockquote em,
blockquote small {
	display: block;
}
blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem;
}
blockquote small {
	text-align: right;
	font-size: 1rem;
}
small {
	font-size: 60%;
	opacity: 0.48;
}
blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px;
}
.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.bg-grey {
	background: rgba(0, 0, 0, 0.05);
	padding: 80px 0;
	margin-top: 80px;
	margin-bottom: 80px;
}
.text-left,
.tl {
	text-align: left;
}
.tc,
.text-center {
	text-align: center;
}
.text-right,
.tr {
	text-align: right;
}
.bold,
.strong,
b,
strong {
	font-weight: 700;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.circle {
	border-radius: 50%;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.btn {
	background: #026ef4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #026ef4;
	border-radius: 0;
	padding: 0.5rem 1.5rem;
	line-height: 1;
	font-size: 1rem;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-family: rewirlight, sans-serif;
}
.btn:hover {
	background: #2284fd;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn:focus {
	background: #025ccc;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.btn.block {
	display: block;
}
.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.btn.small {
	font-size: 0.9rem;
	padding: 0.4rem 0.8rem;
}
button {
	cursor: pointer;
}
.btn.alt {
	background: 0 0;
	color: #026ef4;
	border: 1px solid #026ef4;
}
.btn.alt:hover {
	color: #fff;
	background: #026ef4;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.alt:focus {
	color: #fff;
	background: #025ccc;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.bg-info {
	background: #4babe2;
	border-color: #4babe2;
}
.bg-danger {
	background: #e42417;
	border-color: #e42417;
}
.bg-warning {
	background: #f59f00;
	border-color: #f59f00;
}
.bg-success {
	background: #008020;
	border-color: #008020;
}
.bg-primary {
	background: #026ef4;
	border-color: #026ef4;
}
.bg-secondary {
	background: #404040;
	border-color: #404040;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-info {
	color: #4babe2;
}
.color-danger {
	color: #e42417;
}
.color-warning {
	color: #f59f00;
}
.color-success {
	color: #008020;
}
.color-primary {
	color: #026ef4;
}
.color-secondary {
	color: #404040;
}
.bg-none {
	background: 0 0 !important;
}
.navbar__toggler {
	display: none;
}
#navbar {
	background: rgba(0, 0, 0, 0);
	height: 140px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.sub #navbar {
	background: white;
}

#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo img {
	height: 99.9px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#navbar.affix {
	background: #fff;
	height: 70px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
#navbar.affix .logo img {
	height: 50px;
}
.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.navbar-nav li {
	display: inline;
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative;
}

.navbar-nav li::before {display: none;}

.navbar-nav li:first-child {
	margin-left: 0;
}
.navbar-nav a {
	text-decoration: none;
	font-family: rewirlight, sans-serif;
	font-size: 1rem;
	color: #404040;
	padding: 5px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: relative;
	overflow: hidden;
}
.navbar-nav a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #026ef4;
	width: 25px;
	height: 5px;
}
.navbar-nav .active > a::after,
.navbar-nav a.active::after,
.navbar-nav a:focus::after,
.navbar-nav a:hover::after {
	left: 0;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
li:hover > .dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.dropdown .dropdown {
	top: 0;
	left: 100%;
}
.toLeft > .dropdown {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
}
.dropdown li:last-of-type {
	display: none;
}
.dropdown a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 1rem;
	font-family: rewirlight, sans-serif;
	border-radius: 0;
}
.dropdown a::after {
	display: none;
}
.dropdown > li:hover > a {
	background: #026ef4;
	color: #fff;
}
.dropdown > li:first-child > a {
	border: 0;
}
body {
	width: 100%;
	overflow-x: hidden;
}
#main a {
	color: #026ef4;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}
#main a:hover {
	color: #025ccc;
	text-decoration: underline;
}
header {
	background: #dadee1;
	height: 100vh;
}
header .col-7 {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
header .container {
	position: relative;
}
header .row {
	height: 100vh;
}
header img {
	display: block;
	max-height: 85vh;
}
header [data-scroll] {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}
header [data-scroll] img {
	margin-right: 15px;
}
#zaufaj-kancelarii {
	padding: 120px 0;
}
#zaufaj-kancelarii .col-9 {
	position: relative;
	color: #fff;
}
#zaufaj-kancelarii .col-9 .row {
	padding-left: 120px;
	width: calc(100% - 120px);
}
#zaufaj-kancelarii .col-9::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: -120px;
	left: 0;
	width: 80vw;
	height: 100%;
	padding: 120px 0;
	background-color: #1a365b;
	background-image: radial-gradient(circle farthest-corner at top right, #0072ff 20%, #1a365b 100%);
}
#zakres-uslug {
	padding: 120px 0;
}
#zakres-uslug img {
	height: 70px;
}
#zakres-uslug h3 a {
	color: #000;
}
.more {
	color: #026ef4;
}
.more:hover {
	text-decoration: underline;
}
footer {
	background: #000;
	padding: 30px 0;
	color: #fff;
}
footer hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer span {
	font-size: 0.7rem;
}
footer a {
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
footer a:hover {
	opacity: 0.8;
}
.footer_left span {
	font-size: 18px;
}
.footer_left .ic {
	margin-right: 30px;
}
.footer_left .ic img {
	margin-right: 15px;
}
.footer_right a {
	margin-left: 10px;
}
.footer_right a:last-child {
	margin-left: 20px;
}
.madeby {
	line-height: 1em;
}
.madeby img {
	display: block;
	width: 92px;
}
.madeby small {
	float: left;
	color: #a1a1a1;
	font-size: 0.5rem;
	margin: 0 3px 0 0;
	display: inline-block;
	font-family: arial;
}
.sub {
	padding-top: 140px;
}
.sub #galeria {
	margin-top: 15px;
}
.sub footer {
	margin-top: 60px;
}
.sub header {
	padding: 0 0 30px 0;
	height: auto;
	background: #fff;
}
.lg-backdrop.in {
	opacity: 0.8 !important;
}
.fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
.r-m,
.responsive-media {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
.r-m iframe,
.responsive-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.alerts {
	position: relative;
}
.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	background-color: #ccc;
	width: calc(100% - 30px);
}
.alert.alert-success {
	background-color: #008020;
	z-index: 20;
}
.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2;
}
.alert.alert-danger {
	background-color: #e42417;
	z-index: 1;
}
.alert.alert-info {
	background-color: #4babe2;
	z-index: 20;
}
.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}
.fb_slider_right:hover {
	right: 0;
	height: 100%;
}
.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: #fff;
}

/**
 * Tabs
 */
 .tabs {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.tabs > label {
    order: 1;
    flex: auto;
    display: flex;
    text-align: center;
    padding: .8rem 1rem;
    margin-right: 0.2rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ffffff;
    width: 10%;
    transition: background ease 0.2s;
}

.tabs > label:hover {
  background: #f9f9f9;
}

.tabs > label:last-of-type {
    margin-right: 0px;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 30px;
  background: #f4f4f4;
}
.tabs > input[type="radio"] {
	display: none;
}
.tabs > input[type="radio"]:checked + label {
    background: #f4f4f4;
}
.tabs > input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs > label {
    order: initial;
  }
  .tabs > label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}


