table/*------------------------------------------------------------------
    Wersja 0.1
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Arkusz stylowy dla optioffice.pl
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Spis]

	1. Reset i Normalizacja
    2. Czcionki
	3. Kolory
	4. Struktura
	5. Nagłówki
	6. Paragrafy
	7. Grafiki
	8. Linki
	9. iFrame
	10. Dostępność
	11. Mobilna Wersja

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Reset i Normalizacja
-------------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*------------------------------------------------------------------
    Czcionki
-------------------------------------------------------------------*/

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins-thin.ttf");
	font-display: swap;
}

@font-face {
	font-family: 'Poppins2';
	src: url("../fonts/poppins-light.ttf");
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	src: url("../fonts/lato-regular.ttf");
	font-display: swap;
}

/*------------------------------------------------------------------
    Kolory

-- #333
-- #999
-- #fff
-- #3f3e3e
-- #ececec
-- #264DC6
-- #CCD6F5
-- #f2f2f2
-- #1f1f1f
-- #736e78
-- #757575

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    Struktura
-------------------------------------------------------------------*/
header {
	padding-top: 15px;
    padding-bottom: 15px;
	box-shadow: 0 0 18px 0 rgb(1 1 1 / 12%);
	width: 100%;
    z-index: 9999;
	background-color: #ffffff;
	position: sticky;
	top: 0;
}

nav {
	margin: auto;
	width: 60%;
		

}

.flexNavCon {
	display: flex;
	flex: 0 0 100px;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;

}

.flexMainNav {
	display: flex;
	width: 100%;
	flex: 1 5 100px;
}

.MainNavItem {
	 color: #999;
	height: 3em;
	padding: 10px 18px;
	position: relative;
	font-family: 'Lato', sans-serif;
	
}


.MainNavItem::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	display: block;
	opacity: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: rgba(1,1,1,.05);
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.MainNavItem:hover::before{
	opacity: 1;
	height: 100%;
}

.wybrane {
	background: #f2f2f2;
}
main {
}

.whiteWraper {
	margin: auto;

}

.greyWraper {
	background-color: #f2f2f2;
	margin: auto;
	padding-bottom: 10px;
	padding: 10px;
	
}

section {
	width: 60%;
	position: inherit;
	min-height: 1px;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 10px;

}



