/*=================================
//                                 
//    ###     ####   ###    ###  
//   ## ##   #   ##  ## #  # ##  
//  ##   ##    ###   ##  ##  ##  
//  #######  #   ##  ##      ##  
//  ##   ##   ####   ##      ##  
//                                 
//=================================*/

:root {
	--text1: #171717;
	--text2: #312B25;
	--text3: #000000;
	--text4: #2D2D2D;
	--text5: #FFFFFF;
	--text6: #989898;
	--text7: #2F2F31;
	--text8: #EBEBEB;
	--text9: #B0DCF7;
	--text10: #282D33;

	--link1: #000000;
	--link2: #D80012;
	--link3: #2F2F31;
	--link4: #FFFFFF;
	--link5: #FFE004;
	--link6: #B0DCF7;

	--hover1: #052987;
	--hover2: #093e92;
	--hover3: #FFFFFF;
	--hover4: #E73331;
	--hover5: #d80e0e;

	--color1: #144839;
	--color2: #000000;
	--color3: #EDEDED;
	--color4: #1A5F4B;
	--color5: #D80012;
	--color6: #F5F5F5;
	--color7: #FFFFFF;
	--color8: #FFFFFF;
	--color9: #d5e2f3;

	--bkgCrumbs: white;
	--colCrumbs: #838383;
	--colCrumbsLink: #2F2F31;
	--colCrumbsText: #545454;
	/*#2C2C2C;*/
	--colCrumbsHover: #45A5F1;

	--colorPagin: var(--text1);
	--colorPaginActive: white;
	--bkgPagin: #FAFAFA;
	--bkgPaginActive: #004786;
	--bkgPaginHover: #004786;

	--border1: #0b1f4c;
	--border2: #E8EEF9;
	--border3: #B6BCCA;
	--border4: #E0E0E0;
	--border5: #D80012;
	--border6: #efefef;
	--border7: #f5f380;
	--border8: #FFFFFF;
	--focus: #d80e0e;
	/* --borderGallery: #FFFFFF; */
	/* --borderFiles: #ddd; */

	--opacity1: rgba(170, 170, 170, 0.1);
	--opacity2: rgba(142, 228, 72, .15);
	--opacity3: rgba(115, 180, 54, .85);
	--opacity4: rgba(202, 209, 212, .5);
	--opacity5: rgba(255, 255, 255, .1);
	--opacity6: rgba(0, 166, 75, .25);
	--opacity7: rgba(11, 63, 146, .64);

	--bkg1: #FFFFFF;
	--bkg2: #EDEDED;
	--bkg3: #F0F0F0;
	--bkg4: #606060;
	--bkg5: #000000;
	--bkg6: #0b1f4c;
	--bkg7: #EDEDED;
	--bkg8: #2F2F31;
	--bkg9: #EDEDED;
	--bkg10: #F9F9F9;
	--bkg11: #cdd5e1;

	--body: #F0F0F0;
	--main: #FFFFFF;
	--wcag: #EEEEEE;
	--wcagBord: #B30026;
	--header: #FFFFFF;
	--footer: #0b1f4c;

	--header1: #0A0A0A;
	--header2: #052987;
	--header3: #052987;
	--header4: #052987;
	--header5: #063256;
	--header6: #063256;

	--footer1: #2F2F31;
	--footer2: #2F2F31;



	--blue: #063256;
	--grey: #c3c8cd;
	--lightgrey: #d3d6db;
	--orange: #f86900;
	--yellow: #ffba00;
	--black: black;
	--white: white;
	--error: red;

	/* MENU */
	--ddownTriangle: #D9EAFA;
	--ddownTriangleHov: #FFFFFF;
	--menuBkg1: #FFFFFF;
	--menuBkg2: var(--bkg2);
	--menuBkg3: #b4b0a9;
	--menuBkgRespo: rgba(0, 0, 0, 0.5);
	--menuBtn: white;
	--menu1: #171717;
	--menu2: var(--text1);
	--menu3: var(--text1);
	--menu4: var(--text1);
	--menu5: var(--text1);
	--menu1hov: #F86900;
	--menu2hov: var(--text1);
	--menu3hov: var(--text1);
	--menuBkgHov1: var(--bkg10);
	--menuBkgHov2: var(--bkg10);
	--menuBkgHov3: var(--bkg10);
	--menuBorHov1: #D80012;
	--menuBorHov2: #32B14A;
	--menuBorHov3: #32B14A;


	--table: transparent;
	--tableTH: #d4d7dd;
	--tableTDodd: #e3e5e9;
	--tableTDeven: #e3e5e9;


	--blockquoteBorder: #ddd;
	--blockquoteBkg: #efefef;
	--blockquoteColor: #3a3a3a;

	--formsBkg: #eaeeee;
	--formsButton: #AD001A;

	--font-family-sans-serif: 'Poppins', 'Open Sans', sans-serif;
	/*'Open Sans', sans-serif; 'Poppins';*/
	--font-family-serif: 'Poppins', 'Tahoma', 'Georgia', serif;
	/*'Open Sans', sans-serif;*/
	--font-family-monospace: 'Poppins', 'Open Sans', sans-serif;
	--font-header: 'Poppins';
	/*'Roboto Condensed', sans-serif;  'Poppins'*/

	--font-roboto: 'Roboto';

	--radius: 2rem;

	--content: 1460px;
	--container: 1440px;

	font-size: 16px;
	--font-weight: 400;
}

