 
body { font-display: auto;
 font-family: 'Lato', serif; 
 
 	letter-spacing:1px; 
 	color:#13293D;
	font-weight: 400;
	 -webkit-font-smoothing:antialiased;
	 overflow-x: hidden;
	     -moz-osx-font-smoothing: grayscale;
/*
	     overflow:hidden;
overflow-y: auto;
width: 100%;
*/
 	
	}
	.playf { 
		font-family: 'Playfair Display', serif;
	 font-display: auto;}
	.playfsc { 
		font-family: 'Playfair Display', serif;
text-transform: uppercase;
 font-display: auto;}
	.text-gold { 
		color:#B99D6B;
	}
	.bg-gold { 
		background: #B99D6B;
	}
	.gold-break { 
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
	.do_pokazania { 
		display: none;
	}
	.do_pokazania.active { 
		display: block;
	}
	.podkreslony { 
		display: inline-block;
		margin: 3px 5px;
		background: #F4D35E;
		padding: 3px 5px;
		border-radius: 3px;
		
	}
	.gold-break span {
		display: inline-block;
		margin: auto;
		width: 80px;
		border-bottom: 1px solid #d39139;
	}
	.btn.btn-outline-gold { 
		border-color:#d39139;
		border-radius: 0px;
		color:#d39139;
		position: relative;
		transition:all .4s ease;
	}
	.btn.btn-outline-gold:after { 
		position: absolute;
		left:0px;
		width: 100%;
		height: 100%;
		top:0px;
		background: #d39139;
		z-index: -1;
		content:" ";
		transform-origin: left center;
		transition:all .4s ease;
		transform: scale(0,1);
	}
	.btn.btn-outline-gold:hover:after { 
		transform: scale(1);
	}
	.btn.btn-outline-gold:hover { 
		cursor: pointer;
		color:#fff;
	}
	
		.btn.btn-outline-pink { 
		border-color:#C91252;
		border-radius: 0px;
		color:#C91252;
		position: relative;
		transition:all .4s ease;
	}
	.btn.btn-outline-pink:after { 
		position: absolute;
		left:0px;
		width: 100%;
		height: 100%;
		top:0px;
		background: #C91252;
		z-index: 0;
		content:" ";
		transform-origin: left center;
		transition:all .4s ease;
		transform: scale(0,1);
	}
	.btn.btn-outline-pink span { 
		position: relative;
		z-index: 5;
	}
	.btn.btn-outline-pink:hover:after { 
		transform: scale(1);
	}
	.btn.btn-outline-pink:hover { 
		cursor: pointer;
		color:#fff;
	
}
#szybkaWycenaButton { 
	position: absolute;
	right:15px;
	top:25px;
	z-index: 999999;
}

