html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, 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:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a, button, input, select, textarea {
	outline: none
}

a {
	text-decoration: none
}

.container {
	width: 100%;
	max-width: 1194px;
	margin: 0 auto
}

.container-fluid {
	width: calc(100% - 2*$fluidGap);
	margin: 0 5vw
}

:root {
	font-size: 16px
}

body {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.8;
	font-weight: 400;
	color: #005180;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures
}

body b, body strong {
	font-weight: bold
}

body em {
	font-style: italic
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Playfair Display", sans-serif;
	font-weight: normal;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #005180
}

h1, .h1 {
	font-size: 3.125rem
}

h2, .h2 {
	font-size: 2.9375rem
}

h3, .h3 {
	font-size: 2.25rem
}

h4, .h4 {
	font-size: 1.6875rem
}

h5, .h5 {
	font-size: 1.3125rem
}

h6, .h6 {
	font-size: 1rem
}

.sub h1, .sub .h1 {
	font-size: 2.9375rem
}

.sub h2, .sub .h2 {
	font-size: 2.25rem
}

.sub h3, .sub .h3 {
	font-size: 1.6875rem
}

.sub h4, .sub .h4 {
	font-size: 1.5rem
}

.sub h5, .sub .h5 {
	font-size: 1.3125rem
}

.sub h6, .sub .h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.3125rem;
	line-height: 1.8
}

p, ul, ol {
	margin-bottom: 16px
}

ul, ol {
	margin-left: 30px
}

ul>li, ol>li {
	margin-bottom: 8px
}

ul>li {
	list-style: none outside
}

ol>li {
	list-style: decimal outside
}

blockquote {
	display: block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 1rem;
	border-left: 3px solid #00a1d6;
}

blockquote em, blockquote small {
	display: block
}

blockquote em {
	font-style: italic;
	margin-bottom: 1rem
}

blockquote small {
	text-align: right;
	font-size: 1rem
}


.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem
}

.text-left, .tl {
	text-align: left
}

.text-center, .tc {
	text-align: center
}

.text-right, .tr {
	text-align: right
}

.bold, .strong, b, strong {
	font-weight: bold
}

.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
}

.responsive-media, .r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe, .r-m 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: white;
	font-weight: bold;
	background-color: #cccccc;
	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: #e32416;
	z-index: 1
}

.alert.alert-info {
	background-color: #00a1d6;
	z-index: 20
}

.btn {
	background: #00a1d6;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 0;
	padding: 1rem 2.5rem;
	line-height: 1em;
	font-size: 1rem;
	color: white;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-family: "Poppins", sans-serif
}

.btn:hover {
	background: #00bfff;
	-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: #0082ad;
	-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: .9rem;
	padding: .4rem .8rem
}

button {
	cursor: pointer
}

.btn.alt {
	background: transparent;
	color: #00a1d6;
	border: 1px solid #00a1d6
}

.btn.alt:hover {
	color: white;
	background: #00a1d6;
	-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: white;
	background: #0082ad;
	-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: #00a1d6;
	border-color: #00a1d6
}

.bg-danger {
	background: #e32416;
	border-color: #e32416
}

.bg-warning {
	background: #f59f00;
	border-color: #f59f00
}

.bg-success {
	background: #008020;
	border-color: #008020
}

.bg-primary {
	background: #00a1d6;
	border-color: #00a1d6
}

.bg-secondary {
	background: #005180;
	border-color: #005180
}

.color-white {
	color: white
}

.color-black {
	color: black
}

.color-info {
	color: #00a1d6
}

.color-danger {
	color: #e32416
}

.color-warning {
	color: #f59f00
}

.color-success {
	color: #008020
}

.color-primary {
	color: #00a1d6
}

.color-secondary {
	color: #005180
}

.bg-none {
	background: transparent !important
}

.navbar__toggler {
	display: none
}

#navbar {
	background: transparent;
	height: 160px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

#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: 109.5px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.social-media img {
	display: block
}

.wyszukiwarka-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #e8ecf2;
	width: 63px;
	height: 63px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.wyszukiwarka-toggler img {
	display: block
}

.wyszukiwarka-toggler:hover {
	-webkit-filter: brightness(103%);
	filter: brightness(103%);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2)
}

.wyszukiwarka-toggler:focus {
	-webkit-filter: brightness(95%);
	filter: brightness(95%);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3)
}

.wyszukiwarka-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	height: 160px
}

#search {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem 0;
	margin: 0;
	font-size: 2rem;
	font-weight: normal;
	font-family: "Poppins", sans-serif;
	color: #005180;
	border: 0;
	border-bottom: 1px solid #a6b8c9
}

#navbar.affix {
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	height: 80px
}

#navbar.affix .logo img {
	height: 65px
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-nav li {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 0;
	position: relative
}

.navbar-nav li:first-child {
	margin-left: 0
}

.navbar-nav a {
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 1.0625rem;
	color: #005180;
	padding: 10px 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: #00a1d6;
	width: 25px;
	height: 5px;
	border-radius: 2.5px
}

.navbar-nav .active>a::after, .navbar-nav a.active::after, .navbar-nav a:hover::after, .navbar-nav a:focus::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 a {
	padding: 10px 15px;
	display: block;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	border-radius: 0
}

.dropdown a::after {
	display: none
}

.dropdown>li:hover>a {
	background: #00a1d6;
	color: white
}

.dropdown>li:first-child>a {
	border: 0
}