/* @import "header.css"; */

/* ------------------ common ------------------*/

body {
	line-height: 1.6;
	font-synthesis: none;
	font-family: var(--font-family-sans-serif);
	/* font-size: 16px; */
	font-size: 16px;
	/*clamp(16px, 1vw, 18px);*/
	font-weight: var(--font-weight);
	background-color: var(--body);
	background-position: top center;
	background-repeat: repeat-x;
	color: var(--text1);
	position: relative;
	min-width: 320px;
}

body.container {
	padding: 0;
}

body .glyphicon {
	padding-right: 10px;
}

:active {
	outline: none !important;
}

/* :focus, */
:focus-visible {
	outline: 2px solid var(--focus) !important;
	box-shadow: none !important;
}

a {
	transition: all .2s ease-in-out;
	color: var(--link1);
	text-decoration: none;
}

main a:hover {
	color: var(--hover2);
	text-decoration: none;
}

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

svg.bi {
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.a3m_debug {
	background: #eee;
	bottom: 10px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	min-width: 200px;
	z-index: 2;
}

.space {
	margin-bottom: 1rem;
	font-size: 0;
}

.table-responsive {
	border: none;
}

.hide,
.hidden,
.sr-only {
	display: none;
}



.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.wrap-center {
	flex-wrap: wrap;
	align-items: center;
}

.d-line {
	display: inline-block;
}

.text-svg {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1rem;
}


.fulltainer {
	margin: 0;
}


.quick-access-nav,
.quick-access-nav ul,
.quick-access-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.quick-access-nav a {
	display: block;
	padding: .5rem 3rem;
	margin: 0;
	text-align: center;
	color: #fff;
	background-color: var(--bkg5);
	position: fixed;
	top: -100rem;
	/* left: -100rem; */
}

.quick-access-nav a:focus {
	position: fixed;
	top: .725rem;
	/* left: 0; */
	z-index: 1000;
}


.display-1 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.9375rem, 1vw, 2.125rem);
	line-height: 1.5;
}

.display-2 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.75rem, 1vw, 1.9375rem);
	line-height: 1.5;
}

.display-3 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.5625rem, 1vw, 1.75rem);
	line-height: 1.5;
}

.display-4 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.3125rem, 1vw, 1.5625rem);
	line-height: 1.5;
}

.display-5 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(1.25rem, 1vw, 1.3125rem);
	line-height: 1.5;
}

.display-6 {
	font-family: var(--font-family-sans-serif);
	font-size: clamp(.875rem, 1vw, 1rem);
	line-height: 1.5;
}

.display-1 strong,
.display-2 strong,
.display-3 strong,
.display-4 strong,
.display-5 strong,
.display-6 strong {
	font-weight: 600;
}

.d-grid {
	display: grid;
}



/* ------------------ main ------------------ */
main {
	background-color: var(--main);
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
	font-family: var(--font-header);
	/* font-weight: 700;
	letter-spacing: -.05rem;
	 */
}

h1 {
	font-size: clamp(2rem, 5vw, 2.75rem);
	font-weight: bold;
	margin: calc(1rem + .5vw) 0;
}

h2 {
	font-size: clamp(1.425rem, 5vw, 1.525rem);
	margin: 1.5rem 0 .5rem;
}

h3 {
	font-size: clamp(1.225rem, 5vw, 1.425rem);
	margin: 1.125rem 0 .5rem;
}

h4 {
	font-size: clamp(1.125rem, 5vw, 1.325rem);
	margin: 1rem 0 .5rem;
}

h5 {
	font-size: clamp(1rem, 5vw, 1.125rem);
	margin: 1rem 0 .5rem;
}

h6 {
	font-size: clamp(0.825rem, 5vw, .925rem);
	margin: 1rem 0 .5rem;
}

h1 small {
	display: block;
	font-size: calc(1rem + .5vw);
	margin: .5rem 0;
	font-weight: 500;
	color: var(--text5);
}

h1 span {
	width: 100%;
	display: inline-block;
}


/* ------------------ komunikaty ------------------ */
.toast-container {
	width: 30%;
	min-width: 300px;
}

.toast-container .toast {
	width: 100%;
	margin-bottom: .75rem;
}

.toast-container .toast-header {
	color: var(--color5);
}