/*
	.ponizej .logo-color, .whiteHeader .logo-color { 
		display: none !important;
	}
	.ponizej .logo-white, .whiteHeader .logo-white { 
		display: block !important;
	}
*/
	.ponizej .menu a, .whiteHeader .menu a { 
		color:#000 !important;
	}
	
	.ponizej nav,  .whiteHeader nav { 
		background: #fff;
	}
	.big-header { 
				font-family: 'Playfair Display SC', serif;
position: relative;
margin-bottom: 50px;

	}
	.big-header span { display: inline-block;
padding: 0px 15px;
line-height: 70px;
font-weight: 500;
font-size: 40px;
border: 1px solid #000;
border-width: 1px 1px 1px 1px;
transition: all 1s ease;
opacity: 0;
transform: translateX(-100%);
} 
			.big-header.active span { 
				opacity: 1;
				transform: translateX(0);
			}
			.big-header.active span:nth-child(2) {
				transition-delay: .2s; }
			.big-header.active span:nth-child(3) {
				transition-delay: .4s; }
						.big-header.active span:nth-child(4) {
				transition-delay: .6s; }
						.big-header.active span:nth-child(5) {
				transition-delay: .8s; }
						.big-header.active span:nth-child(6) {
				transition-delay: .10s; }
						.big-header.active span:nth-child(7) {
				transition-delay: .12s; }			
				
				
				
		.big-header span:nth-child(odd) { 
			background: #000;
			color:#fff;
		}
		.big-header span:last-of-type { 
 		}
	.parallax-header { 
		line-height: 40px;
		margin: auto;
		font-size: 30px;
		font-family: 'Playfair Display SC', serif;

		z-index: 9999;
		text-align: center;
		font-weight: 300;
		position: absolute;bottom:0%;
		transform: translate(-50%,25%);
		left:50%;
		width: 80%;
	}
	.parallax-header span {
		position: relative;
		background: #000;
		color:#fff;
		padding: 10px 15px;
		display: inline-block;
	}
 
	.number-wrap { 
		position: relative;
		border:1px dashed #000;
		font-size: 80px;
		display: flex;
align-items: center;
text-align: center;		border-radius: 100%;

justify-content:center;
	}
	.number-wrap span {
		font-size: 90px; 
		font-weight: 100;
		color:#000;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.drukarnia-about-bg { 
		position: absolute;
		left:-15px;
		bottom:-30%;
		opacity: 1;
		z-index: -1;
		height: 80%;
		width: 70%;
	}
	.drukarnia-about-bg:after { 
		position: absolute;
		left:0px;
		bottom:0px;
		top:-100%;
		right:0px;
		border:10px solid #efefef;
 		opacity: 1;
		content:" ";	
		z-index: 1;
	}
	.drukarnia-about-bg:before { 
		position: absolute;
		left:10%;
		width: 110%;
		height: 100%;
		bottom:10%;
		opacity: .4;
		content:" ";
		background: #E5DCC5;
		z-index: -2;
	}
	 		 #social-links {
				 position: absolute;
				 right:120px;
				 top:20px;
				 color:#000;
				 
				 z-index: 9999;
			 }
			 #social-links a { 
				 color:#000;
				 font-size: 24px;
				 margin-left: 10px;
				 float: right;
			 }
			 .img-top { 
				 width: 60px;
				 top:0px;
				 left:100%;
				 opacity: 0.2;
				 position: absolute;
				 transform: translate(-50%,-50%);
				 
			 }
			  .img-bottom { 
				 width: 60px;
				 top:100%;
				 left:100%;
				 opacity: 0.2;
				 position: absolute;
				 transform: translate(-50%,-50%);
				 
			 }
			 
			  .img-bottom-left { 
				 width: 60px;
				 top:100%;
				 left:0px;
				 opacity: 0.2;
				 position: absolute;
				 transform: translate(-50%,-50%);
				 
			 }
			 .img-top-left {
				 width: 60px;
				 top:0px;				 opacity: 0.2;

				 left:0px;
				 position: absolute;
				 transform: translate(-50%,-50%);
			 }
			 .usluga-in-desc-wrap { 
				 position: absolute;
				 left:-40px;
				 top:-40px;
				 bottom:-40px;
				 right:-40px;
				 z-index: 9999;
				 overflow: hidden;
			 }
			 .usluga-in-desc { 
				 position: absolute;
				 left:40px;
				 top:40px;
				 padding: 20px;
				 right:40px;
				 bottom:40px;
				 background: #fff;
				 color:#000;
				 display: flex;
				 justify-content: center;
				 align-items: center;
				 flex-direction: column;
				 transform: translateY(100%);
				 box-shadow: 0px 0px 0px rgba(0,0,0,.3);
				 transition: transform .7s ease, opacity .3s ease, box-shadow .3s ease .3s;
				 opacity: 0;
				 
			 }
			 .usluga-wrap:hover .usluga-in-desc, .usluga-in.active .usluga-in-desc { 
				 transform: translateY(0);				 box-shadow: 2px 5px 30px rgba(0,0,0,.3);

				 opacity: 1;
			 }
	 .usluga-wrap { 
		 position: relative;
	 }
	 .usluga-in-i:after { 
		 position: absolute;
		 left:10px;
		 right:10px;
		 top:-35px;
		 bottom:-35px;
 border:1px solid #000;
 border-top:0px;
 border-bottom: 0px;		 opacity: 0.2;

 z-index: -1;
		 content:" ";
	 }
	 .usluga-in-i:before { 
		 position: absolute;
		 left:-25px;
		 right:-25px;
		 z-index: -1;
		 opacity: 0.2;
		 top:10px;
		 bottom:10px;
		 border: 1px solid #000;
		 border-width: 1px 0px 1px 0px;
		 content:" ";
	 }
	 .usluga-in { 
 		 position: absolute;
		 left:15px;
 		 right:15px;
		 top:0px;
		 bottom:0px;
		 text-align: center;
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
		 align-items: center;
	 }
	 .usluga-in-desc-i { 
		  border:1px dashed #EE3071;
		 width: 200px;
		 z-index: -1;
		 height: 200px;
		 border-radius: 100%;
		 position: absolute;
		 top:50%;
		 left:50%;
		 transform: translate(-50%,-50%);
		 opacity: .1;
	 }
	 .usluga-in-desc-i i { 
		 font-size: 80px; 
		 color:#EE3071;
		 
		 line-height: 200px;
	 }
	 .usluga-in-i { 
		 border:1px dashed #000;
		 width: 200px;
		 height: 200px;
		 border-radius: 100%;

	 }
	 .usluga-in-i-wrap { 
		 width: 60%;
		 display: flex;
		 justify-content: center;
		 align-items: center;
		 height: 60%;
		 position: relative;
		 background: #fff;
 	 }
	 .usluga-in-i i { 
		 font-size: 80px; 
		 
		 line-height: 200px;
 
	 }
	 .usluga-title { 
		 margin-top:10px;
		 position: absolute;
		 bottom:14%;
		 left:0px;
		 right:0px;
		 text-align: center;
	 }
	.top {
		position: relative;
		overflow: hidden;
		min-height: 100vh;
		padding: 0px 0px 00px 0px;
 
	} 
	.top_bg {
		opacity:  1;
position: fixed;top:0px;
bottom:0px;
right:0px;
left:0px;
z-index: 0;		
background:url(/layout/pola_top_new.jpg); background-size:cover; background-position: top left; background-repeat: no-repeat;
transform-origin: 90% 80%;
	}
	.btn.btn-outline-orange { 
		color:#FC440F;
		border-color:#FC440F;
	}
	.btn.btn-outline-orange:hover { 
		background: #FC440F;
		color:#fff;
	}
	.top_tekst {
		color:#000;
		font-weight: 300;
		text-align: center;
		font-size: 26px;
		line-height: 40px;
		padding: 20px;
		background: rgba(255,255,255,.7);
	}
	.text_main_in { 
	line-height: 30px;
	color:#4C4C47;
	}
	.top_boxes_wrap {
		position: relative;
		z-index: 10;
		margin-top: 50px;
	}
	.bottom_box {
		border-radius: 10px;
		text-align: center;
		margin-bottom: 50px;
		background: #5BC0EB;
		color:#fff;
		cursor: pointer;
		
	} 	.contenty {
		padding: 0px 0px;
		overflow: hidden;
		position: relative;
		z-index: 10;
		background: #fff;
	}
	.btn.btn-black {
		border-radius: 0px;
		background: #000;
		color:#fff;
		box-shadow: none;
		border:1px solid #000;	}
	.btn.btn-black:hover {
		background: #fff;
		color:#000;
		border:1px solid #000;
		cursor: pointer;
	}
	
	.show-up {
		transform: translateY(30px);
		opacity: 0;
	}
	.show-left {
		transform: translateX(-30px);
		opacity: 0;
	}
	.show-left.active {
		transform: translateX(0);
		opacity: 1;		transition:all 1s ease;

	}
	.show-right {
		transform: translateX(30px);
		opacity: 0;
	}
	.show-right.active {
		transform: translateX(0);
		opacity: 1;		transition:all .5s ease;

	}
	.show-up.active {
		transform: translateY(0);
		opacity: 1;		transition:all .5s ease;

	}
	.show-fast.show-me.active {
		transition: all .5s ease !important;
	}
	.delay-02 { 
		transition-delay: .2s !important;
	}
	.delay-04 { 
		transition-delay: .4s !important;
	}
	.delay-06 { 
		transition-delay: .6s !important;
	}
	.delay-08 { 
		transition-delay: .8s !important;
	}
	.delay-05 {
		transition-delay: .5s;
	}
	.delay-1 {
		transition-delay: 1s;
	}
	.show-opac, .show-opacity {
		opacity: 0;
	}
	.show-scale { 
		transform: scale(0.3);
	}
	.show-scale.active { 
		transform: scale(1);
	}
	.show-opac.active, .show-opacity.active {
				transition:all .5s linear;

		opacity: 1;
	}
	.showblack  {
		background: #000;
		
	}
	.showblack.active {
		background: #fff;		transition:all .5s linear;

	}
	.showblack-down {
		overflow: hidden;
	}
	.showblack-down:after  {
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
		content:" ";
		transform: translateY(0);
		background: #000;
		
	}
	.showblack-down.active:after {
		transform: translateY(100%);		transition:all 1s linear;

		
	}
	.show-scale-horizontal { 
		transform: scale(0,1);
	}
	.show-scale-horizontal.active {
		transform: scale(1,1);
		transition:all 1s ease;
	}
	body.noscroll {
		overflow: hidden;
	}
.playfairdsc {
	font-family: 'Playfair Display SC', serif;

}
 .playfaird {
	 font-family: 'Playfair Display', serif;
	 
	 } 
	 .garam {
		 font-family: 'EB Garamond', serif;

}  .text-lower {
	    text-transform: lowercase !important;
    }
.skrollr-mobile  #skrollr-body {
	   position: fixed;
	   top:0px;
	   left:0px;
	   width: 100%;
	   height: 100%;
	   
	   }
	   header {
		   position: absolute;
		   z-index: 999;
	   }
	   .navwcag { 
		   position: absolute;
		   left:-5000px;
		   top:10px;
	   }
	nav {
		top:0px;
 		position: fixed;
		left:0px;
		width:100%;
		background:#fff;
 		overflow: hidden;
		 	}
		 	ul.menu {
			 	background: transparent;
			 	padding: 0px;
		 	}
		 	.parallax-over { 
			 	opacity: 0;
		 	}
 	.navbar-brand {
		position: relative;
		top:5px;
		background: transparent;
		z-index: 9999;
		width: 100%;
		margin-right: 0px;
		background: transparent;
		padding: 5px 5px;
		border:1px solid transparent;
	}
	.navbar-brand-wrap {width: 200px; flex-grow: 0.33; padding:0px;}
	.navbar-brand img {
		width: 100%;
 	}
	.topcol {
		position: relative;
		padding-top: 30px;
 	}/*

 	.topcol:nth-child(1):after {
	 	position: absolute;
	 	top:30px;
	 	left:15px;
	 	right:-15px;
	 	height: 1px;
	 	background: #fff;
	 	content:" ";
 	}
 	.topcol:nth-child(3):after {
	 	position: absolute;
	 	top:30px;
	 	left:-15px;
	 	right:15px;
	 	height: 1px;
	 	background: #fff;
	 	content:" ";
 	}
*/
	.menu {
		position: relative;
 	}
	.menua {
		padding-left:32px;
		position: relative;
	}
	.menua span {
		position: absolute;
		left:0px;
		top:10px;
		height: 20px;
		width: 20px;
		display: block;
		padding-left: 1px;
 		line-height: 8px;
		text-align: center;
		font-size: 10px;
		font-weight: 100;
		border-radius: 0px;
	}
	.menu li { 
		list-style: none;
		display: inline-block;
	}
	.menu a { 
  		padding: 0px 20px;
		margin: 0px;
		display: block;
		font-size: 1rem;
		height: 30px;
		font-weight: 400;
		color:#000 !important;
		line-height: 30px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-transform: uppercase;
	}
	.menu a:hover { 
		cursor: pointer;
		color:#876b39 !important;
	}
	.menu a small {
		font-weight: 700;
	}
	@media (max-width:1200px) {
		.menu a { 
			font-size: 13px;
			letter-spacing: 0px;
		} 
		#access { 
			right:130px;
		}
		
	}
 @media (max-width:1400px) { 
	 #access { 
		 top:5px;
	 }
 }
	.menu a:hover {
		color:#876b39;
 		text-decoration: none;
		cursor: pointer;
	}
	.menu a.active {
		color:#876b39;
	} 
	
		.btn-op { 
			transition:all .5s ease;
		}
		.paraa { 
			cursor: pointer;
		}
		.paraa:hover .btn-op { 
			transform: scale(1.1);
			background: rgba(255,255,255,.2);
			box-shadow: 0px 5px 20px rgba(0,0,0,.3);
		}
		.wrapi {
			border-radius: 10px;
			height: 150px;
			display: block;
			color:#000;
			line-height: 120px;
		}