.titleMain {
	background-image: -webkit-image-set(
		url("../images/title-image1920w.webp") 1x,
		url("../images/title-image2048w.webp") 2x,
		url("../images/title-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/title-image1920w.webp") 1x,
		url("../images/title-image2048w.webp") 2x,
		url("../images/title-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
	background-position: 30% 30%;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;

	
}

.kontaktMain {
	background-image: -webkit-image-set(
		url("../images/kontakt-image1920w.webp") 1x,
		url("../images/kontakt-image2048w.webp") 2x,
		url("../images/kontakt-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/kontakt-image1920w.webp") 1x,
		url("../images/kontakt-image2048w.webp") 2x,
		url("../images/kontakt-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;
}

.rejestracjeMain {
	background-image: -webkit-image-set(
		url("../images/rejestracja-spolek-image1920w.webp") 1x,
		url("../images/rejestracja-spolek-image2048w.webp") 2x,
		url("../images/rejestracja-spolek-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/rejestracja-spolek-image1920w.webp") 1x,
		url("../images/rejestracja-spolek-image2048w.webp") 2x,
		url("../images/rejestracja-spolek-image1920w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;
    background-position: center 70%;
}

.zmianykrsMain {
	background-image: -webkit-image-set(
		url("../images/zmiany-krs-image1920w.webp") 1x,
		url("../images/zmiany-krs-image2048w.webp") 2x,
		url("../images/zmiany-krs-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/zmiany-krs-image1920w.webp") 1x,
		url("../images/zmiany-krs-image2048w.webp") 2x,
		url("../images/zmiany-krs-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;
    background-position: 30% 50%;
}

.biuraserwisowaneMain {
	background-image: -webkit-image-set(
		url("../images/biura-serwisowane-image1920w.webp") 1x,
		url("../images/biura-serwisowane-image2048w.webp") 2x,
		url("../images/biura-serwisowane-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/biura-serwisowane-image1920w.webp") 1x,
		url("../images/biura-serwisowane-image2048w.webp") 2x,
		url("../images/biura-serwisowane-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
	background-position: 70% 30%;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;
}

.biurowirtualneMain {
	background-image: -webkit-image-set(
		url("../images/biuro-writualne-image1920w.webp") 1x,
		url("../images/biuro-writualne-image2048w.webp") 2x,
		url("../images/biuro-writualne-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/biuro-writualne-image1920w.webp") 1x,
		url("../images/biuro-writualne-image2048w.webp") 2x,
		url("../images/biuro-writualne-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
	background-position: 70% 30%;
    background-repeat: no-repeat;
    padding: 160px 0 110px 0;
}

.sprzedazspolekMain {
	background-image: -webkit-image-set(
		url("../images/sprzedaz-spolek-image1920w.webp") 1x,
		url("../images/sprzedaz-spolek-image2048w.webp") 2x,
		url("../images/sprzedaz-spolek-image4096w.webp") 4x);
	background-image: image-set(
		url("../images/sprzedaz-spolek-image1920w.webp") 1x,
		url("../images/sprzedaz-spolek-image2048w.webp") 2x,
		url("../images/sprzedaz-spolek-image4096w.webp") 4x);
	background-size: cover;
    background-color: #036ea6;
	background-position: 70% 30%;
    background-repeat: no-repeat;
	padding: 160px 0 110px 0;
}

.centerItem {
	margin-left: auto;
    margin-right: auto;
	display: block;
	text-align: center;
}

.msgBox {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px 10px;
}

.msgBox-1Col {
	display: grid;
	grid-template-columns: 100%;
	gap: 10px 10px;
}

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 10px 10px;
	justify-items: center;
}

.cardaBG {
	padding: 20px 15px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
	display: flex;
	flex-direction: column;
}

.FlexCardaBGItem {
	flex: 1 5 25px;
}

.gridStopka {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	width: 60%;
	font-family: Lato, sans-serif;
	color: #736e78;
	line-height: 1.7;
	font-size: 15px;
	text-align: left;
	margin: auto;
}

.footterSections {
	margin: 0;
	width: 100%;
	padding: 3% 5% 3% 5%; 
	letter-spacing: 1px;

}

.navpomocnicza {
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #736e78;
	line-height: 2em;
	font-weight: 100;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.facebookiFrame {
	width: 80%;
	margin: auto;
}

address {
	line-height: 2em;
}

.guzikUP {
	display: block;
	position: fixed;
	top: 90%;
	left: 95%;
	height: 47px;
	width: 47px;
	background-image: url("../images/strzalkaup.png");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
	border-radius: 95%;
}

.guzikUP:hover {
	background-color: #333;
	border-radius: 95%;
}

.telefon {
	display: none;
}
/*------------------------------------------------------------------
    Kontakt
-------------------------------------------------------------------*/

.kontaktPage {
	display: flex;
	flex-direction: column;
}

.pudelkaAdresowa {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex: 1 0 100%;
	flex-wrap: wrap;
}

.pudelkoAdresowe {
	flex: 0 0 40%;
	background-color: #f7f7f7;
	margin: 15px;
	padding: 15px;

}

.pudelkoAdresowe li {
	font-family: Lato,sans-serif;
	color: #736e78;
	line-height: 1.7;
	font-size: 15px;
	text-align: center;
}

.adresKontakt {
	
}

.pudelkoMapa {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.mapaGoogle {
	flex: 0 0 45%;
	background-color: #f7f7f7;
	margin: 15px;
	padding: 15px;
	font-family: Lato,sans-serif;
	color: #736e78;
	line-height: 1.7;
	font-size: 15px;
	text-align: center;
}



/*------------------------------------------------------------------
    Nagłówki
-------------------------------------------------------------------*/

h1, 
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: 120% !important;
    color: #757575;
    margin: 0;
	text-transform: uppercase;
	font-family: 'Poppins2', sans-serif;
}

h1.smallH1 {
    font-size: 16px;
}

h1.smallH1 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
}

h1.titleH1 {
	font-size: 28px;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
	text-align: center;
}

h2 {
    font-size: 38px;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
}

.h1likeh2 {
	font-size: 38px;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
}

h2.smallH2 {
	padding: 0;
    margin: 0 0 5px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
}

.reklama {
	font-weight: 400;
    font-size: 20px;
    padding-bottom: 5px;	
	color: #1f1f1f;
	font-family: Lato,sans-serif;
	text-align: center;
}

.tytulSekcji-Central {
	display: block;
    position: relative;
    margin-bottom: 0.3em;
	margin-top: 0.7em;
	text-align: center;
}

.sztuczneH2 {
	font-size: 38px;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
}
	


/*------------------------------------------------------------------
    Paragrafy
-------------------------------------------------------------------*/

p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.7;
    margin: 0;
    font-family: Lato,sans-serif;
	margin-bottom: 20px;
	    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p.pH2 {
    font-size: 38px;
    font-weight: normal;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
	color: #757575;
    margin-top: 0;
	font-family: 'Poppins2', sans-serif;
	text-transform: uppercase;
}

p.pH2small {
	text-align: center;
	font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: auto;
    line-height: 32px;
	color: black;
    margin-top: 0;
	font-family: 'Poppins2', sans-serif;
	text-transform: uppercase;
}


.likeh1 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 15px;
	font-family: 'Poppins2', sans-serif;
	text-transform: uppercase;
    line-height: 120% !important;
    color: #757575;

}

.bigerP {
	font-size: 1.3em;
}
.blackBottom {
	background-color: #333;
	color: #fff;
	font-weight: 400;
    margin: auto;
    font-size: 16px;
	text-align: center;
	padding: 20px;
	font-family: 'Poppins2', sans-serif;
    line-height: 1.7;
	overflow: hidden;
}

.titleP {
	position: relative;
    font-size: 86px;
    font-family: 'Poppins',sans-serif;
    font-weight: 100;
    color: #fff;
	display: inline-block;
	line-height: 1.3em;
    margin: 0 0;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000, -1px -1px #000, 1px 1px #000;
}

.cenaOpis {
	text-align: center;
	vertical-align: bottom;
	margin-top: 0;

}

.cenaA {
	text-align: center;
	color: #3f3e3e;
    font-size: 36px;
    font-weight: 400;
	margin-bottom: 0;
    padding-bottom: 0;
    font-family: Lato,sans-serif;
	margin-block-start: 0;
}

.footterSections p {
	font-family: Lato,sans-serif;
	color: #736e78;
	line-height: 1.7;
	font-size: 15px;
	text-align: left;
	padding-right: 5px;
}

address ul li a {
	color: #736e78;
}

.ultytl {
	font-size: 18px;
	color: #767676;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: lato,sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	position: relative;
	line-height: 120%;
}

.podtytul {
	color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
	margin-bottom: 2em;
}

.lizhover {
	font-size: 16px;
    display: block;
    max-width: 70%;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 5px;
	list-style: none;
	margin: auto;
	font-family: 'Lato', sans-serif;
	color: #333;
}

.lizhover.longer {
	max-width: 95%;
}
.lizhover:hover{
	background-color: #767676;
	color: #fff;	
}

.grey + .grey {
	border-top: 2px solid #333;
	border-radius: 0;
}

.grey {

	 box-shadow: 0 2px 16px 0 #ccc;
}

.endGrey {
	border-bottom: 2px solid #333;
	border-radius: 0;
	margin-bottom: 25px;
}

/*------------------------------------------------------------------
    Grafiki
-------------------------------------------------------------------*/

figure {
	margin:0;
}

figcaption {
	text-transform: uppercase;
	text-align: center;
	color: #736e78;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.7;
    margin: 0;
    font-family: 'Poppins2',sans-serif;
	margin-bottom: 20px;
	border-bottom: 1px solid #736e78;
}

img {
  max-width: 100%;
  height: auto;
}
.sizeJPG {
	width: 100%;
}

.navLogo {
	flex-shrink: 0;
	float: left;
	vertical-align: middle;
	
}

.hideseek {
	display: none;
}

.hideseeks2 {
	display: none;
}

.hideseek4 {
	display: none;
}

#opinieSlider {
			position: relative;
			padding-bottom: 15%;
			width: 100%;
			height: 250px;
			margin: auto;

		}
		
		#opinieSliderOkno {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			display: flex;
			width: 100%;
			overflow: hidden;
			scroll-behavior: smooth;
			scroll-snap-type: x mandatory;
		}
		
		.opinia {
			position: relative;
		 	flex: 0 0 100%;
			width: 100%;
			counter-increment: item;
			align-items: center;
			text-align: center;
			padding: 0;
			outline: none;
		}
		
		.opinia:before {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate3d(-50%,-40%,70px);
		  font-size: 2em;

		}

.opinia .fbOpinia {
	position: relative;
	top: 25%;
	background-color: #fff;
	width: 80%;
	margin: auto;
	border: 1px solid #dddfe2;
    border-radius: 3px;
	margin-bottom: 24px;
	padding: 12px 12px 0;

}

.titleOpinia {
	text-align: left;
	margin-bottom: 11px;
}

.titleOpinia img {
		float: left;
	    display: block;
	    border-radius: 50%;
	    height: 40px;
   	 	width: 40px;
		margin-right: 8px;
	
	
}

.titleOpinia .fbIcon {
	float: right;
	border-radius: 50%;
	height: 24px;
   	width: 24px;
}

.autorFB {
	float: left;
}

.autorFB .author {	
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	color: #1c1e21;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: .15px;
	display: block;
	text-transform: none;
	margin-bottom: 0;
	 
}

.autorFB time {
	    color: #90949c;
	text-decoration: none;
	font-size: 12px;
    line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	display: block;

}

.opinia blockquote {
	font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
	color: #1c1e21;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin: 6px 0;
    font-family: Helvetica, Arial, sans-serif;
	clear: both;
	margin-bottom: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #e5e5e5; 
}
	
		
		.opiniaLacznik {
		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		scroll-snap-align: center;
		}

.opinia:nth-child(even) {
}
		

		  .opinia:last-child .opiniaLacznik {
    animation-name: tostart, snap;
  }	
			
		#opinieSlider:hover .opiniaLacznik,
#opinieSlider:focus-within .opiniaLacznik {
  animation-name: none;
}
		#opinieSlider::before,
		#opinieSlider::after,
		.opiniaPoprzednia,
		.opiniaNastępna {
  position: absolute;
  top: 0px;
  margin-top: 0;
  width: 4rem;
  height: 4rem;
  transform: translateY(100%);
  border-radius: 100%;
  font-size: 0;
  outline: 0;

}

		#opinieSlider::before,
		.opiniaPoprzednia {
  left: 1rem;
}

#opinieSlider::after,
.opiniaNastępna {
 right: 1rem;
}

#opinieSlider::before,
#opinieSlider::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
	
}

.opiniaPoprzednia {
	 
}

#opinieSlider::before {
  background-image: url("../images/opinie/strzalkalewo.svg");
}

#opinieSlider::after {
  background-image: url("../images/opinie/strzalkaprawo.svg");
}

.cookieConsentContainer {

	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #333;
	overflow: hidden;
	position: fixed;
    bottom: 10% ;
	right: 30px;
	display: none;

}

.cookieConsentContainer .cookieTitle a {

	font-family: 'Poppins2',sans-serif;

	color: #FFFFFF;

	font-size: 22px;

	line-height: 20px;

	display: block;

}

.cookieConsentContainer .cookieDesc p {

	margin: 0;

	padding: 0;

	font-family: 'Lato', sans-serif;

	color: #FFFFFF;

	font-size: 13px;

	line-height: 20px;

	display: block;

	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {

	font-family: 'Lato', sans-serif;

	color: #FFFFFF;

	text-decoration: underline;

}

.cookieConsentContainer .cookieButton a {

	display: inline-block;

	font-family: 'Lato', sans-serif;
	color: #FFFFFF;

	font-size: 14px;

	font-weight: bold;

	margin-top: 14px;

	background: #000000;

	box-sizing: border-box; 

	padding: 15px 24px;

	text-align: center;

	transition: background 0.3s;
	border: 2px solid #3f3e3e;
	box-shadow: 0 2px 10px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 10%);
	border-radius: 25px;

}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;

	background: #3E9B67;

}

/*------------------------------------------------------------------
    Linki
-------------------------------------------------------------------*/
a {
	font-family: 'Lato', sans-serif;
  color: #3f3e3e;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
	

}
a:hover {
  color: #333;
}
a:focus {
  outline: 5px solid #264DC6;
}

.navpomocnicza ul li a {
	color: #736e78;
}
.navpomocnicza ul li a:hover {
	color: #264DC6;
}

address ul li a:hover {
	color: #264DC6;
}

.bttn{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 170px;
  font-weight: normal;
  padding: 14px 0px;
  border: 2px solid #3f3e3e;
  border-radius: 25px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.bttn:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #ececec;
  z-index: -2;
}
.bttn:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
	border-radius: 25px;
}
.bttn:focus:before {
	background-color: #CCD6F5; 
	outline: 5px solid #264DC6;
 	border-radius: 25px;
  	transition: 0.5s all ease;
  	left: 0;
  	right: 0;
  	opacity: 1;	
}

.blackBottom a {
	text-decoration: none;
	color: #fff;
}

.blackBottom a:hover {
	color: #CCD6F5;
}

.blackBottom a:focus {
	color: #CCD6F5;
}

.bttnPrawo {
	float: right;
}

.bttnCentrum {
	margin: auto;
	display: block;
}
/*------------------------------------------------------------------
    iframe
-------------------------------------------------------------------*/

iframe {
	min-width: 100%;
	border:hidden;
	overflow: hidden;
}

/*------------------------------------------------------------------
    iframe
-------------------------------------------------------------------*/

.sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

/*------------------------------------------------------------------
    Zmiany KRS
-------------------------------------------------------------------*/

.kontener {
    display: none;
}
.przycisk.aktywny {
	border: 1px solid #333;
	background-color: #fff;

}

.wraperKarty {
}

.menuKary {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;

}

.menuKary li {
	flex: 0 5 50%;
	text-align: center;
	padding: 10px;
	width: 45%;
	margin: 5px;
}

.przycisk {
	margin: auto;
    color: #000;

	font-family:'Poppins2',sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	border-radius: 4px;
	width: 100%;
	padding: 10px;
	border: none;
	border: 1px solid #333;
}

.przycisk:hover {
	background-color: #333;
	color: #fff;
}

/*------------------------------------------------------------------
    Rejestracja spółek
-------------------------------------------------------------------*/
.skladane {
  background-color: #708090;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;

}

.bialeH3 {
	letter-spacing: 0;
    font-weight: normal;
    position: relative;
	color: #fff;
	font-size: 18px;
    font-family: Poppins2,sans-serif;
	width: 100%;
}

.active, .skladane:hover {
  background-color: #555;
  color: #fff;
}


.zawartos {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 16px 0 #ccc;
	transition: max-height 0.2s ease-out;
}

/*------------------------------------------------------------------
    Biura Serwisowane
-------------------------------------------------------------------*/

.biuraserwsiowaneFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.biuraserwisowaneItemFlex {
	flex: 0 0 25%;
	text-align: center;
}

.noborder {
	border: none;
}

 .container {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin: 10vmin;
	 overflow: hidden;
	 transform: skew(5deg);
	 font-family: Poppins2,sans-serif;
}
 .container .card {
	 flex: 1;
	 transition: all 1s ease-in-out;
	 height: 75vmin;
	 position: relative;
}
 .container .card .card__head {
	 color: white;
	 background: rgba(51, 51, 51, 0.75);
	 padding: 0.5em;
	 transform: rotate(-90deg);
	 transform-origin: 0% 0%;
	 transition: all 0.5s ease-in-out;
	 min-width: 100%;
	 text-align: center;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 font-size: 1em;
	 white-space: nowrap;
}
 .container .card:hover {
	 flex-grow: 10;
}
 .container .card:hover img {
	 filter: grayscale(0);
}
 .container .card:hover .card__head {
	 text-align: center;
	 top: calc(100% - 2em);
	 color: white;
	 background: rgba(0, 0, 0, 0.5);
	 font-size: 2em;
	 transform: rotate(0deg) skew(-5deg);
}
 .container .card .cat {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: all 1s ease-in-out;
	 filter: grayscale(100%);
}
 .container .card:not(:nth-child(5)) {
	 margin-right: 1em;
}

/*------------------------------------------------------------------
    biura wirtualne

-- #333
-- #999
-- #fff
-- #3f3e3e
-- #ececec
-- #264DC6
-- #CCD6F5
-- #f2f2f2
-- #1f1f1f
-- #736e78
-- #757575
-------------------------------------------------------------------*/

.promos {
	display: flex;
	flex-direction: row;
	margin: 75px auto;
	justify-content: center;

}

.promos :nth-child(1) { order: 3; }
.promos :nth-child(2) { order: 1; }
.promos :nth-child(3) { order: 2; }

.boldMagic {
	font-weight: bold;
}

.promo {

  background: #ececec; 
  color: #333;
	position: relative;
	padding-bottom: 85px;
	flex: 0 0 300px;
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);

}

.onePromobox {
	display: flex;
	flex-direction: column;
	margin: 75px auto;
	justify-content: center;
	text-align: center;
	width: 70%;
}


.onePromoboxSub {
	background-color: #757575;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	height: 2em;
	padding: 1%;
}


.borderOne 
	{
	background-color: #f2f2f2;
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	}

.Onepromo {
	margin: 75px auto;
	justify-content: center;
}

.deal {
  padding: 10px 0 0 0;
	font-size: 28px;
    font-family: Poppins2,sans-serif;
}
.deal span {
  display: block;
  text-align: center;
}
.deal span:first-of-type { 
}
.deal span:last-of-type {
  font-size: 8px;
}
.promo .price {
  display: block;
  width: 300px;  
  background: #757575;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
  color: white;

}
.features {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #333;
}
.features li {
  display: block;
  margin: 10px 0 10px 0;
	padding: 15px;
	background-color: #f2f2f2;
	box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	font-size: 14px;
    font-family: lato,sans-serif;
}

.priceTable {
  border: none;
  transform: scale(1.05);
  background: #333;
	width: 100%;
  color: #fff;
  padding: 10px 0px;
    margin: 0;
  position: absolute;
  top: 90%;
	  transform-style: preserve-3d;
		box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
	transition: color 250ms ease-in-out;


}
.scale {
  transform: scale(1.2);
	z-index: 1;
}

.scale .price {
  color: #fff;
}
/*.priceTable:hover {
	background: #264DC6;
 
}*/

.priceTable:after {
	 content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #264DC6;
    z-index: -1;
    transition: width 150ms ease-in-out;
}

.priceTable:hover {
	color: #fff;
}

.priceTable:hover:after {
	width: 100%;
}
.priceTable span {
	position: relative;
	z-index: 1;
}

.promo .price:hover {
	background: #264DC6;
	color: #fff;
}

.star {
	font-size: 8px;
}

/*------------------------------------------------------------------
    sprzedaż spółek
-------------------------------------------------------------------*/

.biggerA {
	flex: 0 0 350px;
}

.centerBigp {
	font-size: 38px;
    font-weight: normal;
    padding: 0 0 20px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
	text-align: center;
	color: #757575;
}

.promo .price.biggerB {
	width: 350px;

}

.textBigger {
	font-size: 14px!important;
	margin: 5px 40px;
 
}

.biggerTextpromo {
	font-size: 20px !important;
	margin: 12px;
}


.mediumWidth {
	max-width: 70%;
}

table {
	display: table;
	width: 80%;
	margin: auto;

}

tr {

	align-self: center;

}

tr:hover {
	border: 2px solid #264DC6;
}

td {
	padding: 50px;
	border-radius: 10px;
	background-color: #708090;
	  text-align: center;
	color: #fff;
	font-size: 1.5em;
    font-family: Poppins2,sans-serif;
	box-shadow: 0 0 4px 0px rgba(20, 20, 20, 0.8);

}



td:nth-child(1) {

}

td:nth-child(2) {
}
/*------------------------------------------------------------------
    adres firmy
-------------------------------------------------------------------*/
.breadcrumbs {
	padding-top: 15px;
	padding-bottom: 10px;
    font-weight: normal;
    letter-spacing: 5px;
	line-height: 2em;
    font-size: 12px;
	font-family: Poppins2,sans-serif;
	display: flex;
	flex-wrap: wrap;
}

.flexBread {
	margin: 5px;
}

.breadcrumbs a {
	border-bottom: 1px solid black;
	margin-left: 5px;

}
.breadcrumbs a:hover {
	color: red;
	border-bottom: 1px solid red;
}

.blueA {
	color: blue;
}

.blueA:hover {
	font-size: 1.2em;
	color: red;
}

.lizhoverB {
	font-size: 24px;
    display: block;
    line-height: 46px;
    padding: 15px 15px;
    border-radius: 5px;
	list-style: none;
	margin: auto;
	font-family: 'Lato', sans-serif;
	color: #757575;
	box-shadow: 0 0 4px 0px rgba(20, 20, 20, 0.8);
	
	
}

.lizhoverB:hover {
    height: 100%;
    background: #708090;
	color: #fff;
  
}

/*------------------------------------------------------------------
    Mobilna Wersja
-------------------------------------------------------------------*/

@media (max-width: 1660px) {
			section {
	width: 80%;
	}
	.gridStopka {
		column-gap: 5%;
	}
	
}

@media (max-width: 1260px) {
	
	.MainNavItem {
	padding: 10px 12px;
	}
	
	.guzikUP {
		left: 90%;

	}
	

	
	.telefon {
	display: block;
	position: fixed;
	top: 90%;
	left: 10%;
	height: 47px;
	width: 47px;
	background-image: url("../images/phone.png");
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	background-position: center;
	z-index: 9999;
	border-radius: 95%;
	border: 1px solid #757575;

	}
	
	.telefon:hover {
	background-color: #333;
	border-radius: 95%;
}
	
		section {
	width: 90%;

}
	
	nav {
	margin: auto;
	width: 80%;
}
	
	.gridStopka {
	display: grid;
	grid-template-columns: 50% 50%;
	width: 100%;
}
		
}

@media (max-width: 1024px) {
	iframe {
		width: 100%;
	}
	
		.promos {
		flex-direction: column;
			width: 80%;
			margin-top: 0;

	}

	.promo {
		flex: 0 0 280px;
					margin-top: 50px;
	}
	
	.promo .price {
		width: 100%;
	}
	
	.promo .price.biggerB {
		width: 100%;
	}
	
	.priceTable {
	}
	.scale {
  transform: scale(1.0);
}
	.mediumWidth {
	max-width: 95%;
}

	.bttnPrawo {
		float: none;
		margin: auto;
	display: block;
	}
	
	.MainNavItem {
	padding: 10px 8px;
	}
	
	section {
	width: 100%;

}
	
	nav {
	margin: auto;
	width: 100%	
}

	.flexNavCon {
		width: 100%;
	}
		
	.flexMainNav {
		width: 100%;
	}
	
	.navLogo {
		margin: auto;
	}
	
	.titleMain {
		display: none;
	}
	
	.kontaktMain{
		display: none;
	}
	.rejestracjeMain {
		display: none;
	}
	.zmianykrsMain{
		display: none;
	}
	
	.biuraserwisowaneMain{
		display: none;
	}
	
	.biurowirtualneMain {
		display: none;
	}
	
	.sprzedazspolekMain {
		display: none;
	}
	.msgBox {
	display: grid;
	grid-template-columns: 100%;
}
	.msgBoxItem-1 {
		grid-row-start: 2;
	}
	
	.msgBoxItem-2 img {
		width: 100%;
	}
	
	.msgBoxItem-3 img {
		width: 100%;
	}
	
	.cookieConsentContainer {

		bottom: 15% !important;

		left: 0px !important;

		width: 100%  !important;

	}

}

@media (max-width: 840px) {
	
	.flexNavCon {
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
	}

	.onePromobox{
		width: 80%;
	}
	
	.flexMainNav {
		width: 100%;
	}
	
	.grid-3col {
	display: grid;
	grid-template-columns: 100%;
	gap: 10px 10px;
}

	.cardaBG img {
		width: 100%;
	}
	
	.gridStopka {
	display: grid;
	grid-template-columns: 100%;
	width: 100%;
}
	
	.cardaBG {
		height: 100%;
	}
* {
  box-sizing: border-box;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}
	


.carousel {
  position: relative;
	padding-top: 110%;
	padding-bottom: 15%;
	width: 100%;
	height: 100%;
  filter: drop-shadow(0 0 10px #0003);

}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
	align-items: center;
	
}

.carousel__slide:nth-child(even) {
}

.carousel__slide:before {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("../images/opinie/strzalkalewo.svg");
}

.carousel::after {
  background-image: url("../images/opinie/strzalkaprawo.svg");
}
	
	.cenaOpis {
		font-size: 2em;
	}
	
	.hideseek {
		display: block;
	}
	
}

@media (max-width: 730px) {
	
		#opinieSlider::before,
		#opinieSlider::after,
		.opiniaPoprzednia,
		.opiniaNastępna {
  width: 3rem;
  height: 3rem;
  transform: translateY(250%);

}
	
	 .container {
	flex-wrap: wrap;
		 	 transform: skew(0deg);
		 margin: 0;
}
	 .container .card {
	flex: 1 0 100%;
}
	 .container .card .card__head {
	 max-width: 65%;
	 text-align: center;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 font-size: 0.8em;
	 white-space: nowrap;
		 word-break: break-word;
}
	 .container .card:hover .card__head {
	 font-size: 1em;
	}
		 
	.guzikUP {
		left: 80%;
	}
	
	.telefon {
		left: 10%;
	}
	
	.pudelkaAdresowa {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.pudelkoAdresowe {
		flex: 1 0 100%;
	}
	.pudelkoMapa {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	


}

@media (max-width: 600px) {
	.carousel {
		padding-bottom: 30%;
	}
	.hideseek2 {
		display: block;
	}
	.lizhover {
		max-width: 90%;
	}
	.flexNavCon {
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.flexMainNav {
		flex-direction: column;
		text-align: center;
	}

	.autorFB figcaption {	
	font-size: 0.7em;
	line-height: 0.9em;
	margin-bottom: 0.5em;
	 
}
	
	.biuraserwisowaneItemFlex {
	flex: 0 0 50%;
}

.autorFB time {
	font-size: 0.6em;
    line-height: 0.7em;
}

	.titleOpinia img {
		float: left;
	    display: block;
	    border-radius: 50%;
	    height: 20px;
   	 	width: 20px;
		margin-right: 8px;
	
	
}
	.opinia .fbOpinia {
		width: 95%;
	}

.titleOpinia .fbIcon {
	float: right;
	border-radius: 50%;
	height: 12px;
   	width: 12px;
}
.opinia blockquote {
	font-size: 1em;
    line-height: 1.3em;
	
}
	
	
	#menuToggle {
  display: block;
  position: absolute;
  top: 23px;
  left: 10px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

	#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}


	#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

	#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

	#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

	#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


	#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


	#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

	#mainNav {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%,0%);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

	#mainNav li {
		padding: 10px 0;
  		font-size: 22px;
}
	

	#menuToggle input:checked ~ ul {
  		transform: none;
}	


}

@media (max-width: 470px) {
	.carousel {
	padding-top: 110%;
	padding-bottom: 60%;
	height: 100%;
	}
		table {
		width: 95%;
	}
	td {
		padding: 10px;
		font-size: 1em;
	}
	
	.brake {
		word-break: break-word;
	}
	.cenaOpis {
		font-size: 1.5em;
	}
	
}

@media (max-width: 370px) {
		.menuKary {
	}
	
	.menuKary li {
		width: 50%;
		padding: 10px 2px 10px 2px;
	}
	
	.biuraserwisowaneItemFlex {
	flex: 0 0 100%;
}
	
}

@media (max-width: 300px) {
	.carousel {
		
		margin-bottom: 100px;
	}
	
	.padding {
		padding-top: 2.5em;
	}
	.pH2 {
		font-size: 1.5em;
	}
	
	.sztuczneH2 {
		font-size: 1.5em;
	}
	
	.navLogo {
		width: 60%;
		padding-top: 5px;
	}
	
	.cenaOpis {
		font-size: 1em;
	}
	
	.cenaA {
		font-size: 1em;
	}
	
	.carousel {
	padding-bottom: 15%;
	}
	
		.titleOpinia img {
		display: none;
	
}

.titleOpinia .fbIcon {
	display: none;
}
	.opinia blockquote {
	padding-top: 1em;
	}
} 