body {
	width: 100%;
	overflow-x: hidden
}

#main a:not(.btn) {
	color: #00a1d6;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none
}

#main a:not(.btn):hover {
	color: #0082ad;
	text-decoration: underline
}

header {
	margin: 0 5vw;
	width: 90vw;
	background-size: contain;
	background-blend-mode: darken;
	position: relative;
	height: 798px
}

header .swiper-container {
	width: 100%;
}


header .swiper-slide {
	background-repeat: no-repeat;
	background-position: left;
	height: 798px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* background-color: #E8ECF2; */
	background-color: #fff;

}

header .container {
	position: relative;
	height: 100%
}

.slogan {
	width: 52%;
	position: absolute;
	left: 0;
	top: 60px
}

.slogan h1 {
	margin-top: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

.slogan h3 {
	margin-bottom: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

.slogan p {
	font-size: 1.625rem;
	font-style: italic;
	width: 85%;
	display: block;
}

.dr-iwa {
	position: absolute;
	bottom: 0;
	right: 0
}

#zdrowie {
	padding: 120px 0
}

#zdrowie .col-8 {
	margin-bottom: 60px
}

#zdrowie h2 {
	margin-top: 0;
	margin-bottom: 30px
}

#zdrowie a {
	display: block;
	position: relative;
	overflow: hidden
}

#zdrowie a strong {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#005180));
	background: linear-gradient(transparent, #005180);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	color: white;
	font-size: 1.6875rem;
	font-family: "Playfair Display", sans-serif;
	font-weight: normal
}

#zdrowie a strong::after {
	content: '';
	display: block;
	width: 100px;
	height: 7px;
	background-color: #00a1d6;
	border-radius: 3px;
	position: absolute;
	bottom: -2.5px;
	left: 30px;
	z-index: 30;
	-webkit-transition: all .2s;
	transition: all .2s
}

#zdrowie a img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

#zdrowie a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

#zdrowie a:hover strong::after {
	width: calc(100% - 60px)
}

#dane-kontaktowe {
	padding-bottom: 120px
}

#dane-kontaktowe p {
	color: #a6b8c9
}

.tel {
	font-size: 2.25rem;
	color: #005180
}

.tel img {
	display: block;
	margin-right: 10px
}

.sub #main {
	clear: both;
	overflow: auto
}

.sub #main .clearfix::after {
	content: "";
	clear: both;
	display: table
}

.sub #dane-kontaktowe {
	padding-top: 120px
}

.thumbnail {
	float: right;
	margin: 0 0 30px 30px;
	display: block;
	max-width: 50%
}

#pliki, #galeria {
	margin-top: 30px
}

footer {
	color: white;
	background-color: #00a1d6
}

footer a {
	color: white;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

footer a:hover {
	opacity: .8
}

.footer-top {
	padding: 60px 0
}

.footer-top h4 {
	margin-top: 0;
	color: white
}

.footer-bottom {
	padding: 30px 0;
	background-color: rgba(0, 0, 0, 0.15)
}

.footer-bottom span span {
	display: inline-block;
	margin: 0 1rem
}

.newsletter-opis {
	color: white
}

.newsletter-form form {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.newsletter-form input {
	color: white;
	border: 0;
	background: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.newsletter-form input::-webkit-input-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.newsletter-form input:-ms-input-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.newsletter-form input::-ms-input-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.newsletter-form input::placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.newsletter-form input:focus::-webkit-input-placeholder {
	opacity: .2
}

.newsletter-form input:focus:-ms-input-placeholder {
	opacity: .2
}

.newsletter-form input:focus::-ms-input-placeholder {
	opacity: .2
}

.newsletter-form input:focus::placeholder {
	opacity: .2
}

.newsletter-form button {
	background-color: transparent;
	border: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.newsletter-form button:hover {
	cursor: pointer;
	-webkit-transform: translateX(3px) rotate(3deg);
	transform: translateX(3px) rotate(3deg)
}

.madeby {
	line-height: 1em
}

.madeby img {
	display: block;
	width: 92px
}

.madeby small {
	float: left;
	color: white;
	font-size: .625rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial
}

[hidden] {
	display: none
}

.lg-backdrop.in {
	opacity: .8 !important
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.responsive-media, .r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe, .r-m 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: white;
	font-weight: bold;
	background-color: #cccccc;
	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: #e32416;
	z-index: 1
}

.alert.alert-info {
	background-color: #00a1d6;
	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: white
}

.sub #main li li {
	margin-top: 5px
}

#historie img.fluid {
	border-radius: 100%;
}


header .swiper-container {overflow: visible !important;}

.sub main > .container {
	padding: 60px 0;
}

aside .nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

aside .nav li {
	margin: 0;
	padding: 0;
}

aside .nav a {
	padding: 10px 20px;
	display: block;
	color: #005180;
	line-height: 1.3;
	border-left: 3px solid #f2f2f2;
	transition: all .2s ease;
}

aside .nav a:hover {
	border-left-color: #00a1d6;
	padding-left: 25px;
	padding-right: 15px;
}

aside .nav a.active {
	border-left-color: #00a1d6;
	color: #00bfff;
}


.floating-widgets {
	position: fixed;
	top: 160px;
	right: 10px;
	z-index: 500;
}

.floating-widgets a:not(:last-child) {
	margin-bottom: 15px;
}

.floating-widgets a,
.floating-widgets img {
	display: block;
	transition: all .2s;
}

.floating-widgets a:hover {opacity: .7;}