.checki-wrap {
			color:#666;
		}
		.checki-wrap h5 { 
			font-size: 16px;
			font-weight: 700;
		}
		.checki-wrap i {
			#999;
 		} 
body.inactive .top, body.inactive .contenty {
		display: none !important;
	}
	
	body.inactive {
 		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
	}
	body.inactive #content { 
		display: none;
	}
	body.inactive #popover { 
		position: relative;
	}
	body.inactive #popoverContent { 
		position: relative;
		overflow: visible;
	}
	#popover {
		position: fixed;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
		background: #fff;
 		z-index: 9999999999;
		display: none;
	 
	}
	header.przechodzi {
		z-index: 9;
		}	
		#popover.active {
		display: block;
	}
	.popoverIn#popoverInCenter {
			 width: 30%;
			 position: absolute;
			 z-index: 9999999999;
			 left:35%;
			 background: transparent;
			 height: auto;
			 right:35%;
			 top:50%;
			 bottom: auto;
			 opacity: 0;
			 transform: translate(0, -50%)  scale(1.5);
   			 border-radius:0px;
 		 }
		 #popoverInCenter svg { 
			 position: absolute;
			 left:50%;
			 width: 105%;
			 top:50%;
			 transform: translate(-50%,-50%);
		 }
		 #popover .popoverIn#popoverInCenter.active {
		transform: translate(0,-50%) scale(1) ;
		opacity: 1;
	}
		 #popoverInCenter img {
			 position: relative;
			 width: 100%;
			 z-index: 3;
		 }
		 