/* ------------------ mapy ------------------ */
.a3m-map {
	border: 1px solid #ddd;
	text-align: center;
	width: 100%;
	margin: 0;
}

.map,
#map {
	height: 500px;
	width: 100%;
	margin: 0;
}

.map-container h4 {
	color: var(--mapTitleColor);
	background-color: var(--mapTitleBkg);
	margin: 0;
	padding: .5rem 0;
}


.empty {
	text-align: center;
	padding: 30px 10px;
	margin-top: 30px;
	border: 2px solid var(--info);
}

#menu-central {
	display: block;
	margin-top: -4.5rem;
	margin-bottom: 5rem;
	background-color: var(--menuBkg2);
	box-shadow: 0 2rem 5rem 2rem rgb(240, 247, 254, 1);
}

.align.center {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.align.right {
	width: 100%;
	display: inline-block;
	text-align: right;
}



/* ------------------ swiper & slick ------------------ */

.swiper-wrapper {
	align-items: center;
	margin: 0;
}

.swiper-wrapper .swiper-slide {
	text-align: center;
	margin: .5rem 0;
	min-width: 260px;
}

.swiper-slide>div {
	width: 16rem;
}

.swiper-slide>a {
	display: inline-block;
}

.swiper-slide .img-el-in {
	height: 16rem;
	width: 16rem;
	transition: box-shadow .2s ease-in-out;
	border: 1rem solid var(--border8);
	border-radius: 10%;
	box-shadow: 0 0.125rem .75rem 0.125rem rgb(0, 0, 0, .1);
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
	object-position: center center;
}


.swiper-button-next,
.swiper-button-prev {
	color: var(--color5) !important;
}

/* swiper bullets */
.swiper-pagination-bullet {
	width: 50px !important;
	height: 5px !important;
	border-radius: 2px !important;
	margin: 0 2px;
}

.swiper-pagination {
	width: 100%;
	position: relative !important;
}

.swiper-pagination-bullet-active {
	background: var(--color5) !important;
}


.slick-list {
	text-align: center;
}

.slick-list .slick-slide>div {
	display: block;
}

.slick-list figure {
	padding: 1rem;
	margin: 0;
}

.slick-list .slick-slide img {
	transition: transform .2s ease-in-out;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    max-width: 260px;
    aspect-ratio: 1 / .825;
    height: 100%;
    margin: auto;
    border: 1rem solid var(--border8);
    border-radius: 1rem 16px;
    box-shadow: 0px 0rem 1rem 0rem rgb(0, 0, 0, .1);
    background: white;
}

/* .slick-initialized {
	position: relative;
	  aspect-ratio: 2/1.225;
  width: 100%;
} */

.slick-autoplay-toggle-button {
	width: 4rem;
	height: 4rem;
	position: absolute;
	left: 0;
	bottom: 0rem;
	z-index: 1;
	opacity: 1;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: white;
	background: var(--bkg5);
	display: flex;
	justify-content: center;
	align-items: center;
}


/* ------------------ modyfikacje ------------------ */

body.container>main {
	padding-left: 0;
	padding-right: 0;
}



.banertop {
	/* padding: 0 1.75rem; */
	position: relative;
	min-height: 100px;
}

.banertop.d-flex {
	justify-content: center;
	align-items: center;
	background-color: var(--bkg2);
}

.banertop>a.logo {
	max-width: 100%;
	margin: 0 auto;
}

.banertop>.banners+a.logo {
	max-width: 50%;
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 2.5rem;
}

.banertop>a.logo img {
	width: 100%;
	max-width: 360px;
}

.banners {
	position: relative;
}

.banners>img:not(:first-child) {
	display: none;
}

.banners img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.banners button.slick-arrow {
	z-index: 1;
}

.banners button.slick-prev {
	left: 25px;
}

.banners button.slick-next {
	right: 25px;
}

.banners .slick-dots {
	bottom: 0
}

.banners .slick-dots .slick-dot-icon:before {
	font-size: 3rem;
}

.banners .slick-dotted.slick-slider {
	margin: 0;
	padding: 0;
}

.banners .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.banners .slick-track>.slick-slide>div,
.banners .slick-track>.slick-slide>div>.slide {
	margin: 0 !important;
	padding: 0 !important;
}


@media (max-width: 992px) {
	.banertop.d-flex {
		display: none !important;
		height: 0;
	}

	.banertop>.banners+a.logo {
		display: none;
	}
}










/* .no-slider {height: 135px;
background: var(--bkg8);
}

@media (max-width: 992px) {
	.no-slider {height: 73px;}
}

@media (max-width: 768px) {
	#menu-central {margin-top: -.5rem;}
}

@media (max-width: 480px) {
	.header-navbar #toggle {left:250px;}
	.header-navbar #top {margin-top: .25rem;}
	.h-breath #aside {margin-top: .75rem;}
	.h-breath .segment-r {float:none;}
	.h-breath .aside {margin:0;}
} */