/*
		 #popoverInCenter:after {
			 position: absolute;
			 left:0px;
			 right:0px;
			 bottom:0px;
			 top:0px;
			 content:" ";
			 background: #d3d3f6;
			 border-radius: 100%;
			 transition: all .5s ease;
			 z-index: -1;
			 opacity: 1;
			 box-shadow: 0px 10px 30px rgba(0,0,0,.0);
			 
		 }
*/
	.popoverIn {
		position: absolute;
		width: 33.4%;
		height: 50%;
		background: #fff !important;
 		transition:all 0.5s ease;
		
	}
	#popoverIn {
		position: absolute;
		left:0px;
		top:0px;
		bottom:0px;
		right:0px;
 		transition:all 1s ease;
	}
	#popoverIn.active {
		z-index: 9999999999;
		transform: scale(1);
	}
	#popover .popoverIn.active {
		transform: translate(0,0);
	}
	#popover .popoverIn#popover1.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn#popover1 {
		left:0px;
		top:0px;
		transform: translate(0%,0%) scale(1.4);
		opacity: 0;
		transition-delay: 0.2s;
		background: #18206F;
		width: 25%;
		height: 50%; 
	}
	.popoverIn#popover2 {
		left:25%;
		top:0;
		width:25%;
		height: 50%;
		opacity: 0;
		transform: translate(0,0) scale(1.6);
				transition-delay: 0.3s;
background: #FB5607;
	}
	#popover .popoverIn#popover2.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn#popover3 {
		left:50%;
		top:0%;
		width: 25%;
		transition-delay: 0.1s;
background: #4B7FC1;
opacity: 0;height: 50%;
		transform: translate(20%, -10%) scale(2);
	}
	#popover .popoverIn#popover3.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover4 {
		left:75%;
		background: #586BA4;
		top:0%;
		transform: translate(0,0) scale(1.2);
		height: 50%;
		width: 25%;
		opacity: 0;
		z-index: 99;
						transition-delay: 0.5s;

	}
	#popover .popoverIn#popover4.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover5 {
		background: #E6AF2E;
		left:0%;
		top:50%;
		transform: translate(0,0%) scale(3);
		transition-delay: 0.4s;
opacity: 0;
	}
	#popover .popoverIn#popover5.active {
		transform: translate(0,0) scale(1) ;
		opacity: 1;
	}
	#popover6 {
		background: #4B7FC1;
		left:25%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover6.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover7 {
		background: #18206F;
		left:50%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover7.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover8 {
		background: #FB5607;
		left:75%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover8.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn.active {
		
	}
	#popoverContent {
		opacity: 0;
		transition:all 1s ease;
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		padding-bottom: 30px;
		left:0px;
		z-index: 99999999999999;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling:touch;
		color:#000;
		font-size: 18px;
		background: #fff;
	}
	#popoverContent strong, #popoverContent .pod{
		position: relative;
		font-weight: 900;
		display: inline;
/* 		border-bottom:3px solid #7D4E57; */

	}
	#popoverContent span.podi {
		position: relative;
		font-weight: 900;
		display: inline;
/* 		border-bottom:3px solid #7D4E57; */
 	}#popoverContent.active {
		opacity: 1;
	}
	
	 .footer {
		 padding-top:100px;
		 padding-bottom: 100px;
	 }
	 .footer h3 {
		 color:#fff;
	 }
	 .footer a {
		 color:#fff !important;
		 font-size: 13px;
		 height:24px;
		 line-height: 24px;
		 display: block;
	 }
.service-group-header { 
	color:#000; font-weight: 300; text-align: center; font-size: 50px;
}

	@media (max-width:990px) {
		#szybkaWycenaButton { 
			right:50px;
			top:12px;
		}
		.service-group-header { 
			color:#000; font-weight: 300; text-align: center; font-size: 40px
		}
		.top_bg { 
			background-position: center bottom;
		}
		.top_tekst { 
			background: rgba(255,255,255,.7);
			padding: 15px;
		}
		.text_main_in { 
			color:#000;
		}
		.big-header span { 
			line-height: 60px;
			font-size: 30px;
		}
		.usluga-in-i-wrap { 
			width: 85%;
		}
		.usluga-title { 
			bottom:5%;
		}
		.navbar-brand img  {
			width: auto;
			max-height: 60px;
		}
		.number-wrap { 
		position: relative;
		border:1px dashed #000;
		font-size: 40px;
		display: flex;
align-items: center;
text-align: center;		border-radius: 100%;

justify-content:center;
	}
	.number-wrap span {
		font-size: 40px; 
		font-weight: 100;
		color:#000;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.podstrona .box-wrap-in {
		padding-left:15px;
		padding-top:120px;
	}
	.podstrona .opisy-icon-wrap {
		top:0px;
		left:50%;
		transform: translate(-50%,-50%);
	}

			 
	.best-things h5 { 
		font-size: 14px;
	}
	
	#offer { 
		padding: 0px;
	}
	.nsoc-main-wrap-in { 
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.prawe .opisy-icon-wrap { 
		transform: translate(-50%,-50%);
		position: absolute;
	}
	.nsoc-opis { 
		left:5% !important;
		right:5% !important;
		top:5% !important;
		bottom:5% !important;
		font-size: 12px !important;
		line-height: 14px !important;
	}
			.opisy-main-block {
			padding: 40px 15px 15px 15px;
			text-align: left !important;
			
		} 
		.prawe .opisy-main-block { 
			padding: 40px 15px 15px 15px;
		}
		.opisy-icon-wrap { 
			top:0px !important;
			left:50% !important;
			width: 80px;
			height: 80px;
			font-size: 40px;
			line-height: 78px;
			transform: translate(-50%,-50%);
		}
		.navbar-brand {
		position: fixed;
		top:0px;
 		z-index: 9999;
		width: 180px;
		margin-right: 0px;
	}
	.system-lines.left-top.center-top:after,.system-lines.left-bottom.center-bottom:after { 
		right:50%;
	}
	.system-lines.left-top.center-top div,.system-lines.left-bottom.center-bottom div { 
		position: absolute;
		left:50%;
		right:0px;
		top:50%;
		border-top:1px solid #fff;
	}
	.col-2.emblem-wrap {
		padding: 0px;
	}
	.emblem_center { 
		position: relative;
		margin-top: 40px;
		bottom: 0px;
		text-align: center;
	}
	.bg-opisy { 
		padding: 30px 15px;
	}
	.btn.my-button {
		white-space: normal;
	}
 
.searchToggle { 
	right:75px;
	top:5px;
}
#searchWrapper.active .searchToggle { 
	right:5px;
}
.searchInput {
	font-size: 20px;
}
	header {
		z-index: 99999999999;
/* 		position: relative; */
		height: 60px;
	}
		.toggleMen {
			position: fixed;
			top:5px;
			right:5px;
			width: 40px;
			z-index: 9999999999;
			height: 40px;
			text-align: center;
			line-height: 40px;
			font-size: 30px;
			color:#000;
			border: 0px;
			background: transparent;
		}
	 
		body {
			padding-left: 15px;
		}
/*
		#content {
			position: fixed;
			padding: 0px;
			left:0px;
			top:60px;
			bottom:40px;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
 			
		}
*/
		.mainContent.active#about, .mainContent.active#contact {
		position: relative;
		padding: 50px 20px 0px 20px;
	}

		nav {
 			position: fixed;
			z-index: 999999999999;
			height: 70px;
			overflow: visible;
			width: 100%;
		}
		.menuMobi, .menu {
			display: none;
		}
		.menuMobi.active {
 display: block !important;
 position: fixed;
left: 0px;
right: 0px;
top: 0px;
padding-top:100px;
bottom: 0px;
height:100vh;
color:#000;
background: #fff;
z-index: 9999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling:touch;

		}
		
		.menuMobi.active {
			text-align: center;
		}
		.menuMobi.active .menua {
			display: block;
			text-align: center;
			height: 40px;
			font-weight: 500;
			line-height: 40px;
		}
		.menuMobi.active a { 
			display: block;
			height: 40px;
			text-transform: uppercase;
			font-weight: 300;
			line-height: 40px;
			color:#000;
		}
		.menuMobi.active .menua a.glowne {
			text-align: center;
			display: inline-block;
		}
		.menuMobi.active a.glowne {
			display: block;
		}
		.menuMobi .menua span {
			display: inline-block;
			float: none;
			position: relative;
			top:-1px;
			left:0px;
		}
		.menua span.minus, .menua.active span.plus {
			display: none;
		}
		.sociale {
			position: fixed;
			margin-left: -15px;
			bottom:0px;	
			z-index: 9;font-size:13px;	}
			.sociale a i {
				font-size: 13px;
			}
		.navFooter {
			display: none;
		}
		.navbar-brand img {
 		}
		#sessionWrap, .sessionWrap {
    position: fixed;
    top: 40px;
    right: 15px;
    bottom: 15px;
    left: 15px;
	}
	.top {
		padding-top:0px;
	}
	.top_tekst {
		font-size:22px;
		line-height: 26px;
		margin-top: 50px;
		
	}
	.top_boxes_wrap {
		margin-top:10px;
	}
	.bottom_box { 
		margin-bottom: 15px;
	}
	.bottom_box .top_box_in { 
		padding: 25px;
	}
	.bottom_box .top_box_main {
		font-size: 14px;
 	}
	.top_box { 
		display: flex;
		height: 100%;
		text-align: center;
		justify-content: center;
		align-items:center;
	}
	.top_box_secure svg { 
		width: 75px;
	}
	.top_box .top_box_in {
		padding: 20px 5px;
		font-size: 13px;
	}
	.top_box_desc { 
		padding: 5px;
		font-size: 11px; 
		line-height: 13px;
	}
	.col-4.top_box_wrap {
		padding: 10px;
	}
	.circle-bg-1 { 
		width: 80%;
		padding: 10px;
	}
	.best-things-over {
		left:0px;
		right:0px;
	}
 
	}
	@media (max-height:500px) { 
		.sociale {
			bottom:0px;
		}
	} 
	@media (max-width:1200px) { 
		.opisy-heading {
	color:#014990;
	font-size: 24px;
	margin-bottom: 0px;
}
.box-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.opisy-text { 
	font-size: 1rem;
	line-height: 1.1rem;
 }
.best-things i { 
	font-size: 40px;
}
.best-things .h5 { 
	font-size: 1rem;
}
		body {
			padding-left: 0px;
		}
		.navbar-brand-wrap {width:50%; flex-grow: 0.5;}
		.contenty { padding: 0px; }
		.big-text-wrap {
		 margin-left:0px; padding: 50px 0px 0px 0px; 
	}
		.big-header {
		font-weight: 900; font-size:30px
		} 
	.big-subheader {
		display:block; padding:10px 0px; border: 1px solid #000; border-width: 1px 0px; width: 100%; margin-bottom: 15px; font-size:16px; line-height: 20px;
	}	
 
	}
	
	@media (max-width:600px) {
	 
		.best-things-wrap {
			padding-top: 50px;
			padding-bottom: 50px;
		} 
		.best-things { 
			margin-bottom: 40px;
			border-radius: 0px;
		}
		.best-things img {
			display: none;
		}
		.best-things-under { 
			position: relative;
			left:auto;
			right:auto;
			transform: none;
		}
		
		.best-things.active  {
				background: #fff;
				box-shadow: none;
				border-radius: 0px;
				transform: scale(1.1);
			}
		.best-things:hover .best-things-under {
 
 transform: none;				opacity: 0;
			}	
		#goBack {
			top:56px;
		}
	 .mainPhotoLeft, .mainPhotoRight {
	 
		transition:none;
		overflow: hidden;

	}
 
	
	}
	
	
	


@media (max-width:900px) { 
	.popoverIn#popoverInCenter { 
		left:50%;
		right:50%;
		transform: translate(-50%,-50%);
		width: 300px;
		padding: 0px;
		
	}
	 #popover .popoverIn#popoverInCenter.active {
		transform: translate(-50%,-50%) scale(1) ;
		opacity: 1;
	}

}









html.l { 
	font-size: 1.25rem;
}
html.xl { 
	font-size: 1.5rem;
}
.text-100 {
	font-weight: 100;
}

.text-300 { 
	font-weight: 300;
}

.text-500 { 
	font-weight: 500;
}

.text-700 { 
	font-weight: 700;
}
.text-900 { 
	font-weight: 900;
}
.parallax-container{position:relative;overflow:hidden;height:500px;padding:150px 0px;}.parallax{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.parallax img{ position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transform:translateX(-50%);transform:translateX(-50%)}
   .parallax-container {
      height: 500px;
    }
    .h5, .h4, .h3, .h2, .h6 { 
	    display: block;
    }
    br {
	    clear: both;
    }
    strong {
	    font-weight: 700;
    }
   .relatywny {
	position: relative;
}
.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mw-100 {
	min-width: 100% !important;
}
.no-margin-left-right {
	margin-left: 0px;
	margin-right: 0px;
}
.no-pad-right {
	padding-right: 0px;
}
.no-pad-left {
	padding-left: 0px;
}
	.jestlinkiem:hover {
		text-decoration: underline !important;
		cursor: pointer;
	}
    .text-black {
	    color:#000;
    }
    .bg-black {
	    background: #000;
    }
    .bg-white {
	    background: #fff;
    }
    .padding-bottom-100 {
 	    padding-bottom:100px;
    }
    .text-300 {
	    font-weight: 300;
	    
    }
    .text-200 {
	    font-weight: 200;
    }
    .text-500 {
	    font-weight: 500;
    }
    .text-700 {
	    font-weight: 700;
    }
    .pad-5 {
	    padding: 5px;
    }
    .pad-left-right-5 {
	    padding: 0px 5px;
    }
    .no-pad-left {
	    padding-left: 0px;
    }
    .no-pad-left-right {
	    padding-left: 0px;
	    padding-right: 0px;
    }
    .pad-top-bottom-20 {
	    padding-top:20px;
	    padding-bottom: 20px;
    }
    .pad-top-100 { 
	    padding-top: 100px;
    }
    .pad-top-bottom-50 {
	    padding-top:50px;
	    padding-bottom: 50px;
    }

    .pad-bottom-20 {
	    padding-bottom: 20px;
    }
    .padding-bottom-15 {
	    padding-bottom: 15px;
    }
    .padding-top-bottom-100 {
	    padding-top:100px;
	    padding-bottom: 100px;
    }
.no-margin-top-bottom {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.margin-top-bottom-20 {
	margin-top:20px;
	margin-bottom: 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
    .margin-top-20 {
	    margin-top:20px;
    }
    .margin-top-10 {
	    margin-top: 10px;
    }
    .margin-top-100 { 
	    margin-top: 100px;
    }
    .margin-top-150 { 
	    margin-top: 150px;
    }
    .margin-right-20 {
	    margin-right: 20px;
    }
    .margin-bottom-5 {
	    margin-bottom: 5px;
    }
    .margin-bottom-10 { 
	    margin-bottom: 10px;
    }
    .margin-bottom-20 {
	    margin-bottom: 20px;
    }
    .margin-bottom-50 {
	    margin-bottom: 50px;
    }
    .margin-top-50 {
	    margin-top: 50px;
    }
    .margin-top-150 {
	    margin-top:150px;
    }
    .margin-bottom-100 {
	    margin-bottom: 100px;
    }
    .line-height-20 {
	    line-height: 20px;
    }
    .line-height-30 { 
	    line-height: 30px;
    }
    
    .text-upper {
	    text-transform: uppercase;
    }
	.spacing-2 {
		letter-spacing: 2px;
	}
	.spacing-3 {
		letter-spacing: 3px;
	}
	.cardWrap {
		display: flex;
	}
	 .cardWrap .card {
		display: flex;
		flex-direction: column;
		flex:1;
	}
	.pad-top-bottom-100 {
		padding-top:100px;
		padding-bottom: 100px;
	}
	.pad-20 {
		padding: 20px;
	}
	@media (max-width:599px) {
		.margin-top-20-xs {
			margin-top: 20px !important;
		}
	}
	@media (min-width:992px) { 
		.container {
			width: 95%;
		}
		.pad-20-md {
			padding: 20px;
		}
		
	}
	@media (min-width:1200px) { 
		.container {
			width: 1140px;


		}
	}
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */